summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'driver-core-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-09-0191-376/+241
|\
| * driver core: platform: Remove platform_device_add_properties()Heikki Krogerus2021-08-181-18/+2
| * drivers/base/node.c: use bin_attribute to break the size limitation of cpumap...Tian Tao2021-08-131-23/+40
| * topology: use bin_attribute to break the size limitation of cpumap ABITian Tao2021-08-131-52/+63
| * Merge 5.14-rc5 into driver-core-nextGreg Kroah-Hartman2021-08-09258-1110/+2422
| |\
| * \ Merge tag 'sysfs_defferred_iomem_get_mapping-5.15' of git://git.kernel.org/pu...Greg Kroah-Hartman2021-08-061-3/+3
| |\ \
| | * | sysfs: Rename struct bin_attribute member to f_mappingKrzysztof Wilczyński2021-08-051-3/+3
| | * | sysfs: Invoke iomem_get_mapping() from the sysfs open callbackKrzysztof Wilczyński2021-08-051-3/+3
| * | | zorro: Drop useless (and hardly used) .driver member in struct zorro_devUwe Kleine-König2021-08-051-5/+2
| * | | zorro: Simplify remove callbackUwe Kleine-König2021-08-051-5/+3
| * | | sh: superhyway: Simplify check in remove callbackUwe Kleine-König2021-08-051-1/+1
| * | | nubus: Simplify check in remove callbackUwe Kleine-König2021-08-051-1/+1
| * | | nubus: Make struct nubus_driver::remove return voidUwe Kleine-König2021-07-282-5/+2
| * | | Merge 5.14-rc3 into driver-core-nextGreg Kroah-Hartman2021-07-27150-1345/+1773
| |\| |
| * | | driver: base: Prefer unsigned int to bare use of unsignedJinchao Wang2021-07-213-12/+12
| * | | cacheinfo: clear cache_leaves(cpu) in free_cache_attributes()Xiongfeng Wang2021-07-211-0/+1
| * | | driver core: Fix error return code in really_probe()Zhen Lei2021-07-211-6/+10
| * | | firmware: fix theoretical UAF race with firmware cache and resumeZhen Lei2021-07-211-12/+8
| * | | driver: base: Replace symbolic permissions with octal permissionsJinchao Wang2021-07-212-4/+4
| * | | bus: Make remove callback return voidUwe Kleine-König2021-07-2174-213/+79
| * | | s390/scm: Make struct scm_driver::remove return voidUwe Kleine-König2021-07-212-4/+5
| * | | s390/ccwgroup: Drop if with an always false conditionUwe Kleine-König2021-07-211-2/+0
| * | | s390/cio: Make struct css_driver::remove return voidUwe Kleine-König2021-07-216-14/+10
| * | | PCI: endpoint: Make struct pci_epf_driver::remove return voidUwe Kleine-König2021-07-211-3/+2
* | | | Merge tag 'char-misc-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-09-01127-2465/+7497
|\ \ \ \
| * | | | Revert "bus: mhi: Add inbound buffers allocation flag"Greg Kroah-Hartman2021-08-274-9/+6
| * | | | misc/pvpanic: fix set driver dataMihai Carabas2021-08-271-0/+2
| * | | | VMCI: fix NULL pointer dereference when unmapping queue pairWang Hai2021-08-271-2/+4
| * | | | char: mware: fix returnvar.cocci warningsjing yangyang2021-08-271-3/+1
| * | | | parport: remove non-zero check on countColin Ian King2021-08-271-1/+1
| * | | | Merge tag 'soundwire-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman2021-08-247-92/+366
| |\ \ \ \
| | * | | | soundwire: cadence: do not extend reset delayPierre-Louis Bossart2021-08-231-4/+1
| | * | | | soundwire: intel: conditionally exit clock stop mode on system suspendPierre-Louis Bossart2021-08-231-13/+94
| | * | | | soundwire: intel: skip suspend/resume/wake when link was not startedPierre-Louis Bossart2021-08-232-10/+13
| | * | | | soundwire: intel: fix potential race condition during power downPierre-Louis Bossart2021-08-231-10/+13
| | * | | | soundwire: cadence: override PDI configurations to create loopbackPierre-Louis Bossart2021-08-021-35/+95
| | * | | | soundwire: cadence: add debugfs interface for PDI loopbacksPierre-Louis Bossart2021-08-022-0/+47
| | * | | | soundwire: stream: don't program mockup device portsBard Liao2021-08-021-0/+3
| | * | | | soundwire: bus: squelch error returned by mockup devicesPierre-Louis Bossart2021-08-021-2/+8
| | * | | | soundwire: stream: don't abort bank switch on Command_Ignored/-ENODATABard Liao2021-08-021-1/+1
| | * | | | soundwire: cadence: add paranoid check on self-clearing bitsPierre-Louis Bossart2021-08-023-0/+65
| | * | | | soundwire: dmi-quirks: add quirk for Intel 'Bishop County' NUC M15Pierre-Louis Bossart2021-07-231-4/+12
| | * | | | soundwire: bus: update Slave status in sdw_clear_slave_statusBard Liao2021-07-221-0/+1
| | * | | | soundwire: cadence: Remove ret variable from sdw_cdns_irq()Peter Ujfalusi2021-07-221-2/+1
| | * | | | soundwire: bus: filter out more -EDATA errors on clock stopPierre-Louis Bossart2021-07-221-1/+2
| | * | | | soundwire: dmi-quirks: add ull suffix for SoundWire _ADR valuesPierre-Louis Bossart2021-07-221-10/+10
| * | | | | Merge tag 'phy-for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/phy...Greg Kroah-Hartman2021-08-2419-1262/+2171
| |\ \ \ \ \
| | * | | | | phy: qcom-qmp: Add support for SM6115 UFS phyIskren Chernev2021-08-232-0/+142
| | * | | | | phy: qmp: Provide unique clock names for DP clocksBjorn Andersson2021-08-201-2/+5
| | * | | | | phy: xilinx: zynqmp: skip PHY initialization and PLL lock for USBPiyush Mehta2021-08-181-0/+3