Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-09-04 | mfd: twl: Move header file out of I2C realm | Wolfram Sang | 1 | -1/+1 | |
include/linux/i2c is not for client devices. Move the header file to a more appropriate location. Signed-off-by: Wolfram Sang <[email protected]> Acked-by: Greg Kroah-Hartman <[email protected]> Acked-by: Alexandre Belloni <[email protected]> Acked-by: Mark Brown <[email protected]> Acked-by: Sebastian Reichel <[email protected]> Acked-by: Jonathan Cameron <[email protected]> Acked-by: Dmitry Torokhov <[email protected]> Acked-by: Kishon Vijay Abraham I <[email protected]> Acked-by: Bartlomiej Zolnierkiewicz <[email protected]> Acked-by: Thierry Reding <[email protected]> Acked-by: Tony Lindgren <[email protected]> Acked-by: Daniel Thompson <[email protected]> Acked-by: Linus Walleij <[email protected]> Acked-by: Guenter Roeck <[email protected]> Signed-off-by: Lee Jones <[email protected]> | |||||
2017-01-04 | pwm: Remove .can_sleep from struct pwm_chip | Thierry Reding | 1 | -1/+0 | |
All PWM devices have been marked as "might sleep" since v4.5, there is no longer a need to differentiate on a per-chip basis. Signed-off-by: Thierry Reding <[email protected]> | |||||
2013-10-08 | pwm: twl-led: Include linux/of.h header | Sachin Kamat | 1 | -0/+1 | |
'of_match_ptr' is defined in linux/of.h. Include it explicitly. Signed-off-by: Sachin Kamat <[email protected]> Signed-off-by: Thierry Reding <[email protected]> | |||||
2013-04-23 | pwm: Constify OF match tables | Thierry Reding | 1 | -1/+1 | |
A few drivers already annotate this properly. Make the same change for all other OF supporting drivers. Signed-off-by: Thierry Reding <[email protected]> Acked-by: Shawn Guo <[email protected]> Acked-by: Alexandre Pereira da Silva <[email protected]> Acked-by: Viresh Kumar <[email protected]> | |||||
2013-04-02 | pwm: twl-led: Add .owner to struct pwm_ops | Axel Lin | 1 | -0/+2 | |
Add missing .owner of struct pwm_ops. This prevents the module from being removed from underneath its users. Signed-off-by: Axel Lin <[email protected]> Acked-by: Peter Ujfalusi <[email protected]> Signed-off-by: Thierry Reding <[email protected]> | |||||
2013-01-30 | pwm: Add can_sleep property to drivers | Florian Vaussard | 1 | -0/+1 | |
Calls to PWM drivers connected through I2C can sleep. Use the new can_sleep property. Acked-by: Peter Ujfalusi <[email protected]> Signed-off-by: Florian Vaussard <[email protected]> Signed-off-by: Thierry Reding <[email protected]> | |||||
2012-11-28 | pwm: New driver to support PWM driven LEDs on TWL4030/6030 series of PMICs | Peter Ujfalusi | 1 | -0/+344 | |
The driver supports the following LED outputs as generic PWM driver: TWL4030 LEDA and LEDB (PWMA and PWMB) TWL6030 Charging indicator LED (PWM LED) On TWL6030 when the PWM requested LED is configured to be controlled by SW. In this case the user can enable/disable and set the duty period freely. When the PWM has been freed, the LED driver is put back to HW control. Signed-off-by: Peter Ujfalusi <[email protected]> Signed-off-by: Thierry Reding <[email protected]> |