
19 Jul
2017
19 Jul
'17
11:06 a.m.
Hi Mario,
On 14 July 2017 at 05:55, Mario Six mario.six@gdsys.cc wrote:
Add driver for the IHS IO endpoint on IHS FPGAs.
Would UCLASS_MAILBOX work for this?
Or MISC?
Signed-off-by: Mario Six mario.six@gdsys.cc
drivers/misc/Kconfig | 6 + drivers/misc/Makefile | 1 + drivers/misc/gdsys_ioep.c | 301 ++++++++++++++++++++++++++++++++++++++++++++++ include/dm/uclass-id.h | 1 + include/gdsys_ioep.h | 196 ++++++++++++++++++++++++++++++ 5 files changed, 505 insertions(+) create mode 100644 drivers/misc/gdsys_ioep.c create mode 100644 include/gdsys_ioep.h