1. 14 5月, 2015 2 次提交
    • H
      usb: add bus type for USB ULPI · 289fcff4
      Heikki Krogerus 提交于
      UTMI+ Low Pin Interface (ULPI) is a commonly used PHY
      interface for USB 2.0. The ULPI specification describes a
      standard set of registers which the vendors can extend for
      their specific needs. ULPI PHYs provide often functions
      such as charger detection and ADP sensing and probing.
      
      There are two major issues that the bus type is meant to
      tackle:
      
      Firstly, ULPI registers are accessed from the controller.
      The bus provides convenient method for the controller
      drivers to share that access with the actual PHY drivers.
      
      Secondly, there are already platforms that assume ULPI PHYs
      are runtime detected, such as many Intel Baytrail based
      platforms. They do not provide any kind of hardware
      description for the ULPI PHYs like separate ACPI device
      object that could be used to enumerate a device from.
      Signed-off-by: NHeikki Krogerus <heikki.krogerus@linux.intel.com>
      Acked-by: NDavid Cohen <david.a.cohen@linux.intel.com>
      Signed-off-by: NFelipe Balbi <balbi@ti.com>
      289fcff4
    • F
      usb: dwc2: hcd: fix build warning · 3521a399
      Felipe Balbi 提交于
      commit db62b9a8 (usb: dwc2: host: don't
      use dma_alloc_coherent with irqs disabled)
      introduced a build warning by using NULL
      as an integer. Fix that by just using 0 instead
      of NULL.
      Signed-off-by: NFelipe Balbi <balbi@ti.com>
      3521a399
  2. 08 5月, 2015 18 次提交
  3. 30 4月, 2015 20 次提交