Re: [PATCH 1/2] mtd: nandsim: Embed struct nand_chip in struct nandsim

2019-04-14 Thread Boris Brezillon
On Sat, 13 Apr 2019 10:40:51 +0200 Richard Weinberger wrote: > We well need struct nand_controller soon, so more stuff need to > be parts of struct nandsim. > While we are here, rename "nand" to "ns" to use the same naming scheme > everywhere in nandsim. > > Signed-off-by: Richard Weinberger

Re: [PATCH 1/2] mtd: nandsim: Embed struct nand_chip in struct nandsim

2019-04-13 Thread Sergei Shtylyov
Hello! On 13.04.2019 11:40, Richard Weinberger wrote: We well need struct nand_controller soon, so more stuff need to We will, maybe? be parts of struct nandsim. While we are here, rename "nand" to "ns" to use the same naming scheme everywhere in nandsim. Signed-off-by: Richard

[PATCH 1/2] mtd: nandsim: Embed struct nand_chip in struct nandsim

2019-04-13 Thread Richard Weinberger
We well need struct nand_controller soon, so more stuff need to be parts of struct nandsim. While we are here, rename "nand" to "ns" to use the same naming scheme everywhere in nandsim. Signed-off-by: Richard Weinberger --- drivers/mtd/nand/raw/nandsim.c | 49 +-