aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2024-04-18Merge tag 'gpio-fixes-for-v6.9-rc5' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-2/+3
2024-04-18net: ethernet: ti: am65-cpsw-nuss: cleanup DMA Channels before using themSiddharth Vadapalli1-0/+18
2024-04-18net: usb: ax88179_178a: avoid writing the mac address before first readingJose Ignacio Tornos Martinez1-2/+2
2024-04-18Merge tag 'random-6.9-rc5-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-7/+5
2024-04-18wifi: ath12k: don't use %pK in dmesg format stringsJeff Johnson6-13/+13
2024-04-18wifi: ath12k: enable service flag for survey dump statsThiraviyam Mariyappan2-1/+3
2024-04-18wifi: ath12k: enable WIPHY_FLAG_DISABLE_WEXTKalle Valo1-0/+6
2024-04-18wifi: ath11k: Fix error handling in ath11k_wmi_p2p_noa_event()Christophe JAILLET1-12/+6
2024-04-18wifi: ath11k: add support DT ieee80211-freq-limitChristian Lamparter1-0/+1
2024-04-18ACPICA: Detect FACS even for hardware reduced platformsDavid Woodhouse2-23/+14
2024-04-18USB: serial: option: add Telit FN920C04 rmnet compositionsDaniele Palmas1-0/+6
2024-04-18staging: vc04_services: Drop completed TODO itemUmang Jain1-7/+0
2024-04-18staging: vc04_services: Move global g_state to vchiq_stateUmang Jain12-55/+37
2024-04-18staging: vc04_services: vchiq_mmal: Rename service_callback()Umang Jain1-4/+4
2024-04-18staging: vc04_services: Move spinlocks to vchiq_stateUmang Jain5-41/+47
2024-04-18staging: vc04_services: Move global memory mapped pointerUmang Jain4-14/+19
2024-04-18staging: vc04_services: Move global variables tracking allocated pagesUmang Jain2-29/+30
2024-04-18staging: vc04_services: Drop vchiq_connected.[ch] filesUmang Jain5-76/+55
2024-04-18staging: vc04_services: Move variables for tracking connectionsUmang Jain6-21/+37
2024-04-18staging: vc04_services: vchiq_arm: Drop g_cache_line_sizeUmang Jain2-20/+25
2024-04-18staging: vc04_services: vchiq_arm: Split driver static and runtime dataUmang Jain1-20/+23
2024-04-18staging: vc04_services: Drop g_once_init global variableUmang Jain1-12/+0
2024-04-18staging: vc04_services: Re-align function parametersSumadhura Kalyan1-18/+11
2024-04-18pmdomain: core: Don't clear suspended_count at genpd_prepare()Ulf Hansson1-4/+1
2024-04-18pmdomain: core: Update the rejected/usage counters at system suspend tooUlf Hansson1-1/+5
2024-04-18staging: vchiq: Reformat Kconfig help textsStefan Wahren1-15/+21
2024-04-18pmdomain: renesas: rcar-sysc: Add R-Car M3-W power-off delay quirkGeert Uytterhoeven3-2/+9
2024-04-18pmdomain: renesas: rcar-sysc: Remove rcar_sysc_nullify() helperGeert Uytterhoeven2-20/+0
2024-04-18pmdomain: renesas: rcar-sysc: Split R-Car M3-W and M3-W+ sub-driversGeert Uytterhoeven3-26/+53
2024-04-18pmdomain: renesas: rcar-sysc: Absorb rcar_sysc_ch into rcar_sysc_pdGeert Uytterhoeven1-30/+24
2024-04-18usb: dwc3: exynos: Use DEFINE_SIMPLE_DEV_PM_OPS for PM functionsAnand Moon1-10/+3
2024-04-18usb: ohci-exynos: Use DEFINE_SIMPLE_DEV_PM_OPS for PM functionsAnand Moon1-10/+3
2024-04-18usb: ohci-exynos: Use devm_clk_get_enabled() helpersAnand Moon1-11/+3
2024-04-18usb: ehci-exynos: Use DEFINE_SIMPLE_DEV_PM_OPS for PM functionsAnand Moon1-10/+3
2024-04-18usb: ehci-exynos: Use devm_clk_get_enabled() helpersAnand Moon1-11/+3
2024-04-18iommu/arm-smmu-qcom: Use the custom fault handler on more platformsGeorgi Djakov1-0/+4
2024-04-18iommu/arm-smmu-qcom: Use a custom context fault handler for sdm845Georgi Djakov2-0/+147
2024-04-18iommu/arm-smmu: Allow using a threaded handler for context interruptsGeorgi Djakov2-2/+11
2024-04-18iommu/arm-smmu-qcom-debug: Add support for TBUsGeorgi Djakov4-4/+365
2024-04-18usb: renesas_usbhs: Remove renesas_usbhs_get_info() wrapperGeert Uytterhoeven1-1/+1
2024-04-18usb: dwc3: Select 2.0 or 3.0 clk base on maximum_speedThinh Nguyen1-4/+7
2024-04-18usb: typec: ucsi: glink: set orientation aware if supportedDmitry Baryshkov1-0/+12
2024-04-18usb: typec: ucsi: add update_connector callbackDmitry Baryshkov2-0/+5
2024-04-18usb: typec: ucsi: glink: use typec_set_orientationDmitry Baryshkov1-9/+4
2024-04-18usb: typec: ucsi: glink: move GPIO reading into connector_status callbackDmitry Baryshkov1-28/+20
2024-04-18usb: typec: ucsi: add callback for connector status updatesDmitry Baryshkov2-0/+9
2024-04-18usb: gadget: dummy_hcd: Set transfer interval to 1 microframeMarcello Sylvester Bauer1-2/+4
2024-04-18usb: gadget: dummy_hcd: Switch to hrtimer transfer schedulerMarcello Sylvester Bauer1-15/+20
2024-04-18usb: gadget: function: Remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET3-8/+8
2024-04-18usb: dwc3: ep0: Don't reset resource alloc flagThinh Nguyen1-1/+2