1. ba26cd7 mtd: sa1100: avoid VLA in sa1100_setup_mtd by Boris Brezillon · 6 years ago
  2. 90c31cb mtd: spi-nor: Reset nor->addr_width when SFDP parsing failed by Boris Brezillon · 6 years ago
  3. 91d7b67 mtd: spi-nor: cadence-quadspi: Return error code in cqspi_direct_read_execute() by Christophe JAILLET · 6 years ago
  4. ce97e2b mtd: nand: drop kernel-doc notation for a deleted function parameter by Randy Dunlap · 6 years ago
  5. be2e1c9 mtd: docg3: don't set conflicting BCH_CONST_PARAMS option by Arnd Bergmann · 6 years ago
  6. 42bd06e Merge tag 'tags/upstream-4.20-rc1' of git://git.infradead.org/linux-ubifs by Linus Torvalds · 6 years ago
  7. 57c8a66 mm: remove include/linux/bootmem.h by Mike Rapoport · 6 years ago
  8. 7e5583f ubi: Mark expected switch fall-throughs by Gustavo A. R. Silva · 6 years ago
  9. a36cf68 Merge tag 'mtd/for-4.20' of git://git.infradead.org/linux-mtd by Linus Torvalds · 6 years ago
  10. 042c1a5 Merge tag 'nand/for-4.20' of git://git.infradead.org/linux-mtd into mtd/next by Boris Brezillon · 6 years ago
  11. 5cc1b66 Merge tag 'spi-nor/for-4.20' of git://git.infradead.org/linux-mtd into mtd/next by Boris Brezillon · 6 years ago
  12. 891b7c5 mtd_blkdevs: convert to blk-mq by Jens Axboe · 6 years ago
  13. 41fe242 mtd: spi-nor: fsl-quadspi: fix read error for flash size larger than 16MB by Liu Xiang · 6 years ago
  14. 42460c3 mtd: spi-nor: intel-spi: Add support for Intel Ice Lake SPI serial flash by Mika Westerberg · 6 years ago
  15. 299b435 mtd: maps: gpio-addr-flash: Convert to gpiod by Ricardo Ribalda Delgado · 6 years ago
  16. 0304f8e mtd: maps: gpio-addr-flash: Replace array with an integer by Ricardo Ribalda Delgado · 6 years ago
  17. 460cdec mtd: maps: gpio-addr-flash: Use order instead of size by Ricardo Ribalda Delgado · 6 years ago
  18. 0004122 mtd: spi-nor: fsl-quadspi: Don't let -EINVAL on the bus by Ahmad Fatoum · 6 years ago
  19. 3baa8ec mtd: devices: m25p80: Make sure WRITE_EN is issued before each write by Yogesh Gaur · 7 years ago
  20. 630d6bd mtd: spi-nor: Support controllers with limited TX FIFO size by Yogesh Gaur · 7 years ago
  21. 900f5e0 mtd: spi-nor: cadence-quadspi: Use proper enum for dma_[un]map_single by Nathan Chancellor · 6 years ago
  22. b038e8e mtd: spi-nor: parse SFDP Sector Map Parameter Table by Tudor Ambarus · 6 years ago
  23. 5390a8d mtd: spi-nor: add support to non-uniform SFDP SPI NOR flash memories by Tudor Ambarus · 6 years ago
  24. 53c83b5 mtd: rawnand: marvell: fix the IRQ handler complete() condition by Miquel Raynal · 6 years ago
  25. 0d55c66 mtd: rawnand: denali: set SPARE_AREA_SKIP_BYTES register to 8 if unset by Masahiro Yamada · 6 years ago
  26. ed8f0b2 mtd: rawnand: r852: fix spelling mistake "card_registred" -> "card_registered" by Colin Ian King · 6 years ago
  27. e983676 mtd: rawnand: toshiba: Pass a single nand_chip object to the status helper by Miquel Raynal · 6 years ago
  28. 4edc00a mtd: maps: gpio-addr-flash: Use devm_* functions by Ricardo Ribalda Delgado · 6 years ago
  29. 6c925b3 mtd: maps: gpio-addr-flash: Fix ioremapped size by Ricardo Ribalda Delgado · 6 years ago
  30. 34cb1e3 mtd: maps: gpio-addr-flash: Replace custom printk by Ricardo Ribalda Delgado · 6 years ago
  31. ef0de74 mtd: physmap_of: Release resources on error by Ricardo Ribalda Delgado · 6 years ago
  32. e42e175 mtd: physmap_of: Remove unused struct of_device_id by Ricardo Ribalda Delgado · 6 years ago
  33. 309600c mtd: rawnand: Allow selection of ECC byte ordering at runtime by Boris Brezillon · 6 years ago
  34. e2bfa4c mtd: rawnand: sh_flctl: Use proper enum for flctl_dma_fifo0_transfer by Nathan Chancellor · 6 years ago
  35. 9c076d7 mtd: rawnand: ams-delta: Set port direction when needed by Janusz Krzysztofik · 6 years ago
  36. 2b44af3 mtd: rawnand: ams-delta: Use private structure by Janusz Krzysztofik · 6 years ago
  37. e5cd979 mtd: rawnand: ams-delta: show parent device in sysfs by Janusz Krzysztofik · 6 years ago
  38. f1a97e0 mtd: rawnand: ams-delta: use GPIO lookup table by Janusz Krzysztofik · 6 years ago
  39. fbed202 mtd: rawnand: atmel: Fix potential NULL pointer dereference by Gustavo A. R. Silva · 6 years ago
  40. e8237bf mtd: rawnand: marvell: Add support for 8kiB pages NAND chips layout by Konstantin Porotchkin · 6 years ago
  41. a68642a mtd: rawnand: ESMT: retrieve ECC requirements from 5th id byte by Marcel Ziswiler · 6 years ago
  42. 727d378 mtd: rawnand: reorder NAND manufacturer IDs by Marcel Ziswiler · 6 years ago
  43. 8ae3fbf mtd: rawnand: Move JEDEC code to nand_jedec.c by Boris Brezillon · 6 years ago
  44. 1c325cc mtd: rawnand: Move ONFI code to nand_onfi.c by Boris Brezillon · 6 years ago
  45. 3d4af7c mtd: rawnand: Move legacy code to nand_legacy.c by Boris Brezillon · 6 years ago
  46. 348d56a mtd: rawnand: Keep all internal stuff private by Boris Brezillon · 6 years ago
  47. 462f35d mtd: rawnand: Inline onfi_get_async_timing_mode() by Boris Brezillon · 6 years ago
  48. c7921bb mtd: rawnand: Move platform_nand_xxx definitions out of rawnand.h by Boris Brezillon · 6 years ago
  49. 4114f97 mtd: rawnand: Get rid of a few unused definitions by Boris Brezillon · 6 years ago
  50. 3cece3a mtd: rawnand: Deprecate ->chip_delay by Boris Brezillon · 6 years ago
  51. 4524036 mtd: rawnand: Deprecate ->{set,get}_features() hooks by Boris Brezillon · 6 years ago
  52. f9ebd1b mtd: rawnand: Deprecate ->erase() by Boris Brezillon · 6 years ago
  53. cdc784c mtd: rawnand: Deprecate ->block_{bad,markbad}() hooks by Boris Brezillon · 6 years ago
  54. 8395b75 mtd: rawnand: Deprecate ->dev_ready() and ->waitfunc() by Boris Brezillon · 6 years ago
  55. bf6065c mtd: rawnand: Deprecate ->cmd_ctrl() and ->cmdfunc() by Boris Brezillon · 6 years ago
  56. 716bbba mtd: rawnand: Deprecate ->{read, write}_{byte, buf}() hooks by Boris Brezillon · 6 years ago
  57. 82fc509 mtd: rawnand: Create a legacy struct and move ->IO_ADDR_{R, W} there by Boris Brezillon · 6 years ago
  58. 4ae9402 mtd: rawnand: Leave chip->IO_ADDR_{R, W} to NULL when unused by Boris Brezillon · 6 years ago
  59. 800342d mtd: rawnand: Do not treat !maxchips specially in nand_scan_with_ids() by Boris Brezillon · 6 years ago
  60. 871a407 mtd: rawnand: Make maxchips an unsigned int by Boris Brezillon · 6 years ago
  61. 64ddd5d mtd: rawnand: Remove docg4 by Boris Brezillon · 6 years ago
  62. 7fd130f mtd: rawnand: marvell: support 8b/512B strength for 2kiB pages layout by Miquel Raynal · 6 years ago
  63. dbfc671 mtd: rawnand: marvell: rework BCH engine failure path by Miquel Raynal · 6 years ago
  64. e4cdf9c mtd: rawnand: Pass a nand_chip object nand_erase_nand() by Boris Brezillon · 6 years ago
  65. 5740d4c mtd: rawnand: Pass a nand_chip object to all nand_xxx_bbt() helpers by Boris Brezillon · 6 years ago
  66. 858838b mtd: rawnand: Pass a nand_chip object to chip->setup_data_interface() by Boris Brezillon · 6 years ago
  67. 2e7f1ce mtd: rawnand: Pass a nand_chip object to chip->setup_read_retry() by Boris Brezillon · 6 years ago
  68. aa36ff2 mtd: rawnand: Pass a nand_chip object to chip->{get, set}_features() by Boris Brezillon · 6 years ago
  69. a2098a9 mtd: rawnand: Pass a nand_chip object to chip->erase() by Boris Brezillon · 6 years ago
  70. f1d4694 mtd: rawnand: Pass a nand_chip object to chip->waitfunc() by Boris Brezillon · 6 years ago
  71. 5295cf2 mtd: rawnand: Pass a nand_chip object to chip->cmdfunc() by Boris Brezillon · 6 years ago
  72. 50a487e mtd: rawnand: Pass a nand_chip object to chip->dev_ready() by Boris Brezillon · 6 years ago
  73. 0f808c1 mtd: rawnand: Pass a nand_chip object to chip->cmd_ctrl() by Boris Brezillon · 6 years ago
  74. c17556f mtd: rawnand: Pass a nand_chip object to chip->block_xxx() hooks by Boris Brezillon · 6 years ago
  75. 758b56f mtd: rawnand: Pass a nand_chip object to chip->select_chip() by Boris Brezillon · 6 years ago
  76. c0739d8 mtd: rawnand: Pass a nand_chip object to chip->write_xxx() hooks by Boris Brezillon · 6 years ago
  77. 7e53432 mtd: rawnand: Pass a nand_chip object to chip->read_xxx() hooks by Boris Brezillon · 6 years ago
  78. 767eb6f mtd: rawnand: Pass a nand_chip object to ecc->write_xxx() hooks by Boris Brezillon · 6 years ago
  79. b976168 mtd: rawnand: Pass a nand_chip object to ecc->read_xxx() hooks by Boris Brezillon · 6 years ago
  80. 00da2ea mtd: rawnand: Pass a nand_chip object to ecc->correct() by Boris Brezillon · 6 years ago
  81. af37d2c mtd: rawnand: Pass a nand_chip object to ecc->calculate() by Boris Brezillon · 6 years ago
  82. ec47636 mtd: rawnand: Pass a nand_chip object to ecc->hwctl() by Boris Brezillon · 6 years ago
  83. 2b356ab mtd: rawnand: Pass a nand_chip object to nand_wait_ready() by Boris Brezillon · 6 years ago
  84. 59ac276 mtd: rawnand: Pass a nand_chip object to nand_release() by Boris Brezillon · 6 years ago
  85. 00ad378 mtd: rawnand: Pass a nand_chip object to nand_scan() by Boris Brezillon · 6 years ago
  86. 47bd59e mtd: rawnand: plat_nand: Pass a nand_chip object to all platform_nand_ctrl hooks by Boris Brezillon · 6 years ago
  87. c0aac68 Merge tag 'v4.19-rc6' into for-4.20/block by Jens Axboe · 6 years ago
  88. fef912b block: genhd: add 'groups' argument to device_add_disk by Hannes Reinecke · 6 years ago
  89. 4a3e85f2 mtd: devices: m25p80: Make sure the buffer passed in op is DMA-able by Boris Brezillon · 6 years ago
  90. 85516a98 mtd: partitions: fix unbalanced of_node_get/put() by Miquel Raynal · 6 years ago
  91. cf51e4b mtd: rawnand: denali: fix a race condition when DMA is kicked by Masahiro Yamada · 6 years ago
  92. 21a2680 mtd: rawnand: marvell: prevent harmless warnings by Miquel Raynal · 6 years ago
  93. 2f91eb6 mtd: rawnand: atmel: use struct_size() in devm_kzalloc() by Gustavo A. R. Silva · 6 years ago
  94. 81592c6 mtd: rawnand: jz4780: use struct_size() in devm_kzalloc() by Gustavo A. R. Silva · 6 years ago
  95. a9fdba0 mtd: rawnand: Convert to using %pOFn instead of device_node.name by Rob Herring · 6 years ago
  96. ab0fb17 mtd: rawnand: qcom: don't include dma-direct.h by Christoph Hellwig · 6 years ago
  97. f1bf52e mtd: rawnand: denali: use SPDX-License-Identifier and fix license mismatch by Masahiro Yamada · 6 years ago
  98. ff8648f mtd: rawnand: fsl_ifc: fixup SRAM init for newer ctrl versions by Kurt Kanzenbach · 6 years ago
  99. 434655a mtd: rawnand: fsl_ifc: check result of SRAM initialization by Kurt Kanzenbach · 6 years ago
  100. 33c1c5f mtd: rawnand: marvell: document a bit more the driver by Miquel Raynal · 6 years ago