aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-01-28[ARM] 4787/1: S3C24XX: s3c2410_dma_request() should return the allocated channel numberBen Dooks1-1/+1
2008-01-28[ARM] 4784/1: S3C24XX: Fix GPIO restore glitchesBen Dooks1-33/+214
2008-01-28[ARM] 4783/1: S3C24XX: Add s3c2410_gpio_getpull()Ben Dooks1-0/+13
2008-01-28[ARM] 4781/1: S3C24XX: DMA suspend and resume supportBen Dooks1-1/+25
2008-01-28[ARM] 4780/1: S3C2412: Allow for seperate DMA channels for TX and RXBen Dooks2-6/+49
2008-01-28[ARM] 4779/1: S3C2412: Add s3c2412_gpio_set_sleepcfg() callBen Dooks2-0/+61
2008-01-28[ARM] 4778/1: S3C2412: Add armclk and init from DVS stateBen Dooks1-0/+50
2008-01-28[ARM] 4777/1: S3C24XX: Ensure clk_set_rate() checks the set_rate method for the clkBen Dooks1-0/+19
2008-01-28[ARM] 4731/1: S3C2412: Check for incomplete sleepBen Dooks3-15/+72
2008-01-28[ARM] 4730/1: S3C2412: Ensure the PWRCFG has the right mode for RTC wakeBen Dooks2-1/+25
2008-01-28[ARM] 4729/1: VR1000: Do not add IIS device on initialisationBen Dooks1-1/+0
2008-01-28[ARM] 4728/1: BAST: Do not add IIS device on initialisationBen Dooks1-1/+0
2008-01-28[ARM] 4727/1: S3C2412: Remove unused GPESLPCONBen Dooks1-1/+0
2008-01-28[ARM] 4725/1: S3C2412: Fix IIS and SDI definitions in DMA mapBen Dooks1-4/+5
2008-01-28[ARM] 4724/1: S3C2412: Select S3C2410 base GPIO implementationBen Dooks1-0/+1
2008-01-28[ARM] 4723/1: BAST: Fix LCD driver default display settingBen Dooks1-1/+1
2008-01-25sched: remove printk_clock()Ingo Molnar1-11/+0
2008-01-24Driver core: change sysdev classes to use dynamic kobject namesKay Sievers15-17/+17
2008-01-24driver core: make /sys/power a kobjectGreg Kroah-Hartman1-1/+1
2008-01-24kobject: convert arm/mach-omap1/pm.c to kobj_attr interfaceGreg Kroah-Hartman1-14/+8
2008-01-24kset: convert /sys/power to use kset_createGreg Kroah-Hartman1-2/+1
2008-01-20Merge branch 'omap-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6Russell King3-18/+14
2008-01-20[ARM] 4748/1: dca: source drivers/dca/Kconfig in arch/arm/Kconfig to fix warningDan Williams1-0/+2
2008-01-20[ARM] pxa: don't rely on r2 being preserved over a function callRussell King1-4/+2
2008-01-18ARM: OMAP1: Fix compile for board-nokia770Daniel Walker1-2/+2
2008-01-18ARM: OMAP1: Keymap fix for f-sample and p2-sampleVivek Kutal2-16/+12
2008-01-15Fix ARM profiling/instrumentation configurationLinus Torvalds2-1/+53
2008-01-10[ARM] vfp: fix fuitod/fsitod instructionsRussell King2-3/+13
2008-01-06[ARM] 4691/1: add missing i2c_board_info struct for at91rm9200Jan Altenberg1-0/+9
2008-01-03[ARM] 4735/1: Unbreak pxa25x suspend/resumeRichard Purdie1-1/+12
2007-12-17[ARM] 4694/1: IXP4xx: Update clockevent support for shutdown and resumeKevin Hilman1-3/+7
2007-12-17[ARM] 4710/1: Fix coprocessor 14 usage for debug messages via ICEDCCUwe Kleine-König1-1/+1
2007-12-08Merge branch 'pxa-fixes'Russell King3-19/+17
2007-12-08[ARM] 4667/1: CM-X270 fixesMike Rapoport3-19/+17
2007-11-29Merge branches 'at91-fixes' and 'pxa-fixes'Russell King22-49/+252
2007-11-29[ARM] 4675/1: pxa: fix mfp address definition error for pxa320eric miao1-2/+5
2007-11-26[ARM] 4665/1: fix __und_usr wrt accessing the undefined insn in user spaceNicolas Pitre1-1/+1
2007-11-26[ARM] 4659/1: remove possibilities for spurious false negative with __kuser_cmpxchgNicolas Pitre2-39/+58
2007-11-26[ARM] 4661/1: fix do_undefinstr wrt the enabling of IRQsNicolas Pitre1-1/+1
2007-11-26[ARM] uengine: fix memset size errorLi Zefan1-4/+2
2007-11-26[ARM] 4648/1: i.MX/MX1 ensure more complete AITC initializationPavel Pisa1-6/+45
2007-11-26[ARM] 4611/2: AT91: Fix GPIO buttons pins on SAM9261-EK.Andrew Victor1-8/+8
2007-11-26[ARM] 4650/1: AT91: New-style init of I2C, support for i2c-gpioAndrew Victor18-35/+231
2007-11-26[ARM] 4604/2: AT91: Master clock divistor on SAM9Andrew Victor1-3/+6
2007-11-26[ARM] PXA ssp: unlock when ssp tries to close an invalid portRoel Kluin1-0/+1
2007-11-26[ARM] 4652/1: pxa: fix a typo of pxa27x usb host clk definitioneric miao1-1/+1
2007-11-16Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2-8/+30
2007-11-16[ARM] 4638/1: pxa: use PXA3xx specific macros to define clkseric miao1-7/+30
2007-11-13Merge branch 'release' of git://lm-sensors.org/kernel/mhoffman/hwmon-2.6Linus Torvalds1-0/+11
2007-11-11[ARM] remove useless setting of VM_RESERVEDRussell King1-1/+0