[PATCH v2 0/8] MTD: xway: fix driver

Hauke Mehrtens hauke at hauke-m.de
Sat Jun 18 12:14:04 PDT 2016


Without these patches the driver does not work for me.
Some of these patches are in OpenWrt for years now and should go 
upstream. In addition this converts it from some hack with the 
plat_nand driver to a normal platform driver.

changes since:
v1:
 - convert to normal platform driver
 - do not use global variable xway_latchcmd
 - use mtd_to_nand()

Hauke Mehrtens (4):
  MTD: xway: convert to normal platform driver
  MTD: xway: add some more documentation
  MTD: xway: extract read and write function
  MTD: xway: use global NAND_CMD_RESET define

John Crispin (4):
  MTD: xway: the latched command should be persistent
  MTD: xway: remove endless loop
  MTD: xway: add missing write_buf and read_buf to nand driver
  MTD: xway: fix nand locking

 drivers/mtd/nand/Kconfig     |   1 -
 drivers/mtd/nand/xway_nand.c | 206 ++++++++++++++++++++++++++++++-------------
 2 files changed, 147 insertions(+), 60 deletions(-)

-- 
2.8.1




More information about the linux-mtd mailing list