summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorLines
2026-01-20mmc: rtsx_pci_sdmmc: implement sdmmc_card_busy functionMatthew Schwartz-0/+41
2026-01-20drm/atmel-hlcdc: destroy properly the plane state in the reset callbackLudovic Desroches-26/+26
2026-01-20drm/atmel-hlcdc: use drmm_universal_plane_alloc()Ludovic Desroches-14/+7
2026-01-20drm/atmel-hlcdc: use drmm_crtc_alloc_with_planes()Ludovic Desroches-26/+6
2026-01-20drm/atmel-hlcdc: use devm_drm_of_get_bridge()Ludovic Desroches-20/+5
2026-01-20drm/atmel-hlcdc: use drm_crtc_mask()Ludovic Desroches-7/+9
2026-01-20drm/atmel-hlcdc: use drmm_simple_encoder_alloc()Ludovic Desroches-18/+9
2026-01-20drm/atmel-hlcdc: add support for the nomodeset kernel parameterLudovic Desroches-0/+3
2026-01-20drm/atmel-hlcdc: use managed device resources for the display controllerLudovic Desroches-13/+13
2026-01-20drm/panel: jd9365da: Support for Anbernic RG-DS PanelChris Morgan-2/+269
2026-01-20drm: panel: jd9365da: Use gpiod_set_value_cansleep()Chris Morgan-5/+5
2026-01-20drm/rockchip: vop2: Add mode valid callback for crtcAndy Yan-0/+12
2026-01-20drm/rockchip: dw_hdmi_qp: Optimize RK3588 HPD interrupt handlingCristian Ciocaltea-5/+1
2026-01-20drm/rockchip: dw_hdmi_qp: Fix RK3576 HPD interrupt handlingCristian Ciocaltea-6/+1
2026-01-20revocable: fix missing module license and descriptionDanilo Krummrich-0/+3
2026-01-20gpio: cdev: Fix resource leaks on errors in gpiolib_cdev_register()Tzung-Bi Shih-2/+7
2026-01-20hinic3: Add HW event handlerFan Gong-1/+92
2026-01-20hinic3: Add mac filter opsFan Gong-0/+514
2026-01-20hinic3: Add adaptive IRQ coalescing with DIMFan Gong-5/+174
2026-01-20hinic3: Add .ndo_vlan_rx_add/kill_vid and .ndo_validate_addrFan Gong-0/+128
2026-01-20hinic3: Add .ndo_features_checkFan Gong-0/+13
2026-01-20hinic3: Add .ndo_set_features and .ndo_fix_featuresFan Gong-1/+370
2026-01-20hinic3: Add .ndo_tx_timeout and .ndo_get_stats64Fan Gong-2/+217
2026-01-20hinic3: Add PF management interfacesFan Gong-3/+521
2026-01-20hinic3: Add PF frameworkFan Gong-25/+415
2026-01-20Merge tag 'w1-drv-6.20' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git...Greg Kroah-Hartman-44/+20
2026-01-20iommupt: Make it clearer to the compiler that pts.level == 0 for single pageJason Gunthorpe-1/+1
2026-01-20iommu/amd: Remove unused variable in amd_iommufd_viommu_destroy()Suravee Suthikulpanit-1/+0
2026-01-20irqchip/gic-v3-its: Avoid truncating memory addressesArnd Bergmann-4/+4
2026-01-20drm/tests: hdmi: fix build failureDmitry Baryshkov-1/+1
2026-01-20pinctrl: th1520: Fix typoThomas Gerner-1/+1
2026-01-20drm/hisilicon/hibmc: Adding reset colorbar cfg in dp init.Baihan Li-0/+2
2026-01-20drm/hisilicon/hibmc: fix no showing problem with loading hibmc manuallyBaihan Li-2/+5
2026-01-20drm/hisilicon/hibmc: add dp mode valid checkBaihan Li-0/+33
2026-01-20drm/hisilicon/hibmc: fix dp probabilistical detect errors after HPD irqBaihan Li-4/+80
2026-01-20gpio: cdev: Fix resource leaks on errors in lineinfo_changed_notify()Tzung-Bi Shih-0/+1
2026-01-20gpio: cdev: Correct return code on memory allocation failureTzung-Bi Shih-1/+1
2026-01-20drm/tyr: use read_poll_timeoutDeborah Brouwer-23/+17
2026-01-20drm/tyr: fix register name in error printDirk Behme-1/+1
2026-01-20pinctrl: intel: platform: Add Nova Lake to the list of supportedAndy Shevchenko-0/+1
2026-01-20drm/buddy: release free_trees array on buddy mm teardownMichaƂ Grzelak-0/+1
2026-01-20pinctrl: spacemit: support I/O power domain configurationTroy Mitchell-3/+126
2026-01-19spi: xilinx: make irq optionalAbdurrahman Hussain-1/+1
2026-01-20rtc: pcf8563: use correct of_node for output clockJohn Keeping-1/+1
2026-01-20rtc: max31335: use correct CONFIG symbol in IS_REACHABLE()Randy Dunlap-3/+3
2026-01-20rtc: nvvrs: Add ARCH_TEGRA to the NV VRS RTC driverPeter Robinson-0/+1
2026-01-19mm: rename cpu_bitmap field to flexible_arrayMathieu Desnoyers-1/+1
2026-01-19net/mlx5e: Conditionally create async ICOSQWilliam Tu-29/+50
2026-01-19net/mlx5e: Move async ICOSQ to dynamic allocationWilliam Tu-28/+65
2026-01-19net/mlx5e: Use regular ICOSQ for triggering NAPIWilliam Tu-5/+37