summaryrefslogtreecommitdiff
path: root/Documentation/devicetree
AgeCommit message (Expand)AuthorFilesLines
2015-04-14Merge tag 'staging-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds4-0/+66
2015-04-14Merge tag 'usb-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds7-6/+74
2015-04-14Merge branch 'for-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/li...Linus Torvalds1-14/+33
2015-04-14Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds9-20/+183
2015-04-14Merge tag 'pci-v4.1-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+63
2015-04-14Merge tag 'for-v4.1' of git://git.infradead.org/battery-2.6Linus Torvalds3-0/+65
2015-04-14Merge tag 'regulator-v4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Linus Torvalds1-1/+26
2015-04-14Merge tag 'spi-v4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Linus Torvalds5-1/+32
2015-04-14Merge tag 'mmc-v4.1' of git://git.linaro.org/people/ulf.hansson/mmcLinus Torvalds5-10/+155
2015-04-14Merge tag 'hwmon-for-linus-v4.1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+17
2015-04-12Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/evalent...Linus Torvalds1-1/+1
2015-04-12Merge remote-tracking branches 'spi/topic/qup', 'spi/topic/rockchip', 'spi/to...Mark Brown2-0/+12
2015-04-12Merge remote-tracking branches 'spi/topic/fsl-cspi', 'spi/topic/fsl-dspi', 's...Mark Brown2-1/+19
2015-04-11Merge tag 'irqchip-core-4.1-3' of git://git.infradead.org/users/jcooper/linux...Thomas Gleixner5-19/+98
2015-04-11Merge tag 'irqchip-core-4.1-2' of git://git.infradead.org/users/jcooper/linux...Thomas Gleixner3-1/+50
2015-04-11Merge branch 'irqchip/stacked-exynos' into irqchip/coreJason Cooper1-0/+17
2015-04-11Merge branch 'irqchip/stacked-omap' into irqchip/coreJason Cooper3-19/+38
2015-04-11Merge branch 'irqchip/stacked-tegra' into irqchip/coreJason Cooper1-0/+43
2015-04-10Merge remote-tracking branches 'regulator/topic/act8865', 'regulator/topic/ar...Mark Brown1-1/+26
2015-04-10Merge branches 'pci/host-exynos', 'pci/host-iproc', 'pci/host-keystone', 'pci...Bjorn Helgaas1-0/+63
2015-04-10Merge tag 'for-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/kishon/l...Greg Kroah-Hartman4-5/+68
2015-04-10mmc: sdhci-st: Update ST SDHCI binding documentation.Peter Griffin1-10/+90
2015-04-09Merge tag 'irqchip-core-4.0' of git://git.infradead.org/users/jcooper/linux i...Thomas Gleixner1-0/+35
2015-04-08spi: img-spfi: Control CS lines with GPIOEzequiel Garcia1-0/+1
2015-04-08PCI: iproc: Add DT docs for Broadcom iProc PCIe driverRay Jui1-0/+63
2015-04-07thermal: rcar: Fix typo in r8a73a4 SoC nameGeert Uytterhoeven1-1/+1
2015-04-07Merge 4.0-rc7 into usb-nextGreg Kroah-Hartman1-1/+3
2015-04-07Merge 4.0-rc7 into staging-nextGreg Kroah-Hartman1-1/+3
2015-04-07net: dsa: fix filling routing table from OF descriptionPavel Nakonechny1-1/+3
2015-04-06spi: fsl-dspi: Add cs-sck delaysAaron Brice1-0/+8
2015-04-06dt: power: Add docs for generic SYSCON poweroff driver.Moritz Fischer1-0/+23
2015-04-03phy: miphy365x: Use the generic phy type constants in dt-bindings/phy/phy.hPeter Griffin1-4/+4
2015-04-03phy: Add driver to support individual USB PHYs on sun9iChen-Yu Tsai1-0/+38
2015-04-03phy: Add a driver for dm816x USB PHYTony Lindgren1-0/+24
2015-04-03Merge branch 'irqchip/renesas' into irqchip/coreJason Cooper1-1/+3
2015-04-02mmc: Add support for marking hpi as broken through devicetreeHans de Goede1-0/+31
2015-04-01ahci: st: Update the ahci_st DT documentationPeter Griffin1-13/+32
2015-04-01ahci: st: Update the DT example for how to obtain the PHY.Peter Griffin1-2/+2
2015-03-28iio: st-sensors: add support for lis3lv02d accelerometerLinus Walleij1-0/+1
2015-03-27spi/rockchip: Add device tree property to configure Rx Sample DelayJulius Werner1-0/+4
2015-03-26phy: exynos5-usbdrd: Add to support for Exynos5433 SoCJaewon Kim1-1/+2
2015-03-25mmc: sdhci-esdhc-imx: support voltage-range propertySascha Hauer1-0/+4
2015-03-25Merge tag 'usb-for-v4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...Greg Kroah-Hartman2-1/+5
2015-03-25Merge tag 'iio-for-4.1a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic...Greg Kroah-Hartman3-0/+65
2015-03-23Merge 4.0-rc5 into usb-nextGreg Kroah-Hartman9-1/+68
2015-03-23mmc: sdhci-iproc: add device tree bindingsScott Branden1-0/+23
2015-03-23mmc: dw_mmc: exynos: Support eMMC's HS400 modeSeungwon Jeon1-0/+7
2015-03-23irqchip: renesas-irqc: Add functional clock to bindingsGeert Uytterhoeven1-1/+3
2015-03-18DT: exynos: update PMU bindingMarc Zyngier1-0/+17
2015-03-18doc: usb: usbmisc-imx: add imx6sx compatible stringPeter Chen1-0/+1