summaryrefslogtreecommitdiffstats
path: root/drivers/base (follow)
Commit message (Expand)AuthorAgeFilesLines
* devtmpfs regression fix: reconfigure on each mountNeilBrown2022-01-171-0/+7
* Merge tag 'char-misc-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-01-141-0/+16
|\
| * Merge 5.16-rc8 into char-misc-nextGreg Kroah-Hartman2022-01-031-1/+1
| |\
| * | device property: Add fwnode_iomap()Anand Ashok Dumbre2021-12-211-0/+16
* | | Merge tag 'irq-msi-2022-01-13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-01-132-161/+77
|\ \ \
| * | | platform-msi: Simplify platform device MSI codeThomas Gleixner2021-12-161-70/+18
| * | | platform-msi: Let core code handle MSI descriptorsThomas Gleixner2021-12-161-64/+48
| * | | genirq/msi: Move descriptor list to struct msi_device_dataThomas Gleixner2021-12-161-3/+0
| * | | platform-msi: Use msi_desc::msi_indexThomas Gleixner2021-12-161-5/+5
| * | | platform-msi: Store platform private data pointer in msi_device_dataThomas Gleixner2021-12-161-47/+32
| * | | platform-msi: Rename functions and clarify commentsThomas Gleixner2021-12-161-15/+21
| * | | platform-msi: Let the core code handle sysfs groupsThomas Gleixner2021-12-161-10/+1
| * | | platform-msi: Allocate MSI device data on first useThomas Gleixner2021-12-161-1/+7
| * | | device: Move MSI related data into a structThomas Gleixner2021-12-161-6/+6
| * | | PCI/MSI: Move msi_lock to struct pci_devThomas Gleixner2021-12-091-1/+0
| |/ /
* | | Merge tag 'driver-core-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-01-1210-35/+243
|\ \ \
| * | | driver core: Make bus notifiers in right order in really_probe()Lu Baolu2022-01-061-1/+1
| * | | driver core: Move driver_sysfs_remove() after driver_sysfs_add()Lu Baolu2022-01-061-3/+4
| * | | headers/uninline: Uninline single-use function: kobject_has_children()Ingo Molnar2022-01-041-0/+17
| * | | devtmpfs: mount with noexec and nosuidKees Cook2021-12-302-2/+19
| * | | driver core: Simplify async probe test code by using ktime_ms_delta()Mark-PK Tsai2021-12-291-9/+5
| * | | kobject: remove kset from struct kset_uevent_ops callbacksGreg Kroah-Hartman2021-12-282-7/+6
| * | | driver core: make kobj_type constant.Wedson Almeida Filho2021-12-272-2/+2
| * | | driver core: platform: document registration-failure requirementJohan Hovold2021-12-221-0/+4
| * | | device property: Check fwnode->secondary when finding propertiesDaniel Scally2021-12-031-2/+11
| * | | Documentation/auxiliary_bus: Move the text into the codeIra Weiny2021-12-031-0/+141
| * | | Documentation/auxiliary_bus: Clarify the release of devices from find deviceIra Weiny2021-12-031-0/+2
| * | | Documentation/auxiliary_bus: Clarify __auxiliary_driver_registerIra Weiny2021-12-031-0/+5
| * | | Documentation/auxiliary_bus: Clarify auxiliary_device creationIra Weiny2021-12-031-2/+2
| * | | topology/sysfs: rework book and drawer topology ifdeferyHeiko Carstens2021-12-031-6/+6
| * | | topology/sysfs: export cluster attributes only if an architectures has supportHeiko Carstens2021-12-031-0/+8
| * | | topology/sysfs: export die attributes only if an architectures has supportHeiko Carstens2021-12-031-0/+8
| * | | driver core: platform: Make use of the helper function dev_err_probe()Cai Huoqing2021-11-271-2/+3
| |/ /
* | | Merge tag 'regmap-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Linus Torvalds2022-01-112-1/+2
|\ \ \
| * | | regmap: debugfs: Fix indentationMark Brown2022-01-071-1/+1
| * | | regmap: Call regmap_debugfs_exit() prior to _init()Fabio Estevam2022-01-071-0/+1
* | | | Merge tag 'devprop-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-01-113-98/+42
|\ \ \ \
| * | | | software node: fix wrong node passed to find nargs_propClément Léger2021-12-221-1/+1
| * | | | device property: Drop fwnode_graph_get_remote_node()Sakari Ailus2021-12-171-38/+0
| * | | | device property: Use fwnode_graph_for_each_endpoint() macroSakari Ailus2021-12-171-4/+4
| * | | | device property: Implement fwnode_graph_get_endpoint_count()Sakari Ailus2021-12-171-10/+39
| * | | | device property: Fix documentation for FWNODE_GRAPH_DEVICE_DISABLEDSakari Ailus2021-12-171-2/+2
| * | | | device property: Fix fwnode_graph_devcon_match() fwnode leakSakari Ailus2021-12-171-1/+3
| * | | | device property: Remove device_add_properties() APIHeikki Krogerus2021-11-241-48/+0
| * | | | driver core: Don't call device_remove_properties() from device_del()Heikki Krogerus2021-11-241-1/+0
| | |/ / | |/| |
* | | | Merge tag 'pm-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2022-01-113-41/+102
|\ \ \ \
| | \ \ \
| | \ \ \
| *-. \ \ \ Merge branches 'pm-cpuidle', 'pm-core' and 'pm-sleep'Rafael J. Wysocki2022-01-102-37/+64
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | | * | | PM: runtime: Simplify locking in pm_runtime_put_suppliers()Rafael J. Wysocki2021-12-221-4/+8
| | | * | | Merge back PM core changes for v5.17.Rafael J. Wysocki2021-12-222-33/+56
| | | |\ \ \ | | | | |_|/ | | | |/| |
| | | | * | PM: runtime: Add safety net to supplier device releaseRafael J. Wysocki2021-12-172-13/+31