linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] mmc: atmel-mci: Convert to gpio descriptors
@ 2022-11-17  4:14 Balamanikandan Gunasundar
  2022-11-17  4:14 ` [PATCH v2 1/2] " Balamanikandan Gunasundar
  2022-11-17  4:14 ` [PATCH v2 2/2] mmc: atmel-mci: move atmel MCI header file Balamanikandan Gunasundar
  0 siblings, 2 replies; 4+ messages in thread
From: Balamanikandan Gunasundar @ 2022-11-17  4:14 UTC (permalink / raw)
  To: ludovic.desroches, ulf.hansson, nicolas.ferre, alexandre.belloni,
	3chas3, linux-kernel, linux-mmc, linux-arm-kernel,
	linux-atm-general, netdev, linus.walleij, hari.prasathge
  Cc: balamanikandan.gunasundar

Changes in 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 | 119 ++++++++++++++++++++++-------------
 include/linux/atmel-mci.h    |  46 --------------
 2 files changed, 77 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

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

end of thread, other threads:[~2022-11-18  9:22 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-17  4:14 [PATCH v2 0/2] mmc: atmel-mci: Convert to gpio descriptors Balamanikandan Gunasundar
2022-11-17  4:14 ` [PATCH v2 1/2] " Balamanikandan Gunasundar
2022-11-18  9:20   ` Ulf Hansson
2022-11-17  4:14 ` [PATCH v2 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;
as well as URLs for NNTP newsgroup(s).