This patch set adds some scattered updates to the fsl-mc bus: first we
add some missing device types that can be found on the bus, then there
is a change needed for the PREEMPT_RT variant and the probe order for the
newly added objects on the fsl-mc bus is changed so that allocatable
objects are probed at first since they are being used by any other
driver.
Grigore Popescu (1):
bus: fsl-mc: probe the allocatable objects first
Ioana Ciornei (1):
bus: fsl-mc: add missing device types
Laurentiu Tudor (1):
bus: fsl-mc: use raw spin lock to serialize mc cmds
drivers/bus/fsl-mc/dprc-driver.c | 57 ++++++++++++++++++++++----------
drivers/bus/fsl-mc/fsl-mc-bus.c | 30 +++++++++++++++++
drivers/bus/fsl-mc/mc-io.c | 2 +-
drivers/bus/fsl-mc/mc-sys.c | 4 +--
include/linux/fsl/mc.h | 32 +++++++++++++++++-
5 files changed, 104 insertions(+), 21 deletions(-)
--
2.25.1
On 7/17/2020 6:47 PM, Ioana Ciornei wrote:
> This patch set adds some scattered updates to the fsl-mc bus: first we
> add some missing device types that can be found on the bus, then there
> is a change needed for the PREEMPT_RT variant and the probe order for the
> newly added objects on the fsl-mc bus is changed so that allocatable
> objects are probed at first since they are being used by any other
> driver.
>
> Grigore Popescu (1):
> bus: fsl-mc: probe the allocatable objects first
>
> Ioana Ciornei (1):
> bus: fsl-mc: add missing device types
>
> Laurentiu Tudor (1):
> bus: fsl-mc: use raw spin lock to serialize mc cmds
>
> drivers/bus/fsl-mc/dprc-driver.c | 57 ++++++++++++++++++++++----------
> drivers/bus/fsl-mc/fsl-mc-bus.c | 30 +++++++++++++++++
> drivers/bus/fsl-mc/mc-io.c | 2 +-
> drivers/bus/fsl-mc/mc-sys.c | 4 +--
> include/linux/fsl/mc.h | 32 +++++++++++++++++-
> 5 files changed, 104 insertions(+), 21 deletions(-)
>
For the series:
Reviewed-by: Laurentiu Tudor <[email protected]>
---
Best Regards, Laurentiu