Re: [PATCH] ata: add Buddha PATA controller driver

2018-10-18 Thread Bartlomiej Zolnierkiewicz
lan to convert it into proper Zorro_driver. Best regards, -- Bartlomiej Zolnierkiewicz Samsung R Institute Poland Samsung Electronics

Re: [PATCH] ata: add Buddha PATA controller driver

2018-10-18 Thread Bartlomiej Zolnierkiewicz
lan to convert it into proper Zorro_driver. Best regards, -- Bartlomiej Zolnierkiewicz Samsung R Institute Poland Samsung Electronics

[PATCH] ata: add Buddha PATA controller driver

2018-10-18 Thread Bartlomiej Zolnierkiewicz
Add Buddha PATA controller driver. It enables libata support for the Buddha, Catweasel and X-Surf expansion boards on the Zorro expansion bus. Cc: John Paul Adrian Glaubitz Cc: Michael Schmitz Cc: Geert Uytterhoeven Signed-off-by: Bartlomiej Zolnierkiewicz --- John, please test if possible

[PATCH] ata: add Buddha PATA controller driver

2018-10-18 Thread Bartlomiej Zolnierkiewicz
Add Buddha PATA controller driver. It enables libata support for the Buddha, Catweasel and X-Surf expansion boards on the Zorro expansion bus. Cc: John Paul Adrian Glaubitz Cc: Michael Schmitz Cc: Geert Uytterhoeven Signed-off-by: Bartlomiej Zolnierkiewicz --- John, please test if possible

[PATCH v2 13/17] thermal: tegra: enable+check sensor after its setup is finished

2018-10-17 Thread Bartlomiej Zolnierkiewicz
Enable+check sensor after setting zone->tz and programming hwtrips. Cc: Thierry Reding Cc: Jonathan Hunter Signed-off-by: Bartlomiej Zolnierkiewicz --- drivers/thermal/tegra/soctherm.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/thermal/tegra/soctherm.

[PATCH v2 13/17] thermal: tegra: enable+check sensor after its setup is finished

2018-10-17 Thread Bartlomiej Zolnierkiewicz
Enable+check sensor after setting zone->tz and programming hwtrips. Cc: Thierry Reding Cc: Jonathan Hunter Signed-off-by: Bartlomiej Zolnierkiewicz --- drivers/thermal/tegra/soctherm.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/thermal/tegra/soctherm.

[PATCH v2 04/17] thermal: separate sensor registration and enable+check operations

2018-10-17 Thread Bartlomiej Zolnierkiewicz
e thermal_zone_[set_mode,device_check]() calls to the users of [devm]_thermal_zone_of_sensor_register(). There should be no functional changes caused by this patch. Signed-off-by: Bartlomiej Zolnierkiewicz --- drivers/ata/ahci_imx.c | 10 -- driver

[PATCH v2 04/17] thermal: separate sensor registration and enable+check operations

2018-10-17 Thread Bartlomiej Zolnierkiewicz
e thermal_zone_[set_mode,device_check]() calls to the users of [devm]_thermal_zone_of_sensor_register(). There should be no functional changes caused by this patch. Signed-off-by: Bartlomiej Zolnierkiewicz --- drivers/ata/ahci_imx.c | 10 -- driver

[PATCH v2 11/17] thermal: rockchip_thermal: enable+check sensor after its setup is finished

2018-10-17 Thread Bartlomiej Zolnierkiewicz
* Enable+check sensor explicitly in rockchip_thermal_probe() (also check sensor after doing chipset specific control operation). * Remove superfluous second sensor enable+check attempt. Cc: Heiko Stuebner Signed-off-by: Bartlomiej Zolnierkiewicz --- drivers/thermal/rockchip_thermal.c | 12

[PATCH v2 11/17] thermal: rockchip_thermal: enable+check sensor after its setup is finished

2018-10-17 Thread Bartlomiej Zolnierkiewicz
* Enable+check sensor explicitly in rockchip_thermal_probe() (also check sensor after doing chipset specific control operation). * Remove superfluous second sensor enable+check attempt. Cc: Heiko Stuebner Signed-off-by: Bartlomiej Zolnierkiewicz --- drivers/thermal/rockchip_thermal.c | 12

[PATCH v2 14/17] thermal: ti-soc-thermal: enable+check sensor after its setup is finished

2018-10-17 Thread Bartlomiej Zolnierkiewicz
Enable sensor after setting sensor data and check sensor after writing update interval. Cc: Eduardo Valentin Cc: Keerthy Signed-off-by: Bartlomiej Zolnierkiewicz --- drivers/thermal/ti-soc-thermal/ti-thermal-common.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git

[PATCH v2 17/17] thermal: warn on attempts to read temperature on disabled sensors

2018-10-17 Thread Bartlomiej Zolnierkiewicz
* Add ops_of_thermal flag to struct thermal_zone_device_ops and set it in of-thermal.c. * Add checking sensor mode for drivers using of-thermal.c to thermal_zone_get_temp() (print a warning if sensor is disabled). Signed-off-by: Bartlomiej Zolnierkiewicz --- drivers/thermal/of-thermal.c

[PATCH v2 16/17] thermal: zx2967: enable+check sensor after its setup is finished

2018-10-17 Thread Bartlomiej Zolnierkiewicz
Enable+check sensor after checking sensor coefficients. Cc: Jun Nie Cc: Baoyou Xie Cc: Shawn Guo Signed-off-by: Bartlomiej Zolnierkiewicz --- drivers/thermal/zx2967_thermal.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/thermal/zx2967_thermal.c b/drivers

[PATCH v2 15/17] thermal: uniphier: enable+check sensor after its setup is finished

