Re: [PATCH V2 09/11] OPP: Add support for opp-suspend

2015-07-27 Thread Bartlomiej Zolnierkiewicz
: Viresh Kumar Reviewed-by: Bartlomiej Zolnierkiewicz Best regards, -- Bartlomiej Zolnierkiewicz Samsung R&D Institute Poland Samsung Electronics -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More

Re: [PATCH V2 08/11] opp: Add OPP sharing information to OPP library

2015-07-27 Thread Bartlomiej Zolnierkiewicz
nitialize list-dev */ > + list_add_rcu(&list_dev->node, &dev_opp->dev_list); > + list_dev->dev = dev; Probably doesn't matter currently but how's about: list_dev->dev = dev; list_add_rcu(&list_dev->node, &dev_opp->dev_list); ? &g

Re: [PATCH V2 06/11] opp: Add support to parse "operating-points-v2" bindings

2015-07-27 Thread Bartlomiej Zolnierkiewicz
ultiple regulators > > They should be fixed separately. > > Signed-off-by: Viresh Kumar Reviewed-by: Bartlomiej Zolnierkiewicz Best regards, -- Bartlomiej Zolnierkiewicz Samsung R&D Institute Poland Samsung Electronics -- To unsubscribe from this list: send the line "u

Re: [PATCH V2 07/11] OPP: Add clock-latency-ns support

2015-07-27 Thread Bartlomiej Zolnierkiewicz
> table to service requests from such users. > > Reviewed-by: Stephen Boyd > Signed-off-by: Viresh Kumar Reviewed-by: Bartlomiej Zolnierkiewicz Best regards, -- Bartlomiej Zolnierkiewicz Samsung R&D Institute Poland Samsung Electronics -- To unsubscribe from this list: send

Re: [PATCH v2 3/7] cpufreq-dt: add turbo modes support

2015-07-27 Thread Bartlomiej Zolnierkiewicz
On Monday, July 27, 2015 05:03:40 PM Viresh Kumar wrote: > On 27-07-15, 13:01, Bartlomiej Zolnierkiewicz wrote: > > First of all, please don't be angry :).. We can discuss and get things > sorted out ... OK :) > > This change was in the original patch posted in April: &g

Re: [PATCH v2 2/7] cpufreq: opp: fix handling of turbo modes

2015-07-27 Thread Bartlomiej Zolnierkiewicz
On Monday, July 27, 2015 05:06:41 PM Viresh Kumar wrote: > On 27-07-15, 13:14, Bartlomiej Zolnierkiewicz wrote: > > Sorry but you don't seem to understand the issue. > > :) > > No, I did. I understand that if someone uses opp bindings today with > some entries as

Re: [PATCH v2 2/7] cpufreq: opp: fix handling of turbo modes

2015-07-27 Thread Bartlomiej Zolnierkiewicz
Hi, On Monday, July 27, 2015 04:05:21 PM Viresh Kumar wrote: > On 27-07-15, 12:24, Bartlomiej Zolnierkiewicz wrote: > > Have you read my explanation of the issue? > > > > With your OPP-v2 patches cpufreq-dt picks turbo frequencies and uses > > them as normal on

Re: [PATCH v2 3/7] cpufreq-dt: add turbo modes support

2015-07-27 Thread Bartlomiej Zolnierkiewicz
Hi, On Monday, July 27, 2015 02:07:54 PM Viresh Kumar wrote: > On 09-07-15, 17:43, Bartlomiej Zolnierkiewicz wrote: > > diff --git a/include/linux/cpufreq-dt.h b/include/linux/cpufreq-dt.h > > index 0414009..483ca1b 100644 > > --- a/include/linux/cpufreq-dt.h > > +++ b

Re: [PATCH v2 2/7] cpufreq: opp: fix handling of turbo modes

