
On 12/23/21 08:26, Tony Dinh wrote:
Add board maintainer for Pogoplug V4 board
Signed-off-by: Tony Dinh mibodhi@gmail.com
Hmm, just this one file?
I would prefer to not have this many patches in this series and squash at least all files in the board directory into one. Or also integrate the defconfig and include/configs header. This is my personal taste, other might have different preferences here.
Thanks, Stefan
(no changes since v1)
board/cloudengines/pogo_v4/MAINTAINERS | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 board/cloudengines/pogo_v4/MAINTAINERS
diff --git a/board/cloudengines/pogo_v4/MAINTAINERS b/board/cloudengines/pogo_v4/MAINTAINERS new file mode 100644 index 0000000000..35fd7858b7 --- /dev/null +++ b/board/cloudengines/pogo_v4/MAINTAINERS @@ -0,0 +1,6 @@ +POGO_V4 BOARD +M: Tony Dinh mibodhi@gmail.com +S: Maintained +F: board/cloudengines/pogo_v4/ +F: include/configs/pogo_v4.h +F: configs/pogo_v4_defconfig
Viele Grüße, Stefan Roese