2018-10-17 Thread Bartlomiej Zolnierkiewicz
Enable sensor after checking trip points (unipher_tm_enable_sensor() enables IRQ so we need to toggle sensor before calling it) and check sensor after doing chipset specific enable sensor operation. Cc: Masahiro Yamada Signed-off-by: Bartlomiej Zolnierkiewicz --- drivers/thermal

[PATCH v2 16/17] thermal: zx2967: enable+check sensor after its setup is finished

2018-10-17 Thread Bartlomiej Zolnierkiewicz
Enable+check sensor after checking sensor coefficients. Cc: Jun Nie Cc: Baoyou Xie Cc: Shawn Guo Signed-off-by: Bartlomiej Zolnierkiewicz --- drivers/thermal/zx2967_thermal.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/thermal/zx2967_thermal.c b/drivers

[PATCH v2 15/17] thermal: uniphier: enable+check sensor after its setup is finished

2018-10-17 Thread Bartlomiej Zolnierkiewicz
Enable sensor after checking trip points (unipher_tm_enable_sensor() enables IRQ so we need to toggle sensor before calling it) and check sensor after doing chipset specific enable sensor operation. Cc: Masahiro Yamada Signed-off-by: Bartlomiej Zolnierkiewicz --- drivers/thermal

[PATCH v2 14/17] thermal: ti-soc-thermal: enable+check sensor after its setup is finished

2018-10-17 Thread Bartlomiej Zolnierkiewicz
Enable sensor after setting sensor data and check sensor after writing update interval. Cc: Eduardo Valentin Cc: Keerthy Signed-off-by: Bartlomiej Zolnierkiewicz --- drivers/thermal/ti-soc-thermal/ti-thermal-common.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git

[PATCH v2 17/17] thermal: warn on attempts to read temperature on disabled sensors

2018-10-17 Thread Bartlomiej Zolnierkiewicz
* Add ops_of_thermal flag to struct thermal_zone_device_ops and set it in of-thermal.c. * Add checking sensor mode for drivers using of-thermal.c to thermal_zone_get_temp() (print a warning if sensor is disabled). Signed-off-by: Bartlomiej Zolnierkiewicz --- drivers/thermal/of-thermal.c

[PATCH v2 12/17] thermal: exynos: enable+check sensor after its setup is finished

2018-10-17 Thread Bartlomiej Zolnierkiewicz
Enable sensor after doing chipset specific initialization operation and check sensor after doing chipset specific control operation. Signed-off-by: Bartlomiej Zolnierkiewicz --- drivers/thermal/samsung/exynos_tmu.c | 8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git

[PATCH v2 12/17] thermal: exynos: enable+check sensor after its setup is finished

2018-10-17 Thread Bartlomiej Zolnierkiewicz
Enable sensor after doing chipset specific initialization operation and check sensor after doing chipset specific control operation. Signed-off-by: Bartlomiej Zolnierkiewicz --- drivers/thermal/samsung/exynos_tmu.c | 8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git

[PATCH v2 09/17] thermal: qoriq: enable+check sensor after its setup is finished

2018-10-17 Thread Bartlomiej Zolnierkiewicz
Enable+check sensor after enabling monitoring. Signed-off-by: Bartlomiej Zolnierkiewicz --- drivers/thermal/qoriq_thermal.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/thermal/qoriq_thermal.c b/drivers/thermal/qoriq_thermal.c index d8a80448..fb1750f 100644

[PATCH v2 10/17] thermal: rcar_gen3_thermal: enable+check sensor after its setup is finished

2018-10-17 Thread Bartlomiej Zolnierkiewicz
Enable+check sensor after setting tsc->zone and checking ntrips. Signed-off-by: Bartlomiej Zolnierkiewicz --- drivers/thermal/rcar_gen3_thermal.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/thermal/rcar_gen3_thermal.c b/drivers/thermal/rcar_gen3_therma

[PATCH v2 09/17] thermal: qoriq: enable+check sensor after its setup is finished

2018-10-17 Thread Bartlomiej Zolnierkiewicz
Enable+check sensor after enabling monitoring. Signed-off-by: Bartlomiej Zolnierkiewicz --- drivers/thermal/qoriq_thermal.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/thermal/qoriq_thermal.c b/drivers/thermal/qoriq_thermal.c index d8a80448..fb1750f 100644

[PATCH v2 10/17] thermal: rcar_gen3_thermal: enable+check sensor after its setup is finished

2018-10-17 Thread Bartlomiej Zolnierkiewicz
Enable+check sensor after setting tsc->zone and checking ntrips. Signed-off-by: Bartlomiej Zolnierkiewicz --- drivers/thermal/rcar_gen3_thermal.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/thermal/rcar_gen3_thermal.c b/drivers/thermal/rcar_gen3_therma

[PATCH v2 06/17] thermal: brcmstb: enable+check sensor after its setup is finished

2018-10-17 Thread Bartlomiej Zolnierkiewicz
Enable+check sensor after setting priv->thermal. Cc: Markus Mayer Cc: bcm-kernel-feedback-l...@broadcom.com Signed-off-by: Bartlomiej Zolnierkiewicz --- drivers/thermal/broadcom/brcmstb_thermal.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/thermal/broad

[PATCH v2 08/17] thermal: qcom: tsens: enable+check sensor after its setup is finished

2018-10-17 Thread Bartlomiej Zolnierkiewicz
Enable+check sensor after setting tmdev->sensor[i].tzd and calling chipset specific enable operation. Signed-off-by: Bartlomiej Zolnierkiewicz --- drivers/thermal/qcom/tsens.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/thermal/qcom/tsens.c b/driv

[PATCH v2 08/17] thermal: qcom: tsens: enable+check sensor after its setup is finished

2018-10-17 Thread Bartlomiej Zolnierkiewicz
Enable+check sensor after setting tmdev->sensor[i].tzd and calling chipset specific enable operation. Signed-off-by: Bartlomiej Zolnierkiewicz --- drivers/thermal/qcom/tsens.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/thermal/qcom/tsens.c b/driv

