public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
From: boris.brezillon@free-electrons.com (Boris Brezillon)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] ARM: at91: remove atmel_nand_data
Date: Tue, 13 Jun 2017 15:02:02 +0200	[thread overview]
Message-ID: <20170613150202.7e0241f9@bbrezillon> (raw)
In-Reply-To: <20170613125400.12774-1-alexandre.belloni@free-electrons.com>

On Tue, 13 Jun 2017 14:54:00 +0200
Alexandre Belloni <alexandre.belloni@free-electrons.com> wrote:

> Since AVR32 is gone and the driver rework, struct atmel_nand_data is not
> used anywhere.
> 
> Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>

Acked-by: Boris Brezillon <boris.brezillon@free-electrons.com>

> ---
>  include/linux/platform_data/atmel.h | 21 ---------------------
>  1 file changed, 21 deletions(-)
> 
> diff --git a/include/linux/platform_data/atmel.h b/include/linux/platform_data/atmel.h
> index 7b6dce7d6d33..70c5c766628e 100644
> --- a/include/linux/platform_data/atmel.h
> +++ b/include/linux/platform_data/atmel.h
> @@ -7,8 +7,6 @@
>  #ifndef __ATMEL_H__
>  #define __ATMEL_H__
>  
> -#include <linux/mtd/nand.h>
> -#include <linux/mtd/partitions.h>
>  #include <linux/serial.h>
>  
>   /* Compact Flash */
> @@ -23,25 +21,6 @@ struct at91_cf_data {
>  #define AT91_IDE_SWAP_A0_A2	0x02
>  };
>  
> - /* NAND / SmartMedia */
> -struct atmel_nand_data {
> -	int		enable_pin;		/* chip enable */
> -	int		det_pin;		/* card detect */
> -	int		rdy_pin;		/* ready/busy */
> -	u8		rdy_pin_active_low;	/* rdy_pin value is inverted */
> -	u8		ale;			/* address line number connected to ALE */
> -	u8		cle;			/* address line number connected to CLE */
> -	u8		bus_width_16;		/* buswidth is 16 bit */
> -	u8		ecc_mode;		/* ecc mode */
> -	u8		on_flash_bbt;		/* bbt on flash */
> -	struct mtd_partition *parts;
> -	unsigned int	num_parts;
> -	bool		has_dma;		/* support dma transfer */
> -
> -	/* default is false, only for at32ap7000 chip is true */
> -	bool		need_reset_workaround;
> -};
> -
>   /* Serial */
>  struct atmel_uart_data {
>  	int			num;		/* port num */

      reply	other threads:[~2017-06-13 13:02 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-06-13 12:54 [PATCH] ARM: at91: remove atmel_nand_data Alexandre Belloni
2017-06-13 13:02 ` Boris Brezillon [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20170613150202.7e0241f9@bbrezillon \
    --to=boris.brezillon@free-electrons.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox