summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-pxa
Commit message (Expand)AuthorAgeFilesLines
* [ARM] 5120/1: pxa: correct platform driver names for PXA25x and PXA27x UDC dr...Philipp Zabel2008-07-095-8/+20
* [ARM] 5145/1: PXA2xx: provide api to control IrDA pins stateDmitry Baryshkov2008-07-092-2/+48
* [ARM] pxa: remove pxa_set_cken()Russell King2008-07-091-18/+0
*-. Merge branches 'pxa-misc', 'pxa-pwm' and 'pxa-multi' into pxaRussell King2008-07-0926-189/+729
|\ \
| | * [ARM] 5071/2: Drop PXA_SHARPSL_25x/27x case from PXA Kconfig.Dmitry Baryshkov2008-06-021-25/+16
| | * [ARM] 5073/1: spitz_pm: don't register devices on non-spitz machinesDmitry Baryshkov2008-06-021-0/+5
| | * [ARM] 5072/1: corgi_pm: don't register devices on non-corgi machinesDmitry Baryshkov2008-06-021-0/+4
| | * [ARM] pxa: allow PXA to be built for multiple platformsRussell King2008-06-021-3/+2
| | * [ARM] 5035/1: Ensure that zone adjustment is done only on CM-X270Mike Rapoport2008-06-021-12/+14
| | * [ARM] pxa: separate out power manager and clock registersRussell King2008-06-0210-1/+11
| | * [ARM] 5075/1: i2c-pxa: move i2c pin setup and PCFR_PI2CEN handling into arch/...Philipp Zabel2008-06-022-0/+12
| | * [ARM] pxa: Add PXA3_ prefix to PXA3 specific constantsRussell King2008-06-021-41/+41
| | * [ARM] pxa: don't register lpd270 cpld_irq sysdev if !lpd270Russell King2008-06-021-3/+6
| | * [ARM] pxa: separate PXA25x and PXA27x UDC register definitionsRussell King2008-05-193-2/+3
| | * [ARM] pxa: corgibl_limit_intensity build errorsRussell King2008-05-192-0/+4
| * | [ARM] 5094/1: pcm990: Add framebuffer and backlight supportGuennadi Liakhovetski2008-07-032-1/+114
| * | [ARM] 5045/1: magician: use the pwm_bl driver for the LCD backlightPhilipp Zabel2008-07-031-24/+44
| * | [ARM] 5141/1: PWM: pwm_request() should return an PTR_ERR() instead of NULL.Ben Dooks2008-07-031-5/+11
| * | [ARM] pxa: make LogicPD 270 use the generic PWM backlight driverRussell King2008-07-032-21/+18
| * | [ARM] pxa: make mainstone use the generic PWM backlight driverRussell King2008-07-032-46/+18
| * | [ARM] pxa: make zylonite use the generic PWM backlight drivereric miao2008-07-034-13/+21
| * | [ARM] 5087/1: Get the PWM layer to handle clock enable/disable properly.Robert Jarzmik2008-07-031-2/+14
| * | [ARM] 5078/1: pxa-pwm: Add missing MODULE_LICENSE to be able to build the driverGuennadi Liakhovetski2008-07-031-0/+2
| * | [ARM] 5136/1: pxa: fix PWM device order for pxa27xPhilipp Zabel2008-07-031-2/+2
| * | [ARM] pxa: Add PXA support for PWM APIeric miao2008-05-198-3/+382
| |/
* | [ARM] pxa: allow clk aliasesRussell King2008-07-093-0/+23
* | [ARM] 5135/1: pxa: drop superfluous asm/arch/pxa2xx-gpio.h includesPhilipp Zabel2008-07-071-1/+0
|/
* [ARM] pxa: spitz wants PXA27x UDC definitionsRussell King2008-05-171-0/+1
* [ARM] colibri: fix support for DM9000 ethernet deviceMichael Abbott2008-05-171-2/+1
* [ARM] 5033/1: Unbreak corgi_ssp by registering ssp drivers earlier.Dmitry Baryshkov2008-05-091-5/+7
* [ARM] pxa: Fix RCSR handlingRussell King2008-05-088-16/+6
* [ARM] lubbock: fix compilationAlexey Dobriyan2008-05-081-1/+1
* [ARM] 5032/1: Added cpufreq support for pxa27x CPURobert Jarzmik2008-05-071-80/+186
* [ARM] 5031/1: Indentation correction in cpu-pxa.c.Robert Jarzmik2008-05-071-47/+51
* [ARM] 5027/1: Fixed random memory corruption on pxa suspend cycle.Robert Jarzmik2008-05-044-17/+13
* pxafb: make lubbock/mainstone/zylonite/littleton to use new LCD connection typeeric miao2008-04-304-10/+6
* pxafb: convert fb driver to use ioremap() and __raw_{readl, writel}eric miao2008-04-301-5/+0
* Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2008-04-295-14/+60
|\
| * Merge branches 'pxa' and 'orion-fixes1'Russell King2008-04-295-14/+60
| |\
| | * [ARM] pxa: fix 1c104e0e4f6ab396960c058e95e18bdedcac945bRussell King2008-04-291-3/+3
| | * [ARM] 5017/1: pxa3xx: Report unsupported wakeup sources in pxa3xx_set_wake()Mark Brown2008-04-241-0/+2
| | * [ARM] 5020/1: magician: remove __devinit marker from pasic3_leds_infoPhilipp Zabel2008-04-241-1/+1
| | * [ARM] 5014/1: Cleanup reset state before entering suspend or resetting.Dmitry Baryshkov2008-04-241-2/+2
| | * [ARM] 5008/1: magician: add magician specific input GPIOs to MFP configPhilipp Zabel2008-04-211-0/+8
| | * [ARM] 5007/1: magician: properly request GPIOs used by the machine code itselfPhilipp Zabel2008-04-211-8/+43
| | * [ARM] 5006/1: Gumstix GPIO header fixup and defconfig fixupJaya Kumar2008-04-211-0/+1
* | | i2c: Convert most new-style drivers to use module aliasingJean Delvare2008-04-291-4/+1
|/ /
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/juh...Linus Torvalds2008-04-211-3/+3
|\ \ | |/ |/|
| * arm: Storage class should be before const qualifierTobias Klauser2008-04-211-3/+3
* | [ARM] pxa: Phycore pcm-990-specific code for the PXA270 Quick Capture driverGuennadi Liakhovetski2008-04-191-0/+86
OpenPOWER on IntegriCloud