]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
mtd: nand: xway: add missing write_buf and read_buf to nand driver
authorHauke Mehrtens <hauke@hauke-m.de>
Mon, 20 Jun 2016 21:32:13 +0000 (23:32 +0200)
committerBoris Brezillon <boris.brezillon@free-electrons.com>
Mon, 11 Jul 2016 06:40:16 +0000 (08:40 +0200)
commit250d45eb828a48bcfe0ef32ef861ea950e3483fc
tree9931f780b5820dd71048b10c5aada8706070e276
parentddbed9c211ebddd1ad14903f276a51321d7b8fcd
mtd: nand: xway: add missing write_buf and read_buf to nand driver

This driver needs a special write_buf and read_buf function, because we
have to read from a specific address to tell the controller this is a
read from the nand controller.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>
drivers/mtd/nand/xway_nand.c