[U-Boot] [PATCH v3 12/13] misc: Add gdsys_soc driver

Simon Glass sjg at chromium.org
Thu Aug 2 16:56:44 UTC 2018


On 31 July 2018 at 04:01, Mario Six <mario.six at gdsys.cc> wrote:
> This patch adds a driver for the bus associated with a IHS FPGA.
>
> Signed-off-by: Mario Six <mario.six at gdsys.cc>
> ---
>
> v2 -> v3:
> * Fixed style violations
> * Added bindings file
> * Added more debug output in case of errors
> * Switched all printfs to debug
> * Documented the private data structure
> * Formatted documentation as proper kernel-doc
> * Expanded Kconfig description
>
> v1 -> v2:
> * Switched to correct uclass for IHS FPGA driver (now in MISC uclass)
>
> ---
>  .../devicetree/bindings/misc/gdsys,soc.txt         | 16 +++++
>  drivers/misc/Kconfig                               |  9 +++
>  drivers/misc/Makefile                              |  1 +
>  drivers/misc/gdsys_soc.c                           | 74 ++++++++++++++++++++++
>  drivers/misc/gdsys_soc.h                           | 23 +++++++
>  5 files changed, 123 insertions(+)
>  create mode 100644 Documentation/devicetree/bindings/misc/gdsys,soc.txt
>  create mode 100644 drivers/misc/gdsys_soc.c
>  create mode 100644 drivers/misc/gdsys_soc.h

Reviewed-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list