| Commit message (Expand) | Author | Age | Files | Lines |
* | [ARM] pxa: fix the conflicting non-static declarations of global_gpios[] | Eric Miao | 2009-06-11 | 2 | -2/+2 |
* | [ARM] pxa/littleton: add support for the Micro-SD slot (MMC1) | Eric Miao | 2009-06-05 | 1 | -0/+63 |
* | [ARM] pxa/cm-x300: update defconfig | Mike Rapoport | 2009-06-05 | 1 | -85/+244 |
* | [ARM] pxa/cm-x300: add .fixup method to enable second DRAM bank | Mike Rapoport | 2009-06-05 | 1 | -0/+14 |
* | [ARM] pxa/cm-x300: use STUART for uncompressor | Mike Rapoport | 2009-06-05 | 1 | -1/+2 |
* | [ARM] pxa/cm-x300: add rtc-v3020 device registration | Mike Rapoport | 2009-06-05 | 1 | -0/+38 |
* | [ARM] pxa/cm-x300: use OBM configuration for NAND flash | Mike Rapoport | 2009-06-05 | 1 | -0/+1 |
* | [ARM] pxa/em-x270, cm-x270: use DEEPSLEEP for PM_SUSPEND_MEM | Mike Rapoport | 2009-06-05 | 2 | -0/+8 |
* | [ARM] pxa/em-x270: add support for on-board USB Hub | Mike Rapoport | 2009-06-05 | 1 | -0/+69 |
* | [ARM] pxa/em-x270: change power supply name to "battery" | Mike Rapoport | 2009-06-05 | 1 | -1/+1 |
* | [ARM] pxa/em-x270: update libertas device setup | Mike Rapoport | 2009-06-05 | 1 | -3/+29 |
* | [ARM] pxa/em-x270: add exeda GPIO extender and update GPIO mappings | Mike Rapoport | 2009-06-05 | 1 | -18/+46 |
* | [ARM] pxa/ezx: setup gpio-keys for EzX phones | Antonio Ospite | 2009-06-05 | 1 | -7/+168 |
* | [ARM] pxa/spitz: drop unused header files from spitz.c | Dmitry Eremin-Solenikov | 2009-06-05 | 1 | -20/+3 |
* | [ARM] pxa/imote2: add i2c board info for the wm8940 audio codec | Jonathan Cameron | 2009-06-05 | 1 | -0/+3 |
* | [ARM] pxa/imote2: add board config for SHT15 humidity sensor | Jonathan Cameron | 2009-06-05 | 1 | -0/+28 |
* | [ARM] pxa: Stargate 2 board support | Jonathan Cameron | 2009-06-05 | 4 | -1/+804 |
* | [ARM] pxa/palm: Palm TX, T5, LD suspend-to-mem rework | Marek Vasut | 2009-06-05 | 3 | -63/+31 |
* | [ARM] pxa/palm: Add Palm27x aSoC driver to PalmTE2 | Marek Vasut | 2009-06-05 | 1 | -0/+18 |
* | [ARM] pxa/palm: Switch PalmT5, TX, TE2 to GPIO VBUS | Marek Vasut | 2009-06-05 | 3 | -9/+33 |
* | [ARM] pxa/csb726: register ac97 controller | Dmitry Eremin-Solenikov | 2009-06-05 | 1 | -0/+2 |
* | [ARM] pxa/csb726: switch to use smsc911x driver | Dmitry Eremin-Solenikov | 2009-06-05 | 1 | -2/+14 |
* | [ARM] pxa: magician_defconfig enable hx4700, asic3 and w100fb | Philipp Zabel | 2009-06-05 | 1 | -2/+3 |
* | [ARM] pxa: add basic support for HP iPAQ hx4700 PDAs | Philipp Zabel | 2009-06-05 | 5 | -1/+994 |
* | [ARM] pxa/magician: use ARRAY_AND_SIZE for platform_add_devices | Philipp Zabel | 2009-06-05 | 1 | -1/+1 |
* | [ARM] pxa/magician: use I2C fast mode | Philipp Zabel | 2009-06-05 | 1 | -1/+9 |
* | [ARM] pxa: add vcc_core regulation for cpufreq on pxa2xx | Robert Jarzmik | 2009-06-05 | 1 | -19/+85 |
* | [ARM] pxa: add additional mfp definitions for pxa320 | Jürgen Schindele | 2009-06-05 | 1 | -0/+14 |
* | [ARM] pxa: add ability to set suspend mode | Mike Rapoport | 2009-06-05 | 2 | -1/+21 |
* | [ARM] pxa: add udc support for pxa3xx | Robert Jarzmik | 2009-06-05 | 1 | -1/+1 |
* | [ARM] pxa: allow IRQ_BOARD_END to be customized and make zylonite to use it | Philipp Zabel | 2009-06-05 | 2 | -5/+12 |
* | [ARM] pxa: update pxa2xx_spi_chip initialization to use .gpio_cs field | Mike Rapoport | 2009-06-05 | 5 | -139/+10 |
* | [ARM] pxa: add PWM devices support for pxa168/910 | Eric Miao | 2009-06-05 | 8 | -6/+105 |
* | [ARM] pxa: add missing IRQ_PXA910_NONE to irqs.h | Eric Miao | 2009-06-05 | 1 | -0/+1 |
* | [ARM] pxa: move pwm.c to common plat-pxa directory | Eric Miao | 2009-06-05 | 3 | -1/+2 |
* | [ARM] pxa: build pwm.c according to HAVE_PWM instead of PXA_PWM | Eric Miao | 2009-06-05 | 2 | -7/+1 |
* | [ARM] pxa: allow PWM ID base number to be specified in pwm_id_table | Eric Miao | 2009-06-05 | 1 | -2/+3 |
* | [ARM] pxa: simplify secondary PWM handling and use platform_device_id table | Eric Miao | 2009-06-05 | 1 | -67/+49 |
* | [ARM] pxa: add I2C (TWSI) devices to pxa168/pxa910 | Eric Miao | 2009-06-05 | 5 | -0/+64 |
* | [ARM] pxa: move mach/i2c.h to plat/i2c.h | Eric Miao | 2009-06-05 | 22 | -21/+21 |
* | [ARM] pxa: add platform device ID table to pxa i2c driver | Eric Miao | 2009-06-05 | 1 | -1/+1 |
* | Merge master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 2009-05-29 | 26 | -67/+460 |
|\ |
|
| * | Merge branch 'for-rmk' of git://gitorious.org/linux-gemini/mainline | Russell King | 2009-05-29 | 1 | -2/+1 |
| |\ |
|
| | * | Gemini: Fix SRAM/ROM location after memory swap | Paulius Zaleckas | 2009-05-28 | 1 | -2/+1 |
| * | | [ARM] update mach-types | Russell King | 2009-05-29 | 1 | -9/+122 |
| * | | [ARM] Add cmpxchg support for ARMv6+ systems (v5) | Mathieu Desnoyers | 2009-05-28 | 1 | -0/+173 |
| * | | [ARM] barriers: improve xchg, bitops and atomic SMP barriers | Russell King | 2009-05-28 | 5 | -13/+71 |
| * | | Merge branch 'for-rmk' of git://git.marvell.com/orion | Russell King | 2009-05-23 | 5 | -12/+29 |
| |\ \ |
|
| | * | | [ARM] add coherent DMA mask for mv643xx_eth | Nicolas Pitre | 2009-05-22 | 4 | -0/+27 |
| | * | | [ARM] Orion: Remove explicit name for platform device resources | Martin Michlmayr | 2009-05-21 | 3 | -8/+0 |