Patrick Delaunay c480138958 phy: stm32: usbphyc: manage optional vbus regulator on phy_power_on/off hace 3 años
..
adc fb4e674a4b dt-bindings: Document STM32 ADC DT bindings hace 5 años
arm 4e5ce7ecd3 dt-bindings: arm: SCMI bindings documentation hace 3 años
ata 3ac839352d x86: ivybridge: Add SATA init hace 9 años
axi 656d8da9d2 doc: Remove duplicated documentation directory hace 5 años
bus 4a3390f1d3 dm: Add support for simple-pm-bus hace 3 años
clock 37ad8377af stm32mp1: clk: configure pll1 with OPP hace 3 años
cpu 656d8da9d2 doc: Remove duplicated documentation directory hace 5 años
exynos fdbb740d7c s5p: cpu_info: print "cpu-model" if exists in dts hace 8 años
firmware 53b6aac7b1 dt/bindings: add bindings for optee hace 5 años
fpga 5c2ae96b60 ARM: socfpga: Description on FPGA bitstream type and file name for Arria 10 hace 5 años
fsp 674c58c7b7 x86: fsp: Replace e-mmc with emmc in devicetree bindings hace 3 años
gpio 0c7eb6e525 msm_gpio: Add support for Qualcomm IPQ40xx hace 3 años
gpu ffc7899123 tegra124: dts: Add host1x node to provide display information hace 9 años
i2c fd42f263ce i2c: Add a generic driver to generate ACPI info hace 3 años
input 29db946cbf dts: Add a binding for hid-over-i2c hace 4 años
interrupt-controller 32e8ee004a tpm: cr50: Use the correct GPIO binding hace 4 años
leds d00c6a2d56 led: add initial support for bcm6858 hace 5 años
mailbox f9aa41023b mailbox: Introduce K3 Secure Proxy Driver hace 5 años
memory 90c08fa038 fdt: Add device tree memory bindings hace 5 años
memory-controller ffb6b8e540 dt-bindings: memory-controller: Introduce J721E DDRSS bindings hace 4 años
memory-controllers 9368bdfebd ram: stm32mp1: the property st, phy-cal becomes optional hace 4 años
mfd f9c7d4f99f clk: Add K210 clock support hace 3 años
misc 2738f0edea Merge tag 'ti-v2020.07-next' of https://gitlab.denx.de/u-boot/custodians/u-boot-ti into next hace 4 años
mmc 15736e288e ARC: dwmmc: Adding DesignWare MMC driver support for ARC devboards hace 5 años
mtd 4f28092783 ARM: dts: stm32mp1: DT alignment with kernel v5.4 hace 4 años
nand c6af2e7d87 tegra: fdt: Add NAND controller binding and definitions hace 11 años
net 7fb568de53 net: tsec: Add the compatible string "gianfar" support hace 3 años
pci d8c7fb5036 dm: pci: Allow disabling auto-config for a device hace 4 años
pci_endpoint c2ccc9e5cb pci_ep: add Cadence PCIe endpoint driver hace 4 años
phy c480138958 phy: stm32: usbphyc: manage optional vbus regulator on phy_power_on/off hace 3 años
pinctrl 6e35c1cb12 pinctrl: k210: Rename power domains to match datasheet hace 3 años
pmic c571d6828d power: pmic: add Ricoh RN5T567 PMIC support hace 7 años
power c163af6cb8 dt-bindings: ti_sci_pm_domains: Add support for exclusive and shared access hace 4 años
pwm 0dae9e24ea pwm: Add DT documentation for SiFive PWM Controller hace 3 años
ram 656d8da9d2 doc: Remove duplicated documentation directory hace 5 años
regulator 11406b8f7e dm: regulator: support regulator more state hace 4 años
remoteproc ca569e9bbe dt-bindings: remoteproc: k3-r5f: Update bindings for J7200 SoCs hace 3 años
reserved-memory 656d8da9d2 doc: Remove duplicated documentation directory hace 5 años
reset 038b13ee81 reset: Add generic reset driver hace 3 años
rtc 0b326fc296 rtc: add support for DS3232 device hace 4 años
serial 185dcf7f56 msm_serial: Read bit rate register value from DT hace 3 años
soc 6e31c62a17 net, qe: add DM support for QE UEC ethernet hace 3 años
sound 54bcca2973 sound: Add an ACPI driver for Maxim MAX98357ac hace 3 años
spi 367ea426a5 spi: Add Qualcomm QUP SPI controller driver hace 3 años
spmi 5b47271c18 drivers: spmi: Add support for Qualcomm SPMI bus driver hace 8 años
sysinfo f969653154 smbios: Add documentation and devicetree binding hace 3 años
sysreset 694b052401 sysreset: Add TI System Control Interface (TI SCI) sysreset driver hace 5 años
thermal 8502f9f6d7 thermal: ti-bandgap: Add support for temperature sensor hace 6 años
timer 656d8da9d2 doc: Remove duplicated documentation directory hace 5 años
tpm2 78cc3fcf08 tpm2: tis_spi: add linux compatible fallback string hace 3 años
usb 78fe97b96e dt-bindings: usb: mtu3: add bindings for MediaTek USB3 DRD hace 3 años
video 3256afb55e doc: device-tree-bindings: update reference to binding directory hace 4 años
w1 a2e99a71b2 w1: Add driver for i.MX bus master controller hace 5 años
w1-eeprom f9c87adc47 w1-eeprom: Add support for Maxim DS2502 add only memory hace 5 años
README 849df712a0 fdt: Add staging area for device tree binding documentation hace 12 años
chosen.txt 70c202c480 x86: Add a way to add to the e820 memory table hace 3 años
config.txt ae0d33a729 rockchip: rk3399-puma: add code to allow forcing a power-on reset hace 6 años
device.txt e4f09f97c9 x86: Add wake sources for the acpi_gpe driver hace 3 años
root.txt 10be5b5d3a fdt: Pass the device serial number through devicetree hace 9 años

README

Device Tree Bindings Staging Area
=================================

This directory contains device tree bindings for U-Boot.

These follow along with Linux kernel bindings, with a few additions. By
adding the files here, U-Boot patches can clearly show thees additions.
This makes it easier for device tree people to review these additions in
patches sent to the U-Boot mailing list.

The intent IS to commit these files to U-Boot. Hopefully at some point
the files will be stored in another repo (shared with Linux) which is
brought in as needed. Changes here are intended to mirror changes in the
Linux Documentation/devicetree/bindings/ directory.

sjg@chromium.org
17-Jan-12