public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 0/2] mmc: atmel-mci: Convert to gpio descriptors
@ 2023-02-21  9:42 Balamanikandan Gunasundar
  2023-02-21  9:42 ` [PATCH v4 1/2] " Balamanikandan Gunasundar
  2023-02-21  9:42 ` [PATCH v4 2/2] mmc: atmel-mci: move atmel MCI header file Balamanikandan Gunasundar
  0 siblings, 2 replies; 5+ messages in thread
From: Balamanikandan Gunasundar @ 2023-02-21  9:42 UTC (permalink / raw)
  To: ludovic.desroches, nicolas.ferre, alexandre.belloni, linux-kernel,
	linux-mmc, linux-arm-kernel, linus.walleij, dmitry.torokhov,
	ulf.hansson
  Cc: hari.prasathge, balamanikandan.gunasundar

Replace legacy gpio apis with gpio descriptors. This v4 is just a
rebase to the "next" branch of
https://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc.git

I would like to have the improvements suggested by Linus as a separate
patch. Please let me know your comments.
https://lore.kernel.org/all/CACRpkdbORVt9sFCnBFE1U206M92u4fjk9enbDJYZw7HJyAC=ng@mail.gmail.com/

v4:

- Rebase on top of next branch
  https://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc.git 

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 | 116 ++++++++++++++++++++++-------------
 include/linux/atmel-mci.h    |  46 --------------
 2 files changed, 75 insertions(+), 87 deletions(-)
 delete mode 100644 include/linux/atmel-mci.h

-- 
2.25.1


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2023-02-21 18:41 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-21  9:42 [PATCH v4 0/2] mmc: atmel-mci: Convert to gpio descriptors Balamanikandan Gunasundar
2023-02-21  9:42 ` [PATCH v4 1/2] " Balamanikandan Gunasundar
2023-02-21 11:10   ` Linus Walleij
2023-02-21 18:41   ` Dmitry Torokhov
2023-02-21  9:42 ` [PATCH v4 2/2] mmc: atmel-mci: move atmel MCI header file Balamanikandan Gunasundar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox