[U-Boot] [PATCH 39/51] drivers: Add gdsys_ioep driver

Simon Glass sjg at chromium.org
Wed Jul 19 09:06:21 UTC 2017


Hi Mario,

On 14 July 2017 at 05:55, Mario Six <mario.six at 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 at 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


More information about the U-Boot mailing list