1. 4c46667 mtd: rawnand: s/data_interface/interface_config/ by Miquel Raynal · 4 years, 8 months ago
  2. e0160cd mtd: rawnand: Hide the chip->data_interface indirection by Miquel Raynal · 4 years, 8 months ago
  3. 90d6bf4 mtd: rawnand: tango: Convert the driver to exec_op() by Boris Brezillon · 4 years, 8 months ago
  4. ab135c5 mtd: rawnand: tango: Stop using nand_release() by Miquel Raynal · 4 years, 8 months ago
  5. ce8148d mtd: rawnand: Rename a NAND chip option by Miquel Raynal · 4 years, 8 months ago
  6. a08e429 mtd: rawnand: tango: Add of_node_put() before return by Nishka Dasgupta · 6 years ago
  7. d2912cb treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 by Thomas Gleixner · 6 years ago
  8. 7a08dba mtd: rawnand: Move ->setup_data_interface() to nand_controller_ops by Boris Brezillon · 6 years ago
  9. 7d6c37e mtd: rawnand: Deprecate the ->select_chip() hook by Boris Brezillon · 6 years ago
  10. 8395b75 mtd: rawnand: Deprecate ->dev_ready() and ->waitfunc() by Boris Brezillon · 6 years ago
  11. bf6065c mtd: rawnand: Deprecate ->cmd_ctrl() and ->cmdfunc() by Boris Brezillon · 6 years ago
  12. 716bbba mtd: rawnand: Deprecate ->{read, write}_{byte, buf}() hooks by Boris Brezillon · 6 years ago
  13. 858838b mtd: rawnand: Pass a nand_chip object to chip->setup_data_interface() by Boris Brezillon · 6 years ago
  14. f1d4694 mtd: rawnand: Pass a nand_chip object to chip->waitfunc() by Boris Brezillon · 6 years ago
  15. 50a487e mtd: rawnand: Pass a nand_chip object to chip->dev_ready() by Boris Brezillon · 6 years ago
  16. 0f808c1 mtd: rawnand: Pass a nand_chip object to chip->cmd_ctrl() by Boris Brezillon · 6 years ago
  17. 758b56f mtd: rawnand: Pass a nand_chip object to chip->select_chip() by Boris Brezillon · 6 years ago
  18. c0739d8 mtd: rawnand: Pass a nand_chip object to chip->write_xxx() hooks by Boris Brezillon · 6 years ago
  19. 7e53432 mtd: rawnand: Pass a nand_chip object to chip->read_xxx() hooks by Boris Brezillon · 6 years ago
  20. 767eb6f mtd: rawnand: Pass a nand_chip object to ecc->write_xxx() hooks by Boris Brezillon · 6 years ago
  21. b976168 mtd: rawnand: Pass a nand_chip object to ecc->read_xxx() hooks by Boris Brezillon · 6 years ago
  22. 59ac276 mtd: rawnand: Pass a nand_chip object to nand_release() by Boris Brezillon · 6 years ago
  23. 00ad378 mtd: rawnand: Pass a nand_chip object to nand_scan() by Boris Brezillon · 6 years ago
  24. 6a9035c mtd: rawnand: tango: convert driver to nand_scan() by Miquel Raynal · 6 years ago
  25. 7da4513 mtd: rawnand: better name for the controller structure by Miquel Raynal · 6 years ago
  26. 007b4e8 mtd: rawnand: tango: Fix struct clk memory leak by Marc Gonzalez · 7 years ago
  27. 0eaa879 mtd: rawnand: tango: fix probe function error path by Miquel Raynal · 7 years ago
  28. 93db446 mtd: nand: move raw NAND related code to the raw/ subdir by Boris Brezillon · 7 years ago[Renamed from drivers/mtd/nand/tango_nand.c]
  29. 25f815f mtd: nand: force drivers to explicitly send READ/PROG commands by Boris Brezillon · 7 years ago
  30. 97d90da mtd: nand: provide several helpers to do common NAND operations by Boris Brezillon · 7 years ago
  31. d4092d7 mtd: nand: Rename nand.h into rawnand.h by Boris Brezillon · 7 years ago
  32. ef32476 Merge tag 'nand/for-4.13' into MTD by Brian Norris · 8 years ago
  33. 4114564 mtd: nand: Wait for PAGEPROG to finish in drivers setting NAND_ECC_CUSTOM_PAGE_ACCESS by Boris Brezillon · 8 years ago
  34. a186493 mtd: nand: tango: Fix incorrect use of SEQIN command by Boris Brezillon · 8 years ago
  35. 104e442 mtd: nand: Pass the CS line to ->setup_data_interface() by Boris Brezillon · 8 years ago
  36. 60cf0ce mtd: nand: tango: Update ecc_stats.corrected by Marc Gonzalez · 8 years ago
  37. 2761b4f mtd: nand: tango: Export OF device ID table as module aliases by Andres Galacho · 8 years ago
  38. 1932a96 mtd: nand: tango: Enforce DMA direction type by Boris Brezillon · 8 years ago
  39. 8043d25 mtd: nand: tango: Reset pbus to raw mode in probe by Marc Gonzalez · 8 years ago
  40. 7165b8a mtd: nand: tango: Update DT binding description by Marc Gonzalez · 8 years ago
  41. 59dbc86 mtd: nand: tango: Add standard legalese header by Marc Gonzalez · 8 years ago
  42. 8fcfba0 mtd: nand: tango: Use nand_to_mtd() instead of directly accessing chip->mtd by Boris Brezillon · 8 years ago
  43. 37871ab mtd: nand: tango: Cleanup raw_write and raw_read by Marc Gonzalez · 8 years ago
  44. ff9e9ea mtd: nand: tango: Enable custom page accessors by Marc Gonzalez · 8 years ago
  45. 6956e23 mtd: nand: add tango NAND flash controller support by Marc Gonzalez · 8 years ago