summaryrefslogtreecommitdiff
path: root/drivers/pwm
AgeCommit message (Expand)AuthorFilesLines
4 daysMerge tag 'pwm/for-7.2-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-4/+4
2026-06-16Merge tag 'pwm/for-7.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds12-50/+337
2026-06-09pwm: rzg2l-gpt: Add missing newlines to dev_err_probe() messagesBiju Das1-3/+3
2026-06-09pwm: rzg2l-gpt: Fix period_ticks type from u32 to u64Biju Das1-1/+1
2026-06-05pwm: th1520: Remove requirement for mul_u64_u64_div_u64_roundupMaurice Hieronymus1-11/+5
2026-05-27rust: io: make IoMem and ExclusiveIoMem lifetime-parameterizedDanilo Krummrich1-2/+2
2026-05-27rust: platform: make Driver trait lifetime-parameterizedDanilo Krummrich1-5/+5
2026-05-27rust: device: make Core and CoreInternal lifetime-parameterizedDanilo Krummrich1-1/+1
2026-05-27rust: driver: decouple driver private data from driver typeDanilo Krummrich1-0/+1
2026-05-26pwm: pca9685: Use named initializers for struct i2c_device_idUwe Kleine-König (The Capable Hub)1-1/+1
2026-05-26pwm: pxa: Add optional bus clockYixun Lan1-1/+7
2026-05-26pwm: ipq: Add missing module descriptionRosen Penev1-0/+1
2026-05-26pwm: stm32: Make use of mul_u64_u64_div_u64_roundup()Uwe Kleine-König1-22/+5
2026-05-26pwm: Consistently define pci_device_ids using named initializersUwe Kleine-König (The Capable Hub)2-11/+11
2026-05-26pwm: Driver for qualcomm ipq6018 pwm blockDevi Priya3-0/+276
2026-05-23pwm: imx27: Fix variable truncation in .apply()Ronaldo Nunez1-1/+7
2026-05-23pwm: mediatek: correct mt7628 clock source settingShiji Yang1-1/+22
2026-05-23pwm: mediatek: set mt7628 pwm45_fixup flag to falseShiji Yang1-1/+1
2026-05-18pwm: atmel-tcb: Remove unneeded semicolonChen Ni1-1/+1
2026-04-23Merge tag 'pwm/fixes-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-14/+46
2026-04-22pwm: atmel-tcb: Cache clock rates and mark chip as atomicSangyun Kim1-4/+34
2026-04-16pwm: stm32: Fix rounding issue for requests with inverted polarityUwe Kleine-König1-10/+12
2026-04-16Merge tag 'pwm/for-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-6/+9
2026-04-03pwm: th1520: remove impl Send/Sync for Th1520PwmDriverDataAlice Ryhl1-15/+0
2026-03-29pwm: th1520: fix `CLIPPY=1` warningMiguel Ojeda1-4/+1
2026-03-22pwm: jz4740: Drop unused includeAndy Shevchenko1-1/+0
2026-03-13pwm: imx-tpm: Count the number of enabled channels in probeViorel Suman (OSS)1-1/+8
2026-02-22Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
2026-02-22Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-2/+2
2026-02-12Merge tag 'driver-core-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+4
2026-01-30pwm: Remove redundant check in pwm_ops_check()Ben Zong-You Xie1-2/+1
2026-01-26Merge tag 'v6.19-rc7' into driver-core-nextDanilo Krummrich2-4/+7
2026-01-23rust: io: separate generic I/O helpers from MMIO implementationZhi Wang1-1/+4
2026-01-21pwm: tiehrpwm: Enable pwmchip's parent device before setting configurationGokul Praveen1-4/+2
2026-01-20pwm: th1520: Replace `kernel::c_str!` with C-StringsTamir Duberstein1-2/+1
2026-01-20pwm: dwc: Use size macroRaag Jadav1-1/+2
2026-01-20pwm: Emit native configuration in /sys/kernel/debug/pwmUwe Kleine-König1-5/+22
2026-01-20rust: pwm: Add UnregisteredChip wrapper around ChipMarkus Probst1-1/+1
2026-01-19pwm: max7360: Populate missing .sizeof_wfhw in max7360_pwm_opsRichard Genoud1-0/+1
2026-01-19pwm: Ensure ioctl() returns a negative errno on errorUwe Kleine-König1-4/+6
2025-12-13Merge tag 'pwm/for-6.19-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+2
2025-12-10pwm: th1520: Fix missing Kconfig dependenciesMichal Wilczynski1-0/+2
2025-12-06Merge tag 'driver-core-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+2
2025-11-27pwm: rzg2l-gpt: Allow checking period_tick cache value only if sibling channe...Biju Das1-3/+12
2025-11-19pwm: bcm2835: Make sure the channel is enabled after pwm_request()Uwe Kleine-König1-25/+3
2025-11-14Merge branch 'pwm/th1520' into pwm/for-nextUwe Kleine-König4-1/+413
2025-11-14pwm: mediatek: Make use of struct_size macroUwe Kleine-König1-1/+1
2025-11-14pwm: mediatek: Remove unneeded semicolonChen Ni1-1/+1
2025-11-14pwm: airoha: Add support for EN7581 SoCBenjamin Larsson3-0/+633