[PATCH v4 1/2] dt-bindings: drm: panel: Add Samsung s6e63m0 panel documentation

2019-02-22 Thread Paweł Chmiel
From: Jonathan Bakker This commit adds documentation for Samsung s6e63m0 AMOLED LCD panel driver. Signed-off-by: Jonathan Bakker Signed-off-by: Paweł Chmiel Reviewed-by: Rob Herring --- Changes from v2: - Added Reviewed-by Changes from v1: - Add missing subject prefix - Rename reset

Re: [PATCH 2/2] extcon: Add fsa9480 extcon driver

2019-03-20 Thread Paweł Chmiel
On poniedziałek, 18 marca 2019 11:47:38 CET Chanwoo Choi wrote: > Hi, > > Sorry for late reply. Thanks for review. I'll fix all issues and submit v2 version of patches. > > On 19. 2. 26. 오전 1:58, Paweł Chmiel wrote: > > From: Tomasz Figa > > > > This

Re: [PATCH 4/4] dt-bindings: mfd: max8998: Add charger subnode binding

2019-01-10 Thread Paweł Chmiel
Hi On Thursday, 10 January 2019 18:47:11 CET Sylwester Nawrocki wrote: > Hi, > > On 5/1/18 16:43, Paweł Chmiel wrote: > > On Tuesday, May 1, 2018 2:45:40 PM CEST Sebastian Reichel wrote: > >> On Fri, Apr 27, 2018 at 06:03:02PM +0200, Paweł Chmiel wrote: > >>>

[PATCH v2 3/4] cpufreq: s5pv210: Defer probe if getting regulators fail

2019-01-10 Thread Paweł Chmiel
so we can defer as fast as posibble. Signed-off-by: Paweł Chmiel --- Changes from v1: - Fix compilation error - Reorganize code so it's smaller --- drivers/cpufreq/s5pv210-cpufreq.c | 32 ++- 1 file changed, 19 insertions(+), 13 deletions(-) diff --git a/

[PATCH v2 4/4] ARM: defconfig: s5pv210: Add cpufreq support

2019-01-10 Thread Paweł Chmiel
This commit enables cpufreq support for all s5pv210 devices. Signed-off-by: Paweł Chmiel --- arch/arm/configs/s5pv210_defconfig | 6 ++ 1 file changed, 6 insertions(+) diff --git a/arch/arm/configs/s5pv210_defconfig b/arch/arm/configs/s5pv210_defconfig index 951196bdf008..fd4f28aabda6

[PATCH v2 2/4] cpufreq: s5pv210: Don't flood kernel log after cpufreq change

2019-01-10 Thread Paweł Chmiel
This commit replaces printk with pr_debug, so we don't flood kernel log. Signed-off-by: Paweł Chmiel Acked-by: Krzysztof Kozlowski --- Changes from v1: - Added Acked-by --- drivers/cpufreq/s5pv210-cpufreq.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/cp

[PATCH v2 1/4] ARM: dts: s5pv210: Add dmc nodes

2019-01-10 Thread Paweł Chmiel
This commit adds dmc nodes, which are needed by s5pv210 cpufreq driver to work. Signed-off-by: Paweł Chmiel --- arch/arm/boot/dts/s5pv210.dtsi | 12 1 file changed, 12 insertions(+) diff --git a/arch/arm/boot/dts/s5pv210.dtsi b/arch/arm/boot/dts/s5pv210.dtsi index e9613418228d

[PATCH v2 0/4] ARM: dts: s5pv210: Enable cpufreq support

