aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pwm/pwm-dwc.c
diff options
context:
space:
mode:
authorJeff LaBundy <[email protected]>2023-02-06 02:56:22 +0000
committerThierry Reding <[email protected]>2023-02-17 15:02:19 +0000
commit860793bbdcdfbeae684d552ce0121846cffc4803 (patch)
tree6ac37932f39aeb1aab81e5ca187d185daf43ea42 /drivers/pwm/pwm-dwc.c
parentpwm: ab8500: Implement .get_state() (diff)
downloadkernel-860793bbdcdfbeae684d552ce0121846cffc4803.tar.gz
kernel-860793bbdcdfbeae684d552ce0121846cffc4803.zip
pwm: iqs620a: Replace one remaining instance of regmap_update_bits()
The call to regmap_update_bits() which was responsible for clearing the PWM output enable register bit was recently dropped in favor of a call to regmap_clear_bits(), thereby simplifying the code. Similarly, the call to regmap_update_bits() which sets the same bit can be simplified with a call to regmap_set_bits(). Signed-off-by: Jeff LaBundy <[email protected]> Reviewed-by: Uwe Kleine-König <[email protected]> Signed-off-by: Thierry Reding <[email protected]>
Diffstat (limited to 'drivers/pwm/pwm-dwc.c')
0 files changed, 0 insertions, 0 deletions