summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* tracing/treewide: Remove second parameter of __assign_str()Steven Rostedt (Google)2024-05-2369-315/+314
* Merge tag 'char-misc-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-05-22214-3497/+10351
|\
| * misc: ntsync: mark driver as "broken" to prevent from buildingGreg Kroah-Hartman2024-05-151-0/+1
| * spmi: pmic-arb: Add multi bus supportAbel Vesa2024-05-081-18/+120
| * spmi: pmic-arb: Register controller for bus instead of arbiterAbel Vesa2024-05-081-285/+374
| * spmi: pmic-arb: Make core resources acquiring a version operationAbel Vesa2024-05-081-43/+71
| * spmi: pmic-arb: Make the APID init a version operationAbel Vesa2024-05-081-75/+69
| * spmi: pmic-arb: Fix some compile warnings about members not being describedAbel Vesa2024-05-081-0/+5
| * spmi: pmic-arb: Replace three IS_ERR() calls by null pointer checks in spmi_p...Markus Elfring2024-05-081-6/+6
| * spmi: hisi-spmi-controller: Do not override device identifierVamshi Gajjela2024-05-081-1/+0
| * spmi: make spmi_bus_type constRicardo B. Marliere2024-05-081-1/+1
| * Merge tag 'extcon-next-for-6.10' of git://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman2024-05-089-43/+25
| |\
| | * extcon: adc-jack: Document missing struct membersYang Li2024-05-081-0/+2
| | * extcon: realtek: Remove unused of_gpio.hAndy Shevchenko2024-05-081-1/+0
| | * extcon: usbc-cros-ec: Convert to platform remove callback returning voidUwe Kleine-König2024-05-081-4/+2
| | * extcon: usb-gpio: Convert to platform remove callback returning voidUwe Kleine-König2024-05-081-4/+2
| | * extcon: max77843: Convert to platform remove callback returning voidUwe Kleine-König2024-05-081-4/+2
| | * extcon: max3355: Convert to platform remove callback returning voidUwe Kleine-König2024-05-081-4/+2
| | * extcon: intel-mrfld: Convert to platform remove callback returning voidUwe Kleine-König2024-05-081-4/+2
| | * extcon: intel-cht-wc: Convert to platform remove callback returning voidUwe Kleine-König2024-05-081-4/+2
| | * extcon: adc-jack: Convert to platform remove callback returning voidUwe Kleine-König2024-05-081-4/+2
| | * extcon: intel-mrfld: Don't shadow error from devm_extcon_dev_allocate()Andy Shevchenko2024-05-081-1/+1
| | * extcon: max8997: select IRQ_DOMAIN instead of depending on itRandy Dunlap2024-05-081-1/+2
| | * extcon: intel-mrfld: Switch to use dev_err_probe()Andy Shevchenko2024-05-081-12/+6
| * | Merge 6.9-rc7 into char-misc-testingGreg Kroah-Hartman2024-05-08236-1271/+2105
| |\ \
| * | | misc: rtsx: do clear express reg every SD_INTRicky Wu2024-05-041-5/+7
| * | | tifm: constify the struct tifm_bus_type usageKunwu Chan2024-05-041-1/+1
| * | | binder: fix max_thread type inconsistencyCarlos Llamas2024-05-042-2/+2
| * | | greybus: Fix use-after-free bug in gb_interface_release due to race condition.Sicong Huang2024-05-041-0/+1
| * | | ppdev: Add an error check in register_deviceHuai-Yuan Liu2024-05-041-4/+11
| * | | intel_th: pci: Add Lunar Lake supportAlexander Shishkin2024-05-041-0/+5
| * | | intel_th: pci: Add Meteor Lake-S CPU supportAlexander Shishkin2024-05-041-0/+5
| * | | intel_th: pci: Add Meteor Lake-S supportAlexander Shishkin2024-05-041-0/+5
| * | | intel_th: pci: Add Sapphire Rapids SOC supportAlexander Shishkin2024-05-041-0/+5
| * | | intel_th: pci: Add Granite Rapids SOC supportAlexander Shishkin2024-05-041-0/+5
| * | | intel_th: pci: Add Granite Rapids supportAlexander Shishkin2024-05-041-0/+5
| * | | intel_th: msu: Fix kernel-doc warningsRandy Dunlap2024-05-041-2/+10
| * | | intel_th: Remove redundant initialization of pointer outpColin Ian King2024-05-041-1/+1
| * | | intel_th: Convert sprintf/snprintf to sysfs_emitLi Zhijian2024-05-041-4/+4
| * | | intel_th: Constify the struct device_type usageRicardo B. Marliere2024-05-041-4/+4
| * | | intel_th: Convert to platform remove callback returning voidUwe Kleine-König2024-05-041-4/+2
| * | | stm class: sys-t: Improve ftrace source handlingMikhail Lappo2024-05-041-7/+83
| * | | stm class: Propagate source type to protocolsMikhail Lappo2024-05-044-7/+9
| * | | stm class: Add source typeMikhail Lappo2024-05-043-0/+3
| * | | stm class: Fix a double free in stm_register_device()Dan Carpenter2024-05-041-5/+6
| * | | Merge tag 'iio-for-6.10b-take2' of https://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman2024-05-0439-377/+1177
| |\ \ \
| | * | | iio: temperature: mcp9600: Fix temperature reading for negative valuesDimitri Fedrau2024-05-031-1/+2
| | * | | iio: adc: PAC1934: fix accessing out of bounds array indexMarius Cristea2024-05-031-0/+9
| | * | | iio: invensense: fix timestamp glitches when switching frequencyJean-Baptiste Maneyrol2024-05-033-26/+20
| | * | | iio: invensense: fix interrupt timestamp alignmentJean-Baptiste Maneyrol2024-05-011-2/+7