index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'devicetree-for-6.8' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2024-01-13
6
-40
/
+76
|
\
|
*
of: unittest: Fix of_count_phandle_with_args() expected value message
Geert Uytterhoeven
2024-01-11
1
-1
/
+1
|
*
of: Fix double free in of_parse_phandle_with_args_map
Christian A. Ehrhardt
2024-01-09
3
-32
/
+53
|
*
drivers: of: Fixed kernel doc warning
Muzammil Ashraf
2024-01-09
1
-3
/
+4
|
*
of/platform: Disable sysfb if a simple-framebuffer node is found
Javier Martinez Canillas
2023-12-07
1
-2
/
+16
|
*
of: fix recursion typo in kernel doc
Johan Hovold
2023-11-22
1
-2
/
+2
|
*
of: overlay: enable of_overlay_fdt_apply() kerneldoc
Luca Ceresoli
2023-11-15
1
-1
/
+1
*
|
Merge tag 'pwm/for-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2024-01-12
47
-300
/
+392
|
\
\
|
*
|
pwm: cros-ec: Drop documentation for dropped struct member
Uwe Kleine-König
2023-12-20
1
-1
/
+0
|
*
|
pwm: lpc18xx-sct: Don't modify the cached period of other PWM outputs
Uwe Kleine-König
2023-12-20
1
-3
/
+1
|
*
|
pwm: meson: Simplify using dev_err_probe()
Uwe Kleine-König
2023-12-20
1
-21
/
+14
|
*
|
pwm: stmpe: Silence duplicate error messages
Uwe Kleine-König
2023-12-20
1
-6
/
+6
|
*
|
pwm: Reduce number of pointer dereferences in pwm_device_request()
Uwe Kleine-König
2023-12-20
1
-6
/
+8
|
*
|
pwm: crc: Use consistent variable naming for driver data
Uwe Kleine-König
2023-12-20
1
-8
/
+8
|
*
|
pwm: omap-dmtimer: Drop locking
Uwe Kleine-König
2023-12-20
1
-16
/
+4
|
*
|
media: pwm-ir-tx: Trigger edges from hrtimer interrupt context
Sean Young
2023-12-20
1
-5
/
+78
|
*
|
pwm: bcm2835: Allow PWM driver to be used in atomic context
Sean Young
2023-12-20
1
-9
/
+29
|
*
|
pwm: Make it possible to apply PWM changes in atomic context
Sean Young
2023-12-20
1
-11
/
+51
|
*
|
pwm: renesas: Remove unused include
Sean Young
2023-12-20
1
-1
/
+0
|
*
|
pwm: Rename pwm_apply_state() to pwm_apply_might_sleep()
Sean Young
2023-12-20
19
-49
/
+49
|
*
|
pwm: Stop referencing pwm->chip
Thierry Reding
2023-12-20
13
-15
/
+15
|
*
|
pwm: stm32: Fix enable count for clk in .probe()
Philipp Zabel
2023-12-20
1
-4
/
+14
|
*
|
pwm: stm32: Implement .get_state()
Philipp Zabel
2023-12-20
1
-0
/
+42
|
*
|
pwm: stm32: Use hweight32 in stm32_pwm_detect_channels
Philipp Zabel
2023-12-20
1
-15
/
+2
|
*
|
pwm: stm32: Make ch parameter unsigned
Philipp Zabel
2023-12-20
1
-4
/
+4
|
*
|
pwm: stm32: Replace write_ccrx with regmap_write
Philipp Zabel
2023-12-20
1
-16
/
+1
|
*
|
pwm: Use device_get_match_data()
Rob Herring
2023-12-20
2
-13
/
+4
|
*
|
pwm: Narrow scope of struct pwm_device pointer
Uwe Kleine-König
2023-12-20
1
-3
/
+2
|
*
|
pwm: jz4740: Add trailing \n to error messages
Uwe Kleine-König
2023-12-20
1
-2
/
+2
|
*
|
pwm: tiehrpwm: Use DEFINE_SIMPLE_DEV_PM_OPS for PM functions
Uwe Kleine-König
2023-12-20
1
-5
/
+3
|
*
|
pwm: tiecap: Use DEFINE_SIMPLE_DEV_PM_OPS for PM functions
Uwe Kleine-König
2023-12-20
1
-4
/
+2
|
*
|
pwm: stm32: Use DEFINE_SIMPLE_DEV_PM_OPS for PM functions
Uwe Kleine-König
2023-12-20
1
-4
/
+4
|
*
|
pwm: stm32-lp: Use DEFINE_SIMPLE_DEV_PM_OPS for PM functions
Uwe Kleine-König
2023-12-20
1
-5
/
+5
|
*
|
pwm: samsung: Use DEFINE_SIMPLE_DEV_PM_OPS for PM functions
Uwe Kleine-König
2023-12-20
1
-4
/
+2
|
*
|
pwm: imx-tpm: Use DEFINE_SIMPLE_DEV_PM_OPS for PM functions
Uwe Kleine-König
2023-12-20
1
-5
/
+5
|
*
|
pwm: dwc: Use DEFINE_SIMPLE_DEV_PM_OPS for PM functions
Uwe Kleine-König
2023-12-20
1
-4
/
+2
|
*
|
pwm: brcmstb: Use DEFINE_SIMPLE_DEV_PM_OPS for PM functions
Uwe Kleine-König
2023-12-20
1
-5
/
+3
|
*
|
pwm: berlin: Use DEFINE_SIMPLE_DEV_PM_OPS for PM functions
Uwe Kleine-König
2023-12-20
1
-5
/
+3
|
*
|
pwm: atmel-tcb: Use DEFINE_SIMPLE_DEV_PM_OPS for PM functions
Uwe Kleine-König
2023-12-20
1
-5
/
+3
|
*
|
pwm: atmel-hlcdc: Use DEFINE_SIMPLE_DEV_PM_OPS for PM functions
Uwe Kleine-König
2023-12-20
1
-5
/
+3
|
*
|
pwm: cros-ec: Drop unused member from driver private data
Uwe Kleine-König
2023-12-20
1
-1
/
+0
|
*
|
pwm: Mention PWM chip ID in /sys/kernel/debug/pwm
Uwe Kleine-König
2023-12-20
1
-1
/
+2
|
*
|
pwm: Replace PWM chip unique base by unique ID
Uwe Kleine-König
2023-12-20
2
-43
/
+26
|
*
|
pwm: Drop unused member "pwm" from struct pwm_device
Uwe Kleine-König
2023-12-20
1
-1
/
+0
*
|
|
Merge tag 'hid-for-linus-2024010801' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2024-01-12
27
-776
/
+1933
|
\
\
\
|
*
\
\
Merge branch 'for-6.8/wacom' into for-linus
Jiri Kosina
2024-01-08
4
-29
/
+25
|
|
\
\
\
|
|
*
|
|
HID: wacom: Correct behavior when processing some confidence == false touches
Jason Gerecke
2023-12-20
1
-28
/
+4
|
|
*
|
|
HID: wacom: Remove AES power_supply after extended inactivity
Tatsunosuke Tobita
2023-11-29
4
-1
/
+21
|
*
|
|
|
Merge branch 'for-6.8/steam' into for-linus
Jiri Kosina
2024-01-08
1
-156
/
+391
|
|
\
\
\
\
|
|
*
|
|
|
HID: hid-steam: Add gamepad-only mode switched to by holding options
Vicki Pfau
2024-01-02
1
-10
/
+103
[next]