All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/4] Improve MTK NAND driver
@ 2018-04-16  7:41 ` Xiaolei Li
  0 siblings, 0 replies; 28+ messages in thread
From: Xiaolei Li @ 2018-04-16  7:41 UTC (permalink / raw)
  To: boris.brezillon, richard
  Cc: linux-mtd, linux-mediatek, srv_heupstream, xiaolei.li

These patches are mainly to:
  - Add MAINTAINERS entry for Mediatek NAND controller driver.
  - Fix some MTK NAND driver DT binding description errors.
  - Support to maximize FDM ECC protected bytes setting by nfc capability.
  - Replace max_sector_size with sector size array.

Changes relative to:
--------------------

tree    : https://github.com/bbrezillon/linux-0day
branch  : nand/next
commit  :
	'commit ba4150b1ec2a ("mtd: rawnand: s3c2410: enhance the probe
	 function error path")'

Patch v2:
  - Add new nfc capability instead of defining new DT property.
  - Remove not backward compat patches about nand-ecc-maximize.

Tests:
------
  - ubifs and jffs2 are validated on MT2712 platform with NAND device
    MT29F16G08ADBCA by 'dd' command.
  - all drivers/mtd/tests/* pass.

Xiaolei Li (4):
  dt-bindings: mtd: mtk-nand: Update properties description
  MAINTAINERS: Add entry for Mediatek NAND controller driver
  mtd: rawnand: mtk: Replace max_sector_size with sector size array
  mtd: rawnand: mtk: Add new nfc capability maximize_fdm_ecc

 Documentation/devicetree/bindings/mtd/mtk-nand.txt | 18 +++++++---
 MAINTAINERS                                        |  7 ++++
 drivers/mtd/nand/raw/mtk_nand.c                    | 40 ++++++++++++++++++----
 3 files changed, 53 insertions(+), 12 deletions(-)
 mode change 100644 => 100755 drivers/mtd/nand/raw/mtk_nand.c

-- 
1.9.1

^ permalink raw reply	[flat|nested] 28+ messages in thread

end of thread, other threads:[~2018-04-23  2:04 UTC | newest]

Thread overview: 28+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-16  7:41 [PATCH v2 0/4] Improve MTK NAND driver Xiaolei Li
2018-04-16  7:41 ` Xiaolei Li
2018-04-16  7:41 ` [PATCH v2 1/4] dt-bindings: mtd: mtk-nand: Update properties description Xiaolei Li
2018-04-16  7:41   ` Xiaolei Li
2018-04-20 20:15   ` Boris Brezillon
2018-04-20 20:15     ` Boris Brezillon
2018-04-23  1:43     ` xiaolei li
2018-04-23  1:43       ` xiaolei li
2018-04-16  7:41 ` [PATCH v2 2/4] MAINTAINERS: Add entry for Mediatek NAND controller driver Xiaolei Li
2018-04-16  7:41   ` Xiaolei Li
2018-04-20 20:24   ` Boris Brezillon
2018-04-20 20:24     ` Boris Brezillon
2018-04-22 17:28     ` Boris Brezillon
2018-04-22 17:28       ` Boris Brezillon
2018-04-23  1:44     ` xiaolei li
2018-04-23  1:44       ` xiaolei li
2018-04-16  7:41 ` [PATCH v2 3/4] mtd: rawnand: mtk: Replace max_sector_size with sector size array Xiaolei Li
2018-04-16  7:41   ` Xiaolei Li
2018-04-20 20:18   ` Boris Brezillon
2018-04-20 20:18     ` Boris Brezillon
2018-04-23  1:49     ` xiaolei li
2018-04-23  1:49       ` xiaolei li
2018-04-16  7:41 ` [PATCH v2 4/4] mtd: rawnand: mtk: Add new nfc capability maximize_fdm_ecc Xiaolei Li
2018-04-16  7:41   ` Xiaolei Li
2018-04-20 20:23   ` Boris Brezillon
2018-04-20 20:23     ` Boris Brezillon
2018-04-23  2:04     ` xiaolei li
2018-04-23  2:04       ` xiaolei li

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.