Age | Commit message (Expand) | Author | Files | Lines |
2009-12-29 | [ARM] pxa/poodle: fix incorrect 'gpio_card_detect' of MMC | Eric Miao | 1 | -1/+1 |
2009-12-01 | [ARM] pxa: allow platforms to control which uarts are registered | Russell King | 1 | -0/+4 |
2009-09-10 | [ARM] pxa: add gpio_pwdown(_inverted) into pxaficp_ir.c | Marek Vasut | 1 | -26/+1 |
2009-09-10 | [ARM] pxa: factor pxamci gpio handling | Robert Jarzmik | 1 | -45/+8 |
2009-06-16 | [ARM] pxa: register wm8731 explicitly for corgi and poodle | Mark Brown | 1 | -0/+6 |
2009-06-05 | [ARM] pxa: update pxa2xx_spi_chip initialization to use .gpio_cs field | Mike Rapoport | 1 | -14/+1 |
2009-06-05 | [ARM] pxa: move mach/i2c.h to plat/i2c.h | Eric Miao | 1 | -1/+1 |
2009-03-19 | [ARM] pass reboot command line to arch_reset() | Russell King | 1 | -3/+3 |
2009-03-09 | [ARM] pxa: introduce pxa{25x,27x,300,320,930}.h for board usage | Eric Miao | 1 | -3/+1 |
2009-01-05 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | David Woodhouse | 1 | -0/+32 |
2008-12-02 | [ARM] pxa/poodle: add physmap mapping for ROM | Dmitry Baryshkov | 1 | -0/+32 |
2008-10-29 | [MTD] sharpsl-nand: move registration to board code | Dmitry Baryshkov | 1 | -0/+51 |
2008-09-27 | [ARM] pxa: fix typo in pxa25x MFP definitions | Eric Miao | 1 | -1/+1 |
2008-09-24 | [ARM] pxa/poodle: prepare scoop for the generic GPIO API | Eric Miao | 1 | -0/+1 |
2008-09-24 | [ARM] pxa/poodle: use SPI based ads7846 touch screen driver | Eric Miao | 1 | -48/+42 |
2008-09-24 | [ARM] pxa/poodle: convert to use the new MFP API to configure pins | Eric Miao | 1 | -63/+84 |
2008-09-24 | [ARM] pxa/poodle: convert to use the new GPIO API | Eric Miao | 1 | -18/+71 |
2008-09-24 | [ARM] pxa/poodle: use new .lcd_conn to specify the LCD info | Eric Miao | 1 | -2/+1 |
2008-09-24 | [ARM] pxa/poodle: use .gpio_pullup in USB device platform data | Eric Miao | 1 | -13/+1 |
2008-09-24 | [ARM] pxa/poodle: move scoop/locomo device registration earlier | Eric Miao | 1 | -8/+7 |
2008-08-26 | [ARM] 5225/1: zaurus: Register I2C controller for audio codecs | Mark Brown | 1 | -0/+2 |
2008-08-07 | [ARM] Move include/asm-arm/arch-* to arch/arm/*/include/mach | Russell King | 1 | -11/+11 |
2008-08-07 | [ARM] Remove asm/hardware.h, use asm/arch/hardware.h instead | Russell King | 1 | -1/+1 |
2008-07-13 | [ARM] 5146/1: pxa2xx: convert all boards to call pxa2xx_transceiver_mode helper | Dmitry Baryshkov | 1 | -0/+1 |
2008-06-02 | [ARM] pxa: separate out power manager and clock registers | Russell King | 1 | -0/+1 |
2008-05-08 | [ARM] pxa: Fix RCSR handling | Russell King | 1 | -2/+0 |
2008-04-19 | [ARM] pxa: separate GPIOs and their mode definitions to pxa2xx-gpio.h | eric miao | 1 | -0/+1 |
2008-02-04 | [ARM] 4803/1: pxa: fix building issue of poodle.c caused by patch 4737/1 | eric miao | 1 | -4/+4 |
2008-01-28 | [ARM] pxa: fix mci_init functions returning -1 | Russell King | 1 | -4/+2 |
2007-07-12 | [ARM] pxa: move platform devices to separate header file | Russell King | 1 | -0/+1 |
2007-07-12 | [ARM] 4450/1: pxa: add pxa25x_init_irq() and pxa27x_init_irq() | Eric Miao | 1 | -1/+1 |
2006-10-09 | IRQ: Use the new typedef for interrupt handler function pointers | David Howells | 1 | -1/+1 |
2006-10-06 | Initial blind fixup for arm for irq changes | Linus Torvalds | 1 | -1/+1 |
2006-10-02 | [ARM] 3848/1: pxafb: Add option of fixing video modes and spitz QVGA mode sup... | Richard Purdie | 1 | -7/+5 |
2006-07-03 | [PATCH] ARM: fixup irqflags breakage after ARM genirq merge | Thomas Gleixner | 1 | -1/+1 |
2006-06-19 | [ARM] 3594/1: Poodle: Add touchscreen support + other updates | Richard Purdie | 1 | -2/+67 |
2006-06-19 | [ARM] 3561/1: Poodle: Correct the MMC/SD power control | Richard Purdie | 1 | -4/+18 |
2006-06-19 | [ARM] 3593/1: Add reboot and shutdown handlers for Zaurus handhelds | Richard Purdie | 1 | -0/+17 |
2006-04-02 | [ARM] 3453/1: Poodle: Correctly set the memory size | Richard Purdie | 1 | -0/+4 |
2006-03-22 | [ARM] Remove asm/arch/irq.h | Russell King | 1 | -1/+0 |
2006-01-13 | [ARM] 3260/1: remove phys_ram from struct machine_desc (part 2) | Nicolas Pitre | 1 | -1/+0 |
2006-01-09 | [PATCH] IRQ type flags | Russell King | 1 | -4/+3 |
2005-11-08 | [ARM] 3093/1: SharpSL PCMCIA Updates for Cxx00 models | Richard Purdie | 1 | -2/+30 |
2005-10-31 | Merge master.kernel.org:/home/rmk/linux-2.6-drvmodel | Linus Torvalds | 1 | -1/+1 |
2005-10-30 | [ARM] 3067/1: Add poodle irda platform support | Richard Purdie | 1 | -0/+21 |
2005-10-29 | Create platform_device.h to contain all the platform device details. | Russell King | 1 | -1/+1 |
2005-09-15 | [ARM] 2914/1: PXA Poodle: Add MMC and UDC support | Richard Purdie | 1 | -0/+82 |
2005-09-15 | [ARM] 2913/1: PXA Poodle: Cleanup some unneeded code | Richard Purdie | 1 | -21/+10 |
2005-09-05 | [ARM] 2882/1: pxa2xx_sharpsl: Update PCMCIA driver to support variety of new ... | Richard Purdie | 1 | -0/+12 |
2005-07-04 | [PATCH] ARM: Fix non-standard PXA io_pg_offst initialisers | Russell King | 1 | -1/+1 |