linux-stable/drivers/base
Greg Kroah-Hartman 5ae8120949 driver core: bus: make bus_sort_breadthfirst() take a const pointer
For some reason, during the big "clean up the driver core for a const
struct bus_type" work, the bus_sort_breadthfirst() call was missed.  Fix
this up by changing the type to be a const * as it should be.

Cc: Rafael J. Wysocki <rafael@kernel.org>
Link: https://lore.kernel.org/r/2023121935-stinking-ditzy-fd5d@gregkh
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2023-12-21 13:55:08 +01:00
..
firmware_loader Driver core changes for 6.7-rc1 2023-11-03 15:15:47 -10:00
power Merge branch 'opp/pm-domain-scmi' of git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm into for-next/scmi/updates 2023-10-06 09:40:10 +01:00
regmap regmap: Fix for v6.7 2023-11-07 16:56:10 -08:00
test drivers: base: test: Make property entry API test modular 2023-10-05 13:11:44 +02:00
arch_numa.c
arch_topology.c arch_topology: Make register_cpu_capacity_sysctl() tolerant to late CPUs 2023-12-06 12:41:48 +09:00
attribute_container.c
auxiliary.c
base.h
bus.c driver core: bus: make bus_sort_breadthfirst() take a const pointer 2023-12-21 13:55:08 +01:00
cacheinfo.c mm, pcp: reduce lock contention for draining high-order pages 2023-10-25 16:47:10 -07:00
class.c driver core: class: remove boilerplate code 2023-10-21 23:17:11 +02:00
component.c
container.c
core.c driver core: Better advertise dev_err_probe() 2023-12-15 18:54:18 +01:00
cpu.c drivers: base: Print a warning instead of panic() when register_cpu() fails 2023-12-06 12:41:49 +09:00
dd.c driver core: Emit reason for pending deferred probe 2023-12-07 11:35:26 +09:00
devcoredump.c
devres.c drivers/base: use ARCH_DMA_MINALIGN instead of ARCH_KMALLOC_MINALIGN 2023-06-19 16:19:20 -07:00
devtmpfs.c
driver.c
firmware.c
hypervisor.c
init.c drivers: base: Move cpu_dev_init() after node_dev_init() 2023-12-06 12:41:49 +09:00
isa.c isa: Remove unnecessary checks 2023-05-31 19:03:39 +01:00
Kconfig
Makefile
map.c
memory.c - An extensive rework of kexec and crash Kconfig from Eric DeVolder 2023-08-29 14:53:51 -07:00
module.c
node.c base/node.c: initialize the accessor list before registering 2023-12-07 11:35:23 +09:00
physical_location.c
physical_location.h
pinctrl.c
platform-msi.c
platform.c driver core: platform: Annotate struct irq_affinity_devres with __counted_by 2023-10-07 18:13:09 +02:00
property.c device property: fwnode_property_get_reference_args allows NULL args now 2023-12-07 11:35:26 +09:00
soc.c base: soc: Remove usage of the deprecated ida_simple_xx() API 2023-12-07 11:22:23 +09:00
swnode.c software node: Let args be NULL in software_node_get_reference_args 2023-12-07 11:35:26 +09:00
syscore.c
topology.c
trace.c
trace.h
transport_class.c