1. 06 1月, 2015 1 次提交
  2. 04 12月, 2014 1 次提交
  3. 29 10月, 2014 1 次提交
  4. 17 8月, 2014 1 次提交
    • L
      ASoC: sh: Fix dma direction type · 6c7d1dfc
      Lars-Peter Clausen 提交于
      dmaengine_prep_slave_single() expects a enum dma_transfer_direction and not a
      enum dma_data_direction. Since the integer representations of both DMA_TO_DEVICE
      and DMA_MEM_TO_DEV aswell as DMA_FROM_DEVICE and DMA_DEV_TO_MEM have the same
      value the code worked fine even though it was using the wrong type.
      
      Fixes the following warnings from sparse:
      	sound/soc/sh/fsi.c:1307:42: warning: mixing different enum types
      	sound/soc/sh/fsi.c:1307:42:     int enum dma_data_direction  versus
      	sound/soc/sh/fsi.c:1307:42:     int enum dma_transfer_direction
      Signed-off-by: NLars-Peter Clausen <lars@metafoo.de>
      Signed-off-by: NMark Brown <broonie@linaro.org>
      6c7d1dfc
  5. 28 6月, 2014 3 次提交
  6. 22 6月, 2014 1 次提交
    • L
      ASoC: sh/fsi: Make one-bit bitfields unsigned · 9f98cd69
      Lars-Peter Clausen 提交于
      One-bit signed bitfields have two possible values: 0 and -1. This sometimes
      leads to unexpected results (e.g. foo.bar = 1; foo.bar == 1 => false) which is
      why it is recommended to make one-bit bitfields unsigned.
      
      This fixes the following sparse warnings:
      	sound/soc/sh/fsi.c:267:25: error: dubious one-bit signed bitfield
      	sound/soc/sh/fsi.c:268:22: error: dubious one-bit signed bitfield
      	sound/soc/sh/fsi.c:269:20: error: dubious one-bit signed bitfield
      	sound/soc/sh/fsi.c:270:28: error: dubious one-bit signed bitfield
      	sound/soc/sh/fsi.c:271:26: error: dubious one-bit signed bitfield
      	sound/soc/sh/fsi.c:272:25: error: dubious one-bit signed bitfield
      Signed-off-by: NLars-Peter Clausen <lars@metafoo.de>
      Acked-by: NKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
      Signed-off-by: NMark Brown <broonie@linaro.org>
      9f98cd69
  7. 15 3月, 2014 1 次提交
  8. 09 1月, 2014 1 次提交
  9. 11 12月, 2013 1 次提交
  10. 26 8月, 2013 1 次提交
  11. 28 5月, 2013 1 次提交
    • K
      ASoC: fsi: fixup sparse errors · c375b2d7
      Kuninori Morimoto 提交于
      This patch fixup below sparse errors
      
      ${LINUX}/sound/soc/sh/fsi.c:1459:9: \
      	error: incompatible types in conditional expression (different base types)
      ${LINUX}/sound/soc/sh/fsi.c:1634:25: \
      	error: incompatible types in conditional expression (different base types)
      ${LINUX}/sound/soc/sh/fsi.c:1639:17: \
      	error: incompatible types in conditional expression (different base types)
      ${LINUX}/sound/soc/sh/fsi.c:2093:9: \
      	error: incompatible types in conditional expression (different base types)
      ${LINUX}/sound/soc/sh/fsi.c:2105:9: \
      	error: incompatible types in conditional expression (different base types)
      Signed-off-by: NKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
      Signed-off-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
      c375b2d7
  12. 15 3月, 2013 1 次提交
  13. 13 3月, 2013 1 次提交
  14. 16 1月, 2013 1 次提交
  15. 14 1月, 2013 1 次提交
  16. 03 1月, 2013 1 次提交
  17. 24 12月, 2012 2 次提交
  18. 20 11月, 2012 6 次提交
  19. 06 11月, 2012 1 次提交
  20. 01 11月, 2012 1 次提交
  21. 30 10月, 2012 1 次提交
  22. 15 10月, 2012 2 次提交
  23. 09 10月, 2012 1 次提交
  24. 10 9月, 2012 3 次提交
  25. 13 7月, 2012 1 次提交
  26. 03 6月, 2012 2 次提交
  27. 30 5月, 2012 2 次提交