mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH RESEND] gpio: gpio-74164: Add 74lvc594 ID
@ 2016-12-29  7:05 Alexander Shiyan
  2016-12-29  7:05 ` [PATCH] mci: omap: Add devicetree options parsing by MCI core Alexander Shiyan
  2017-01-09  8:25 ` [PATCH RESEND] gpio: gpio-74164: Add 74lvc594 ID Sascha Hauer
  0 siblings, 2 replies; 3+ messages in thread
From: Alexander Shiyan @ 2016-12-29  7:05 UTC (permalink / raw)
  To: barebox

The latest kernel gpio-74x164 driver supports 74LVC594 IC ID.
Patch adds such ID to barebox driver.

Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
---
 drivers/gpio/gpio-74164.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/gpio/gpio-74164.c b/drivers/gpio/gpio-74164.c
index 926207a..e4d413b 100644
--- a/drivers/gpio/gpio-74164.c
+++ b/drivers/gpio/gpio-74164.c
@@ -92,6 +92,7 @@ static struct gpio_ops gpio_74164_ops = {
 
 static struct platform_device_id gpio_74164_ids[] = {
 	{ "74hc164" },
+	{ "74lvc594" },
 	{ "74hc595" },
 	{ }
 };
-- 
2.4.9


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

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

* [PATCH] mci: omap: Add devicetree options parsing by MCI core.
  2016-12-29  7:05 [PATCH RESEND] gpio: gpio-74164: Add 74lvc594 ID Alexander Shiyan
@ 2016-12-29  7:05 ` Alexander Shiyan
  2017-01-09  8:25 ` [PATCH RESEND] gpio: gpio-74164: Add 74lvc594 ID Sascha Hauer
  1 sibling, 0 replies; 3+ messages in thread
From: Alexander Shiyan @ 2016-12-29  7:05 UTC (permalink / raw)
  To: barebox

This patch adds a callback to parsing devicetree options for MMC:
bus-width, etc..

Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
---
 drivers/mci/omap_hsmmc.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/drivers/mci/omap_hsmmc.c b/drivers/mci/omap_hsmmc.c
index 180afb1..cbc69e4 100644
--- a/drivers/mci/omap_hsmmc.c
+++ b/drivers/mci/omap_hsmmc.c
@@ -631,6 +631,8 @@ static int omap_mmc_probe(struct device_d *dev)
 			hsmmc->mci.devname = xstrdup(alias);
 	}
 
+	mci_of_parse(&hsmmc->mci);
+
 	dev->priv = hsmmc;
 	dev->detect = omap_mmc_detect,
 
-- 
2.4.9


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

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

* Re: [PATCH RESEND] gpio: gpio-74164: Add 74lvc594 ID
  2016-12-29  7:05 [PATCH RESEND] gpio: gpio-74164: Add 74lvc594 ID Alexander Shiyan
  2016-12-29  7:05 ` [PATCH] mci: omap: Add devicetree options parsing by MCI core Alexander Shiyan
@ 2017-01-09  8:25 ` Sascha Hauer
  1 sibling, 0 replies; 3+ messages in thread
From: Sascha Hauer @ 2017-01-09  8:25 UTC (permalink / raw)
  To: Alexander Shiyan; +Cc: barebox

On Thu, Dec 29, 2016 at 10:05:45AM +0300, Alexander Shiyan wrote:
> The latest kernel gpio-74x164 driver supports 74LVC594 IC ID.
> Patch adds such ID to barebox driver.
> 
> Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
> ---

Applied, thanks

Sascha

>  drivers/gpio/gpio-74164.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/gpio/gpio-74164.c b/drivers/gpio/gpio-74164.c
> index 926207a..e4d413b 100644
> --- a/drivers/gpio/gpio-74164.c
> +++ b/drivers/gpio/gpio-74164.c
> @@ -92,6 +92,7 @@ static struct gpio_ops gpio_74164_ops = {
>  
>  static struct platform_device_id gpio_74164_ids[] = {
>  	{ "74hc164" },
> +	{ "74lvc594" },
>  	{ "74hc595" },
>  	{ }
>  };
> -- 
> 2.4.9
> 
> 
> _______________________________________________
> barebox mailing list
> barebox@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/barebox
> 

-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

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

end of thread, other threads:[~2017-01-09  8:25 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-12-29  7:05 [PATCH RESEND] gpio: gpio-74164: Add 74lvc594 ID Alexander Shiyan
2016-12-29  7:05 ` [PATCH] mci: omap: Add devicetree options parsing by MCI core Alexander Shiyan
2017-01-09  8:25 ` [PATCH RESEND] gpio: gpio-74164: Add 74lvc594 ID Sascha Hauer

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