1. 10 6月, 2013 35 次提交
  2. 05 6月, 2013 1 次提交
  3. 01 6月, 2013 2 次提交
  4. 30 5月, 2013 2 次提交
    • F
      usb: musb: host: fix build warning · 91e3af64
      Felipe Balbi 提交于
      very minor patch fixing the following build warning on
      a debug message:
      
      drivers/usb/musb/musb_host.c: In function ‘musb_host_rx’:
      drivers/usb/musb/musb_host.c:1763:4: warning: format ‘%x’ \
      	expects argument of type ‘unsigned int’, but argument \
      	6 has type ‘dma_addr_t’ [-Wformat]
      Signed-off-by: NFelipe Balbi <balbi@ti.com>
      91e3af64
    • V
      usb: phy: registering Tegra USB PHY as platform driver · 2d22b42d
      Venu Byravarasu 提交于
      Registered Tegra USB PHY as a separate platform driver.
      
      To synchronize host controller and PHY initialization, used deferred
      probe mechanism. As PHY should be initialized before EHCI starts running,
      deferred probe of Tegra EHCI driver till PHY probe gets completed.
      
      Got rid of instance number based handling in host driver.
      
      Made use of DT params to get the PHY Pad registers.
      Signed-off-by: NVenu Byravarasu <vbyravarasu@nvidia.com>
      Signed-off-by: NFelipe Balbi <balbi@ti.com>
      2d22b42d