summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'tegra/cleanups' into next/cleanup2Arnd Bergmann2012-03-199-20/+52
|\
| * Merge branch 'for-3.4/cleanup-and-fixes' of git://git.kernel.org/pub/scm/linu...Arnd Bergmann2012-03-193-9/+17
| |\
| | * ARM: tegra: select USB_ULPI if USB is selectedArnd Bergmann2012-03-181-2/+2
| | * arm/tegra: pcie: fix return value of functionDmitry Artamonow2012-03-181-3/+3
| | * arm/tegra: add timeout to PCIe PLL lock detection loopDmitry Artamonow2012-03-071-3/+11
| | * arm/tegra: fix harmony pinmux for PCIeDmitry Artamonow2012-03-071-3/+3
| * | Merge tag 'tegra-cleanups' of git://git.kernel.org/pub/scm/linux/kernel/git/o...Arnd Bergmann2012-03-047-11/+35
| |\ \ | | |/
| | * ARM: tegra: Enable CPUIdle on Tegra20Peter De Schrijver2012-03-041-2/+0
| | * ARM: tegra: export usb phy symbolsArnd Bergmann2012-03-041-0/+11
| | * ARM: tegra: build localtimer support only when neededArnd Bergmann2012-03-041-1/+2
| | * ARM: tegra: select CPU_FREQ_TABLEArnd Bergmann2012-03-041-0/+2
| | * Merge branch 'depends/rmk/for-armsoc' into for-3.4/cleanup-and-fixesOlof Johansson2012-03-04138-2303/+893
| | |\
| | * | ARM: tegra: select required CPU and L2 errata optionsStephen Warren2012-02-261-0/+12
| | * | ARM: tegra: paz00: fix wrong UART port on mini-pcie plugMarc Dietrich2012-02-062-6/+6
| | * | ARM: tegra: paz00: fix wrong SD1 power gpioMarc Dietrich2012-02-062-2/+2
* | | | Merge branch 'io-cleanup-for-3.4' of git://sources.calxeda.com/kernel/linux i...Olof Johansson2012-03-1341-126/+56
|\ \ \ \
| * | | | ARM: __io abuse cleanupRob Herring2012-03-1314-36/+36
| * | | | ARM: create a common IOMEM definitionRob Herring2012-03-1325-88/+13
| * | | | ARM: iop13xx: fix missing declaration of iop13xx_init_earlyRob Herring2012-03-111-0/+1
| * | | | ARM: fix ioremap/iounmap for !CONFIG_MMURob Herring2012-03-111-2/+6
* | | | | Merge branch 'io-cleanup-for-3.4' of git://sources.calxeda.com/kernel/linux i...Olof Johansson2012-03-10110-1246/+275
|\ \ \ \ \ | |/ / / /
| * | | | ARM: kill off __mem_pciRob Herring2012-03-0616-72/+18
| * | | | ARM: remove bunch of now unused mach/io.h filesRob Herring2012-03-0642-997/+0
| * | | | ARM: make mach/io.h include optionalRob Herring2012-03-062-0/+28
| * | | | ARM: clps711x: remove unneeded include of mach/io.hRob Herring2012-03-061-1/+0
| * | | | ARM: dove: add explicit include of dove.h to addr-map.cRob Herring2012-03-061-0/+1
| * | | | ARM: at91: add explicit include of hardware.h to uncompressorRob Herring2012-03-061-0/+1
| * | | | ARM: ep93xx: clean-up mach/io.hRob Herring2012-03-062-9/+9
| * | | | ARM: tegra: clean-up mach/io.hRob Herring2012-03-064-49/+49
| * | | | ARM: orion5x: clean-up mach/io.hRob Herring2012-03-064-12/+11
| * | | | ARM: davinci: remove unneeded mach/io.h includeRob Herring2012-03-061-1/+0
| * | | | [media] davinci: remove includes of mach/io.hRob Herring2012-03-062-2/+0
| * | | | ARM: OMAP: Remove remaining includes for mach/io.hTony Lindgren2012-03-065-6/+0
| * | | | ARM: msm: clean-up mach/io.hRob Herring2012-03-065-7/+16
| * | | | ARM: iop13xx: move io.h externs to pci.hRob Herring2012-03-063-4/+8
| * | | | ARM: remove compile time __arch_ioremap/__arch_iounmapRob Herring2012-03-061-10/+5
| * | | | ARM: ebsa110: use runtime ioremap hookRob Herring2012-03-062-9/+15
| * | | | ARM: ixp4xx: use runtime ioremap hookRob Herring2012-03-0616-18/+54
| * | | | ARM: iop13xx: use runtime ioremap hookRob Herring2012-03-064-15/+12
| * | | | ARM: msm: use runtime ioremap hookRob Herring2012-03-065-10/+21
| * | | | ARM: imx: convert to common runtime ioremap hookRob Herring2012-03-063-22/+8
| * | | | ARM: provide runtime hook for ioremap/iounmapRob Herring2012-03-062-4/+20
| * | | | usb: ohci-pxa27x: add explicit include of hardware.hRob Herring2012-03-041-0/+1
|/ / / /
* | | | Merge remote-tracking branch 'arm-soc/at91/base2+cleanup' into cleanup-baseRob Herring2012-03-0488-3348/+2025
|\ \ \ \
| * \ \ \ Merge branch 'at91-3.4-base2+cleanup' of git://github.com/at91linux/linux-at9...Arnd Bergmann2012-02-29217-5606/+2873
| |\ \ \ \
| | * | | | ARM: at91: properly sort dtb files in Makefile.bootJean-Christophe PLAGNIOL-VILLARD2012-02-231-1/+6
| | * | | | ARM: at91: add at91sam9g25ek.dts in Makefile.bootNicolas Ferre2012-02-231-0/+1
| | * | | | ARM: at91/board-dt: drop default consoleJean-Christophe PLAGNIOL-VILLARD2012-02-232-9/+0
| | * | | | Atmel: move console default platform_device to serial driverJean-Christophe PLAGNIOL-VILLARD2012-02-239-9/+2
| | * | | | ARM: at91: merge SRAM Memory banks thanks to mirroringJean-Christophe PLAGNIOL-VILLARD2012-02-232-8/+9
OpenPOWER on IntegriCloud