summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'tegra-for-3.9-soc-ccf-fixes' of git://git.kernel.org/pub/scm/linux...Arnd Bergmann2013-02-195-41/+56
|\
| * clk: tegra: initialise parent of uart clocksLaxman Dewangan2013-02-132-3/+10
| * ARM: tegra: remove clock-frequency properties from serial nodesStephen Warren2013-02-132-10/+0
| * clk: tegra: fix driver to match DT bindingStephen Warren2013-02-132-5/+5
| * clk: tegra: local arrays should be staticPeter De Schrijver2013-02-121-10/+10
| * clk: tegra: Add missing spinlock for hclk and pclkPeter De Schrijver2013-02-122-8/+14
| * clk: tegra: Implement locking for super clockPeter De Schrijver2013-02-121-3/+15
| * clk: tegra: fix wrong clock index between se to sata_coldJoseph Lo2013-02-121-3/+3
* | Revert "sunxi: a10-cubieboard: Add user LEDs to the device tree"Arnd Bergmann2013-02-191-26/+0
* | Revert "sunxi: a13-olinuxino: Add user LED to the device tree"Arnd Bergmann2013-02-191-20/+0
* | Merge tag 'at91-dt-late' of git://github.com/at91linux/linux-at91 into next/dtOlof Johansson2013-02-184-3/+14
|\ \
| * | ARM: at91: at91sam9n12: add DT parameters to enable PMECCJosh Wu2013-02-072-2/+6
| * | ARM: at91: at91sam9x5: add DT parameters to enable PMECCJosh Wu2013-02-072-1/+8
* | | Merge tag 'sunxi-dt-for-3.9' of https://github.com/mripard/linux into next/dtOlof Johansson2013-02-184-0/+77
|\ \ \
| * | | sunxi: a13-olinuxino: Add user LED to the device treeMaxime Ripard2013-02-111-0/+20
| * | | sunxi: a10-cubieboard: Add user LEDs to the device treeEmilio López2013-02-031-0/+26
| * | | ARM: sunxi: Add device tree for Miniand HackberryMaxime Ripard2013-01-082-0/+31
* | | | Merge tag 'mxs-dt-3.9' of git://git.linaro.org/people/shawnguo/linux-2.6 into...Olof Johansson2013-02-106-31/+302
|\ \ \ \
| * | | | ARM: mxs: dts: Add rotary encoder to the CFA-10049Maxime Ripard2013-01-311-0/+9
| * | | | ARM: mxs: dts: Add gpio-keys for the rotary to the CFA-10049Maxime Ripard2013-01-311-0/+14
| * | | | ARM: dts: mxs: Add the LCD to the 10049 boardMaxime Ripard2013-01-292-0/+121
| * | | | ARM: dts: mxs: Add muxing options for the third PWMMaxime Ripard2013-01-291-0/+10
| * | | | ARM: dts: cfa10049: Change the SPI3 bus to spi-gpioMaxime Ripard2013-01-291-36/+42
| * | | | ARM: mxs: dt: Add Crystalfontz CFA-10037 device tree supportMaxime Ripard2013-01-263-0/+86
| * | | | ARM: mxs: Enable touchscreen on m28evkMarek Vasut2013-01-141-0/+1
| * | | | ARM: dts: cfa10049: Add PCA9555 GPIO expander to the device treeMaxime Ripard2012-12-281-1/+25
* | | | | Merge tag 'davinci-for-v3.9/dt-2' of git://gitorious.org/linux-davinci/linux-...Olof Johansson2013-02-105-4/+46
|\ \ \ \ \
| * | | | | ARM: davinci: da850 DT: add support for machine rebootKumar, Anil2013-02-092-3/+10
| * | | | | ARM: davinci: da850: add wdt DT nodeKumar, Anil2013-02-093-0/+9
| * | | | | ARM: davinci: da850: add DT node for I2C0Vishwanathrao Badarkhe, Manish2013-02-093-1/+27
* | | | | | Merge tag 'at91-dt' of git://github.com/at91linux/linux-at91 into next/dtOlof Johansson2013-02-104-0/+169
|\ \ \ \ \ \
| * | | | | | ARM: at91: add EMAC bindings to RM9200 DTJoachim Eastwood2013-02-073-0/+44
| * | | | | | ARM: at91: add SSC bindings to RM9200 DTJoachim Eastwood2013-02-071-0/+78
| * | | | | | ARM: at91: add MMC bindings to RM9200 DTJoachim Eastwood2013-02-072-0/+43
| * | | | | | ARM: at91: Animeo IP: enable watchdog supportJean-Christophe PLAGNIOL-VILLARD2013-02-071-0/+4
| | |_|_|/ / | |/| | | |
* | | | | | Merge tag 'tegra-for-3.9-dt' of git://git.kernel.org/pub/scm/linux/kernel/git...Olof Johansson2013-02-0515-60/+1430
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | ARM: dt: tegra30: Rename "smmu" to "iommu"Hiroshi Doyu2013-01-291-1/+1
| * | | | | ARM: dt: tegra20: Rename "gart" to "iommu"Hiroshi Doyu2013-01-291-1/+1
| * | | | | ARM: tegra: move serial clock-frequency attr into the Tegra30 dtsiStephen Warren2013-01-283-3/+5
| * | | | | ARM: tegra: Add Toradex Iris carrier board DT with T20 512MB COMLucas Stach2013-01-283-0/+91
| * | | | | ARM: tegra: Add Colibri T20 512MB COM device treeLucas Stach2013-01-282-0/+492
| * | | | | ARM: tegra: move serial clock-frequency attr into the Tegra20 dtsiLucas Stach2013-01-288-8/+5
| * | | | | ARM: tegra: harmony: enable keyboard in DTLaxman Dewangan2013-01-281-0/+117
| * | | | | ARM: tegra: whistler: enable keyboard in DTLaxman Dewangan2013-01-281-0/+12
| * | | | | ARM: tegra: cardhu: register UARTCLaxman Dewangan2013-01-281-0/+15
| * | | | | ARM: tegra: seaboard: enable keyboard in DTLaxman Dewangan2013-01-281-0/+139
| * | | | | ARM: tegra: add DT entry for KBC controllerLaxman Dewangan2013-01-282-0/+16
| * | | | | ARM: tegra: swap cache-/interrupt-ctrlr nodes in DTStephen Warren2013-01-282-18/+18
| * | | | | ASoC: tegra: add ac97 host controller to device treeLucas Stach2013-01-281-0/+9
| * | | | | ARM: DT: tegra: Add Tegra30 Beaver board supportBryan Wu2013-01-283-0/+376