1. 10 11月, 2016 1 次提交
  2. 20 9月, 2016 2 次提交
  3. 31 8月, 2016 1 次提交
  4. 16 8月, 2016 3 次提交
  5. 10 6月, 2016 1 次提交
  6. 18 12月, 2015 1 次提交
  7. 01 12月, 2015 1 次提交
  8. 13 10月, 2015 1 次提交
  9. 14 7月, 2015 3 次提交
  10. 21 5月, 2015 1 次提交
    • R
      ARM: dts: Fix WLAN interrupt line for AM335x EVM-SK · f25bf74c
      Romain Izard 提交于
      While Sitara AM335x SoCs are very close to OMAP SoCs, the 32-line GPIO
      controllers are numbered from 0 on AM335x and from 1 on OMAP. But when
      the configuration for the TI WLAN controllers was converted from
      platform data to device tree, this detail was overlooked, as 10 boards
      were using OMAP with the WL12xx and WL18xx controllers, and only one
      was based on AM335x.
      
      This invalid configuration prevents the WL1271 module on the AM335x
      EVM-SK from notifying interrupts to the SoC, and breaks the wlan driver.
      
      The DTS must be corrected to use the correct GPIO controller.
      Signed-off-by: NRomain Izard <romain.izard.pro@gmail.com>
      Signed-off-by: NTony Lindgren <tony@atomide.com>
      f25bf74c
  11. 25 3月, 2015 1 次提交
  12. 07 7月, 2014 1 次提交
  13. 02 7月, 2014 1 次提交
  14. 15 5月, 2014 1 次提交
  15. 07 5月, 2014 2 次提交
  16. 19 4月, 2014 1 次提交
  17. 13 3月, 2014 1 次提交
  18. 06 3月, 2014 1 次提交
  19. 05 3月, 2014 1 次提交
  20. 01 3月, 2014 2 次提交
  21. 14 2月, 2014 2 次提交
  22. 11 11月, 2013 1 次提交
  23. 21 10月, 2013 2 次提交
  24. 12 10月, 2013 6 次提交
  25. 03 9月, 2013 1 次提交
  26. 28 8月, 2013 1 次提交
    • S
      usb: usb: dsps: update code according to the binding document · c031a7d4
      Sebastian Andrzej Siewior 提交于
      This relfects the code and dts requires changes due to recent .dts
      binding updates:
      - use mg prefix for the Metor Graphics specific attributes
      - use power in mA not in mA/2 as specifed in the USB2.0 specification
      - 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.
      
      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>
      c031a7d4