From: Laurentiu Tudor <laurentiu.tudor@nxp.com>
To: Diana Craciun <diana.craciun@oss.nxp.com>, linux-kernel@vger.kernel.org
Cc: gregkh@linuxfoundation.org, linux-arm-kernel@lists.infradead.org,
stuyoder@gmail.com, leoyang.li@nxp.com
Subject: Re: [PATCH v2 00/12] bus/fsl-mc: Extend mc-bus driver functionalities in preparation for mc-bus VFIO support
Date: Wed, 13 May 2020 11:33:01 +0300 [thread overview]
Message-ID: <c73b9b0d-ebdf-fcc3-2fe4-2c9a28570666@nxp.com> (raw)
In-Reply-To: <20200507073431.2710-1-diana.craciun@oss.nxp.com>
On 5/7/2020 10:34 AM, Diana Craciun wrote:
> The vfio-mc bus driver needs some additional services to be exported by the
> mc-bus driver like:
> - a way to reset the DPRC container
> - driver_override support
> - functions to setup/tear down a DPRC
> - functions for allocating the pool of interrupts. In case of VFIO the
> interrupts are not configured at probe time, but later by userspace
> request
>
> v1 -> v2
> - Remove driver_override propagation through various functions
> - Cache the DPRC API version
>
> The patches are related with "vfio/fsl-mc: VFIO support for FSL-MC
> devices" patches, but the series were split because they are targeting
> different subsystems. However, the mc-bus patches may suffer changes
> when addressing the VFIO review comments.
>
> Bharat Bhushan (3):
> bus/fsl-mc: add support for 'driver_override' in the mc-bus
> bus/fsl-mc: Add dprc-reset-container support
> bus/fsl-mc: Extend ICID size from 16bit to 32bit
>
> Diana Craciun (9):
> bus/fsl-mc: Do no longer export the total number of irqs outside
> dprc_scan_objects
> bus/fsl-mc: Add a new parameter to dprc_scan_objects function
> bus/fsl-mc: Set the QMAN/BMAN region flags
> bus/fsl-mc: Cache the DPRC API version
> bus/fsl-mc: Export a dprc scan function to be used by multiple
> entities
> bus/fsl-mc: Export a cleanup function for DPRC
> bus/fsl-mc: Add a container setup function
> bus/fsl_mc: Do not rely on caller to provide non NULL mc_io
> bus/fsl-mc: Export IRQ pool handling functions to be used by VFIO
>
> drivers/bus/fsl-mc/dprc-driver.c | 181 ++++++++++++++++----------
> drivers/bus/fsl-mc/dprc.c | 103 +++++++++++++--
> drivers/bus/fsl-mc/fsl-mc-allocator.c | 12 +-
> drivers/bus/fsl-mc/fsl-mc-bus.c | 64 ++++++++-
> drivers/bus/fsl-mc/fsl-mc-private.h | 28 ++--
> drivers/bus/fsl-mc/mc-io.c | 7 +-
> include/linux/fsl/mc.h | 29 ++++-
> 7 files changed, 313 insertions(+), 111 deletions(-)
>
For the whole series:
Reviewed-by: Laurentiu Tudor <laurentiu.tudor@nxp.com>
---
Best Regards, Laurentiu
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
prev parent reply other threads:[~2020-05-13 8:33 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-05-07 7:34 [PATCH v2 00/12] bus/fsl-mc: Extend mc-bus driver functionalities in preparation for mc-bus VFIO support Diana Craciun
2020-05-07 7:34 ` [PATCH v2 01/12] bus/fsl-mc: Do no longer export the total number of irqs outside dprc_scan_objects Diana Craciun
2020-05-07 7:34 ` [PATCH v2 02/12] bus/fsl-mc: Add a new parameter to dprc_scan_objects function Diana Craciun
2020-05-07 7:34 ` [PATCH v2 03/12] bus/fsl-mc: add support for 'driver_override' in the mc-bus Diana Craciun
2020-05-07 13:34 ` Andrew Lunn
2020-05-07 7:34 ` [PATCH v2 04/12] bus/fsl-mc: Set the QMAN/BMAN region flags Diana Craciun
2020-05-07 7:34 ` [PATCH v2 05/12] bus/fsl-mc: Cache the DPRC API version Diana Craciun
2020-05-07 7:34 ` [PATCH v2 06/12] bus/fsl-mc: Add dprc-reset-container support Diana Craciun
2020-05-07 7:34 ` [PATCH v2 07/12] bus/fsl-mc: Export a dprc scan function to be used by multiple entities Diana Craciun
2020-05-07 7:34 ` [PATCH v2 08/12] bus/fsl-mc: Export a cleanup function for DPRC Diana Craciun
2020-05-07 7:34 ` [PATCH v2 09/12] bus/fsl-mc: Add a container setup function Diana Craciun
2020-05-07 7:34 ` [PATCH v2 10/12] bus/fsl_mc: Do not rely on caller to provide non NULL mc_io Diana Craciun
2020-05-07 7:34 ` [PATCH v2 11/12] bus/fsl-mc: Export IRQ pool handling functions to be used by VFIO Diana Craciun
2020-05-07 7:34 ` [PATCH v2 12/12] bus/fsl-mc: Extend ICID size from 16bit to 32bit Diana Craciun
2020-05-13 8:33 ` Laurentiu Tudor [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=c73b9b0d-ebdf-fcc3-2fe4-2c9a28570666@nxp.com \
--to=laurentiu.tudor@nxp.com \
--cc=diana.craciun@oss.nxp.com \
--cc=gregkh@linuxfoundation.org \
--cc=leoyang.li@nxp.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=stuyoder@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).