2015-07-27 Thread Bartlomiej Zolnierkiewicz
es and uses them as normal ones. (More at: http://www.spinics.net/lists/arm-kernel/msg430397.html) Best regards, -- Bartlomiej Zolnierkiewicz Samsung R&D Institute Poland Samsung Electronics > cpufreq: Mark boost frequencies based on OPP's turbo mode > > On 09-07-15, 17:43, Ba

Re: [GIT PULL] Non-critical fixes for v4.3

2015-07-24 Thread Bartlomiej Zolnierkiewicz
eq.c | 6 -- > drivers/video/fbdev/s3c-fb.c | 2 +- > 2 files changed, 5 insertions(+), 3 deletions(-) Best regards, -- Bartlomiej Zolnierkiewicz Samsung R&D Institute Poland Samsung Electronics -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in th

Re: [RFC v3 1/4] fs: Add generic file system event notifications

2015-07-22 Thread Bartlomiej Zolnierkiewicz
Hi, Some comments below. On Tuesday, June 16, 2015 03:09:30 PM Beata Michalska wrote: > Introduce configurable generic interface for file > system-wide event notifications, to provide file > systems with a common way of reporting any potential > issues as they emerge. > > The notifications are

Re: [RFC v3 2/4] ext4: Add helper function to mark group as corrupted

2015-07-22 Thread Bartlomiej Zolnierkiewicz
framework to work and it seems to be a good change on its own. Maybe it can be merged independently of other patches? Ted, what is your opinion on it? Best regards, -- Bartlomiej Zolnierkiewicz Samsung R&D Institute Poland Samsung Electronics > --- > fs/ext4/balloc.c | 15 +++

Re: [PATCH 4/6] ARM: dts: Exynos4210: add CPU OPP and regulator supply property

2015-07-13 Thread Bartlomiej Zolnierkiewicz
On Monday, July 13, 2015 01:20:41 PM Bartlomiej Zolnierkiewicz wrote: > On Monday, July 13, 2015 08:10:21 PM Krzysztof Kozlowski wrote: > > 2015-07-13 20:02 GMT+09:00 Bartlomiej Zolnierkiewicz > > : > > > > > > Hi, > > > > > > On Tuesday,

Re: [PATCH 4/6] ARM: dts: Exynos4210: add CPU OPP and regulator supply property

2015-07-13 Thread Bartlomiej Zolnierkiewicz
On Monday, July 13, 2015 08:10:21 PM Krzysztof Kozlowski wrote: > 2015-07-13 20:02 GMT+09:00 Bartlomiej Zolnierkiewicz > : > > > > Hi, > > > > On Tuesday, June 23, 2015 09:24:40 AM Krzysztof Kozlowski wrote: > >> On 23.06.2015 08:46, Krzysztof Kozlowski wro

Re: [PATCH 4/6] ARM: dts: Exynos4210: add CPU OPP and regulator supply property

2015-07-13 Thread Bartlomiej Zolnierkiewicz
t;> > >>>> On 22.06.2015 10:38, Kukjin Kim wrote: > >>>>> Krzysztof Kozlowski wrote: > >>>>>> 2015-05-08 9:18 GMT+09:00 Krzysztof Kozlowski > >>>>>> : > >>>>>>> 2015-04-04 1:43 GMT+09:00 Bartlomi

[PATCH v2 7/7] cpufreq: exynos: remove Exynos4x12 specific cpufreq driver support

2015-07-09 Thread Bartlomiej Zolnierkiewicz
and can be deleted. Based on the earlier work by Thomas Abraham. Cc: Viresh Kumar Cc: Javier Martinez Canillas Cc: Thomas Abraham Signed-off-by: Bartlomiej Zolnierkiewicz --- drivers/cpufreq/Kconfig.arm | 23 drivers/cpufreq/Makefile | 2 - drivers/cpufreq/exynos

[PATCH v2 6/7] ARM: Exynos: switch to using generic cpufreq driver for Exynos4x12

2015-07-09 Thread Bartlomiej Zolnierkiewicz
old code (support for 'boost' mode in the exynos-cpufreq driver was enabled for all supported SoCs even though 'boost' frequency was provided only for Exynos4x12 ones). Cc: Tomasz Figa Cc: Kukjin Kim Cc: Javier Martinez Canillas Cc: Thomas Abraham Signed-off-by: Bartl

[PATCH v2 5/7] ARM: dts: Exynos4x12: add CPU OPP and regulator supply property

2015-07-09 Thread Bartlomiej Zolnierkiewicz
Canillas Cc: Andreas Faerber Cc: Thomas Abraham Signed-off-by: Bartlomiej Zolnierkiewicz --- arch/arm/boot/dts/exynos4212.dtsi | 81 arch/arm/boot/dts/exynos4412-odroid-common.dtsi | 4 ++ arch/arm/boot/dts/exynos4412-origen.dts | 5 ++ arch/arm

[PATCH v2 2/7] cpufreq: opp: fix handling of turbo modes

2015-07-09 Thread Bartlomiej Zolnierkiewicz
Turbo modes should be marked with CPUFREQ_BOOST_FREQ flag in the frequency table entry. Cc: Tomasz Figa Cc: Michael Turquette Cc: Javier Martinez Canillas Cc: Thomas Abraham Cc: Viresh Kumar Signed-off-by: Bartlomiej Zolnierkiewicz --- drivers/cpufreq/cpufreq_opp.c | 2 ++ 1 file changed

[PATCH v2 1/7] opp: add dev_pm_opp_get_turbo_mode_setting() helper

2015-07-09 Thread Bartlomiej Zolnierkiewicz
Add dev_pm_opp_get_turbo_mode_setting() helper for getting turbo mode setting for a given opp. Cc: Tomasz Figa Cc: Michael Turquette Cc: Javier Martinez Canillas Cc: Thomas Abraham Cc: Viresh Kumar Signed-off-by: Bartlomiej Zolnierkiewicz --- drivers/base/power/opp.c | 31

[PATCH v2 3/7] cpufreq-dt: add turbo modes support

2015-07-09 Thread Bartlomiej Zolnierkiewicz
nillas Cc: Thomas Abraham Cc: Viresh Kumar Signed-off-by: Bartlomiej Zolnierkiewicz --- drivers/cpufreq/cpufreq-dt.c | 7 ++- include/linux/cpufreq-dt.h | 1 + 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/drivers/cpufreq/cpufreq-dt.c b/drivers/cpufreq/cpufreq-dt.c ind

[PATCH v2 4/7] clk: samsung: exynos4x12: add cpu clock configuration data and instantiate cpu clock

2015-07-09 Thread Bartlomiej Zolnierkiewicz
: Javier Martinez Canillas Cc: Thomas Abraham Signed-off-by: Bartlomiej Zolnierkiewicz --- drivers/clk/samsung/clk-exynos4.c | 50 +++ 1 file changed, 50 insertions(+) diff --git a/drivers/clk/samsung/clk-exynos4.c b/drivers/clk/samsung/clk-exynos4.c index

[PATCH v2 0/7] cpufreq: use generic cpufreq drivers for Exynos4x12 platform

2015-07-09 Thread Bartlomiej Zolnierkiewicz
of next-20150629 branch of linux-next kernel tree - rebased on top of Exynos5250 cpufreq-dt support patch series - fixed if-statement in exynos4_clk_init() (noticed by Tobias Jakobi) - ported over opp-v2 bindings (requested by Viresh Kumar) Best regards, -- Bartlomiej Zolnierkiewicz Samsung R&D I

Re: [RFC 0/8] Additional kmsg devices

2015-07-08 Thread Bartlomiej Zolnierkiewicz
proach is wrong. Instead of giving up and going to > kernel land, come up with a minimal userspace ringbuffer-syslogd. > If the kernel lacks some support you need, add it. But don't move the whole > thing int the kernel. When it comes to possibility of logging things from user s

Re: [PATCH v6 0/3] cpufreq: Use cpufreq-dt driver for Exynos3250

2015-07-02 Thread Bartlomiej Zolnierkiewicz
1 + > drivers/clk/samsung/clk-exynos3250.c| 32 ++++++-- > include/dt-bindings/clock/exynos3250.h | 1 + > 6 files changed, 55 insertions(+), 2 deletions(-) Reviewed-by: Bartlomiej Zolnierkiewicz Thank you for working on this. Best regards, -- Bartlom

Re: [PATCHv3] clk samsung exynos5420 add CLK_RECALC_NEW_RATES flag to mout_apll and mout_kpll clock.

2015-07-01 Thread Bartlomiej Zolnierkiewicz
ET_RATE_PARENT, 0), > > + CLK_SET_RATE_PARENT | CLK_RECALC_NEW_RATES, 0), > > MUX(0, "mout_kfc", mout_kfc_p, SRC_KFC, 16, 1), > > > > MUX(0, "mout_aclk200", mout_group1_p, SRC_TOP0, 8, 2), > > -- > > 1.9.1 > > &g

Re: [PATCH v2 4/4] cpufreq: exynos: remove Exynos5250 specific cpufreq driver support

