Message ID | 1410821060-9102-1-git-send-email-broonie@kernel.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On Tuesday, September 16, 2014 at 12:44:20 AM, Mark Brown wrote: > Marek wrote the driver and has been active in reviewing patches for it so > add a MAINTAINERS entry to help people find him and CC him on new patches. > > Signed-off-by: Mark Brown <broonie@kernel.org> > --- > > Marek, is this OK for you? Hi Mark, git log --follow tells me you have it wrong. I wrote the MXS one ;-) commit b5f3294f0be5496aec01e5aa709a5fab8bb2f225 Author: Sascha Hauer <s.hauer@pengutronix.de> Date: Tue Sep 22 16:46:02 2009 -0700 spi: add SPI driver for most known i.MX SoCs HTH Best regards, Marek Vasut -- To unsubscribe from this list: send the line "unsubscribe linux-spi" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
On Tue, Sep 16, 2014 at 07:13:17AM +0200, Marek Vasut wrote: > git log --follow tells me you have it wrong. I wrote the MXS one ;-) > commit b5f3294f0be5496aec01e5aa709a5fab8bb2f225 > Author: Sascha Hauer <s.hauer@pengutronix.de> > Date: Tue Sep 22 16:46:02 2009 -0700 > spi: add SPI driver for most known i.MX SoCs Gah, sorry.
On Tuesday, September 16, 2014 at 06:05:57 PM, Mark Brown wrote: > On Tue, Sep 16, 2014 at 07:13:17AM +0200, Marek Vasut wrote: > > git log --follow tells me you have it wrong. I wrote the MXS one ;-) > > > > commit b5f3294f0be5496aec01e5aa709a5fab8bb2f225 > > Author: Sascha Hauer <s.hauer@pengutronix.de> > > Date: Tue Sep 22 16:46:02 2009 -0700 > > > > spi: add SPI driver for most known i.MX SoCs > > Gah, sorry. No problem. I'm happy to help reviewing the iMX ones too as it concerns me as well, but let's keep the credit straight ;-) Best regards, Marek Vasut -- To unsubscribe from this list: send the line "unsubscribe linux-spi" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/MAINTAINERS b/MAINTAINERS index 4b7976b..ed17a5a 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -3848,6 +3848,13 @@ S: Maintained F: include/linux/platform_data/video-imxfb.h F: drivers/video/fbdev/imxfb.c +FREESCALE IMX SPI DRIVER +M: Marek Vasut <marex@denx.de> +L: linux-spi@vger.kernel.org +L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) +F: drivers/spi/spi-imx.c +F: Documentation/devicetree/bindings/spi/fsl-imx-cspi.txt + FREESCALE SOC FS_ENET DRIVER M: Pantelis Antoniou <pantelis.antoniou@gmail.com> M: Vitaly Bordug <vbordug@ru.mvista.com>
Marek wrote the driver and has been active in reviewing patches for it so add a MAINTAINERS entry to help people find him and CC him on new patches. Signed-off-by: Mark Brown <broonie@kernel.org> --- Marek, is this OK for you? MAINTAINERS | 7 +++++++ 1 file changed, 7 insertions(+)