[PATCH v2 2/2] arm64: dts: r8a7795: add sound MIX support

2016-12-05 Thread Kuninori Morimoto
From: Kuninori Morimoto <kuninori.morimoto...@renesas.com> This patch adds MIX (= Mixer) supoort. Signed-off-by: Kuninori Morimoto <kuninori.morimoto...@renesas.com> --- v1 -> v2 - mix@X -> mix-X arch/arm64/boot/dts/renesas/r8a7795-salvator-x.dts | 1 + arch/arm64/boot/d

[PATCH v2 1/2] arm64: dts: r8a7795: add sound CTU support

2016-12-05 Thread Kuninori Morimoto
From: Kuninori Morimoto <kuninori.morimoto...@renesas.com> This patch adds CTU (= Channel Transfer Unit) supoort which is needed to sound mixing. Signed-off-by: Kuninori Morimoto <kuninori.morimoto...@renesas.com> --- v1 -> v2 - ctu@X -> ctu-X arch/arm64/boot/dts/renesa

[PATCH v2 0/2] arm64: dts: r8a7795: add CTU/MIX support

2016-12-05 Thread Kuninori Morimoto
Hi Simon These are v2 of r8a7795 CTU/MIX support patch-set Kuninori Morimoto (2): arm64: dts: r8a7795: add sound CTU support arm64: dts: r8a7795: add sound MIX support arch/arm64/boot/dts/renesas/r8a7795-salvator-x.dts | 2 ++ arch/arm64/boot/dts/renesas/r8a7795.dtsi | 20

Re: [PATCH 1/2] arm64: dts: r8a7795: add sound CTU support

2016-12-05 Thread Kuninori Morimoto
nit name, but no reg > property > > "ctu00: ctu-0 { };" etc... Ohh.. indeed. Thanks. will send v2 patch Best regards --- Kuninori Morimoto

[PATCH 2/2] arm64: dts: r8a7795: add sound MIX support

2016-12-04 Thread Kuninori Morimoto
From: Kuninori Morimoto <kuninori.morimoto...@renesas.com> This patch adds MIX (= Mixer) supoort. Signed-off-by: Kuninori Morimoto <kuninori.morimoto...@renesas.com> --- arch/arm64/boot/dts/renesas/r8a7795-salvator-x.dts | 1 + arch/arm64/boot/dts/renesas/r8a7795.dtsi |

[PATCH 0/2] arm64: dts: r8a7795: add CTU/MIX support

2016-12-04 Thread Kuninori Morimoto
Hi Simon These adds r8a7795 CTU/MIX support which are for sound mixer Kuninori Morimoto (2): arm64: dts: r8a7795: add sound CTU support arm64: dts: r8a7795: add sound MIX support arch/arm64/boot/dts/renesas/r8a7795-salvator-x.dts | 2 ++ arch/arm64/boot/dts/renesas/r8a7795.dtsi

[PATCH 1/2] arm64: dts: r8a7795: add sound CTU support

2016-12-04 Thread Kuninori Morimoto
From: Kuninori Morimoto <kuninori.morimoto...@renesas.com> This patch adds CTU (= Channel Transfer Unit) supoort which is needed to sound mixing. Signed-off-by: Kuninori Morimoto <kuninori.morimoto...@renesas.com> --- arch/arm64/boot/dts/renesas/r8a7795-salvator-x.dts | 1 + arc

Re: renesas-drivers-2016-11-22-v4.9-rc6

2016-11-28 Thread Kuninori Morimoto
> git log renesas-drivers-next-2016-11-22-v4.9-rc6 commit 32fb9f1f995086af6a05e6bed369b806648ff5a9 Merge: 1b776f5 6ee459f Author: Geert Uytterhoeven <geert+rene...@glider.be> Date: Tue Nov 22 13:58:42 2016 +0100 Merge remote-tracking branch 'thermal-soc/next' into renesas-drivers-next Best regards --- Kuninori Morimoto

Re: renesas-drivers-2016-11-22-v4.9-rc6

2016-11-27 Thread Kuninori Morimoto
Tue Nov 22 13:58:42 2016 +0100 Merge remote-tracking branch 'thermal-soc/next' into renesas-drivers-next ... -- Best regards --- Kuninori Morimoto

Re: [PATCH v4] drm: bridge: add DesignWare HDMI I2S audio support

2016-11-24 Thread Kuninori Morimoto
Hi Archit > > I had heared that Archit is the maintainer of dw-hdmi driver, but am I > > wrong ?? > > I'm posting this patch series since half year ago, but no response > > from him, and nothing happen (I got review from Russell though). > > Is Archit really maintainer ?? > > OTOH,

Re: [PATCH v4] drm: bridge: add DesignWare HDMI I2S audio support

2016-11-23 Thread Kuninori Morimoto
Hi Archit, David, and DRM ML I had heared that Archit is the maintainer of dw-hdmi driver, but am I wrong ?? I'm posting this patch series since half year ago, but no response from him, and nothing happen (I got review from Russell though). Is Archit really maintainer ?? OTOH, get_maintainer.pl

