summaryrefslogtreecommitdiff
path: root/drivers/pwm/pwm-pca9685.c
AgeCommit message (Expand)Author
2021-04-23pwm: pca9685: Improve runtime PM behaviorClemens Gruber
2021-04-23pwm: pca9685: Support hardware readoutClemens Gruber
2021-04-23pwm: pca9685: Switch to atomic APIClemens Gruber
2021-03-22pwm: Always allocate PWM chip base ID dynamicallyUwe Kleine-König
2020-09-24pwm: pca9685: Disable unused alternative addressesDavid Jander
2020-09-24pwm: pca9685: Use BIT() macro instead of shiftDavid Jander
2020-09-24pwm: pca9685: Make comments more consistentDavid Jander
2020-04-03pwm: pca9685: Fix PWM/GPIO inter-operationSven Van Asbroeck
2020-03-30pwm: pca9685: Use gpio core provided macro GPIO_LINE_DIRECTION_OUTRishi Gupta
2020-03-30pwm: pca9685: Replace CONFIG_PM with __maybe_unusedRishi Gupta
2020-03-30pwm: pca9685: Remove unused duty_cycle struct elementMatthias Schiffer
2020-01-20pwm: Remove set but not set variable 'pwm'yu kuai
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner
2019-05-09pwm: Clear chip_data in pwm_put()Uwe Kleine-König
2017-07-25pwm: pca9685: clarify pca9685_set_sleep_mode() interface.Sven Van Asbroeck
2017-04-13pwm: pca9685: Fix GPIO-only operationSven Van Asbroeck
2017-02-10Merge branch 'for-4.11/drivers' into for-nextThierry Reding
2017-01-20pwm: pca9685: Fix period change with same duty cycleClemens Gruber
2017-01-19pwm: pca9685: Allow any of the 16 PWMs to be used as a GPIOMika Westerberg
2017-01-04pwm: Remove .can_sleep from struct pwm_chipThierry Reding
2015-11-06pwm-pca9685: enable ACPI device found on Galileo Gen2Andy Shevchenko
2015-08-17pwm-pca9685: Support changing the output frequencyClemens Gruber
2015-08-17pwm-pca9685: Fix several driver bugsClemens Gruber
2015-08-17pwm: pca9685: Drop owner assignmentKrzysztof Kozlowski
2015-03-11pwm: pca9685: Constify struct regmap_configKrzysztof Kozlowski
2013-06-26pwm: pca9685: Fix wrong argument to set MODE1_SLEEP bitAxel Lin
2013-06-12pwm: Fill in missing .owner fieldsThierry Reding
2013-06-12pwm: add pca9685 driverSteffen Trumtrar