summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* pktcdvd: simplify the class_pktcdvd logicGreg Kroah-Hartman2023-04-021-28/+12
* driver core: class: fix slab-use-after-free Read in class_register()Greg Kroah-Hartman2023-04-011-0/+1
* driver core: make sysfs_dev_char_kobj staticGreg Kroah-Hartman2023-03-312-4/+3
* driver core: make sysfs_dev_block_kobj staticGreg Kroah-Hartman2023-03-311-1/+3
* driver core: class: remove dev_kobj from struct classGreg Kroah-Hartman2023-03-311-4/+0
* driver core: clean up the logic to determine which /sys/dev/ directory to useGreg Kroah-Hartman2023-03-313-27/+14
* driver core: class: remove subsystem private pointer from struct classGreg Kroah-Hartman2023-03-311-4/+0
* driver core: create class_is_registered()Greg Kroah-Hartman2023-03-312-2/+27
* driver core: core: move to use class_to_subsys()Greg Kroah-Hartman2023-03-313-44/+81
* media: pvrusb2: clean up unneeded complexity in pvrusb2 class logicGreg Kroah-Hartman2023-03-313-64/+29
* mISDN: remove unneeded mISDN_class_release()Greg Kroah-Hartman2023-03-301-6/+0
* firmware_loader: Add debug message with checksum for FW fileAmadeusz Sławiński2023-03-292-1/+59
* soc: amlogic: meson-gx-socinfo: use new soc_device_register functionality to ...Heiner Kallweit2023-03-291-5/+0
* base: soc: populate machine name in soc_device_register if emptyHeiner Kallweit2023-03-291-0/+15
* driver core: class.c: convert to only use class_to_subsysGreg Kroah-Hartman2023-03-291-52/+61
* driver core: class: implement class_get/put without the private pointer.Greg Kroah-Hartman2023-03-291-18/+63
* driver core: class: mark the struct class for sysfs callbacks as constantGreg Kroah-Hartman2023-03-2910-35/+34
* driver core: Add CONFIG_FW_DEVLINK_SYNC_STATE_TIMEOUTSaravana Kannan2023-03-282-0/+17
* driver core: bus: constify class_unregister/destroy()Greg Kroah-Hartman2023-03-281-4/+4
* driver core: Add a comment to set_primary_fwnode() on nullifyingAndy Shevchenko2023-03-281-2/+6
* driver core: move sysfs_dev_char_kobj out of class.hGreg Kroah-Hartman2023-03-271-0/+3
* driver core: class: fix documentation for class_create()Greg Kroah-Hartman2023-03-271-1/+0
* driver core: bus: move documentation for lock_key to proper location.Greg Kroah-Hartman2023-03-251-0/+1
* driver core: physical_location.h remove extern from function prototypesGreg Kroah-Hartman2023-03-241-1/+1
* driver core: base.h: remove extern from function prototypesGreg Kroah-Hartman2023-03-241-46/+42
* driver core: class: use lock_class_key already present in struct subsys_privateGreg Kroah-Hartman2023-03-241-6/+9
* device property: Constify a few fwnode APIsAndy Shevchenko2023-03-241-3/+3
* device property: constify fwnode_get_phy_mode() argumentRussell King2023-03-241-1/+1
* USB: mark all struct bus_type as constGreg Kroah-Hartman2023-03-237-8/+8
* iommu: make the pointer to struct bus_type constantGreg Kroah-Hartman2023-03-231-7/+7
* 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: bus: constify bus_get()Greg Kroah-Hartman2023-03-231-3/+3
* driver core: bus: constify driver_find()Greg Kroah-Hartman2023-03-231-1/+1
* driver core: bus: constify bus_rescan_devices()Greg Kroah-Hartman2023-03-231-1/+1
* driver core: bus: constantify bus_register()Greg Kroah-Hartman2023-03-232-2/+2
* driver core: bus: mark the struct bus_type for sysfs callbacks as constantGreg Kroah-Hartman2023-03-2314-68/+60
* driver core: bus: move dev_root out of struct bus_typeGreg Kroah-Hartman2023-03-232-6/+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
* sh: intc: move to use bus_get_dev_root()Greg Kroah-Hartman2023-03-171-1/+9
* 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