1. 03 4月, 2014 1 次提交
  2. 19 2月, 2014 2 次提交
  3. 04 2月, 2014 2 次提交
  4. 03 2月, 2014 1 次提交
  5. 24 11月, 2013 1 次提交
  6. 17 10月, 2013 1 次提交
  7. 10 10月, 2013 1 次提交
  8. 26 9月, 2013 1 次提交
  9. 29 8月, 2013 1 次提交
  10. 30 7月, 2013 1 次提交
  11. 24 6月, 2013 1 次提交
  12. 18 6月, 2013 1 次提交
    • I
      spi: omap2-mcspi: Add FIFO buffer support · d33f473d
      Illia Smyrnov 提交于
      The MCSPI controller has a built-in FIFO buffer to unload the DMA or interrupt
      handler and improve data throughput. This patch adds FIFO buffer support for SPI
      transfers in DMA mode.
      
      For SPI transfers in DMA mode, the largest possible FIFO buffer size will be
      calculated and set up. The FIFO won't be used for the SPI transfers in DMA mode
      if: calculated FIFO buffer size is less then 2 bytes or the FIFO buffer size
      isn't multiple of the SPI word length.
      Signed-off-by: NIllia Smyrnov <illia.smyrnov@ti.com>
      Signed-off-by: NMark Brown <broonie@linaro.org>
      d33f473d
  13. 17 6月, 2013 1 次提交
  14. 30 5月, 2013 1 次提交
  15. 23 5月, 2013 1 次提交
  16. 13 5月, 2013 1 次提交
  17. 18 4月, 2013 1 次提交
  18. 16 4月, 2013 1 次提交
  19. 01 4月, 2013 1 次提交
  20. 05 2月, 2013 1 次提交
  21. 26 1月, 2013 3 次提交
  22. 08 12月, 2012 1 次提交
  23. 02 12月, 2012 2 次提交
  24. 14 11月, 2012 2 次提交
  25. 06 11月, 2012 1 次提交
  26. 17 10月, 2012 1 次提交
  27. 23 9月, 2012 2 次提交
  28. 19 9月, 2012 1 次提交
    • A
      ARM: omap: move platform_data definitions · 2203747c
      Arnd Bergmann 提交于
      Platform data for device drivers should be defined in
      include/linux/platform_data/*.h, not in the architecture
      and platform specific directories.
      
      This moves such data out of the omap include directories
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      Acked-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
      Acked-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      Acked-by: NNicolas Pitre <nico@linaro.org>
      Acked-by: NTony Lindgren <tony@atomide.com>
      Cc: Kevin Hilman <khilman@ti.com>
      Cc: "Benoît Cousson" <b-cousson@ti.com>
      Cc: Dmitry Torokhov <dmitry.torokhov@gmail.com>
      Cc: David Woodhouse <dwmw2@infradead.org>
      Cc: Kyungmin Park <kyungmin.park@samsung.com>
      Cc: Ohad Ben-Cohen <ohad@wizery.com>
      Cc: Grant Likely <grant.likely@secretlab.ca>
      Cc: Omar Ramirez Luna <omar.ramirez@ti.com>
      Cc: Tomi Valkeinen <tomi.valkeinen@ti.com>
      Cc: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
      Cc: Peter Ujfalusi <peter.ujfalusi@ti.com>
      Cc: Jarkko Nikula <jarkko.nikula@bitmer.com>
      Cc: Liam Girdwood <lrg@ti.com>
      Cc: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
      Cc: Jean Pihet <j-pihet@ti.com>
      Cc: J Keerthy <j-keerthy@ti.com>
      Cc: linux-omap@vger.kernel.org
      2203747c
  29. 12 9月, 2012 1 次提交
  30. 23 8月, 2012 3 次提交
  31. 18 8月, 2012 1 次提交