1. 05 Apr, 2017 2 commits
  2. 04 Apr, 2017 6 commits
  3. 03 Apr, 2017 6 commits
  4. 28 Mar, 2017 4 commits
  5. 24 Mar, 2017 1 commit
  6. 21 Mar, 2017 2 commits
  7. 13 Mar, 2017 10 commits
  8. 10 Mar, 2017 8 commits
  9. 07 Mar, 2017 1 commit
    • Kuninori Morimoto's avatar
      ARM: dts: r8a7790: Tidyup Audio-DMAC channel for DVC · c4a59df9
      Kuninori Morimoto authored
      Current	Audio-DMAC is assigned "rx" as Audio-DMAC0, "tx" as Audio-DMAC1.
      Thus, DVC "tx" should be assigned as Audio-DMAC1, instead of Audio-DMAC0.
      
      Because of this, current platform board (using SRC/DVC/SSI)
      Playback/Capture both will use same Audio-DMAC0
      (but it depends on data path).
      
      First note is that this "rx" and "tx" are from each IP point,
      it doesn't mean Playback/Capture.
      Second note is that Audio DMAC assigned on DT is only for
      Audio-DMAC, Audio-DMAC-peri-peri has no entry.
      
      => Audio-DMAC
      -> Audio-DMAC-peri-peri
      -- HW connection
      
      Playback case
      
      	[Mem] => [SRC]--[DVC] -> [SSI]--[Codec]
      	      rx ~~~~~~~~~~~~
      Capture
      
      	[Mem] <= [DVC]--[SRC] <- [SSI]--[Codec]
      	      tx ~~~~~~~~~~~~
      Signed-off-by: default avatarKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
      Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
      c4a59df9