[PATCH v2 06/17] thermal: brcmstb: enable+check sensor after its setup is finished

2018-10-17 Thread Bartlomiej Zolnierkiewicz
Enable+check sensor after setting priv->thermal. Cc: Markus Mayer Cc: bcm-kernel-feedback-l...@broadcom.com Signed-off-by: Bartlomiej Zolnierkiewicz --- drivers/thermal/broadcom/brcmstb_thermal.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/thermal/broad

[PATCH v2 07/17] thermal: hisi_thermal: enable+check sensor after its setup is finished

2018-10-17 Thread Bartlomiej Zolnierkiewicz
* Enable+check sensor after checking ntrips and doing chipset specific enable operation. * Remove superfluous second sensor enable+check attempt. Signed-off-by: Bartlomiej Zolnierkiewicz --- drivers/thermal/hisi_thermal.c | 9 +++-- 1 file changed, 3 insertions(+), 6 deletions(-) diff

[PATCH v2 07/17] thermal: hisi_thermal: enable+check sensor after its setup is finished

2018-10-17 Thread Bartlomiej Zolnierkiewicz
* Enable+check sensor after checking ntrips and doing chipset specific enable operation. * Remove superfluous second sensor enable+check attempt. Signed-off-by: Bartlomiej Zolnierkiewicz --- drivers/thermal/hisi_thermal.c | 9 +++-- 1 file changed, 3 insertions(+), 6 deletions(-) diff

[PATCH v2 05/17] thermal: bcm2835: enable+check sensor after its setup is finished

2018-10-17 Thread Bartlomiej Zolnierkiewicz
Enable+check sensor after HW-block setup (if necessary) and setting data->tz. Cc: Eric Anholt Cc: Stefan Wahren Signed-off-by: Bartlomiej Zolnierkiewicz --- drivers/thermal/broadcom/bcm2835_thermal.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/ther

[PATCH v2 05/17] thermal: bcm2835: enable+check sensor after its setup is finished

2018-10-17 Thread Bartlomiej Zolnierkiewicz
Enable+check sensor after HW-block setup (if necessary) and setting data->tz. Cc: Eric Anholt Cc: Stefan Wahren Signed-off-by: Bartlomiej Zolnierkiewicz --- drivers/thermal/broadcom/bcm2835_thermal.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/ther

[PATCH v2 03/17] thermal: separate sensor enable and check operations

2018-10-17 Thread Bartlomiej Zolnierkiewicz
mode). Modify mode_store() in thermal_sysfs.c accordingly. There should be no functional changes caused by this patch. Signed-off-by: Bartlomiej Zolnierkiewicz --- drivers/acpi/thermal.c | 2 ++ drivers/net/ethernet/mellanox/mlxsw/core_thermal.c | 2 -- driver

[PATCH v2 03/17] thermal: separate sensor enable and check operations

2018-10-17 Thread Bartlomiej Zolnierkiewicz
mode). Modify mode_store() in thermal_sysfs.c accordingly. There should be no functional changes caused by this patch. Signed-off-by: Bartlomiej Zolnierkiewicz --- drivers/acpi/thermal.c | 2 ++ drivers/net/ethernet/mellanox/mlxsw/core_thermal.c | 2 -- driver

[PATCH v2 02/17] thermal: add thermal_zone_device_check() helper

2018-10-17 Thread Bartlomiej Zolnierkiewicz
be no functional changes caused by this patch. Signed-off-by: Bartlomiej Zolnierkiewicz --- drivers/acpi/thermal.c | 3 +-- drivers/net/ethernet/mellanox/mlxsw/core_thermal.c | 3 ++- drivers/platform/x86/acerhdf.c | 4 +++- drivers/regulator/max8973

[PATCH v2 00/17] thermal: enable+check sensor after its setup is finished

2018-10-17 Thread Bartlomiej Zolnierkiewicz
etween patch #3 and #4 in order to simplify them - renamed patch #3 to "thermal: separate sensor enable and check operations" - renamed patch #4 to "thermal: separate sensor registration and enable+check operations" Best regards, -- Bartlomiej Zolnierkiewicz Samsung R I

[PATCH v2 01/17] thermal: add thermal_zone_set_mode() helper

2018-10-17 Thread Bartlomiej Zolnierkiewicz
In order to remove the code duplication and prepare for further changes: * Add thermal_zone_set_mode() helper. Then update core code and drivers to use it. There should be no functional changes caused by this patch. Signed-off-by: Bartlomiej Zolnierkiewicz --- drivers/thermal/hisi_thermal.c

[PATCH v2 02/17] thermal: add thermal_zone_device_check() helper

2018-10-17 Thread Bartlomiej Zolnierkiewicz
be no functional changes caused by this patch. Signed-off-by: Bartlomiej Zolnierkiewicz --- drivers/acpi/thermal.c | 3 +-- drivers/net/ethernet/mellanox/mlxsw/core_thermal.c | 3 ++- drivers/platform/x86/acerhdf.c | 4 +++- drivers/regulator/max8973

[PATCH v2 00/17] thermal: enable+check sensor after its setup is finished

2018-10-17 Thread Bartlomiej Zolnierkiewicz
etween patch #3 and #4 in order to simplify them - renamed patch #3 to "thermal: separate sensor enable and check operations" - renamed patch #4 to "thermal: separate sensor registration and enable+check operations" Best regards, -- Bartlomiej Zolnierkiewicz Samsung R I

[PATCH v2 01/17] thermal: add thermal_zone_set_mode() helper

2018-10-17 Thread Bartlomiej Zolnierkiewicz
In order to remove the code duplication and prepare for further changes: * Add thermal_zone_set_mode() helper. Then update core code and drivers to use it. There should be no functional changes caused by this patch. Signed-off-by: Bartlomiej Zolnierkiewicz --- drivers/thermal/hisi_thermal.c

