summaryrefslogtreecommitdiffstats
path: root/arch/arm
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into develRussell King2009-09-1284-632/+1444
|\
| * ARM: Fix pfn_valid() for sparse memoryRussell King2009-09-123-17/+36
| * Merge branch 'fix' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/px...Russell King2009-09-081-2/+2
| |\
| | * [ARM] pxa/sharpsl_pm: zaurus c3000 aka spitz: fix resumePavel Machek2009-09-071-2/+2
| * | ARM: 5689/1: Update default config of HP Jornada 700-series machinesKristoffer Ericson2009-09-061-119/+210
| * | ARM: 5691/1: fix cache aliasing issues between kmap() and kmap_atomic() with ...Nicolas Pitre2009-09-041-0/+8
| * | ARM: 5687/1: fix an oops with highmemNicolas Pitre2009-09-021-1/+8
| * | [ARM] Kirkwood: enable eSATA on QNAP TS-219PJohn Holland2009-08-242-1/+10
| * | [ARM] Kirkwood: __init requires linux/init.hMartin Michlmayr2009-08-241-0/+2
| |/
| * ARM: 5673/1: U300 fix initsection compile warningLinus Walleij2009-08-151-1/+1
| * Merge branch 's3c-fixes' of git://aeryn.fluff.org.uk/bjdooks/linuxRussell King2009-08-151-1/+1
| |\
| | * ARM: S3C24XX: Fix clkout mpx errorDavide Rizzo2009-08-141-1/+1
| * | Merge branch 'for-rmk-rc' of git://git.pengutronix.de/git/imx/linux-2.6Russell King2009-08-154-12/+3
| |\ \
| | * | mx31moboard: invert sdhc ro signal senseValentin Longchamp2009-08-143-3/+3
| | * | mx3: Fix double pin allocation in pcm037_eet.cGuennadi Liakhovetski2009-07-311-9/+0
| * | | ARM: Fix broken highmem supportRussell King2009-08-153-47/+83
| * | | Merge branch 'ixp4xx-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Russell King2009-08-131-1/+1
| |\ \ \
| | * | | IXP4xx: Fix IO_SPACE_LIMIT for 2.6.31-rc core PCI changesMikael Pettersson2009-08-111-1/+1
| * | | | Merge branch 'pm-upstream/fixes' of git://git.kernel.org/pub/scm/linux/kernel...Russell King2009-08-109-78/+197
| |\ \ \ \
| * \ \ \ \ Merge branch 'omap_fixes_31' of git://git.pwsan.com/linux-2.6Russell King2009-08-1031-206/+623
| |\ \ \ \ \
| | * | | | | OMAP3 clock: correct module IDLEST bits: SSI; DSS; USBHOST; HSOTGUSBPaul Walmsley2009-07-242-18/+185
| | * | | | | OMAP2 clock: 2430 I2CHS uses non-standard CM_IDLEST registerPaul Walmsley2009-07-242-4/+37
| | * | | | | OMAP2/3 clock: split, rename omap2_wait_clock_ready()Paul Walmsley2009-07-245-77/+131
| | * | | | | OMAP3 SDRC: Move the clk stabilization delay to the right placeRajendra Nayak2009-07-241-2/+2
| | * | | | | OMAP3 SDRC: Fix freeze when scaling CORE dpll to < 83MhzRajendra Nayak2009-07-241-1/+1
| | * | | | | OMAP2/3 SDRC: don't set SDRC_POWER.PWDENA on bootPaul Walmsley2009-07-242-3/+4
| | * | | | | OMAP3: Setup MUX settings for SDRC CKE signalsJean Pihet2009-07-246-0/+28
| | * | | | | OMAP3 SDRC: add support for 2 SDRAM chip selectsJean Pihet2009-07-2421-102/+236
| | | |_|/ / | | |/| | |
| * | | | | Merge branch 'omap-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tm...Russell King2009-08-108-44/+110
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |
| | * | | | OMAP3: RX51: Updated rx51_defconfigRoger Quadros2009-08-101-3/+4
| | * | | | OMAP2/3: mmc-twl4030: Free up MMC regulators while cleaning upRoger Quadros2009-08-101-0/+6
| | * | | | OMAP3: RX51: Define TWL4030 USB transceiver in board fileRoger Quadros2009-08-101-0/+5
| | * | | | OMAP3: Overo: Fix smsc911x platform device resource valueSergio Aguirre2009-08-101-1/+1
| | * | | | OMAP3: Fix omap3 sram virtual addres overlap vmalloc space after increasing v...Janboe Ye2009-08-101-2/+2
| | * | | | OMAP2/3: DMA errata correctionVikram Pandita2009-08-101-1/+3
| | * | | | OMAP: Fix testing of cpu defines for mach-omap1Tony Lindgren2009-08-101-5/+0
| | * | | | OMAP: GPIO: Fix incorrect gpio_get logic for output GPIOsRoger Quadros2009-08-051-32/+89
| | | |_|/ | | |/| |
| * | | | USB: musb: fix the nop registration for OMAP3EVMGupta, Ajay Kumar2009-08-073-22/+6
| * | | | Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2009-08-0731-164/+343
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | ARM: 5639/1: arm: clkdev.c should include <linux/clk.h>Hartley Sweeten2009-08-051-0/+1
| | * | | ARM: 5638/1: arch/arm/kernel/signal.c: use correct address space for CRUNCHHartley Sweeten2009-08-051-2/+2
| | * | | ARM: 5637/1: [KS8695] Don't reference CLOCK_TICK_RATE in driversAndrew Victor2009-08-052-2/+8
| | * | | Merge branch 's3c-fixes-rc4-2' of git://aeryn.fluff.org.uk/bjdooks/linuxRussell King2009-08-031-0/+4
| | |\ \ \
| | | * | | ARM: S3C: PWM fix for low duty cyclePeter Korsgaard2009-07-301-0/+4
| | * | | | ARM: 5597/1: [PCI] reset all internal hardware prior PCI initializationYegor Yefremov2009-07-301-0/+3
| | * | | | Merge branch 's3c-fixes-rc4' of git://aeryn.fluff.org.uk/bjdooks/linuxRussell King2009-07-303-5/+5
| | |\ \ \ \ | | | |/ / /
| | * | | | Merge branch 'mxc-defconfig-updates' of git://git.pengutronix.de/git/imx/linu...Russell King2009-07-302-134/+287
| | |\ \ \ \
| | | * | | | mx3 defconfig updateSascha Hauer2009-07-281-49/+102
| | | * | | | mx27 defconfig updateSascha Hauer2009-07-281-85/+185
| | | | |/ / | | | |/| |
| | * | | | Merge branch 'fix' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/px...Russell King2009-07-306-0/+20
| | |\ \ \ \
OpenPOWER on IntegriCloud