All of lore.kernel.org
 help / color / mirror / Atom feed
From: Balamanikandan Gunasundar  <balamanikandan.gunasundar@microchip.com>
To: <ludovic.desroches@microchip.com>, <nicolas.ferre@microchip.com>,
	<alexandre.belloni@bootlin.com>, <linux-kernel@vger.kernel.org>,
	<linux-mmc@vger.kernel.org>,
	<linux-arm-kernel@lists.infradead.org>,
	<linus.walleij@linaro.org>, <hari.prasathge@microchip.com>,
	<dmitry.torokhov@gmail.com>, <ulf.hansson@linaro.org>
Cc: <balamanikandan.gunasundar@microchip.com>
Subject: [PATCH v3 0/2] mmc: atmel-mci: Convert to gpio descriptors
Date: Mon, 26 Dec 2022 13:09:06 +0530	[thread overview]
Message-ID: <20221226073908.17317-1-balamanikandan.gunasundar@microchip.com> (raw)

Replace legacy gpio apis with gpio descriptors

v3:

- [PATCH v3 1/2] mmc: atmel-mci: Convert to gpio descriptors
  Convert devm_gpiod_get_from_of_node() into devm_fwnode_gpiod_get()

v2:

- [PATCH 1/2] mmc: atmel-mci: Convert to gpio descriptors
  Remove "#include <linux/gpio.h>" as it is not necessary

- [PATCH 2/2] mmc: atmel-mci: move atmel MCI header file
  Move linux/atmel-mci.h into drivers/mmc/host/atmel-mci.c as it is
  used only by one file

Balamanikandan Gunasundar (2):
  mmc: atmel-mci: Convert to gpio descriptors
  mmc: atmel-mci: move atmel MCI header file

 drivers/mmc/host/atmel-mci.c | 117 ++++++++++++++++++++++-------------
 include/linux/atmel-mci.h    |  46 --------------
 2 files changed, 75 insertions(+), 88 deletions(-)
 delete mode 100644 include/linux/atmel-mci.h

-- 
2.25.1


WARNING: multiple messages have this Message-ID (diff)
From: Balamanikandan Gunasundar <balamanikandan.gunasundar@microchip.com>
To: <ludovic.desroches@microchip.com>, <nicolas.ferre@microchip.com>,
	<alexandre.belloni@bootlin.com>, <linux-kernel@vger.kernel.org>,
	<linux-mmc@vger.kernel.org>,
	<linux-arm-kernel@lists.infradead.org>,
	<linus.walleij@linaro.org>, <hari.prasathge@microchip.com>,
	<dmitry.torokhov@gmail.com>, <ulf.hansson@linaro.org>
Cc: <balamanikandan.gunasundar@microchip.com>
Subject: [PATCH v3 0/2] mmc: atmel-mci: Convert to gpio descriptors
Date: Mon, 26 Dec 2022 13:09:06 +0530	[thread overview]
Message-ID: <20221226073908.17317-1-balamanikandan.gunasundar@microchip.com> (raw)

Replace legacy gpio apis with gpio descriptors

v3:

- [PATCH v3 1/2] mmc: atmel-mci: Convert to gpio descriptors
  Convert devm_gpiod_get_from_of_node() into devm_fwnode_gpiod_get()

v2:

- [PATCH 1/2] mmc: atmel-mci: Convert to gpio descriptors
  Remove "#include <linux/gpio.h>" as it is not necessary

- [PATCH 2/2] mmc: atmel-mci: move atmel MCI header file
  Move linux/atmel-mci.h into drivers/mmc/host/atmel-mci.c as it is
  used only by one file

Balamanikandan Gunasundar (2):
  mmc: atmel-mci: Convert to gpio descriptors
  mmc: atmel-mci: move atmel MCI header file

 drivers/mmc/host/atmel-mci.c | 117 ++++++++++++++++++++++-------------
 include/linux/atmel-mci.h    |  46 --------------
 2 files changed, 75 insertions(+), 88 deletions(-)
 delete mode 100644 include/linux/atmel-mci.h

-- 
2.25.1


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

             reply	other threads:[~2022-12-26  7:39 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-12-26  7:39 Balamanikandan Gunasundar [this message]
2022-12-26  7:39 ` [PATCH v3 0/2] mmc: atmel-mci: Convert to gpio descriptors Balamanikandan Gunasundar
2022-12-26  7:39 ` [PATCH v3 1/2] " Balamanikandan Gunasundar
2022-12-26  7:39   ` Balamanikandan Gunasundar
2022-12-28 13:34   ` Ludovic.Desroches
2022-12-28 13:34     ` Ludovic.Desroches
2022-12-29  0:23   ` Linus Walleij
2022-12-29  0:23     ` Linus Walleij
2023-01-02 15:07     ` Ulf Hansson
2023-01-02 15:07       ` Ulf Hansson
2022-12-26  7:39 ` [PATCH v3 2/2] mmc: atmel-mci: move atmel MCI header file Balamanikandan Gunasundar
2022-12-26  7:39   ` Balamanikandan Gunasundar
2022-12-28 13:31   ` Ludovic.Desroches
2022-12-28 13:31     ` Ludovic.Desroches

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=20221226073908.17317-1-balamanikandan.gunasundar@microchip.com \
    --to=balamanikandan.gunasundar@microchip.com \
    --cc=alexandre.belloni@bootlin.com \
    --cc=dmitry.torokhov@gmail.com \
    --cc=hari.prasathge@microchip.com \
    --cc=linus.walleij@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mmc@vger.kernel.org \
    --cc=ludovic.desroches@microchip.com \
    --cc=nicolas.ferre@microchip.com \
    --cc=ulf.hansson@linaro.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.