1. 09 7月, 2017 1 次提交
  2. 06 4月, 2017 1 次提交
    • T
      Blackfin: Remove · ea3310e8
      Tom Rini 提交于
      The architecture is currently unmaintained, remove.
      
      Cc: Benjamin Matthews <mben12@gmail.com>
      Cc: Chong Huang <chuang@ucrobotics.com>
      Cc: Dimitar Penev <dpn@switchfin.org>
      Cc: Haitao Zhang <hzhang@ucrobotics.com>
      Cc: I-SYST Micromodule <support@i-syst.com>
      Cc: M.Hasewinkel (MHA) <info@ssv-embedded.de>
      Cc: Marek Vasut <marex@denx.de>
      Cc: Martin Strubel <strubel@section5.ch>
      Cc: Peter Meerwald <devel@bct-electronic.com>
      Cc: Sonic Zhang <sonic.adi@gmail.com>
      Cc: Valentin Yakovenkov <yakovenkov@niistt.ru>
      Cc: Wojtek Skulski <info@skutek.com>
      Cc: Wojtek Skulski <skulski@pas.rochester.edu>
      Signed-off-by: NTom Rini <trini@konsulko.com>
      ea3310e8
  3. 29 1月, 2017 1 次提交
  4. 16 1月, 2017 1 次提交
  5. 14 1月, 2017 1 次提交
  6. 21 12月, 2016 2 次提交
  7. 27 9月, 2016 1 次提交
    • S
      spi: Add driver for Marvell Armada 3700 SoC · 3fda4ef3
      Stefan Roese 提交于
      The SPI IP core in the Marvell Armada 3700 is similar to the one in the
      other Armada SoCs. But the differences are big enough that it makes
      sense to introduce a new driver instead of cluttering the old
      kirkwood driver with #ifdef's.
      Signed-off-by: NStefan Roese <sr@denx.de>
      Cc: Nadav Haklai <nadavh@marvell.com>
      Cc: Kostya Porotchkin <kostap@marvell.com>
      Cc: Wilson Ding <dingwei@marvell.com>
      Cc: Victor Gu <xigu@marvell.com>
      Cc: Hua Jing <jinghua@marvell.com>
      Cc: Terry Zhou <bjzhou@marvell.com>
      Cc: Hanna Hawa <hannah@marvell.com>
      Cc: Haim Boot <hayim@marvell.com>
      Reviewed-by: NJagan Teki <jteki@openedev.com>
      3fda4ef3
  8. 10 6月, 2016 1 次提交
  9. 21 5月, 2016 1 次提交
  10. 13 11月, 2015 1 次提交
  11. 25 10月, 2015 1 次提交
  12. 03 9月, 2015 1 次提交
  13. 02 7月, 2015 1 次提交
  14. 01 7月, 2015 3 次提交
  15. 19 4月, 2015 1 次提交
  16. 10 4月, 2015 1 次提交
  17. 06 12月, 2014 2 次提交
    • S
      spi: Add designware master SPI DM driver used on SoCFPGA · 5bef6fd7
      Stefan Roese 提交于
      This patch adds the driver for the Designware master SPI controller. This
      IP core is integrated on the Altera SoCFPGA. This implementation is a
      driver model (DM) implementation. So multiple SPI drivers can be used.
      Thats necessary, since SoCFPGA also integrates the Cadence QSPI controller
      used to connect the SPI NOR flashes. Without DM, using multiple SPI
      drivers is not possible.
      
      This driver is very loosely based on the Linux driver. Most of the Linux
      driver is removed. Only the polling loop for the transfer is really used
      from this driver, as we don't support interrupts and DMA right now.
      
      This is tested on the SoCrates SoCFPGA board using the SPI pins on the
      P14 header.
      Signed-off-by: NStefan Roese <sr@denx.de>
      Cc: Chin Liang See <clsee@altera.com>
      Cc: Dinh Nguyen <dinguyen@altera.com>
      Cc: Vince Bridgers <vbridger@altera.com>
      Cc: Marek Vasut <marex@denx.de>
      Cc: Pavel Machek <pavel@denx.de>
      Reviewed-by: NSimon Glass <sjg@chromium.org>
      Cc: Jagannadha Sutradharudu Teki <jagannadh.teki@gmail.com>
      5bef6fd7
    • S
      spi: Add Cadence QSPI DM driver used by SoCFPGA · 10e8bf88
      Stefan Roese 提交于
      This driver is cloned from the Altera Rockerboard.org U-Boot
      repository. I used this git tag: ACDS14.0.1_REL_GSRD_RC2. With Some
      modification to support the U-Boot driver model (DM).
      
      As mentioned above, in this new version I ported this driver to the
      new driver model (DM). One big advantage of this move is that now
      multiple SPI drivers can be enabled on one platform. And since the
      SoCFPGA also has the Designware SPI master controller integrated,
      this feature is really needed to support both controllers.
      
      Because of this, this series needs the DT support for SoCFPGA
      to be applied. For DT based probing in the SPI DM.
      Signed-off-by: NStefan Roese <sr@denx.de>
      Cc: Chin Liang See <clsee@altera.com>
      Cc: Dinh Nguyen <dinguyen@altera.com>
      Cc: Vince Bridgers <vbridger@altera.com>
      Cc: Marek Vasut <marex@denx.de>
      Cc: Pavel Machek <pavel@denx.de>
      Cc: Simon Glass <sjg@chromium.org>
      Cc: Jagannadha Sutradharudu Teki <jagannadh.teki@gmail.com>
      10e8bf88
  18. 23 10月, 2014 5 次提交
  19. 05 7月, 2014 1 次提交
  20. 09 6月, 2014 1 次提交
  21. 11 1月, 2014 1 次提交
  22. 19 12月, 2013 1 次提交
  23. 10 12月, 2013 1 次提交
  24. 01 11月, 2013 1 次提交
  25. 07 10月, 2013 1 次提交
  26. 07 8月, 2013 1 次提交
  27. 24 7月, 2013 1 次提交
  28. 26 3月, 2013 3 次提交
  29. 19 3月, 2013 2 次提交