Re: [PATCH v4] drm: bridge: add DesignWare HDMI I2S audio support

2016-11-08 Thread Kuninori Morimoto
Hi Russell > > @@ -11,4 +11,11 @@ struct dw_hdmi_audio_data { > > u8 *eld; > > }; > > > > +struct dw_hdmi_i2s_audio_data { > > + struct dw_hdmi *hdmi; > > + > > + void (*write)(struct dw_hdmi *hdmi, u8 val, int offset); > > + u8 (*read)(struct dw_hdmi *hdmi, int offset); > > +}; >

[PATCH v4] drm: bridge: add DesignWare HDMI I2S audio support

2016-11-07 Thread Kuninori Morimoto
From: Kuninori Morimoto <kuninori.morimoto...@renesas.com> Current dw-hdmi is supporting sound via AHB bus, but it has I2S audio feature too. This patch adds I2S audio support to dw-hdmi. This HDMI I2S is supported by using ALSA SoC common HDMI encoder driver. Tested-by: Jose Abreu

Re: [PATCH v3] drm: bridge: add DesignWare HDMI I2S audio support

2016-11-07 Thread Kuninori Morimoto
); > > if (IS_ERR(platform)) > > return PTR_ERR(platform); > > Yes, that's exactly correct. Thanks ! I will send v4 patch Best regards --- Kuninori Morimoto

Re: [PATCH v3] drm: bridge: add DesignWare HDMI I2S audio support

2016-11-06 Thread Kuninori Morimoto
Hi Russell > > + platform = platform_device_register_full(); > > + if (IS_ERR_OR_NULL(platform)) > > + return PTR_ERR(platform); > > This is wrong. If platform is NULL, PTR_ERR() will return zero, which > will be interpreted as success. Please, avoid using IS_ERR_OR_NULL(), > it

[PATCH v3] drm: bridge: add DesignWare HDMI I2S audio support

2016-11-01 Thread Kuninori Morimoto
From: Kuninori Morimoto <kuninori.morimoto...@renesas.com> Current dw-hdmi is supporting sound via AHB bus, but it has I2S audio feature too. This patch adds I2S audio support to dw-hdmi. This HDMI I2S is supported by using ALSA SoC common HDMI encoder driver. Tested-by: Jose Abreu

Re: [PATCH][resend] drm: bridge: add DesignWare HDMI I2S audio support

