u-boot/doc/device-tree-bindings
Alex Marginean 8bd37ce3cd drivers: net: add marvell MDIO driver
This patch adds a separate driver for the MDIO interface of the
Marvell Ethernet controllers based on driver model. There are two
reasons to have a separate driver rather than including it inside
the MAC driver itself:
  *) The MDIO interface is shared by all Ethernet ports, so a driver
     must guarantee non-concurrent accesses to this MDIO interface. The
     most logical way is to have a separate driver that handles this
     single MDIO interface, used by all Ethernet ports.
  *) The MDIO interface is the same between the existing mv643xx_eth
     driver and the new mvneta/mvpp2 driver. Even though it is for now
     only used by the mvneta/mvpp2 driver, it will in the future be
     used by the mv643xx_eth driver as well.

This driver supports SMI IEEE for 802.3 Clause 22 and XSMI for IEEE
802.3 Clause 45.

This patch also adds device tree binding for marvell MDIO driver.

Signed-off-by: Ken Ma <make@marvell.com>
Signed-off-by: Alex Marginean <alexm.osslist@gmail.com>
Acked-by: Joe Hershberger <joe.hershberger@ni.com>
2019-09-04 11:37:19 -05:00
..
adc
arm doc: Remove duplicated documentation directory 2019-06-20 10:57:08 -04:00
ata
axi doc: Remove duplicated documentation directory 2019-06-20 10:57:08 -04:00
board doc: Remove duplicated documentation directory 2019-06-20 10:57:08 -04:00
clock dt-bindings: clock: stm32mp1: support disabled fixed clock 2019-08-27 09:36:56 +02:00
cpu doc: Remove duplicated documentation directory 2019-06-20 10:57:08 -04:00
exynos
firmware
fpga
gpio gpio: fixes for gpio-hog support 2019-07-29 09:32:10 -04:00
gpu
i2c
input
leds
mailbox
memory
memory-controllers stm32mp1: ram: update parameter array initialization 2019-05-23 11:38:10 +02:00
misc doc: Remove duplicated documentation directory 2019-06-20 10:57:08 -04:00
mmc
mtd
nand
net drivers: net: add marvell MDIO driver 2019-09-04 11:37:19 -05:00
pci
pci_endpoint pci_ep: add Cadence PCIe endpoint driver 2019-07-11 10:05:15 -04:00
phy
pinctrl dt-bindings: pinctrl: stm32: add new entry for package information 2019-07-12 11:18:53 +02:00
pmic
power dt-bindings: ti_sci_pm_domains: Add support for exclusive and shared access 2019-07-26 21:49:23 -04:00
pwm
ram doc: Remove duplicated documentation directory 2019-06-20 10:57:08 -04:00
regulator
remoteproc
reserved-memory doc: Remove duplicated documentation directory 2019-06-20 10:57:08 -04:00
reset
rtc
serial m68k: add basic set of devicetrees 2019-05-23 23:14:38 -04:00
sound sound: Add codec enable to the sound bindings 2019-08-09 10:01:34 -07:00
spi doc: device-tree-bindings: alignment with v5.2-rc6 for spi-stm32-qspi.txt 2019-07-22 11:04:52 +02:00
spmi
sysreset
thermal
timer doc: Remove duplicated documentation directory 2019-06-20 10:57:08 -04:00
tpm2
usb
video
w1
w1-eeprom
chosen.txt
config.txt
README
root.txt

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