Re: [GIT PULL] usb: phy: patches for v3.9

2013-01-25 Thread Felipe Balbi
On Fri, Jan 25, 2013 at 09:13:36AM -0800, Greg KH wrote:
> On Fri, Jan 25, 2013 at 06:18:54PM +0200, Felipe Balbi wrote:
> > Hi Greg,
> > 
> > Here are some transceiver changes for v3.9 merge window. This tag merged
> > clean, but there were some automatic merge resolutions by git.
> > 
> > The following changes since commit d1c3ed669a2d452cacfb48c2d171a1f364dae2ed:
> > 
> >   Linux 3.8-rc2 (2013-01-02 18:13:21 -0800)
> > 
> > are available in the git repository at:
> > 
> >   git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git 
> > tags/xceiv-for-v3.9
> 
> With this, I get the following warning when running 'make oldconfig'
> 
> warning: (USB_MUSB_HDRC && OMAP_USB3) selects OMAP_CONTROL_USB which has 
> unmet direct dependencies (USB_SUPPORT && ARCH_OMAP2PLUS)
> 
> Care to send a follow-on patch/pull to fix it up?
> 
> Other than that, pulled and pushed out, thanks.

will do early monday, tks

-- 
balbi


signature.asc
Description: Digital signature


Re: [GIT PULL] usb: phy: patches for v3.9

2013-01-25 Thread Greg KH
On Fri, Jan 25, 2013 at 06:18:54PM +0200, Felipe Balbi wrote:
> Hi Greg,
> 
> Here are some transceiver changes for v3.9 merge window. This tag merged
> clean, but there were some automatic merge resolutions by git.
> 
> The following changes since commit d1c3ed669a2d452cacfb48c2d171a1f364dae2ed:
> 
>   Linux 3.8-rc2 (2013-01-02 18:13:21 -0800)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git 
> tags/xceiv-for-v3.9

With this, I get the following warning when running 'make oldconfig'

warning: (USB_MUSB_HDRC && OMAP_USB3) selects OMAP_CONTROL_USB which has unmet 
direct dependencies (USB_SUPPORT && ARCH_OMAP2PLUS)

Care to send a follow-on patch/pull to fix it up?

Other than that, pulled and pushed out, thanks.

greg k-h
--
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


[GIT PULL] usb: phy: patches for v3.9

2013-01-25 Thread Felipe Balbi
Hi Greg,

Here are some transceiver changes for v3.9 merge window. This tag merged
clean, but there were some automatic merge resolutions by git.

The following changes since commit d1c3ed669a2d452cacfb48c2d171a1f364dae2ed:

  Linux 3.8-rc2 (2013-01-02 18:13:21 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git 
tags/xceiv-for-v3.9

for you to fetch changes up to 5088b6f5bcf1747345ef9fe217fc80935b1b07df:

  usb: dwc3: core: add dt support for dwc3 core (2013-01-25 13:17:54 +0200)


usb: xceiv: patches for v3.9 merge window

Two new PHY drivers coming here: one for Samsung,
one for OMAP. Both architectures are adding USB3
support to mainline kernel.

The PHY layer now allows us to have mulitple PHYs
of the same type, which is necessary for platforms
which provide more than one USB peripheral port.

There's also a few cleanups here: removal of __dev*
annotations, conversion of a cast to to_delayed_work(),
and mxs-phy learns about ->set_suspend.


Cesar Eduardo Barros (1):
  usb: phy: mv-otg: use to_delayed_work instead of cast

Kishon Vijay Abraham I (10):
  usb: otg: add an api to bind the usb controller and phy
  usb: otg: utils: add facilities in phy lib to support multiple PHYs of 
same type
  usb: otg: add device tree support to otg library
  usb: phy: add a new driver for usb part of control module
  usb: start using the control module driver
  usb: phy: add a new driver for usb3 phy
  usb: musb: omap: make use of the new PHY lib APIs
  usb: musb: omap: get phy by phandle for dt boot
  usb: phy: omap-usb2: enable 960Mhz clock for omap5
  usb: dwc3: core: add dt support for dwc3 core

Peter Chen (1):
  usb: phy: mxs-phy: add set_suspend API

Praveen Paneri (2):
  usb: phy: samsung: Introducing usb phy driver for hsotg
  usb: phy: s3c-hsotg: adding phy driver support

Vivek Gautam (6):
  usb: phy: samsung: Add support to set pmu isolation
  ARM: EXYNOS: Update & move usb-phy types to generic include layer
  usb: phy: samsung: Add host phy support to samsung-phy driver
  USB: ehci-s5p: Add phy driver support
  USB: ohci-exynos: Add phy driver support
  usb: phy: samsung: Remove __devinit, __devexit_p and __exit annotations

 Documentation/devicetree/bindings/usb/dwc3.txt |  22 +
 Documentation/devicetree/bindings/usb/omap-usb.txt |  34 +-
 .../devicetree/bindings/usb/samsung-usbphy.txt |  55 ++
 Documentation/devicetree/bindings/usb/usb-phy.txt  |  35 +-
 drivers/usb/dwc3/core.c|  24 +-
 drivers/usb/gadget/s3c-hsotg.c |  37 +-
 drivers/usb/host/ehci-s5p.c|  81 +-
 drivers/usb/host/ohci-exynos.c |  85 +-
 drivers/usb/musb/Kconfig   |   1 +
 drivers/usb/musb/omap2430.c|  75 +-
 drivers/usb/musb/omap2430.h|   9 -
 drivers/usb/otg/mv_otg.c   |   2 +-
 drivers/usb/otg/mxs-phy.c  |  20 +
 drivers/usb/otg/otg.c  | 235 +-
 drivers/usb/otg/twl4030-usb.c  |   3 +-
 drivers/usb/phy/Kconfig|  29 +
 drivers/usb/phy/Makefile   |   3 +
 drivers/usb/phy/omap-control-usb.c | 295 +++
 drivers/usb/phy/omap-usb2.c|  72 +-
 drivers/usb/phy/omap-usb3.c| 355 
 drivers/usb/phy/samsung-usbphy.c   | 930 +
 include/linux/platform_data/samsung-usbphy.h   |  27 +
 include/linux/usb/omap_control_usb.h   |  92 ++
 include/linux/usb/omap_usb.h   |  27 +-
 include/linux/usb/phy.h|  43 +
 include/linux/usb/samsung_usb_phy.h|  16 +
 26 files changed, 2449 insertions(+), 158 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/usb/dwc3.txt
 create mode 100644 Documentation/devicetree/bindings/usb/samsung-usbphy.txt
 create mode 100644 drivers/usb/phy/omap-control-usb.c
 create mode 100644 drivers/usb/phy/omap-usb3.c
 create mode 100644 drivers/usb/phy/samsung-usbphy.c
 create mode 100644 include/linux/platform_data/samsung-usbphy.h
 create mode 100644 include/linux/usb/omap_control_usb.h
 create mode 100644 include/linux/usb/samsung_usb_phy.h

-- 
balbi


signature.asc
Description: Digital signature