summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'tegra/soc' into next/cleanup2Olof Johansson2012-03-2814-13/+3456
|\
| * ARM: tegra: Demote EMC clock inconsistency BUG to WARNStephen Warren2012-02-261-5/+25
| * ARM: tegra: Avoid compiling cpuidle code when not configuredPeter De Schrijver2012-02-261-2/+2
| * ARM: tegra: cpuidle driver for tegraPeter De Schrijver2012-02-062-0/+109
| * ARM: tegra: assembler code for LP3Peter De Schrijver2012-02-061-0/+91
| * ARM: tegra: definitions for flow controllerPeter De Schrijver2012-02-061-0/+37
| * ARM: tegra: initialize basic system clocksPeter De Schrijver2012-02-061-1/+23
| * ARM: tegra: enable tegra30 clock frameworkPeter De Schrijver2012-02-063-0/+3
| * ARM: tegra: implement basic tegra30 clock frameworkPeter De Schrijver2012-02-061-0/+3099
| * ARM: tegra: add support for new clock framework featuresPeter De Schrijver2012-02-063-0/+46
| * ARM: tegra: add support for tegra30 interruptsPeter De Schrijver2012-02-063-7/+23
* | Merge branch 'io-cleanup-for-3.4' of git://sources.calxeda.com/kernel/linux i...Olof Johansson2012-03-2812-8/+13
|\ \
| * | ARM: pxa: use common IOMEM definitionRob Herring2012-03-259-2/+8
| * | ARM: dma-mapping: convert ARCH_HAS_DMA_SET_COHERENT_MASK to kconfig symbolRob Herring2012-03-254-6/+5Star
* | | 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/+0Star
| | * | 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-04134-2273/+774Star
| | |\ \
| | * | | 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
| | | |/ | | |/|
* | | | ARM: __io abuse cleanupRob Herring2012-03-1414-36/+36
* | | | ARM: create a common IOMEM definitionRob Herring2012-03-1425-88/+13Star
* | | | 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
* | | | ARM: kill off __mem_pciRob Herring2012-03-0716-72/+18Star
* | | | ARM: remove bunch of now unused mach/io.h filesRob Herring2012-03-0742-997/+0Star
* | | | ARM: make mach/io.h include optionalRob Herring2012-03-072-0/+28
* | | | ARM: clps711x: remove unneeded include of mach/io.hRob Herring2012-03-071-1/+0Star
* | | | ARM: dove: add explicit include of dove.h to addr-map.cRob Herring2012-03-071-0/+1
* | | | ARM: at91: add explicit include of hardware.h to uncompressorRob Herring2012-03-071-0/+1
* | | | ARM: ep93xx: clean-up mach/io.hRob Herring2012-03-072-9/+9
* | | | ARM: tegra: clean-up mach/io.hRob Herring2012-03-074-49/+49
* | | | ARM: orion5x: clean-up mach/io.hRob Herring2012-03-074-12/+11Star
* | | | ARM: davinci: remove unneeded mach/io.h includeRob Herring2012-03-071-1/+0Star
* | | | ARM: OMAP: Remove remaining includes for mach/io.hTony Lindgren2012-03-074-5/+0Star
* | | | ARM: msm: clean-up mach/io.hRob Herring2012-03-075-7/+16
* | | | ARM: iop13xx: move io.h externs to pci.hRob Herring2012-03-073-4/+8
* | | | ARM: remove compile time __arch_ioremap/__arch_iounmapRob Herring2012-03-071-10/+5Star
* | | | ARM: ebsa110: use runtime ioremap hookRob Herring2012-03-072-9/+15
* | | | ARM: ixp4xx: use runtime ioremap hookRob Herring2012-03-0716-18/+54
* | | | ARM: iop13xx: use runtime ioremap hookRob Herring2012-03-074-15/+12Star