[PATCH 1/3] ASoC: rsnd: control SSICR::EN correctly

2017-08-07 Thread Kuninori Morimoto
From: Kuninori Morimoto In case of SSI0 playback, SSI1 capture, SSI0 might be shared for clock output if clock master mode. Current rsnd driver had been assumed that SSI clock contiguous output which is needed for SSI parent needs SSICR::EN (SSI module enable)

[PATCH 3/3] ASoC: rsnd: rsnd_ssi_can_output_clk() macro

2017-08-07 Thread Kuninori Morimoto
From: Kuninori Morimoto For example SSI0/SSI1 case, SSI1 can share pin with SSI0. And then, SSI1 needs SSI0's clock. This clock controlling is very picky and difficult to understand in current code. This patch adds new rsnd_ssi_can_output_clk() macro, the code

[PATCH 2/3] ASoC: rsnd: move rsnd_ssi_config_init() execute condition into it.

2017-08-07 Thread Kuninori Morimoto
From: Kuninori Morimoto Make it the same style as other functions Signed-off-by: Kuninori Morimoto --- sound/soc/sh/rcar/ssi.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/sound/soc/sh/rcar/ssi.c

[PATCH 0/3] ASoC: rsnd: control SSICR::EN correctly

2017-08-07 Thread Kuninori Morimoto
Hi Mark These are bugfix patches for Renesas sound SSI driver. SSI1 can share clock pin with SSI0, and then, I had assumed that SSI0 clock output needs SSICR::EN bit. But, it wasn't. SSI0 clock output for SSI1 needs other settings which already sets, but EN was not needed. Because of this

Re: [PATCH] mmc: block: prevent propagating R1_OUT_OF_RANGE for open-ending mode

2017-08-07 Thread Wolfram Sang
Hi Shawn, On Mon, Aug 07, 2017 at 09:32:45AM +0800, Shawn Lin wrote: > We to some extent should tolerate R1_OUT_OF_RANGE for open-ending > mode as it is expected behaviour and most of the backup partition > tables should be located near some the last blocks which will always > make open-ending

Re: [PATCH] ARM:dts:armadillo800eva: Add console parametters

2017-08-07 Thread Simon Horman
On Sun, Aug 06, 2017 at 08:55:02PM +0700, Bui Duc Phuc (Fukuda) wrote: > From: Bui Duc Phuc > > After the kernel boot, the login prompt doesn't appear. > This patch will add console parametters to bootargs to fix it. > > Signed-off-by: Bui Duc Phuc

Re: [PATCH] arm64: renesas: salvator-common: avoid audio_clkout naming conflict

2017-08-07 Thread Simon Horman
On Wed, Aug 02, 2017 at 11:55:12PM +, Kuninori Morimoto wrote: > > Hi Simon > > > > From: Kuninori Morimoto > > > > > > clock name of "audio_clkout" is used by Renesas sound driver. > > > This duplicated naming breaks its clock registering/unregisering. >

Re: [PATCH v2] drm: dw-hdmi-i2s: add missing company name on Copyright

2017-08-07 Thread Laurent Pinchart
Hi Morimoto-san, Thank you for the patch. On Monday 07 Aug 2017 04:09:41 Kuninori Morimoto wrote: > From: Kuninori Morimoto > > This driver's Copyright is under Renesas Solutions Corp. > This patch updates the year, because this driver was moved > into