index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
drivers
/
pwm
Age
Commit message (
Expand
)
Author
Files
Lines
13 days
Merge tag 'driver-core-7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/driver-core/driver-core
Linus Torvalds
1
-9
/
+4
13 days
Merge tag 'pwm/for-7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ukleinek/linux
Linus Torvalds
60
-181
/
+230
2026-08-13
clocksource/drivers/samsung_pwm: Switch to raw_spinlock_t type
Marek Szyprowski
1
-11
/
+11
2026-08-11
pwm: th1520: use vertical import style
Guru Das Srinagesh
1
-3
/
+9
2026-08-10
Merge tag 'v7.2-rc7' into driver-core-next
Danilo Krummrich
17
-17
/
+0
2026-07-30
rust: driver: remove `$module_table_name` from `module_device_table`
Gary Guo
1
-1
/
+0
2026-07-19
pwm: rzg2l-gpt: Drop unused rzg2l_gpt_chip parameter from rzg2l_gpt_calculate_prescale()
Biju Das
1
-3
/
+2
2026-07-19
pwm: Use seq_putc() calls in pwm_dbg_show()
Markus Elfring
1
-3
/
+3
2026-07-14
pwm: tegra: Add support for Tegra264
Mikko Perttunen
1
-19
/
+72
2026-07-14
pwm: tegra: Parametrize duty and scale field widths
Mikko Perttunen
1
-13
/
+17
2026-07-14
pwm: tegra: Modify read/write accessors for multi-register channel
Mikko Perttunen
1
-11
/
+15
2026-07-14
pwm: tegra: Avoid hard-coded max clock frequency
Yi-Wei Wang
1
-13
/
+8
2026-07-14
pwm: tegra: Prefix driver-local macros and functions
Mikko Perttunen
1
-27
/
+27
2026-07-13
Merge patch series "rust: I/O type generalization and projection"
Danilo Krummrich
1
-5
/
+2
2026-07-11
rust: io: mem: return DevresLt from IoMem/ExclusiveIoMem::into_devres()
Danilo Krummrich
1
-3
/
+2
2026-07-11
pwm: th1520: remove unnecessary `deref`
Gary Guo
1
-5
/
+2
2026-07-10
pwm: lpss-pci: Unify coding style of pci_device_id array
Uwe Kleine-König (The Capable Hub)
1
-1
/
+1
2026-07-10
pwm: Unify coding style of of_device_id arrays
Uwe Kleine-König (The Capable Hub)
51
-93
/
+87
2026-07-10
pwm: Unify coding style of acpi_device_id arrays
Uwe Kleine-König (The Capable Hub)
2
-2
/
+2
2026-07-10
pwm: Use named initializers for arrays of acpi_device_id
Uwe Kleine-König (The Capable Hub)
3
-6
/
+6
2026-07-10
pwm: pca9685: Drop unused assignment of acpi_device_id driver data
Uwe Kleine-König (The Capable Hub)
1
-1
/
+1
2026-07-05
pwm: pxa: Depend on OF and simplify accordingly
Uwe Kleine-König (The Capable Hub)
2
-9
/
+3
2026-07-03
pwm: Use named initializers for platform_device_id arrays
Uwe Kleine-König (The Capable Hub)
2
-8
/
+8
2026-07-03
pwm: mc33xs2410: Initialize spi_device_id arrays using member names
Uwe Kleine-König (The Capable Hub)
1
-1
/
+1
2026-07-03
Replace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c files)
Uwe Kleine-König (The Capable Hub)
17
-17
/
+0
2026-06-27
Merge tag 'pwm/for-7.2-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ukleinek/linux
Linus Torvalds
1
-4
/
+4
2026-06-16
Merge tag 'pwm/for-7.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ukleinek/linux
Linus Torvalds
12
-50
/
+337
2026-06-09
pwm: rzg2l-gpt: Add missing newlines to dev_err_probe() messages
Biju Das
1
-3
/
+3
2026-06-09
pwm: rzg2l-gpt: Fix period_ticks type from u32 to u64
Biju Das
1
-1
/
+1
2026-06-05
pwm: th1520: Remove requirement for mul_u64_u64_div_u64_roundup
Maurice Hieronymus
1
-11
/
+5
2026-05-27
rust: io: make IoMem and ExclusiveIoMem lifetime-parameterized
Danilo Krummrich
1
-2
/
+2
2026-05-27
rust: platform: make Driver trait lifetime-parameterized
Danilo Krummrich
1
-5
/
+5
2026-05-27
rust: device: make Core and CoreInternal lifetime-parameterized
Danilo Krummrich
1
-1
/
+1
2026-05-27
rust: driver: decouple driver private data from driver type
Danilo Krummrich
1
-0
/
+1
2026-05-26
pwm: pca9685: Use named initializers for struct i2c_device_id
Uwe Kleine-König (The Capable Hub)
1
-1
/
+1
2026-05-26
pwm: pxa: Add optional bus clock
Yixun Lan
1
-1
/
+7
2026-05-26
pwm: ipq: Add missing module description
Rosen Penev
1
-0
/
+1
2026-05-26
pwm: stm32: Make use of mul_u64_u64_div_u64_roundup()
Uwe Kleine-König
1
-22
/
+5
2026-05-26
pwm: Consistently define pci_device_ids using named initializers
Uwe Kleine-König (The Capable Hub)
2
-11
/
+11
2026-05-26
pwm: Driver for qualcomm ipq6018 pwm block
Devi Priya
3
-0
/
+276
2026-05-23
pwm: imx27: Fix variable truncation in .apply()
Ronaldo Nunez
1
-1
/
+7
2026-05-23
pwm: mediatek: correct mt7628 clock source setting
Shiji Yang
1
-1
/
+22
2026-05-23
pwm: mediatek: set mt7628 pwm45_fixup flag to false
Shiji Yang
1
-1
/
+1
2026-05-18
pwm: atmel-tcb: Remove unneeded semicolon
Chen Ni
1
-1
/
+1
2026-04-23
Merge tag 'pwm/fixes-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ukleinek/linux
Linus Torvalds
2
-14
/
+46
2026-04-22
pwm: atmel-tcb: Cache clock rates and mark chip as atomic
Sangyun Kim
1
-4
/
+34
2026-04-16
pwm: stm32: Fix rounding issue for requests with inverted polarity
Uwe Kleine-König
1
-10
/
+12
2026-04-15
Merge tag 'pwm/for-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ukleinek/linux
Linus Torvalds
3
-6
/
+9
2026-04-03
pwm: th1520: remove impl Send/Sync for Th1520PwmDriverData
Alice Ryhl
1
-15
/
+0
2026-03-29
pwm: th1520: fix `CLIPPY=1` warning
Miguel Ojeda
1
-4
/
+1
[next]