From: Boris Brezillon Date: Thu, 7 Jun 2018 20:52:56 +0000 (+0200) Subject: Merge tag 'nand/for-4.18' of git://git.infradead.org/linux-mtd into mtd/next X-Git-Tag: v4.18-rc1~90^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6e89b84e28f69c4f848dc8f1ea8fdecf33f2fbb4;p=thirdparty%2Flinux.git Merge tag 'nand/for-4.18' of git://git.infradead.org/linux-mtd into mtd/next Core changes: - Add Miquel as a NAND maintainer - Add access mode to the nand_page_io_req struct - Fix kernel-doc in rawnand.h - Support bit-wise majority to recover from corrupted ONFI parameter pages - Stop checking FAIL bit after a SET_FEATURES, as documented in the ONFI spec Raw NAND Driver changes: - Fix and cleanup the error path of many NAND controller drivers - GPMI: * Cleanup/simplification of a few aspects in the driver * Take ECC setup specified in the DT into account - sunxi: remove support for GPIO-based R/B polling - MTK: * Use of_device_get_match_data() instead of of_match_device() * Add an entry in MAINTAINERS for this driver * Fix nand-ecc-step-size and nand-ecc-strength description in the DT bindings doc - fsl_ifc: fix ->cmdfunc() to read more than one ONFI parameter page OneNAND driver changes: - samsung: use dev_get_drvdata() instead of platform_get_drvdata() --- 6e89b84e28f69c4f848dc8f1ea8fdecf33f2fbb4