summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus-2022122101' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-12-2113-7/+58
|\
| * HID: sony: Fix unused function warningJosé Expósito2022-12-201-0/+2
| * HID: plantronics: Additional PIDs for double volume key presses quirkTerry Junge2022-12-202-0/+12
| * HID: multitouch: fix Asus ExpertBook P2 P2451FA trackpointJosé Expósito2022-12-201-0/+4
| * HID: Ignore HP Envy x360 eu0009nv stylus batteryJosé Expósito2022-12-202-0/+3
| * HID: wacom: Ensure bootloader PID is usable in hidraw modeJason Gerecke2022-12-203-0/+13
| * HID: amd_sfh: Add missing check for dma_alloc_coherentJiasheng Jiang2022-12-201-0/+4
| * HID: playstation: fix free of uninialized pointer for DS4 in Bluetooth.Roderick Colenbrander2022-12-192-2/+2
| * HID: mcp2221: don't connect hidrawEnrik Berkhan2022-12-191-3/+9
| * HID: logitech-hidpp: Guard FF init code against non-USB devicesBastien Nocera2022-12-191-2/+9
* | Merge tag 'media/v6.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2022-12-218-16/+17
|\ \
| * | media: sun6i-isp: params: Unregister pending buffer on cleanupPaul Kocialkowski2022-12-141-0/+2
| * | media: sun6i-isp: params: Fix incorrect indentationPaul Kocialkowski2022-12-141-2/+2
| * | media: sun6i-isp: capture: Fix uninitialized variable usePaul Kocialkowski2022-12-141-2/+2
| * | media: sun6i-isp: proc: Declare subdev ops as staticPaul Kocialkowski2022-12-141-1/+1
| * | media: sun6i-isp: proc: Error out on invalid port to fix warningPaul Kocialkowski2022-12-141-1/+1
| * | media: sun6i-isp: proc: Fix return code handling in stream off pathPaul Kocialkowski2022-12-141-2/+2
| * | media: sun8i-a83t-mipi-csi2: Clarify return code handling in stream off pathPaul Kocialkowski2022-12-141-3/+2
| * | media: sun6i-mipi-csi2: Clarify return code handling in stream off pathPaul Kocialkowski2022-12-141-3/+2
| * | media: sun6i-csi: capture: Remove useless ret initializationPaul Kocialkowski2022-12-141-1/+1
| * | media: sun6i-csi: bridge: Error out on invalid port to fix warningPaul Kocialkowski2022-12-141-1/+1
| * | media: v4l2-ctrls-api.c: add back dropped ctrl->is_new = 1Hans Verkuil2022-12-141-0/+1
* | | Merge tag 'pwm/for-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-12-2138-217/+285
|\ \ \
| * | | pwm: pca9685: Convert to i2c's .probe_new()Uwe Kleine-König2022-12-061-3/+2
| * | | pwm: sun4i: Propagate errors in .get_state() to the callerAndre Przywara2022-12-061-1/+3
| * | | pwm: Handle .get_state() failuresUwe Kleine-König2022-12-061-2/+12
| * | | pwm: sprd: Propagate errors in .get_state() to the callerUwe Kleine-König2022-12-061-1/+1
| * | | pwm: rockchip: Propagate errors in .get_state() to the callerUwe Kleine-König2022-12-061-2/+2
| * | | pwm: mtk-disp: Propagate errors in .get_state() to the callerUwe Kleine-König2022-12-061-2/+2
| * | | pwm: imx27: Propagate errors in .get_state() to the callerUwe Kleine-König2022-12-061-1/+1
| * | | pwm: cros-ec: Propagate errors in .get_state() to the callerUwe Kleine-König2022-12-061-1/+1
| * | | pwm: crc: Propagate errors in .get_state() to the callerUwe Kleine-König2022-12-061-2/+2
| * | | leds: qcom-lpg: Propagate errors in .get_state() to the callerUwe Kleine-König2022-12-061-4/+4
| * | | drm/bridge: ti-sn65dsi86: Propagate errors in .get_state() to the callerUwe Kleine-König2022-12-061-4/+4
| * | | pwm/tracing: Also record trace events for failed API callsUwe Kleine-König2022-12-061-10/+8
| * | | pwm: Make .get_state() callback return an error codeUwe Kleine-König2022-12-0628-87/+144
| * | | pwm: pxa: Enable for MMP platformDoug Brown2022-12-061-1/+1
| * | | pwm: pxa: Add reference manual link and limitationsDoug Brown2022-12-061-0/+7
| * | | pwm: pxa: Use abrupt shutdown modeDoug Brown2022-12-061-1/+1
| * | | pwm: pxa: Remove clk enable/disable from pxa_pwm_configDoug Brown2022-12-061-9/+0
| * | | pwm: pxa: Set duty cycle to 0 when disabling PWMDoug Brown2022-12-061-9/+16
| * | | pwm: pxa: Remove pxa_pwm_enable/disableDoug Brown2022-12-061-16/+3
| * | | pwm: mediatek: Add support for MT7986Daniel Golle2022-12-061-0/+7
| * | | pwm: stm32: Use regmap_clear_bits and regmap_set_bits where applicableUwe Kleine-König2022-12-061-18/+16
| * | | pwm: stm32-lp: Use regmap_clear_bits and regmap_set_bits where applicableUwe Kleine-König2022-12-061-3/+2
| * | | pwm: iqs620a: Use regmap_clear_bits and regmap_set_bits where applicableUwe Kleine-König2022-12-061-2/+2
| * | | pwm: img: Use regmap_clear_bits and regmap_set_bits where applicableUwe Kleine-König2022-12-061-8/+7
| * | | pwm: fsl-ftm: Use regmap_clear_bits and regmap_set_bits where applicableUwe Kleine-König2022-12-061-11/+7
| * | | pwm: core: Remove S_IFREG from debugfs_create_file()Andy Shevchenko2022-12-061-2/+1
| * | | pwm: Don't initialize list head before calling list_add()Uwe Kleine-König2022-12-061-1/+0