2016-10-31 Thread Kuninori Morimoto
Hi Russell again > > > +static struct platform_driver snd_dw_hdmi_driver = { > > > + .probe = snd_dw_hdmi_probe, > > > > The driver must have a .remove function, because the platform device it > > is binding against can appear and disappear. > > Thank you for your feedback > OK, I will add it

Re: [PATCH][resend] drm: bridge: add DesignWare HDMI I2S audio support

2016-10-31 Thread Kuninori Morimoto
Hi Russell > > +static struct platform_driver snd_dw_hdmi_driver = { > > + .probe = snd_dw_hdmi_probe, > > The driver must have a .remove function, because the platform device it > is binding against can appear and disappear. Thank you for your feedback OK, I will add it

Re: The failure summary report of GEN3(RCAR H3) for linux stable v4.8

2016-10-18 Thread Kuninori Morimoto
cleanuped and upgraded soon. I talked this issue with ALSA SoC Maintainer in this LinuxCon Europe timing, and we agreed about fixup idea. Maybe it will be solved on +2 or +3 version. Best regards --- Kuninori Morimoto

[PATCH v2][resend v2] drm: bridge: add DesignWare HDMI I2S audio support

2016-10-17 Thread Kuninori Morimoto
From: Kuninori Morimoto <kuninori.morimoto...@renesas.com> Current dw-hdmi is supporting sound via AHB bus, but it has I2S audio feature too. This patch adds I2S audio support to dw-hdmi. This HDMI I2S is supported by using ALSA SoC common HDMI encoder driver. Tested-by: Jose Abreu

Re: [PATCH 2/2 v2][resend] drm: bridge: add DesignWare HDMI I2S audio support

2016-09-16 Thread Kuninori Morimoto
Hi Mark Can I have feedback about this patch ? > From: Kuninori Morimoto <kuninori.morimoto...@renesas.com> > > Current dw-hdmi is supporting sound via AHB bus, but it has > I2S audio feature too. This patch adds I2S audio support to dw-hdmi. > This HDMI I2S is suppor

Re: [PATCH v5 4/4] arm64: dts: h3ulcb: Sound SSI support

2016-09-04 Thread Kuninori Morimoto
Hi > This supports SSI sound for H3ULCB board. > SSI DMA mode used. CS2000 used as AUDIO_CLK_B. > > Signed-off-by: Vladimir Barinov <vladimir.bari...@cogentembedded.com> > Acked-by: Kuninori Morimoto <kuninori.morimoto...@renesas.com> Acked-by: Kuninori

Re: renesas-drivers-2016-08-23-v4.8-rc3

2016-09-01 Thread Kuninori Morimoto
Hi Geert > >> Even with my recent patch? > > > > I tried your patch, and it solved this issue. > > Interesting... > > Does "[PATCH/RFT 0/4] ARM: shmobile: R-Car Gen2: Allow booting secondary CPU > cores in debug mode", without Wolfram's patch, also fix it? Interesting... Your patch (without

Re: [PATCH v3 12/12] arm64: dts: h3ulcb: Sound SSI support

2016-09-01 Thread Kuninori Morimoto
Hi Vladimir > This supports SSI sound for H3ULCB board. > SSI DMA mode used. CS2000 used as AUDIO_CLK_B. > > Signed-off-by: Vladimir Barinov <vladimir.bari...@cogentembedded.com> > --- Acked-by: Kuninori Morimoto <kuninori.morimoto...@renesas.com> > +

Re: [PATCH v2] ARM: shmobile: fix regulator quirk for Gen2

2016-09-01 Thread Kuninori Morimoto
eert Uytterhoeven <geert+rene...@glider.be> (r8a7791/koelsch) > --- It solved boot hung-up issue. I tested it on Lager + SW8:4bit OFF Tested-by: Kuninori Morimoto <kuninori.morimoto...@renesas.com>

Re: renesas-drivers-2016-08-23-v4.8-rc3

2016-09-01 Thread Kuninori Morimoto
Hi Wolfram > > I can reproduce this on Lager board now. > > If I OFF:ed on SW8 : 4bit (= MD21), kernel boot will be failed. > > It happened on both board > > Even with my recent patch? I tried your patch, and it solved this issue. Thanks. I will post Tested-by to it B

Re: renesas-drivers-2016-08-23-v4.8-rc3

2016-08-31 Thread Kuninori Morimoto
Hi Geert, Wolfram > > Magnus has my previous Lager board, so I can't try it today. > > I think my current board and previous board have different type of chip. > > Magnus will bring me my previous board tomorrow, so I will check it, > > and try your solution. > > The revision doesn't seem to be

Re: renesas-drivers-2016-08-23-v4.8-rc3

2016-08-31 Thread Kuninori Morimoto
ip your / my board has. My *current* Lager board has no issue on cold / warm boot. Magnus has my previous Lager board, so I can't try it today. I think my current board and previous board have different type of chip. Magnus will bring me my previous board tomorrow, so I will check it, and try your solution. Best regards --- Kuninori Morimoto

Re: renesas-drivers-2016-08-23-v4.8-rc3

2016-08-25 Thread Kuninori Morimoto
Hi Wolfram > > I tried it, but same result. > > I see. Do we have a list of changes between ES2.0 and 3.0? We checked difference about I2C/IIC/PFC between ES2.0 and ES3.0, but we couldn't find. So, it seems 1) unknown chip something ? 2) board individual difference ? 3) uboot difference ?

Re: [PATCH 2/2] thermal: rcar-thermal: enable hwmon when thermal_zone

2016-08-24 Thread Kuninori Morimoto
Hi Zhang > > > > > From: Kuninori Morimoto <kuninori.morimoto...@renesas.com> > > > > > > > > > > rcar-thermal is supporting both > > > > > thermal_zone_of_sensor_register() > > > > > and > > > > > t

Re: [PATCH 2/2] thermal: rcar-thermal: enable hwmon when thermal_zone

2016-08-24 Thread Kuninori Morimoto
Hi Zhang > > > From: Kuninori Morimoto <kuninori.morimoto...@renesas.com> > > > > > > rcar-thermal is supporting both thermal_zone_of_sensor_register() > > > and > > > thermal_zone_device_register(). But > > > thermal_zon

Re: renesas-drivers-2016-08-23-v4.8-rc3

2016-08-24 Thread Kuninori Morimoto
Hi Wolfram Thank you for your feedback > > 09a28bb8b17e8cab3e9c120b7e37f631cc334a8f > > ("ARM: dts: lager: use demuxer for IIC3/I2C3") > > Can you try this patch I sent yesterday? > > [PATCH] i2c: mux: demux-pinctrl: run properly with multiple instances I tried it, but same result.

Re: renesas-drivers-2016-08-23-v4.8-rc3

2016-08-23 Thread Kuninori Morimoto
error -38 [2.150894] vsp1: probe of fe93.vsp1 failed with error -38 [2.156860] vsp1: probe of fe938000.vsp1 failed with error -38 ... Best regards --- Kuninori Morimoto

[PATCH] thermal: rcar_thermal: don't call thermal_zone_device_unregister when USE_OF_THERMAL

2016-08-21 Thread Kuninori Morimoto
; Signed-off-by: Kuninori Morimoto <kuninori.morimoto...@renesas.com> --- drivers/thermal/rcar_thermal.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/thermal/rcar_thermal.c b/drivers/thermal/rcar_thermal.c index 4d07644..b5c6442 100644 --- a/drivers/thermal/rc

Re: [PATCH][RESEND] thermal: hwmon: EXPORT_SYMBOL_GPL for thermal hwmon sysfs

2016-08-10 Thread Kuninori Morimoto
Hi Zhang, Eduardo > > > > I posted thermal driver patch 2month ago, but no response and > > > > nothing > > > > happen. > > > > I'm following scripts/get_maintainer.pl, but am I wrong ?? > > > > Who is the maintainer of these patches ?? > > > > > > > The patch is queued for 4.8-rc2. > > > As

Re: [PATCH][RESEND] thermal: hwmon: EXPORT_SYMBOL_GPL for thermal hwmon sysfs

2016-08-09 Thread Kuninori Morimoto
The patch is queued for 4.8-rc2. > As you can see at > https://git.kernel.org/cgit/linux/kernel/git/rzhang/linux.git/log/?h=next Oh, thanks But, I think it doesn't include [1/2] patch, is it rejected ? > > > > Kuninori Morimoto (2): >

[PATCH 5/6] ASoC: simple-card: use asoc_simple_card_clean_reference()

2016-08-09 Thread Kuninori Morimoto
From: Kuninori Morimoto <kuninori.morimoto...@renesas.com> Signed-off-by: Kuninori Morimoto <kuninori.morimoto...@renesas.com> --- sound/soc/generic/simple-card.c | 19 ++- 1 file changed, 2 insertions(+), 17 deletions(-) diff --git a/sound/soc/generic/simple-card.c

[PATCH 4/6] ASoC: simple-card-utils: add asoc_simple_card_clean_reference()

2016-08-09 Thread Kuninori Morimoto
From: Kuninori Morimoto <kuninori.morimoto...@renesas.com> simple-card needs to decrease the reference count of the device nodes. This patch makes this method simple style standard. Signed-off-by: Kuninori Morimoto <kuninori.morimoto...@renesas.com> --- include/sound/simple_

[PATCH 6/6] ASoC: rsrc-card: use asoc_simple_card_clean_reference()

2016-08-09 Thread Kuninori Morimoto
From: Kuninori Morimoto <kuninori.morimoto...@renesas.com> Signed-off-by: Kuninori Morimoto <kuninori.morimoto...@renesas.com> --- sound/soc/sh/rcar/rsrc-card.c | 19 ++- 1 file changed, 2 insertions(+), 17 deletions(-) diff --git a/sound/soc/sh/rcar/rsrc-card.c b/

[PATCH 3/6] ASoC: rsrc-card: use asoc_simple_card_canonicalize_cpu()

2016-08-09 Thread Kuninori Morimoto
From: Kuninori Morimoto <kuninori.morimoto...@renesas.com> Signed-off-by: Kuninori Morimoto <kuninori.morimoto...@renesas.com> --- sound/soc/sh/rcar/rsrc-card.c | 15 +++ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/sound/soc/sh/rcar/rsrc-card.c b/sound

[PATCH 1/6] ASoC: simple-card-utils: add asoc_simple_card_canonicalize_cpu()

2016-08-09 Thread Kuninori Morimoto
From: Kuninori Morimoto <kuninori.morimoto...@renesas.com> simple-card needs remove dai_link->cpu_dai_name if it CPU was single DAI. This patch makes this method simple style standard. Signed-off-by: Kuninori Morimoto <kuninori.morimoto...@renesas.com> --- include/sound/simp

[PATCH 0/6] ASoC: simple-card: add canonicalize_cpu / clean_reference

2016-08-09 Thread Kuninori Morimoto
Hi Mark These add canonicalize_cpu / clean_reference to simple utiles. These are part of simple-card cleanup Kuninori Morimoto (6): ASoC: simple-card-utils: add asoc_simple_card_init_dai() ASoC: simple-card: use asoc_simple_card_init_dai() ASoC: rsrc-card: use

Re: [PATCH][RESEND] thermal: hwmon: EXPORT_SYMBOL_GPL for thermal hwmon sysfs

2016-08-09 Thread Kuninori Morimoto
rcar-thermal hwmon. > > > > Kuninori Morimoto (2): > > thermal: rcar-thermal: enable hwmon when thermal_zone > > thermal: hwmon: EXPORT_SYMBOL_GPL for thermal hwmon sysfs > > > > drivers/thermal/rcar_thermal.c | 20 ++-- > > driv

Re: The failure summary report of GEN3 for linux stable v4.7

2016-08-09 Thread Kuninori Morimoto
. This is open (and deep) issue (Oops after "unbind" -> "rebind") We have similar issue on I2C / ALSA SoC / DMAEngine / V4L2 SoC etc... and we should care about it, but it is still under discussion I think. ALSA SoC had started to solve this issue, but it will take over 2 years Best regards --- Kuninori Morimoto

[PATCH 0/6] ASoC: simple-card: add init_dai / canonicalize_dailink

2016-08-08 Thread Kuninori Morimoto
Hi Mark These add init_dai / canonicalize_dailink to simple utiles. These are part of simple-card cleanup Kuninori Morimoto (6): ASoC: simple-card-utils: add asoc_simple_card_init_dai() ASoC: simple-card: use asoc_simple_card_init_dai() ASoC: rsrc-card: use

Re: [PATCH 1/3] ASoC: sst-haswell-pcm: don't use snd_soc_pcm_set_drvdata()

2016-08-08 Thread Kuninori Morimoto
Hi Mark > > snd_soc_pcm_set_drvdata() will set driver data to rtd->dev, > > but driver data of rtd->dev is already used as "rtd" on > > soc_post_component_init(). > > This doesn't apply against current code, please check and resend. Thanks. It seems current your branch already has same patch.

Re: [PATCH 000/159] ASoC: codec cleanup - codec duplicate functions

2016-08-08 Thread Kuninori Morimoto
on x86, > and tested on Lager board. I didn't mention about base branch, and patches. These are based on topic/hdmi branch, because this branch has component_driver exchange, otherwise it will have conflict. Kuninori Morimoto (159): ASoC: codec duplicated callback function goes t

[PATCH 158/159] ASoC: codec duplicated callback function goes to component on wm9713

2016-08-08 Thread Kuninori Morimoto
From: Kuninori Morimoto <kuninori.morimoto...@renesas.com> codec driver and component driver has duplicated callback functions, and codec side functions are just copied to component side when register timing. This was quick-hack, but no longer needed. This patch moves these functions from

[PATCH 157/159] ASoC: codec duplicated callback function goes to component on wm9712

2016-08-08 Thread Kuninori Morimoto
From: Kuninori Morimoto <kuninori.morimoto...@renesas.com> codec driver and component driver has duplicated callback functions, and codec side functions are just copied to component side when register timing. This was quick-hack, but no longer needed. This patch moves these functions from

[PATCH 157/159] ASoC: codec duplicated callback function goes to component on wm9712

2016-08-08 Thread Kuninori Morimoto
From: Kuninori Morimoto <kuninori.morimoto...@renesas.com> codec driver and component driver has duplicated callback functions, and codec side functions are just copied to component side when register timing. This was quick-hack, but no longer needed. This patch moves these functions from

[PATCH 156/159] ASoC: codec duplicated callback function goes to component on wm9705

2016-08-08 Thread Kuninori Morimoto
From: Kuninori Morimoto <kuninori.morimoto...@renesas.com> codec driver and component driver has duplicated callback functions, and codec side functions are just copied to component side when register timing. This was quick-hack, but no longer needed. This patch moves these functions from

[PATCH 155/159] ASoC: codec duplicated callback function goes to component on wm9081

2016-08-08 Thread Kuninori Morimoto
From: Kuninori Morimoto <kuninori.morimoto...@renesas.com> codec driver and component driver has duplicated callback functions, and codec side functions are just copied to component side when register timing. This was quick-hack, but no longer needed. This patch moves these functions from

[PATCH 153/159] ASoC: codec duplicated callback function goes to component on wm8997

2016-08-08 Thread Kuninori Morimoto
From: Kuninori Morimoto <kuninori.morimoto...@renesas.com> codec driver and component driver has duplicated callback functions, and codec side functions are just copied to component side when register timing. This was quick-hack, but no longer needed. This patch moves these functions from

[PATCH 152/159] ASoC: codec duplicated callback function goes to component on wm8996

2016-08-08 Thread Kuninori Morimoto
From: Kuninori Morimoto <kuninori.morimoto...@renesas.com> codec driver and component driver has duplicated callback functions, and codec side functions are just copied to component side when register timing. This was quick-hack, but no longer needed. This patch moves these functions from

[PATCH 151/159] ASoC: codec duplicated callback function goes to component on wm8995

2016-08-08 Thread Kuninori Morimoto
From: Kuninori Morimoto <kuninori.morimoto...@renesas.com> codec driver and component driver has duplicated callback functions, and codec side functions are just copied to component side when register timing. This was quick-hack, but no longer needed. This patch moves these functions from

[PATCH 150/159] ASoC: codec duplicated callback function goes to component on wm8991

2016-08-08 Thread Kuninori Morimoto
From: Kuninori Morimoto <kuninori.morimoto...@renesas.com> codec driver and component driver has duplicated callback functions, and codec side functions are just copied to component side when register timing. This was quick-hack, but no longer needed. This patch moves these functions from

[PATCH 149/159] ASoC: codec duplicated callback function goes to component on wm8990

2016-08-08 Thread Kuninori Morimoto
From: Kuninori Morimoto <kuninori.morimoto...@renesas.com> codec driver and component driver has duplicated callback functions, and codec side functions are just copied to component side when register timing. This was quick-hack, but no longer needed. This patch moves these functions from

[PATCH 147/159] ASoC: codec duplicated callback function goes to component on wm8983

2016-08-08 Thread Kuninori Morimoto
From: Kuninori Morimoto <kuninori.morimoto...@renesas.com> codec driver and component driver has duplicated callback functions, and codec side functions are just copied to component side when register timing. This was quick-hack, but no longer needed. This patch moves these functions from

[PATCH 148/159] ASoC: codec duplicated callback function goes to component on wm8988

2016-08-08 Thread Kuninori Morimoto
From: Kuninori Morimoto <kuninori.morimoto...@renesas.com> codec driver and component driver has duplicated callback functions, and codec side functions are just copied to component side when register timing. This was quick-hack, but no longer needed. This patch moves these functions from

[PATCH 145/159] ASoC: codec duplicated callback function goes to component on wm8961

2016-08-08 Thread Kuninori Morimoto
From: Kuninori Morimoto <kuninori.morimoto...@renesas.com> codec driver and component driver has duplicated callback functions, and codec side functions are just copied to component side when register timing. This was quick-hack, but no longer needed. This patch moves these functions from

[PATCH 142/159] ASoC: codec duplicated callback function goes to component on wm8900

2016-08-08 Thread Kuninori Morimoto
From: Kuninori Morimoto <kuninori.morimoto...@renesas.com> codec driver and component driver has duplicated callback functions, and codec side functions are just copied to component side when register timing. This was quick-hack, but no longer needed. This patch moves these functions from

[PATCH 144/159] ASoC: codec duplicated callback function goes to component on wm8955

2016-08-08 Thread Kuninori Morimoto
From: Kuninori Morimoto <kuninori.morimoto...@renesas.com> codec driver and component driver has duplicated callback functions, and codec side functions are just copied to component side when register timing. This was quick-hack, but no longer needed. This patch moves these functions from

[PATCH 143/159] ASoC: codec duplicated callback function goes to component on wm8940

2016-08-08 Thread Kuninori Morimoto
From: Kuninori Morimoto <kuninori.morimoto...@renesas.com> codec driver and component driver has duplicated callback functions, and codec side functions are just copied to component side when register timing. This was quick-hack, but no longer needed. This patch moves these functions from

[PATCH 141/159] ASoC: codec duplicated callback function goes to component on wm8782

2016-08-08 Thread Kuninori Morimoto
From: Kuninori Morimoto <kuninori.morimoto...@renesas.com> codec driver and component driver has duplicated callback functions, and codec side functions are just copied to component side when register timing. This was quick-hack, but no longer needed. This patch moves these functions from

[PATCH 139/159] ASoC: codec duplicated callback function goes to component on wm8400

2016-08-08 Thread Kuninori Morimoto
From: Kuninori Morimoto <kuninori.morimoto...@renesas.com> codec driver and component driver has duplicated callback functions, and codec side functions are just copied to component side when register timing. This was quick-hack, but no longer needed. This patch moves these functions from

[PATCH 137/159] ASoC: codec duplicated callback function goes to component on wm5110

2016-08-08 Thread Kuninori Morimoto
From: Kuninori Morimoto <kuninori.morimoto...@renesas.com> codec driver and component driver has duplicated callback functions, and codec side functions are just copied to component side when register timing. This was quick-hack, but no longer needed. This patch moves these functions from

[PATCH 136/159] ASoC: codec duplicated callback function goes to component on wm5102

2016-08-08 Thread Kuninori Morimoto
From: Kuninori Morimoto <kuninori.morimoto...@renesas.com> codec driver and component driver has duplicated callback functions, and codec side functions are just copied to component side when register timing. This was quick-hack, but no longer needed. This patch moves these functions from

[PATCH 135/159] ASoC: codec duplicated callback function goes to component on wm5100

2016-08-08 Thread Kuninori Morimoto
From: Kuninori Morimoto <kuninori.morimoto...@renesas.com> codec driver and component driver has duplicated callback functions, and codec side functions are just copied to component side when register timing. This was quick-hack, but no longer needed. This patch moves these functions from

[PATCH 134/159] ASoC: codec duplicated callback function goes to component on wm2200

2016-08-08 Thread Kuninori Morimoto
From: Kuninori Morimoto <kuninori.morimoto...@renesas.com> codec driver and component driver has duplicated callback functions, and codec side functions are just copied to component side when register timing. This was quick-hack, but no longer needed. This patch moves these functions from

[PATCH 133/159] ASoC: codec duplicated callback function goes to component on wm2000

2016-08-08 Thread Kuninori Morimoto
From: Kuninori Morimoto <kuninori.morimoto...@renesas.com> codec driver and component driver has duplicated callback functions, and codec side functions are just copied to component side when register timing. This was quick-hack, but no longer needed. This patch moves these functions from

[PATCH 131/159] ASoC: codec duplicated callback function goes to component on wm0010

2016-08-08 Thread Kuninori Morimoto
From: Kuninori Morimoto <kuninori.morimoto...@renesas.com> codec driver and component driver has duplicated callback functions, and codec side functions are just copied to component side when register timing. This was quick-hack, but no longer needed. This patch moves these functions from

[PATCH 132/159] ASoC: codec duplicated callback function goes to component on wm1250-ev1

2016-08-08 Thread Kuninori Morimoto
From: Kuninori Morimoto <kuninori.morimoto...@renesas.com> codec driver and component driver has duplicated callback functions, and codec side functions are just copied to component side when register timing. This was quick-hack, but no longer needed. This patch moves these functions from

[PATCH 130/159] ASoC: codec duplicated callback function goes to component on wl1273

2016-08-08 Thread Kuninori Morimoto
From: Kuninori Morimoto <kuninori.morimoto...@renesas.com> codec driver and component driver has duplicated callback functions, and codec side functions are just copied to component side when register timing. This was quick-hack, but no longer needed. This patch moves these functions from

[PATCH 129/159] ASoC: codec duplicated callback function goes to component on uda1380

2016-08-08 Thread Kuninori Morimoto
From: Kuninori Morimoto <kuninori.morimoto...@renesas.com> codec driver and component driver has duplicated callback functions, and codec side functions are just copied to component side when register timing. This was quick-hack, but no longer needed. This patch moves these functions from

[PATCH 127/159] ASoC: codec duplicated callback function goes to component on twl6040

2016-08-08 Thread Kuninori Morimoto
From: Kuninori Morimoto <kuninori.morimoto...@renesas.com> codec driver and component driver has duplicated callback functions, and codec side functions are just copied to component side when register timing. This was quick-hack, but no longer needed. This patch moves these functions from

[PATCH 128/159] ASoC: codec duplicated callback function goes to component on uda134x

2016-08-08 Thread Kuninori Morimoto
From: Kuninori Morimoto <kuninori.morimoto...@renesas.com> codec driver and component driver has duplicated callback functions, and codec side functions are just copied to component side when register timing. This was quick-hack, but no longer needed. This patch moves these functions from

[PATCH 125/159] ASoC: codec duplicated callback function goes to component on tlv320dac33

2016-08-08 Thread Kuninori Morimoto
From: Kuninori Morimoto <kuninori.morimoto...@renesas.com> codec driver and component driver has duplicated callback functions, and codec side functions are just copied to component side when register timing. This was quick-hack, but no longer needed. This patch moves these functions from

[PATCH 123/159] ASoC: codec duplicated callback function goes to component on tlv320aic26

2016-08-08 Thread Kuninori Morimoto
From: Kuninori Morimoto <kuninori.morimoto...@renesas.com> codec driver and component driver has duplicated callback functions, and codec side functions are just copied to component side when register timing. This was quick-hack, but no longer needed. This patch moves these functions from

[PATCH 124/159] ASoC: codec duplicated callback function goes to component on tlv320aic32x4

2016-08-08 Thread Kuninori Morimoto
From: Kuninori Morimoto <kuninori.morimoto...@renesas.com> codec driver and component driver has duplicated callback functions, and codec side functions are just copied to component side when register timing. This was quick-hack, but no longer needed. This patch moves these functions from

[PATCH 126/159] ASoC: codec duplicated callback function goes to component on twl4030

2016-08-08 Thread Kuninori Morimoto
From: Kuninori Morimoto <kuninori.morimoto...@renesas.com> codec driver and component driver has duplicated callback functions, and codec side functions are just copied to component side when register timing. This was quick-hack, but no longer needed. This patch moves these functions from

[PATCH 121/159] ASoC: codec duplicated callback function goes to component on sta529

2016-08-08 Thread Kuninori Morimoto
From: Kuninori Morimoto <kuninori.morimoto...@renesas.com> codec driver and component driver has duplicated callback functions, and codec side functions are just copied to component side when register timing. This was quick-hack, but no longer needed. This patch moves these functions from

[PATCH 120/159] ASoC: codec duplicated callback function goes to component on ssm2518

2016-08-08 Thread Kuninori Morimoto
From: Kuninori Morimoto <kuninori.morimoto...@renesas.com> codec driver and component driver has duplicated callback functions, and codec side functions are just copied to component side when register timing. This was quick-hack, but no longer needed. This patch moves these functions from

[PATCH 118/159] ASoC: codec duplicated callback function goes to component on si476x

2016-08-08 Thread Kuninori Morimoto
From: Kuninori Morimoto <kuninori.morimoto...@renesas.com> codec driver and component driver has duplicated callback functions, and codec side functions are just copied to component side when register timing. This was quick-hack, but no longer needed. This patch moves these functions from

[PATCH 119/159] ASoC: codec duplicated callback function goes to component on sn95031

2016-08-08 Thread Kuninori Morimoto
From: Kuninori Morimoto <kuninori.morimoto...@renesas.com> codec driver and component driver has duplicated callback functions, and codec side functions are just copied to component side when register timing. This was quick-hack, but no longer needed. This patch moves these functions from

[PATCH 117/159] ASoC: codec duplicated callback function goes to component on rt5677

2016-08-08 Thread Kuninori Morimoto
From: Kuninori Morimoto <kuninori.morimoto...@renesas.com> codec driver and component driver has duplicated callback functions, and codec side functions are just copied to component side when register timing. This was quick-hack, but no longer needed. This patch moves these functions from

[PATCH 115/159] ASoC: codec duplicated callback function goes to component on rt5659

2016-08-08 Thread Kuninori Morimoto
From: Kuninori Morimoto <kuninori.morimoto...@renesas.com> codec driver and component driver has duplicated callback functions, and codec side functions are just copied to component side when register timing. This was quick-hack, but no longer needed. This patch moves these functions from

[PATCH 114/159] ASoC: codec duplicated callback function goes to component on rt5651

2016-08-08 Thread Kuninori Morimoto
From: Kuninori Morimoto <kuninori.morimoto...@renesas.com> codec driver and component driver has duplicated callback functions, and codec side functions are just copied to component side when register timing. This was quick-hack, but no longer needed. This patch moves these functions from

[PATCH 113/159] ASoC: codec duplicated callback function goes to component on rt5645

2016-08-08 Thread Kuninori Morimoto
From: Kuninori Morimoto <kuninori.morimoto...@renesas.com> codec driver and component driver has duplicated callback functions, and codec side functions are just copied to component side when register timing. This was quick-hack, but no longer needed. This patch moves these functions from

[PATCH 110/159] ASoC: codec duplicated callback function goes to component on rt298

2016-08-08 Thread Kuninori Morimoto
From: Kuninori Morimoto <kuninori.morimoto...@renesas.com> codec driver and component driver has duplicated callback functions, and codec side functions are just copied to component side when register timing. This was quick-hack, but no longer needed. This patch moves these functions from

[PATCH 111/159] ASoC: codec duplicated callback function goes to component on rt5514

2016-08-08 Thread Kuninori Morimoto
From: Kuninori Morimoto <kuninori.morimoto...@renesas.com> codec driver and component driver has duplicated callback functions, and codec side functions are just copied to component side when register timing. This was quick-hack, but no longer needed. This patch moves these functions from

[PATCH 112/159] ASoC: codec duplicated callback function goes to component on rt5640

2016-08-08 Thread Kuninori Morimoto
From: Kuninori Morimoto <kuninori.morimoto...@renesas.com> codec driver and component driver has duplicated callback functions, and codec side functions are just copied to component side when register timing. This was quick-hack, but no longer needed. This patch moves these functions from

[PATCH 108/159] ASoC: codec duplicated callback function goes to component on pcm3008

2016-08-08 Thread Kuninori Morimoto
From: Kuninori Morimoto <kuninori.morimoto...@renesas.com> codec driver and component driver has duplicated callback functions, and codec side functions are just copied to component side when register timing. This was quick-hack, but no longer needed. This patch moves these functions from

[PATCH 107/159] ASoC: codec duplicated callback function goes to component on nau8825

2016-08-08 Thread Kuninori Morimoto
From: Kuninori Morimoto <kuninori.morimoto...@renesas.com> codec driver and component driver has duplicated callback functions, and codec side functions are just copied to component side when register timing. This was quick-hack, but no longer needed. This patch moves these functions from

[PATCH 106/159] ASoC: codec duplicated callback function goes to component on ml26124

2016-08-08 Thread Kuninori Morimoto
From: Kuninori Morimoto <kuninori.morimoto...@renesas.com> codec driver and component driver has duplicated callback functions, and codec side functions are just copied to component side when register timing. This was quick-hack, but no longer needed. This patch moves these functions from

[PATCH 109/159] ASoC: codec duplicated callback function goes to component on rt286

2016-08-08 Thread Kuninori Morimoto
From: Kuninori Morimoto <kuninori.morimoto...@renesas.com> codec driver and component driver has duplicated callback functions, and codec side functions are just copied to component side when register timing. This was quick-hack, but no longer needed. This patch moves these functions from

[PATCH 105/159] ASoC: codec duplicated callback function goes to component on mc13783

2016-08-08 Thread Kuninori Morimoto
From: Kuninori Morimoto <kuninori.morimoto...@renesas.com> codec driver and component driver has duplicated callback functions, and codec side functions are just copied to component side when register timing. This was quick-hack, but no longer needed. This patch moves these functions from

[PATCH 104/159] ASoC: codec duplicated callback function goes to component on max98926

2016-08-08 Thread Kuninori Morimoto
From: Kuninori Morimoto <kuninori.morimoto...@renesas.com> codec driver and component driver has duplicated callback functions, and codec side functions are just copied to component side when register timing. This was quick-hack, but no longer needed. This patch moves these functions from

[PATCH 103/159] ASoC: codec duplicated callback function goes to component on max98925

2016-08-08 Thread Kuninori Morimoto
From: Kuninori Morimoto <kuninori.morimoto...@renesas.com> codec driver and component driver has duplicated callback functions, and codec side functions are just copied to component side when register timing. This was quick-hack, but no longer needed. This patch moves these functions from

[PATCH 102/159] ASoC: codec duplicated callback function goes to component on wm9867

2016-08-08 Thread Kuninori Morimoto
From: Kuninori Morimoto <kuninori.morimoto...@renesas.com> codec driver and component driver has duplicated callback functions, and codec side functions are just copied to component side when register timing. This was quick-hack, but no longer needed. This patch moves these functions from

[PATCH 099/159] ASoC: codec duplicated callback function goes to component on wm98095

2016-08-08 Thread Kuninori Morimoto
From: Kuninori Morimoto <kuninori.morimoto...@renesas.com> codec driver and component driver has duplicated callback functions, and codec side functions are just copied to component side when register timing. This was quick-hack, but no longer needed. This patch moves these functions from

<    1   2   3   4   5   6   7   8   9   10   >