Add more SPDX-License-Identifier tagsIn a number of places we had wordings of the GPL (or LGPL in a fewcases) license text that were split in such a way that it wasn't caughtpreviously. Convert
Add more SPDX-License-Identifier tagsIn a number of places we had wordings of the GPL (or LGPL in a fewcases) license text that were split in such a way that it wasn't caughtpreviously. Convert all of these to the correct SPDX-License-Identifiertag.Signed-off-by: Tom Rini <trini@konsulko.com>
show more ...
am437x: Add am437x_gp_evm_defconfig using CONFIG_DMImport various DT files for am4372, an43xx pinctrl andam437x-gp-evm from Linux Kernel v4.2Add config file for this board, enable DM, DM_GPIO, DM
am437x: Add am437x_gp_evm_defconfig using CONFIG_DMImport various DT files for am4372, an43xx pinctrl andam437x-gp-evm from Linux Kernel v4.2Add config file for this board, enable DM, DM_GPIO, DM_SERIALand DM_MMC.Signed-off-by: Mugunthan V N <mugunthanvnm@ti.com>Reviewed-by: Lokesh Vutla <lokeshvutla@ti.com>
rockchip: Bring in RK3288 device tree file includes and bindingsBring in required device tree files from Linux. Since mainline Linux issomewhat behind, use the files from the Chromium tree. We can
rockchip: Bring in RK3288 device tree file includes and bindingsBring in required device tree files from Linux. Since mainline Linux issomewhat behind, use the files from the Chromium tree. We can re-sync oncefurther code is acccepted upstream.Signed-off-by: Simon Glass <sjg@chromium.org>
dra7xx: Add dra72_evm_defconfig using CONFIG_DM- Import various DT files for DRA7 / DR72x / dra72-evm from Linux Kernel v4.1- Add config file for this board, enable DM and DM_GPIOCc: Simon Gla
dra7xx: Add dra72_evm_defconfig using CONFIG_DM- Import various DT files for DRA7 / DR72x / dra72-evm from Linux Kernel v4.1- Add config file for this board, enable DM and DM_GPIOCc: Simon Glass <sjg@chromium.org>Signed-off-by: Tom Rini <trini@konsulko.com>Reviewed-by: Simon Glass <sjg@chromium.org>
ti: Add SPDX license identifier to omap.hThis also came from Linux - according to this thread it has a GPL v2license like arch/arm/mach-omap2/mux.h:http://lists.denx.de/pipermail/u-boot/2015-Jun
ti: Add SPDX license identifier to omap.hThis also came from Linux - according to this thread it has a GPL v2license like arch/arm/mach-omap2/mux.h:http://lists.denx.de/pipermail/u-boot/2015-June/217827.htmlSigned-off-by: Simon Glass <sjg@chromium.org>Reported-by: Ingrid Viitanen <ingrid.viitanen@nokia.com>Reviewed-by: Tom Rini <trini@konsulko.com>
sunxi: dts: Sync all dts files with upstream kernelBring all the sunxi dts files (and update existing ones) frommripard/sunxi/dt-for-4.1 (which will be merged into upstream master anyday now). Th
sunxi: dts: Sync all dts files with upstream kernelBring all the sunxi dts files (and update existing ones) frommripard/sunxi/dt-for-4.1 (which will be merged into upstream master anyday now). This is necessary so that we can move all sunxi boards over tothe driver model.Signed-off-by: Hans de Goede <hdegoede@redhat.com>Reviewed-by: Simon Glass <sjg@chromium.org>Acked-by: Ian Campbell <ijc@hellion.org.uk>
ARM: tegra: Implement XUSB pad controllerThis controller was introduced on Tegra114 to handle XUSB pads. OnTegra124 it is also used for PCIe and SATA pin muxing and PHY control.Only the Tegra124
ARM: tegra: Implement XUSB pad controllerThis controller was introduced on Tegra114 to handle XUSB pads. OnTegra124 it is also used for PCIe and SATA pin muxing and PHY control.Only the Tegra124 PCIe and SATA functionality is currently implemented,with weak symbols on Tegra114.Tegra20 and Tegra30 also provide weak symbols for these functions sothat drivers can use the same API irrespective of which SoC they'rebeing built for.Signed-off-by: Thierry Reding <treding@nvidia.com>Signed-off-by: Simon Glass <sjg@chromium.org>Signed-off-by: Tom Warren <twarren@nvidia.com>
tegra: dts: Sync tegra124.dtsi with linux kernelSync this up with Linux v3.18-rc5. Exclude features that are unlikely tosupported in U-Boot soon (regulators, pinmux). Also the addresses areupdate
tegra: dts: Sync tegra124.dtsi with linux kernelSync this up with Linux v3.18-rc5. Exclude features that are unlikely tosupported in U-Boot soon (regulators, pinmux). Also the addresses areupdated to 32-bit. Otherwise it is the same. Also bring in the dt-bindingsfor pinctrl.Signed-off-by: Simon Glass <sjg@chromium.org>Acked-by: Stephen Warren <swarren@nvidia.com>
dm: dts: Move omap device tree includes to correct placeThese ended up in arch/arm/dts/dt-bindings temporarily, but in fact thecorrect place is now include/dt-bindings. Move them to be consistent.
dm: dts: Move omap device tree includes to correct placeThese ended up in arch/arm/dts/dt-bindings temporarily, but in fact thecorrect place is now include/dt-bindings. Move them to be consistent.Signed-off-by: Simon Glass <sjg@chromium.org>
12