Age | Commit message (Expand) | Author | Files | Lines |
2022-12-06 | pwm: pca9685: Convert to i2c's .probe_new() | Uwe Kleine-König | 1 | -3/+2 |
2022-12-06 | pwm: Make .get_state() callback return an error code | Uwe Kleine-König | 1 | -3/+5 |
2022-08-16 | i2c: Make remove callback return void | Uwe Kleine-König | 1 | -3/+1 |
2022-02-24 | pwm: pca9685: Reset OFF/ON registers to POR value | Lionel Vitte | 1 | -2/+2 |
2021-09-02 | pwm: pca9685: Don't check the return code of pwmchip_remove() | Uwe Kleine-König | 1 | -4/+1 |
2021-06-04 | pwm: pca9685: Add error messages for failed regmap calls | Clemens Gruber | 1 | -24/+59 |
2021-06-04 | pwm: pca9685: Restrict period change for enabled PWMs | Clemens Gruber | 1 | -10/+64 |
2021-06-04 | pwm: pca9685: Support new usage_power setting in PWM state | Clemens Gruber | 1 | -15/+46 |
2021-04-23 | pwm: pca9685: Improve runtime PM behavior | Clemens Gruber | 1 | -6/+19 |
2021-04-23 | pwm: pca9685: Support hardware readout | Clemens Gruber | 1 | -0/+36 |
2021-04-23 | pwm: pca9685: Switch to atomic API | Clemens Gruber | 1 | -170/+91 |
2021-03-22 | pwm: Always allocate PWM chip base ID dynamically | Uwe Kleine-König | 1 | -1/+0 |
2020-09-24 | pwm: pca9685: Disable unused alternative addresses | David Jander | 1 | -7/+16 |
2020-09-24 | pwm: pca9685: Use BIT() macro instead of shift | David Jander | 1 | -4/+4 |
2020-09-24 | pwm: pca9685: Make comments more consistent | David Jander | 1 | -7/+7 |
2020-04-03 | pwm: pca9685: Fix PWM/GPIO inter-operation | Sven Van Asbroeck | 1 | -37/+48 |
2020-03-30 | pwm: pca9685: Use gpio core provided macro GPIO_LINE_DIRECTION_OUT | Rishi Gupta | 1 | -1/+1 |
2020-03-30 | pwm: pca9685: Replace CONFIG_PM with __maybe_unused | Rishi Gupta | 1 | -4/+2 |
2020-03-30 | pwm: pca9685: Remove unused duty_cycle struct element | Matthias Schiffer | 1 | -4/+0 |
2020-01-20 | pwm: Remove set but not set variable 'pwm' | yu kuai | 1 | -4/+0 |
2019-06-19 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234 | Thomas Gleixner | 1 | -12/+1 |
2019-05-09 | pwm: Clear chip_data in pwm_put() | Uwe Kleine-König | 1 | -1/+0 |
2017-07-25 | pwm: pca9685: clarify pca9685_set_sleep_mode() interface. | Sven Van Asbroeck | 1 | -7/+7 |
2017-04-13 | pwm: pca9685: Fix GPIO-only operation | Sven Van Asbroeck | 1 | -33/+79 |
2017-02-10 | Merge branch 'for-4.11/drivers' into for-next | Thierry Reding | 1 | -12/+163 |
2017-01-20 | pwm: pca9685: Fix period change with same duty cycle | Clemens Gruber | 1 | -11/+0 |
2017-01-19 | pwm: pca9685: Allow any of the 16 PWMs to be used as a GPIO | Mika Westerberg | 1 | -1/+163 |
2017-01-04 | pwm: Remove .can_sleep from struct pwm_chip | Thierry Reding | 1 | -1/+0 |
2015-11-06 | pwm-pca9685: enable ACPI device found on Galileo Gen2 | Andy Shevchenko | 1 | -4/+16 |
2015-08-17 | pwm-pca9685: Support changing the output frequency | Clemens Gruber | 1 | -1/+64 |
2015-08-17 | pwm-pca9685: Fix several driver bugs | Clemens Gruber | 1 | -0/+24 |
2015-08-17 | pwm: pca9685: Drop owner assignment | Krzysztof Kozlowski | 1 | -1/+0 |
2015-03-11 | pwm: pca9685: Constify struct regmap_config | Krzysztof Kozlowski | 1 | -1/+1 |
2013-06-27 | pwm: pca9685: Fix wrong argument to set MODE1_SLEEP bit | Axel Lin | 1 | -2/+3 |
2013-06-12 | pwm: Fill in missing .owner fields | Thierry Reding | 1 | -0/+1 |
2013-06-12 | pwm: add pca9685 driver | Steffen Trumtrar | 1 | -0/+298 |