Re: renesas-drivers-2016-06-28-v4.7-rc5

2016-07-04 Thread Kuninori Morimoto
Hi Geert > I have pushed renesas-drivers-2016-06-28-v4.7-rc5 to > https://git.kernel.org/cgit/linux/kernel/git/geert/renesas-drivers.git > > This tree is meant to ease development of platform support and drivers > for Renesas ARM SoCs. It is created by merging (a) the for-next branches > of

Re: [PATCH 3/6] ASoC: simple-card-utils: add asoc_simple_card_parse_dailink_name()

2016-07-04 Thread Kuninori Morimoto
Hi Mark > From: Kuninori Morimoto > > Current simple-card is creating dai_link->name / dai_link->stream_name. > These are based on CPU + Codec name. > It can be "fe.CPU" or "be.Codec" if it was DPCM. > This patch adds simple card common function for it. > >

[PATCH 5/6] drm/rcar-du: use drm_crtc_handle_vblank()

2016-07-04 Thread Gustavo Padovan
From: Gustavo Padovan Remove legacy usage of drm_handle_vblank() Signed-off-by: Gustavo Padovan --- drivers/gpu/drm/rcar-du/rcar_du_crtc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[PATCH 2/2] ARM: dts: r8a7792: add EtherAVB support

2016-07-04 Thread Sergei Shtylyov
Define the generic R8A7792 part of the EtherAVB device node. Based on the commit 89aac8af1a60 ("ARM: dts: r8a7794: add EtherAVB support"). Signed-off-by: Sergei Shtylyov --- arch/arm/boot/dts/r8a7792.dtsi | 12 1 file changed, 12

[PATCH 1/2] ARM: dts: r8a7792: add EtherAVB clocks

2016-07-04 Thread Sergei Shtylyov
Add the EtherAVB clock and its parent, HP clock to the R8A7792 device tree. Signed-off-by: Sergei Shtylyov --- arch/arm/boot/dts/r8a7792.dtsi | 16 1 file changed, 16 insertions(+) Index: renesas/arch/arm/boot/dts/r8a7792.dtsi

[PATCH 0/2] Add R8A7792 EtherAVB support

2016-07-04 Thread Sergei Shtylyov
Hello. Here's the set of 2 patches against Simon Horman's 'renesas.git' repo, 'renesas-devel-20160704-v4.7-rc6' tag plus the R8A7792 PFC/GPIO patchsets. We're adding the R8A7792 EtherAVB clocks and device nodes. They have been tested on the Blanche board (along with the EtherAVB patches

[PATCH 1/2] ARM: dts: r8a7792: add GPIO clocks

2016-07-04 Thread Sergei Shtylyov
Describe the GPIO clocks in the R8A7792 device tree. Signed-off-by: Sergei Shtylyov --- arch/arm/boot/dts/r8a7792.dtsi | 21 + 1 file changed, 21 insertions(+) Index: renesas/arch/arm/boot/dts/r8a7792.dtsi

[PATCH 0/2] Add R8A7792 GPIO support

2016-07-04 Thread Sergei Shtylyov
Hello. Here's the set of 2 patches against Simon Horman's 'renesas.git' repo, 'renesas-devel-20160704-v4.7-rc6' tag. We're adding the R8A7792 GPIO clocks and device nodes. These patches depend on the R8A7792/Blanche PFC patchset in order to compile and on the R8a7792 PFC driver patchset

[PATCH v2 3/3] ARM: dts: blanche: add Ethernet pins

2016-07-04 Thread Sergei Shtylyov
Add the (previously omitted) pin data for the SMSC LAN89218 Ethernet chip to the Blanche board's device tree: the chip's IRQ output is connected to the SoC's IRQ0 pin and its nCS input is connected to the SoC's EX_CS0# pin. Signed-off-by: Sergei Shtylyov ---

[PATCH v2 2/3] ARM: dts: blanche: add SCIF0/3 pins

2016-07-04 Thread Sergei Shtylyov
Add the (previously omitted) SCIF0/3 pin data to the Blanche board's device tree. Signed-off-by: Sergei Shtylyov Reviewed-by: Geert Uytterhoeven --- Changes in version 2: - added Geert's tag. arch/arm/boot/dts/r8a7792-blanche.dts |

[PATCH v2 1/3] ARM: dts: r8a7792: add PFC support

2016-07-04 Thread Sergei Shtylyov
Define the generic R8A7792 part of the PFC device node. Signed-off-by: Sergei Shtylyov Reviewed-by: Geert Uytterhoeven --- Changes in version 2: - killed extra empty line; - added Geert's tag. arch/arm/boot/dts/r8a7792.dtsi |5

Re: [PATCH 1/2] pinctrl: sh-pfc: fix overly long lines

2016-07-04 Thread Sergei Shtylyov
On 07/04/2016 10:15 PM, Sergei Shtylyov wrote: The PORT_GP_CFG_() macros take up more than 80 columns -- and not for a good reason. Make the header file checkpatch.pl-proof at least in this respect... Signed-off-by: Sergei Shtylyov Reviewed-by: Geert

Re: [PATCH 1/2] pinctrl: sh-pfc: fix overly long lines

2016-07-04 Thread Sergei Shtylyov
On 07/01/2016 10:50 AM, Geert Uytterhoeven wrote: The PORT_GP_CFG_() macros take up more than 80 columns -- and not for a good reason. Make the header file checkpatch.pl-proof at least in this respect... Signed-off-by: Sergei Shtylyov Reviewed-by: Geert

Re: [PATCH 4/4] PM / Runtime: Defer resuming of the device in pm_runtime_force_resume()

