summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'devicetree-for-6.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-01-136-40/+76
|\
| * of: unittest: Fix of_count_phandle_with_args() expected value messageGeert Uytterhoeven2024-01-111-1/+1
| * of: Fix double free in of_parse_phandle_with_args_mapChristian A. Ehrhardt2024-01-093-32/+53
| * drivers: of: Fixed kernel doc warningMuzammil Ashraf2024-01-091-3/+4
| * of/platform: Disable sysfb if a simple-framebuffer node is foundJavier Martinez Canillas2023-12-071-2/+16
| * of: fix recursion typo in kernel docJohan Hovold2023-11-221-2/+2
| * of: overlay: enable of_overlay_fdt_apply() kerneldocLuca Ceresoli2023-11-151-1/+1
* | Merge tag 'pwm/for-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-01-1247-300/+392
|\ \
| * | pwm: cros-ec: Drop documentation for dropped struct memberUwe Kleine-König2023-12-201-1/+0
| * | pwm: lpc18xx-sct: Don't modify the cached period of other PWM outputsUwe Kleine-König2023-12-201-3/+1
| * | pwm: meson: Simplify using dev_err_probe()Uwe Kleine-König2023-12-201-21/+14
| * | pwm: stmpe: Silence duplicate error messagesUwe Kleine-König2023-12-201-6/+6
| * | pwm: Reduce number of pointer dereferences in pwm_device_request()Uwe Kleine-König2023-12-201-6/+8
| * | pwm: crc: Use consistent variable naming for driver dataUwe Kleine-König2023-12-201-8/+8
| * | pwm: omap-dmtimer: Drop lockingUwe Kleine-König2023-12-201-16/+4
| * | media: pwm-ir-tx: Trigger edges from hrtimer interrupt contextSean Young2023-12-201-5/+78
| * | pwm: bcm2835: Allow PWM driver to be used in atomic contextSean Young2023-12-201-9/+29
| * | pwm: Make it possible to apply PWM changes in atomic contextSean Young2023-12-201-11/+51
| * | pwm: renesas: Remove unused includeSean Young2023-12-201-1/+0
| * | pwm: Rename pwm_apply_state() to pwm_apply_might_sleep()Sean Young2023-12-2019-49/+49
| * | pwm: Stop referencing pwm->chipThierry Reding2023-12-2013-15/+15
| * | pwm: stm32: Fix enable count for clk in .probe()Philipp Zabel2023-12-201-4/+14
| * | pwm: stm32: Implement .get_state()Philipp Zabel2023-12-201-0/+42
| * | pwm: stm32: Use hweight32 in stm32_pwm_detect_channelsPhilipp Zabel2023-12-201-15/+2
| * | pwm: stm32: Make ch parameter unsignedPhilipp Zabel2023-12-201-4/+4
| * | pwm: stm32: Replace write_ccrx with regmap_writePhilipp Zabel2023-12-201-16/+1
| * | pwm: Use device_get_match_data()Rob Herring2023-12-202-13/+4
| * | pwm: Narrow scope of struct pwm_device pointerUwe Kleine-König2023-12-201-3/+2
| * | pwm: jz4740: Add trailing \n to error messagesUwe Kleine-König2023-12-201-2/+2
| * | pwm: tiehrpwm: Use DEFINE_SIMPLE_DEV_PM_OPS for PM functionsUwe Kleine-König2023-12-201-5/+3
| * | pwm: tiecap: Use DEFINE_SIMPLE_DEV_PM_OPS for PM functionsUwe Kleine-König2023-12-201-4/+2
| * | pwm: stm32: Use DEFINE_SIMPLE_DEV_PM_OPS for PM functionsUwe Kleine-König2023-12-201-4/+4
| * | pwm: stm32-lp: Use DEFINE_SIMPLE_DEV_PM_OPS for PM functionsUwe Kleine-König2023-12-201-5/+5
| * | pwm: samsung: Use DEFINE_SIMPLE_DEV_PM_OPS for PM functionsUwe Kleine-König2023-12-201-4/+2
| * | pwm: imx-tpm: Use DEFINE_SIMPLE_DEV_PM_OPS for PM functionsUwe Kleine-König2023-12-201-5/+5
| * | pwm: dwc: Use DEFINE_SIMPLE_DEV_PM_OPS for PM functionsUwe Kleine-König2023-12-201-4/+2
| * | pwm: brcmstb: Use DEFINE_SIMPLE_DEV_PM_OPS for PM functionsUwe Kleine-König2023-12-201-5/+3
| * | pwm: berlin: Use DEFINE_SIMPLE_DEV_PM_OPS for PM functionsUwe Kleine-König2023-12-201-5/+3
| * | pwm: atmel-tcb: Use DEFINE_SIMPLE_DEV_PM_OPS for PM functionsUwe Kleine-König2023-12-201-5/+3
| * | pwm: atmel-hlcdc: Use DEFINE_SIMPLE_DEV_PM_OPS for PM functionsUwe Kleine-König2023-12-201-5/+3
| * | pwm: cros-ec: Drop unused member from driver private dataUwe Kleine-König2023-12-201-1/+0
| * | pwm: Mention PWM chip ID in /sys/kernel/debug/pwmUwe Kleine-König2023-12-201-1/+2
| * | pwm: Replace PWM chip unique base by unique IDUwe Kleine-König2023-12-202-43/+26
| * | pwm: Drop unused member "pwm" from struct pwm_deviceUwe Kleine-König2023-12-201-1/+0
* | | Merge tag 'hid-for-linus-2024010801' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2024-01-1227-776/+1933
|\ \ \
| * \ \ Merge branch 'for-6.8/wacom' into for-linusJiri Kosina2024-01-084-29/+25
| |\ \ \
| | * | | HID: wacom: Correct behavior when processing some confidence == false touchesJason Gerecke2023-12-201-28/+4
| | * | | HID: wacom: Remove AES power_supply after extended inactivityTatsunosuke Tobita2023-11-294-1/+21
| * | | | Merge branch 'for-6.8/steam' into for-linusJiri Kosina2024-01-081-156/+391
| |\ \ \ \
| | * | | | HID: hid-steam: Add gamepad-only mode switched to by holding optionsVicki Pfau2024-01-021-10/+103