mbox

[net,0/5] pull-request: can 2022-01-24

Message ID 20220124175955.3464134-1-mkl@pengutronix.de (mailing list archive)
State Accepted
Delegated to: Netdev Maintainers
Headers show

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git tags/linux-can-fixes-for-5.17-20220124

Message

Marc Kleine-Budde Jan. 24, 2022, 5:59 p.m. UTC
Hello Jakub, hello David,

this is a pull request of 5 patches for net/master. All patches are
by me.

The first patch updates the email address of Brian Silverman from his
former employer to his private address.

The next patch fixes DT bindings information for the tcan4x5x SPI CAN
driver.

The following patch targets the m_can driver and fixes the
introduction of FIFO bulk read support.

Another patch for the tcan4x5x driver, which fixes the max register
value for the regmap config.

The last patch for the flexcan driver marks the RX mailbox support for
the MCF5441X as support.

regards,
Marc

---

The following changes since commit c0bf3d8a943b6f2e912b7c1de03e2ef28e76f760:

  net/smc: Transitional solution for clcsock race issue (2022-01-24 12:06:08 +0000)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git tags/linux-can-fixes-for-5.17-20220124

for you to fetch changes up to f04aefd4659b7959e50e6d0d649936c6940f9d34:

  can: flexcan: mark RX via mailboxes as supported on MCF5441X (2022-01-24 18:27:43 +0100)

----------------------------------------------------------------
linux-can-fixes-for-5.17-20220124

----------------------------------------------------------------
Marc Kleine-Budde (5):
      mailmap: update email address of Brian Silverman
      dt-bindings: can: tcan4x5x: fix mram-cfg RX FIFO config
      can: m_can: m_can_fifo_{read,write}: don't read or write from/to FIFO if length is 0
      can: tcan4x5x: regmap: fix max register value
      can: flexcan: mark RX via mailboxes as supported on MCF5441X

 .mailmap                                               | 1 +
 Documentation/devicetree/bindings/net/can/tcan4x5x.txt | 2 +-
 drivers/net/can/flexcan/flexcan-core.c                 | 1 +
 drivers/net/can/flexcan/flexcan.h                      | 2 +-
 drivers/net/can/m_can/m_can.c                          | 6 ++++++
 drivers/net/can/m_can/tcan4x5x-regmap.c                | 2 +-
 6 files changed, 11 insertions(+), 3 deletions(-)