
2 Aug
2018
2 Aug
'18
6:56 p.m.
On 31 July 2018 at 04:01, Mario Six mario.six@gdsys.cc wrote:
This patch adds a driver for the bus associated with a IHS FPGA.
Signed-off-by: Mario Six mario.six@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@chromium.org