ath79: add NAND driver for MikroTik RB91xG series
authorDenis Kalashnikov <[email protected]>
Thu, 27 May 2021 08:16:45 +0000 (11:16 +0300)
committerKoen Vandeputte <[email protected]>
Mon, 21 Jun 2021 08:48:27 +0000 (10:48 +0200)
commit820e660cd7463aa6d5ed9d31baf0f3c35596ce57
tree91115c53625ef0fff3e73cc4aef4556c5e6388a2
parent7b8931678c36c8d8c333b446258a653b1358bf70
ath79: add NAND driver for MikroTik RB91xG series

Main part is copied from ar71xx original driver rb91x_nand
written by Gabor Juhos <[email protected]>.

What is done:
* Support of kernel 5.4 and 5.10,
* DTS support,
* New gpio API (gpiod_*) support.

Reviewed-by: Sergey Ryazanov <[email protected]>
Signed-off-by: Denis Kalashnikov <[email protected]>
target/linux/ath79/files/drivers/mtd/nand/raw/rb91x_nand.c [new file with mode: 0644]
target/linux/ath79/mikrotik/config-default
target/linux/ath79/patches-5.10/939-mikrotik-rb91x.patch
target/linux/ath79/patches-5.4/939-mikrotik-rb91x.patch