From: Brian Norris Date: Wed, 8 Feb 2017 23:00:24 +0000 (-0800) Subject: Merge tag 'nand/for-4.11' of github.com:linux-nand/linux X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=9c8d7ff32a0aa001ac8506180e1662ecdf927f32;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git Merge tag 'nand/for-4.11' of github.com:linux-nand/linux From Boris: """ This pull request contains minor fixes/improvements on existing drivers: - sunxi: avoid busy-waiting for NAND events - ifc: fix ECC handling on IFC v1.0 - OX820: add explicit dependency on ARCH_OXNAS in Kconfig - core: add a new manufacture ID and fix a kernel-doc warning - fsmc: kill pdata support - lpc32xx_slc: remove unneeded NULL check """ Conflicts: include/linux/mtd/nand.h [Brian: trivial conflict in the comment section] --- 9c8d7ff32a0aa001ac8506180e1662ecdf927f32 diff --cc include/linux/mtd/nand.h index 4e1b441c3a7e,f6017a1a35d6..9591e0fbe5bd --- a/include/linux/mtd/nand.h +++ b/include/linux/mtd/nand.h @@@ -801,9 -801,7 +801,10 @@@ nand_get_sdr_timings(const struct nand_ * supported, 0 otherwise. * @jedec_params: [INTERN] holds the JEDEC parameter page when JEDEC is * supported, 0 otherwise. + * @max_bb_per_die: [INTERN] the max number of bad blocks each die of a + * this nand device will encounter their life times. + * @blocks_per_die: [INTERN] The number of PEBs in a die + * @data_interface: [INTERN] NAND interface timing information * @read_retries: [INTERN] the number of read retry modes supported * @onfi_set_features: [REPLACEABLE] set the features for ONFI nand * @onfi_get_features: [REPLACEABLE] get the features for ONFI nand