diff mbox series

[net-next,01/39] MAINTAINERS: remove Dan Murphy from m_can and tcan4x5x

Message ID 20210330114559.1114855-2-mkl@pengutronix.de
State New
Headers show
Series [net-next,01/39] MAINTAINERS: remove Dan Murphy from m_can and tcan4x5x | expand

Commit Message

Marc Kleine-Budde March 30, 2021, 11:45 a.m. UTC
Dan Murphy's email address at ti.com doesn't work anymore, mails
bounce with:

| 550 Invalid recipient <dmurphy@ti.com> (#5.1.1)

For now remove all CAN related entries of Dan from the Maintainers
file.

Link: https://lore.kernel.org/r/20210228094218.40015-1-mkl@pengutronix.de
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
---
 MAINTAINERS | 8 --------
 1 file changed, 8 deletions(-)


base-commit: d0922bf7981799fd86e248de330fb4152399d6c2

Comments

patchwork-bot+netdevbpf@kernel.org March 30, 2021, 8:10 p.m. UTC | #1
Hello:

This series was applied to netdev/net-next.git (refs/heads/master):

On Tue, 30 Mar 2021 13:45:21 +0200 you wrote:
> Dan Murphy's email address at ti.com doesn't work anymore, mails
> bounce with:
> 
> | 550 Invalid recipient <dmurphy@ti.com> (#5.1.1)
> 
> For now remove all CAN related entries of Dan from the Maintainers
> file.
> 
> [...]

Here is the summary with links:
  - [net-next,01/39] MAINTAINERS: remove Dan Murphy from m_can and tcan4x5x
    https://git.kernel.org/netdev/net-next/c/8560b0e7633b
  - [net-next,02/39] MAINTAINERS: Update MCAN MMIO device driver maintainer
    https://git.kernel.org/netdev/net-next/c/ba23dc6dcab5
  - [net-next,03/39] can: dev: always create TX echo skb
    https://git.kernel.org/netdev/net-next/c/7119d7864bc5
  - [net-next,04/39] can: dev: can_free_echo_skb(): don't crash the kernel if can_priv::echo_skb is accessed out of bounds
    https://git.kernel.org/netdev/net-next/c/4168d079aa41
  - [net-next,05/39] can: dev: can_free_echo_skb(): extend to return can frame length
    https://git.kernel.org/netdev/net-next/c/f318482a1c57
  - [net-next,06/39] can: add new CAN FD bittiming parameters: Transmitter Delay Compensation (TDC)
    https://git.kernel.org/netdev/net-next/c/289ea9e4ae59
  - [net-next,07/39] can: dev: reorder struct can_priv members for better packing
    https://git.kernel.org/netdev/net-next/c/4c9258dd26fd
  - [net-next,08/39] can: netlink: move '=' operators back to previous line (checkpatch fix)
    https://git.kernel.org/netdev/net-next/c/cfd98c838cbe
  - [net-next,09/39] can: bittiming: add calculation for CAN FD Transmitter Delay Compensation (TDC)
    https://git.kernel.org/netdev/net-next/c/c25cc7993243
  - [net-next,10/39] can: bittiming: add CAN_KBPS, CAN_MBPS and CAN_MHZ macros
    https://git.kernel.org/netdev/net-next/c/1d7750760b70
  - [net-next,11/39] can: grcan: add missing Kconfig dependency to HAS_IOMEM
    https://git.kernel.org/netdev/net-next/c/51894cbae49e
  - [net-next,12/39] can: xilinx_can: Simplify code by using dev_err_probe()
    https://git.kernel.org/netdev/net-next/c/a3497afbe926
  - [net-next,13/39] can: ucan: fix alignment constraints
    https://git.kernel.org/netdev/net-next/c/27868a8fc1d0
  - [net-next,14/39] can: peak_usb: pcan_usb_pro_encode_msg(): use macros for flags instead of plain integers
    https://git.kernel.org/netdev/net-next/c/cfe2a4ca1e06
  - [net-next,15/39] can: peak_usb: add support of ethtool set_phys_id()
    https://git.kernel.org/netdev/net-next/c/a7e8511ffda6
  - [net-next,16/39] can: peak_usb: add support of ONE_SHOT mode
    https://git.kernel.org/netdev/net-next/c/58b29aa9d471
  - [net-next,17/39] can: m_can: m_can_class_allocate_dev(): remove impossible error return judgment
    https://git.kernel.org/netdev/net-next/c/8fa12201b652
  - [net-next,18/39] can: m_can: add infrastructure for internal timestamps
    https://git.kernel.org/netdev/net-next/c/17447f08202d
  - [net-next,19/39] can: m_can: m_can_chip_config(): enable and configure internal timestamps
    https://git.kernel.org/netdev/net-next/c/df06fd678260
  - [net-next,20/39] can: m_can: fix periph RX path: use rx-offload to ensure skbs are sent from softirq context
    https://git.kernel.org/netdev/net-next/c/1be37d3b0414
  - [net-next,21/39] can: tcan4x5x: remove duplicate include of regmap.h
    https://git.kernel.org/netdev/net-next/c/6c23fe67e8dc
  - [net-next,22/39] can: mcp251xfd: add dev coredump support
    https://git.kernel.org/netdev/net-next/c/e0ab3dd5f98f
  - [net-next,23/39] can: mcp251xfd: simplify UINC handling
    https://git.kernel.org/netdev/net-next/c/eb94b74ccda6
  - [net-next,24/39] can: mcp251xfd: move netdevice.h to mcp251xfd.h
    https://git.kernel.org/netdev/net-next/c/ae2e99401120
  - [net-next,25/39] can: mcp251xfd: mcp251xfd_get_timestamp(): move to mcp251xfd.h
    https://git.kernel.org/netdev/net-next/c/dc09e7e37152
  - [net-next,26/39] can: mcp251xfd: add HW timestamp infrastructure
    https://git.kernel.org/netdev/net-next/c/efd8d98dfb90
  - [net-next,27/39] can: mcp251xfd: add HW timestamp to RX, TX and error CAN frames
    https://git.kernel.org/netdev/net-next/c/5f02a49c6605
  - [net-next,28/39] can: c_can: convert block comments to network style comments
    https://git.kernel.org/netdev/net-next/c/172f6d3a031b
  - [net-next,29/39] can: c_can: remove unnecessary blank lines and add suggested ones
    https://git.kernel.org/netdev/net-next/c/beb7e88a2650
  - [net-next,30/39] can: c_can: fix indention
    https://git.kernel.org/netdev/net-next/c/2de0ea97ade0
  - [net-next,31/39] can: c_can: fix print formating string
    https://git.kernel.org/netdev/net-next/c/0c1b0138d641
  - [net-next,32/39] can: c_can: replace double assignments by two single ones
    https://git.kernel.org/netdev/net-next/c/995380f3fbfb
  - [net-next,33/39] can: c_can: fix remaining checkpatch warnings
    https://git.kernel.org/netdev/net-next/c/dd477500c70b
  - [net-next,34/39] can: c_can: remove unused code
    https://git.kernel.org/netdev/net-next/c/f65735c203d5
  - [net-next,35/39] can: c_can: fix indentation
    https://git.kernel.org/netdev/net-next/c/c8a6b44388cb
  - [net-next,36/39] can: c_can: add a comment about IF_RX interface's use
    https://git.kernel.org/netdev/net-next/c/eddf67115040
  - [net-next,37/39] can: c_can: use 32-bit write to set arbitration register
    https://git.kernel.org/netdev/net-next/c/fcbded019855
  - [net-next,38/39] can: c_can: prepare to up the message objects number
    https://git.kernel.org/netdev/net-next/c/13831ce69c77
  - [net-next,39/39] can: c_can: add support to 64 message objects
    https://git.kernel.org/netdev/net-next/c/132f2d45fb23

You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
diff mbox series

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index 11177892c373..45c400e9d5fc 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -10910,7 +10910,6 @@  T:	git git://linuxtv.org/media_tree.git
 F:	drivers/media/radio/radio-maxiradio*
 
 MCAN MMIO DEVICE DRIVER
-M:	Dan Murphy <dmurphy@ti.com>
 M:	Pankaj Sharma <pankj.sharma@samsung.com>
 L:	linux-can@vger.kernel.org
 S:	Maintained
@@ -17983,13 +17982,6 @@  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:	Documentation/devicetree/bindings/net/can/tcan4x5x.txt
-F:	drivers/net/can/m_can/tcan4x5x*
-
 TI TRF7970A NFC DRIVER
 M:	Mark Greer <mgreer@animalcreek.com>
 L:	linux-wireless@vger.kernel.org