Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | scsi: sd: sd_zbc: Trace zone append emulation | Johannes Thumshirn | 2022-12-01 | 2 | -0/+90 | |
| * | | | | | | | | | scsi: libfc: Include the correct header | Christophe JAILLET | 2022-12-01 | 1 | -1/+1 | |
* | | | | | | | | | | Merge tag 'block-6.2-2022-12-19' of git://git.kernel.dk/linux | Linus Torvalds | 2022-12-21 | 1 | -16/+12 | |
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / | |/| | | | | | | | | ||||||
| * | | | | | | | | | loop: Fix the max_loop commandline argument treatment when it is set to 0 | Isaac J. Manjarres | 2022-12-14 | 1 | -16/+12 | |
* | | | | | | | | | | Merge tag 'for-linus-2022122101' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2022-12-21 | 13 | -7/+58 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | HID: sony: Fix unused function warning | José Expósito | 2022-12-20 | 1 | -0/+2 | |
| * | | | | | | | | | | HID: plantronics: Additional PIDs for double volume key presses quirk | Terry Junge | 2022-12-20 | 2 | -0/+12 | |
| * | | | | | | | | | | HID: multitouch: fix Asus ExpertBook P2 P2451FA trackpoint | José Expósito | 2022-12-20 | 1 | -0/+4 | |
| * | | | | | | | | | | HID: Ignore HP Envy x360 eu0009nv stylus battery | José Expósito | 2022-12-20 | 2 | -0/+3 | |
| * | | | | | | | | | | HID: wacom: Ensure bootloader PID is usable in hidraw mode | Jason Gerecke | 2022-12-20 | 3 | -0/+13 | |
| * | | | | | | | | | | HID: amd_sfh: Add missing check for dma_alloc_coherent | Jiasheng Jiang | 2022-12-20 | 1 | -0/+4 | |
| * | | | | | | | | | | HID: playstation: fix free of uninialized pointer for DS4 in Bluetooth. | Roderick Colenbrander | 2022-12-19 | 2 | -2/+2 | |
| * | | | | | | | | | | HID: mcp2221: don't connect hidraw | Enrik Berkhan | 2022-12-19 | 1 | -3/+9 | |
| * | | | | | | | | | | HID: logitech-hidpp: Guard FF init code against non-USB devices | Bastien Nocera | 2022-12-19 | 1 | -2/+9 | |
* | | | | | | | | | | | Merge tag 'media/v6.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mch... | Linus Torvalds | 2022-12-21 | 8 | -16/+17 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | media: sun6i-isp: params: Unregister pending buffer on cleanup | Paul Kocialkowski | 2022-12-14 | 1 | -0/+2 | |
| * | | | | | | | | | | | media: sun6i-isp: params: Fix incorrect indentation | Paul Kocialkowski | 2022-12-14 | 1 | -2/+2 | |
| * | | | | | | | | | | | media: sun6i-isp: capture: Fix uninitialized variable use | Paul Kocialkowski | 2022-12-14 | 1 | -2/+2 | |
| * | | | | | | | | | | | media: sun6i-isp: proc: Declare subdev ops as static | Paul Kocialkowski | 2022-12-14 | 1 | -1/+1 | |
| * | | | | | | | | | | | media: sun6i-isp: proc: Error out on invalid port to fix warning | Paul Kocialkowski | 2022-12-14 | 1 | -1/+1 | |
| * | | | | | | | | | | | media: sun6i-isp: proc: Fix return code handling in stream off path | Paul Kocialkowski | 2022-12-14 | 1 | -2/+2 | |
| * | | | | | | | | | | | media: sun8i-a83t-mipi-csi2: Clarify return code handling in stream off path | Paul Kocialkowski | 2022-12-14 | 1 | -3/+2 | |
| * | | | | | | | | | | | media: sun6i-mipi-csi2: Clarify return code handling in stream off path | Paul Kocialkowski | 2022-12-14 | 1 | -3/+2 | |
| * | | | | | | | | | | | media: sun6i-csi: capture: Remove useless ret initialization | Paul Kocialkowski | 2022-12-14 | 1 | -1/+1 | |
| * | | | | | | | | | | | media: sun6i-csi: bridge: Error out on invalid port to fix warning | Paul Kocialkowski | 2022-12-14 | 1 | -1/+1 | |
| * | | | | | | | | | | | media: v4l2-ctrls-api.c: add back dropped ctrl->is_new = 1 | Hans Verkuil | 2022-12-14 | 1 | -0/+1 | |
* | | | | | | | | | | | | Merge tag 'pwm/for-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2022-12-21 | 38 | -217/+285 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | pwm: pca9685: Convert to i2c's .probe_new() | Uwe Kleine-König | 2022-12-06 | 1 | -3/+2 | |
| * | | | | | | | | | | | | pwm: sun4i: Propagate errors in .get_state() to the caller | Andre Przywara | 2022-12-06 | 1 | -1/+3 | |
| * | | | | | | | | | | | | pwm: Handle .get_state() failures | Uwe Kleine-König | 2022-12-06 | 1 | -2/+12 | |
| * | | | | | | | | | | | | pwm: sprd: Propagate errors in .get_state() to the caller | Uwe Kleine-König | 2022-12-06 | 1 | -1/+1 | |
| * | | | | | | | | | | | | pwm: rockchip: Propagate errors in .get_state() to the caller | Uwe Kleine-König | 2022-12-06 | 1 | -2/+2 | |
| * | | | | | | | | | | | | pwm: mtk-disp: Propagate errors in .get_state() to the caller | Uwe Kleine-König | 2022-12-06 | 1 | -2/+2 | |
| * | | | | | | | | | | | | pwm: imx27: Propagate errors in .get_state() to the caller | Uwe Kleine-König | 2022-12-06 | 1 | -1/+1 | |
| * | | | | | | | | | | | | pwm: cros-ec: Propagate errors in .get_state() to the caller | Uwe Kleine-König | 2022-12-06 | 1 | -1/+1 | |
| * | | | | | | | | | | | | pwm: crc: Propagate errors in .get_state() to the caller | Uwe Kleine-König | 2022-12-06 | 1 | -2/+2 | |
| * | | | | | | | | | | | | leds: qcom-lpg: Propagate errors in .get_state() to the caller | Uwe Kleine-König | 2022-12-06 | 1 | -4/+4 | |
| * | | | | | | | | | | | | drm/bridge: ti-sn65dsi86: Propagate errors in .get_state() to the caller | Uwe Kleine-König | 2022-12-06 | 1 | -4/+4 | |
| * | | | | | | | | | | | | pwm/tracing: Also record trace events for failed API calls | Uwe Kleine-König | 2022-12-06 | 1 | -10/+8 | |
| * | | | | | | | | | | | | pwm: Make .get_state() callback return an error code | Uwe Kleine-König | 2022-12-06 | 28 | -87/+144 | |
| * | | | | | | | | | | | | pwm: pxa: Enable for MMP platform | Doug Brown | 2022-12-06 | 1 | -1/+1 | |
| * | | | | | | | | | | | | pwm: pxa: Add reference manual link and limitations | Doug Brown | 2022-12-06 | 1 | -0/+7 | |
| * | | | | | | | | | | | | pwm: pxa: Use abrupt shutdown mode | Doug Brown | 2022-12-06 | 1 | -1/+1 | |
| * | | | | | | | | | | | | pwm: pxa: Remove clk enable/disable from pxa_pwm_config | Doug Brown | 2022-12-06 | 1 | -9/+0 | |
| * | | | | | | | | | | | | pwm: pxa: Set duty cycle to 0 when disabling PWM | Doug Brown | 2022-12-06 | 1 | -9/+16 | |
| * | | | | | | | | | | | | pwm: pxa: Remove pxa_pwm_enable/disable | Doug Brown | 2022-12-06 | 1 | -16/+3 | |
| * | | | | | | | | | | | | pwm: mediatek: Add support for MT7986 | Daniel Golle | 2022-12-06 | 1 | -0/+7 | |
| * | | | | | | | | | | | | pwm: stm32: Use regmap_clear_bits and regmap_set_bits where applicable | Uwe Kleine-König | 2022-12-06 | 1 | -18/+16 | |
| * | | | | | | | | | | | | pwm: stm32-lp: Use regmap_clear_bits and regmap_set_bits where applicable | Uwe Kleine-König | 2022-12-06 | 1 | -3/+2 | |
| * | | | | | | | | | | | | pwm: iqs620a: Use regmap_clear_bits and regmap_set_bits where applicable | Uwe Kleine-König | 2022-12-06 | 1 | -2/+2 |