netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/9] pull-request: can-next 2022-05-02
@ 2022-05-02  7:59 Marc Kleine-Budde
  2022-05-02  7:59 ` [PATCH net-next 1/9] dt-bindings: can: renesas,rcar-canfd: Document RZ/G2UL support Marc Kleine-Budde
                   ` (8 more replies)
  0 siblings, 9 replies; 11+ messages in thread
From: Marc Kleine-Budde @ 2022-05-02  7:59 UTC (permalink / raw)
  To: netdev; +Cc: davem, kuba, linux-can, kernel

Hello Jakub, hello David,

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

The first patch is by Biju Das and documents renesas,r9a07g043-canfd
support in the renesas,rcar-canfd bindings document.

Jakub Kicinski's patch removes a copy of the NAPI_POLL_WEIGHT define
from the m_can driver.

The last 7 patches all target the ctucanfd driver. Pavel Pisa provides
2 patch which update the documentation. 2 patches by Jiapeng Chong
remove unneeded includes and error messages. And another 3 patches by
Pavel Pisa to further clean up the driver (remove inline keyword,
remove unneeded debug statements, and remove unneeded module parameters).

regards,
Marc

---

The following changes since commit 6e28f56c0d1d976a4940d13d7f27e446ce65cd0a:

  Merge branch 'adin1100-industrial-PHY-support' (2022-05-01 17:45:35 +0100)

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-20220502

for you to fetch changes up to 28b250e070e9a45a814d13c4ae756aab1298ff27:

  can: ctucanfd: remove PCI module debug parameters (2022-05-02 09:24:41 +0200)

----------------------------------------------------------------
linux-can-next-for-5.19-20220502

----------------------------------------------------------------
Biju Das (1):
      dt-bindings: can: renesas,rcar-canfd: Document RZ/G2UL support

Jakub Kicinski (1):
      can: m_can: remove a copy of the NAPI_POLL_WEIGHT define

Jiapeng Chong (2):
      can: ctucanfd: remove unused including <linux/version.h>
      can: ctucanfd: ctucan_platform_probe(): remove unnecessary print function dev_err()

Pavel Pisa (5):
      docs: networking: device drivers: can: add ctucanfd to index
      docs: networking: device drivers: can: ctucanfd: update author e-mail
      can: ctucanfd: remove inline keyword from local static functions
      can: ctucanfd: remove debug statements
      can: ctucanfd: remove PCI module debug parameters

 .../bindings/net/can/renesas,rcar-canfd.yaml       |  1 +
 .../device_drivers/can/ctu/ctucanfd-driver.rst     |  2 +-
 .../networking/device_drivers/can/index.rst        |  1 +
 drivers/net/can/ctucanfd/ctucanfd_base.c           | 34 ++--------------------
 drivers/net/can/ctucanfd/ctucanfd_pci.c            | 22 ++++----------
 drivers/net/can/ctucanfd/ctucanfd_platform.c       |  1 -
 drivers/net/can/m_can/m_can.c                      |  9 ++----
 7 files changed, 15 insertions(+), 55 deletions(-)



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

end of thread, other threads:[~2022-05-02 11:20 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-05-02  7:59 [PATCH net-next 0/9] pull-request: can-next 2022-05-02 Marc Kleine-Budde
2022-05-02  7:59 ` [PATCH net-next 1/9] dt-bindings: can: renesas,rcar-canfd: Document RZ/G2UL support Marc Kleine-Budde
2022-05-02 11:20   ` patchwork-bot+netdevbpf
2022-05-02  7:59 ` [PATCH net-next 2/9] can: m_can: remove a copy of the NAPI_POLL_WEIGHT define Marc Kleine-Budde
2022-05-02  7:59 ` [PATCH net-next 3/9] docs: networking: device drivers: can: add ctucanfd to index Marc Kleine-Budde
2022-05-02  7:59 ` [PATCH net-next 4/9] docs: networking: device drivers: can: ctucanfd: update author e-mail Marc Kleine-Budde
2022-05-02  7:59 ` [PATCH net-next 5/9] can: ctucanfd: remove unused including <linux/version.h> Marc Kleine-Budde
2022-05-02  7:59 ` [PATCH net-next 6/9] can: ctucanfd: ctucan_platform_probe(): remove unnecessary print function dev_err() Marc Kleine-Budde
2022-05-02  7:59 ` [PATCH net-next 7/9] can: ctucanfd: remove inline keyword from local static functions Marc Kleine-Budde
2022-05-02  7:59 ` [PATCH net-next 8/9] can: ctucanfd: remove debug statements Marc Kleine-Budde
2022-05-02  7:59 ` [PATCH net-next 9/9] can: ctucanfd: remove PCI module debug parameters Marc Kleine-Budde

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).