[PATCH v3 0/2] mmc: atmel-mci: Convert to gpio descriptors

Balamanikandan Gunasundar posted 2 patches 2 years, 8 months ago
There is a newer version of this series
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
[PATCH v3 0/2] mmc: atmel-mci: Convert to gpio descriptors
Posted by Balamanikandan Gunasundar 2 years, 8 months ago
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