summaryrefslogtreecommitdiffstats
path: root/arch/arm/boot
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-03-287-15/+288
|\
| * Merge branch 'next/fixes-non-critical' into next/driversArnd Bergmann2012-03-201-0/+1
| |\
| * \ Merge tag 'tegra-soc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/gi...Arnd Bergmann2012-03-047-15/+288
| |\ \
| | * | gpio: tegra: Dynamically allocate IRQ base, and support DTStephen Warren2012-02-072-0/+4
| | * | ARM: dt: tegra: Enable headset autodetection on PAZ00 board.Leon Romanovsky2012-02-071-0/+1
| | * | ARM: dt: tegra: Enable device tree audio codec on PAZ00 board.Leon Romanovsky2012-02-071-6/+23
| | * | ARM: dt: Add binding for Tegra PMCStephen Warren2012-02-073-0/+14
| | * | ARM: dt: tegra: Enable audio on WM8903 boards, disable othersStephen Warren2012-02-075-10/+137
| | * | ARM: dt: tegra: Add labels for I2S controllersStephen Warren2012-02-071-2/+2
| | * | ARM: dt: tegra: Modify I2S nodes to match bindingStephen Warren2012-02-071-2/+2
| | * | ARM: dt: tegra: Add Tegra APB DMA device tree bindingStephen Warren2012-02-072-0/+58
| | * | ARM: dt: tegra30.dtsi: Add extra GPIO interruptStephen Warren2012-02-071-1/+2
| | * | ARM: dt: tegra30.dtsi: Reformat gpio's interrupts propertyStephen Warren2012-02-071-1/+7
| | * | ARM: tegra: seaboard: add EMC table to device treeOlof Johansson2012-02-071-0/+38
| | * | ARM: tegra: emc: device tree bindingsOlof Johansson2012-02-071-0/+7
* | | | Merge tag 'boards' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-03-283-0/+57
|\ \ \ \
| * \ \ \ Merge branch 'board-specific' of git://github.com/hzhuang1/linux into next/bo...Arnd Bergmann2012-03-151-0/+1
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | Merge tag 'tegra-boards' of git://git.kernel.org/pub/scm/linux/kernel/git/olo...Arnd Bergmann2012-03-041-0/+26
| |\ \ \ \
| | * | | | ARM: dt: tegra: add the wifi led to paz00 device treeMarc Dietrich2012-02-071-0/+10
| | * | | | ARM: dt: tegra: add the power gpio key to paz00 device treeMarc Dietrich2012-02-071-0/+11
| | * | | | ARM: dt: tegra: add ADT7461 temperature sensor to paz00 device treeMarc Dietrich2012-02-071-0/+5
| | | |_|/ | | |/| |
| * | | | Merge branch 'board-specific' of git://github.com/hzhuang1/linux into next/bo...Arnd Bergmann2012-02-282-3/+4
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | ARM: kirkwood: convert uart0 to devicetree.Jason Cooper2012-02-271-0/+7
| * | | | ARM: kirkwood: add dreamplug (fdt) support.Jason Cooper2012-02-272-0/+24
| | |/ / | |/| |
* | | | Merge tag 'soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-03-283-0/+223
|\ \ \ \
| * \ \ \ Merge branch 'soc' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/re...Olof Johansson2012-03-141-0/+1
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | Merge branch 'imx/defconfig' of git://git.linaro.org/people/shawnguo/linux-2....Arnd Bergmann2012-02-282-3/+4
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | ARM: at91/at91sam9x5: Device tree definition filesNicolas Ferre2012-02-033-0/+223
| | |_|/ | |/| |
* | | | Merge tag 'timer' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-03-282-7/+7
|\ \ \ \
| * \ \ \ Merge branch 'renesas/timer' into next/timerArnd Bergmann2012-03-201-0/+1
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | ARM: imx6q: convert to twd_local_timer_register() interfaceMarc Zyngier2012-03-131-3/+3
| * | | | ARM: highbank: convert to twd_local_timer_register() interfaceMarc Zyngier2012-03-131-4/+4
| | |_|/ | |/| |
* | | | Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-03-281-1/+1
|\ \ \ \
| * \ \ \ Merge branch 'ep93xx-for-arm-soc' of git://github.com/RyanMallon/linux-2.6 in...Arnd Bergmann2012-03-151-0/+1
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | Merge branch 'next/cleanup-s3c24xx' of git://git.kernel.org/pub/scm/linux/ker...Olof Johansson2012-03-081-1/+1
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | ARM: S3C24XX: change the ARCH_S3C2410 to ARCH_S3C24XXKukjin Kim2012-03-021-1/+1
| | | |/ | | |/|
* | | | Merge tag 'dt-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2012-03-211-0/+2
|\ \ \ \ | |_|_|/ |/| | |
| * | | of: Add of_property_match_string() to find index into a string listGrant Likely2012-01-281-0/+2
| | |/ | |/|
* | | Merge branch 'fixes-for-grant' of git://sources.calxeda.com/kernel/linux into...Grant Likely2012-02-272-3/+4
|\ \ \ | | |/ | |/|
| * | Merge branch 'v3.3-samsung-fixes-3' of git://git.kernel.org/pub/scm/linux/ker...Arnd Bergmann2012-02-131-0/+1
| |\ \
| | * | ARM: EXYNOS: Add cpu-offset property in gic device tree nodeThomas Abraham2012-02-091-0/+1
| | |/
| * | ARM: tegra: paz00: fix wrong UART port on mini-pcie plugMarc Dietrich2012-02-071-2/+2
| * | ARM: tegra: paz00: fix wrong SD1 power gpioMarc Dietrich2012-02-071-1/+1
| |/
* / ARM: devicetree: Add .dtb files to arch/arm/boot/.gitignoreDave Martin2012-01-301-0/+1
|/
* Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2012-01-161-2/+4
|\
| * Kbuild: Use dtc's -d (dependency) optionStephen Warren2012-01-151-2/+4
* | Merge tag 'pm' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-01-093-0/+126
|\ \
| * | ARM: omap: pass minimal SoC/board data for UART from dtRajendra Nayak2011-12-162-0/+59
| * | arm/dts: Add minimal device tree support for omap2420 and omap2430Tony Lindgren2011-12-161-0/+67
* | | Merge tag 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-01-094-0/+24
|\ \ \