mbox series

[v2,0/2] mtd: rawnand: denali: clean-up unnecessary hook and device reset

Message ID 1543382857-30827-1-git-send-email-yamada.masahiro@socionext.com
Headers show
Series mtd: rawnand: denali: clean-up unnecessary hook and device reset | expand

Message

Masahiro Yamada Nov. 28, 2018, 5:27 a.m. UTC
I sent this series on September,
and Miquel replied this series was applied:
http://patchwork.ozlabs.org/patch/967242/

But, It turned out not applied.

I rebased it and resending now.


Masahiro Yamada (2):
  mtd: rawnand: denali: remove ->dev_ready() hook
  mtd: rawnand: denali: remove denali_reset_banks()

 drivers/mtd/nand/raw/denali.c | 52 +------------------------------------------
 1 file changed, 1 insertion(+), 51 deletions(-)

-- 
2.7.4


______________________________________________________
Linux MTD discussion mailing list
http://lists.infradead.org/mailman/listinfo/linux-mtd/

Comments

Miquel Raynal Dec. 7, 2018, 7:46 a.m. UTC | #1
Hi Masahiro,

Masahiro Yamada <yamada.masahiro@socionext.com> wrote on Wed, 28 Nov
2018 14:27:35 +0900:

> I sent this series on September,
> and Miquel replied this series was applied:
> http://patchwork.ozlabs.org/patch/967242/
> 
> But, It turned out not applied.
> 
> I rebased it and resending now.
> 
> 
> Masahiro Yamada (2):
>   mtd: rawnand: denali: remove ->dev_ready() hook
>   mtd: rawnand: denali: remove denali_reset_banks()
> 
>  drivers/mtd/nand/raw/denali.c | 52 +------------------------------------------
>  1 file changed, 1 insertion(+), 51 deletions(-)
> 

I don't know how I missed those. Sorry for that, they are now applied
on nand/next.


Thanks,
Miquèl