1. 17 7月, 2015 3 次提交
  2. 16 6月, 2015 7 次提交
  3. 22 5月, 2015 1 次提交
    • K
      ASoC: rsnd: spin lock for interrupt handler · 02299d98
      Kuninori Morimoto 提交于
      Renesas R-Car driver interrupt handler was not locked before.
      But now, SSI/SRC interrupt handler calls restart function
      which should be called under spin lock.
      Below error might happen witout this patch.
      
      Unable to handle kernel NULL pointer dereference at virtual address 00000048
      pgd = edfac000
      [00000048] *pgd=6e0f0831, *pte=00000000, *ppte=00000000
      Internal error: Oops: 17 [#1] SMP ARM
      CPU: 0 PID: 2009 Comm: aplay Not tainted 4.1.0-rc2-dirty #4
      Hardware name: Generic R8A7790 (Flattened Device Tree)
      task: eeac9040 ti: eebe8000 task.ti: eebe8000
      PC is at rsnd_get_adinr+0x28/0x60
      LR is at rsnd_src_ssiu_start+0xdc/0x19c
      pc : [<c0409790>]    lr : [<c040c068>]    psr: a0000193
      sp : eebe9e58  ip : eebe9e68  fp : eebe9e64
      r10: c06ed9d0  r9 : ee919d10  r8 : 00000001
      r7 : 00000001  r6 : ee1cb090  r5 : 00000000  r4 : edcaa418
      r3 : 00000000  r2 : eea8ce00  r1 : 80000193  r0 : edcaa418
      ...
      Reported-by: NCao Minh Hiep <cm-hiep@jinso.co.jp>
      Signed-off-by: NKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
      Tested-by: NKeita Kobayashi <keita.kobayashi.ym@renesas.com>
      Tested by: Cao Minh Hiep <cm-hiep@jinso.co.jp>
      Signed-off-by: NMark Brown <broonie@kernel.org>
      02299d98
  4. 02 4月, 2015 1 次提交
  5. 28 3月, 2015 3 次提交
  6. 23 3月, 2015 1 次提交
  7. 07 3月, 2015 5 次提交
  8. 15 1月, 2015 7 次提交
  9. 12 1月, 2015 1 次提交
  10. 04 12月, 2014 6 次提交
  11. 10 11月, 2014 1 次提交
  12. 01 8月, 2014 2 次提交
  13. 28 6月, 2014 1 次提交
    • K
      ASoC: rsnd: SSI + DMA can select BUSIF · d9288d0b
      Kuninori Morimoto 提交于
      Sound data needs to be sent to R-Car sound SSI when playback.
      But, there are 2 interfaces for it.
      1st is SSITDR/SSIRDR which are mapped on SSI.
      2nd is SSIn_BUSIF which are mapped on SSIU.
      
      2nd SSIn_BUSIF is used when DMA transfer,
      and it is always used if sound data came from via SRC.
      But, we can use it when SSI+DMA case too.
      (Current driver is assuming 1st SSITDR/SSIRDR for it)
      
      2nd SSIn_BUSIF can be used as FIFO.
      This is very helpful/useful for SSI+DMA.
      
      But DMA address / DMA ID are not same between 1st/2nd cases.
      This patch care about these settings.
      Signed-off-by: NKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
      Signed-off-by: NMark Brown <broonie@linaro.org>
      d9288d0b
  14. 26 5月, 2014 1 次提交