aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-03-15ARM: at91: add pmc DT supportJean-Christophe PLAGNIOL-VILLARD6-0/+48
2012-03-15ARM: at91/dt: add Calao DAB-MMX daugther board support for USB-A9G20Jean-Christophe PLAGNIOL-VILLARD1-0/+96
2012-03-15ARM: at91: sam9x5 add i2c DT supportJean-Christophe PLAGNIOL-VILLARD1-0/+39
2012-03-15ARM: at91: sam9g45 add i2c DT supportJean-Christophe PLAGNIOL-VILLARD1-0/+13
2012-03-15ARM: at91: usb_a9g20 add DT i2c supportJean-Christophe PLAGNIOL-VILLARD1-0/+9
2012-03-15ARM: at91: sam9g20 add i2c DT supportJean-Christophe PLAGNIOL-VILLARD1-0/+13
2012-03-15ARM: at91: sam9x5 add nand supportJean-Christophe PLAGNIOL-VILLARD3-1/+50
2012-03-15atmel/nand: add DT supportJean-Christophe PLAGNIOL-VILLARD4-2/+99
2012-03-15Merge branch 'ep93xx-for-arm-soc' of git://github.com/RyanMallon/linux-2.6 into next/cleanupArnd Bergmann1-0/+1
2012-03-14ARM: dts: add initial dts file for EXYNOS5250, SMDK5250Kukjin Kim2-0/+439
2012-03-13Merge branch 'soc' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/renesas into next/socOlof Johansson1-0/+1
2012-03-13ARM: imx6q: convert to twd_local_timer_register() interfaceMarc Zyngier1-3/+3
2012-03-13ARM: highbank: convert to twd_local_timer_register() interfaceMarc Zyngier1-4/+4
2012-03-10Merge branch 'dt-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into next/dtOlof Johansson2-2/+31
2012-03-08Merge branch 'dt' of git://github.com/hzhuang1/linux into next/dtOlof Johansson2-0/+136
2012-03-08Merge branch 'next/cleanup-s3c24xx' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung into next/cleanupOlof Johansson1-1/+1
2012-03-07arm: tegra: dts: Mark USB1 as an OTG port on SeaboardSimon Glass1-0/+1
2012-03-07arm: tegra: dts: Add legacy mode support to Tegra2x USB1 portSimon Glass1-0/+1
2012-03-07ARM: dts: append DTS file of pxa168Haojian Zhuang2-0/+136
2012-03-05arm/dts: mt_ventoux: very basic support for TeeJet Mt.Ventoux boardIlya Yanok1-0/+27
2012-03-04Merge tag 'tegra-boards' of git://git.kernel.org/pub/scm/linux/kernel/git/olof/tegra into tegra/boardsArnd Bergmann1-0/+26
2012-03-04Merge tag 'tegra-soc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/olof/tegra into tegra/soc-driversArnd Bergmann7-15/+288
2012-03-04Merge tag 'tegra-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/olof/tegra into tegra/dtArnd Bergmann8-15/+317
2012-03-04ARM: dt: Explicitly configure all serial ports on Tegra CardhuStephen Warren1-0/+16
2012-03-04ASoC: DT: Add digital microphone binding to PAZ00 board.Leon Romanovsky1-1/+2
2012-03-04ARM: dt: Add ARM PMU to tegra*.dtsiStephen Warren2-0/+14
2012-03-03ARM: S3C24XX: change the ARCH_S3C2410 to ARCH_S3C24XXKukjin Kim1-1/+1
2012-03-02Merge branch 'features/imx27-dt' of git://git.pengutronix.de/git/imx/linux-2.6 into next/dtArnd Bergmann2-0/+293
2012-03-02Merge branch 'at91-3.4-cleanup2+DT' of git://github.com/at91linux/linux-at91 into next/dtArnd Bergmann6-21/+256
2012-03-02Merge branches 'depends/irqdomain' and 'at91/base2+cleanup' into next/dtArnd Bergmann3-0/+223
2012-03-01ARM: at91: at91sam9x5cm/dt: add leds supportJean-Christophe PLAGNIOL-VILLARD1-0/+15
2012-03-01ARM: at91: usb_a9g20/dt: add gpio-keys supportJean-Christophe PLAGNIOL-VILLARD1-0/+13
2012-03-01ARM: at91: at91sam9m10g45ek/dt: add gpio-keys supportJean-Christophe PLAGNIOL-VILLARD1-0/+50
2012-03-01ARM: at91: at91sam9m10g45ek/dt: add leds supportJean-Christophe PLAGNIOL-VILLARD1-0/+22
2012-03-01ARM: at91: usb_a9g20/dt: add leds supportJean-Christophe PLAGNIOL-VILLARD1-0/+10
2012-03-01ARM: at91/pio: add new PIO3 featuresNicolas Ferre1-4/+4
2012-03-01ARM: at91/tc: add device tree support to atmel_tclibNicolas Ferre2-0/+29
2012-03-01ARM: at91: pit add DT supportJean-Christophe PLAGNIOL-VILLARD2-0/+12
2012-03-01ARM: at91/gpio: add irqdomain and DT supportNicolas Ferre3-0/+84
2012-03-01ARM: at91/aic: add irq domain and device tree supportNicolas Ferre2-17/+17
2012-02-29Merge branch 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into next/dtArnd Bergmann6-36/+78
2012-02-29ARM i.MX: Add phytec phycore-i.MX27 (aka pcm038) devicetree supportSascha Hauer1-0/+76
2012-02-29ARM i.MX27: Add devicetree supportSascha Hauer1-0/+217
2012-02-28Merge branch 'board-specific' of git://github.com/hzhuang1/linux into next/boardsArnd Bergmann2-3/+4
2012-02-28Merge branch 'imx/defconfig' of git://git.linaro.org/people/shawnguo/linux-2.6 into next/socArnd Bergmann2-3/+4
2012-02-28Merge branch 'imx/dt' of git://git.linaro.org/people/shawnguo/linux-2.6 into next/dtArnd Bergmann3-2/+137
2012-02-27Merge branch 'fixes-for-grant' of git://sources.calxeda.com/kernel/linux into devicetree/mergeGrant Likely2-3/+4
2012-02-27ARM: kirkwood: convert uart0 to devicetree.Jason Cooper1-0/+7
2012-02-27ARM: kirkwood: add dreamplug (fdt) support.Jason Cooper2-0/+24
2012-02-27arm/dts: OMAP3: Add interrupt-controller bindings for INTCBenoit Cousson1-2/+4