Re: [PATCH 1/7] extcon: add missing of_node_put after calling of_parse_phandle

2016-07-01 Thread Chanwoo Choi
Hi Peter, Applied it. Regards, Chanwoo Choi 2016-07-01 18:41 GMT+09:00 Peter Chen : > of_node_put needs to be called when the device node which is got > from of_parse_phandle has finished using. > > Cc: MyungJoo Ham > Cc: Chanwoo Choi

Re: [PATCH 7/7] devfreq: exynos-bus: add missing of_node_put after calling of_parse_phandle

2016-07-01 Thread Chanwoo Choi
Hi Peter, 2016-07-01 18:42 GMT+09:00 Peter Chen : > of_node_put needs to be called when the device node which is got > from of_parse_phandle has finished using. > > Cc: Chanwoo Choi > Cc: MyungJoo Ham > Cc: Kyungmin Park

Applied "ASoC: rsrc-card: use asoc_simple_card_parse_daifmt()" to the asoc tree

2016-07-01 Thread Mark Brown
The patch ASoC: rsrc-card: use asoc_simple_card_parse_daifmt() 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

Applied "ASoC: simple-card: use asoc_simple_card_parse_daifmt()" to the asoc tree

2016-07-01 Thread Mark Brown
The patch ASoC: simple-card: use asoc_simple_card_parse_daifmt() 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

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

2016-07-01 Thread Kieran Bingham
Hi Simon, The bindings for this have now been acked by RobH. -- Cheers Kieran On 30/06/16 14:32, Kieran Bingham wrote: > Reviewed-by: Geert Uytterhoeven > Reviewed-by: Laurent Pinchart > Signed-off-by: Kieran Bingham

[PATCH 0/7] add missing of_node_put after calling of_parse_phandle (1st)

2016-07-01 Thread Peter Chen
Hi all, of_node_put needs to be called when the device node which is got from of_parse_phandle has finished using, but there are many codes do not follow that, this patch set fixes some of them. Peter Chen (7): extcon: add missing of_node_put after calling of_parse_phandle arm:

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

2016-07-01 Thread Geert Uytterhoeven
Hi Peter, 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:

[PATCH 5/7] bus: vexpress-config: add missing of_node_put after calling of_parse_phandle

2016-07-01 Thread Peter Chen
of_node_put needs to be called when the device node which is got from of_parse_phandle has finished using. Cc: Liviu Dudau Cc: Sudeep Holla Cc: Lorenzo Pieralisi Signed-off-by: Peter Chen ---

Re: [PATCH] pinctrl: sh-pfc: r8a7795: Add bias pinconf support

2016-07-01 Thread Geert Uytterhoeven
Hi Ulrich, On Wed, Jun 29, 2016 at 6:06 PM, Ulrich Hecht wrote: > Implements pull-up and pull-down. On this SoC there is no simple mapping of > GP pins to bias register bits, so we need a table. Thanks for your patch! This covers bias for pins that can be used

Re: [Bug]:LAGER: GPIO-KEYS: Warning occurs after unbinding the e6051000.gpio

