1. 17 5月, 2017 1 次提交
  2. 22 4月, 2017 1 次提交
  3. 21 4月, 2017 1 次提交
  4. 20 4月, 2017 2 次提交
  5. 06 4月, 2017 2 次提交
  6. 31 3月, 2017 2 次提交
  7. 29 3月, 2017 1 次提交
  8. 25 3月, 2017 2 次提交
  9. 16 3月, 2017 2 次提交
    • K
      ASoC: rcar: dma: remove unnecessary "volatile" · 9986943e
      Kuninori Morimoto 提交于
      commit 2a3af642eb20("ASoC: rcar: clear DE bit only in PDMACHCR...")
      added rsnd_dmapp_bset(), but it used copy-paste. Thus, it had
      unnecessary "volatile", and had below warning on x86.
      This patch fix it.
      
         sound/soc/sh/rcar/dma.c: In function 'rsnd_dmapp_bset':
      >> sound/soc/sh/rcar/dma.c:463:21: warning: passing argument 1 of \
         'ioread32' discards 'volatile' qualifier from pointer target \
         type [-Wdiscarded-qualifiers]
           u32 val = ioread32(addr);
                              ^~~~
         In file included from arch/x86/include/asm/io.h:203:0,
                          from arch/x86/include/asm/realmode.h:5,
                          from arch/x86/include/asm/acpi.h:33,
                          from arch/x86/include/asm/fixmap.h:19,
                          from arch/x86/include/asm/apic.h:10,
                          from arch/x86/include/asm/smp.h:12,
                          from include/linux/smp.h:59,
                          from include/linux/topology.h:33,
                          from include/linux/gfp.h:8,
                          from include/linux/idr.h:16,
                          from include/linux/kernfs.h:14,
                          from include/linux/sysfs.h:15,
                          from include/linux/kobject.h:21,
                          from include/linux/of.h:21,
                          from include/linux/of_dma.h:16,
                          from sound/soc/sh/rcar/dma.c:12:
         include/asm-generic/iomap.h:31:21: note: expected 'void *' \
         but argument is of type 'volatile void *'
          extern unsigned int ioread32(void __iomem *);
                              ^~~~~~~~
      Signed-off-by: NKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
      Signed-off-by: NMark Brown <broonie@kernel.org>
      9986943e
    • K
      ASoC: rcar: clear DE bit only in PDMACHCR when it stops · 62a10498
      Kuninori Morimoto 提交于
      R-Car datasheet indicates "Clear DE in PDMACHCR" for transfer stop,
      but current code clears all bits in PDMACHCR.
      Because of this, DE bit might never been cleared,
      and it causes CMD overflow. This patch fixes this issue.
      Signed-off-by: NKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
      Tested-by: NHiroyuki Yokoyama <hiroyuki.yokoyama.vx@renesas.com>
      Signed-off-by: NMark Brown <broonie@kernel.org>
      62a10498
  10. 13 3月, 2017 1 次提交
  11. 06 3月, 2017 1 次提交
  12. 22 2月, 2017 2 次提交
  13. 03 2月, 2017 1 次提交
  14. 23 1月, 2017 1 次提交
  15. 20 1月, 2017 1 次提交
  16. 15 12月, 2016 1 次提交
  17. 07 12月, 2016 3 次提交
  18. 05 12月, 2016 1 次提交
  19. 23 11月, 2016 2 次提交
  20. 29 10月, 2016 1 次提交
  21. 27 10月, 2016 5 次提交
  22. 26 10月, 2016 2 次提交
  23. 25 10月, 2016 4 次提交