summaryrefslogtreecommitdiffstats
path: root/arch/arm (follow)
Commit message (Expand)AuthorAgeFilesLines
* [ARM] 4793/1: S3C24XX: Add IRQ->GPIO pin mapping functionBen Dooks2008-01-281-0/+16
* [ARM] 4791/1: S3C2412: Make fclk a parent of msysclkBen Dooks2008-01-281-0/+2
* [ARM] 4790/1: S3C2412: Fix parent selection for msysclk.Ben Dooks2008-01-282-1/+3
* [ARM] 4788/1: S3C24XX: Fix paramet to s3c2410_dma_ctrl if S3C2410_DMAF_AUTOST...Ben Dooks2008-01-281-1/+2
* [ARM] 4787/1: S3C24XX: s3c2410_dma_request() should return the allocated chan...Ben Dooks2008-01-281-1/+1
* [ARM] 4784/1: S3C24XX: Fix GPIO restore glitchesBen Dooks2008-01-281-33/+214
* [ARM] 4783/1: S3C24XX: Add s3c2410_gpio_getpull()Ben Dooks2008-01-281-0/+13
* [ARM] 4781/1: S3C24XX: DMA suspend and resume supportBen Dooks2008-01-281-1/+25
* [ARM] 4780/1: S3C2412: Allow for seperate DMA channels for TX and RXBen Dooks2008-01-282-6/+49
* [ARM] 4779/1: S3C2412: Add s3c2412_gpio_set_sleepcfg() callBen Dooks2008-01-282-0/+61
* [ARM] 4778/1: S3C2412: Add armclk and init from DVS stateBen Dooks2008-01-281-0/+50
* [ARM] 4777/1: S3C24XX: Ensure clk_set_rate() checks the set_rate method for t...Ben Dooks2008-01-281-0/+19
* [ARM] 4731/1: S3C2412: Check for incomplete sleepBen Dooks2008-01-283-15/+72
* [ARM] 4730/1: S3C2412: Ensure the PWRCFG has the right mode for RTC wakeBen Dooks2008-01-282-1/+25
* [ARM] 4729/1: VR1000: Do not add IIS device on initialisationBen Dooks2008-01-281-1/+0
* [ARM] 4728/1: BAST: Do not add IIS device on initialisationBen Dooks2008-01-281-1/+0
* [ARM] 4727/1: S3C2412: Remove unused GPESLPCONBen Dooks2008-01-281-1/+0
* [ARM] 4725/1: S3C2412: Fix IIS and SDI definitions in DMA mapBen Dooks2008-01-281-4/+5
* [ARM] 4724/1: S3C2412: Select S3C2410 base GPIO implementationBen Dooks2008-01-281-0/+1
* [ARM] 4723/1: BAST: Fix LCD driver default display settingBen Dooks2008-01-281-1/+1
* sched: remove printk_clock()Ingo Molnar2008-01-251-11/+0
* Driver core: change sysdev classes to use dynamic kobject namesKay Sievers2008-01-2515-17/+17
* driver core: make /sys/power a kobjectGreg Kroah-Hartman2008-01-251-1/+1
* kobject: convert arm/mach-omap1/pm.c to kobj_attr interfaceGreg Kroah-Hartman2008-01-251-14/+8
* kset: convert /sys/power to use kset_createGreg Kroah-Hartman2008-01-251-2/+1
* Merge branch 'omap-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tm...Russell King2008-01-203-18/+14
|\
| * ARM: OMAP1: Fix compile for board-nokia770Daniel Walker2008-01-191-2/+2
| * ARM: OMAP1: Keymap fix for f-sample and p2-sampleVivek Kutal2008-01-192-16/+12
* | [ARM] 4748/1: dca: source drivers/dca/Kconfig in arch/arm/Kconfig to fix warningDan Williams2008-01-201-0/+2
* | [ARM] pxa: don't rely on r2 being preserved over a function callRussell King2008-01-201-4/+2
|/
* Fix ARM profiling/instrumentation configurationLinus Torvalds2008-01-152-1/+53
* [ARM] vfp: fix fuitod/fsitod instructionsRussell King2008-01-102-3/+13
* [ARM] 4691/1: add missing i2c_board_info struct for at91rm9200Jan Altenberg2008-01-061-0/+9
* [ARM] 4735/1: Unbreak pxa25x suspend/resumeRichard Purdie2008-01-031-1/+12
* [ARM] 4694/1: IXP4xx: Update clockevent support for shutdown and resumeKevin Hilman2007-12-171-3/+7
* [ARM] 4710/1: Fix coprocessor 14 usage for debug messages via ICEDCCUwe Kleine-König2007-12-171-1/+1
* Merge branch 'pxa-fixes'Russell King2007-12-083-19/+17
|\
| * [ARM] 4667/1: CM-X270 fixesMike Rapoport2007-12-083-19/+17
| |
| \
*-. | Merge branches 'at91-fixes' and 'pxa-fixes'Russell King2007-11-2922-49/+252
|\ \|
| | * [ARM] 4675/1: pxa: fix mfp address definition error for pxa320eric miao2007-11-291-2/+5
| | * [ARM] PXA ssp: unlock when ssp tries to close an invalid portRoel Kluin2007-11-261-0/+1
| | * [ARM] 4652/1: pxa: fix a typo of pxa27x usb host clk definitioneric miao2007-11-261-1/+1
| * | [ARM] 4611/2: AT91: Fix GPIO buttons pins on SAM9261-EK.Andrew Victor2007-11-261-8/+8
| * | [ARM] 4650/1: AT91: New-style init of I2C, support for i2c-gpioAndrew Victor2007-11-2618-35/+231
| * | [ARM] 4604/2: AT91: Master clock divistor on SAM9Andrew Victor2007-11-261-3/+6
| |/
* | [ARM] 4665/1: fix __und_usr wrt accessing the undefined insn in user spaceNicolas Pitre2007-11-261-1/+1
* | [ARM] 4659/1: remove possibilities for spurious false negative with __kuser_c...Nicolas Pitre2007-11-262-39/+58
* | [ARM] 4661/1: fix do_undefinstr wrt the enabling of IRQsNicolas Pitre2007-11-261-1/+1
* | [ARM] uengine: fix memset size errorLi Zefan2007-11-261-4/+2
* | [ARM] 4648/1: i.MX/MX1 ensure more complete AITC initializationPavel Pisa2007-11-261-6/+45
|/