1. 12 10月, 2013 1 次提交
  2. 04 10月, 2013 3 次提交
  3. 28 9月, 2013 1 次提交
  4. 26 9月, 2013 1 次提交
    • S
      dt: dbx5x0: remove mentor,musb binding · 4a6cd43f
      Sebastian Andrzej Siewior 提交于
      The "mentor,musb" binding isn't documented so I was about
      to document it.
      
      The node is missing a few properties for configuration like
      "multipoint", "dyn_fifo", "num_eps" or "ram_bits". However
      I am not sure "missing" is the right word here because some
      of those informations might be obtained from the chip itself
      but it is not done (yet).
      
      Further the ePARP 2.3.1 says the matching goes from left to
      right taking the fist match. Right now there is jus a driver
      for "stericsson,db8500-musb" and none for "mentor,musb".
      I'm not 100% that it is simply possible to have a generic
      since even for DMA we have ifdefs in the driver between
      "generic mentor dma" and "ux500 dma" and I mean within musb
      and not the dma code.
      
      For that reason (that I am not sure a generic musb binding
      is possible and how its binding / required properties will
      look like) and the reason that we have here a minor binding
      without a driver to look at I suggest to remove that binding.
      
      If the majority of people prefer to keep this binding I'm
      curious how the documentation of the binding should look like.
      Signed-off-by: NSebastian Andrzej Siewior <bigeasy@linutronix.de>
      Signed-off-by: NLinus Walleij <linus.walleij@linaro.org>
      4a6cd43f
  5. 28 8月, 2013 1 次提交
    • S
      usb: usb: dsps: update device tree bindings · a0b311ef
      Sebastian Andrzej Siewior 提交于
      The support for both am335x-USB instances required changes to the device
      tree bindings. This patch reflects these changes in the bindings
      document.
      
      v3…v4:
      - remove the child node for USB. This is driver specific on won't be
        reflected in the device tree
      - use the "mentor" prefix instead of "mg".
      - use "dr_mode" istead of "mg,port-mode" for the port mode. The former
        is used by a few other drivers.
      
      v2…v3:
      - use proper usb-phy nodes in evm, bone and evmsk device tree.
      
      v1…v2:
      - use mg prefix for the Metor Graphics specific attributes
      - use power in mA not in mA/2 as specifed in the USB2.0 specification
      - use usbX-phy instead of usbX_phy
      - use dma-controller instead of dma
      
      Cc: Rob Herring <rob.herring@calxeda.com>
      Cc: Pawel Moll <pawel.moll@arm.com>
      Cc: Mark Rutland <mark.rutland@arm.com>
      Cc: Stephen Warren <swarren@wwwdotorg.org>
      Cc: Ian Campbell <ian.campbell@citrix.com>
      Cc: devicetree@vger.kernel.org
      Signed-off-by: NSebastian Andrzej Siewior <bigeasy@linutronix.de>
      Signed-off-by: NFelipe Balbi <balbi@ti.com>
      a0b311ef
  6. 14 8月, 2013 1 次提交
  7. 13 8月, 2013 5 次提交
  8. 05 8月, 2013 1 次提交
  9. 30 7月, 2013 1 次提交
  10. 29 7月, 2013 4 次提交
  11. 20 6月, 2013 1 次提交
  12. 18 6月, 2013 2 次提交
  13. 10 6月, 2013 1 次提交
  14. 04 6月, 2013 1 次提交
  15. 30 5月, 2013 1 次提交
  16. 28 5月, 2013 1 次提交
  17. 24 5月, 2013 1 次提交
  18. 18 5月, 2013 1 次提交
    • V
      ARM: tegra: finalize USB EHCI and PHY bindings · d400f209
      Venu Byravarasu 提交于
      The existing Tegra USB bindings have a few issues:
      
      1) Many properties are documented as being part of the EHCI controller
      node, yet they apply more to the PHY device. They should be moved.
      
      2) Some registers in PHY1 are shared with PHY3, and hence PHY3 needs a
      reg entry to point at PHY1's register space. We can't assume the PHY1
      driver is present, so the PHY3 driver will directly access those
      registers.
      
      3) The list of clocks required by the PHY was missing some required
      entries.
      
      4) UTMI PHY Timing parameters are added
      
      5) VBUS control is now specified using a regulator rather than a plain GPIO
      
      6) Added nvidia,is-wired property to indicate whether the device is
      hard wired on the board, or pluggable.
      
      This patch fixes the binding definition to resolve these issues.
      Signed-off-by: NVenu Byravarasu <vbyravarasu@nvidia.com>
      Signed-off-by: NStephen Warren <swarren@nvidia.com>
      d400f209
  19. 24 4月, 2013 1 次提交
  20. 09 4月, 2013 2 次提交
  21. 30 3月, 2013 1 次提交
  22. 18 3月, 2013 5 次提交
  23. 16 3月, 2013 2 次提交
  24. 07 3月, 2013 1 次提交