2015-07-01 Thread Bartlomiej Zolnierkiewicz
Hi, On Tuesday, June 30, 2015 09:22:06 AM Krzysztof Kozlowski wrote: > On 30.06.2015 02:26, Bartlomiej Zolnierkiewicz wrote: > > Exynos5250 based platforms have switched over to use generic > > cpufreq driver for cpufreq functionality. So the Exynos > > specific cpuf

[PATCH v3 4/4] cpufreq: exynos: remove Exynos5250 specific cpufreq driver support

2015-07-01 Thread Bartlomiej Zolnierkiewicz
Reviewed-by: Krzysztof Kozlowski Signed-off-by: Bartlomiej Zolnierkiewicz --- drivers/cpufreq/Kconfig.arm | 11 -- drivers/cpufreq/Makefile | 1 - drivers/cpufreq/exynos-cpufreq.c | 3 - drivers/cpufreq/exynos-cpufreq.h | 17 --- drivers/cpufreq/exynos5250-cpufreq.c

[PATCH v3 1/4] clk: samsung: exynos5250: add cpu clock configuration data and instantiate cpu clock

2015-07-01 Thread Bartlomiej Zolnierkiewicz
patch - moved E5250_CPU_DIV[0,1]() macros to clk-exynos5250.c Cc: Tomasz Figa Cc: Michael Turquette Cc: Javier Martinez Canillas Signed-off-by: Thomas Abraham Signed-off-by: Bartlomiej Zolnierkiewicz --- drivers/clk/samsung/clk-exynos5250.c | 31 +++ include/dt

[PATCH v3 2/4] ARM: dts: Exynos5250: add CPU OPP and regulator supply property

2015-07-01 Thread Bartlomiej Zolnierkiewicz
property for Google Spring board - put the new cpu nodes in alphabetical order Cc: Kukjin Kim Cc: Doug Anderson Cc: Javier Martinez Canillas Cc: Andreas Faerber Signed-off-by: Thomas Abraham Signed-off-by: Bartlomiej Zolnierkiewicz --- arch/arm/boot/dts/exynos5250-arndale.dts | 4 arch

[PATCH v3 3/4] ARM: Exynos: switch to using generic cpufreq driver for Exynos5250

2015-07-01 Thread Bartlomiej Zolnierkiewicz
: Krzysztof Kozlowski Signed-off-by: Thomas Abraham Signed-off-by: Bartlomiej Zolnierkiewicz --- arch/arm/mach-exynos/exynos.c | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/mach-exynos/exynos.c b/arch/arm/mach-exynos/exynos.c index 5f8ddcd..4015ec3 100644 --- a/arch/arm/mach-exynos

[PATCH v3 0/4] cpufreq: use generic cpufreq drivers for Exynos5250 platform

2015-07-01 Thread Bartlomiej Zolnierkiewicz
anch of linux-next kernel tree Best regards, -- Bartlomiej Zolnierkiewicz Samsung R&D Institute Poland Samsung Electronics Bartlomiej Zolnierkiewicz (1): cpufreq: exynos: remove Exynos5250 specific cpufreq driver support Thomas Abraham (3): clk: samsung: exynos5250: add cpu clock conf

Re: [PATCH] clk: samsung: fix cpu clock's flags checking

2015-06-30 Thread Bartlomiej Zolnierkiewicz
On Tuesday, June 30, 2015 07:45:15 PM Javier Martinez Canillas wrote: > Hello Bartlomiej, > > On 06/30/2015 07:17 PM, Bartlomiej Zolnierkiewicz wrote: > > > > Hi, > > > > On Tuesday, June 30, 2015 08:27:36 AM Javier Martinez Canillas wrote: > >>

Re: [PATCH] clk: samsung: fix cpu clock's flags checking

2015-06-30 Thread Bartlomiej Zolnierkiewicz
Hi, On Tuesday, June 30, 2015 08:27:36 AM Javier Martinez Canillas wrote: > On Tue, Jun 30, 2015 at 2:06 AM, Krzysztof Kozlowski > wrote: > > On 30.06.2015 02:29, Bartlomiej Zolnierkiewicz wrote: > >> CLK_CPU_HAS_DIV1 and CLK_CPU_NEEDS_DEBUG_ALT_DIV masks were > >

[PATCH v2 0/4] cpufreq: use generic cpufreq drivers for Exynos5250 platform

2015-06-29 Thread Bartlomiej Zolnierkiewicz
ends on: - next-20150629 branch of linux-next kernel tree Best regards, -- Bartlomiej Zolnierkiewicz Samsung R&D Institute Poland Samsung Electronics Bartlomiej Zolnierkiewicz (1): cpufreq: exynos: remove Exynos5250 specific cpufreq driver support Thomas Abraham (3): clk: samsung: exynos

[PATCH] clk: samsung: fix cpu clock's flags checking

2015-06-29 Thread Bartlomiej Zolnierkiewicz
Carpenter Signed-off-by: Bartlomiej Zolnierkiewicz --- drivers/clk/samsung/clk-cpu.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/drivers/clk/samsung/clk-cpu.c b/drivers/clk/samsung/clk-cpu.c index 3a1fe07..dd02356 100644 --- a/drivers/clk/samsung/clk-cpu.c +++ b

[PATCH v2 4/4] cpufreq: exynos: remove Exynos5250 specific cpufreq driver support

2015-06-29 Thread Bartlomiej Zolnierkiewicz
Signed-off-by: Bartlomiej Zolnierkiewicz --- drivers/cpufreq/Kconfig.arm | 11 -- drivers/cpufreq/Makefile | 1 - drivers/cpufreq/exynos-cpufreq.c | 3 - drivers/cpufreq/exynos-cpufreq.h | 17 --- drivers/cpufreq/exynos5250-cpufreq.c | 210

[PATCH v2 3/4] ARM: Exynos: switch to using generic cpufreq driver for Exynos5250

2015-06-29 Thread Bartlomiej Zolnierkiewicz
: Thomas Abraham Signed-off-by: Bartlomiej Zolnierkiewicz --- arch/arm/mach-exynos/exynos.c | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/mach-exynos/exynos.c b/arch/arm/mach-exynos/exynos.c index 5f8ddcd..4015ec3 100644 --- a/arch/arm/mach-exynos/exynos.c +++ b/arch/arm/mach-exynos

[PATCH v2 2/4] ARM: dts: Exynos5250: add CPU OPP and regulator supply property

