All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alexandre Belloni <alexandre.belloni@bootlin.com>
To: Arnd Bergmann <arnd@arndb.de>, Olof Johansson <olof@lixom.net>,
	arm@kernel.org, soc@kernel.org
Cc: Nicolas Ferre <nicolas.ferre@microchip.com>,
	Ludovic Desroches <ludovic.desroches@microchip.com>,
	linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org
Subject: Re: [GIT PULL] ARM: at91: Drivers for 5.11
Date: Fri, 27 Nov 2020 22:23:24 +0100	[thread overview]
Message-ID: <20201127212324.GG1296649@piout.net> (raw)
In-Reply-To: <20201127210844.GA1683573@piout.net>

Please ignore that one, I'm going to merge my current at91-drivers and
at91-soc branches and send you only one PR as this is what makes more
sense.

On 27/11/2020 22:08:46+0100, Alexandre Belloni wrote:
> Arnd, Olof,
> 
> As discussed with Arnd, here are two cleanup patches for at91_cf. My end
> goal is to get rid of include/linux/platform_data/atmel.h.
> 
> The following changes since commit 3650b228f83adda7e5ee532e2b90429c03f7b9ec:
> 
>   Linux 5.10-rc1 (2020-10-25 15:14:11 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/at91/linux tags/at91-drivers-5.11
> 
> for you to fetch changes up to 91be3e89f450aa738204f6629f06d8b0e3d8d77b:
> 
>   pcmcia: at91_cf: remove platform data support (2020-11-24 12:05:24 +0100)
> 
> ----------------------------------------------------------------
> AT91 drivers for 5.11:
> 
>  - at91_cf cleanups
> 
> ----------------------------------------------------------------
> Alexandre Belloni (2):
>       pcmcia: at91_cf: move definitions locally
>       pcmcia: at91_cf: remove platform data support
> 
>  drivers/pcmcia/Kconfig              |  1 +
>  drivers/pcmcia/at91_cf.c            | 49 ++++++++++++++-----------------------
>  include/linux/platform_data/atmel.h | 12 ---------
>  3 files changed, 20 insertions(+), 42 deletions(-)
> 
> -- 
> Alexandre Belloni, Bootlin
> Embedded Linux and Kernel engineering
> https://bootlin.com

-- 
Alexandre Belloni, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

WARNING: multiple messages have this Message-ID (diff)
From: Alexandre Belloni <alexandre.belloni@bootlin.com>
To: Arnd Bergmann <arnd@arndb.de>, Olof Johansson <olof@lixom.net>,
	arm@kernel.org, soc@kernel.org
Cc: Ludovic Desroches <ludovic.desroches@microchip.com>,
	linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org
Subject: Re: [GIT PULL] ARM: at91: Drivers for 5.11
Date: Fri, 27 Nov 2020 22:23:24 +0100	[thread overview]
Message-ID: <20201127212324.GG1296649@piout.net> (raw)
Message-ID: <20201127212324.gpf9mmdjOSL6XxuxhNMdxVnnFoF8bJkuLA73LEAOAC8@z> (raw)
In-Reply-To: <20201127210844.GA1683573@piout.net>

Please ignore that one, I'm going to merge my current at91-drivers and
at91-soc branches and send you only one PR as this is what makes more
sense.

On 27/11/2020 22:08:46+0100, Alexandre Belloni wrote:
> Arnd, Olof,
> 
> As discussed with Arnd, here are two cleanup patches for at91_cf. My end
> goal is to get rid of include/linux/platform_data/atmel.h.
> 
> The following changes since commit 3650b228f83adda7e5ee532e2b90429c03f7b9ec:
> 
>   Linux 5.10-rc1 (2020-10-25 15:14:11 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/at91/linux tags/at91-drivers-5.11
> 
> for you to fetch changes up to 91be3e89f450aa738204f6629f06d8b0e3d8d77b:
> 
>   pcmcia: at91_cf: remove platform data support (2020-11-24 12:05:24 +0100)
> 
> ----------------------------------------------------------------
> AT91 drivers for 5.11:
> 
>  - at91_cf cleanups
> 
> ----------------------------------------------------------------
> Alexandre Belloni (2):
>       pcmcia: at91_cf: move definitions locally
>       pcmcia: at91_cf: remove platform data support
> 
>  drivers/pcmcia/Kconfig              |  1 +
>  drivers/pcmcia/at91_cf.c            | 49 ++++++++++++++-----------------------
>  include/linux/platform_data/atmel.h | 12 ---------
>  3 files changed, 20 insertions(+), 42 deletions(-)
> 
> -- 
> Alexandre Belloni, Bootlin
> Embedded Linux and Kernel engineering
> https://bootlin.com

-- 
Alexandre Belloni, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  reply	other threads:[~2020-11-27 21:23 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-27 21:08 [GIT PULL] ARM: at91: Drivers for 5.11 Alexandre Belloni
2020-11-27 21:08 ` Alexandre Belloni
2020-11-27 21:23 ` Alexandre Belloni [this message]
2020-11-27 21:23   ` Alexandre Belloni

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=20201127212324.GG1296649@piout.net \
    --to=alexandre.belloni@bootlin.com \
    --cc=arm@kernel.org \
    --cc=arnd@arndb.de \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=ludovic.desroches@microchip.com \
    --cc=nicolas.ferre@microchip.com \
    --cc=olof@lixom.net \
    --cc=soc@kernel.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.