aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2024-05-03clk: samsung: gs101: mark some apm UASC and XIU clocks criticalAndré Draszik1-3/+3
2024-05-03wifi: mac80211_hwsim: add support for BSS colorAditya Kumar Singh1-0/+6
2024-05-03wifi: mac80211: handle color change per linkAditya Kumar Singh4-4/+5
2024-05-03regulator: rk808: Add RK816 supportAlex Bee1-1/+201
2024-05-03regulator: rk808: Support apply_bit for rk808_set_suspend_voltage_rangeAlex Bee1-3/+13
2024-05-03pinctrl: rk805: Add rk816 pinctrl supportAlex Bee1-0/+69
2024-05-03mfd: rk8xx: Add RK816 supportAlex Bee3-3/+150
2024-05-03wifi: iwlwifi: pcie: allocate dummy net_device dynamicallyBreno Leitao3-13/+27
2024-05-03pinctrl: qcom: pinctrl-sm7150: Fix sdc1 and ufs special pins regsDanila Tikhonov1-10/+10
2024-05-03drm/xe: Perform dma_map when moving system buffer objects to TTThomas Hellström1-17/+30
2024-05-03drm/gma500: Fix spelling mistake "patter" -> "pattern"Colin Ian King1-1/+1
2024-05-03wifi: iwlwifi: Use request_module_nowaitBen Greear1-9/+1
2024-05-03dasd_format(): killing the last remaining user of ->bd_inodeAl Viro1-1/+1
2024-05-03use ->bd_mapping instead of ->bd_inode->i_mappingAl Viro2-2/+2
2024-05-03block2mtd: prevent direct access of bd_inodeYu Kuai1-2/+4
2024-05-03dm-vdo: use bdev_nr_bytes(bdev) instead of i_size_read(bdev->bd_inode)Al Viro2-3/+3
2024-05-03media: mtk-vcodec: potential null pointer deference in SCPFullway Wang1-0/+2
2024-05-03media: mxl5xx: Move xpt structures off stackNathan Chancellor1-11/+11
2024-05-03USB: usb_parse_endpoint: ignore reserved bitsOliver Neukum1-4/+4
2024-05-03slimbus: qcom-ngd-ctrl: Add timeout for wait operationViken Dadhaniya1-1/+5
2024-05-03vmci: prevent speculation leaks by sanitizing event in event_deliver()Hagar Gamal Halim Hemdan1-1/+5
2024-05-03slimbus: qcom-ctrl: fix module autoloadingKrzysztof Kozlowski1-0/+1
2024-05-03slimbus: Convert to platform remove callback returning voidUwe Kleine-König2-10/+6
2024-05-03slimbus: qcom-ngd-ctrl: Reduce auto suspend delayViken Dadhaniya1-2/+1
2024-05-03nvmem: meson-mx-efuse: Remove nvmem_device from efuse structMukesh Ojha1-3/+3
2024-05-03nvmem: lpc18xx_eeprom: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2024-05-03nvmem: core: switch to use device_add_groups()Greg Kroah-Hartman1-1/+1
2024-05-03nvmem: sprd: fix module autoloadingKrzysztof Kozlowski1-0/+1
2024-05-03nvmem: sc27xx: fix module autoloadingKrzysztof Kozlowski1-0/+1
2024-05-03nvmem: layouts: sl28vpd: drop driver owner initializationKrzysztof Kozlowski1-1/+0
2024-05-03nvmem: layouts: onie-tlv: drop driver owner initializationKrzysztof Kozlowski1-1/+0
2024-05-03nvmem: layouts: store owner from modules with nvmem_layout_driver_register()Krzysztof Kozlowski1-2/+4
2024-05-03VMCI: Fix an error handling path in vmci_guest_probe_device()Christophe JAILLET1-2/+8
2024-05-03Merge tag 'coresight-next-v6.10' of git://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman15-207/+758
2024-05-03spi: pxa2xx: Don't provide struct chip_data for othersAndy Shevchenko2-8/+8
2024-05-03spi: pxa2xx: Remove timeout field from struct chip_dataAndy Shevchenko2-4/+1
2024-05-03spi: pxa2xx: Remove DMA parameters from struct chip_dataAndy Shevchenko3-61/+9
2024-05-03spi: pxa2xx: Drop struct pxa2xx_spi_chipAndy Shevchenko3-46/+2
2024-05-03spi: pxa2xx: Don't use "proxy" headersAndy Shevchenko4-7/+22
2024-05-03spi: pxa2xx: Remove outdated documentationAndy Shevchenko1-2/+1
2024-05-03spi: pxa2xx: Move contents of linux/spi/pxa2xx_spi.h to a local oneAndy Shevchenko4-5/+37
2024-05-03spi: pxa2xx: Allow number of chip select pins to be read from propertyAndy Shevchenko1-1/+5
2024-05-03spi: bitbang: Add missing MODULE_DESCRIPTION()Andy Shevchenko2-11/+11
2024-05-03spi: bitbang: Use NSEC_PER_*SEC rather than hard codingAndy Shevchenko1-2/+3
2024-05-03spi: dw: Drop default number of CS settingSerge Semin1-6/+2
2024-05-03spi: dw: Convert dw_spi::num_cs to u32Serge Semin1-1/+1
2024-05-03spi: dw: Add a number of native CS auto-detectionSerge Semin1-0/+14
2024-05-03spi: dw: Convert to using BITS_TO_BYTES() macroSerge Semin1-4/+2
2024-05-03hwmon: (da9052) Use devm_regulator_get_enable_read_voltage()David Lechner1-28/+10
2024-05-03hwmon: (adc128d818) Use devm_regulator_get_enable_read_voltage()David Lechner1-40/+17