aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2024-06-14accel/ivpu: Remove duplicated debug messagesJacek Lawrynowicz1-14/+6
2024-06-14accel/ivpu: Increase autosuspend delay to 100ms on 40xxAndrzej Kacprowski1-1/+4
2024-06-14gpiolib: put gpio_suffixes in a single compilation unitBartosz Golaszewski4-5/+10
2024-06-14accel/ivpu: Synchronize device unbind with recovery workWachowski, Karol1-2/+2
2024-06-14accel/ivpu: Disable MMU before checking for idleJacek Lawrynowicz1-0/+2
2024-06-14accel/ivpu: Add test mode flag for disabling timeoutsMaciej Falkowski2-5/+8
2024-06-14accel/ivpu: Make parts of FW image read-onlyWachowski, Karol4-1/+120
2024-06-14accel/ivpu: Update FW BOOT API headersWachowski, Karol1-2/+14
2024-06-14accel/ivpu: Make selected params read-onlyJacek Lawrynowicz1-2/+2
2024-06-14accel/ivpu: Implement DCT handlingJacek Lawrynowicz10-20/+186
2024-06-14accel/ivpu: Disable clock relinquish for MMIO resetWachowski, Karol1-0/+2
2024-06-14accel/ivpu: Disable disable_clock_relinquish WA for LNL B0+Wachowski, Karol2-1/+4
2024-06-14accel/ivpu: Remove suspend_reschedule_counterJacek Lawrynowicz2-22/+12
2024-06-14accel/ivpu: Abort jobs of faulty contextMaciej Falkowski9-11/+75
2024-06-14accel/ivpu: Add wp0_during_power_up WAWachowski, Karol2-0/+12
2024-06-14arm/komeda: Remove all CONFIG_DEBUG_FS conditional compilationspengfuyuan1-8/+0
2024-06-14clk: sophgo: Add SG2042 clock driverChen Wang6-0/+2063
2024-06-14USB: class: cdc-wdm: Fix CPU lockup caused by excessive log messagesAlan Stern1-2/+2
2024-06-14media: imx283: drop CENTERED_RECTANGLE due to clang failureHans Verkuil1-11/+18
2024-06-14platform/chrome: cros_ec_lpc: Handle zero length read/writeBen Walsh1-3/+3
2024-06-14fpga: altera-fpga2sdram: remove unused struct 'prop_map'Dr. David Alan Gilbert1-6/+0
2024-06-14Merge tag 'drm-xe-fixes-2024-06-13' of https://gitlab.freedesktop.org/drm/xe/...Dave Airlie4-11/+37
2024-06-13scsi: usb: uas: Do not query the IO Advice Hints Grouping mode page for USB/U...Bart Van Assche2-0/+13
2024-06-13scsi: core: Introduce the BLIST_SKIP_IO_HINTS flagBart Van Assche1-0/+4
2024-06-13scsi: ufs: core: Free memory allocated for model before reinitJoel Slebodnick1-0/+1
2024-06-14Merge tag 'exynos-drm-fixes-for-v6.10-rc4' of git://git.kernel.org/pub/scm/li...Dave Airlie3-4/+11
2024-06-13net: dsa: lantiq_gswip: Improve error message in gswip_port_fdb()Martin Blumenstingl1-1/+2
2024-06-13net: dsa: lantiq_gswip: Update comments in gswip_port_vlan_filtering()Martin Blumenstingl1-2/+2
2024-06-13net: dsa: lantiq_gswip: Remove dead code from gswip_add_single_port_br()Martin Schiller1-6/+0
2024-06-13net: dsa: lantiq_gswip: Consistently use macros for the mac bridge tableMartin Blumenstingl1-7/+11
2024-06-13net: dsa: lantiq_gswip: Change literal 6 to ETH_ALENMartin Blumenstingl1-1/+1
2024-06-13net: dsa: lantiq_gswip: Use dsa_is_cpu_port() in gswip_port_change_mtu()Martin Blumenstingl1-2/+1
2024-06-13net: dsa: lantiq_gswip: do also enable or disable cpu portMartin Schiller1-16/+8
2024-06-13net: dsa: lantiq_gswip: Don't manually call gswip_port_enable()Martin Blumenstingl1-2/+0
2024-06-13net: dsa: lantiq_gswip: Use dev_err_probe where appropriateMartin Blumenstingl1-28/+25
2024-06-13net: dsa: lantiq_gswip: add terminating \n where missingMartin Schiller1-7/+7
2024-06-13net: dsa: lantiq_gswip: Only allow phy-mode = "internal" on the CPU portMartin Blumenstingl1-0/+2
2024-06-13net: mvpp2: use slab_build_skb for oversized framesAryan Srivastava1-1/+4
2024-06-13Merge branch 'mana-shared' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Jakub Kicinski3-26/+96
2024-06-13hwmon: (core) Make hwmon_class constThomas Weißschuh1-1/+1
2024-06-13clk: qcom: Add QCM2290 GPU clock controller driverKonrad Dybcio3-0/+433
2024-06-13fbdev: vfb: add missing MODULE_DESCRIPTION() macroJeff Johnson1-0/+1
2024-06-13fbdev: macmodes: add missing MODULE_DESCRIPTION() macroJeff Johnson1-0/+1
2024-06-13fbdev: goldfishfb: add missing MODULE_DESCRIPTION() macroJeff Johnson1-0/+1
2024-06-13fbdev: kyro: add missing MODULE_DESCRIPTION() macroJeff Johnson1-0/+1
2024-06-13fbdev: viafb: add missing MODULE_DESCRIPTION() macroJeff Johnson1-0/+1
2024-06-13fbdev: matroxfb: add missing MODULE_DESCRIPTION() macrosJeff Johnson3-0/+3
2024-06-13video/logo: Make logo data const againGeert Uytterhoeven1-2/+2
2024-06-13Merge tag 'nvme-6.10-2024-06-13' of git://git.infradead.org/nvme into block-6.10Jens Axboe5-16/+10
2024-06-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski85-602/+841