summaryrefslogtreecommitdiff
path: root/packages/linux/linux-handhelds-2.6/hx4700
AgeCommit message (Collapse)AuthorFiles
2007-07-12linux-handhelds-2.6: Add support for bunch of new machines.Paul Sokolovsky1
2007-07-11linux-handhelds-2.6 2.6.21-hh11: Update defconigs to defconfigman r343.Paul Sokolovsky1
* All devices: MTD option cleanup. * h2200: Enabled JFFS2. * h4000, htcbluangel: Enabled acx_cs.
2007-06-22linux-handhelds-2.6: Enable CONFIG_BLK_DEV_INITRD.Paul Sokolovsky1
* This is required to support *standalone* *initramfs*.
2007-06-20linux-handhelds-2.6: Update defconfigs:Paul Sokolovsky1
* CONFIG_NLS_DEFAULT="utf8" (suggested by Koen Kooi) * For devices with builtin PCMCIA, enable driver for Ratoc USB Host Card. * htcuniversal: add supportf or ts-adc-debounce, modular, old driver, htcuniversal_ts, made modular too. * magician: Update for latest CVS.
2007-06-18linux-handhelds-2.6 2.6.21: Enable mtdram module, useful for mounting jffs2 ↵Paul Sokolovsky1
images.
2007-06-18linux-handhelds-2.6: Update defconfigs for 2.6.21-hh8 (defconfigman r291).Paul Sokolovsky1
2007-06-13linux-handhelds-2.6: Drop -hh5, add 2.6.21-hh7. Paul Sokolovsky1
* Changes since -hh6: 1. Synced with power/battery tree 2. ghi270 machine update 3. ts-adc-debounce fix * Also, update configs from defconfigman r281
2007-06-11linux-handhelds-2.6: Drop 2.6.21-hh4, add 2.6.21-hh6. Paul Sokolovsky1
* Changes since -hh5 are: 1. inpit_pda.h: Use KEY_POWER directly, has safe value. 2. asus716: PCMCIA cleanup. 3. h5000, htcmagician: Use mtd physmap driver. 4. htcmagician: Phone PM improvements. 5. htchermes: NAND tweaks, more robust IRQ init 6. mach-sa1100/: Cleanup 7. mach-sa1100/usb/usb-eth.c: Cleanup, tested to flaky, but work. 8. ts-adc, ts-adc-debounce: Fix handling of pen up events. 9. hamcop_base: Converted to platform_driver, fixes h2200 resume. * Also, updated defconfigs from defconfigman r275.
2007-05-28linux-handhelds-2.6: Add 2.6.21-hh5. Changes since -hh4:Paul Sokolovsky1
1. Add CONFIG_TXTOFFSET_DELTA patch, allowing to shift kernel location in memory (used by rx3000). 2. htcwallaby: Start to cleanup. 3. asus716, h1910: TS updates. 4. ts-adc-debounce: Pass IRQ via resources. 5. htcapache: Update to new power infrastructure, etc. 6. htcathena, htchermes: Initialization tweaks. 7. s3c2410_ts: Fix s3c2440 support. 8. samcop_adc, samcop_ts: Implement IRQ-based sampling, refactor. 9. drivers/usb/gadget/: Upgraded to Zaurus patches, RNDIS now supported on PXA27x. 10. ohci-hcd: Revamped for 2.6.21.
2007-05-25linux-handhelds-2.6: Update defconfigs from defconfigman r258Paul Sokolovsky1
* Also includes support for h2200 and htcblueangel.
2007-05-17linux-handhelds-2.6: Update defconfigs, from defconfigman r230.Paul Sokolovsky1
* Also htcuniversal defconfig, contributed by tsdogs (#htc-linux).
2007-05-13linux-handhelds-2.6: Add 2.6.21-hh2, with defconfigman-generated configs per ↵Paul Sokolovsky2
RFC.
2007-05-12linux-handhelds-2.6: CVS HEAD is 2.6.21 now, 2.6.20 is in branch.Paul Sokolovsky4
2007-03-31linux-handhelds-2.6: hx4700 defconfig updatePhilipp Zabel1
- compile in common battery drivers instead of hx4700_power - use common touchscreen drivers instead of hx4700_ts
2007-03-29linux-handhelds-2.6: update hx4700 defconfig for 2.6.20Philipp Zabel1
2007-03-07linux-handhelds-2.6: Add 2.6.20-hh1 and 2.6.20-hh2.Paul Sokolovsky4
* defconfigs are copies of .19's for now.
2007-03-07linux-handhelds-2.6 2.6.19: 2.6.19 moved to branch, trunk is 2.6.20 now.Paul Sokolovsky2
2006-12-06linux-handhelds-2.6 2.6.19-hh4: Add first really working HH.org 2.6.19 release.Paul Sokolovsky1
* Update defconfig for hx4700, too. Enable boot from SD and NFS - *really* for different people and configurations.
2006-12-02linux-handhelds-2.6 2.6.19-hh0: New HH.org kernel subrelease.Paul Sokolovsky2
* -hh0 is obviously rough, but add anyway to let people test it more widely. * defconfigs are copies of 2.6.18's so far.
2006-12-02linux-handhelds-2.6 2.6.18: HH.org was upgraded to 2.6.19, so move "HEAD" ↵Paul Sokolovsky2
defconfigs to 2.6.18 override dir.
2006-10-27linux-handhelds-2.6 2.6.17-hh2: Add updated defconfigs (+ same old patches).Paul Sokolovsky2
* More machines on todo.
2006-10-27linux-handhelds-2.6: Prepare to finish upgrade to 2.6.17.Paul Sokolovsky2
* Aim: support few kernel releases nicely and transparently. * Issue: different kernel versions/releases (may) have different defconfigs. * Requirement: we need files dir to be override not just on PN, amd not just on MACHINE, but additionally on some version string, which doesn't necessarily have to be PV (for example, current situation is that 2.6.16 vs 2.6.17 need different defconfigs, while potentially *some* -hh tags may have that need too). * Solution: I could get per-MACHINE overrides work automagically if FILESPATH is overriden. So, emulate that with adding both per-version dir (foo) and foo/${MACHINE} at the same time (and at the right order). * Rename linux-handhelds-2.6/ to linux-handhelds-2.6-2.6.16/, as it really contains defconfigs for those kernels. "HEAD" kernel version will still use linux-handhelds-2.6 (i.e. TODO: add 2.6.17 defconfigs to linux-handhelds-2.6/).
2006-10-25handhelds-pxa-2.6: Rename to linux-handhelds-2.6Paul Sokolovsky2
* Naming consistent with recent conventions ("linux-" prefix) * Supports other subarchs besides PXA. * Closes #1524 * Approved by Koen Kooi