Re: [PATCH v6 0/2] Adding USB 3.0 DRD-phy support for exynos5250

2013-03-13 Thread Vivek Gautam
Hi Felipe,


On Wed, Feb 27, 2013 at 8:13 PM, Vivek Gautam gautam.vi...@samsung.com wrote:
 Based on 'usb-next'

 Changes from v5:
  - Squashed the following change from Felipe in this patch-set:
[PATCH] usb: phy: samsung: let it be built as a module
  - Using EXPORT_SYMBOL_GPL() to export symbols in samsung-usbphy.c
to allow module builds of these samsung PHY drivers.

 Vivek Gautam (2):
   usb: phy: samsung: Common out the generic stuff
   usb: phy: samsung: Add PHY support for USB 3.0 controller


I am rebasing this pach-set on top of your PHY driver changes in
'testing' branch of your tree.
I took first 194 patches ;) from top of testing branch (i could find
these on top of 3.9 rc2 merge),
and applied the same on 'usb-next' branch in my development tree in
order to test further.

I shall be posting these rebased patch-set, so that it will be easier
for you to merge the changes in.
Is there something you want to point out to me while i do this ?

  drivers/usb/phy/Kconfig   |   25 +-
  drivers/usb/phy/Makefile  |2 +
  drivers/usb/phy/samsung-usb2phy.c |  511 ++
  drivers/usb/phy/samsung-usb3phy.c |  349 ++
  drivers/usb/phy/samsung-usbphy.c  |  722 
 +
  drivers/usb/phy/samsung-usbphy.h  |  328 +
  6 files changed, 1224 insertions(+), 713 deletions(-)
  create mode 100644 drivers/usb/phy/samsung-usb2phy.c
  create mode 100644 drivers/usb/phy/samsung-usb3phy.c
  create mode 100644 drivers/usb/phy/samsung-usbphy.h

 --
 1.7.6.5

 ___
 devicetree-discuss mailing list
 devicetree-disc...@lists.ozlabs.org
 https://lists.ozlabs.org/listinfo/devicetree-discuss



-- 
Thanks  Regards
Vivek
--
To unsubscribe from this list: send the line unsubscribe linux-usb in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH v6 0/2] Adding USB 3.0 DRD-phy support for exynos5250

2013-03-13 Thread Felipe Balbi
On Wed, Mar 13, 2013 at 03:41:15PM +0530, Vivek Gautam wrote:
 Hi Felipe,
 
 
 On Wed, Feb 27, 2013 at 8:13 PM, Vivek Gautam gautam.vi...@samsung.com 
 wrote:
  Based on 'usb-next'
 
  Changes from v5:
   - Squashed the following change from Felipe in this patch-set:
 [PATCH] usb: phy: samsung: let it be built as a module
   - Using EXPORT_SYMBOL_GPL() to export symbols in samsung-usbphy.c
 to allow module builds of these samsung PHY drivers.
 
  Vivek Gautam (2):
usb: phy: samsung: Common out the generic stuff
usb: phy: samsung: Add PHY support for USB 3.0 controller
 
 
 I am rebasing this pach-set on top of your PHY driver changes in
 'testing' branch of your tree.
 I took first 194 patches ;) from top of testing branch (i could find
 these on top of 3.9 rc2 merge),
 and applied the same on 'usb-next' branch in my development tree in
 order to test further.
 
 I shall be posting these rebased patch-set, so that it will be easier
 for you to merge the changes in.
 Is there something you want to point out to me while i do this ?

nothing to point out as of now :-)

Thanks a lot.

-- 
balbi


signature.asc
Description: Digital signature


[PATCH v6 0/2] Adding USB 3.0 DRD-phy support for exynos5250

2013-02-27 Thread Vivek Gautam
Based on 'usb-next'

Changes from v5:
 - Squashed the following change from Felipe in this patch-set:
   [PATCH] usb: phy: samsung: let it be built as a module
 - Using EXPORT_SYMBOL_GPL() to export symbols in samsung-usbphy.c
   to allow module builds of these samsung PHY drivers.

Vivek Gautam (2):
  usb: phy: samsung: Common out the generic stuff
  usb: phy: samsung: Add PHY support for USB 3.0 controller

 drivers/usb/phy/Kconfig   |   25 +-
 drivers/usb/phy/Makefile  |2 +
 drivers/usb/phy/samsung-usb2phy.c |  511 ++
 drivers/usb/phy/samsung-usb3phy.c |  349 ++
 drivers/usb/phy/samsung-usbphy.c  |  722 +
 drivers/usb/phy/samsung-usbphy.h  |  328 +
 6 files changed, 1224 insertions(+), 713 deletions(-)
 create mode 100644 drivers/usb/phy/samsung-usb2phy.c
 create mode 100644 drivers/usb/phy/samsung-usb3phy.c
 create mode 100644 drivers/usb/phy/samsung-usbphy.h

-- 
1.7.6.5

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