Re: [PATCH] ARM: shmobile: Update R-Car Gen3 ULCB board part numbers

2017-06-07 Thread Rob Herring
On Thu, Jun 01, 2017 at 12:34:29PM +0200, Geert Uytterhoeven wrote: > The board part numbers for the R-Car H3 and M3 ULCB boards corresponded > to versions predating mass production. Update them for mass production. > > Note that the H3 ULCB board can be equipped with either revision ES1.1 > or E

Applied "ASoC: hdmi-codec: remove unused ratec" to the asoc tree

2017-06-07 Thread Mark Brown
The patch ASoC: hdmi-codec: remove unused ratec has been applied to the asoc tree at git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git All being well this means that it will be integrated into the linux-next tree (usually sometime in the next 24 hours) and sent to Linus dur

Applied "ASoC: simple-card: remove duplicate parameter from asoc_simple_card_parse_of()" to the asoc tree

2017-06-07 Thread Mark Brown
The patch ASoC: simple-card: remove duplicate parameter from asoc_simple_card_parse_of() has been applied to the asoc tree at git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git All being well this means that it will be integrated into the linux-next tree (usually sometime i

Applied "ASoC: simple-scu-card: remove duplicate paramera from asoc_simple_card_parse_of" to the asoc tree

2017-06-07 Thread Mark Brown
The patch ASoC: simple-scu-card: remove duplicate paramera from asoc_simple_card_parse_of has been applied to the asoc tree at git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git All being well this means that it will be integrated into the linux-next tree (usually sometime

Applied "ASoC: rsnd: update pointer more accurate" to the asoc tree

2017-06-07 Thread Mark Brown
The patch ASoC: rsnd: update pointer more accurate has been applied to the asoc tree at git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git All being well this means that it will be integrated into the linux-next tree (usually sometime in the next 24 hours) and sent to Linus

Applied "ASoC: rsnd: cleanup pointer related code" to the asoc tree

2017-06-07 Thread Mark Brown
The patch ASoC: rsnd: cleanup pointer related code has been applied to the asoc tree at git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git All being well this means that it will be integrated into the linux-next tree (usually sometime in the next 24 hours) and sent to Linus

Re: [PATCH v2 0/3] Add R8A7743/SK-RZG1M PFC support

2017-06-07 Thread Geert Uytterhoeven
Hi Sergei, On Wed, Jun 7, 2017 at 6:16 PM, Sergei Shtylyov wrote: > On 04/24/2017 09:12 AM, Simon Horman wrote: > >>>Here's the set of 3 patches against Simon Horman's 'renesas.git' repo, >>> 'renesas-devel-20170420-v4.11-rc7' tag. We're adding the R8A7743 PFC >>> node >>> and then describin

Re: [PATCH v2 1/2] v4l: vsp1: Add support for colorkey alpha blending

2017-06-07 Thread Mauro Carvalho Chehab
Em Sun, 7 May 2017 13:13:26 +0300 Alexandru Gheorghe escreveu: > The vsp2 hw supports changing of the alpha of pixels that match a color > key, this patch adds support for this feature in order to be used by > the rcar-du driver. > The colorkey is interpreted different depending of the pixel form

Re: [PATCH v2 0/3] Add R8A7743/SK-RZG1M PFC support

2017-06-07 Thread Sergei Shtylyov
On 04/24/2017 09:12 AM, Simon Horman wrote: Here's the set of 3 patches against Simon Horman's 'renesas.git' repo, 'renesas-devel-20170420-v4.11-rc7' tag. We're adding the R8A7743 PFC node and then describing the pins for SCIF0 and Ether devices declared earlier. These patches depend on the

Re: [PATCH v6 3/7] media: i2c: max2175: Add MAX2175 support

2017-06-07 Thread Mauro Carvalho Chehab
Em Wed, 31 May 2017 09:44:53 +0100 Ramesh Shanmugasundaram escreveu: > +++ b/Documentation/media/v4l-drivers/max2175.rst > @@ -0,0 +1,60 @@ > +Maxim Integrated MAX2175 RF to bits tuner driver > + > + > +The MAX2175 driver implements the following dr

Re: [PATCH v3] phy: rcar-gen3-usb3: add support for R-Car Gen3 USB 3.0 PHY

2017-06-07 Thread Kishon Vijay Abraham I
On Monday 29 May 2017 04:12 PM, Yoshihiro Shimoda wrote: > The USB 3.0 PHY modules of R-Car Gen3 SoCs have: > - Spread spectrum clock (ssc). > - Using USB 2.0 EXTAL clock instead of USB 3.0 clock. > - Enabling VBUS detection for usb3.0 peripheral. > > So, this driver supports these features.

Re: [PATCH v5] media: platform: Renesas IMR driver

2017-06-07 Thread Sergei Shtylyov
Hello! On 06/07/2017 10:26 AM, Hans Verkuil wrote: Any progress on this? Yes. :-) There where a bunch of comments, I think I've addresses most of those (except those I didn't quite understand). but I haven't seen anything since. I'm still busy documenting the driver. :-( R

[PATCH/RFC] clk: renesas: cpg-mssr: Restore module clock registers during resume

2017-06-07 Thread Geert Uytterhoeven
During PSCI system suspend, R-Car Gen3 SoCs are powered down, and their clock register state is lost. Note that as the boot loader skips most initialization after resume, clock register state differs from the state encountered during normal system boot, too. Hence after s2ram, some operations may

Re: [PATCH v4] v4l: subdev: tolerate null in media_entity_to_v4l2_subdev

2017-06-07 Thread Sakari Ailus
On Wed, Jun 07, 2017 at 10:52:07AM +0100, Kieran Bingham wrote: > From: Kieran Bingham > > Return NULL, if a null entity is parsed for it's v4l2_subdev > > Signed-off-by: Kieran Bingham Reviewed-by: Sakari Ailus -- Sakari Ailus e-mail: sakari.ai...@iki.fi XMPP: sai...@retiisi.org.uk

[PATCH v4] v4l: subdev: tolerate null in media_entity_to_v4l2_subdev

2017-06-07 Thread Kieran Bingham
From: Kieran Bingham Return NULL, if a null entity is parsed for it's v4l2_subdev Signed-off-by: Kieran Bingham --- Not sure if this patch ever made it out of my mailbox: Here's the respin with the parameter evaluated only once. v4: - Improve macro usage to evaluate ent only once include/

Re: [PATCH 2/2] ASoC: simple-scu-card: remove duplicate paramera from asoc_simple_card_parse_of

2017-06-07 Thread Sergei Shtylyov
Hello! s/paramera/parameter/ in the subject? MBR, Sergei

Re: [PATCH v5] media: platform: Renesas IMR driver

2017-06-07 Thread Hans Verkuil
Any progress on this? There where a bunch of comments, but I haven't seen anything since. Regards, Hans