Centos-kernel-stream-9/drivers/rpmsg
Al Stone 9510a7b9d5 virtio: wrap config->reset calls
Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=2071830
Depends: https://bugzilla.redhat.com/show_bug.cgi?id=2071840
Tested: This is one of a series of patch sets to enable Arm SystemReady IR
 support in the kernel for NXP i.MX8 platforms.  At this stage, this
 has been tested by ensuring we can survive the CI/CD loop -- i.e.,
 that we have not broken anything else, and a simple boot test.  When
 sufficient drivers have been brought in for i.MX8M, we will be able
 to run further tests.

Conflicts:
    drivers/char/hw_random/virtio-rng.c

    Context differences, but the change is a straightforward replacement
    of a function invocation.

    drivers/gpio/gpio-virtio.c
    drivers/i2c/busses/i2c-virtio.c

    These virtio files are not in the current tree.  All of these changes
    have been dropped as a result.

commit d9679d0013a66849f23057978f92e76b255c50aa
Author: Michael S. Tsirkin <mst@redhat.com>
Date:   Wed Oct 13 06:55:44 2021 -0400

    virtio: wrap config->reset calls

    This will enable cleanups down the road.
    The idea is to disable cbs, then add "flush_queued_cbs" callback
    as a parameter, this way drivers can flush any work
    queued after callbacks have been disabled.

    Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
    Link: https://lore.kernel.org/r/20211013105226.20225-1-mst@redhat.com
    Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
    (cherry picked from commit d9679d0013a66849f23057978f92e76b255c50aa)

Signed-off-by: Al Stone <ahs3@redhat.com>
2022-08-25 10:45:04 -06:00
..
Kconfig rpmsg: Move the rpmsg control device from rpmsg_char to rpmsg_ctrl 2022-05-26 19:09:55 -04:00
Makefile rpmsg: Move the rpmsg control device from rpmsg_char to rpmsg_ctrl 2022-05-26 19:09:55 -04:00
mtk_rpmsg.c rpmsg: Change naming of mediatek rpmsg property 2022-05-26 19:08:14 -04:00
qcom_glink_native.c rpmsg: Update rpmsg_chrdev_register_device function 2022-05-26 19:10:01 -04:00
qcom_glink_native.h rpmsg: glink: Switch to SPDX license identifier 2018-06-03 17:37:15 -07:00
qcom_glink_rpm.c rpmsg: glink: Switch to SPDX license identifier 2018-06-03 17:37:15 -07:00
qcom_glink_smem.c rpmsg: glink: Set tail pointer to 0 at end of FIFO 2019-10-11 11:34:12 -07:00
qcom_glink_ssr.c rpmsg: glink: add include of header file 2021-01-05 22:22:40 -06:00
qcom_smd.c rpmsg: Update rpmsg_chrdev_register_device function 2022-05-26 19:10:01 -04:00
rpmsg_char.c rpmsg: char: Introduce the "rpmsg-raw" channel 2022-05-26 19:10:18 -04:00
rpmsg_char.h rpmsg: char: Export eptdev create and destroy functions 2022-05-26 19:09:46 -04:00
rpmsg_core.c bus: Make remove callback return void 2022-08-25 10:41:31 -06:00
rpmsg_ctrl.c rpmsg: ctrl: Introduce new RPMSG_CREATE/RELEASE_DEV_IOCTL controls 2022-05-26 19:10:24 -04:00
rpmsg_internal.h rpmsg: core: add API to get MTU 2022-05-26 19:10:37 -04:00
rpmsg_ns.c rpmsg: Turn name service into a stand alone driver 2020-11-24 10:11:59 -06:00
virtio_rpmsg_bus.c virtio: wrap config->reset calls 2022-08-25 10:45:04 -06:00