Author: rmilecki
Date: 2016-01-02 11:49:46 +0100 (Sat, 02 Jan 2016)
New Revision: 48062

Added:
   
trunk/target/linux/bcm53xx/patches-4.1/810-USB-bcma-use-simpler-devm_gpiod_get.patch
   
trunk/target/linux/bcm53xx/patches-4.4/810-USB-bcma-use-simpler-devm_gpiod_get.patch
Log:
bcm53xx: switch to simpler devm_gpiod_get in USB driver

Signed-off-by: Rafa?\197?\130 Mi?\197?\130ecki <[email protected]>

Added: 
trunk/target/linux/bcm53xx/patches-4.1/810-USB-bcma-use-simpler-devm_gpiod_get.patch
===================================================================
--- 
trunk/target/linux/bcm53xx/patches-4.1/810-USB-bcma-use-simpler-devm_gpiod_get.patch
                                (rev 0)
+++ 
trunk/target/linux/bcm53xx/patches-4.1/810-USB-bcma-use-simpler-devm_gpiod_get.patch
        2016-01-02 10:49:46 UTC (rev 48062)
@@ -0,0 +1,24 @@
+From: =?UTF-8?q?Rafa=C5=82=20Mi=C5=82ecki?= <[email protected]>
+Date: Sat, 2 Jan 2016 11:26:28 +0100
+Subject: [PATCH] USB: bcma: use simpler devm_gpiod_get
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+Signed-off-by: Rafał Miłecki <[email protected]>
+---
+ drivers/usb/host/bcma-hcd.c | 3 +--
+ 1 file changed, 1 insertion(+), 2 deletions(-)
+
+--- a/drivers/usb/host/bcma-hcd.c
++++ b/drivers/usb/host/bcma-hcd.c
+@@ -568,8 +568,7 @@ static int bcma_hcd_probe(struct bcma_device *dev)
+       usb_dev->core = dev;
+ 
+       if (dev->dev.of_node)
+-              usb_dev->gpio_desc = devm_get_gpiod_from_child(&dev->dev, "vcc",
+-                                                             
&dev->dev.of_node->fwnode);
++              usb_dev->gpio_desc = devm_gpiod_get(&dev->dev, "vcc");
+       if (!IS_ERR_OR_NULL(usb_dev->gpio_desc))
+               gpiod_direction_output(usb_dev->gpio_desc, 1);
+ 

Added: 
trunk/target/linux/bcm53xx/patches-4.4/810-USB-bcma-use-simpler-devm_gpiod_get.patch
===================================================================
--- 
trunk/target/linux/bcm53xx/patches-4.4/810-USB-bcma-use-simpler-devm_gpiod_get.patch
                                (rev 0)
+++ 
trunk/target/linux/bcm53xx/patches-4.4/810-USB-bcma-use-simpler-devm_gpiod_get.patch
        2016-01-02 10:49:46 UTC (rev 48062)
@@ -0,0 +1,24 @@
+From: =?UTF-8?q?Rafa=C5=82=20Mi=C5=82ecki?= <[email protected]>
+Date: Sat, 2 Jan 2016 11:26:28 +0100
+Subject: [PATCH] USB: bcma: use simpler devm_gpiod_get
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+Signed-off-by: Rafał Miłecki <[email protected]>
+---
+ drivers/usb/host/bcma-hcd.c | 3 +--
+ 1 file changed, 1 insertion(+), 2 deletions(-)
+
+--- a/drivers/usb/host/bcma-hcd.c
++++ b/drivers/usb/host/bcma-hcd.c
+@@ -568,8 +568,7 @@ static int bcma_hcd_probe(struct bcma_device *dev)
+       usb_dev->core = dev;
+ 
+       if (dev->dev.of_node)
+-              usb_dev->gpio_desc = devm_get_gpiod_from_child(&dev->dev, "vcc",
+-                                                             
&dev->dev.of_node->fwnode);
++              usb_dev->gpio_desc = devm_gpiod_get(&dev->dev, "vcc");
+       if (!IS_ERR_OR_NULL(usb_dev->gpio_desc))
+               gpiod_direction_output(usb_dev->gpio_desc, 1);
+ 
_______________________________________________
openwrt-commits mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits

Reply via email to