netdev.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: pull-request: can-next 2020-12-10
Date: Thu, 10 Dec 2020 10:55:00 +0100	[thread overview]
Message-ID: <20201210095507.1551220-1-mkl@pengutronix.de> (raw)

Hello Jakub, hello David,

here's a pull request of 7 patches for net-next/master.

The first patch is by Oliver Hartkopp for the CAN ISOTP, which adds support for
functional addressing.

A patch by Antonio Quartulli removes an unneeded unlikely() annotation from the
rx-offload helper.

The next three patches target the m_can driver. Sean Nyekjaers's patch removes
a double clearing of clock stop request bit, Patrik Flykt's patch moves the
runtime PM enable/disable to m_can_platform and Jarkko Nikula's patch adds a
PCI glue code driver.

Fabio Estevam's patch converts the flexcan driver to DT only.

And Manivannan Sadhasivam's patchd for the mcp251xfd driver adds internal
loopback mode support.

regards,
Marc

---

The following changes since commit a7105e3472bf6bb3099d1293ea7d70e7783aa582:

  Merge branch 'hns3-next' (2020-12-09 20:33:20 -0800)

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.11-20201210

for you to fetch changes up to ee42bedc85a6e87791d5c20da6f2d150188cde54:

  can: mcp251xfd: Add support for internal loopback mode (2020-12-10 10:40:10 +0100)

----------------------------------------------------------------
linux-can-next-for-5.11-20201210

----------------------------------------------------------------
Antonio Quartulli (1):
      can: rx-offload: can_rx_offload_offload_one(): avoid double unlikely() notation when using IS_ERR()

Fabio Estevam (1):
      can: flexcan: convert the driver to DT-only

Jarkko Nikula (1):
      can: m_can: add PCI glue driver for Intel Elkhart Lake

Manivannan Sadhasivam (1):
      can: mcp251xfd: Add support for internal loopback mode

Oliver Hartkopp (1):
      can: isotp: add SF_BROADCAST support for functional addressing

Patrik Flykt (1):
      can: m_can: move runtime PM enable/disable to m_can_platform

Sean Nyekjaer (1):
      can: m_can: m_can_config_endisable(): remove double clearing of clock stop request bit

 drivers/net/can/flexcan.c                      |  18 +--
 drivers/net/can/m_can/Kconfig                  |   7 +
 drivers/net/can/m_can/Makefile                 |   1 +
 drivers/net/can/m_can/m_can.c                  |  12 +-
 drivers/net/can/m_can/m_can_pci.c              | 186 +++++++++++++++++++++++++
 drivers/net/can/m_can/m_can_platform.c         |   9 +-
 drivers/net/can/rx-offload.c                   |   2 +-
 drivers/net/can/spi/mcp251xfd/mcp251xfd-core.c |  11 +-
 include/uapi/linux/can/isotp.h                 |   2 +-
 net/can/isotp.c                                |  42 ++++--
 10 files changed, 242 insertions(+), 48 deletions(-)
 create mode 100644 drivers/net/can/m_can/m_can_pci.c



             reply	other threads:[~2020-12-10  9:55 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-10  9:55 Marc Kleine-Budde [this message]
2020-12-10  9:55 ` [net-next 1/7] can: isotp: add SF_BROADCAST support for functional addressing Marc Kleine-Budde
2020-12-10  9:55 ` [net-next 2/7] can: rx-offload: can_rx_offload_offload_one(): avoid double unlikely() notation when using IS_ERR() Marc Kleine-Budde
2020-12-10  9:55 ` [net-next 3/7] can: m_can: m_can_config_endisable(): remove double clearing of clock stop request bit Marc Kleine-Budde
2020-12-10  9:55 ` [net-next 4/7] can: m_can: move runtime PM enable/disable to m_can_platform Marc Kleine-Budde
2020-12-10  9:55 ` [net-next 5/7] can: m_can: add PCI glue driver for Intel Elkhart Lake Marc Kleine-Budde
2020-12-10  9:55 ` [net-next 6/7] can: flexcan: convert the driver to DT-only Marc Kleine-Budde
2020-12-10  9:55 ` [net-next 7/7] can: mcp251xfd: Add support for internal loopback mode Marc Kleine-Budde
2020-12-10 20:50 ` pull-request: can-next 2020-12-10 David Miller
2020-12-11  8:49   ` 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=20201210095507.1551220-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).