2016-07-04 Thread Geert Uytterhoeven
Hi Ulf, On Wed, Jun 29, 2016 at 7:30 PM, Ulf Hansson wrote: > On 28 June 2016 at 18:26, Geert Uytterhoeven wrote: >> This patch (commit eb13a0a1b6d5d5c2 in pm/linux-next) breaks resume on > > Thanks for reporting! > >> sh73a0/kzm9g and

Re: [PATCH 4/4] PM / Runtime: Defer resuming of the device in pm_runtime_force_resume()

2016-07-04 Thread Geert Uytterhoeven
Hi Kevin, On Fri, Jul 1, 2016 at 12:40 AM, Kevin Hilman wrote: > Geert Uytterhoeven writes: >> On Tue, May 17, 2016 at 1:41 PM, Ulf Hansson wrote: >>> When the pm_runtime_force_suspend|resume() helpers were invented, we still

Re: [PATCH 2/2] arm64: dts: r8a7795: add FDP1 device nodes

2016-07-04 Thread Simon Horman
On Fri, Jul 01, 2016 at 03:37:23PM +0100, Kieran Bingham wrote: > Hi Simon, > > The bindings for this have now been acked by RobH. Thanks, I have queued these up for v4.9. There was a small amount of fuzz when applying the first patch, please check to make sure it has been applied correctly

Re: [PATCH v2 0/4] arm64: dts: r8a7795: Add HSUSB device node and enable channel 0 of USB2.0

2016-07-04 Thread Simon Horman
On Tue, Jun 28, 2016 at 11:25:04AM +, Yoshihiro Shimoda wrote: > Hi Simon-san, > > > From: Yoshihiro Shimoda > > Sent: Monday, May 30, 2016 12:30 PM > > > > Hi Simon-san, > > > > > From: Simon Horman > > > Sent: Monday, May 30, 2016 10:23 AM > > > > > > On Thu, May 26, 2016 at 11:46:36AM

RE: [PATCH 4/7] bus: arm-cci: add missing of_node_put after calling of_parse_phandle

2016-07-04 Thread Peter Chen
> >On Fri, Jul 01, 2016 at 11:29:58AM +0100, Suzuki K Poulose wrote: >> On 01/07/16 10:41, Peter Chen wrote: >> >of_node_put needs to be called when the device node which is got from >> >of_parse_phandle has finished using. >> > >> >Cc: Will Deacon >> >Cc: Suzuki K Poulose

Re: [PATCH 4/7] bus: arm-cci: add missing of_node_put after calling of_parse_phandle

2016-07-04 Thread Will Deacon
On Mon, Jul 04, 2016 at 02:48:08AM +, Peter Chen wrote: > >Please route this via arm-soc once you've addressed Suzuki's comment. > > Hi Will, how to route patch via arm-soc? > > Does it mean sending patch by adding a...@kernel.org at To or Cc list? Yes. I just wanted to make it clear that I

Re: [PATCH 07/39 v2] ASoC: simple-card-utils: add asoc_simple_card_parse_card_name()

2016-07-04 Thread Kuninori Morimoto
Hi Mark Thank you for your feedback > > This function tries to get card name from snd_soc_of_parse_card_name(). > > and it tries to set card->name from dai_link if card still doesn't have > > name. > > So, above is optional 2nd try. > > Or, do you mean this if (!card->name) can goes to

Re: [PATCH 07/39 v2] ASoC: simple-card-utils: add asoc_simple_card_parse_card_name()

2016-07-04 Thread Mark Brown
On Mon, Jul 04, 2016 at 12:20:29AM +, Kuninori Morimoto wrote: > > > > > > + if (!card->name) > > > > > > + card->name = card->dai_link->name; > > > > > This will unconditionally defererence dai_link but it's optional - we > > > > > can have analogue only cards. > > > > This is

RE: [PATCH 2/7] arm: mach-shmobile: pm-rmobile: add missing of_node_put after calling of_parse_phandle

2016-07-04 Thread Peter Chen
>On Fri, Jul 1, 2016 at 11:41 AM, Peter Chen wrote: >> of_node_put needs to be called when the device node which is got from >> of_parse_phandle has finished using. >> >> Cc: Simon Horman >> Cc: Magnus Damm >> Signed-off-by: Peter

[PATCH v2] thermal: hwmon: EXPORT_SYMBOL_GPL for thermal hwmon sysfs

2016-07-04 Thread Kuninori Morimoto
From: Kuninori Morimoto thermal_add_hwmon_sysfs()/thermal_remove_hwmon_sysfs() need EXPORT_SYMBOL_GPL(). Otherwise we will have ERROR >> ERROR: "thermal_remove_hwmon_sysfs" [drivers/thermal/rcar_thermal.ko] >> undefined! >> ERROR: "thermal_add_hwmon_sysfs"

Re: [PATCH] thermal: hwmon: EXPORT_SYMBOL for thermal hwmon sysfs

2016-07-04 Thread Kuninori Morimoto
Hi Geert > > +EXPORT_SYMBOL(thermal_add_hwmon_sysfs); > > EXPORT_SYMBOL_GPL? > That seems to be prevalent in the thermal subsystem, except for a few cases > in cpu_cooling.c and thermal_helpers.c. Thanks. Will fix in v2

Re: [PATCH] thermal: hwmon: EXPORT_SYMBOL for thermal hwmon sysfs

2016-07-04 Thread Geert Uytterhoeven
Hi Morimoto-san, On Mon, Jul 4, 2016 at 2:31 AM, Kuninori Morimoto wrote: > From: Kuninori Morimoto > > thermal_add_hwmon_sysfs()/thermal_remove_hwmon_sysfs() need > EXPORT_SYMBOL(). Otherwise we will have ERROR > >>> ERROR: