| Commit message (Expand) | Author | Age | Files | Lines |
* | pwm: lpss: Simplify using devm_pwmchip_add() | Uwe Kleine-König | 2021-06-28 | 1 | -7/+1 |
* | pwm: lpss: Don't modify HW state in .remove callback | Uwe Kleine-König | 2021-04-09 | 1 | -6/+0 |
* | pwm: Always allocate PWM chip base ID dynamically | Uwe Kleine-König | 2021-03-22 | 1 | -1/+0 |
* | pwm: lpss: Log error from pwm_lpss_is_updating() if the update bit is still set | Hans de Goede | 2020-12-17 | 1 | -1/+6 |
* | pwm: lpss: Remove suspend/resume handlers | Hans de Goede | 2020-09-06 | 1 | -24/+0 |
* | pwm: lpss: Make pwm_lpss_apply() not rely on existing hardware state | Hans de Goede | 2020-09-06 | 1 | -12/+9 |
* | pwm: lpss: Add pwm_lpss_prepare_enable() helper | Hans de Goede | 2020-09-06 | 1 | -19/+26 |
* | pwm: lpss: Add range limit check for the base_unit register value | Hans de Goede | 2020-09-06 | 1 | -1/+2 |
* | pwm: lpss: Fix off by one error in base_unit math in pwm_lpss_prepare() | Hans de Goede | 2020-09-06 | 1 | -3/+3 |
* | pwm: lpss: Fix get_state runtime-pm reference handling | Hans de Goede | 2020-06-02 | 1 | -4/+11 |
* | pwm: Ensure pwm_apply_state() doesn't modify the state argument | Uwe Kleine-König | 2019-09-21 | 1 | -1/+1 |
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 | Thomas Gleixner | 2019-06-19 | 1 | -4/+1 |
* | pwm: lpss: Only set update bit if we are actually changing the settings | Hans de Goede | 2018-10-16 | 1 | -5/+7 |
* | pwm: lpss: Add get_state callback | Hans de Goede | 2018-10-12 | 1 | -0/+34 |
* | pwm: lpss: Release runtime-pm reference from the driver's remove callback | Hans de Goede | 2018-10-12 | 1 | -0/+6 |
* | pwm: lpss: Move struct pwm_lpss_chip definition to the header file | Hans de Goede | 2018-10-12 | 1 | -9/+0 |
* | pwm: lpss: platform: Save/restore the ctrl register over a suspend/resume | Hans de Goede | 2018-06-06 | 1 | -0/+30 |
* | pwm: lpss: Set enable-bit before waiting for update-bit to go low | Hans de Goede | 2017-04-06 | 1 | -6/+13 |
* | pwm: lpss: Do not export board infos for different PWM types | Andy Shevchenko | 2017-01-30 | 1 | -24/+0 |
* | pwm: lpss: Avoid reconfiguring while UPDATE bit is still enabled | Ilkka Koskinen | 2017-01-30 | 1 | -9/+43 |
* | pwm: lpss: Switch to new atomic API | Andy Shevchenko | 2017-01-30 | 1 | -35/+29 |
* | pwm: lpss: Allow duty cycle to be 0 | Andy Shevchenko | 2017-01-30 | 1 | -2/+0 |
* | pwm: lpss: Avoid potential overflow of base_unit | Andy Shevchenko | 2017-01-30 | 1 | -3/+3 |
* | pwm: lpss: Move clk_rate check to ->probe() | Andy Shevchenko | 2016-07-11 | 1 | -5/+7 |
* | pwm: lpss: Prevent on_time_div overflow on lower frequencies | Mika Westerberg | 2016-07-11 | 1 | -2/+4 |
* | pwm: lpss: Fix base_unit calculation for PWM frequency | Dan O'Donovan | 2016-07-11 | 1 | -5/+3 |
* | pwm: lpss: Rework the sequence of programming PWM_SW_UPDATE | Mika Westerberg | 2015-12-16 | 1 | -2/+21 |
* | pwm: lpss: Update PWM setting for Broxton | qipeng.zha | 2015-12-16 | 1 | -14/+19 |
* | pwm: lpss: Remove ->free() callback | Mika Westerberg | 2015-12-16 | 1 | -1/+0 |
* | pwm: lpss: Add support for runtime PM | Qipeng Zha | 2015-11-06 | 1 | -0/+7 |
* | pwm: lpss: Support all four PWMs on Intel Broxton | Mika Westerberg | 2015-11-06 | 1 | -0/+7 |
* | pwm: lpss: Add support for multiple PWMs | Mika Westerberg | 2015-11-06 | 1 | -21/+27 |
* | pwm: lpss: use c99 initializers in structures | Julia Lawall | 2014-08-25 | 1 | -2/+2 |
* | pwm: lpss: Fix build failure on PowerPC | Thierry Reding | 2014-08-23 | 1 | -0/+1 |
* | pwm: lpss: Properly split driver to parts | Andy Shevchenko | 2014-08-23 | 1 | -126/+10 |
* | pwm: lpss: Add ACPI and PCI IDs for Intel Braswell | Alan Cox | 2014-08-22 | 1 | -0/+8 |
* | pwm: lpss: remove dependency on clk framework | Heikki Krogerus | 2014-08-07 | 1 | -22/+10 |
* | pwm: lpss: Fix const qualifier and sparse warnings | Thierry Reding | 2014-05-07 | 1 | -2/+2 |
* | pwm: lpss: Add support for PCI devices | Alan Cox | 2014-04-28 | 1 | -31/+130 |
* | pwm: add support for Intel Low Power Subsystem PWM | Mika Westerberg | 2014-04-01 | 1 | -0/+183 |