2019-01-10 Thread Paweł Chmiel
driver - Reorganize code (so it's smaller), inside patch which logs information about defered probe of regulators Paweł Chmiel (4): ARM: dts: s5pv210: Add dmc nodes cpufreq: s5pv210: Don't flood kernel log after cpufreq change cpufreq: s5pv210: Defer probe if getting regul

Re: [PATCH v2 3/4] cpufreq: s5pv210: Defer probe if getting regulators fail

2019-01-11 Thread Paweł Chmiel
pt., 11 sty 2019 o 10:46 Krzysztof Kozlowski napisał(a): > > On Thu, 10 Jan 2019 at 21:53, Paweł Chmiel > wrote: > > > > There is possibility, that when probing driver, regulators are not yet > > initialized. In this case we should return EPROBE_DEFER and wait till >

[PATCH v3] cpufreq: s5pv210: Defer probe if getting regulators fail

2019-01-11 Thread Paweł Chmiel
so we can defer as fast as posibble. Signed-off-by: Paweł Chmiel --- Changes from v2: - Handle all error paths in probe Changes from v1: - Fix compilation error - Reorganize code so it's smaller --- drivers/cpufreq/s5pv210-cpufreq.c | 68 ++- 1 file changed

Re: [PATCH v3 3/3] dt-bindings: mfd: max8998: Add charger subnode binding

2018-09-13 Thread Paweł Chmiel
On Tuesday, August 7, 2018 11:57:42 AM CEST Rob Herring wrote: > On Tue, Jul 17, 2018 at 06:05:09PM +0200, Paweł Chmiel wrote: > > This patch adds devicetree bindings documentation for > > battery charging controller as the subnode of MAX8998 PMIC. > > > >

[PATCH 1/1] ARM: dts: s5pv210: Add missing interrupt-controller property to gph2

2018-06-10 Thread Paweł Chmiel
: Paweł Chmiel --- arch/arm/boot/dts/s5pv210-pinctrl.dtsi | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm/boot/dts/s5pv210-pinctrl.dtsi b/arch/arm/boot/dts/s5pv210-pinctrl.dtsi index 3a79feab11c3..7f0c9d447871 100644 --- a/arch/arm/boot/dts/s5pv210-pinctrl.dtsi +++ b/arch/arm/boot/dts

Re: [PATCH 1/1] ARM: dts: s5pv210: Add missing interrupt-controller property to gph2

2018-06-11 Thread Paweł Chmiel
On Monday, June 11, 2018 2:43:59 PM CEST Krzysztof Kozlowski wrote: > On Sun, Jun 10, 2018 at 4:15 PM, Paweł Chmiel > wrote: > > This commit adds missing interrupt-controller property to gph2 block, > > Just "Add missing". See: > https://elixir.bootlin.com/li

[PATCH 0/2] drm/exynos: fimd: Add support for S5PV210

2018-04-20 Thread Paweł Chmiel
systems. Both patches has been tested on (not yet mainlined), an S5PV210 based Samsung Galaxy S (i9000) phone. Paweł Chmiel (1): drm/exynos: Allow DRM_EXYNOS on s5pv210. Tomasz Figa (1): drm/exynos: fimd: Add support for S5PV210 FIMD variant drivers/gpu/drm/exynos/Kconfig | 2

[PATCH 2/2] drm/exynos: Allow DRM_EXYNOS on s5pv210

2018-04-20 Thread Paweł Chmiel
This patch brings back possibility to use drivers depending on DRM_EXYNOS, on Samsung S5PV210/S5PC110 series based systems. Fixes: dbbc925bb83a ("drm/exynos: depend on ARCH_EXYNOS for DRM_EXYNOS") Signed-off-by: Paweł Chmiel --- drivers/gpu/drm/exynos/Kconfig | 2 +- 1 file changed, 1

[PATCH 1/2] drm/exynos: fimd: Add support for S5PV210 FIMD variant

2018-04-20 Thread Paweł Chmiel
From: Tomasz Figa This patch adds support for FIMD variant found on S5PV210 SoC. Except CLKSEL bit availability, it is identical to Exynos4210. Tested-by: Paweł Chmiel Signed-off-by: Tomasz Figa --- drivers/gpu/drm/exynos/exynos_drm_fimd.c | 8 1 file changed, 8 insertions(+) diff

[PATCH v2 2/2] drm/exynos: Allow DRM_EXYNOS on s5pv210.

2018-04-21 Thread Paweł Chmiel
This patch brings back possibility to use drivers depending on DRM_EXYNOS, on Samsung S5PV210/S5PC110 series based systems. Fixes: dbbc925bb83a ("drm/exynos: depend on ARCH_EXYNOS for DRM_EXYNOS") Signed-off-by: Paweł Chmiel --- drivers/gpu/drm/exynos/Kconfig | 2 +- 1 file changed, 1

[PATCH v2 0/2] drm/exynos: fimd: Add support for S5PV210

2018-04-21 Thread Paweł Chmiel
systems. Both patches has been tested on (not yet mainlined), an S5PV210 based Samsung Galaxy S (i9000) phone. Changes from v1: - Added missing signed-off-by to one of patches Paweł Chmiel (1): drm/exynos: Allow DRM_EXYNOS on s5pv210. Tomasz Figa (1): drm/exynos: fimd: Add support for S5PV210

[PATCH v2 1/2] drm/exynos: fimd: Add support for S5PV210 FIMD variant

2018-04-21 Thread Paweł Chmiel
From: Tomasz Figa This patch adds support for FIMD variant found on S5PV210 SoC. Except CLKSEL bit availability, it is identical to Exynos4210. Tested-by: Paweł Chmiel Signed-off-by: Tomasz Figa Signed-off-by: Paweł Chmiel --- Changes from v1: - Added missing signed-off-by --- drivers

Re: [PATCH 1/2] drm/exynos: fimd: Add support for S5PV210 FIMD variant

2018-04-21 Thread Paweł Chmiel
On Saturday, April 21, 2018 6:55:17 PM CEST Krzysztof Kozlowski wrote: > On Fri, Apr 20, 2018 at 6:32 PM, Paweł Chmiel > wrote: > > From: Tomasz Figa > > > > This patch adds support for FIMD variant found on S5PV210 SoC. > > Except CLKSEL bit availability,

Re: [PATCH] pinctrl/samsung: Correct EINTG banks order

2018-04-14 Thread Paweł Chmiel
On Wednesday, April 11, 2018 11:52:44 AM CEST Krzysztof Kozlowski wrote: > On Wed, Apr 11, 2018 at 10:36 AM, Tomasz Figa wrote: > > 2018-04-10 17:38 GMT+09:00 Tomasz Figa : > >> 2018-04-10 16:06 GMT+09:00 Krzysztof Kozlowski : > >>> On Sun, Apr 8, 2018 at 8:07

[PATCH v2 0/2] pinctrl/samsung: Fix incorrect EINTG banks order

2018-04-16 Thread Paweł Chmiel
tag - Add patch with comments to all banks documenting required order. Paweł Chmiel (2): pinctrl/samsung: Correct EINTG banks order pinctrl/samsung: Document required order of banks drivers/pinctrl/samsung/pinctrl-exynos-arm.c | 30 -- drivers/pinctrl/samsung

[PATCH v2 1/2] pinctrl/samsung: Correct EINTG banks order

2018-04-16 Thread Paweł Chmiel
ot;) Fixes: 608a26a7bc04a39cfd7041f31ca2b2100113d14e ("pinctrl: Add s5pv210 support to pinctrl-exynos) Signed-off-by: Paweł Chmiel --- Changes from v1: - Limit changes to s5pv210 and Exynos5410. Exynos3250 will be handled later. - Added cc stable - Added fixes tag --- drivers/pinctrl/samsung/pinctrl-e

[PATCH v2 2/2] pinctrl/samsung: Document required order of banks

2018-04-16 Thread Paweł Chmiel
This patch documents requirement coming from the way exynos_eint_gpio_irq() is working now, which expects EINTG banks to be at the beginning of the bank arrays. Cc: sta...@vger.kernel.org Signed-off-by: Paweł Chmiel --- drivers/pinctrl/samsung/pinctrl-exynos-arm.c | 26

[PATCH] arm64: dts: exynos: Fix reboot/poweroff issues on Exynos7

2020-10-28 Thread Paweł Chmiel
: fb026cb65247 ("arm64: dts: Add reboot node for exynos7") Fixes: b9024cbc937d ("arm64: dts: Add initial device tree support for exynos7") Signed-off-by: Paweł Chmiel --- arch/arm64/boot/dts/exynos/exynos7.dtsi | 11 ++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a

[PATCH] clk: exynos7: Mark aclk_fsys1_200 as critical

2020-10-24 Thread Paweł Chmiel
s7420), where UFS module is probed before pmic used to power that device. In this case defer probe was happening and that clock was disabled by UFS driver, causing whole boot to hang on next CMU access. Signed-off-by: Paweł Chmiel --- drivers/clk/samsung/clk-exynos7.c | 3 ++- 1 file chang

