summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2023-03-24driver core: physical_location.h remove extern from function prototypesGreg Kroah-Hartman
2023-03-24driver core: base.h: remove extern from function prototypesGreg Kroah-Hartman
2023-03-24driver core: class: use lock_class_key already present in struct subsys_privateGreg Kroah-Hartman
2023-03-24device property: Constify a few fwnode APIsAndy Shevchenko
2023-03-24device property: constify fwnode_get_phy_mode() argumentRussell King
2023-03-23USB: mark all struct bus_type as constGreg Kroah-Hartman
2023-03-23iommu: make the pointer to struct bus_type constantGreg Kroah-Hartman
2023-03-23dmaengine: idxd: use const struct bus_type *Greg Kroah-Hartman
2023-03-23vhost-vdpa: vhost_vdpa_alloc_domain() should be using a const struct bus_type *Greg Kroah-Hartman
2023-03-23drm/i915/huc: use const struct bus_type pointersGreg Kroah-Hartman
2023-03-23crypto: hisilicon/qm - make struct bus_type * constGreg Kroah-Hartman
2023-03-23driver core: bus: constify bus_get()Greg Kroah-Hartman
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-22cpuidle: move to use bus_get_dev_root()Greg Kroah-Hartman
2023-03-22ACPI: LPIT: move to use bus_get_dev_root()Greg Kroah-Hartman
2023-03-22EDAC/sysfs: move to use bus_get_dev_root()Greg Kroah-Hartman
2023-03-21tpm: Fix a possible dereference of ERR_PTR in tpm_init()Harshit Mogalapalli
2023-03-17irqchip/mbigen: move to use bus_get_dev_root()Greg Kroah-Hartman
2023-03-17cpufreq: amd-pstate: move to use bus_get_dev_root()Greg Kroah-Hartman
2023-03-17sh: intc: move to use bus_get_dev_root()Greg Kroah-Hartman
2023-03-17platform/x86: intel-uncore-freq: move to use bus_get_dev_root()Greg Kroah-Hartman
2023-03-17platform/x86: ibm_rtl: move to use bus_get_dev_root()Greg Kroah-Hartman
2023-03-17cpufreq: move to use bus_get_dev_root()Greg 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-17tpm: fix up the tpm_class shutdown_pre pointer when createdGreg 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-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-06driver core: remove CONFIG_SYSFS_DEPRECATED and CONFIG_SYSFS_DEPRECATED_V2Greg Kroah-Hartman
2023-03-05Merge tag 'v6.3-p2' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds
2023-03-05Merge tag 'x86-urgent-2023-03-05' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-03-05Merge tag 'irq-urgent-2023-03-05' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-03-04Merge tag 'i2c-for-6.3-rc1-part2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-03-03Merge tag 'for-v6.3-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds