All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] MAINTAINERS: Add myself as a maintainer for MMIO m_can
@ 2019-12-05 17:57 ` Dan Murphy
  0 siblings, 0 replies; 5+ messages in thread
From: Dan Murphy @ 2019-12-05 17:57 UTC (permalink / raw)
  To: linux-kernel, mkl, linux-can, wg, sriram.dash
  Cc: davem, gregkh, robh, Dan Murphy

Since I refactored the code to create a m_can framework and we
have a MMIO MCAN IP as well add myself to help maintain the code.

Signed-off-by: Dan Murphy <dmurphy@ti.com>
---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index ecc354f4b692..64f51f312707 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -10096,6 +10096,7 @@ F:	drivers/media/radio/radio-maxiradio*
 
 MCAN MMIO DEVICE DRIVER
 M:	Sriram Dash <sriram.dash@samsung.com>
+M:	Dan Murphy <dmurphy@ti.com>
 L:	linux-can@vger.kernel.org
 S:	Maintained
 F:	Documentation/devicetree/bindings/net/can/m_can.txt
-- 
2.23.0

^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [PATCH 1/2] MAINTAINERS: Add myself as a maintainer for MMIO m_can
@ 2019-12-05 17:57 ` Dan Murphy
  0 siblings, 0 replies; 5+ messages in thread
From: Dan Murphy @ 2019-12-05 17:57 UTC (permalink / raw)
  To: linux-kernel, mkl, linux-can, wg, sriram.dash
  Cc: davem, gregkh, robh, Dan Murphy

Since I refactored the code to create a m_can framework and we
have a MMIO MCAN IP as well add myself to help maintain the code.

Signed-off-by: Dan Murphy <dmurphy@ti.com>
---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index ecc354f4b692..64f51f312707 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -10096,6 +10096,7 @@ F:	drivers/media/radio/radio-maxiradio*
 
 MCAN MMIO DEVICE DRIVER
 M:	Sriram Dash <sriram.dash@samsung.com>
+M:	Dan Murphy <dmurphy@ti.com>
 L:	linux-can@vger.kernel.org
 S:	Maintained
 F:	Documentation/devicetree/bindings/net/can/m_can.txt
-- 
2.23.0


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [PATCH 2/2] MAINTAINERS: Add myself as a maintainer for TCAN4x5x
  2019-12-05 17:57 ` Dan Murphy
@ 2019-12-05 17:57   ` Dan Murphy
  -1 siblings, 0 replies; 5+ messages in thread
From: Dan Murphy @ 2019-12-05 17:57 UTC (permalink / raw)
  To: linux-kernel, mkl, linux-can, wg, sriram.dash
  Cc: davem, gregkh, robh, Dan Murphy

Adding myself to support the TI TCAN4X5X SPI CAN device.

Signed-off-by: Dan Murphy <dmurphy@ti.com>
---
 MAINTAINERS | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 64f51f312707..cbd8764dcec3 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -16498,6 +16498,12 @@ L:	alsa-devel@alsa-project.org (moderated for non-subscribers)
 S:	Odd Fixes
 F:	sound/soc/codecs/tas571x*
 
+TI TCAN4X5X DEVICE DRIVER
+M:	Dan Murphy <dmurphy@ti.com>
+L:	linux-can@vger.kernel.org
+S:	Maintained
+F:	drivers/net/can/m_can/tcan4x5x.c
+
 TI TRF7970A NFC DRIVER
 M:	Mark Greer <mgreer@animalcreek.com>
 L:	linux-wireless@vger.kernel.org
-- 
2.23.0

^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [PATCH 2/2] MAINTAINERS: Add myself as a maintainer for TCAN4x5x
@ 2019-12-05 17:57   ` Dan Murphy
  0 siblings, 0 replies; 5+ messages in thread
From: Dan Murphy @ 2019-12-05 17:57 UTC (permalink / raw)
  To: linux-kernel, mkl, linux-can, wg, sriram.dash
  Cc: davem, gregkh, robh, Dan Murphy

Adding myself to support the TI TCAN4X5X SPI CAN device.

Signed-off-by: Dan Murphy <dmurphy@ti.com>
---
 MAINTAINERS | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 64f51f312707..cbd8764dcec3 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -16498,6 +16498,12 @@ L:	alsa-devel@alsa-project.org (moderated for non-subscribers)
 S:	Odd Fixes
 F:	sound/soc/codecs/tas571x*
 
+TI TCAN4X5X DEVICE DRIVER
+M:	Dan Murphy <dmurphy@ti.com>
+L:	linux-can@vger.kernel.org
+S:	Maintained
+F:	drivers/net/can/m_can/tcan4x5x.c
+
 TI TRF7970A NFC DRIVER
 M:	Mark Greer <mgreer@animalcreek.com>
 L:	linux-wireless@vger.kernel.org
-- 
2.23.0


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [PATCH 1/2] MAINTAINERS: Add myself as a maintainer for MMIO m_can
  2019-12-05 17:57 ` Dan Murphy
  (?)
  (?)
@ 2019-12-07 20:20 ` Marc Kleine-Budde
  -1 siblings, 0 replies; 5+ messages in thread
From: Marc Kleine-Budde @ 2019-12-07 20:20 UTC (permalink / raw)
  To: Dan Murphy, linux-kernel, linux-can, wg, sriram.dash; +Cc: davem, gregkh, robh


[-- Attachment #1.1: Type: text/plain, Size: 538 bytes --]

On 12/5/19 6:57 PM, Dan Murphy wrote:
> Since I refactored the code to create a m_can framework and we
> have a MMIO MCAN IP as well add myself to help maintain the code.
> 
> Signed-off-by: Dan Murphy <dmurphy@ti.com>

Added both to linx-can.

Tnx,
Marc

-- 
Pengutronix e.K.                 | Marc Kleine-Budde           |
Embedded Linux                   | https://www.pengutronix.de  |
Vertretung West/Dortmund         | Phone: +49-231-2826-924     |
Amtsgericht Hildesheim, HRA 2686 | Fax:   +49-5121-206917-5555 |


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2019-12-07 20:20 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-05 17:57 [PATCH 1/2] MAINTAINERS: Add myself as a maintainer for MMIO m_can Dan Murphy
2019-12-05 17:57 ` Dan Murphy
2019-12-05 17:57 ` [PATCH 2/2] MAINTAINERS: Add myself as a maintainer for TCAN4x5x Dan Murphy
2019-12-05 17:57   ` Dan Murphy
2019-12-07 20:20 ` [PATCH 1/2] MAINTAINERS: Add myself as a maintainer for MMIO m_can Marc Kleine-Budde

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.