linux-stable/drivers/pwm
AngeloGioacchino Del Regno 9dbc30c861 pwm: mtk-disp: Configure double buffering before reading in .get_state()
[ Upstream commit b16c310115 ]

The DISP_PWM controller's default behavior is to always use register
double buffering: all reads/writes are then performed on shadow
registers instead of working registers and this becomes an issue
in case our chosen configuration in Linux is different from the
default (or from the one that was pre-applied by the bootloader).

An example of broken behavior is when the controller is configured
to use shadow registers, but this driver wants to configure it
otherwise: what happens is that the .get_state() callback is called
right after registering the pwmchip and checks whether the PWM is
enabled by reading the DISP_PWM_EN register;
At this point, if shadow registers are enabled but their content
was not committed before booting Linux, we are *not* reading the
current PWM enablement status, leading to the kernel knowing that
the hardware is actually enabled when, in reality, it's not.

The aforementioned issue emerged since this driver was fixed with
commit 0b5ef3429d ("pwm: mtk-disp: Fix the parameters calculated
by the enabled flag of disp_pwm") making it to read the enablement
status from the right register.

Configure the controller in the .get_state() callback to avoid
this desync issue and get the backlight properly working again.

Fixes: 3f2b167349 ("pwm: mtk-disp: Implement atomic API .get_state()")
Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Reviewed-by: Nícolas F. R. A. Prado <nfraprado@collabora.com>
Tested-by: Nícolas F. R. A. Prado <nfraprado@collabora.com>
Reviewed-by: Alexandre Mergnat <amergnat@baylibre.com>
Tested-by: Alexandre Mergnat <amergnat@baylibre.com>
Signed-off-by: Thierry Reding <thierry.reding@gmail.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2023-05-11 23:17:35 +09:00
..
Kconfig pwm: pxa: Enable for MMP platform 2022-12-06 12:46:15 +01:00
Makefile
core.c pwm: Zero-initialize the pwm_state passed to driver's .get_state() 2023-03-23 14:44:43 +01:00
pwm-ab8500.c pwm: ab8500: Implement .get_state() 2023-02-17 15:59:52 +01:00
pwm-atmel-hlcdc.c
pwm-atmel-tcb.c
pwm-atmel.c pwm: Make .get_state() callback return an error code 2022-12-06 12:46:22 +01:00
pwm-bcm-iproc.c pwm: Make .get_state() callback return an error code 2022-12-06 12:46:22 +01:00
pwm-bcm-kona.c
pwm-bcm2835.c
pwm-berlin.c
pwm-brcmstb.c
pwm-clk.c
pwm-clps711x.c
pwm-crc.c pwm: crc: Propagate errors in .get_state() to the caller 2022-12-06 12:46:25 +01:00
pwm-cros-ec.c pwm: cros-ec: Explicitly set .polarity in .get_state() 2023-03-23 14:44:41 +01:00
pwm-dwc.c pwm: dwc: Use devm_pwmchip_add() 2023-02-20 12:26:35 +01:00
pwm-ep93xx.c
pwm-fsl-ftm.c pwm: fsl-ftm: Use regmap_clear_bits and regmap_set_bits where applicable 2022-12-06 12:46:08 +01:00
pwm-hibvt.c pwm: hibvt: Explicitly set .polarity in .get_state() 2023-03-23 14:44:40 +01:00
pwm-img.c pwm: img: Use regmap_clear_bits and regmap_set_bits where applicable 2022-12-06 12:46:09 +01:00
pwm-imx-tpm.c pwm: Make .get_state() callback return an error code 2022-12-06 12:46:22 +01:00
pwm-imx1.c
pwm-imx27.c pwm: imx27: Propagate errors in .get_state() to the caller 2022-12-06 12:46:26 +01:00
pwm-intel-lgm.c pwm: Make .get_state() callback return an error code 2022-12-06 12:46:22 +01:00
pwm-iqs620a.c pwm: iqs620a: Explicitly set .polarity in .get_state() 2023-03-23 14:44:41 +01:00
pwm-jz4740.c pwm: jz4740: Use regmap_{set,clear}_bits 2022-11-29 13:06:47 +01:00
pwm-keembay.c pwm: Make .get_state() callback return an error code 2022-12-06 12:46:22 +01:00
pwm-lp3943.c pwm: lp3943: Drop unused i2c include 2023-01-30 17:20:30 +01:00
pwm-lpc18xx-sct.c pwm: lpc18xx-sct: Fix a comment to match code 2022-12-06 12:46:04 +01:00
pwm-lpc32xx.c
pwm-lpss-pci.c pwm: lpss: Rename pwm_lpss_probe() --> devm_pwm_lpss_probe() 2022-11-22 16:36:27 +02:00
pwm-lpss-platform.c pwm: lpss: Rename pwm_lpss_probe() --> devm_pwm_lpss_probe() 2022-11-22 16:36:27 +02:00
pwm-lpss.c pwm: Changes for v6.2-rc1 2022-12-21 09:41:28 -08:00
pwm-lpss.h pwm: lpss: Allow other drivers to enable PWM LPSS 2022-11-22 16:36:27 +02:00
pwm-mediatek.c pwm: mediatek: Add support for MT7986 2022-12-06 12:46:12 +01:00
pwm-meson.c pwm: meson: Fix g12a ao clk81 name 2023-05-11 23:16:50 +09:00
pwm-mtk-disp.c pwm: mtk-disp: Configure double buffering before reading in .get_state() 2023-05-11 23:17:35 +09:00
pwm-mxs.c
pwm-ntxec.c
pwm-omap-dmtimer.c
pwm-pca9685.c pwm: pca9685: Convert to i2c's .probe_new() 2022-12-06 12:46:31 +01:00
pwm-pxa.c pwm: pxa: Add reference manual link and limitations 2022-12-06 12:46:15 +01:00
pwm-raspberrypi-poe.c pwm: Make .get_state() callback return an error code 2022-12-06 12:46:22 +01:00
pwm-rcar.c
pwm-renesas-tpu.c
pwm-rockchip.c pwm: rockchip: Propagate errors in .get_state() to the caller 2022-12-06 12:46:28 +01:00
pwm-samsung.c
pwm-sifive.c pwm: sifive: Always let the first pwm_apply_state succeed 2023-01-30 16:42:45 +01:00
pwm-sl28cpld.c pwm: Make .get_state() callback return an error code 2022-12-06 12:46:22 +01:00
pwm-spear.c
pwm-sprd.c pwm: sprd: Explicitly set .polarity in .get_state() 2023-03-23 14:44:42 +01:00
pwm-sti.c
pwm-stm32-lp.c pwm: stm32-lp: fix the check on arr and cmp registers update 2023-01-30 16:42:45 +01:00
pwm-stm32.c pwm: stm32: Use regmap_clear_bits and regmap_set_bits where applicable 2022-12-06 12:46:11 +01:00
pwm-stmpe.c
pwm-sun4i.c pwm: sun4i: Propagate errors in .get_state() to the caller 2022-12-06 12:46:30 +01:00
pwm-sunplus.c pwm: Make .get_state() callback return an error code 2022-12-06 12:46:22 +01:00
pwm-tegra.c pwm: tegra: Fix 32 bit build 2022-11-11 15:03:59 +01:00
pwm-tiecap.c
pwm-tiehrpwm.c
pwm-twl-led.c
pwm-twl.c
pwm-visconti.c pwm: Make .get_state() callback return an error code 2022-12-06 12:46:22 +01:00
pwm-vt8500.c
pwm-xilinx.c pwm: Make .get_state() callback return an error code 2022-12-06 12:46:22 +01:00
sysfs.c pwm: sysfs: Replace sprintf() with sysfs_emit() 2022-09-28 17:52:02 +02:00