add support for target 3c24xx (more known as Openmoko GTA02 "Freerunner") and merge...
authorMirko Vogt <mirko@openwrt.org>
Fri, 12 Dec 2008 00:02:36 +0000 (00:02 +0000)
committerMirko Vogt <mirko@openwrt.org>
Fri, 12 Dec 2008 00:02:36 +0000 (00:02 +0000)
commitb9dfb81f2aa45be745a8aed9684076210aed4152
treeaceadd7f37096911a29c929988cbcf7c964a1c0b
parent4571721ec22de116ad9998657e0a3c12da6405fb
add support for target 3c24xx (more known as Openmoko GTA02 "Freerunner") and merge it with the openmoko-target and the work Michael Buesch <mb> did

SVN-Revision: 13609
270 files changed:
target/linux/openmoko/Makefile [deleted file]
target/linux/openmoko/base-files/etc/inittab [deleted file]
target/linux/openmoko/base-files/etc/ipkg.conf [deleted file]
target/linux/openmoko/config-2.6.24 [deleted file]
target/linux/openmoko/image/Makefile [deleted file]
target/linux/openmoko/patches-2.6.24/100-moko.patch [deleted file]
target/linux/openmoko/profiles/100-gta02.mk [deleted file]
target/linux/s3c24xx/Makefile [new file with mode: 0755]
target/linux/s3c24xx/base-files/etc/config/network [new file with mode: 0755]
target/linux/s3c24xx/base-files/etc/inittab [new file with mode: 0755]
target/linux/s3c24xx/base-files/etc/preinit [new file with mode: 0755]
target/linux/s3c24xx/config-2.6.26 [new file with mode: 0755]
target/linux/s3c24xx/image/Makefile [new file with mode: 0755]
target/linux/s3c24xx/patches/0000-reverse-openwrt-patches-921-922-923.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0001-explicitly-link-notes-section.patch.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0002-gta01-no_nand_partitions.patch.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0003-fix-i2c-s3c2410-resume-race.patch.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0004-resume-timers-wq.patch.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0005-s3c2410-bbt.patch.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0006-gta01-pcf50606.patch.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0007-gta01-core.patch.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0008-gta01-jbt6k74.patch.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0009-gta01-inputdevice.patch.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0010-gta01-power_control.patch.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0011-s3c2410-pwm.patch.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0012-gta01-vibrator.patch.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0013-gta01-backlight.patch.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0014-s3c2410_touchscreen.patch.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0015-s3c2410_ts-gta01.patch.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0016-i2c-permit_invalid_addrs.patch.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0017-g_ether-highpower.patch.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0018-g_ether-vendor_product.patch.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0019-s3c_mci.patch.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0020-s3c_mci-gta01.patch.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0021-s3c24xx-nand-largepage.patch.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0022-s3c2410_udc-2440_dual_packet-workaround.patch.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0023-s3c2442b-cpuid.patch.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0024-pcf50633.patch.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0025-pcf50633-suspend-hacks.patch.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0026-smedia-glamo.patch.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0027-glamo-mmc.patch.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0028-gta02-core.patch.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0029-gta02-power_control.patch.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0030-gta02-sound.patch.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0031-lis302dl.patch.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0032-gta02-leds.patch.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0033-gta02-acc.patch.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0034-pcf506xx.patch.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0035-gta02-bt-fixes.patch.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0036-openmoko-logo.patch.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0037-config-nr-tty-devices.patch.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0038-pm-debug_less_verbose.patch.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0039-s3c2410_serial-nodebug.patch.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0040-input-nots-mousedev.patch.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0041-s3c2440-nand-disable-hwecc.patch.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0042-qt2410-cs8900.patch.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0043-s3c2410-qt2410-buttons.patch.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0044-fail-unless-uimage.patch.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0045-introduce-fiq-basis.patch.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0046-introduce-fiq-use-timer3-as-source.patch.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0047-introduce-fiq-migrate-vibrator-gta02-only.patch.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0048-fiq-hdq.patch.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0049-bq27000-battery-driver.patch.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0050-fix-EVIOCGRAB-semantics.patch.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0051-s3c2410-usb-switch.patch.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0052-pnp_fixes.patch.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0053-atheros_2_0_function.patch.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0054-atheros_2_0_hcd.patch.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0055-atheros_2_0_sdio_stack.patch.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0056-fix-hwecc-2410.patch.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0057-fix-pcf50606-LOWBAT-kill-init.patch.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0058-fix-pcf50633-LOWBAT-kill-init.patch.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0059-gta01-dehang-printk.patch.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0060-suspend-prelim1.patch.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0061-gta02-sound-bandaid.patch.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0062-glamo-cmdqueue-bandaid.patch.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0063-fix-wm8753-DBG.patch.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0064-local-add-defconfig.patch.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0065-local-build-scripts.patch.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0066-local-build-new-dfu-vid.patch.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0067-local-update-defconfig-for-2.6-dev.patch.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0068-local-config-add-vfat-nls-to-kern.patch.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0069-local-config-add-bluetooth-monolithic.patch.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0070-local-config-wlan-config-changes.patch.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0071-local-config-defconfig-motion-sensor-gpio.patch.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0072-local-config-pmu.patch.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0073-local-config-ext2.patch.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0074-contrib-fix-chgstate-array-bloat.patch.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0075-bugfix-deglitch-gpio-output-enable.patch.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0076-clean-snip-gpio-reinit.patch.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0077-introduce-fiq-hdq.patch.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0078-introduce-bq27000-battery-driver.patch.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0079-debug-suspend-dump-gpio-states-add-GPA.patch.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0080-fix-s3c2410_timer_setup-resume-BUG.patch.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0081-config-add-alsa.patch.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0082-fix-glamo-mci-defeat-ops-during-suspend.patch.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0083-fix-lcm-reinit-post-resume.patch.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0084-fix-glamo-mci-fake-reset-opcode-in-suspend.patch.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0085-use-gpio-control-leds.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0086-fix-gpio-led-patch-still-pwm-t3.patch.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0087-introduce-usb-host-power-control.patch.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0088-fix-charging-deassert-host-power-1a-detect.patch.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0089-add-pcf50633-06-RTC_AIE-ioctl.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0090-fix-lis302dl-suspend-gpio.patch.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0091-fix-suspend-gps-tx-level.patch.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0092-Do-not-send-low-level-debugging-to-the-modem.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0093-add-gta02-pcb-revision-detect.patch.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0094-debug-glamo-dump-regs.patch.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0095-add-pcb-rev-sysfs.patch.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0096-Simplify-the-code-there-is-no-need-for-a-branch.-Th.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0097-Remove-dead-code.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0098-Fix-the-FIXME-store-the-GPIO-value-for-now.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0099-Convert-the-driver-to-the-generic-GPIO-framework.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0100-Add-GPIO-IRQ-for-the-s3c2410-and-add-irq_to_gpio.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0101-This-is-gta02-and-not-gta01.-Do-not-call-the-vibrato.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0102-Fix-spelling.-flaoting-floating.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0103-Fix-the-firing-of-Jack-Interrupts-after-resume-whe.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0104-Enable-GPS-only-if-it-was-powered-on-before-suspendi.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0105-fix-wlan-disable.patch.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0106-defconfig-audio.patch.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0107-fix-gsm-download-irq-balance-issue.patch.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0108-fix-glamofb-cmdqueue-timeout.patch.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0109-fix-glamofb-cmd-mode-locking.patch.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0110-debug-glamo-add-lcd-regs-to-dump.patch.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0111-fix-jack-debounce.patch.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0112-OpenMoko-Openmoko.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0113-Remove-not-needed-ifdef-as-machine_is_-is-always-de.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0114--leds-We-would-enable-PWM-for-all-four-timers-disa.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0115--led-Misc-fixes-in-the-driver-code.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0116--neo-bluetooth-GTA01_GPIO_MODEM_RST-GTA02_GPIO_M.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0117--neo-Every-access-to-GPIO-bank-B-has-to-go-through.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0118-fix-jack-interrupt-debounce-loss-window.patch.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0119-fix-gta01-spi-resume-patch.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0120-fix-gta01-pmu-irq-edge-lost-on-resume.patch.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0121-add-defconfig-2.6.25.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0122-tracking-2.6.25-input_dev-cdev-union-removed.patch.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0123-tracking-2.6.25-struct-bus-type-loses-devices-member.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0124-tracking-2.6.25-upstream-s3c2410_gpio_irq2pin.patch.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0125-tracking-2.6.25-deprecated-includefile-wm8753.patch.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0126-tracking-2.6.25-changed-s3c2410_dma_request-reurn.pa.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0127-gta01-gps-power-state-resume-preserve.patch.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0128-gta01-fix-jbt-platform-missing-members.patch.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0129-gta01-fix-resume-redo-par.patch.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0130-From-cc08b5986dfd8d971ee46ce7045fb7863f99a92a-Mon-Se.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0131-clean-sdio-hcd-suspend.patch.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0132-config-update-2.6.21-rc1.patch.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0133-tracking-2.6.26-rc1-remove-input-dev-private-member.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0134-tracking-2.6.26-rc1-remove-dupe-s3c2410_nand_update_.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0135-tracking-2.6.26-rc1-sdio-pnp-changes.patch.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0136-fix-KEY_PHONE-up-down-inversion.patch.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0137-s3c24xx-pwm-platform-driver.patch.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0138-fix-suspend-backlight-timing-pm-debug.patch.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0139-fix-wep-needs-keys-before-ap.patch.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0140-Fixup-hang-on-resume-caused-by-the-s3c2410-touch-scr.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0141-fix-motion-sensor-corruption.patch.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0142-add-resume-reason-sysfs.patch.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0143-fix-reduce-wake-reasons-in-pcf50633.patch.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0144-add-gta01-resume-sysfs.patch.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0145-introduce-samsung-camera-unit-driver.patch.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0146-uplevel-samsung-camera-unit.patch.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0147-fix-remove-unused-model-name-bq27000.patch.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0148-Fix-possible-null-pointer-dereference-in-s3c24xx_i2c.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0149-Make-ar6k-not-print-soooo-much-to-my-console.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0150-Subject-PATCH-Build-fixes.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0151-Subject-PATCH-Hardware-glamo-fb-cursor-some-clea.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0152-Subject-config-defconfig-2.6.26.patch.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0153-introduce-charging-led-behaviour.patch.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0154-introduce-resume-dependency.patch.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0155-introduce-pcf50633-resume-dependency-list.patch.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0156-add-use-pcf50633-resume-callback-jbt6k74.patch.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0157-The-following-is-a-minor-cleanup-of-backlight-resume.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0158-debug-codec-register-setting-sysfs.patch.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0159-fix-pcf50633-suspend-resume-onehit-i2c-other-meddlin.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0160-fix-glamo-mci-relationship-with-pcf50633-suspend-res.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0161-fix-jbt6k74-force-reset-suspend.patch.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0162-fix-glamo-mci-power-setting-timeout-waiting-for-pcf5.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0163-fix-glamo-mci-resume-dependency-on-pcf50633.patch.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0164-fix-pcf50633-interrupt-work-enforce-wait-on-resume-c.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0165-fix-pcf50633-rtc-i2c-bulk-autoincrement-simplify.pat.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0166-fix-pcf50633-use-i2c-bulk-autoincrement.patch.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0167-fix-pcf50633-usb-curlim-workqueue-migration.patch.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0168-change-lcm-keep-power-faster-resume.patch.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0169-fix-gta02-mach-remove-gta01-lcd-reset.patch.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0170-add-remote-install-sdcard-script.patch.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0171-fix-pcf50633-require-resume-level-3-for-irq-work.pat.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0172-fix-pcf50633-add-back-gratuitous-isr-work-call-in-re.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0173-fix-pcf50633-kill-white-splash-of-death-on-suspend.p.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0174-fix-allow-core-1v3-to-go-down.patch.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0175-debug-i2c-s3c2410-dump-stack-on-suspended-tranfer.pa.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0176-fix-pcf50633-suspend-state-as-enum.patch.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0177-fix-pcf50633-disable-irq-from-suspend-until-resume.p.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0178-debug-backtrace-not-choke-on-null-dev_blah.patch.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0179-fix-pcf50633-really-defer-backlight-on-resume.patch.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0180-fix-glamo-suspend-resume-dram-and-engines.patch.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0181-fix-pcf50633-platform-backlight-resume-ramp-setting.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0182-fix-pcf50633-migrate-gta02-peripherals-out.patch.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0183-fix-pcf50633-use-pcf-not-data-in-probe-for-context.p.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0184-workaround-s3c24xx-i2s-stop-live-stream-stall-on-res.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0185-Subject-PATCH-a6k-Everyone-calls-SET_NET_DEV-an.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0186-Subject-PATCH-glamo-Don-t-disable-hwcursor-for-b.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0187-introduce-panic-blink-led-not-using-userspace-omfg.p.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0188-touchscreen-meddling.patch.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0189-fix-touchscreen-meddling-divde.patch.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0190-fix-lis302dl-resume-and-init-reload-boot-coefficient.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0191-fix-gsm-resume-problems.patch.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0192-introduce-resume-exception-capture.patch.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0193-tracking-defconfig-2.6.26-rc7.patch.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0194-tracking-2.6.26-rc7-repeat-cdev-removal-pcf50633.pat.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0195-From-119f4e02ba81cffe4dbc88d8ff667048ad28d925-Mon-Se.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0196-From-ae3f72fc608fcd0a98a980a335ac4dc7ad95b221-Mon-Se.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0197-From-683ef8067815f6ba0ede73fa71973823726213a3-Mon-Se.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0198-From-000450f1ad2c713d2345a872fdf44f5dd3702e1b-Mon-Se.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0199-From-5718bde77ed1a75e0fd2cdf5e099e66121d10c0a-Mon-Se.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0200-From-c221bb27c8e22daa451e26353140777223d397d2-Mon-Se.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0201-change-remove-kernel-charging-led-drive.patch.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0202-add-ar6k-wake-interrupt.patch.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0203-Remove-some-bits-of-nspy-GSM-flow-control-patches.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0204-commit-5f42e24d361cd83178fe8da9d68efbf41a011483.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0205-From-cede5c6c9b06ecbb0f7f2df7b7070092b87ddaf8-Mon-Se.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0206-From-3a32be40f78404d5f1185f0b3d6b5632381cb33f-Mon-Se.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0207-fix-pcf50633-mask-second-on-resume.patch.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0208-fix-aux-key-level-by-gtaxx.patch.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0209-add-pcf50633-allow-force-charger-type.patch.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0210-fix-no-uart-leak-when-gps-off.patch.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0211-change-backlight-level-not-forced-up-on-resume.patch.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0212-introduce-BANKCON-meddling-sysfs.patch.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0213-sdio-use-interruptible-sleep-in-kthread-main-loops.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0214-fix-force-sdcard-clk-off-when-idle.patch.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0215-add-limit-sdcard-clk-cmdline.patch.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0216-fix-scard-stop-on-resume.patch.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0217-debug-move-dev-info-to-dbg.patch.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0218-debug-add-glamo-drive-strength-module-param.patch.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0219-fix-bq27000-charger-state-tracking.patch.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0220-fix-glamo-mci-set-default-drive-level-0.patch.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0221-fix-pcf50633-remove-charger-curlim-and-enable-apis-f.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0222-fix-pcf50633-only-do-platform-callback-once-per-even.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0223-fix-glamo-mci-possible-timeout-overflow.patch.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0224-fix-glamo-mci-ensure-more-than-74-clocks-after-power.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0225-fix-pcf50633-bd-undef.patch.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0226-fix-wm8753-DBG.patch.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0227-fix-s3c2410-serial-fwd-ref.patch.patch.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0228-fix-allow-full-sd-voltage-range-selection.patch.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0229-fix-glamo-mci-dont-filter-voltage-change.patch.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0230-add-glamo-mci-slower-clocking-dynamic-switching.patc.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0231-use-gta02-glamo-mci-sd-dynamic-clock.patch.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0232-0003-a6k-sdio-Use-pnp_alloc_dev-to-properly-initiali.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0233-device-model-Allow-the-creation-of-symlinks-on-sys.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0234-pcf50606-fix-gllin-compat-link.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0235-fix-add-missing-include.patch.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0236-config-kill-mtd-debug.patch.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0237-fix-glamo-turbo-host-interface.patch.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0238-fix-glamo-crank-memory-to-90MHz.patch.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0239-fix-hdq-probe.patch.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0240-gta0x-add-minimal-GSM-flowcontrol.patch.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0241-commit-830ea3d0c27c0c750b7bf1b56c002ee7943f3edc.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0242-silence-serial-console-gta01.patch.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0243-gta01-pcf50606-disable-irq-from-suspend-until-resume.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0244-fix-suspend-backlight-timing-gta01.patch.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0245-gta01-uart-fifo-trigger-sooner.patch.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0246-checkpatch-fixes.patch.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0247-add-includes-from-checkpatch-fixes.patch.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0248-fix-pcf50633-usbrem-charging-led.patch.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0249-fix-no-discharging.patch.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0250-One-of-the-error-paths-on-s3cmci_probe-was-doing-t.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0251-My-GTA01-2.6.26-kernel-was-crashing-within-mmc_power.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0252-The-driver-should-be-checking-for-a-negative-error-c.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0253-mmc_detect_change-takes-jiffies-not-msecs.-Conver.patch [new file with mode: 0755]
target/linux/s3c24xx/patches/0254-config-2.6.26-add-s3c-mmc.patch.patch [new file with mode: 0755]
target/linux/s3c24xx/profiles/100-gta02.mk [new file with mode: 0644]
target/linux/s3c24xx/todo.txt [new file with mode: 0644]