]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
staging: board: Initial board staging support
authorMagnus Damm <damm+renesas@opensource.se>
Fri, 6 Jun 2014 10:44:43 +0000 (19:44 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 19 Jun 2014 22:08:20 +0000 (15:08 -0700)
commit382063d91e15434ea3c7103934d47dcb480e0562
tree70dd3542e78f36f356687b514641c3062f90424d
parent8a62956efdee95e4f2236e5da7c4dd725e68862f
staging: board: Initial board staging support

Add staging board base support to allow continuous upstream
in-tree development and integration of platform devices.

Helps developers integrate devices as platform devices for
device drivers that only provide platform device bindings.
This in turn allows for incremental development of both
hardware feature support and DT binding work in parallel.

Two separate pieces of board staging functionality is
provided to ease per-board staging board support:
 - The board_staging() macro allows easy per-board callbacks
 - The board_staging_dt_node_available() provides DT node checking

Tested on the KZM9D board with the emxx_udc staging driver.

Signed-off-by: Magnus Damm <damm+renesas@opensource.se>
Acked-by: Simon Horman <horms+renesas@verge.net.au>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/Kconfig
drivers/staging/Makefile
drivers/staging/board/Kconfig [new file with mode: 0644]
drivers/staging/board/Makefile [new file with mode: 0644]
drivers/staging/board/TODO [new file with mode: 0644]
drivers/staging/board/board.c [new file with mode: 0644]
drivers/staging/board/board.h [new file with mode: 0644]