1. 20 12月, 2013 1 次提交
  2. 27 9月, 2013 1 次提交
  3. 13 3月, 2013 1 次提交
    • J
      ARM: at91/avr32/atmel_lcdfb: add platform device-id table · bbd44f6b
      Johan Hovold 提交于
      Add platform device-id table in order to identify the controller and
      determine its configuration.
      
      The currently used configuration parameters are:
      
      have_alt_pixclock
       - SOC uses an alternate pixel-clock calculation formula (at91sam9g45
         non-ES)
      
      have_hozval
       - SOC has a HOZVAL field in LCDFRMCFG which is used to determine the
         linesize for STN displays (at91sam9261, at921sam9g10 and at32ap)
      
      have_intensity_bit
       - SOC uses IBGR:555 rather than BGR:565 16-bit pixel layout
         (at91sam9261, at91sam9263 and at91sam9rl)
      
      This allows us to remove all the remaining uses of cpu_is macros from
      the driver.
      
      Tested on at91sam9263 and at91sam9g45, compile-tested for other
      AT91-SOCs, and untested for AVR32.
      Signed-off-by: NJohan Hovold <jhovold@gmail.com>
      Signed-off-by: NNicolas Ferre <nicolas.ferre@atmel.com>
      bbd44f6b
  4. 10 3月, 2013 1 次提交
  5. 16 11月, 2012 1 次提交
  6. 06 11月, 2012 2 次提交
  7. 14 9月, 2012 1 次提交
  8. 12 9月, 2012 2 次提交
  9. 23 8月, 2012 1 次提交
  10. 11 7月, 2012 1 次提交
  11. 02 7月, 2012 1 次提交
  12. 15 5月, 2012 2 次提交
  13. 20 4月, 2012 1 次提交
  14. 17 4月, 2012 1 次提交
  15. 05 4月, 2012 2 次提交
  16. 21 3月, 2012 1 次提交
    • N
      dmaengine: at_hdmac: add slave config operation · beeaa103
      Nicolas Ferre 提交于
      This patch introduces DMA_SLAVE_CONFIG to at_hdmac Atmel DMA driver.
      
      It is needed to fix a regression in the use of atmel-mci.c driver on Atmel
      AT91 platforms brouth by e2b35f3d:
      "dmaengine/dw_dmac: Fix dw_dmac user drivers to adapt to slave_config changes"
      
      We remove some parts of the private structure "at_dma_slave" and use the
      information provided by "struct dma_slave_config": source/destination
      peripheral registers and access width.
      
      AT_DMA_SLAVE_WIDTH_* values used previously are not needed anymore as we
      now use the standard ones. Although some conversion functions are needed to
      match register expected values.
      
      Some AT91 sub-architecture specific files are slightly touched by this patch
      but it cannot be split because it can break compilation.
      Signed-off-by: NNicolas Ferre <nicolas.ferre@atmel.com>
      Signed-off-by: NVinod Koul <vinod.koul@linux.intel.com>
      beeaa103
  17. 01 3月, 2012 4 次提交
  18. 23 2月, 2012 4 次提交
  19. 03 2月, 2012 3 次提交
  20. 29 11月, 2011 1 次提交
  21. 28 11月, 2011 6 次提交
  22. 22 11月, 2011 1 次提交
  23. 09 11月, 2011 1 次提交