[PATCH v1] mtd: rawnand: remove 'nand_exit_status_op()' prototype

Arseniy Krasnov posted 1 patch 2 years, 3 months ago
drivers/mtd/nand/raw/internals.h | 1 -
1 file changed, 1 deletion(-)
[PATCH v1] mtd: rawnand: remove 'nand_exit_status_op()' prototype
Posted by Arseniy Krasnov 2 years, 3 months ago
This function is exported and its prototype is already placed in
include/linux/mtd/rawnand.h.

Signed-off-by: Arseniy Krasnov <AVKrasnov@sberdevices.ru>
---
 drivers/mtd/nand/raw/internals.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/mtd/nand/raw/internals.h b/drivers/mtd/nand/raw/internals.h
index e9932da18bdd..b7162ced9efa 100644
--- a/drivers/mtd/nand/raw/internals.h
+++ b/drivers/mtd/nand/raw/internals.h
@@ -106,7 +106,6 @@ int nand_read_page_raw_notsupp(struct nand_chip *chip, u8 *buf,
 			       int oob_required, int page);
 int nand_write_page_raw_notsupp(struct nand_chip *chip, const u8 *buf,
 				int oob_required, int page);
-int nand_exit_status_op(struct nand_chip *chip);
 int nand_read_param_page_op(struct nand_chip *chip, u8 page, void *buf,
 			    unsigned int len);
 void nand_decode_ext_id(struct nand_chip *chip);
-- 
2.35.0
Re: [PATCH v1] mtd: rawnand: remove 'nand_exit_status_op()' prototype
Posted by Arseniy Krasnov 2 years, 3 months ago
Please, ping

Thanks, Arseniy

On 23.08.2023 13:52, Arseniy Krasnov wrote:
> This function is exported and its prototype is already placed in
> include/linux/mtd/rawnand.h.
> 
> Signed-off-by: Arseniy Krasnov <AVKrasnov@sberdevices.ru>
> ---
>  drivers/mtd/nand/raw/internals.h | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/drivers/mtd/nand/raw/internals.h b/drivers/mtd/nand/raw/internals.h
> index e9932da18bdd..b7162ced9efa 100644
> --- a/drivers/mtd/nand/raw/internals.h
> +++ b/drivers/mtd/nand/raw/internals.h
> @@ -106,7 +106,6 @@ int nand_read_page_raw_notsupp(struct nand_chip *chip, u8 *buf,
>  			       int oob_required, int page);
>  int nand_write_page_raw_notsupp(struct nand_chip *chip, const u8 *buf,
>  				int oob_required, int page);
> -int nand_exit_status_op(struct nand_chip *chip);
>  int nand_read_param_page_op(struct nand_chip *chip, u8 page, void *buf,
>  			    unsigned int len);
>  void nand_decode_ext_id(struct nand_chip *chip);
Re: [PATCH v1] mtd: rawnand: remove 'nand_exit_status_op()' prototype
Posted by Miquel Raynal 2 years, 3 months ago
Hi Arseniy,

avkrasnov@salutedevices.com wrote on Mon, 11 Sep 2023 13:30:00 +0300:

> Please, ping

Please, -rc1 was tagged yesterday night...

> Thanks, Arseniy
> 
> On 23.08.2023 13:52, Arseniy Krasnov wrote:
> > This function is exported and its prototype is already placed in
> > include/linux/mtd/rawnand.h.
> > 
> > Signed-off-by: Arseniy Krasnov <AVKrasnov@sberdevices.ru>
> > ---
> >  drivers/mtd/nand/raw/internals.h | 1 -
> >  1 file changed, 1 deletion(-)
> > 
> > diff --git a/drivers/mtd/nand/raw/internals.h b/drivers/mtd/nand/raw/internals.h
> > index e9932da18bdd..b7162ced9efa 100644
> > --- a/drivers/mtd/nand/raw/internals.h
> > +++ b/drivers/mtd/nand/raw/internals.h
> > @@ -106,7 +106,6 @@ int nand_read_page_raw_notsupp(struct nand_chip *chip, u8 *buf,
> >  			       int oob_required, int page);
> >  int nand_write_page_raw_notsupp(struct nand_chip *chip, const u8 *buf,
> >  				int oob_required, int page);
> > -int nand_exit_status_op(struct nand_chip *chip);
> >  int nand_read_param_page_op(struct nand_chip *chip, u8 page, void *buf,
> >  			    unsigned int len);
> >  void nand_decode_ext_id(struct nand_chip *chip);
Re: [PATCH v1] mtd: rawnand: remove 'nand_exit_status_op()' prototype
Posted by Arseniy Krasnov 2 years, 3 months ago

On 11.09.2023 16:11, Miquel Raynal wrote:
> Hi Arseniy,
> 
> avkrasnov@salutedevices.com wrote on Mon, 11 Sep 2023 13:30:00 +0300:
> 
>> Please, ping
> 
> Please, -rc1 was tagged yesterday night...

Got it, thanks!

Thanks, Arseniy

> 
>> Thanks, Arseniy
>>
>> On 23.08.2023 13:52, Arseniy Krasnov wrote:
>>> This function is exported and its prototype is already placed in
>>> include/linux/mtd/rawnand.h.
>>>
>>> Signed-off-by: Arseniy Krasnov <AVKrasnov@sberdevices.ru>
>>> ---
>>>  drivers/mtd/nand/raw/internals.h | 1 -
>>>  1 file changed, 1 deletion(-)
>>>
>>> diff --git a/drivers/mtd/nand/raw/internals.h b/drivers/mtd/nand/raw/internals.h
>>> index e9932da18bdd..b7162ced9efa 100644
>>> --- a/drivers/mtd/nand/raw/internals.h
>>> +++ b/drivers/mtd/nand/raw/internals.h
>>> @@ -106,7 +106,6 @@ int nand_read_page_raw_notsupp(struct nand_chip *chip, u8 *buf,
>>>  			       int oob_required, int page);
>>>  int nand_write_page_raw_notsupp(struct nand_chip *chip, const u8 *buf,
>>>  				int oob_required, int page);
>>> -int nand_exit_status_op(struct nand_chip *chip);
>>>  int nand_read_param_page_op(struct nand_chip *chip, u8 page, void *buf,
>>>  			    unsigned int len);
>>>  void nand_decode_ext_id(struct nand_chip *chip);
Re: [PATCH v1] mtd: rawnand: remove 'nand_exit_status_op()' prototype
Posted by Miquel Raynal 2 years, 3 months ago
On Wed, 2023-08-23 at 10:52:31 UTC, Arseniy Krasnov wrote:
> This function is exported and its prototype is already placed in
> include/linux/mtd/rawnand.h.
> 
> Signed-off-by: Arseniy Krasnov <AVKrasnov@sberdevices.ru>

Applied to https://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git nand/next, thanks.

Miquel