2015-06-29 Thread Bartlomiej Zolnierkiewicz
property for Google Spring board Cc: Kukjin Kim Cc: Doug Anderson Cc: Javier Martinez Canillas Cc: Andreas Faerber Cc: Sachin Kamat Signed-off-by: Thomas Abraham Signed-off-by: Bartlomiej Zolnierkiewicz --- arch/arm/boot/dts/exynos5250-arndale.dts | 4 arch/arm/boot/dts/exynos5250

[PATCH v2 1/4] clk: samsung: exynos5250: add cpu clock configuration data and instantiate cpu clock

2015-06-29 Thread Bartlomiej Zolnierkiewicz
patch - moved E5250_CPU_DIV[0,1]() macros to clk-exynos5250.c Cc: Tomasz Figa Cc: Mike Turquette Cc: Javier Martinez Canillas Signed-off-by: Thomas Abraham Signed-off-by: Bartlomiej Zolnierkiewicz --- drivers/clk/samsung/clk-exynos5250.c | 31 +++ include/dt

Re: [PATCH 4/6] ARM: dts: Exynos4210: add CPU OPP and regulator supply property

2015-06-24 Thread Bartlomiej Zolnierkiewicz
t;>>> Krzysztof Kozlowski wrote: > >>>>> 2015-05-08 9:18 GMT+09:00 Krzysztof Kozlowski : > >>>>>> 2015-04-04 1:43 GMT+09:00 Bartlomiej Zolnierkiewicz > >>>>>> : > >>>>>>> From: Thomas Abraham > >&

Re: [PATCH 1/6] clk: add CLK_RECALC_NEW_RATES clock flag for Exynos cpu clock support

2015-06-19 Thread Bartlomiej Zolnierkiewicz
On Friday, June 19, 2015 01:19:06 PM Bartlomiej Zolnierkiewicz wrote: > > Hi, > > On Thursday, June 18, 2015 12:58:46 PM Michael Turquette wrote: > > Quoting Sylwester Nawrocki (2015-05-13 07:13:13) > > > On 03/04/15 18:43, Bartlomiej Zolnierkiewicz wrote: > > &

Re: [PATCH 1/6] clk: add CLK_RECALC_NEW_RATES clock flag for Exynos cpu clock support

2015-06-19 Thread Bartlomiej Zolnierkiewicz
Hi, On Thursday, June 18, 2015 12:58:46 PM Michael Turquette wrote: > Quoting Sylwester Nawrocki (2015-05-13 07:13:13) > > On 03/04/15 18:43, Bartlomiej Zolnierkiewicz wrote: > > > This flag is needed to fix the issue with wrong dividers being setup > > > by Common Clo

Re: [PATCH 0/6] cpufreq: use generic cpufreq drivers forExynos4210platform

2015-06-18 Thread Bartlomiej Zolnierkiewicz
On Thursday, June 18, 2015 07:53:14 PM Bartlomiej Zolnierkiewicz wrote: > > Hi, > > Mike, could you please take a look at patches #1 and #2 (#1 is a 4 line > change to a Common Clock Framework and #2 is ARM Exynos specific)? Oh, and patch #3 (which is also ARM Exynos specific)

Re: [PATCH 0/6] cpufreq: use generic cpufreq drivers forExynos4210platform

2015-06-18 Thread Bartlomiej Zolnierkiewicz
Hi, Mike, could you please take a look at patches #1 and #2 (#1 is a 4 line change to a Common Clock Framework and #2 is ARM Exynos specific)? This series has been waiting on your feedback since 3rd of April. :( Best regards, -- Bartlomiej Zolnierkiewicz Samsung R&D Institute Poland Sam

Re: [PATCH] ata: hpt366: fix constant cast warning

2015-05-20 Thread Bartlomiej Zolnierkiewicz
I also tried to change the ata core code to make host->private_data > a const pointer, but that quickly got out of hand, as some other > drivers expect it to be writable, so I ended up using the same > hack as the others here. > > Signed-off-by: Arnd Bergmann Your patch looks

Re: [PATCH 0/6] cpufreq: use generic cpufreq drivers for Exynos4210platform

2015-05-14 Thread Bartlomiej Zolnierkiewicz
On Thursday, May 14, 2015 10:40:46 AM Viresh Kumar wrote: > On 14-05-15, 13:07, Kukjin Kim wrote: > > On 05/13/15 23:08, Bartlomiej Zolnierkiewicz wrote: > > > > > > Hi, > > > > > Hi Bart, > > > > > On Friday, April 03, 20

Re: [PATCH 0/6] cpufreq: use generic cpufreq drivers for Exynos4210 platform

2015-05-13 Thread Bartlomiej Zolnierkiewicz
Hi, On Friday, April 03, 2015 06:43:43 PM Bartlomiej Zolnierkiewicz wrote: > Hi, > > This patch series removes the use of Exynos4210 specific support > from cpufreq-exynos driver and enables the use of cpufreq-dt driver > for this platform. Gentle Ping. Mike/Kukjin/Viresh c

Re: [PATCH 0/4] cpufreq: use generic cpufreq drivers for Exynos5250 platform

2015-04-30 Thread Bartlomiej Zolnierkiewicz
oting. Below is the console log. The kernel with the above patch works just fine for me (with both DEBUG_PREEMPT and DEBUG_ATOMIC_SLEEP enabled). Could you please share your kernel config? Also, is the user-space image that you're using available somewhere? Best regards, -- Bartlomiej Zoln

Re: [PATCH 0/4] cpufreq: use generic cpufreq drivers for Exynos5250 platform

2015-04-22 Thread Bartlomiej Zolnierkiewicz
On Tuesday, April 21, 2015 04:45:56 PM Kevin Hilman wrote: > Bartlomiej Zolnierkiewicz writes: > > > On Monday, April 20, 2015 02:07:33 PM Kevin Hilman wrote: > >> Bartlomiej Zolnierkiewicz writes: > >> > >> > Hi, > >> > > >> >

Re: [PATCH 0/8] cpufreq: add generic cpufreq driver support for Exynos5250/5800 platforms

2015-04-21 Thread Bartlomiej Zolnierkiewicz
On Tuesday, April 21, 2015 03:17:50 PM Bartlomiej Zolnierkiewicz wrote: > Hi, > > This patch series adds generic arm_big_little_dt cpufreq driver > support for Exynos5420/5800 (using the new CPU clock type which > allows it). It also: > - enhances arm_big_little[_dt] drive

