From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kuninori Morimoto Subject: [PATCH 0/13] ASoC: rsnd: remove SRC Gen1 and platform boot support Date: Tue, 10 Nov 2015 05:08:25 +0000 Message-ID: <878u66la47.wl%kuninori.morimoto.gx@renesas.com> Mime-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from relmlie2.idc.renesas.com (relmlor3.renesas.com [210.160.252.173]) by alsa0.perex.cz (Postfix) with ESMTP id BBB272605CC for ; Tue, 10 Nov 2015 06:08:31 +0100 (CET) List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: alsa-devel-bounces@alsa-project.org Sender: alsa-devel-bounces@alsa-project.org To: Mark Brown Cc: Linux-ALSA , Simon , Liam Girdwood List-Id: alsa-devel@alsa-project.org 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