All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] mtd: atmel-quadspi: Remove unneeded pinctrl header
@ 2017-07-18  0:41 Fabio Estevam
  2017-07-18  0:41 ` [PATCH 2/2] mtd: mtk-quadspi: " Fabio Estevam
  2017-08-01 19:28 ` [PATCH 1/2] mtd: atmel-quadspi: " Cyrille Pitchen
  0 siblings, 2 replies; 3+ messages in thread
From: Fabio Estevam @ 2017-07-18  0:41 UTC (permalink / raw)
  To: boris.brezillon; +Cc: cyrille.pitchen, matthias.bgg, linux-mtd, Fabio Estevam

From: Fabio Estevam <fabio.estevam@nxp.com>

There is no need to include <linux/pinctrl/consumer.h> as no pinctrl
function is used in this driver, so just remove it.

Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
---
 drivers/mtd/spi-nor/atmel-quadspi.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/mtd/spi-nor/atmel-quadspi.c b/drivers/mtd/spi-nor/atmel-quadspi.c
index ba76fa8..6c5708b 100644
--- a/drivers/mtd/spi-nor/atmel-quadspi.c
+++ b/drivers/mtd/spi-nor/atmel-quadspi.c
@@ -35,7 +35,6 @@
 
 #include <linux/io.h>
 #include <linux/gpio.h>
-#include <linux/pinctrl/consumer.h>
 
 /* QSPI register offsets */
 #define QSPI_CR      0x0000  /* Control Register */
-- 
2.7.4

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

* [PATCH 2/2] mtd: mtk-quadspi: Remove unneeded pinctrl header
  2017-07-18  0:41 [PATCH 1/2] mtd: atmel-quadspi: Remove unneeded pinctrl header Fabio Estevam
@ 2017-07-18  0:41 ` Fabio Estevam
  2017-08-01 19:28 ` [PATCH 1/2] mtd: atmel-quadspi: " Cyrille Pitchen
  1 sibling, 0 replies; 3+ messages in thread
From: Fabio Estevam @ 2017-07-18  0:41 UTC (permalink / raw)
  To: boris.brezillon; +Cc: cyrille.pitchen, matthias.bgg, linux-mtd, Fabio Estevam

From: Fabio Estevam <fabio.estevam@nxp.com>

There is no need to include <linux/pinctrl/consumer.h> as no pinctrl
function is used in this driver, so just remove it.

Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
---
 drivers/mtd/spi-nor/mtk-quadspi.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/mtd/spi-nor/mtk-quadspi.c b/drivers/mtd/spi-nor/mtk-quadspi.c
index 8a20ec4..c258c7a 100644
--- a/drivers/mtd/spi-nor/mtk-quadspi.c
+++ b/drivers/mtd/spi-nor/mtk-quadspi.c
@@ -24,7 +24,6 @@
 #include <linux/mutex.h>
 #include <linux/of.h>
 #include <linux/of_device.h>
-#include <linux/pinctrl/consumer.h>
 #include <linux/platform_device.h>
 #include <linux/slab.h>
 #include <linux/mtd/mtd.h>
-- 
2.7.4

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

* Re: [PATCH 1/2] mtd: atmel-quadspi: Remove unneeded pinctrl header
  2017-07-18  0:41 [PATCH 1/2] mtd: atmel-quadspi: Remove unneeded pinctrl header Fabio Estevam
  2017-07-18  0:41 ` [PATCH 2/2] mtd: mtk-quadspi: " Fabio Estevam
@ 2017-08-01 19:28 ` Cyrille Pitchen
  1 sibling, 0 replies; 3+ messages in thread
From: Cyrille Pitchen @ 2017-08-01 19:28 UTC (permalink / raw)
  To: Fabio Estevam, boris.brezillon; +Cc: matthias.bgg, linux-mtd, Fabio Estevam

Le 18/07/2017 à 02:41, Fabio Estevam a écrit :
> From: Fabio Estevam <fabio.estevam@nxp.com>
> 
> There is no need to include <linux/pinctrl/consumer.h> as no pinctrl
> function is used in this driver, so just remove it.
> 
> Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>

series applied to the spi-nor/next branch of l2-mtd

Thanks!

> ---
>  drivers/mtd/spi-nor/atmel-quadspi.c | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/drivers/mtd/spi-nor/atmel-quadspi.c b/drivers/mtd/spi-nor/atmel-quadspi.c
> index ba76fa8..6c5708b 100644
> --- a/drivers/mtd/spi-nor/atmel-quadspi.c
> +++ b/drivers/mtd/spi-nor/atmel-quadspi.c
> @@ -35,7 +35,6 @@
>  
>  #include <linux/io.h>
>  #include <linux/gpio.h>
> -#include <linux/pinctrl/consumer.h>
>  
>  /* QSPI register offsets */
>  #define QSPI_CR      0x0000  /* Control Register */
> 

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

end of thread, other threads:[~2017-08-01 19:29 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-07-18  0:41 [PATCH 1/2] mtd: atmel-quadspi: Remove unneeded pinctrl header Fabio Estevam
2017-07-18  0:41 ` [PATCH 2/2] mtd: mtk-quadspi: " Fabio Estevam
2017-08-01 19:28 ` [PATCH 1/2] mtd: atmel-quadspi: " Cyrille Pitchen

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.