[PATCH] PCI: pcie: remove redundant 'default n' from Kconfig

2018-10-16 Thread Bartlomiej Zolnierkiewicz
e, neither of these will generate a '# CONFIG_FOO is not set' line (assuming FOO isn't selected/implied). That might make it clearer to people that a bare 'default n' is redundant. ... Signed-off-by: Bartlomiej Zolnierkiewicz --- drivers/pci/pcie/Kconfig |4 1 file changed, 4

[PATCH] PCI: pcie: remove redundant 'default n' from Kconfig

2018-10-16 Thread Bartlomiej Zolnierkiewicz
e, neither of these will generate a '# CONFIG_FOO is not set' line (assuming FOO isn't selected/implied). That might make it clearer to people that a bare 'default n' is redundant. ... Signed-off-by: Bartlomiej Zolnierkiewicz --- drivers/pci/pcie/Kconfig |4 1 file changed, 4

[PATCH] m68k: remove redundant 'default n' from Kconfig

2018-10-16 Thread Bartlomiej Zolnierkiewicz
e, neither of these will generate a '# CONFIG_FOO is not set' line (assuming FOO isn't selected/implied). That might make it clearer to people that a bare 'default n' is redundant. ... Signed-off-by: Bartlomiej Zolnierkiewicz --- arch/m68k/Kconfig.machine |2 -- 1 file changed, 2

[PATCH] m68k: remove redundant 'default n' from Kconfig

2018-10-16 Thread Bartlomiej Zolnierkiewicz
e, neither of these will generate a '# CONFIG_FOO is not set' line (assuming FOO isn't selected/implied). That might make it clearer to people that a bare 'default n' is redundant. ... Signed-off-by: Bartlomiej Zolnierkiewicz --- arch/m68k/Kconfig.machine |2 -- 1 file changed, 2

[PATCH] c6x: remove redundant 'default n' from Kconfig-s

2018-10-16 Thread Bartlomiej Zolnierkiewicz
e, neither of these will generate a '# CONFIG_FOO is not set' line (assuming FOO isn't selected/implied). That might make it clearer to people that a bare 'default n' is redundant. ... Signed-off-by: Bartlomiej Zolnierkiewicz --- arch/c6x/Kconfig |2 -- arch/c6x/platfor

[PATCH] c6x: remove redundant 'default n' from Kconfig-s

2018-10-16 Thread Bartlomiej Zolnierkiewicz
e, neither of these will generate a '# CONFIG_FOO is not set' line (assuming FOO isn't selected/implied). That might make it clearer to people that a bare 'default n' is redundant. ... Signed-off-by: Bartlomiej Zolnierkiewicz --- arch/c6x/Kconfig |2 -- arch/c6x/platfor

[PATCH v3] ARM: SAMSUNG: limit SAMSUNG_PM_DEBUG config option to non-Exynos platforms

2018-10-15 Thread Bartlomiej Zolnierkiewicz
pendencies to SAMSUNG_PM_DEBUG config option to hide it on Exynos platforms. Then convert Exynos code to not require header (use pr_debug() directly instead of S3C_PMDBG() macro and remove redundant s3c_pm_*() calls). Signed-off-by: Bartlomiej Zolnierkiewicz --- v3: - don't move PM to the line below in K

[PATCH v3] ARM: SAMSUNG: limit SAMSUNG_PM_DEBUG config option to non-Exynos platforms

2018-10-15 Thread Bartlomiej Zolnierkiewicz
pendencies to SAMSUNG_PM_DEBUG config option to hide it on Exynos platforms. Then convert Exynos code to not require header (use pr_debug() directly instead of S3C_PMDBG() macro and remove redundant s3c_pm_*() calls). Signed-off-by: Bartlomiej Zolnierkiewicz --- v3: - don't move PM to the line below in K

Re: [PATCH v2] ARM: SAMSUNG: limit SAMSUNG_PM_DEBUG config option to non-Exynos platforms

2018-10-15 Thread Bartlomiej Zolnierkiewicz
On 10/15/2018 05:22 PM, Krzysztof Kozlowski wrote: > On Mon, 15 Oct 2018 at 15:50, Bartlomiej Zolnierkiewicz > wrote: >> >> "Samsung PM Suspend debug" feature (controlled by SAMSUNG_PM_DEBUG >> config option) is not working properly (debug messages are not &g

Re: [PATCH v2] ARM: SAMSUNG: limit SAMSUNG_PM_DEBUG config option to non-Exynos platforms

2018-10-15 Thread Bartlomiej Zolnierkiewicz
On 10/15/2018 05:22 PM, Krzysztof Kozlowski wrote: > On Mon, 15 Oct 2018 at 15:50, Bartlomiej Zolnierkiewicz > wrote: >> >> "Samsung PM Suspend debug" feature (controlled by SAMSUNG_PM_DEBUG >> config option) is not working properly (debug messages are not &g

[PATCH v2] ARM: SAMSUNG: limit SAMSUNG_PM_DEBUG config option to non-Exynos platforms

2018-10-15 Thread Bartlomiej Zolnierkiewicz
pendencies to SAMSUNG_PM_DEBUG config option to hide it on Exynos platforms. Then convert Exynos code to not require header (use pr_debug() directly instead of S3C_PMDBG() macro and remove redundant s3c_pm_*() calls). Signed-off-by: Bartlomiej Zolnierkiewicz --- v2: - convert Exynos code to not require head

[PATCH v2] ARM: SAMSUNG: limit SAMSUNG_PM_DEBUG config option to non-Exynos platforms

2018-10-15 Thread Bartlomiej Zolnierkiewicz
pendencies to SAMSUNG_PM_DEBUG config option to hide it on Exynos platforms. Then convert Exynos code to not require header (use pr_debug() directly instead of S3C_PMDBG() macro and remove redundant s3c_pm_*() calls). Signed-off-by: Bartlomiej Zolnierkiewicz --- v2: - convert Exynos code to not require head

[PATCH] ARM: EXYNOS: remove no longer needed s3c_pm_check_*() calls

2018-10-15 Thread Bartlomiej Zolnierkiewicz
Since commit 6862fdf2201a ("ARM: samsung: Limit SAMSUNG_PM_CHECK config option to non-Exynos platforms") s3c_pm_check_*() calls are redundant and can be removed. Signed-off-by: Bartlomiej Zolnierkiewicz --- arch/arm/mach-exynos/suspend.c |7 --- 1 file changed, 7 deletions(-)

[PATCH] ARM: EXYNOS: remove no longer needed s3c_pm_check_*() calls

2018-10-15 Thread Bartlomiej Zolnierkiewicz
Since commit 6862fdf2201a ("ARM: samsung: Limit SAMSUNG_PM_CHECK config option to non-Exynos platforms") s3c_pm_check_*() calls are redundant and can be removed. Signed-off-by: Bartlomiej Zolnierkiewicz --- arch/arm/mach-exynos/suspend.c |7 --- 1 file changed, 7 deletions(-)

Re: [PATCH] mfd: remove redundant 'default n' from Kconfig

2018-10-12 Thread Bartlomiej Zolnierkiewicz
On 10/11/2018 07:48 AM, Lee Jones wrote: > On Wed, 10 Oct 2018, Bartlomiej Zolnierkiewicz wrote: > >> 'default n' is the default value for any bool or tristate Kconfig >> setting so there is no need to write it explicitly. >> >> Also since commit f467c5640c29 (&quo

Re: [PATCH] mfd: remove redundant 'default n' from Kconfig

2018-10-12 Thread Bartlomiej Zolnierkiewicz
On 10/11/2018 07:48 AM, Lee Jones wrote: > On Wed, 10 Oct 2018, Bartlomiej Zolnierkiewicz wrote: > >> 'default n' is the default value for any bool or tristate Kconfig >> setting so there is no need to write it explicitly. >> >> Also since commit f467c5640c29 (&quo

[PATCH] nios2: remove redundant 'default n' from Kconfig-s

2018-10-10 Thread Bartlomiej Zolnierkiewicz
e, neither of these will generate a '# CONFIG_FOO is not set' line (assuming FOO isn't selected/implied). That might make it clearer to people that a bare 'default n' is redundant. ... Signed-off-by: Bartlomiej Zolnierkiewicz --- arch/nios2/Kconfig |1 -

[PATCH] nios2: remove redundant 'default n' from Kconfig-s

2018-10-10 Thread Bartlomiej Zolnierkiewicz
e, neither of these will generate a '# CONFIG_FOO is not set' line (assuming FOO isn't selected/implied). That might make it clearer to people that a bare 'default n' is redundant. ... Signed-off-by: Bartlomiej Zolnierkiewicz --- arch/nios2/Kconfig |1 -

[PATCH] mfd: remove redundant 'default n' from Kconfig

2018-10-10 Thread Bartlomiej Zolnierkiewicz
e, neither of these will generate a '# CONFIG_FOO is not set' line (assuming FOO isn't selected/implied). That might make it clearer to people that a bare 'default n' is redundant. ... Signed-off-by: Bartlomiej Zolnierkiewicz --- drivers/mfd/Kconfig |6 -- 1 file changed, 6

[PATCH] mfd: remove redundant 'default n' from Kconfig

2018-10-10 Thread Bartlomiej Zolnierkiewicz
e, neither of these will generate a '# CONFIG_FOO is not set' line (assuming FOO isn't selected/implied). That might make it clearer to people that a bare 'default n' is redundant. ... Signed-off-by: Bartlomiej Zolnierkiewicz --- drivers/mfd/Kconfig |6 -- 1 file changed, 6

[PATCH] ACPI: remove redundant 'default n' from Kconfig

2018-10-10 Thread Bartlomiej Zolnierkiewicz
e, neither of these will generate a '# CONFIG_FOO is not set' line (assuming FOO isn't selected/implied). That might make it clearer to people that a bare 'default n' is redundant. ... Signed-off-by: Bartlomiej Zolnierkiewicz --- drivers/acpi/Kconfig |6 -- 1 file changed, 6

[PATCH] ACPI: remove redundant 'default n' from Kconfig

2018-10-10 Thread Bartlomiej Zolnierkiewicz
e, neither of these will generate a '# CONFIG_FOO is not set' line (assuming FOO isn't selected/implied). That might make it clearer to people that a bare 'default n' is redundant. ... Signed-off-by: Bartlomiej Zolnierkiewicz --- drivers/acpi/Kconfig |6 -- 1 file changed, 6

[PATCH] ata: remove redundant 'default n' from Kconfig

2018-10-09 Thread Bartlomiej Zolnierkiewicz
e, neither of these will generate a '# CONFIG_FOO is not set' line (assuming FOO isn't selected/implied). That might make it clearer to people that a bare 'default n' is redundant. ... Signed-off-by: Bartlomiej Zolnierkiewicz --- drivers/ata/Kconfig |2 -- 1 file changed, 2

[PATCH] ata: remove redundant 'default n' from Kconfig

2018-10-09 Thread Bartlomiej Zolnierkiewicz
e, neither of these will generate a '# CONFIG_FOO is not set' line (assuming FOO isn't selected/implied). That might make it clearer to people that a bare 'default n' is redundant. ... Signed-off-by: Bartlomiej Zolnierkiewicz --- drivers/ata/Kconfig |2 -- 1 file changed, 2

Re: [RESEND PATCH v2 3/3] ARM: dts: imx28-cfa10036: Fix the reset gpio signal polarity

2018-10-09 Thread Bartlomiej Zolnierkiewicz
thing is that usage of reset-active-low is documented > in the example but it is not implemented. > > So the patch no.2 should be reverted and patch no.3 not applied at all. OK, I've applied the patch below to fbdev-for-next tree. Best regards, -- Bartlomiej Zolnierkiewicz Samsung R Institut

Re: [RESEND PATCH v2 3/3] ARM: dts: imx28-cfa10036: Fix the reset gpio signal polarity

2018-10-09 Thread Bartlomiej Zolnierkiewicz
thing is that usage of reset-active-low is documented > in the example but it is not implemented. > > So the patch no.2 should be reverted and patch no.3 not applied at all. OK, I've applied the patch below to fbdev-for-next tree. Best regards, -- Bartlomiej Zolnierkiewicz Samsung R Institut

Re: [RESEND PATCH v2 3/3] ARM: dts: imx28-cfa10036: Fix the reset gpio signal polarity

2018-10-09 Thread Bartlomiej Zolnierkiewicz
et. > > Well, it means the change breaks the ABI between kernel and device tree, > e.g. the new kernel will not work with existing/installed DTBs. Should I revert this sdd10307fb patch then? Best regards, -- Bartlomiej Zolnierkiewicz Samsung R Institute Poland Samsung Electronics

Re: [RESEND PATCH v2 3/3] ARM: dts: imx28-cfa10036: Fix the reset gpio signal polarity

2018-10-09 Thread Bartlomiej Zolnierkiewicz
et. > > Well, it means the change breaks the ABI between kernel and device tree, > e.g. the new kernel will not work with existing/installed DTBs. Should I revert this sdd10307fb patch then? Best regards, -- Bartlomiej Zolnierkiewicz Samsung R Institute Poland Samsung Electronics

Re: [RESEND PATCH v2 2/3] video: ssd1307fb: Do not hard code active-low reset sequence

2018-10-08 Thread Bartlomiej Zolnierkiewicz
ve-low sequence into the driver but instead > allow the user to specify the gpio as GPIO_ACTIVE_LOW to reflect > the real world. > > Signed-off-by: Michal Vokáč Patch queued for 4.20, thanks. Best regards, -- Bartlomiej Zolnierkiewicz Samsung R Institute Poland Samsung Electronics

Re: [RESEND PATCH v2 2/3] video: ssd1307fb: Do not hard code active-low reset sequence

2018-10-08 Thread Bartlomiej Zolnierkiewicz
ve-low sequence into the driver but instead > allow the user to specify the gpio as GPIO_ACTIVE_LOW to reflect > the real world. > > Signed-off-by: Michal Vokáč Patch queued for 4.20, thanks. Best regards, -- Bartlomiej Zolnierkiewicz Samsung R Institute Poland Samsung Electronics

Re: [RESEND PATCH v2 1/3] video: ssd1307fb: Use gpiod_set_value_cansleep() for reset

2018-10-08 Thread Bartlomiej Zolnierkiewicz
ned-off-by: Michal Vokáč > Reviewed-by: Fabio Estevam Patch queued for 4.20, thanks. Best regards, -- Bartlomiej Zolnierkiewicz Samsung R Institute Poland Samsung Electronics

Re: [RESEND PATCH v2 1/3] video: ssd1307fb: Use gpiod_set_value_cansleep() for reset

2018-10-08 Thread Bartlomiej Zolnierkiewicz
ned-off-by: Michal Vokáč > Reviewed-by: Fabio Estevam Patch queued for 4.20, thanks. Best regards, -- Bartlomiej Zolnierkiewicz Samsung R Institute Poland Samsung Electronics

Re: [PATCH v4] video: fbdev: omapfb: lcd_ams_delta: use GPIO lookup table

2018-10-08 Thread Bartlomiej Zolnierkiewicz
while respective GPIO > lookup table is initialized by a board init code. > > Signed-off-by: Janusz Krzysztofik > Reviewed-by: Linus Walleij Patch queued for 4.20, thanks. Best regards, -- Bartlomiej Zolnierkiewicz Samsung R Institute Poland Samsung Electronics

Re: [PATCH v4] video: fbdev: omapfb: lcd_ams_delta: use GPIO lookup table

2018-10-08 Thread Bartlomiej Zolnierkiewicz
while respective GPIO > lookup table is initialized by a board init code. > > Signed-off-by: Janusz Krzysztofik > Reviewed-by: Linus Walleij Patch queued for 4.20, thanks. Best regards, -- Bartlomiej Zolnierkiewicz Samsung R Institute Poland Samsung Electronics

Re: [PATCH] Video: vgastate: fixed a spacing coding style

2018-10-08 Thread Bartlomiej Zolnierkiewicz
On 08/24/2018 02:49 PM, Mehdi Bounya wrote: > Removed a space between function name and open parant. > > Signed-off-by: Mehdi Bounya Patch queued for 4.20, thanks. Best regards, -- Bartlomiej Zolnierkiewicz Samsung R Institute Poland Samsung Electronics

Re: [PATCH] Video: vgastate: fixed a spacing coding style

2018-10-08 Thread Bartlomiej Zolnierkiewicz
On 08/24/2018 02:49 PM, Mehdi Bounya wrote: > Removed a space between function name and open parant. > > Signed-off-by: Mehdi Bounya Patch queued for 4.20, thanks. Best regards, -- Bartlomiej Zolnierkiewicz Samsung R Institute Poland Samsung Electronics

Re: [PATCH] ata: ep93xx: Use proper enums for directions

2018-10-04 Thread Bartlomiej Zolnierkiewicz
rns about a conversion. > > DMA_TO_DEVICE = DMA_MEM_TO_DEV = 1 > DMA_FROM_DEVICE = DMA_DEV_TO_MEM = 2 > > Signed-off-by: Nathan Chancellor Acked-by: Bartlomiej Zolnierkiewicz Best regards, -- Bartlomiej Zolnierkiewicz Samsung R Institute Poland Samsung Electronics

Re: [PATCH] ata: ep93xx: Use proper enums for directions

2018-10-04 Thread Bartlomiej Zolnierkiewicz
rns about a conversion. > > DMA_TO_DEVICE = DMA_MEM_TO_DEV = 1 > DMA_FROM_DEVICE = DMA_DEV_TO_MEM = 2 > > Signed-off-by: Nathan Chancellor Acked-by: Bartlomiej Zolnierkiewicz Best regards, -- Bartlomiej Zolnierkiewicz Samsung R Institute Poland Samsung Electronics

[GIT PULL] fbdev fixes for v4.19-rc7

2018-10-02 Thread Bartlomiej Zolnierkiewicz
Hi Greg, Please pull fbdev fixes for v4.19-rc7 (please see the signed tag description for details). Best regards, -- Bartlomiej Zolnierkiewicz Samsung R Institute Poland Samsung Electronics The following changes since commit 6bf4ca7fbc85d80446ac01c0d1d77db4d91a6d84: Linux 4.19-rc5 (2018-09

[GIT PULL] fbdev fixes for v4.19-rc7

2018-10-02 Thread Bartlomiej Zolnierkiewicz
Hi Greg, Please pull fbdev fixes for v4.19-rc7 (please see the signed tag description for details). Best regards, -- Bartlomiej Zolnierkiewicz Samsung R Institute Poland Samsung Electronics The following changes since commit 6bf4ca7fbc85d80446ac01c0d1d77db4d91a6d84: Linux 4.19-rc5 (2018-09

Re: [PATCH] ARM: SAMSUNG: limit SAMSUNG_PM_DEBUG config option to non-Exynos platforms

2018-09-28 Thread Bartlomiej Zolnierkiewicz
On 09/28/2018 03:54 PM, Krzysztof Kozlowski wrote: > On Fri, 28 Sep 2018 at 15:37, Bartlomiej Zolnierkiewicz > wrote: >> >> "Samsung PM Suspend debug" feature (controlled by SAMSUNG_PM_DEBUG >> config option) is not working properly (debug messages are not &g

Re: [PATCH] ARM: SAMSUNG: limit SAMSUNG_PM_DEBUG config option to non-Exynos platforms

2018-09-28 Thread Bartlomiej Zolnierkiewicz
On 09/28/2018 03:54 PM, Krzysztof Kozlowski wrote: > On Fri, 28 Sep 2018 at 15:37, Bartlomiej Zolnierkiewicz > wrote: >> >> "Samsung PM Suspend debug" feature (controlled by SAMSUNG_PM_DEBUG >> config option) is not working properly (debug messages are not &g

[PATCH] ARM: SAMSUNG: limit SAMSUNG_PM_DEBUG config option to non-Exynos platforms

2018-09-28 Thread Bartlomiej Zolnierkiewicz
pendencies to SAMSUNG_PM_DEBUG config option to hide it on Exynos platforms. Signed-off-by: Bartlomiej Zolnierkiewicz --- arch/arm/plat-samsung/Kconfig |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) Index: b/arch/arm/plat-samsu

[PATCH] ARM: SAMSUNG: limit SAMSUNG_PM_DEBUG config option to non-Exynos platforms

2018-09-28 Thread Bartlomiej Zolnierkiewicz
pendencies to SAMSUNG_PM_DEBUG config option to hide it on Exynos platforms. Signed-off-by: Bartlomiej Zolnierkiewicz --- arch/arm/plat-samsung/Kconfig |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) Index: b/arch/arm/plat-samsu

[PATCH] ARM: SAMSUNG: limit SAMSUNG_PM_CHECK config option to non-Exynos platforms

2018-09-28 Thread Bartlomiej Zolnierkiewicz
18.757127] Code: 0a2a e59f3120 e1a04001 e1a0c00b (e5945004) [ 18.757127] ---[ end trace 213166221066122e ]--- Add PLAT_S3C24XX, ARCH_S3C64XX and ARCH_S5PV210 dependencies to SAMSUNG_PM_CHECK config option to hide it on Exynos platforms. Signed-off-by: Bartlomiej Zolnierkiewicz --- arc

[PATCH] ARM: SAMSUNG: limit SAMSUNG_PM_CHECK config option to non-Exynos platforms

2018-09-28 Thread Bartlomiej Zolnierkiewicz
18.757127] Code: 0a2a e59f3120 e1a04001 e1a0c00b (e5945004) [ 18.757127] ---[ end trace 213166221066122e ]--- Add PLAT_S3C24XX, ARCH_S3C64XX and ARCH_S5PV210 dependencies to SAMSUNG_PM_CHECK config option to hide it on Exynos platforms. Signed-off-by: Bartlomiej Zolnierkiewicz --- arc

Re: [PATCH 01/17] thermal: add thermal_zone_device_toggle() helper

2018-09-17 Thread Bartlomiej Zolnierkiewicz
On 09/14/2018 01:40 PM, Bartlomiej Zolnierkiewicz wrote: [...] >>> --- a/include/linux/thermal.h >>> +++ b/include/linux/thermal.h >>> @@ -467,6 +467,7 @@ struct thermal_cooling_device * >>> int thermal_zone_get_temp(struct thermal_zone_device *tz, int *te

Re: [PATCH 01/17] thermal: add thermal_zone_device_toggle() helper

2018-09-17 Thread Bartlomiej Zolnierkiewicz
On 09/14/2018 01:40 PM, Bartlomiej Zolnierkiewicz wrote: [...] >>> --- a/include/linux/thermal.h >>> +++ b/include/linux/thermal.h >>> @@ -467,6 +467,7 @@ struct thermal_cooling_device * >>> int thermal_zone_get_temp(struct thermal_zone_device *tz, int *te

Re: [PATCH 00/17] thermal: enable/check sensor after its setup is finished

2018-09-14 Thread Bartlomiej Zolnierkiewicz
On 09/10/2018 07:37 PM, Eduardo Valentin wrote: > On Tue, Apr 10, 2018 at 02:41:54PM +0200, Bartlomiej Zolnierkiewicz wrote: >> Hi, >> >> [devm]_thermal_zone_of_sensor_register() is used to register >> thermal sensor by thermal drivers using DeviceTree. Be

Re: [PATCH 00/17] thermal: enable/check sensor after its setup is finished

2018-09-14 Thread Bartlomiej Zolnierkiewicz
On 09/10/2018 07:37 PM, Eduardo Valentin wrote: > On Tue, Apr 10, 2018 at 02:41:54PM +0200, Bartlomiej Zolnierkiewicz wrote: >> Hi, >> >> [devm]_thermal_zone_of_sensor_register() is used to register >> thermal sensor by thermal drivers using DeviceTree. Be

Re: [PATCH 01/17] thermal: add thermal_zone_device_toggle() helper

2018-09-14 Thread Bartlomiej Zolnierkiewicz
On 09/10/2018 07:16 PM, Eduardo Valentin wrote: > On Tue, Apr 10, 2018 at 02:41:55PM +0200, Bartlomiej Zolnierkiewicz wrote: >> Add thermal_zone_device_toggle() helper. Then update core code and >> drivers to use it. > > Cool, but I think it would be good to have some

Re: [PATCH 01/17] thermal: add thermal_zone_device_toggle() helper

2018-09-14 Thread Bartlomiej Zolnierkiewicz
On 09/10/2018 07:16 PM, Eduardo Valentin wrote: > On Tue, Apr 10, 2018 at 02:41:55PM +0200, Bartlomiej Zolnierkiewicz wrote: >> Add thermal_zone_device_toggle() helper. Then update core code and >> drivers to use it. > > Cool, but I think it would be good to have some

Re: [PATCH] PM / devfreq: Add new name attribute for sysfs

2018-08-29 Thread Bartlomiej Zolnierkiewicz
+ return -EINVAL; This leaks 'devfreq' object and doesn't encode return value into pointer returned by devfreq_add_device(), it should be replaced by: err = -EINVAL; goto err_dev; > dev_set_name(>dev, "devfreq%d", > atomic_i

Re: [PATCH] PM / devfreq: Add new name attribute for sysfs

2018-08-29 Thread Bartlomiej Zolnierkiewicz
+ return -EINVAL; This leaks 'devfreq' object and doesn't encode return value into pointer returned by devfreq_add_device(), it should be replaced by: err = -EINVAL; goto err_dev; > dev_set_name(>dev, "devfreq%d", > atomic_i

[GIT PULL] fbdev changes for v4.19

2018-08-23 Thread Bartlomiej Zolnierkiewicz
for details. Best regards, -- Bartlomiej Zolnierkiewicz Samsung R Institute Poland Samsung Electronics The following changes since commit 334bb8972a131e604a741e9b284d8867190c723e: console: dummycon: export dummycon_[un]register_output_notifier (2018-06-29 11:46:19 +0200) are available in the git

[GIT PULL] fbdev changes for v4.19

2018-08-23 Thread Bartlomiej Zolnierkiewicz
for details. Best regards, -- Bartlomiej Zolnierkiewicz Samsung R Institute Poland Samsung Electronics The following changes since commit 334bb8972a131e604a741e9b284d8867190c723e: console: dummycon: export dummycon_[un]register_output_notifier (2018-06-29 11:46:19 +0200) are available in the git

Re: [PATCH 01/14] thermal: ti-soc-thermal: fix TALERT IRQ handling for DRA752

2018-07-27 Thread Bartlomiej Zolnierkiewicz
On Friday, July 27, 2018 10:13:51 AM Keerthy wrote: > > On Wednesday 25 July 2018 07:57 PM, Bartlomiej Zolnierkiewicz wrote: > > On Wednesday, July 11, 2018 07:49:41 AM J, KEERTHY wrote: > >> > >> On 5/14/2018 5:12 PM, Bartlomiej Zolnierkiewicz wrote: > &

Re: [PATCH 01/14] thermal: ti-soc-thermal: fix TALERT IRQ handling for DRA752

2018-07-27 Thread Bartlomiej Zolnierkiewicz
On Friday, July 27, 2018 10:13:51 AM Keerthy wrote: > > On Wednesday 25 July 2018 07:57 PM, Bartlomiej Zolnierkiewicz wrote: > > On Wednesday, July 11, 2018 07:49:41 AM J, KEERTHY wrote: > >> > >> On 5/14/2018 5:12 PM, Bartlomiej Zolnierkiewicz wrote: > &

Re: [PATCH v2] Documentation: dt-bindings: Explicitly mark Samsung Exynos SoC bindings as unstable

2018-07-26 Thread Bartlomiej Zolnierkiewicz
ompiled from the same kernel source tree as the kernel image. > > Signed-off-by: Marek Szyprowski > Signed-off-by: Krzysztof Kozlowski Acked-by: Bartlomiej Zolnierkiewicz Best regards, -- Bartlomiej Zolnierkiewicz Samsung R Institute Poland Samsung Electronics

Re: [PATCH v2] Documentation: dt-bindings: Explicitly mark Samsung Exynos SoC bindings as unstable

2018-07-26 Thread Bartlomiej Zolnierkiewicz
ompiled from the same kernel source tree as the kernel image. > > Signed-off-by: Marek Szyprowski > Signed-off-by: Krzysztof Kozlowski Acked-by: Bartlomiej Zolnierkiewicz Best regards, -- Bartlomiej Zolnierkiewicz Samsung R Institute Poland Samsung Electronics

<    1   2   3   4   5   6   7   8   9   10   >