summaryrefslogtreecommitdiffstats
path: root/arch/arm
Commit message (Expand)AuthorAgeFilesLines
* [ARM] S3C24XX: Fix bug in IRQ_EINT_BIT() calculationAndy Green2009-03-081-1/+1
* [ARM] S3C: Make IRQ_EINT sleep control commonBen Dooks2009-03-086-25/+30
* [ARM] S3C24XX: Remove changelog from arch/arm/plat-s3c24xx/irq.cBen Dooks2009-03-081-33/+1
* [ARM] S3C24XX: Split PM code from arch/arm/plat-s3c24xx/irq.cBen Dooks2009-03-084-118/+125
* [ARM] S3C: Fix warnings in the PM memory CRC codeBen Dooks2009-03-081-2/+4
* [ARM] S3C: Move plat-s3c24xx pm.c support into plat-s3cBen Dooks2009-03-084-210/+311
* [ARM] S3C: Split the resume memory check code from pm.cBen Dooks2009-03-084-203/+240
* [ARM] S3C: Move PM support functions to common locationBen Dooks2009-03-089-110/+171
* [ARM] S3C: Nove <plat/pm.h> from plat-s3c24xx to plat-s3fcBen Dooks2009-03-081-0/+0
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Ben Dooks2009-03-068-12/+25
|\
| * Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2009-03-034-9/+10
| |\
| | * [ARM] 5417/1: Set the correct cacheid for ARMv6 CPUs with ARMv7 style MMUCatalin Marinas2009-03-031-6/+7
| | * [ARM] 5416/1: Use unused address in v6_early_abortSeth Forshee2009-03-031-1/+2
| | * [ARM] 5411/1: S3C64XX: Fix EINT unmaskMark Brown2009-02-241-1/+1
| | * [ARM] at91: fix for Atmel AT91 powersavingAndrei Birjukov2009-02-221-1/+0
| * | usb: musb: make Davinci *work* in mainlineDavid Brownell2009-02-273-3/+9
| * | Add i2c_board_info for RiscPC PCF8583Russell King2009-02-241-0/+6
| |/
* | [ARM] S3C64XX: Fix s3c64xx_setrate_clksrcWerner Almesberger2009-02-271-2/+4
* | [ARM] S3C64XX: sparse warnings in arch/arm/plat-s3c64xx/irq.cBen Dooks2009-02-271-1/+1
* | [ARM] S3C64XX: sparse warnings in arch/arm/plat-s3c64xx/s3c6400-clock.cBen Dooks2009-02-271-7/+7
* | [ARM] S3C64XX: Fix USB host clock mux listBen Dooks2009-02-261-1/+1
* | [ARM] S3C64XX: Fix name of USB host clock.Ben Dooks2009-02-261-1/+1
* | [ARM] S3C64XX: Rename IRQ_UHOST to IRQ_USBHBen Dooks2009-02-261-1/+1
* | [ARM] S3C64XX: Do gpiolib configuration earlierMark Brown2009-02-261-1/+1
* | [ARM] S3C64XX: Staticise s3c64xx_init_irq_eint()Mark Brown2009-02-261-1/+1
* | [ARM] SMDK6410: Declare iodesc table staticMark Brown2009-02-261-1/+1
* | [ARM] SMDK6410: Correct I2C device name for WM8580Mark Brown2009-02-261-1/+1
* | [ARM] S3C64XX: Fix section mismatch for s3c64xx_register_clocks()Mark Brown2009-02-261-1/+1
* | [ARM] S3C64XX: Set GPIO pin when select IRQ_EINT typeBen Dooks2009-02-261-0/+13
|/
* [ARM] 5405/1: ep93xx: remove unused gesbc9312.h headerHartley Sweeten2009-02-192-4/+0
* [ARM] 5404/1: Fix condition in arm_elf_read_implies_exec() to set READ_IMPLIE...Makito SHIOKAWA2009-02-191-2/+2
* [ARM] omap: fix clock reparenting in omap2_clk_set_parent()Russell King2009-02-191-4/+4
* [ARM] 5402/1: fix a case of wrap-around in sanity_check_meminfo()Nicolas Pitre2009-02-191-1/+2
* [ARM] 5401/1: Orion: fix edge triggered GPIO interrupt supportNicolas Pitre2009-02-175-53/+29
* [ARM] 5400/1: Add support for inverted rdy_busy pin for Atmel nand device con...Gregory CLEMENT2009-02-161-0/+1
* [ARM] 5391/1: AT91: Enable GPIO clocks earlierAndrew Victor2009-02-141-5/+10
* [ARM] 5390/1: AT91: Watchdog fixesAndrew Victor2009-02-1410-10/+10
* [ARM] omap: fix _omap2_clksel_get_src_field()Russell King2009-02-141-1/+1
* [ARM] omap: fix omap2_divisor_to_clksel() error return valueRussell King2009-02-141-3/+3
* [ARM] Storage class should be before const qualifierTobias Klauser2009-02-101-2/+2
* Merge branch 'fix' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/px...Russell King2009-02-095-11/+18
|\
| * [ARM] pxa: stop and disable IRQ for each DMA channels at startupEric Miao2009-01-211-8/+10
| * [ARM] pxa: make more SSCR0 bit definitions visible on multiple processorsEric Miao2009-01-191-0/+3
| * [ARM] pxa: fix missing of __REG() definition for ac97 registers accessEric Miao2009-01-191-0/+2
| * [ARM] pxa: fix NAND and MMC clock initialization for pxa3xxMike Rapoport2009-01-192-3/+3
* | Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2009-02-0320-245/+118
|\ \
| * \ Merge branch 'omap-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tm...Russell King2009-02-0114-241/+109
| |\ \
| | * | ARM: OMAP: fix fault in enter_full_retention()Kevin Hilman2009-01-291-2/+1
| | * | ARM: OMAP: Mask interrupts when disabling interrupts, v2김규원2009-01-291-0/+1
| | * | ARM: OMAP: gptimer min_delta_ns correctedAaro Koskinen2009-01-291-1/+2
OpenPOWER on IntegriCloud