[LINUX, v8, 2/2] mtd: rawnand: pl353: Add basic driver for arm pl353 smc nand interface

Helmut Grohne h.grohne at intenta.de
Thu May 3 05:56:01 PDT 2018


On Wed, Mar 14, 2018 at 04:18:25PM +0530, Naga Sureshkumar Relli wrote:
> +	xnand->row_addr_cycles = nand_chip->onfi_params.addr_cycles & 0xF;
> +	xnand->col_addr_cycles =
> +				(nand_chip->onfi_params.addr_cycles >> 4) & 0xF;

Meanwhile onfi_params have been removed from the mainline and this patch
no longer builds against v4.17-rc3. Can you resend a version that builds
against with more recent kernels?

Helmut



More information about the linux-mtd mailing list