1. 01 12月, 2015 3 次提交
  2. 21 11月, 2015 1 次提交
  3. 19 11月, 2015 5 次提交
  4. 16 11月, 2015 8 次提交
  5. 22 10月, 2015 3 次提交
  6. 07 10月, 2015 1 次提交
  7. 15 9月, 2015 2 次提交
    • K
      ASoC: rsnd: add common mod confirm method · f1df1229
      Kuninori Morimoto 提交于
      Renesas sound has SSI/SRC/DVC/MIX/ADG modules, and these have original
      register mapping. Thus this driver is using regmap field, and each module
      is using it based on each module ID.
      
      Sometimes, each module needs other module to controlling. but current each
      function is using just "mod" as parameter name. This is confusable.
      For example, if SSI0 and SRC2 are connected, and if SRC module function
      has bug of module access, and if it needs to control connected SSI,
      SRC function will access to SSI2 (It should access to SSI0, but it uses
      SRC's ID 2). This is easy to happen in current driver style.
      
      To avoid this kind of confusable trouble, this patch adds module confirm
      macro for debug purpose.
      Signed-off-by: NKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
      Signed-off-by: NMark Brown <broonie@kernel.org>
      f1df1229
    • K
      ASoC: rsnd: Add Gen3 initial support · ac37a45b
      Kuninori Morimoto 提交于
      Renesas sound Gen3 is updated version of Gen2. We need to update
      driver for it, but basically it should works as Gen2 compatible.
      This is initial support for Gen3. Gen3 specific feature will be
      incrementally added in the future
      Signed-off-by: NKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
      Signed-off-by: NMark Brown <broonie@kernel.org>
      ac37a45b
  8. 21 7月, 2015 1 次提交
  9. 18 7月, 2015 2 次提交
  10. 17 7月, 2015 9 次提交
  11. 16 6月, 2015 5 次提交