summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2008-07-09[ARM] 5145/1: PXA2xx: provide api to control IrDA pins stateDmitry Baryshkov2-2/+48
2008-07-09[ARM] pxa: remove pxa_set_cken()Russell King1-18/+0
2008-07-09Merge branches 'pxa-misc', 'pxa-pwm' and 'pxa-multi' into pxaRussell King30-1719/+1332
2008-07-09[ARM] pxa: allow clk aliasesRussell King3-0/+23
2008-07-07[ARM] 5135/1: pxa: drop superfluous asm/arch/pxa2xx-gpio.h includesPhilipp Zabel1-1/+0
2008-07-03[ARM] 5094/1: pcm990: Add framebuffer and backlight supportGuennadi Liakhovetski2-1/+114
2008-07-03[ARM] 5045/1: magician: use the pwm_bl driver for the LCD backlightPhilipp Zabel1-24/+44
2008-07-03[ARM] 5141/1: PWM: pwm_request() should return an PTR_ERR() instead of NULL.Ben Dooks1-5/+11
2008-07-03[ARM] pxa: make LogicPD 270 use the generic PWM backlight driverRussell King2-21/+18
2008-07-03[ARM] pxa: make mainstone use the generic PWM backlight driverRussell King2-46/+18
2008-07-03[ARM] pxa: make zylonite use the generic PWM backlight drivereric miao4-13/+21
2008-07-03[ARM] 5087/1: Get the PWM layer to handle clock enable/disable properly.Robert Jarzmik1-2/+14
2008-07-03[ARM] 5078/1: pxa-pwm: Add missing MODULE_LICENSE to be able to build the driverGuennadi Liakhovetski1-0/+2
2008-07-03[ARM] 5136/1: pxa: fix PWM device order for pxa27xPhilipp Zabel1-2/+2
2008-06-02[ARM] 5071/2: Drop PXA_SHARPSL_25x/27x case from PXA Kconfig.Dmitry Baryshkov1-25/+16
2008-06-02[ARM] 5073/1: spitz_pm: don't register devices on non-spitz machinesDmitry Baryshkov1-0/+5
2008-06-02[ARM] 5072/1: corgi_pm: don't register devices on non-corgi machinesDmitry Baryshkov1-0/+4
2008-06-02[ARM] 5036/2: Combine cm_x270_defconfig and em_x270_defconfig into xm_x270_de...Mike Rapoport2-1530/+597
2008-06-02[ARM] pxa: allow PXA to be built for multiple platformsRussell King1-3/+2
2008-06-02[ARM] 5035/1: Ensure that zone adjustment is done only on CM-X270Mike Rapoport1-12/+14
2008-06-02[ARM] pxa: separate out power manager and clock registersRussell King11-1/+12
2008-06-02[ARM] 5075/1: i2c-pxa: move i2c pin setup and PCFR_PI2CEN handling into arch/...Philipp Zabel2-0/+12
2008-06-02[ARM] pxa: Add PXA3_ prefix to PXA3 specific constantsRussell King1-41/+41
2008-06-02[ARM] pxa: don't register lpd270 cpld_irq sysdev if !lpd270Russell King1-3/+6
2008-05-19[ARM] pxa: separate PXA25x and PXA27x UDC register definitionsRussell King3-2/+3
2008-05-19[ARM] pxa: corgibl_limit_intensity build errorsRussell King3-0/+6
2008-05-19[ARM] pxa: Add PXA support for PWM APIeric miao8-3/+382
2008-05-19[ARM] pxa: Add bare bones PWM APIRussell King1-0/+3
2008-05-19Merge branch 'i2c-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6Linus Torvalds2-7/+2
2008-05-19m68k: Add multi_defconfigGeert Uytterhoeven1-0/+1269
2008-05-19m68k: Update defconfigsGeert Uytterhoeven11-587/+994
2008-05-19m68k: Correctly handle multi-ISA at runtimeGeert Uytterhoeven1-3/+3
2008-05-19m68k: Prefix ISA type with ISA_TYPE_Geert Uytterhoeven1-3/+3
2008-05-19m68k: export m68k_mmutypeGeert Uytterhoeven1-1/+2
2008-05-19m68k: Q40/Q60 floppy support is brokenGeert Uytterhoeven1-1/+1
2008-05-19m68k: Correct jump if not running on HP300Geert Uytterhoeven1-1/+1
2008-05-19m68k: Kill CONFIG_WHIPPET_SERIALGeert Uytterhoeven1-7/+0
2008-05-18i2c: Switch pasemi to the new device/driver matching schemeJean Delvare1-5/+2
2008-05-18i2c: Clean up Blackfin BF527 I2C device declarationsJean Delvare1-2/+0
2008-05-18Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds25-52/+108
2008-05-18Merge branch 'omap-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tm...Russell King14-26/+48
2008-05-18Merge branch 'sa1100'Russell King1-18/+48
2008-05-18[ARM] pxa: spitz wants PXA27x UDC definitionsRussell King1-0/+1
2008-05-18[ARM] colibri: fix support for DM9000 ethernet deviceMichael Abbott1-2/+1
2008-05-18[ARM] arm/kernel/arthur.c: add MODULE_LICENSEAdrian Bunk1-0/+2
2008-05-18[ARM] 5037/1: Orion: fix DNS323/Kurobox Pro PCI initialisationLennert Buytenhek2-2/+2
2008-05-18[ARM] 5034/1: fix arm{925,926,940,946} dma_flush_range() in WT modeLennert Buytenhek4-4/+4
2008-05-18[ARM] export copy_pageRussell King1-0/+2
2008-05-18[ARM] 5026/1: locomo: add .settype for gpio and several small fixesThomas Kunze1-18/+48
2008-05-18Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-10/+28