[PATCH v2 5/8] ARM: Exynos: use generic cpufreq driver for Exynos5420

2015-04-21 Thread Bartlomiej Zolnierkiewicz
: Javier Martinez Canillas Signed-off-by: Thomas Abraham Signed-off-by: Bartlomiej Zolnierkiewicz --- arch/arm/mach-exynos/exynos.c |7 +++ 1 file changed, 7 insertions(+) diff --git a/arch/arm/mach-exynos/exynos.c b/arch/arm/mach-exynos/exynos.c index 4b03a32..11ac7fb 100644 --- a/arch/arm

[PATCH v2 2/8] ARM: dts: Exynos5420/5800: add cluster regulator supply properties

2015-04-21 Thread Bartlomiej Zolnierkiewicz
: Bartlomiej Zolnierkiewicz --- arch/arm/boot/dts/exynos5420-arndale-octa.dts |8 arch/arm/boot/dts/exynos5420-peach-pit.dts|8 arch/arm/boot/dts/exynos5420-smdk5420.dts |8 arch/arm/boot/dts/exynos5422-odroidxu3.dts|8 arch/arm/boot

[PATCH v2 7/8] ARM: dts: Exynos5800: fix CPU OPP

2015-04-21 Thread Bartlomiej Zolnierkiewicz
support these higher OPPs). Based on Hardkernel's kernel for ODROID-XU3 board. Cc: Kukjin Kim Cc: Doug Anderson Cc: Javier Martinez Canillas Cc: Andreas Faerber Cc: Sachin Kamat Cc: Thomas Abraham Signed-off-by: Bartlomiej Zolnierkiewicz --- arch/arm/boot/dts/exy

[PATCH v2 3/8] clk: samsung: exynos5420: add cpu clock configuration data and instantiate cpu clock

2015-04-21 Thread Bartlomiej Zolnierkiewicz
patches - moved E5420_[EGL,KFC]_DIV0() macros to clk-exynos5420.c Cc: Tomasz Figa Cc: Mike Turquette Cc: Javier Martinez Canillas Signed-off-by: Thomas Abraham Signed-off-by: Bartlomiej Zolnierkiewicz --- drivers/clk/samsung/clk-exynos5420.c | 58 ++-- include/dt

[PATCH v2 1/8] cpufreq: arm_big_little: add cluster regulator support

2015-04-21 Thread Bartlomiej Zolnierkiewicz
sters. Cc: Kukjin Kim Cc: Doug Anderson Cc: Javier Martinez Canillas Cc: Andreas Faerber Cc: Sachin Kamat Cc: Thomas Abraham Signed-off-by: Bartlomiej Zolnierkiewicz --- .../bindings/cpufreq/arm_big_little_dt.txt |4 + drivers/cpufreq/arm_big_little.c |

[PATCH v2 4/8] ARM: dts: Exynos5420: add CPU OPP and regulator supply property

2015-04-21 Thread Bartlomiej Zolnierkiewicz
Anderson Cc: Javier Martinez Canillas Cc: Andreas Faerber Cc: Sachin Kamat Signed-off-by: Thomas Abraham Signed-off-by: Bartlomiej Zolnierkiewicz --- arch/arm/boot/dts/exynos5420.dtsi | 38 + 1 file changed, 38 insertions(+) diff --git a/arch/arm/boot/dts

[PATCH v2 8/8] ARM: Exynos: use generic cpufreq driver for Exynos5800

2015-04-21 Thread Bartlomiej Zolnierkiewicz
: Javier Martinez Canillas Signed-off-by: Thomas Abraham Signed-off-by: Bartlomiej Zolnierkiewicz --- arch/arm/mach-exynos/exynos.c |1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/mach-exynos/exynos.c b/arch/arm/mach-exynos/exynos.c index 11ac7fb..7892062 100644 --- a/arch/arm/mach

[PATCH v2 0/8] cpufreq: add generic cpufreq driver support for Exynos5250/5800 platforms

2015-04-21 Thread Bartlomiej Zolnierkiewicz
D-XU3 board Changes since v1: - added CPU cluster regulator supply properties to exynos5420-arndale-octa.dts, exynos5420-peach-pit.dts, exynos5420-smdk5420.dts and exynos5800-peach-pi.dts Best regards, -- Bartlomiej Zolnierkiewicz Samsung R&D Institute Poland Samsung Electronics Bartl

[PATCH v2 6/8] clk: samsung: exynos5800: fix cpu clock configuration data

2015-04-21 Thread Bartlomiej Zolnierkiewicz
ff-by: Bartlomiej Zolnierkiewicz --- drivers/clk/samsung/clk-exynos5420.c | 36 +++--- 1 file changed, 33 insertions(+), 3 deletions(-) diff --git a/drivers/clk/samsung/clk-exynos5420.c b/drivers/clk/samsung/clk-exynos5420.c index 9398a2d..462aaee 100644 --- a/driver

Re: [PATCH 0/4] cpufreq: use generic cpufreq drivers for Exynos5250 platform

2015-04-21 Thread Bartlomiej Zolnierkiewicz
Hi, On Monday, April 20, 2015 02:07:33 PM Kevin Hilman wrote: > Bartlomiej Zolnierkiewicz writes: > > > Hi, > > > > This patch series removes the use of Exynos5250 specific support > > from exynos-cpufreq driver and enables the use of cpufreq-dt driver >

[PATCH 7/8] ARM: dts: Exynos5800: fix CPU OPP

2015-04-21 Thread Bartlomiej Zolnierkiewicz
support these higher OPPs). Based on Hardkernel's kernel for ODROID-XU3 board. Cc: Kukjin Kim Cc: Doug Anderson Cc: Javier Martinez Canillas Cc: Andreas Faerber Cc: Sachin Kamat Cc: Thomas Abraham Signed-off-by: Bartlomiej Zolnierkiewicz --- arch/arm/boot/dts/exy

[PATCH 5/8] ARM: Exynos: use generic cpufreq driver for Exynos5420

2015-04-21 Thread Bartlomiej Zolnierkiewicz
: Javier Martinez Canillas Signed-off-by: Thomas Abraham Signed-off-by: Bartlomiej Zolnierkiewicz --- arch/arm/mach-exynos/exynos.c |7 +++ 1 file changed, 7 insertions(+) diff --git a/arch/arm/mach-exynos/exynos.c b/arch/arm/mach-exynos/exynos.c index 4b03a32..11ac7fb 100644 --- a/arch/arm