Re: [PATCH] arm64: dts: exynos: Fix reboot/poweroff issues on Exynos7

2020-11-04 Thread Paweł Chmiel
Hi On 29.10.2020 18:50, Krzysztof Kozlowski wrote: > On Wed, Oct 28, 2020 at 10:08:13PM +0100, Paweł Chmiel wrote: >> In vendor sources for Exynos 7420, psci is not used to reboot or >> poweroff device. Instead we should use syscon reboot/poweroff. >> Previously it was not

Re: [PATCH v2] clk: exynos7: Keep aclk_fsys1_200 enabled

2020-11-09 Thread Paweł Chmiel
On 09.11.2020 13:32, Sylwester Nawrocki wrote: > Hi Paweł, > > On 11/7/20 13:14, Paweł Chmiel wrote: >> This clock must be always enabled to allow access to any registers in >> fsys1 CMU. Until proper solution based on runtime PM is applied >> (similar to what wa

[PATCH v2] clk: exynos7: Keep aclk_fsys1_200 enabled

2020-11-07 Thread Paweł Chmiel
device (based on Exynos7420), where UFS module is probed before pmic used to power that device. In this case defer probe was happening and that clock was disabled by UFS driver, causing whole boot to hang on next CMU access. Signed-off-by: Paweł Chmiel --- Changes from v1: - Instead of marking clock

[PATCH v2 1/2] arm64: dts: exynos: Include common syscon restart/poweroff for Exynos7

2020-11-07 Thread Paweł Chmiel
node. Fixes: fb026cb65247 ("arm64: dts: Add reboot node for exynos7") Fixes: b9024cbc937d ("arm64: dts: Add initial device tree support for exynos7") Signed-off-by: Paweł Chmiel --- Changes from v1: - Split into two separate patches. - Include existing exynos-syscon-restar

[PATCH v2 2/2] arm64: dts: exynos: Correct psci compatible used on Exynos7

2020-11-07 Thread Paweł Chmiel
tree support for exynos7") Signed-off-by: Paweł Chmiel --- Changes from v1: - Split into two separate patches. --- arch/arm64/boot/dts/exynos/exynos7.dtsi | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/arch/arm64/boot/dts/exynos/exynos7.dtsi b/arch/arm64/boot/dts/exynos/e

[RESEND,v2] cpufreq: s5pv210: Don't flood kernel log after cpufreq change

2019-06-21 Thread Paweł Chmiel
This commit replaces printk with pr_debug, so we don't flood kernel log. Signed-off-by: Paweł Chmiel Acked-by: Krzysztof Kozlowski --- Changes from v1: - Added Acked-by --- drivers/cpufreq/s5pv210-cpufreq.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/cp

[PATCH v2 1/2] dt-bindings: extcon: Add support for fsa9480 switch

2019-06-21 Thread Paweł Chmiel
From: Tomasz Figa This patch adds documentation for binding of extcont Fairchild Semiconductor FSA9480 microusb switch. This usb port accessory detector and switch, can be found for example in some Samsung s5pv210 based phones. Signed-off-by: Tomasz Figa Signed-off-by: Paweł Chmiel Acked-by

[PATCH v2 0/2] extcon: Add fsa9480 extcon driver

2019-06-21 Thread Paweł Chmiel
This small patchset adds support for Fairchild Semiconductor FSA9480 microUSB switch. It has been tested on Samsung Galaxy S and Samsung Fascinate 4G, but it can be found also on other Samsung Aries (s5pv210) based devices. Tomasz Figa (2): dt-bindings: extcon: Add support for fsa9480 switch

[PATCH v2 2/2] extcon: Add fsa9480 extcon driver

2019-06-21 Thread Paweł Chmiel
From: Tomasz Figa This patch adds extcon driver for Fairchild Semiconductor FSA9480 microUSB switch. Signed-off-by: Tomasz Figa Signed-off-by: Jonathan Bakker Signed-off-by: Paweł Chmiel --- Changes from v1: - Remove license sentences - Remove custom sysfs entries - Remove manual

[PATCH v4 2/2] dt-bindings: mfd: max8998: Add charger subnode binding

2019-06-21 Thread Paweł Chmiel
This patch adds devicetree bindings documentation for battery charging controller as the subnode of MAX8998 PMIC. Signed-off-by: Paweł Chmiel --- Changes from v3: - Property prefix should be maxim, not max8998 - Describe what End of Charge in percent means Changes from v2: - Make charge

[PATCH v4 1/2] power: supply: max8998-charger: Parse device tree for required data.

2019-06-21 Thread Paweł Chmiel
This patch adds missing code for reading charger configuration from devicetree. Signed-off-by: Paweł Chmiel --- Changes from v3: - Property prefix should be maxim, not max8998 - Changed property name to more meaning full Changes from v2: - Make restart level and charge timeout properties

[PATCH v4 0/2] power: supply: max8998-charger: Device Tree support

2019-06-21 Thread Paweł Chmiel
x27;re not present, assume they're disabled. Changes from v1: - Removed unneeded Fixes tag - Correct description of all charger values - Added missing property unit for charger properties - Removed already applied patch Paweł Chmiel (2): power: supply: max8998-charger: Parse device tr

<    1   2   3