summaryrefslogtreecommitdiff
path: root/drivers/pwm/pwm-iqs620a.c
AgeCommit message (Expand)Author
2023-03-23pwm: iqs620a: Explicitly set .polarity in .get_state()Uwe Kleine-König
2023-02-17pwm: iqs620a: Replace one remaining instance of regmap_update_bits()Jeff LaBundy
2022-12-06pwm: Make .get_state() callback return an error codeUwe Kleine-König
2022-12-06pwm: iqs620a: Use regmap_clear_bits and regmap_set_bits where applicableUwe Kleine-König
2021-09-02pwm: iqs620a: Simplify using devm_pwmchip_add()Uwe Kleine-König
2021-03-22pwm: Always allocate PWM chip base ID dynamicallyUwe Kleine-König
2021-02-22pwm: iqs620a: Correct a stale state variableJeff LaBundy
2021-02-22pwm: iqs620a: Fix overflow and optimize calculationsUwe Kleine-König
2020-12-17pwm: Use -EINVAL for unsupported polarityThierry Reding
2020-06-17pwm: iqs620a: Use lowercase hexadecimal literals for consistencyThierry Reding
2020-06-17pwm: iqs620a: Use 64-bit divisionThierry Reding
2020-04-14pwm: Add support for Azoteq IQS620A PWM generatorJeff LaBundy