
2 Aug
2018
2 Aug
'18
6:56 p.m.
On 31 July 2018 at 03:44, Mario Six mario.six@gdsys.cc wrote:
Add a board driver for the upcoming gdsys Gazerbeam board.
Signed-off-by: Mario Six mario.six@gdsys.cc
v3 -> v4:
- Fixed misplaced Kconfig lines
v2 -> v3:
- Set startup-finished GPIOs during probe
- Added driver binding file for gazerbeam board
- Improved error handling
- Improved error/debug output
- Improved documentation
- Turned magic numbers into named constants
v1 -> v2:
- Improved error handling
- Renamed DT properties
- Moved the driver over to the board uclass
.../bindings/board/gdsys,board_gazerbeam.txt | 46 ++++ drivers/board/Kconfig | 10 + drivers/board/gazerbeam.c | 262 +++++++++++++++++++++ drivers/board/gazerbeam.h | 18 ++ 4 files changed, 336 insertions(+) create mode 100644 Documentation/devicetree/bindings/board/gdsys,board_gazerbeam.txt create mode 100644 drivers/board/gazerbeam.c create mode 100644 drivers/board/gazerbeam.h
Reviewed-by: Simon Glass sjg@chromium.org