summaryrefslogtreecommitdiff
path: root/drivers/pwm
AgeCommit message (Expand)Author
10 daysMerge tag 'driver-core-7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
10 daysMerge tag 'pwm/for-7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2026-08-13clocksource/drivers/samsung_pwm: Switch to raw_spinlock_t typeMarek Szyprowski
2026-08-11pwm: th1520: use vertical import styleGuru Das Srinagesh
2026-08-10Merge tag 'v7.2-rc7' into driver-core-nextDanilo Krummrich
2026-07-30rust: driver: remove `$module_table_name` from `module_device_table`Gary Guo
2026-07-19pwm: rzg2l-gpt: Drop unused rzg2l_gpt_chip parameter from rzg2l_gpt_calculate...Biju Das
2026-07-19pwm: Use seq_putc() calls in pwm_dbg_show()Markus Elfring
2026-07-14pwm: tegra: Add support for Tegra264Mikko Perttunen
2026-07-14pwm: tegra: Parametrize duty and scale field widthsMikko Perttunen
2026-07-14pwm: tegra: Modify read/write accessors for multi-register channelMikko Perttunen
2026-07-14pwm: tegra: Avoid hard-coded max clock frequencyYi-Wei Wang
2026-07-14pwm: tegra: Prefix driver-local macros and functionsMikko Perttunen
2026-07-13Merge patch series "rust: I/O type generalization and projection"Danilo Krummrich
2026-07-11rust: io: mem: return DevresLt from IoMem/ExclusiveIoMem::into_devres()Danilo Krummrich
2026-07-11pwm: th1520: remove unnecessary `deref`Gary Guo
2026-07-10pwm: lpss-pci: Unify coding style of pci_device_id arrayUwe Kleine-König (The Capable Hub)
2026-07-10pwm: Unify coding style of of_device_id arraysUwe Kleine-König (The Capable Hub)
2026-07-10pwm: Unify coding style of acpi_device_id arraysUwe Kleine-König (The Capable Hub)
2026-07-10pwm: Use named initializers for arrays of acpi_device_idUwe Kleine-König (The Capable Hub)
2026-07-10pwm: pca9685: Drop unused assignment of acpi_device_id driver dataUwe Kleine-König (The Capable Hub)
2026-07-05pwm: pxa: Depend on OF and simplify accordinglyUwe Kleine-König (The Capable Hub)
2026-07-03pwm: Use named initializers for platform_device_id arraysUwe Kleine-König (The Capable Hub)
2026-07-03pwm: mc33xs2410: Initialize spi_device_id arrays using member namesUwe Kleine-König (The Capable Hub)
2026-07-03Replace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c f...Uwe Kleine-König (The Capable Hub)
2026-06-27Merge tag 'pwm/for-7.2-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2026-06-16Merge tag 'pwm/for-7.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2026-06-09pwm: rzg2l-gpt: Add missing newlines to dev_err_probe() messagesBiju Das
2026-06-09pwm: rzg2l-gpt: Fix period_ticks type from u32 to u64Biju Das
2026-06-05pwm: th1520: Remove requirement for mul_u64_u64_div_u64_roundupMaurice Hieronymus
2026-05-27rust: io: make IoMem and ExclusiveIoMem lifetime-parameterizedDanilo Krummrich
2026-05-27rust: platform: make Driver trait lifetime-parameterizedDanilo Krummrich
2026-05-27rust: device: make Core and CoreInternal lifetime-parameterizedDanilo Krummrich
2026-05-27rust: driver: decouple driver private data from driver typeDanilo Krummrich
2026-05-26pwm: pca9685: Use named initializers for struct i2c_device_idUwe Kleine-König (The Capable Hub)
2026-05-26pwm: pxa: Add optional bus clockYixun Lan
2026-05-26pwm: ipq: Add missing module descriptionRosen Penev
2026-05-26pwm: stm32: Make use of mul_u64_u64_div_u64_roundup()Uwe Kleine-König
2026-05-26pwm: Consistently define pci_device_ids using named initializersUwe Kleine-König (The Capable Hub)
2026-05-26pwm: Driver for qualcomm ipq6018 pwm blockDevi Priya
2026-05-23pwm: imx27: Fix variable truncation in .apply()Ronaldo Nunez
2026-05-23pwm: mediatek: correct mt7628 clock source settingShiji Yang
2026-05-23pwm: mediatek: set mt7628 pwm45_fixup flag to falseShiji Yang
2026-05-18pwm: atmel-tcb: Remove unneeded semicolonChen Ni
2026-04-23Merge tag 'pwm/fixes-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2026-04-22pwm: atmel-tcb: Cache clock rates and mark chip as atomicSangyun Kim
2026-04-16pwm: stm32: Fix rounding issue for requests with inverted polarityUwe Kleine-König
2026-04-15Merge tag 'pwm/for-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2026-04-03pwm: th1520: remove impl Send/Sync for Th1520PwmDriverDataAlice Ryhl
2026-03-29pwm: th1520: fix `CLIPPY=1` warningMiguel Ojeda