[PATCH 3/8] clk: samsung: exynos5420: add cpu clock configuration data and instantiate cpu clock

2015-04-21 Thread Bartlomiej Zolnierkiewicz
patches - moved E5420_[EGL,KFC]_DIV0() macros to clk-exynos5420.c Cc: Tomasz Figa Cc: Mike Turquette Cc: Javier Martinez Canillas Signed-off-by: Thomas Abraham Signed-off-by: Bartlomiej Zolnierkiewicz --- drivers/clk/samsung/clk-exynos5420.c | 58 ++-- include/dt

[PATCH 6/8] clk: samsung: exynos5800: fix cpu clock configuration data

2015-04-21 Thread Bartlomiej Zolnierkiewicz
ff-by: Bartlomiej Zolnierkiewicz --- drivers/clk/samsung/clk-exynos5420.c | 36 +++--- 1 file changed, 33 insertions(+), 3 deletions(-) diff --git a/drivers/clk/samsung/clk-exynos5420.c b/drivers/clk/samsung/clk-exynos5420.c index 9398a2d..462aaee 100644 --- a/driver

[PATCH 8/8] ARM: Exynos: use generic cpufreq driver for Exynos5800

2015-04-21 Thread Bartlomiej Zolnierkiewicz
: Javier Martinez Canillas Signed-off-by: Thomas Abraham Signed-off-by: Bartlomiej Zolnierkiewicz --- arch/arm/mach-exynos/exynos.c |1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/mach-exynos/exynos.c b/arch/arm/mach-exynos/exynos.c index 11ac7fb..7892062 100644 --- a/arch/arm/mach

[PATCH 4/8] ARM: dts: Exynos5420: add CPU OPP and regulator supply property

2015-04-21 Thread Bartlomiej Zolnierkiewicz
Anderson Cc: Javier Martinez Canillas Cc: Andreas Faerber Cc: Sachin Kamat Signed-off-by: Thomas Abraham Signed-off-by: Bartlomiej Zolnierkiewicz --- arch/arm/boot/dts/exynos5420.dtsi | 38 + 1 file changed, 38 insertions(+) diff --git a/arch/arm/boot/dts

[PATCH 2/8] ARM: dts: add cluster regulator supply properties for exynos5422-odroidxu3

2015-04-21 Thread Bartlomiej Zolnierkiewicz
Add cluster regulator supply properties as a preparation to adding generic arm_big_little_dt cpufreq driver support for ODROID-XU3 board. Cc: Kukjin Kim Cc: Doug Anderson Cc: Javier Martinez Canillas Cc: Andreas Faerber Cc: Sachin Kamat Cc: Thomas Abraham Signed-off-by: Bartlomiej

[PATCH 1/8] cpufreq: arm_big_little: add cluster regulator support

2015-04-21 Thread Bartlomiej Zolnierkiewicz
sters. Cc: Kukjin Kim Cc: Doug Anderson Cc: Javier Martinez Canillas Cc: Andreas Faerber Cc: Sachin Kamat Cc: Thomas Abraham Signed-off-by: Bartlomiej Zolnierkiewicz --- .../bindings/cpufreq/arm_big_little_dt.txt |4 + drivers/cpufreq/arm_big_little.c |

[PATCH 0/8] cpufreq: add generic cpufreq driver support for Exynos5250/5800 platforms

2015-04-21 Thread Bartlomiej Zolnierkiewicz
o clk-exynos5420.c - disabled cpufreq if big.LITTLE switcher support is enabled - enhanced arm_big_little[_dt] driver with CPU cluster regulator support - fixed CPU clock configuration data for Exynos5800 - fixed CPU operating points setup for Exynos5800 - added CPU cluster regulator supplies for

Re: [PATCH v2 2/3] Remove celleb-only SCC PATA drivers

2015-04-14 Thread Bartlomiej Zolnierkiewicz
Hi, On Tuesday, April 14, 2015 03:28:45 PM Daniel Axtens wrote: > The SCC PATA interface is only used by celleb. > celleb has been dropped [1], so drop the drivers. > > [1] http://patchwork.ozlabs.org/patch/451730/ > > CC: Bartlomiej Zolnierkiewicz > CC: Tejun Heo &

[PATCH 1/4] clk: samsung: exynos5250: add cpu clock configuration data and instantiate cpu clock

2015-04-13 Thread Bartlomiej Zolnierkiewicz
patch - moved E5250_CPU_DIV[0,1]() macros to clk-exynos5250.c Cc: Tomasz Figa Cc: Mike Turquette Cc: Javier Martinez Canillas Signed-off-by: Thomas Abraham Signed-off-by: Bartlomiej Zolnierkiewicz --- drivers/clk/samsung/clk-exynos5250.c | 31 +++ include/dt

[PATCH 3/4] ARM: Exynos: switch to using generic cpufreq driver for Exynos5250

2015-04-13 Thread Bartlomiej Zolnierkiewicz
: Thomas Abraham Signed-off-by: Bartlomiej Zolnierkiewicz --- arch/arm/mach-exynos/exynos.c |1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/mach-exynos/exynos.c b/arch/arm/mach-exynos/exynos.c index 637d862..4b03a32 100644 --- a/arch/arm/mach-exynos/exynos.c +++ b/arch/arm/mach-exynos

[PATCH 0/4] cpufreq: use generic cpufreq drivers for Exynos5250 platform

2015-04-13 Thread Bartlomiej Zolnierkiewicz
t;[PATCH] cpufreq: exynos: remove dead ->need_apll_change method" [3] [1] http://www.kernelhub.org/?msg=721136&p=2 [2] http://marc.info/?l=linux-pm&m=142868881101873&w=2 [3] https://lkml.org/lkml/2015/3/27/574 Best regards, -- Bartlomiej Zolnierkiewicz Samsung R&D

[PATCH 2/4] ARM: dts: Exynos5250: add CPU OPP and regulator supply property

2015-04-13 Thread Bartlomiej Zolnierkiewicz
property for Google Spring board Cc: Kukjin Kim Cc: Doug Anderson Cc: Javier Martinez Canillas Cc: Andreas Faerber Cc: Sachin Kamat Cc: Andreas Farber Signed-off-by: Thomas Abraham Signed-off-by: Bartlomiej Zolnierkiewicz --- arch/arm/boot/dts/exynos5250-arndale.dts |4 arch/arm

