/openbmc/linux/drivers/greybus/ |
H A D | core.c | diff 2a81ada32f0e584fc0c943e0d3a8c9f4fae411d6 Wed Jan 11 05:30:17 CST 2023 Greg Kroah-Hartman <gregkh@linuxfoundation.org> driver core: make struct bus_type.uevent() take a const *
The uevent() callback in struct bus_type should not be modifying the device that is passed into it, so mark it as a const * and propagate the function signature changes out into all relevant subsystems that use this callback.
Acked-by: Rafael J. Wysocki <rafael@kernel.org> Acked-by: Hans de Goede <hdegoede@redhat.com> Link: https://lore.kernel.org/r/20230111113018.459199-16-gregkh@linuxfoundation.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|
/openbmc/linux/sound/hda/ |
H A D | hda_bus_type.c | diff 2a81ada32f0e584fc0c943e0d3a8c9f4fae411d6 Wed Jan 11 05:30:17 CST 2023 Greg Kroah-Hartman <gregkh@linuxfoundation.org> driver core: make struct bus_type.uevent() take a const *
The uevent() callback in struct bus_type should not be modifying the device that is passed into it, so mark it as a const * and propagate the function signature changes out into all relevant subsystems that use this callback.
Acked-by: Rafael J. Wysocki <rafael@kernel.org> Acked-by: Hans de Goede <hdegoede@redhat.com> Link: https://lore.kernel.org/r/20230111113018.459199-16-gregkh@linuxfoundation.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|
/openbmc/linux/drivers/hsi/ |
H A D | hsi_core.c | diff 2a81ada32f0e584fc0c943e0d3a8c9f4fae411d6 Wed Jan 11 05:30:17 CST 2023 Greg Kroah-Hartman <gregkh@linuxfoundation.org> driver core: make struct bus_type.uevent() take a const *
The uevent() callback in struct bus_type should not be modifying the device that is passed into it, so mark it as a const * and propagate the function signature changes out into all relevant subsystems that use this callback.
Acked-by: Rafael J. Wysocki <rafael@kernel.org> Acked-by: Hans de Goede <hdegoede@redhat.com> Link: https://lore.kernel.org/r/20230111113018.459199-16-gregkh@linuxfoundation.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|
/openbmc/linux/include/linux/device/ |
H A D | bus.h | diff 2a81ada32f0e584fc0c943e0d3a8c9f4fae411d6 Wed Jan 11 05:30:17 CST 2023 Greg Kroah-Hartman <gregkh@linuxfoundation.org> driver core: make struct bus_type.uevent() take a const *
The uevent() callback in struct bus_type should not be modifying the device that is passed into it, so mark it as a const * and propagate the function signature changes out into all relevant subsystems that use this callback.
Acked-by: Rafael J. Wysocki <rafael@kernel.org> Acked-by: Hans de Goede <hdegoede@redhat.com> Link: https://lore.kernel.org/r/20230111113018.459199-16-gregkh@linuxfoundation.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|
/openbmc/linux/drivers/bus/mhi/host/ |
H A D | init.c | diff 2a81ada32f0e584fc0c943e0d3a8c9f4fae411d6 Wed Jan 11 05:30:17 CST 2023 Greg Kroah-Hartman <gregkh@linuxfoundation.org> driver core: make struct bus_type.uevent() take a const *
The uevent() callback in struct bus_type should not be modifying the device that is passed into it, so mark it as a const * and propagate the function signature changes out into all relevant subsystems that use this callback.
Acked-by: Rafael J. Wysocki <rafael@kernel.org> Acked-by: Hans de Goede <hdegoede@redhat.com> Link: https://lore.kernel.org/r/20230111113018.459199-16-gregkh@linuxfoundation.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|
/openbmc/linux/drivers/staging/greybus/ |
H A D | gbphy.c | diff 2a81ada32f0e584fc0c943e0d3a8c9f4fae411d6 Wed Jan 11 05:30:17 CST 2023 Greg Kroah-Hartman <gregkh@linuxfoundation.org> driver core: make struct bus_type.uevent() take a const *
The uevent() callback in struct bus_type should not be modifying the device that is passed into it, so mark it as a const * and propagate the function signature changes out into all relevant subsystems that use this callback.
Acked-by: Rafael J. Wysocki <rafael@kernel.org> Acked-by: Hans de Goede <hdegoede@redhat.com> Link: https://lore.kernel.org/r/20230111113018.459199-16-gregkh@linuxfoundation.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|
/openbmc/linux/drivers/bus/mhi/ep/ |
H A D | main.c | diff 2a81ada32f0e584fc0c943e0d3a8c9f4fae411d6 Wed Jan 11 05:30:17 CST 2023 Greg Kroah-Hartman <gregkh@linuxfoundation.org> driver core: make struct bus_type.uevent() take a const *
The uevent() callback in struct bus_type should not be modifying the device that is passed into it, so mark it as a const * and propagate the function signature changes out into all relevant subsystems that use this callback.
Acked-by: Rafael J. Wysocki <rafael@kernel.org> Acked-by: Hans de Goede <hdegoede@redhat.com> Link: https://lore.kernel.org/r/20230111113018.459199-16-gregkh@linuxfoundation.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|
/openbmc/linux/drivers/firmware/arm_ffa/ |
H A D | bus.c | diff 2a81ada32f0e584fc0c943e0d3a8c9f4fae411d6 Wed Jan 11 05:30:17 CST 2023 Greg Kroah-Hartman <gregkh@linuxfoundation.org> driver core: make struct bus_type.uevent() take a const *
The uevent() callback in struct bus_type should not be modifying the device that is passed into it, so mark it as a const * and propagate the function signature changes out into all relevant subsystems that use this callback.
Acked-by: Rafael J. Wysocki <rafael@kernel.org> Acked-by: Hans de Goede <hdegoede@redhat.com> Link: https://lore.kernel.org/r/20230111113018.459199-16-gregkh@linuxfoundation.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|
/openbmc/linux/drivers/zorro/ |
H A D | zorro-driver.c | diff 2a81ada32f0e584fc0c943e0d3a8c9f4fae411d6 Wed Jan 11 05:30:17 CST 2023 Greg Kroah-Hartman <gregkh@linuxfoundation.org> driver core: make struct bus_type.uevent() take a const *
The uevent() callback in struct bus_type should not be modifying the device that is passed into it, so mark it as a const * and propagate the function signature changes out into all relevant subsystems that use this callback.
Acked-by: Rafael J. Wysocki <rafael@kernel.org> Acked-by: Hans de Goede <hdegoede@redhat.com> Link: https://lore.kernel.org/r/20230111113018.459199-16-gregkh@linuxfoundation.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|
/openbmc/linux/drivers/bus/ |
H A D | mips_cdmm.c | diff 2a81ada32f0e584fc0c943e0d3a8c9f4fae411d6 Wed Jan 11 05:30:17 CST 2023 Greg Kroah-Hartman <gregkh@linuxfoundation.org> driver core: make struct bus_type.uevent() take a const *
The uevent() callback in struct bus_type should not be modifying the device that is passed into it, so mark it as a const * and propagate the function signature changes out into all relevant subsystems that use this callback.
Acked-by: Rafael J. Wysocki <rafael@kernel.org> Acked-by: Hans de Goede <hdegoede@redhat.com> Link: https://lore.kernel.org/r/20230111113018.459199-16-gregkh@linuxfoundation.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|
/openbmc/linux/drivers/base/ |
H A D | auxiliary.c | diff 2a81ada32f0e584fc0c943e0d3a8c9f4fae411d6 Wed Jan 11 05:30:17 CST 2023 Greg Kroah-Hartman <gregkh@linuxfoundation.org> driver core: make struct bus_type.uevent() take a const *
The uevent() callback in struct bus_type should not be modifying the device that is passed into it, so mark it as a const * and propagate the function signature changes out into all relevant subsystems that use this callback.
Acked-by: Rafael J. Wysocki <rafael@kernel.org> Acked-by: Hans de Goede <hdegoede@redhat.com> Link: https://lore.kernel.org/r/20230111113018.459199-16-gregkh@linuxfoundation.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|
/openbmc/linux/drivers/slimbus/ |
H A D | core.c | diff 2a81ada32f0e584fc0c943e0d3a8c9f4fae411d6 Wed Jan 11 05:30:17 CST 2023 Greg Kroah-Hartman <gregkh@linuxfoundation.org> driver core: make struct bus_type.uevent() take a const *
The uevent() callback in struct bus_type should not be modifying the device that is passed into it, so mark it as a const * and propagate the function signature changes out into all relevant subsystems that use this callback.
Acked-by: Rafael J. Wysocki <rafael@kernel.org> Acked-by: Hans de Goede <hdegoede@redhat.com> Link: https://lore.kernel.org/r/20230111113018.459199-16-gregkh@linuxfoundation.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|
/openbmc/linux/drivers/nvdimm/ |
H A D | dax_devs.c | diff 2a81ada32f0e584fc0c943e0d3a8c9f4fae411d6 Wed Jan 11 05:30:17 CST 2023 Greg Kroah-Hartman <gregkh@linuxfoundation.org> driver core: make struct bus_type.uevent() take a const *
The uevent() callback in struct bus_type should not be modifying the device that is passed into it, so mark it as a const * and propagate the function signature changes out into all relevant subsystems that use this callback.
Acked-by: Rafael J. Wysocki <rafael@kernel.org> Acked-by: Hans de Goede <hdegoede@redhat.com> Link: https://lore.kernel.org/r/20230111113018.459199-16-gregkh@linuxfoundation.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|
/openbmc/linux/sound/aoa/soundbus/ |
H A D | core.c | diff 2a81ada32f0e584fc0c943e0d3a8c9f4fae411d6 Wed Jan 11 05:30:17 CST 2023 Greg Kroah-Hartman <gregkh@linuxfoundation.org> driver core: make struct bus_type.uevent() take a const *
The uevent() callback in struct bus_type should not be modifying the device that is passed into it, so mark it as a const * and propagate the function signature changes out into all relevant subsystems that use this callback.
Acked-by: Rafael J. Wysocki <rafael@kernel.org> Acked-by: Hans de Goede <hdegoede@redhat.com> Link: https://lore.kernel.org/r/20230111113018.459199-16-gregkh@linuxfoundation.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|
/openbmc/linux/arch/mips/sgi-ip22/ |
H A D | ip22-gio.c | diff 2a81ada32f0e584fc0c943e0d3a8c9f4fae411d6 Wed Jan 11 05:30:17 CST 2023 Greg Kroah-Hartman <gregkh@linuxfoundation.org> driver core: make struct bus_type.uevent() take a const *
The uevent() callback in struct bus_type should not be modifying the device that is passed into it, so mark it as a const * and propagate the function signature changes out into all relevant subsystems that use this callback.
Acked-by: Rafael J. Wysocki <rafael@kernel.org> Acked-by: Hans de Goede <hdegoede@redhat.com> Link: https://lore.kernel.org/r/20230111113018.459199-16-gregkh@linuxfoundation.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|
/openbmc/linux/drivers/ipack/ |
H A D | ipack.c | diff 2a81ada32f0e584fc0c943e0d3a8c9f4fae411d6 Wed Jan 11 05:30:17 CST 2023 Greg Kroah-Hartman <gregkh@linuxfoundation.org> driver core: make struct bus_type.uevent() take a const *
The uevent() callback in struct bus_type should not be modifying the device that is passed into it, so mark it as a const * and propagate the function signature changes out into all relevant subsystems that use this callback.
Acked-by: Rafael J. Wysocki <rafael@kernel.org> Acked-by: Hans de Goede <hdegoede@redhat.com> Link: https://lore.kernel.org/r/20230111113018.459199-16-gregkh@linuxfoundation.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|
/openbmc/linux/drivers/s390/cio/ |
H A D | scm.c | diff 2a81ada32f0e584fc0c943e0d3a8c9f4fae411d6 Wed Jan 11 05:30:17 CST 2023 Greg Kroah-Hartman <gregkh@linuxfoundation.org> driver core: make struct bus_type.uevent() take a const *
The uevent() callback in struct bus_type should not be modifying the device that is passed into it, so mark it as a const * and propagate the function signature changes out into all relevant subsystems that use this callback.
Acked-by: Rafael J. Wysocki <rafael@kernel.org> Acked-by: Hans de Goede <hdegoede@redhat.com> Link: https://lore.kernel.org/r/20230111113018.459199-16-gregkh@linuxfoundation.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|
/openbmc/linux/drivers/eisa/ |
H A D | eisa-bus.c | diff 2a81ada32f0e584fc0c943e0d3a8c9f4fae411d6 Wed Jan 11 05:30:17 CST 2023 Greg Kroah-Hartman <gregkh@linuxfoundation.org> driver core: make struct bus_type.uevent() take a const *
The uevent() callback in struct bus_type should not be modifying the device that is passed into it, so mark it as a const * and propagate the function signature changes out into all relevant subsystems that use this callback.
Acked-by: Rafael J. Wysocki <rafael@kernel.org> Acked-by: Hans de Goede <hdegoede@redhat.com> Link: https://lore.kernel.org/r/20230111113018.459199-16-gregkh@linuxfoundation.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|
/openbmc/linux/drivers/usb/typec/ |
H A D | bus.c | diff 2a81ada32f0e584fc0c943e0d3a8c9f4fae411d6 Wed Jan 11 05:30:17 CST 2023 Greg Kroah-Hartman <gregkh@linuxfoundation.org> driver core: make struct bus_type.uevent() take a const *
The uevent() callback in struct bus_type should not be modifying the device that is passed into it, so mark it as a const * and propagate the function signature changes out into all relevant subsystems that use this callback.
Acked-by: Rafael J. Wysocki <rafael@kernel.org> Acked-by: Hans de Goede <hdegoede@redhat.com> Link: https://lore.kernel.org/r/20230111113018.459199-16-gregkh@linuxfoundation.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|
/openbmc/linux/drivers/misc/ |
H A D | tifm_core.c | diff 2a81ada32f0e584fc0c943e0d3a8c9f4fae411d6 Wed Jan 11 05:30:17 CST 2023 Greg Kroah-Hartman <gregkh@linuxfoundation.org> driver core: make struct bus_type.uevent() take a const *
The uevent() callback in struct bus_type should not be modifying the device that is passed into it, so mark it as a const * and propagate the function signature changes out into all relevant subsystems that use this callback.
Acked-by: Rafael J. Wysocki <rafael@kernel.org> Acked-by: Hans de Goede <hdegoede@redhat.com> Link: https://lore.kernel.org/r/20230111113018.459199-16-gregkh@linuxfoundation.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|
/openbmc/linux/drivers/mcb/ |
H A D | mcb-core.c | diff 2a81ada32f0e584fc0c943e0d3a8c9f4fae411d6 Wed Jan 11 05:30:17 CST 2023 Greg Kroah-Hartman <gregkh@linuxfoundation.org> driver core: make struct bus_type.uevent() take a const *
The uevent() callback in struct bus_type should not be modifying the device that is passed into it, so mark it as a const * and propagate the function signature changes out into all relevant subsystems that use this callback.
Acked-by: Rafael J. Wysocki <rafael@kernel.org> Acked-by: Hans de Goede <hdegoede@redhat.com> Link: https://lore.kernel.org/r/20230111113018.459199-16-gregkh@linuxfoundation.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|
/openbmc/linux/drivers/rapidio/ |
H A D | rio-driver.c | diff 2a81ada32f0e584fc0c943e0d3a8c9f4fae411d6 Wed Jan 11 05:30:17 CST 2023 Greg Kroah-Hartman <gregkh@linuxfoundation.org> driver core: make struct bus_type.uevent() take a const *
The uevent() callback in struct bus_type should not be modifying the device that is passed into it, so mark it as a const * and propagate the function signature changes out into all relevant subsystems that use this callback.
Acked-by: Rafael J. Wysocki <rafael@kernel.org> Acked-by: Hans de Goede <hdegoede@redhat.com> Link: https://lore.kernel.org/r/20230111113018.459199-16-gregkh@linuxfoundation.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|
/openbmc/linux/drivers/xen/xenbus/ |
H A D | xenbus_probe_backend.c | diff 2a81ada32f0e584fc0c943e0d3a8c9f4fae411d6 Wed Jan 11 05:30:17 CST 2023 Greg Kroah-Hartman <gregkh@linuxfoundation.org> driver core: make struct bus_type.uevent() take a const *
The uevent() callback in struct bus_type should not be modifying the device that is passed into it, so mark it as a const * and propagate the function signature changes out into all relevant subsystems that use this callback.
Acked-by: Rafael J. Wysocki <rafael@kernel.org> Acked-by: Hans de Goede <hdegoede@redhat.com> Link: https://lore.kernel.org/r/20230111113018.459199-16-gregkh@linuxfoundation.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|
/openbmc/linux/drivers/cxl/core/ |
H A D | memdev.c | diff 2a81ada32f0e584fc0c943e0d3a8c9f4fae411d6 Wed Jan 11 05:30:17 CST 2023 Greg Kroah-Hartman <gregkh@linuxfoundation.org> driver core: make struct bus_type.uevent() take a const *
The uevent() callback in struct bus_type should not be modifying the device that is passed into it, so mark it as a const * and propagate the function signature changes out into all relevant subsystems that use this callback.
Acked-by: Rafael J. Wysocki <rafael@kernel.org> Acked-by: Hans de Goede <hdegoede@redhat.com> Link: https://lore.kernel.org/r/20230111113018.459199-16-gregkh@linuxfoundation.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|
/openbmc/linux/drivers/soc/qcom/ |
H A D | apr.c | diff 2a81ada32f0e584fc0c943e0d3a8c9f4fae411d6 Wed Jan 11 05:30:17 CST 2023 Greg Kroah-Hartman <gregkh@linuxfoundation.org> driver core: make struct bus_type.uevent() take a const *
The uevent() callback in struct bus_type should not be modifying the device that is passed into it, so mark it as a const * and propagate the function signature changes out into all relevant subsystems that use this callback.
Acked-by: Rafael J. Wysocki <rafael@kernel.org> Acked-by: Hans de Goede <hdegoede@redhat.com> Link: https://lore.kernel.org/r/20230111113018.459199-16-gregkh@linuxfoundation.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|