1. 03 9月, 2013 3 次提交
  2. 01 9月, 2013 1 次提交
    • W
      spi: quad: fix the name of DT property · a110f93d
      wangyuhang 提交于
      spi: quad: fix the name of DT property in patch
      
      The previous property name spi-tx-nbits and spi-rx-nbits looks not
      human-readable. To make it consistent with other devices, using property
      name spi-tx-bus-width and spi-rx-bus-width instead of the previous one
      specify the number of data wires that spi controller will work in.
      Add the specification in spi-bus.txt.
      Signed-off-by: Nwangyuhang <wangyuhang2014@gmail.com>
      Signed-off-by: NMark Brown <broonie@linaro.org>
      a110f93d
  3. 31 8月, 2013 1 次提交
  4. 30 8月, 2013 1 次提交
  5. 29 8月, 2013 4 次提交
  6. 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
  7. 27 8月, 2013 1 次提交
  8. 22 8月, 2013 2 次提交
    • S
      spi/qspi: Add qspi flash controller · 505a1495
      Sourav Poddar 提交于
      The patch add basic support for the quad spi controller.
      
      QSPI is a kind of spi module that allows single,
      dual and quad read access to external spi devices. The module
      has a memory mapped interface which provide direct interface
      for accessing data form external spi devices.
      
      The patch will configure controller clocks, device control
      register and for defining low level transfer apis which
      will be used by the spi framework to transfer data to
      the slave spi device(flash in this case).
      
      Test details:
      -------------
      Tested this on dra7 board.
      Test1: Ran mtd_stesstest for 40000 iterations.
         - All iterations went through without failure.
      Test2: Use mtd utilities:
        - flash_erase to erase the flash device
        - mtd_debug read to read data back.
        - mtd_debug write to write to the data flash.
       diff between the write and read data shows zero.
      
      Acked-by: Felipe Balbi<balbi@ti.com>
      Reviewed-by: Felipe Balbi<balbi@ti.com>
      Signed-off-by: NSourav Poddar <sourav.poddar@ti.com>
      Signed-off-by: NMark Brown <broonie@linaro.org>
      505a1495
    • C
      Documentation: DT: Add Freescale DSPI driver · 9cbd72e5
      Chao Fu 提交于
      This patch adds the document for DSPI driver under
      Documentation/devicetree/bindings/spi/.
      Signed-off-by: NChao Fu <b44548@freescale.com>
      Signed-off-by: NMark Brown <broonie@linaro.org>
      9cbd72e5
  9. 15 8月, 2013 4 次提交
  10. 14 8月, 2013 1 次提交
  11. 13 8月, 2013 7 次提交
  12. 10 8月, 2013 1 次提交
  13. 07 8月, 2013 1 次提交
  14. 05 8月, 2013 5 次提交
  15. 04 8月, 2013 3 次提交
  16. 03 8月, 2013 1 次提交
  17. 02 8月, 2013 1 次提交
  18. 01 8月, 2013 1 次提交
  19. 30 7月, 2013 1 次提交