2016-07-01 Thread Hiep Cao Minh
Hi Linus-san Thanks for your reply! As I have reported you the issue that related to your released patch. Could you please consider this issue and tell me how to resolve this problem? This issue still happens on Rcar-H2 and Rcar-M2 (Renesas's SOC) at the Linux upstream version v4.7-rc2. I

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

2016-07-01 Thread Mark Brown
On Thu, Jun 30, 2016 at 12:39:12AM +, Kuninori Morimoto wrote: > Oops, of_clk_get() doesn't have devm_of_clk_get() ? Perhaps add it? > (and no of_clk_put() ... ) > I will keep above as-is in v3. We can fix it incrementally (?) You can just use regular clk_put() with of_clk_get().

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

2016-07-01 Thread Suzuki K Poulose
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 Signed-off-by: Peter Chen Thanks for the

Re: [PATCH] pinctrl: sh-pfc: r8a7795: Add bias pinconf support

2016-07-01 Thread Ulrich Hecht
On Fri, Jul 1, 2016 at 9:45 AM, Geert Uytterhoeven wrote: > Hi Ulrich, > > On Wed, Jun 29, 2016 at 6:06 PM, Ulrich Hecht > wrote: >> Implements pull-up and pull-down. On this SoC there is no simple mapping of >> GP pins to bias register bits,

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

2016-07-01 Thread Will Deacon
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

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

2016-07-01 Thread Peter Chen
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 Signed-off-by: Peter Chen --- drivers/bus/arm-cci.c | 5 - 1 file changed, 4

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

2016-07-01 Thread Peter Chen
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 Chen --- arch/arm/mach-shmobile/pm-rmobile.c | 1 + 1 file changed, 1

[PATCH 1/7] extcon: add missing of_node_put after calling of_parse_phandle

2016-07-01 Thread Peter Chen
of_node_put needs to be called when the device node which is got from of_parse_phandle has finished using. Cc: MyungJoo Ham Cc: Chanwoo Choi Signed-off-by: Peter Chen --- drivers/extcon/extcon.c | 2 ++ 1 file changed, 2

[PATCH 6/7] devfreq: add missing of_node_put after calling of_parse_phandle

2016-07-01 Thread Peter Chen
of_node_put needs to be called when the device node which is got from of_parse_phandle has finished using. Cc: MyungJoo Ham Cc: Kyungmin Park Signed-off-by: Peter Chen --- drivers/devfreq/devfreq.c | 2 ++ 1 file

[PATCH 3/7] arm: mach-u300: regulator: add missing of_node_put after calling of_parse_phandle

2016-07-01 Thread Peter Chen
of_node_put needs to be called when the device node which is got from of_parse_phandle has finished using. Cc: Linus Walleij Signed-off-by: Peter Chen --- arch/arm/mach-u300/regulator.c | 12 +--- 1 file changed, 9 insertions(+), 3

[PATCH 7/7] devfreq: exynos-bus: add missing of_node_put after calling of_parse_phandle

2016-07-01 Thread Peter Chen
of_node_put needs to be called when the device node which is got from of_parse_phandle has finished using. Cc: Chanwoo Choi Cc: MyungJoo Ham Cc: Kyungmin Park Cc: Kukjin Kim Cc: Krzysztof Kozlowski

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

2016-07-01 Thread Mark Brown
On Thu, Jun 30, 2016 at 02:55:06AM +, 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 not new feature. Current

Re: [Bug]:LAGER: GPIO-KEYS: Warning occurs after unbinding the e6051000.gpio

2016-07-01 Thread Geert Uytterhoeven
Hi Hiep, On Fri, Jul 1, 2016 at 9:58 AM, Hiep Cao Minh wrote: >>> As I have reported you the issue that related to your released patch. >>> Could you please consider this issue and tell me how to resolve this >>> problem? >>> >>> This issue still happens on Rcar-H2 and

Re: [Bug]:LAGER: GPIO-KEYS: Warning occurs after unbinding the e6051000.gpio

2016-07-01 Thread Hiep Cao Minh
Hi Geert-san Thanks for your quick reply! On 2016/07/01 17:13, Geert Uytterhoeven wrote: Hi Hiep, On Fri, Jul 1, 2016 at 9:58 AM, Hiep Cao Minh wrote: As I have reported you the issue that related to your released patch. Could you please consider this issue and tell me

Re: [PATCH 2/2] pinctrl: sh-pfc: add R8A7792 PFC support

2016-07-01 Thread Geert Uytterhoeven
Hi Sergei, On Wed, Jun 29, 2016 at 11:21 PM, Sergei Shtylyov wrote: > Add the PFC support for the R8A7792 SoC including pin groups for some > on-chip devices such as SCIF, INTC, and LBSC... Thanks for your patch! > Signed-off-by: Sergei Shtylyov

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

2016-07-01 Thread Geert Uytterhoeven
On Fri, Jul 1, 2016 at 1:08 AM, Sergei Shtylyov wrote: > Add the (previously omitted) SCIF0/3 pin data to the Blanche board's > device tree. > > Signed-off-by: Sergei Shtylyov Reviewed-by: Geert Uytterhoeven

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

2016-07-01 Thread Geert Uytterhoeven
On Fri, Jul 1, 2016 at 1:06 AM, Sergei Shtylyov wrote: > Define the generic R8A7792 part of the PFC device node. > > Signed-off-by: Sergei Shtylyov Reviewed-by: Geert Uytterhoeven

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

2016-07-01 Thread Geert Uytterhoeven
Hi Sergei, On Wed, Jun 29, 2016 at 11:20 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

Re: [git pull] clk: renesas: Updates for v4.8 (take two)

2016-07-01 Thread Geert Uytterhoeven
Hi Stephen, On Wed, Jun 29, 2016 at 7:57 PM, Stephen Boyd wrote: > On 06/29, Geert Uytterhoeven wrote: >> >> Thanks, but it seems something went wrong: commit d9cce3a8ebb871c5 is not a >> merge commit, but the combination of all 7 commits from the pull request? > > Hmm...