summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* driver core: base.h: remove extern from function prototypesGreg Kroah-Hartman2023-03-241-46/+42
* driver core: driver.h: remove extern from function prototypesGreg Kroah-Hartman2023-03-241-15/+11
* driver core: bus.h: remove extern from function prototypesGreg Kroah-Hartman2023-03-241-8/+6
* driver core: device.h: remove extern from function prototypesGreg Kroah-Hartman2023-03-241-2/+1
* driver core: class.h: remove extern from function prototypesGreg Kroah-Hartman2023-03-241-26/+20
* driver core: class: use lock_class_key already present in struct subsys_privateGreg Kroah-Hartman2023-03-242-40/+11
* device property: Constify a few fwnode APIsAndy Shevchenko2023-03-242-6/+6
* device property: constify fwnode_get_phy_mode() argumentRussell King2023-03-242-2/+2
* USB: mark all struct bus_type as constGreg Kroah-Hartman2023-03-238-9/+9
* driver core: device.h: make struct bus_type a const *Greg Kroah-Hartman2023-03-231-1/+1
* iommu: make the pointer to struct bus_type constantGreg Kroah-Hartman2023-03-232-12/+12
* ARM/dma-mapping: const a pointer to bus_type in arm_iommu_create_mapping()Greg Kroah-Hartman2023-03-232-2/+2
* dmaengine: idxd: use const struct bus_type *Greg Kroah-Hartman2023-03-231-2/+2
* vhost-vdpa: vhost_vdpa_alloc_domain() should be using a const struct bus_type *Greg Kroah-Hartman2023-03-231-1/+1
* drm/i915/huc: use const struct bus_type pointersGreg Kroah-Hartman2023-03-232-4/+4
* crypto: hisilicon/qm - make struct bus_type * constGreg Kroah-Hartman2023-03-231-1/+1
* driver core: make the bus_type in struct device_driver constantGreg Kroah-Hartman2023-03-231-1/+1
* driver core: bus: constify bus_get()Greg Kroah-Hartman2023-03-231-3/+3
* driver core: bus: constify driver_find()Greg Kroah-Hartman2023-03-232-2/+2
* driver core: bus: constify bus_rescan_devices()Greg Kroah-Hartman2023-03-232-2/+2
* driver core: bus: constantify bus_register()Greg Kroah-Hartman2023-03-233-3/+3
* driver core: bus: mark the struct bus_type for sysfs callbacks as constantGreg Kroah-Hartman2023-03-2322-88/+78
* driver core: bus: move dev_root out of struct bus_typeGreg Kroah-Hartman2023-03-233-8/+24
* cpuidle: move to use bus_get_dev_root()Greg Kroah-Hartman2023-03-223-5/+12
* ACPI: LPIT: move to use bus_get_dev_root()Greg Kroah-Hartman2023-03-221-5/+11
* EDAC/sysfs: move to use bus_get_dev_root()Greg Kroah-Hartman2023-03-222-12/+18
* tpm: Fix a possible dereference of ERR_PTR in tpm_init()Harshit Mogalapalli2023-03-211-1/+2
* irqchip/mbigen: move to use bus_get_dev_root()Greg Kroah-Hartman2023-03-171-5/+8
* cpufreq: amd-pstate: move to use bus_get_dev_root()Greg Kroah-Hartman2023-03-171-14/+10
* s390/smp: move to use bus_get_dev_root()Greg Kroah-Hartman2023-03-171-3/+9
* s390/topology: move to use bus_get_dev_root()Greg Kroah-Hartman2023-03-171-1/+10
* sh: intc: move to use bus_get_dev_root()Greg Kroah-Hartman2023-03-171-1/+9
* sh: dma-sysfs: move to use bus_get_dev_root()Greg Kroah-Hartman2023-03-171-1/+7
* powerpc/fsl: move to use bus_get_dev_root()Greg Kroah-Hartman2023-03-171-4/+15
* powerpc/pseries: move to use bus_get_dev_root()Greg Kroah-Hartman2023-03-172-13/+25
* powerpc/powernv: move to use bus_get_dev_root()Greg Kroah-Hartman2023-03-172-4/+15
* powerpc/sysfs: move to use bus_get_dev_root()Greg Kroah-Hartman2023-03-171-2/+12
* arm64: cpufeature: move to use bus_get_dev_root()Greg Kroah-Hartman2023-03-171-1/+9
* x86/umwait: move to use bus_get_dev_root()Greg Kroah-Hartman2023-03-171-2/+6
* x86/microcode: move to use bus_get_dev_root()Greg Kroah-Hartman2023-03-171-4/+9
* workqueue: move to use bus_get_dev_root()Greg Kroah-Hartman2023-03-171-1/+7
* cpu/hotplug: move to use bus_get_dev_root()Greg Kroah-Hartman2023-03-171-6/+17
* platform/x86: intel-uncore-freq: move to use bus_get_dev_root()Greg Kroah-Hartman2023-03-171-3/+9
* platform/x86: ibm_rtl: move to use bus_get_dev_root()Greg Kroah-Hartman2023-03-171-4/+14
* cpufreq: move to use bus_get_dev_root()Greg Kroah-Hartman2023-03-172-3/+11
* sched/debug: Put sched/domains files under the verbose flagPhil Auld2023-03-171-3/+49
* driver core: device: make device_create*() take a const struct class *Greg Kroah-Hartman2023-03-172-5/+5
* driver core: device: mark struct class in struct device as constantGreg Kroah-Hartman2023-03-172-6/+6
* tpm: fix up the tpm_class shutdown_pre pointer when createdGreg Kroah-Hartman2023-03-173-2/+3
* driver core: device: make device_destroy() take a const class *Greg Kroah-Hartman2023-03-172-2/+2