aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-pxa (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-04-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/juhl/trivialLinus Torvalds1-3/+3
2008-04-21arm: Storage class should be before const qualifierTobias Klauser1-3/+3
2008-04-19[ARM] pxa: Phycore pcm-990-specific code for the PXA270 Quick Capture driverGuennadi Liakhovetski1-0/+86
2008-04-19[ARM] pxa: V4L2 soc_camera driver for PXA270Guennadi Liakhovetski1-0/+32
2008-04-19[ARM] pxa: initialise PXA devices before platform init codeRussell King3-3/+3
2008-04-19[ARM] 5002/1: tosa: add two more ledsDmitry Baryshkov1-0/+10
2008-04-19[ARM] 5004/1: Tosa: make several unreferenced structures static.Dmitry Baryshkov1-4/+4
2008-04-19[ARM] 5003/1: Shut up sparse warningsDmitry Baryshkov1-3/+3
2008-04-19[ARM] 4976/1: zylonite: Configure GPIO for WM9713 IRQ lineMark Brown3-0/+14
2008-04-19[ARM] 4973/1: Tosa: use leds-gpio driver.Dmitry Baryshkov1-2/+23
2008-04-19[ARM] 4972/1: Tosa: convert scoop GPIOs usage to generic gpio codeDmitry Baryshkov1-25/+63
2008-04-19[ARM] pxa: lubbock: move mis-placed SPI infoRussell King1-20/+20
2008-04-19[ARM] 4970/1: tosa: correct gpio used for wake up.Dmitry Baryshkov1-1/+17
2008-04-19[ARM] 4966/1: magician: add MFP pin configurationPhilipp Zabel1-0/+78
2008-04-19[ARM] 4965/1: magician: use htc-pasic3,leds-pasic3,ds1wm,leds-gpioPhilipp Zabel1-3/+113
2008-04-19[ARM] 4958/2: tosa: fix i2c registration.Dmitry Baryshkov1-0/+2
2008-04-19[ARM] 4960/1: Rewrite tosa pin configuration to use MFP tables.Dmitry Baryshkov1-42/+109
2008-04-19[ARM] 4953/1: magician: add backlight power switching GPIOsPhilipp Zabel1-2/+11
2008-04-19[ARM] 4952/1: magician: add LCD detection, LCD power switching, update pxafb settingsPhilipp Zabel1-7/+114
2008-04-19[ARM] 4951/1: magician: enable external power supply (pda_power) driverPhilipp Zabel1-0/+54
2008-04-19[ARM] 4950/1: magician: enable MMC supportPhilipp Zabel1-0/+40
2008-04-19[ARM] 4949/1: magician: enable flash VPP GPIO and build in MTD, physmap-flash and JFFS2Philipp Zabel1-0/+6
2008-04-19[ARM] 4948/1: magician: use htc-egpio to drive the GPIO/IRQ expander CPLDPhilipp Zabel1-1/+59
2008-04-19[ARM] 4944/2: magician: enable i2c busPhilipp Zabel1-0/+2
2008-04-19[ARM] 4942/1: magician: fix the backlight driver namePhilipp Zabel1-1/+1
2008-04-19[ARM] 4946/1: pxa3xx: Print an error if we refuse to suspendMark Brown1-1/+3
2008-04-19[ARM] 4901/3: mainstone: Register primary I2C busMark Brown1-0/+2
2008-04-19[ARM] 4867/1: Adds flash, udc, mci support for gumstix F boardsJaya Kumar3-0/+168
2008-04-19[ARM] pxa: add keypad support for littletoneric miao1-0/+65
2008-04-19[ARM] pxa: add keypad support for zyloniteeric miao1-0/+67
2008-04-19[ARM] pxa: add partial keypad support for mainstoneeric miao1-0/+54
2008-04-19[ARM] pxa: add pxa27x_keypad device and pxa_set_keypad_info()eric miao4-1/+29
2008-04-19[ARM] pxa: use gpio_keys.c to support mainstone's wakeup switch of GPIO1eric miao1-0/+26
2008-04-19[ARM] pxa: allow dynamic enable/disable of GPIO wakeup for pxa{25x,27x}eric miao3-63/+84
2008-04-19[ARM] pxa: use new pin configuration mechanism for lubbockeric miao1-45/+37
2008-04-19[ARM] pxa: use new pin configuration mechanism for mainstoneeric miao1-57/+81
2008-04-19[ARM] pxa: move ARRAY_AND_SIZE definition to generic.heric miao4-4/+4
2008-04-19[ARM] pxa: add MFP-alike pin configuration support for pxa{25x, 27x}eric miao2-2/+192
2008-04-19[ARM] pxa: separate GPIOs and their mode definitions to pxa2xx-gpio.heric miao23-0/+23
2008-04-19[ARM] pxa: move mfp sysdev registeration out for suspend/resume ordereric miao3-10/+13
2008-04-19[ARM] pxa: rename mfp.c to mfp-pxa3xx.c to indicate it's pxa3xx specificeric miao2-1/+1
2008-04-19[ARM] pxa: make pxa_gpio_irq_type() processor genericeric miao1-2/+18
2008-04-19[ARM] pxa: move GPIO sysdev outside of generic.c into gpio.ceric miao2-62/+57
2008-04-19[ARM] pxa: merge assignment of set_wake into pxa_init_{irq,gpio}()eric miao6-49/+25
2008-04-19[ARM] pxa: integrate low IRQ chip (ICIP) and high IRQ chip (ICIP2) into oneeric miao5-99/+37
2008-04-19[ARM] pxa: move GPIO IRQ specific code out of irq.c into gpio.ceric miao3-183/+185
2008-04-19[ARM] pxa: introduce GPIO_CHIP() macro to clean up the definitionseric miao1-48/+18
2008-04-19[ARM] pxa: cleanup the coding style of pxa_gpio_set_type()eric miao1-22/+20
2008-04-19[ARM] pxa: make GPIO IRQ code less dependent on the internal IRQseric miao1-5/+19
2008-04-19[ARM] pxa: generalize the muxed gpio IRQ handling code with loop and ffs()eric miao1-58/+16