All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] usb: phy: samsung: Introducing usb phy driver for samsung SoCs
@ 2012-08-01 13:05 ` Praveen Paneri
  0 siblings, 0 replies; 32+ messages in thread
From: Praveen Paneri @ 2012-08-01 13:05 UTC (permalink / raw)
  To: linux-usb-u79uwXL29TY76Z2rM5mHXA
  Cc: devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	linux-samsung-soc-u79uwXL29TY76Z2rM5mHXA,
	kgene.kim-Sze3O3UU22JBDgjK7y7TUQ, balbi-l0cyMroinI0,
	gregkh-hQyY1W1yCW8ekmWlsbkhG0B+6BGkLq7r,
	thomas.abraham-QSEj5FYQhm4dnm+yROfE0A,
	ben-linux-elnMNo+KYs3YtjvyW6yDsg,
	broonie-yzvPICuk2AATkU/dhu1WVueM+bqZidxxQQ4Iyu8u01E,
	l.majewski-Sze3O3UU22JBDgjK7y7TUQ,
	kyungmin.park-Sze3O3UU22JBDgjK7y7TUQ,
	grant.likely-s3s/WqlpOiPyB63q8FvJNQ

This patch set introduces a phy driver for samsung SoCs. It uses the existing
transceiver infrastructure to provide phy control functions. Use of this driver
can be extended for usb host phy as well. Over the period of time all the phy
related code for most of the samsung SoCs can be integrated here.
Removing the existing phy code from mach-s3c64xx but not from other machine 
code.This driver is tested with smdk6410 and Exynos4210(with DT).

Praveen Paneri (5):
  usb: phy: samsung: Introducing usb phy driver for hsotg
  usb: s3c-hsotg: Adding phy driver support
  ARM: S3C64XX: Removing old phy setup code
  ARM: S3C64XX: Enabling sec_usbphy driver
  ARM: Exynos4210: Enabling sec_usbphy driver

 .../devicetree/bindings/usb/samsung-usbphy.txt     |    9 +
 arch/arm/boot/dts/exynos4210.dtsi                  |    5 +
 arch/arm/mach-exynos/include/mach/map.h            |    1 +
 arch/arm/mach-exynos/mach-exynos4-dt.c             |    8 +
 arch/arm/mach-exynos/setup-usb-phy.c               |   13 +
 arch/arm/mach-s3c64xx/include/mach/map.h           |    2 +
 arch/arm/mach-s3c64xx/mach-crag6410.c              |    5 +-
 arch/arm/mach-s3c64xx/mach-smartq.c                |    6 +-
 arch/arm/mach-s3c64xx/mach-smdk6410.c              |    5 +-
 arch/arm/mach-s3c64xx/setup-usb-phy.c              |   79 +----
 arch/arm/plat-samsung/devs.c                       |   32 ++
 arch/arm/plat-samsung/include/plat/devs.h          |    1 +
 arch/arm/plat-samsung/include/plat/usb-phy.h       |    1 +
 drivers/usb/gadget/s3c-hsotg.c                     |   38 ++-
 drivers/usb/phy/Kconfig                            |    8 +
 drivers/usb/phy/Makefile                           |    1 +
 drivers/usb/phy/sec_usbphy.c                       |  354 ++++++++++++++++++++
 drivers/usb/phy/sec_usbphy.h                       |   48 +++
 include/linux/platform_data/s3c-hsotg.h            |    5 +
 19 files changed, 533 insertions(+), 88 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/usb/samsung-usbphy.txt
 create mode 100644 drivers/usb/phy/sec_usbphy.c
 create mode 100644 drivers/usb/phy/sec_usbphy.h

--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

end of thread, other threads:[~2012-08-07  4:33 UTC | newest]

Thread overview: 32+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-01 13:05 [PATCH 0/5] usb: phy: samsung: Introducing usb phy driver for samsung SoCs Praveen Paneri
2012-08-01 13:05 ` Praveen Paneri
     [not found] ` <1343826351-8756-1-git-send-email-p.paneri-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
2012-08-01 13:05   ` [PATCH 1/5] usb: phy: samsung: Introducing usb phy driver for hsotg Praveen Paneri
2012-08-01 13:05     ` Praveen Paneri
     [not found]     ` <1343826351-8756-2-git-send-email-p.paneri-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
2012-08-05 21:54       ` Heiko Stübner
2012-08-05 21:54         ` Heiko Stübner
     [not found]         ` <201208052354.18978.heiko-4mtYJXux2i+zQB+pC5nmwQ@public.gmane.org>
2012-08-06  8:20           ` Praveen Paneri
2012-08-06  8:20             ` Praveen Paneri
2012-08-06  8:23             ` Kyungmin Park
2012-08-06  8:23               ` Kyungmin Park
     [not found]               ` <CAH9JG2Wo83_rO6fEazWij9wo=w7atdCqeuqJUmCPJYeYQ4t5dw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2012-08-06  9:23                 ` Heiko Stübner
2012-08-06  9:23                   ` Heiko Stübner
2012-08-06  9:51                   ` Praveen Paneri
2012-08-06  9:51                     ` Praveen Paneri
     [not found]                     ` <CAD6zSYPyRGgxVXFhcLSqjOpERq-jLrsqnjYNXM3jKsjymiLaTA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2012-08-07  3:57                       ` Praveen Paneri
2012-08-07  3:57                         ` Praveen Paneri
2012-08-07  4:33                         ` Kyungmin Park
2012-08-07  4:33                           ` Kyungmin Park
2012-08-01 13:05   ` [PATCH 2/5] usb: s3c-hsotg: Adding phy driver support Praveen Paneri
2012-08-01 13:05     ` Praveen Paneri
2012-08-01 13:05   ` [PATCH 3/5] ARM: S3C64XX: Removing old phy setup code Praveen Paneri
2012-08-01 13:05     ` Praveen Paneri
2012-08-01 13:05   ` [PATCH 4/5] ARM: S3C64XX: Enabling sec_usbphy driver Praveen Paneri
2012-08-01 13:05     ` Praveen Paneri
2012-08-01 13:05   ` [PATCH 5/5] ARM: Exynos4210: " Praveen Paneri
2012-08-01 13:05     ` Praveen Paneri
2012-08-01 15:20   ` [PATCH 0/5] usb: phy: samsung: Introducing usb phy driver for samsung SoCs Arnd Bergmann
2012-08-01 15:20     ` Arnd Bergmann
2012-08-02  5:44     ` Praveen Paneri
2012-08-02  5:44       ` Praveen Paneri
2012-08-02 11:26       ` Arnd Bergmann
2012-08-02 11:26         ` Arnd Bergmann

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.