Re: [PATCH v2 1/9] ata: at91: use syscon to configure the smc

2015-04-08 Thread Bartlomiej Zolnierkiewicz
Hi, On Wednesday, April 08, 2015 02:06:15 PM Nicolas Ferre wrote: > Le 08/04/2015 14:00, Bartlomiej Zolnierkiewicz a écrit : > > On Wednesday, April 08, 2015 01:13:35 PM Alexandre Belloni wrote: > >> Hi, > >> > >> On 08/04/2015 at 13:04:19 +0200, Bartlomiej Zo

Re: [PATCH v2 1/9] ata: at91: use syscon to configure the smc

2015-04-08 Thread Bartlomiej Zolnierkiewicz
On Wednesday, April 08, 2015 01:13:35 PM Alexandre Belloni wrote: > Hi, > > On 08/04/2015 at 13:04:19 +0200, Bartlomiej Zolnierkiewicz wrote : > > On Monday, March 23, 2015 08:29:07 PM Alexandre Belloni wrote: > > > Use syscon/regmap to configure the smc. Th

Re: [PATCH v2 1/9] ata: at91: use syscon to configure the smc

2015-04-08 Thread Bartlomiej Zolnierkiewicz
o prevent this and preserve bisectability the patchset should first add atmel,smc property and then convert pata_at91 driver to use it. Best regards, -- Bartlomiej Zolnierkiewicz Samsung R&D Institute Poland Samsung Electronics > Signed-off-by: Alexandre Belloni > --- > drivers/ata/Kc

[PATCH 2/6] clk: samsung: add infrastructure to register cpu clocks

2015-04-03 Thread Bartlomiej Zolnierkiewicz
;) - removed E5250_CPU_DIV[0,1](), E5420_EGL_DIV0() and E5420_KFC_DIV() macros for now - added my Copyrights to drivers/clk/samsung/clk-cpu.c Cc: Tomasz Figa Cc: Mike Turquette Cc: Javier Martinez Canillas Signed-off-by: Thomas Abraham Signed-off-by: Bartlomiej Zolnierkiewicz --- drivers/clk/samsun

[PATCH 6/6] cpufreq: exynos: remove Exynos4210 specific cpufreq driver support

2015-04-03 Thread Bartlomiej Zolnierkiewicz
,h] Cc: Viresh Kumar Cc: Javier Martinez Canillas Signed-off-by: Thomas Abraham Signed-off-by: Bartlomiej Zolnierkiewicz --- drivers/cpufreq/Kconfig.arm | 11 -- drivers/cpufreq/Makefile |1 - drivers/cpufreq/exynos-cpufreq.c |5 +- drivers/cpufreq/exynos

[PATCH 5/6] ARM: Exynos: switch to using generic cpufreq driver for Exynos4210

2015-04-03 Thread Bartlomiej Zolnierkiewicz
Signed-off-by: Bartlomiej Zolnierkiewicz --- arch/arm/mach-exynos/exynos.c | 21 - 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/arch/arm/mach-exynos/exynos.c b/arch/arm/mach-exynos/exynos.c index bcde0dd..4e13de5 100644 --- a/arch/arm/mach-exynos/exynos.c

[PATCH 3/6] clk: samsung: exynos4: add cpu clock configuration data and instantiate cpu clock

2015-04-03 Thread Bartlomiej Zolnierkiewicz
ent to fix the issue observed - removed Exynos5250 and Exynos5420 support for now Cc: Tomasz Figa Cc: Mike Turquette Cc: Javier Martinez Canillas Signed-off-by: Thomas Abraham Signed-off-by: Bartlomiej Zolnierkiewicz --- drivers/clk/samsung/clk-exynos4.c | 24 +++- 1 file ch

[PATCH 4/6] ARM: dts: Exynos4210: add CPU OPP and regulator supply property

2015-04-03 Thread Bartlomiej Zolnierkiewicz
Anderson Cc: Javier Martinez Canillas Cc: Andreas Faerber Cc: Sachin Kamat Cc: Andreas Farber Cc: Javier Martinez Canillas Signed-off-by: Thomas Abraham Signed-off-by: Bartlomiej Zolnierkiewicz --- arch/arm/boot/dts/exynos4210-origen.dts |4 arch/arm/boot/dts/exynos4210

[PATCH 0/6] cpufreq: use generic cpufreq drivers for Exynos4210 platform

2015-04-03 Thread Bartlomiej Zolnierkiewicz
k: samsung: exynos4: add cpu clock configuration data and instantiate cpu clock") - added my Copyrights to drivers/clk/samsung/clk-cpu.c - updated exynos-cpufreq.[c,h] - removed non-Exynos4210 support for now - dropped "[PATCH v12 6/6] clk: samsung: remove unused clock aliases and u

[PATCH 1/6] clk: add CLK_RECALC_NEW_RATES clock flag for Exynos cpu clock support

2015-04-03 Thread Bartlomiej Zolnierkiewicz
vier Martinez Canillas Signed-off-by: Bartlomiej Zolnierkiewicz --- drivers/clk/clk.c|3 +++ include/linux/clk-provider.h |1 + 2 files changed, 4 insertions(+) diff --git a/drivers/clk/clk.c b/drivers/clk/clk.c index f85c8e2..97cc73e 100644 --- a/drivers/clk/clk.c +++

Re: [PATCH] fix sysfs showing the correct C-states after AC->DC and DC->AC transitions

2015-04-02 Thread Bartlomiej Zolnierkiewicz
le_register_driver() instead of >cpuidle_enable_device() and thus does not re-initialize the fields of >drv->states[0] after acpi_processor_setup_cpuidle_states() cleared them. > >Here, the fix is to _not_ clear drv->states[0] in >acpi_processor_setup_cpuidle_s

[PATCH] cpufreq: exynos: remove dead ->need_apll_change method

2015-03-27 Thread Bartlomiej Zolnierkiewicz
ges caused by this patch. Cc: Sachin Kamat Cc: Lukasz Majewski Cc: Kukjin Kim Signed-off-by: Bartlomiej Zolnierkiewicz --- drivers/cpufreq/exynos-cpufreq.c | 30 +++--- drivers/cpufreq/exynos-cpufreq.h |1 - 2 files changed, 3 insertions(+), 28 deletions(-)

[PATCH] clk: samsung: exynos4: Disable ARMCLK down feature on Exynos4210 SoC

