index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
pwm
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'pwm/for-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2022-12-21
35
-202
/
+263
|
\
|
*
pwm: pca9685: Convert to i2c's .probe_new()
Uwe Kleine-König
2022-12-06
1
-3
/
+2
|
*
pwm: sun4i: Propagate errors in .get_state() to the caller
Andre Przywara
2022-12-06
1
-1
/
+3
|
*
pwm: Handle .get_state() failures
Uwe Kleine-König
2022-12-06
1
-2
/
+12
|
*
pwm: sprd: Propagate errors in .get_state() to the caller
Uwe Kleine-König
2022-12-06
1
-1
/
+1
|
*
pwm: rockchip: Propagate errors in .get_state() to the caller
Uwe Kleine-König
2022-12-06
1
-2
/
+2
|
*
pwm: mtk-disp: Propagate errors in .get_state() to the caller
Uwe Kleine-König
2022-12-06
1
-2
/
+2
|
*
pwm: imx27: Propagate errors in .get_state() to the caller
Uwe Kleine-König
2022-12-06
1
-1
/
+1
|
*
pwm: cros-ec: Propagate errors in .get_state() to the caller
Uwe Kleine-König
2022-12-06
1
-1
/
+1
|
*
pwm: crc: Propagate errors in .get_state() to the caller
Uwe Kleine-König
2022-12-06
1
-2
/
+2
|
*
pwm/tracing: Also record trace events for failed API calls
Uwe Kleine-König
2022-12-06
1
-10
/
+8
|
*
pwm: Make .get_state() callback return an error code
Uwe Kleine-König
2022-12-06
25
-72
/
+122
|
*
pwm: pxa: Enable for MMP platform
Doug Brown
2022-12-06
1
-1
/
+1
|
*
pwm: pxa: Add reference manual link and limitations
Doug Brown
2022-12-06
1
-0
/
+7
|
*
pwm: pxa: Use abrupt shutdown mode
Doug Brown
2022-12-06
1
-1
/
+1
|
*
pwm: pxa: Remove clk enable/disable from pxa_pwm_config
Doug Brown
2022-12-06
1
-9
/
+0
|
*
pwm: pxa: Set duty cycle to 0 when disabling PWM
Doug Brown
2022-12-06
1
-9
/
+16
|
*
pwm: pxa: Remove pxa_pwm_enable/disable
Doug Brown
2022-12-06
1
-16
/
+3
|
*
pwm: mediatek: Add support for MT7986
Daniel Golle
2022-12-06
1
-0
/
+7
|
*
pwm: stm32: Use regmap_clear_bits and regmap_set_bits where applicable
Uwe Kleine-König
2022-12-06
1
-18
/
+16
|
*
pwm: stm32-lp: Use regmap_clear_bits and regmap_set_bits where applicable
Uwe Kleine-König
2022-12-06
1
-3
/
+2
|
*
pwm: iqs620a: Use regmap_clear_bits and regmap_set_bits where applicable
Uwe Kleine-König
2022-12-06
1
-2
/
+2
|
*
pwm: img: Use regmap_clear_bits and regmap_set_bits where applicable
Uwe Kleine-König
2022-12-06
1
-8
/
+7
|
*
pwm: fsl-ftm: Use regmap_clear_bits and regmap_set_bits where applicable
Uwe Kleine-König
2022-12-06
1
-11
/
+7
|
*
pwm: core: Remove S_IFREG from debugfs_create_file()
Andy Shevchenko
2022-12-06
1
-2
/
+1
|
*
pwm: Don't initialize list head before calling list_add()
Uwe Kleine-König
2022-12-06
1
-1
/
+0
|
*
pwm: Mark free pwm IDs as used in alloc_pwms()
Uwe Kleine-König
2022-12-06
1
-2
/
+2
|
*
pwm: Reduce time the pwm_lock mutex is held in pwmchip_add()
Uwe Kleine-König
2022-12-06
1
-15
/
+12
|
*
pwm: Document variables protected by pwm_lock
Uwe Kleine-König
2022-12-06
1
-0
/
+5
|
*
pwm: mediatek: always use bus clock for PWM on MT7622
Daniel Golle
2022-12-06
1
-1
/
+1
|
*
pwm: lpc18xx-sct: Fix a comment to match code
Uwe Kleine-König
2022-12-06
1
-1
/
+1
|
*
pwm: mtk-disp: Fix the parameters calculated by the enabled flag of disp_pwm
xinlei lee
2022-12-06
1
-2
/
+3
|
*
pwm: sifive: Call pwm_sifive_update_clock() while mutex is held
Uwe Kleine-König
2022-12-06
1
-1
/
+4
|
*
pwm: jz4740: Use regmap_{set,clear}_bits
Paul Cercueil
2022-11-29
1
-6
/
+4
|
*
pwm: jz4740: Depend on MACH_INGENIC instead of MIPS
Paul Cercueil
2022-11-29
1
-1
/
+1
|
*
pwm: jz4740: Force dependency on Device Tree
Paul Cercueil
2022-11-29
2
-7
/
+5
|
*
pwm: tegra: Fix 32 bit build
Steven Price
2022-11-11
1
-1
/
+1
|
*
pwm: tegra: Ensure the clock rate is not less than needed
Jon Hunter
2022-11-09
1
-0
/
+11
|
*
pwm: tegra: Improve required rate calculation
Jon Hunter
2022-11-09
1
-2
/
+2
*
|
pwm: lpss: Rename pwm_lpss_probe() --> devm_pwm_lpss_probe()
Andy Shevchenko
2022-11-22
3
-5
/
+5
*
|
pwm: lpss: Allow other drivers to enable PWM LPSS
Andy Shevchenko
2022-11-22
1
-21
/
+1
*
|
pwm: lpss: Include headers we are the direct user of
Andy Shevchenko
2022-11-22
1
-1
/
+3
*
|
pwm: lpss: Rename MAX_PWMS --> LPSS_MAX_PWMS
Andy Shevchenko
2022-11-22
2
-2
/
+2
|
/
*
Merge tag 'pwm/for-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2022-10-07
7
-97
/
+89
|
\
|
*
pwm: sysfs: Replace sprintf() with sysfs_emit()
Andy Shevchenko
2022-09-28
1
-6
/
+6
|
*
pwm: core: Replace custom implementation of device_match_fwnode()
Andy Shevchenko
2022-09-28
1
-1
/
+1
|
*
pwm: lpss: Add a comment to the bypass field
Andy Shevchenko
2022-09-28
1
-0
/
+5
|
*
pwm: lpss: Make use of bits.h macros for all masks
Andy Shevchenko
2022-09-28
1
-1
/
+2
|
*
pwm: lpss: Use DEFINE_RUNTIME_DEV_PM_OPS() and pm_ptr() macros
Andy Shevchenko
2022-09-28
1
-7
/
+5
|
*
pwm: lpss: Use device_get_match_data() to get device data
Andy Shevchenko
2022-09-28
1
-6
/
+4
[next]