diff options
author | Ioana Ciornei <ioana.ciornei@nxp.com> | 2021-01-14 18:07:48 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-01-27 15:13:52 +0100 |
commit | 8544717cdacc2f33f0f53a3b34c5125b37e13ce9 (patch) | |
tree | 1bc844a038dadc1600eb6fd684bdb76093e88c6c /MAINTAINERS | |
parent | w1: w1_therm: Fix conversion result for negative temperatures (diff) | |
download | linux-8544717cdacc2f33f0f53a3b34c5125b37e13ce9.tar.xz linux-8544717cdacc2f33f0f53a3b34c5125b37e13ce9.zip |
bus: fsl-mc: move fsl_mc_command struct in a uapi header
Define "struct fsl_mc_command" as a structure that can cross the
user/kernel boundary.
Acked-by: Laurentiu Tudor <laurentiu.tudor@nxp.com>
Signed-off-by: Ioana Ciornei <ioana.ciornei@nxp.com>
Link: https://lore.kernel.org/r/20210114170752.2927915-2-ciorneiioana@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 23273a59da6f..128455811980 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -14652,6 +14652,7 @@ S: Maintained F: Documentation/devicetree/bindings/misc/fsl,qoriq-mc.txt F: Documentation/networking/device_drivers/ethernet/freescale/dpaa2/overview.rst F: drivers/bus/fsl-mc/ +F: include/uapi/linux/fsl_mc.h QT1010 MEDIA DRIVER M: Antti Palosaari <crope@iki.fi> |