2015-03-27 Thread Bartlomiej Zolnierkiewicz
exynos4: Enable ARMCLK down feature") Cc: # v3.17+ Signed-off-by: Bartlomiej Zolnierkiewicz --- drivers/clk/samsung/clk-exynos4.c | 11 +-- 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/drivers/clk/samsung/clk-exynos4.c b/drivers/clk/samsung/clk-exynos4.c index 51462e8..

Re: [PATCH v2 0/5] mfd: Fix platform device ids to avoid probe failure

2015-03-25 Thread Bartlomiej Zolnierkiewicz
Hi, On Wednesday, March 25, 2015 12:02:31 PM Johan Hovold wrote: > On Mon, Mar 23, 2015 at 02:11:50PM +0100, Bartlomiej Zolnierkiewicz wrote: > > On Monday, March 23, 2015 11:07:18 AM Johan Hovold wrote: > > > On Fri, Mar 20, 2015 at 08:23:18PM +0100, Bartlomiej Zo

Re: [PATCH 2/2] mfd: core: fix platform-device name collisions

2015-03-25 Thread Bartlomiej Zolnierkiewicz
it with respect to > PLATFORM_DEVID_NONE. > > Fixes: 6e3f62f0793e ("mfd: core: Fix platform-device id generation") > Cc: stable# v3.19 > Reported-by: Bartlomiej Zolnierkiewicz > Signed-off-by: Johan Hovold Acked-by: Bartlomiej Zolnierkiewicz Best regards, -- Bartlomiej Z

Re: [PATCH 1/2] mfd: da9052: fix broken regulator probe

2015-03-25 Thread Bartlomiej Zolnierkiewicz
core: Fix platform-device id collision") > Cc: stable # v3.19 > Signed-off-by: Johan Hovold Acked-by: Bartlomiej Zolnierkiewicz Best regards, -- Bartlomiej Zolnierkiewicz Samsung R&D Institute Poland Samsung Electronics > --- > drivers/mfd/da9052-core.c| 8 +++

[PATCH] cpufreq: exynos: allow build for !THERMAL or !CPU_THERMAL cases

2015-03-24 Thread Bartlomiej Zolnierkiewicz
Fixes: 8b2b4a4e5366 ("cpufreq: exynos: allow modular build") Acked-by: Viresh Kumar Signed-off-by: Bartlomiej Zolnierkiewicz --- Hi Rafael, please apply this patch. It has been ACKed by Viresh already. drivers/cpufreq/Kconfig.arm | 3 ++- 1 file changed, 2 insertions(+), 1 deletio

Re: [PATCH] cpufreq: exynos: allow build for !THERMAL or !CPU_THERMAL cases

2015-03-23 Thread Bartlomiej Zolnierkiewicz
Hi, On Monday, February 23, 2015 10:07:50 AM Viresh Kumar wrote: > On 20 February 2015 at 21:50, Bartlomiej Zolnierkiewicz > wrote: > > Allow driver build for !THERMAL or !CPU_THERMAL cases. > > > > The new dependency rule is the same as the one that CPUFREQ_DT > &

[PATCH v3 3/4] mfd: lp8788: Fix platform device ids to avoid probe failure

2015-03-23 Thread Bartlomiej Zolnierkiewicz
the issue. Fixes: 6e3f62f0793e ("mfd: core: Fix platform-device id generation") Cc: Johan Hovold Cc: Milo Kim Cc: Signed-off-by: Bartlomiej Zolnierkiewicz --- drivers/mfd/lp8788.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/mfd/lp8788.c b/driver

[PATCH v3 4/4] mfd: wm831x: Fix platform device ids to avoid probe failure

2015-03-23 Thread Bartlomiej Zolnierkiewicz
the issue. Fixes: 6e3f62f0793e ("mfd: core: Fix platform-device id generation") Cc: Johan Hovold Cc: patc...@opensource.wolfsonmicro.com Cc: Signed-off-by: Bartlomiej Zolnierkiewicz --- drivers/mfd/wm831x-core.c | 26 ++ 1 file changed, 10 insertions(+), 1

[PATCH v3 1/4] mfd: max8997: Fix platform device ids to avoid probe failure

2015-03-23 Thread Bartlomiej Zolnierkiewicz
vice id generation") Cc: Johan Hovold Cc: Signed-off-by: Bartlomiej Zolnierkiewicz --- drivers/mfd/max8997.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/mfd/max8997.c b/drivers/mfd/max8997.c index 595364e..1c3cb75 100644 --- a/drivers/mfd/max8997.c +++ b/dri

[PATCH v3 0/4] mfd: Fix platform device ids to avoid probe failure

2015-03-23 Thread Bartlomiej Zolnierkiewicz
on Exynos4210 Origen board, the rest of patches is compile tested only. Changes since v2: - do PLATFORM_DEVID_AUTO conversion Changes since v1: - corrected 'stable' mailing list address, no other changes Best regards, -- Bartlomiej Zolnierkiewicz Samsung R&D Institute Poland Samsu

[PATCH v3 2/4] mfd: da9055: Fix platform device ids to avoid probe failure

2015-03-23 Thread Bartlomiej Zolnierkiewicz
the issue. Fixes: 6e3f62f0793e ("mfd: core: Fix platform-device id generation") Cc: Johan Hovold Cc: Support Opensource Cc: Signed-off-by: Bartlomiej Zolnierkiewicz --- drivers/mfd/da9055-core.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/mfd/da9055-

Re: [PATCH v2 0/5] mfd: Fix platform device ids to avoid probe failure

2015-03-23 Thread Bartlomiej Zolnierkiewicz
Hi, On Monday, March 23, 2015 11:07:18 AM Johan Hovold wrote: > On Fri, Mar 20, 2015 at 08:23:18PM +0100, Bartlomiej Zolnierkiewicz wrote: > > > Commit 6e3f62f0793e ("mfd: core: Fix platform-device id generation") > > changed the way platform device ids are ge

[PATCH v2 5/5] mfd: da9052: Fix platform device names

2015-03-20 Thread Bartlomiej Zolnierkiewicz
causes unneccessary change of platform device names. Fix the driver to use the original names. Cc: Johan Hovold Cc: Fabio Estevam Cc: Support Opensource Signed-off-by: Bartlomiej Zolnierkiewicz --- drivers/mfd/da9052-core.c | 21 - 1 file changed, 16 insertions(+), 5 dele

<    7   8   9   10   11   12   13   14   15   16   >