1. eb08376a mtd: nand: ecc-hamming: Remove useless includes by Miquel Raynal · 4 years, 5 months ago
  2. 90ccf0a mtd: nand: ecc-hamming: Rename the exported functions by Miquel Raynal · 4 years, 5 months ago
  3. e5acf9c mtd: nand: ecc-hamming: Move Hamming code to the generic NAND layer by Miquel Raynal · 4 years, 5 months ago
  4. e044b8b mtd: rawnand: lpc32xx_slc: Move the ECC initialization to ->attach_chip() by Miquel Raynal · 4 years, 3 months ago
  5. bace41f mtd: rawnand: Use the new ECC engine type enumeration by Miquel Raynal · 4 years, 6 months ago
  6. ef24f97 mtd: rawnand: Separate the ECC engine type and the ECC byte placement by Miquel Raynal · 4 years, 6 months ago
  7. 21b7582 mtd: rawnand: lpc32xx_slc: Stop using nand_release() by Miquel Raynal · 4 years, 9 months ago
  8. c942fdd treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157 by Thomas Gleixner · 6 years ago
  9. 7b6a9b2 mtd: rawnand: Deprecate the dummy_controller field by Boris Brezillon · 6 years ago
  10. 3cece3a mtd: rawnand: Deprecate ->chip_delay by Boris Brezillon · 6 years ago
  11. 8395b75 mtd: rawnand: Deprecate ->dev_ready() and ->waitfunc() by Boris Brezillon · 6 years ago
  12. bf6065c mtd: rawnand: Deprecate ->cmd_ctrl() and ->cmdfunc() by Boris Brezillon · 6 years ago
  13. 716bbba mtd: rawnand: Deprecate ->{read, write}_{byte, buf}() hooks by Boris Brezillon · 6 years ago
  14. 82fc509 mtd: rawnand: Create a legacy struct and move ->IO_ADDR_{R, W} there 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. c0739d8 mtd: rawnand: Pass a nand_chip object to chip->write_xxx() hooks by Boris Brezillon · 6 years ago
  18. 7e53432 mtd: rawnand: Pass a nand_chip object to chip->read_xxx() hooks by Boris Brezillon · 6 years ago
  19. 767eb6f mtd: rawnand: Pass a nand_chip object to ecc->write_xxx() hooks by Boris Brezillon · 6 years ago
  20. b976168 mtd: rawnand: Pass a nand_chip object to ecc->read_xxx() hooks by Boris Brezillon · 6 years ago
  21. 00da2ea mtd: rawnand: Pass a nand_chip object to ecc->correct() by Boris Brezillon · 6 years ago
  22. af37d2c mtd: rawnand: Pass a nand_chip object to ecc->calculate() by Boris Brezillon · 6 years ago
  23. ec47636 mtd: rawnand: Pass a nand_chip object to ecc->hwctl() by Boris Brezillon · 6 years ago
  24. 59ac276 mtd: rawnand: Pass a nand_chip object to nand_release() by Boris Brezillon · 6 years ago
  25. 00ad378 mtd: rawnand: Pass a nand_chip object to nand_scan() by Boris Brezillon · 6 years ago
  26. f4a48d7 mtd: rawnand: lpc32xx_slc: convert driver to nand_scan() by Miquel Raynal · 7 years ago
  27. 553b0c6 mtd: rawnand: lpc32xx_slc: fix the probe function error path by Miquel Raynal · 7 years ago
  28. e0ea20b mtd: rawnand: lpc32xx_slc: clean the probe function by Miquel Raynal · 7 years ago
  29. 93db446 mtd: nand: move raw NAND related code to the raw/ subdir by Boris Brezillon · 7 years ago[Renamed from drivers/mtd/nand/lpc32xx_slc.c]
  30. 25f815f mtd: nand: force drivers to explicitly send READ/PROG commands by Boris Brezillon · 7 years ago
  31. 97d90da mtd: nand: provide several helpers to do common NAND operations by Boris Brezillon · 7 years ago
  32. a75d6a4 Merge branch 'nand/rename-header-file' of git://git.infradead.org/l2-mtd into nand/next by Boris Brezillon · 8 years ago
  33. 7c94128 mtd: nand: lpc32xx_slc: Handle return value of clk_prepare_enable. by Arvind Yadav · 8 years ago
  34. d4092d7 mtd: nand: Rename nand.h into rawnand.h by Boris Brezillon · 8 years ago
  35. 4339b7f mtd: nand: lpc32xx_slc: Remove unneeded NULL check on 'rc' by Fabio Estevam · 8 years ago
  36. b04bafc mtd: nand: lpc32xx: return error code of nand_scan_ident/tail() on error by Masahiro Yamada · 8 years ago
  37. f6c36aa mtd: nand: lpc32xx: rely on generic DT parsing done in nand_scan_ident() by Boris Brezillon · 9 years ago
  38. d50b523 mtd: nand: lpc32xx: switch to mtd_ooblayout_ops by Boris Brezillon · 9 years ago
  39. b9c0f65 mtd: nand: lpc32xx: use mtd_ooblayout_xxx() helpers where appropriate by Boris Brezillon · 9 years ago
  40. d699ed2 mtd: nand: make use of nand_set/get_controller_data() helpers by Boris BREZILLON · 9 years ago
  41. 37f5a54 mtd: nand: remove useless mtd->priv = chip assignments by Boris BREZILLON · 9 years ago
  42. 0faf8c3 mtd: nand: lpc32xx: use the mtd instance embedded in struct nand_chip by Boris BREZILLON · 9 years ago
  43. 4bd4ebc mtd: nand: make use of mtd_to_nand() in NAND drivers by Boris BREZILLON · 9 years ago
  44. a61ae81 mtd: nand: drop unnecessary partition parser data by Brian Norris · 9 years ago
  45. 44cab9c mtd: lpc32xx_slc: fix warnings caused by enabling unprepared clock by Vladimir Zapolskiy · 9 years ago
  46. 45aaeff mtd: nand: pass page number to ecc->write_xxx() methods by Boris BREZILLON · 9 years ago
  47. d54e880 mtd: nand: lpc32xx_slc: fix calculation of timing arcs from given values by Vladimir Zapolskiy · 9 years ago
  48. 08d3cd5 mtd: nand: lpc32xx_slc: fix potential overflow over 4 bits by Vladimir Zapolskiy · 9 years ago
  49. 641f634 mtd: nand: lpc32xx_slc: improve SLCTAC_*() macro definitions by Vladimir Zapolskiy · 9 years ago
  50. 5cfb36e mtd: nand: drop owner assignment from platform_drivers by Wolfram Sang · 10 years ago
  51. adddcac mtd: lpc32xx: drop bitflip_threshold initialization by Brian Norris · 11 years ago
  52. 8ecb66b mtd: lpc32xx_slc: Remove unnecessary OOM messages by Jingoo Han · 11 years ago
  53. 133432a mtd: lpc32xx_slc: Use devm_*() functions by Jingoo Han · 11 years ago
  54. fea7b56 mtd: nand: lpc32xx_slc: Remove redundant of_match_ptr by Sachin Kamat · 11 years ago
  55. 252026a mtd: nand: lpc32xx_slc: don't call nand_default_bbt directly by Brian Norris · 12 years ago
  56. 453810b mtd: nand: use dev_get_platdata() by Jingoo Han · 12 years ago
  57. 6f911f7 mtd: nand: lpc32xx: remove unnecessary platform_set_drvdata() by Jingoo Han · 12 years ago
  58. b0de774 mtd: Convert to devm_ioremap_resource() by Thierry Reding · 12 years ago
  59. 810b7e0 mtd: remove use of __devexit by Bill Pemberton · 12 years ago
  60. 06f2551 mtd: remove use of __devinit by Bill Pemberton · 12 years ago
  61. 5153b88 mtd: remove use of __devexit_p by Bill Pemberton · 12 years ago
  62. 10594f6 mtd: lpc32xx_slc: Cleanup after DT-only conversion by Roland Stigge · 13 years ago
  63. 657f28f mtd: kill MTD_NAND_VERIFY_WRITE by Huang Shijie · 13 years ago
  64. de20c22 mtd: lpc32xx_slc: Make driver independent of AMBA DMA engine driver by Roland Stigge · 13 years ago
  65. 314a156 mtd: lpc32xx_slc: Adjust to pl08x DMA interface changes by Roland Stigge · 13 years ago
  66. d5842ab mtd: lpc32xx_slc: Make probe() return -EPROBE_DEFER if necessary by Roland Stigge · 13 years ago
  67. 21535ab mtd: lpc32xx_slc: Use of_get_named_gpio() by Roland Stigge · 13 years ago
  68. df63fe7 mtd: lpc32xx_slc: Make wp gpio optional by Alexandre Pereira da Silva · 13 years ago
  69. 2944a44 mtd: add LPC32xx SLC NAND driver by Roland Stigge · 13 years ago