linux-can.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Marc Kleine-Budde <mkl@pengutronix.de>
To: netdev@vger.kernel.org
Cc: davem@davemloft.net, kuba@kernel.org, linux-can@vger.kernel.org,
	kernel@pengutronix.de
Subject: [PATCH net-next 0/4] pull-request: can-next 2022-05-19
Date: Thu, 19 May 2022 22:23:04 +0200	[thread overview]
Message-ID: <20220519202308.1435903-1-mkl@pengutronix.de> (raw)

Hello Jakub, hello David,

this is a pull request of 4 patches for net-next/master.

Oliver Hartkopp contributes a patch for the ISO-TP CAN protocol to
update the validation of address information during bind.

The next patch is by Jakub Kicinski and converts the CAN network
drivers from netif_napi_add() to the netif_napi_add_weight() function.

Another patch by Oliver Hartkopp removes obsolete CAN specific LED
support.

Vincent Mailhol's patch for the mcp251xfd driver fixes a
-Wunaligned-access warning by clang-14.

regards,
Marc

---

The following changes since commit d7e6f5836038eeac561411ed7a74e2a225a6c138:

  Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net (2022-05-19 11:23:59 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git tags/linux-can-next-for-5.19-20220519

for you to fetch changes up to 1a6dd9996699889313327be03981716a8337656b:

  can: mcp251xfd: silence clang's -Wunaligned-access warning (2022-05-19 22:15:51 +0200)

----------------------------------------------------------------
linux-can-next-for-5.19-20220519

----------------------------------------------------------------
Jakub Kicinski (1):
      can: can-dev: move to netif_napi_add_weight()

Oliver Hartkopp (2):
      can: isotp: isotp_bind(): do not validate unused address information
      can: can-dev: remove obsolete CAN LED support

Vincent Mailhol (1):
      can: mcp251xfd: silence clang's -Wunaligned-access warning

 MAINTAINERS                               |   1 -
 drivers/net/can/Kconfig                   |  17 ----
 drivers/net/can/at91_can.c                |  12 +--
 drivers/net/can/c_can/c_can_main.c        |  19 +---
 drivers/net/can/ctucanfd/ctucanfd_base.c  |  10 ---
 drivers/net/can/dev/Makefile              |   2 -
 drivers/net/can/dev/dev.c                 |   5 --
 drivers/net/can/dev/rx-offload.c          |   5 +-
 drivers/net/can/flexcan/flexcan-core.c    |   7 --
 drivers/net/can/grcan.c                   |   2 +-
 drivers/net/can/ifi_canfd/ifi_canfd.c     |   9 --
 drivers/net/can/janz-ican3.c              |   2 +-
 drivers/net/can/led.c                     | 140 ------------------------------
 drivers/net/can/m_can/m_can.c             |  11 ---
 drivers/net/can/m_can/m_can.h             |   1 -
 drivers/net/can/mscan/mscan.c             |   2 +-
 drivers/net/can/pch_can.c                 |   2 +-
 drivers/net/can/rcar/rcar_can.c           |  12 +--
 drivers/net/can/rcar/rcar_canfd.c         |  11 +--
 drivers/net/can/sja1000/sja1000.c         |  11 ---
 drivers/net/can/spi/hi311x.c              |   8 --
 drivers/net/can/spi/mcp251x.c             |  10 ---
 drivers/net/can/spi/mcp251xfd/mcp251xfd.h |   2 +-
 drivers/net/can/sun4i_can.c               |   7 --
 drivers/net/can/ti_hecc.c                 |   8 --
 drivers/net/can/usb/mcba_usb.c            |   8 --
 drivers/net/can/usb/usb_8dev.c            |  11 ---
 drivers/net/can/xilinx_can.c              |  12 +--
 include/linux/can/dev.h                   |  10 ---
 include/linux/can/led.h                   |  51 -----------
 net/can/isotp.c                           |  29 ++++---
 31 files changed, 34 insertions(+), 403 deletions(-)
 delete mode 100644 drivers/net/can/led.c
 delete mode 100644 include/linux/can/led.h



             reply	other threads:[~2022-05-19 20:23 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-19 20:23 Marc Kleine-Budde [this message]
2022-05-19 20:23 ` [PATCH net-next 1/4] can: isotp: isotp_bind(): do not validate unused address information Marc Kleine-Budde
2022-05-20  0:30   ` patchwork-bot+netdevbpf
2022-05-19 20:23 ` [PATCH net-next 2/4] can: can-dev: move to netif_napi_add_weight() Marc Kleine-Budde
2022-05-19 20:23 ` [PATCH net-next 3/4] can: can-dev: remove obsolete CAN LED support Marc Kleine-Budde
2022-05-19 20:23 ` [PATCH net-next 4/4] can: mcp251xfd: silence clang's -Wunaligned-access warning Marc Kleine-Budde

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220519202308.1435903-1-mkl@pengutronix.de \
    --to=mkl@pengutronix.de \
    --cc=davem@davemloft.net \
    --cc=kernel@pengutronix.de \
    --cc=kuba@kernel.org \
    --cc=linux-can@vger.kernel.org \
    --cc=netdev@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).