[U-Boot] Pull request: u-boot-staging
Anatolij Gustschin
agust at denx.de
Sat Aug 11 17:15:26 UTC 2018
Hi Tom,
The following changes since commit a032e0a6aed208977f48e78d2cc497b91543beaf:
travis: give every job a name (2018-08-10 13:50:30 -0400)
are available in the git repository at:
git://git.denx.de/u-boot-staging.git agust at denx.de
for you to fetch changes up to 7e86242b2bdb2983423a3a1f3ec375df56c7cac8:
misc: Add gdsys_ioep driver (2018-08-11 16:00:50 +0200)
----------------------------------------------------------------
Mario Six (4):
misc: docs: Fix comments in misc.h
misc: uclass: Add enable/disable function
test: Add tests for misc uclass
misc: Add gdsys_ioep driver
.../devicetree/bindings/misc/gdsys,io-endpoint.txt | 20 ++
arch/sandbox/dts/test.dts | 4 +
drivers/misc/Kconfig | 6 +
drivers/misc/Makefile | 3 +-
drivers/misc/gdsys_ioep.c | 209 +++++++++++++++++++++
drivers/misc/gdsys_ioep.h | 137 ++++++++++++++
drivers/misc/misc-uclass.c | 10 +
drivers/misc/misc_sandbox.c | 133 +++++++++++++
include/misc.h | 109 +++++++----
test/dm/Makefile | 1 +
test/dm/misc.c | 83 ++++++++
11 files changed, 675 insertions(+), 40 deletions(-)
create mode 100644 Documentation/devicetree/bindings/misc/gdsys,io-endpoint.txt
create mode 100644 drivers/misc/gdsys_ioep.c
create mode 100644 drivers/misc/gdsys_ioep.h
create mode 100644 drivers/misc/misc_sandbox.c
create mode 100644 test/dm/misc.c
Please pull. Thanks!
--
Anatolij
More information about the U-Boot
mailing list