diff mbox series

[v2] MAINTAINERS: Add robert and myself as qcom i2c cci maintainers

Message ID 1592561864-6406-1-git-send-email-loic.poulain@linaro.org
State Accepted
Headers show
Series [v2] MAINTAINERS: Add robert and myself as qcom i2c cci maintainers | expand

Commit Message

Loic Poulain June 19, 2020, 10:17 a.m. UTC
Signed-off-by: Loic Poulain <loic.poulain@linaro.org>
---
 MAINTAINERS | 9 +++++++++
 1 file changed, 9 insertions(+)

Comments

Robert Foss June 19, 2020, 10:24 a.m. UTC | #1
Signed-off-by: Robert Foss <robert.foss@linaro.org>

On Fri, 19 Jun 2020 at 12:12, Loic Poulain <loic.poulain@linaro.org> wrote:
>
> Signed-off-by: Loic Poulain <loic.poulain@linaro.org>
> ---
>  MAINTAINERS | 9 +++++++++
>  1 file changed, 9 insertions(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 50659d7..632c441 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -14023,6 +14023,15 @@ L:     dmaengine@vger.kernel.org
>  S:     Supported
>  F:     drivers/dma/qcom/hidma*
>
> +QUALCOMM I2C CCI DRIVER
> +M:     Loic Poulain <loic.poulain@linaro.org>
> +M:     Robert Foss <robert.foss@linaro.org>
> +L:     linux-i2c@vger.kernel.org
> +L:     linux-arm-msm@vger.kernel.org
> +S:     Maintained
> +F:     drivers/i2c/busses/i2c-qcom-cci.c
> +F:     Documentation/devicetree/bindings/i2c/i2c-qcom-cci.txt
> +
>  QUALCOMM IOMMU
>  M:     Rob Clark <robdclark@gmail.com>
>  L:     iommu@lists.linux-foundation.org
> --
> 2.7.4
>
Wolfram Sang June 19, 2020, 1:10 p.m. UTC | #2
On Fri, Jun 19, 2020 at 12:17:44PM +0200, Loic Poulain wrote:
> Signed-off-by: Loic Poulain <loic.poulain@linaro.org>

Was there a difference between V1 and V2?

Fixed this checkpatch warning:

WARNING: Misordered MAINTAINERS entry - list file patterns in alphabetic order
#22: FILE: MAINTAINERS:14033:
+F:	drivers/i2c/busses/i2c-qcom-cci.c
+F:	Documentation/devicetree/bindings/i2c/i2c-qcom-cci.txt

But mainly: thanks for stepping up!

Applied to for-current, thanks!
diff mbox series

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index 50659d7..632c441 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -14023,6 +14023,15 @@  L:	dmaengine@vger.kernel.org
 S:	Supported
 F:	drivers/dma/qcom/hidma*
 
+QUALCOMM I2C CCI DRIVER
+M:	Loic Poulain <loic.poulain@linaro.org>
+M:	Robert Foss <robert.foss@linaro.org>
+L:	linux-i2c@vger.kernel.org
+L:	linux-arm-msm@vger.kernel.org
+S:	Maintained
+F:	drivers/i2c/busses/i2c-qcom-cci.c
+F:	Documentation/devicetree/bindings/i2c/i2c-qcom-cci.txt
+
 QUALCOMM IOMMU
 M:	Rob Clark <robdclark@gmail.com>
 L:	iommu@lists.linux-foundation.org