1. 24 8月, 2016 1 次提交
  2. 07 7月, 2016 1 次提交
  3. 04 7月, 2016 4 次提交
  4. 20 4月, 2016 1 次提交
  5. 14 4月, 2016 1 次提交
    • A
      dmaengine: dw: rename masters to reflect actual topology · c422025c
      Andy Shevchenko 提交于
      The source and destination masters are reflecting buses or their layers to
      where the different devices can be connected. The patch changes the master
      names to reflect which one is related to which independently on the transfer
      direction.
      
      The outcome of the change is that the memory data width is now always limited
      by a data width of the master which is dedicated to communicate to memory.
      
      The patch will not break anything since all current users have the same data
      width for all masters. Though it would be nice to revisit avr32 platforms to
      check what is the actual hardware topology in use there. It seems that it has
      one bus and two masters on it as stated by Table 8-2, that's why everything
      works independently on the master in use. The purpose of the sequential patch
      is to fix the driver for configuration of more than one bus.
      
      The change is done in the assumption that src_master and dst_master are
      reflecting a connection to the memory and peripheral correspondently on avr32
      and otherwise on the rest.
      Acked-by: NHans-Christian Egtvedt <egtvedt@samfundet.no>
      Acked-by: NMark Brown <broonie@kernel.org>
      Signed-off-by: NAndy Shevchenko <andriy.shevchenko@linux.intel.com>
      Signed-off-by: NVinod Koul <vinod.koul@intel.com>
      c422025c
  6. 21 2月, 2016 1 次提交
  7. 21 7月, 2015 1 次提交
    • S
      spi: spi-pxa2xx: Remove clk.h include · 0dab7dde
      Stephen Boyd 提交于
      Clock provider drivers generally shouldn't include clk.h because
      it's the consumer API. Remove the include here because this is a
      provider driver.
      
      Cc: Daniel Mack <daniel@zonque.org>
      Cc: Haojian Zhuang <haojian.zhuang@gmail.com>
      Cc: Robert Jarzmik <robert.jarzmik@free.fr>
      Cc: Mark Brown <broonie@kernel.org>
      Signed-off-by: NStephen Boyd <sboyd@codeaurora.org>
      0dab7dde
  8. 15 7月, 2015 1 次提交
  9. 05 6月, 2015 1 次提交
  10. 27 11月, 2014 1 次提交
  11. 18 9月, 2014 2 次提交
  12. 20 8月, 2014 1 次提交
  13. 17 8月, 2014 1 次提交
  14. 19 4月, 2014 1 次提交
  15. 04 12月, 2013 1 次提交
  16. 13 3月, 2013 2 次提交
  17. 08 1月, 2013 2 次提交
    • M
      spi/pxa2xx: embed the ssp_device to platform data · 851bacf5
      Mika Westerberg 提交于
      The spi-pxa2xx-pci glue driver had to implement pxa_ssp_request()/free() in
      order to support the spi-pxa2xx platform driver. Since the ACPI enabled
      platforms can use the same platform driver we would need to implement
      pxa_ssp_request()/free() in some central place that can be shared by the
      ACPI and PCI glue code.
      
      Instead of doing that we can make pxa_ssp_request()/free() to be available
      only when CONFIG_ARCH_PXA is set. On other arches these are being stubbed
      out in preference to passing the ssp_device from the platform data
      directly.
      
      We also change the SPI bus number to be taken from ssp->port_id instead of
      platform device id. This way the supporting code that passes the ssp can
      decide the number (or it can set it to the same as pdev->id).
      Signed-off-by: NMika Westerberg <mika.westerberg@linux.intel.com>
      Signed-off-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
      851bacf5
    • M
      spi/pxa2xx-pci: switch to use pcim_* interfaces · 0202775b
      Mika Westerberg 提交于
      Instead of open-coding all the error management in the driver we can take
      advantage of the pcim_* interfaces that release the resources automatically.
      
      We also use platform_device_register_full() to register the platform device
      because it allows us to create and register the platform device at one go,
      simplifying the error management.
      
      This a preparatory step for getting rid of pxa_ssp_request()/free() which
      we will do in the next patch.
      Signed-off-by: NMika Westerberg <mika.westerberg@linux.intel.com>
      Signed-off-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
      0202775b
  18. 08 12月, 2012 1 次提交
  19. 11 4月, 2012 1 次提交
  20. 10 3月, 2012 1 次提交
  21. 01 11月, 2011 1 次提交
  22. 06 6月, 2011 1 次提交
  23. 16 2月, 2011 1 次提交
  24. 22 1月, 2011 1 次提交
  25. 01 12月, 2010 1 次提交