All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/13] ASoC: rsnd: remove SRC Gen1 and platform boot support
@ 2015-11-10  5:08 Kuninori Morimoto
  2015-11-10  5:09 ` [PATCH 01/13] ASoC: rsnd: remove Gen1 support from SRC Kuninori Morimoto
                   ` (11 more replies)
  0 siblings, 12 replies; 25+ messages in thread
From: Kuninori Morimoto @ 2015-11-10  5:08 UTC (permalink / raw)
  To: Mark Brown; +Cc: Linux-ALSA, Simon, Liam Girdwood


Hi Mark

Remove the Gen1 SRC support has been announced by
4362495734d155e10174ace9066827780edaed0d
("ASoC: rsnd: Announce for removing Gen1 SRU support")
These patches remove Gen1 SRC support and cleanup it.

And, Renesas sound driver have been supported both
platform/DT boot.
But all platform boot user (=board/platform) was finally removed
from upstream. This means all user are using DT boot.
This patch removes platform boot support too.

1) -  3) remove SRC Gen1 support and cleanup
4) - 13) remove platform boot support and cleanup

Kuninori Morimoto (13):
       1) ASoC: rsnd: remove Gen1 support from SRC
       2) ASoC: rsnd: cleanup RSND_REG_xxx
       3) ASoC: rsnd: SRC settings matches to datasheet
       4) ASoC: rsnd: remove platform boot support from core.c
       5) ASoC: rsnd: remove platform boot support from ssi.c
       6) ASoC: rsnd: remove platform boot support from src.c
       7) ASoC: rsnd: remove platform boot support from ctu.c
       8) ASoC: rsnd: remove platform boot support from mix.c
       9) ASoC: rsnd: remove platform boot support from dvc.c
      10) ASoC: rsnd: remove platform boot support from gen.c
      11) ASoC: rsnd: remove struct rsnd_of_data
      12) ASoC: rsnd: remove struct rcar_snd_info
      13) ASoC: rsnd: remove struct platform_device from probe/remove parameter

 sound/soc/sh/rcar/adg.c      |  69 +-----------
 sound/soc/sh/rcar/cmd.c      |   7 +-
 sound/soc/sh/rcar/core.c     | 330 +++++++++++++++------------------------------------------
 sound/soc/sh/rcar/ctu.c      |  90 ++++++----------
 sound/soc/sh/rcar/dma.c      |   5 +-
 sound/soc/sh/rcar/dvc.c      |  88 ++++++---------
 sound/soc/sh/rcar/gen.c      |  66 ++----------
 sound/soc/sh/rcar/mix.c      |  90 ++++++----------
 sound/soc/sh/rcar/rcar_snd.h | 117 --------------------
 sound/soc/sh/rcar/rsnd.h     | 215 ++++++++++++++-----------------------
 sound/soc/sh/rcar/src.c      | 766 +++++++++++++++++++++++++++++++++++------------------------------------------------------------------------------------------------
 sound/soc/sh/rcar/ssi.c      | 150 ++++++++++----------------
 sound/soc/sh/rcar/ssiu.c     |   7 +-
 13 files changed, 536 insertions(+), 1464 deletions(-)


Best regards
---
Kuninori Morimoto

^ permalink raw reply	[flat|nested] 25+ messages in thread

end of thread, other threads:[~2015-11-18 18:09 UTC | newest]

Thread overview: 25+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-11-10  5:08 [PATCH 0/13] ASoC: rsnd: remove SRC Gen1 and platform boot support Kuninori Morimoto
2015-11-10  5:09 ` [PATCH 01/13] ASoC: rsnd: remove Gen1 support from SRC Kuninori Morimoto
2015-11-18 18:09   ` Applied "ASoC: rsnd: remove Gen1 support from SRC" to the asoc tree Mark Brown
2015-11-10  5:10 ` [PATCH 03/13] ASoC: rsnd: SRC settings matches to datasheet Kuninori Morimoto
2015-11-18 18:09   ` Applied "ASoC: rsnd: SRC settings matches to datasheet" to the asoc tree Mark Brown
2015-11-10  5:11 ` [PATCH 04/13] ASoC: rsnd: remove platform boot support from core.c Kuninori Morimoto
2015-11-18 18:09   ` Applied "ASoC: rsnd: remove platform boot support from core.c" to the asoc tree Mark Brown
2015-11-10  5:11 ` [PATCH 05/13] ASoC: rsnd: remove platform boot support from ssi.c Kuninori Morimoto
2015-11-18 18:09   ` Applied "ASoC: rsnd: remove platform boot support from ssi.c" to the asoc tree Mark Brown
2015-11-10  5:11 ` [PATCH 06/13] ASoC: rsnd: remove platform boot support from src.c Kuninori Morimoto
2015-11-18 18:09   ` Applied "ASoC: rsnd: remove platform boot support from src.c" to the asoc tree Mark Brown
2015-11-10  5:12 ` [PATCH 07/13] ASoC: rsnd: remove platform boot support from ctu.c Kuninori Morimoto
2015-11-18 18:09   ` Applied "ASoC: rsnd: remove platform boot support from ctu.c" to the asoc tree Mark Brown
2015-11-10  5:12 ` [PATCH 08/13] ASoC: rsnd: remove platform boot support from mix.c Kuninori Morimoto
2015-11-18 18:09   ` Applied "ASoC: rsnd: remove platform boot support from mix.c" to the asoc tree Mark Brown
2015-11-10  5:12 ` [PATCH 09/13] ASoC: rsnd: remove platform boot support from dvc.c Kuninori Morimoto
2015-11-18 18:09   ` Applied "ASoC: rsnd: remove platform boot support from dvc.c" to the asoc tree Mark Brown
2015-11-10  5:13 ` [PATCH 10/13] ASoC: rsnd: remove platform boot support from gen.c Kuninori Morimoto
2015-11-18 18:09   ` Applied "ASoC: rsnd: remove platform boot support from gen.c" to the asoc tree Mark Brown
2015-11-10  5:13 ` [PATCH 11/13] ASoC: rsnd: remove struct rsnd_of_data Kuninori Morimoto
2015-11-18 18:09   ` Applied "ASoC: rsnd: remove struct rsnd_of_data" to the asoc tree Mark Brown
2015-11-10  5:13 ` [PATCH 12/13] ASoC: rsnd: remove struct rcar_snd_info Kuninori Morimoto
2015-11-18 18:09   ` Applied "ASoC: rsnd: remove struct rcar_snd_info" to the asoc tree Mark Brown
2015-11-10  5:14 ` [PATCH 13/13] ASoC: rsnd: remove struct platform_device from probe/remove parameter Kuninori Morimoto
2015-11-18 18:09   ` Applied "ASoC: rsnd: remove struct platform_device from probe/remove parameter" to the asoc tree Mark Brown

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.