Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1283837 > unrolled thread

[PATCH 0/2] phy: berlin-usb: clean up

Started byJisheng Zhang <jszhang@marvell.com>
First post2015-12-04 15:10 +0100
Last post2015-12-04 22:10 +0100
Articles 3 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH 0/2] phy: berlin-usb: clean up Jisheng Zhang <jszhang@marvell.com> - 2015-12-04 15:10 +0100
    [PATCH 1/2] phy: berlin-usb: remove non-necessary header files Jisheng Zhang <jszhang@marvell.com> - 2015-12-04 15:10 +0100
      Re: [PATCH 1/2] phy: berlin-usb: remove non-necessary header files Antoine Tenart <antoine.tenart@free-electrons.com> - 2015-12-04 22:10 +0100

#1283837 — [PATCH 0/2] phy: berlin-usb: clean up

FromJisheng Zhang <jszhang@marvell.com>
Date2015-12-04 15:10 +0100
Subject[PATCH 0/2] phy: berlin-usb: clean up
Message-ID<qBZdE-3Gv-17@gated-at.bofh.it>
trivial patches to do some clean up: remove non-necessary header files
and remove useless platform_set_drvdata() calling.

Jisheng Zhang (2):
  phy: berlin-usb: remove non-necessary header files
  phy: berlin-usb: don't set device's driver_data

 drivers/phy/phy-berlin-usb.c | 3 ---
 1 file changed, 3 deletions(-)

-- 
2.6.2

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [next] | [standalone]


#1283838 — [PATCH 1/2] phy: berlin-usb: remove non-necessary header files

FromJisheng Zhang <jszhang@marvell.com>
Date2015-12-04 15:10 +0100
Subject[PATCH 1/2] phy: berlin-usb: remove non-necessary header files
Message-ID<qBZdF-3Gv-25@gated-at.bofh.it>
In reply to#1283837
We don't need gpio related header files, so remove them.

Signed-off-by: Jisheng Zhang <jszhang@marvell.com>
---
 drivers/phy/phy-berlin-usb.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/drivers/phy/phy-berlin-usb.c b/drivers/phy/phy-berlin-usb.c
index 797ba17..7bbb473 100644
--- a/drivers/phy/phy-berlin-usb.c
+++ b/drivers/phy/phy-berlin-usb.c
@@ -9,11 +9,9 @@
  * warranty of any kind, whether express or implied.
  */
 
-#include <linux/gpio.h>
 #include <linux/io.h>
 #include <linux/module.h>
 #include <linux/of_device.h>
-#include <linux/of_gpio.h>
 #include <linux/phy/phy.h>
 #include <linux/platform_device.h>
 #include <linux/reset.h>
-- 
2.6.2

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [prev] | [next] | [standalone]


#1284230 — Re: [PATCH 1/2] phy: berlin-usb: remove non-necessary header files

FromAntoine Tenart <antoine.tenart@free-electrons.com>
Date2015-12-04 22:10 +0100
SubjectRe: [PATCH 1/2] phy: berlin-usb: remove non-necessary header files
Message-ID<qC5M6-7Yp-13@gated-at.bofh.it>
In reply to#1283838

[Multipart message — attachments visible in raw view] — view raw

On Fri, Dec 04, 2015 at 09:57:00PM +0800, Jisheng Zhang wrote:
> We don't need gpio related header files, so remove them.
> 
> Signed-off-by: Jisheng Zhang <jszhang@marvell.com>

Acked-by: Antoine Tenart <antoine.tenart@free-electrons.com>

> ---
>  drivers/phy/phy-berlin-usb.c | 2 --
>  1 file changed, 2 deletions(-)
> 
> diff --git a/drivers/phy/phy-berlin-usb.c b/drivers/phy/phy-berlin-usb.c
> index 797ba17..7bbb473 100644
> --- a/drivers/phy/phy-berlin-usb.c
> +++ b/drivers/phy/phy-berlin-usb.c
> @@ -9,11 +9,9 @@
>   * warranty of any kind, whether express or implied.
>   */
>  
> -#include <linux/gpio.h>
>  #include <linux/io.h>
>  #include <linux/module.h>
>  #include <linux/of_device.h>
> -#include <linux/of_gpio.h>
>  #include <linux/phy/phy.h>
>  #include <linux/platform_device.h>
>  #include <linux/reset.h>
> -- 
> 2.6.2
> 
> 
> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

-- 
Antoine Ténart, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web