summaryrefslogtreecommitdiff
path: root/drivers/base
AgeCommit message (Expand)Author
2023-03-23driver core: bus: constify driver_find()Greg Kroah-Hartman
2023-03-23driver core: bus: constify bus_rescan_devices()Greg Kroah-Hartman
2023-03-23driver core: bus: constantify bus_register()Greg Kroah-Hartman
2023-03-23driver core: bus: mark the struct bus_type for sysfs callbacks as constantGreg Kroah-Hartman
2023-03-23driver core: bus: move dev_root out of struct bus_typeGreg Kroah-Hartman
2023-03-17driver core: device: make device_create*() take a const struct class *Greg Kroah-Hartman
2023-03-17driver core: device: mark struct class in struct device as constantGreg Kroah-Hartman
2023-03-17driver core: device: make device_destroy() take a const class *Greg Kroah-Hartman
2023-03-17driver core: class: make class_create/remove_file*() options constGreg Kroah-Hartman
2023-03-17driver core: class: make class_find_device*() options constGreg Kroah-Hartman
2023-03-17driver core: class: make class_for_each_device() options constGreg Kroah-Hartman
2023-03-17driver core: class: make class_dev_iter_init() options constGreg Kroah-Hartman
2023-03-17driver core: class: remove module * from class_create()Greg Kroah-Hartman
2023-03-17driver core: class: remove struct module owner out of struct classGreg Kroah-Hartman
2023-03-17drivers: remove struct module * setting from struct classGreg Kroah-Hartman
2023-03-17driver core: class: specify the module owner in __class_register()Greg Kroah-Hartman
2023-03-13regmap: cache: Silence checkpatch warningAlexander Stein
2023-03-13regmap: cache: Return error in cache sync operations for REGCACHE_NONEAlexander Stein
2023-03-10devres: Pass unique name of the resource to devm_add_action()Andy Shevchenko
2023-03-10device property: Clarify description of returned value in some functionsAndy Shevchenko
2023-03-10driver core: Make state_synced device attribute writeableSaravana Kannan
2023-03-10driver core: Add fw_devlink.sync_state command line paramSaravana Kannan
2023-03-07driver core: class: fix block class problem when removing CONFIG_SYSFS_DEPREC...Greg Kroah-Hartman
2023-03-06regmap: Add support for devices with no interrupt readbackMark Brown
2023-03-06driver core: remove CONFIG_SYSFS_DEPRECATED and CONFIG_SYSFS_DEPRECATED_V2Greg Kroah-Hartman
2023-03-05regmap-irq: Add no_status supportWilliam Breathitt Gray
2023-03-05regmap: sdw: Remove 8-bit value size restrictionLucas Tanure
2023-03-05regmap: sdw: Update misleading commentCharles Keepax
2023-03-05Merge tag 'irq-urgent-2023-03-05' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-03-02Merge tag 'driver-core-6.3-rc1_2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-03-02genirq/msi, platform-msi: Ensure that MSI descriptors are unreferencedThomas Gleixner
2023-02-25Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds
2023-02-25driver core: fw_devlink: Print full path and name of fwnodeSaravana Kannan
2023-02-25driver core: fw_devlink: Avoid spurious error messageSaravana Kannan
2023-02-25driver core: bus: Handle early calls to bus_to_subsys()Geert Uytterhoeven
2023-02-24Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-02-22Merge tag 'regmap-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Linus Torvalds
2023-02-21Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2023-02-21Merge tag 'pm-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds
2023-02-21Merge tag 'rcu.2023.02.10a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-02-20Merge tag 'sched-core-2023-02-20' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-02-20Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2023-02-17Merge remote-tracking branch 'regmap/for-6.3' into regmap-nextMark Brown
2023-02-17regmap-irq: Remove unused mask_invert flagAidan MacDonald
2023-02-17regmap-irq: Remove unused type_invert flagAidan MacDonald
2023-02-15Merge branches 'powercap', 'pm-domains', 'pm-em' and 'pm-opp'Rafael J. Wysocki
2023-02-15Merge branches 'pm-cpuidle', 'pm-core' and 'pm-sleep'Rafael J. Wysocki
2023-02-14driver core: class: move EXPORT_SYMBOL_GPL() lines to the correct placeGreg Kroah-Hartman
2023-02-14Revert "driver core: add error handling for devtmpfs_create_node()"Greg Kroah-Hartman