All of lore.kernel.org
 help / color / mirror / Atom feed
* pull-request: can-next 2021-08-04
@ 2021-08-04 10:17 Marc Kleine-Budde
  2021-08-04 10:17 ` [PATCH net-next 1/5] can: j1939: j1939_session_tx_dat(): fix typo Marc Kleine-Budde
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Marc Kleine-Budde @ 2021-08-04 10:17 UTC (permalink / raw)
  To: netdev; +Cc: davem, kuba, linux-can, kernel

Hello Jakub, hello David,

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

The first patch is by me and fixes a typo in a comment in the CAN
J1939 protocol.

The next 2 patches are by Oleksij Rempel and update the CAN J1939
protocol to send RX status updates via the error queue mechanism.

The next patch is by me and adds a missing variable initialization to
the flexcan driver (the problem was introduced in the current net-next
cycle).

The last patch is by Aswath Govindraju and adds power-domains to the
Bosch m_can DT binding documentation.

regards,
Marc

---

The following changes since commit 7cdd0a89ec70ce6a720171f1f7817ee9502b134c:

  net/mlx4: make the array states static const, makes object smaller (2021-08-02 15:02:13 -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.15-20210804

for you to fetch changes up to d85165b2381ce2638cfb8c8787a61b97b38251c2:

  dt-bindings: net: can: Document power-domains property (2021-08-04 12:11:57 +0200)

----------------------------------------------------------------
linux-can-next-for-5.15-20210804

----------------------------------------------------------------
Aswath Govindraju (1):
      dt-bindings: net: can: Document power-domains property

Marc Kleine-Budde (2):
      can: j1939: j1939_session_tx_dat(): fix typo
      can: flexcan: flexcan_clks_enable(): add missing variable initialization

Oleksij Rempel (2):
      can: j1939: rename J1939_ERRQUEUE_* to J1939_ERRQUEUE_TX_*
      can: j1939: extend UAPI to notify about RX status

 .../devicetree/bindings/net/can/bosch,m_can.yaml   |   6 +
 drivers/net/can/flexcan.c                          |   2 +-
 include/uapi/linux/can/j1939.h                     |   9 ++
 net/can/j1939/j1939-priv.h                         |  10 +-
 net/can/j1939/socket.c                             | 141 ++++++++++++++++-----
 net/can/j1939/transport.c                          |  28 +++-
 6 files changed, 152 insertions(+), 44 deletions(-)



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

end of thread, other threads:[~2021-08-04 10:40 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-04 10:17 pull-request: can-next 2021-08-04 Marc Kleine-Budde
2021-08-04 10:17 ` [PATCH net-next 1/5] can: j1939: j1939_session_tx_dat(): fix typo Marc Kleine-Budde
2021-08-04 10:17 ` [PATCH net-next 2/5] can: j1939: rename J1939_ERRQUEUE_* to J1939_ERRQUEUE_TX_* Marc Kleine-Budde
2021-08-04 10:17 ` [PATCH net-next 3/5] can: j1939: extend UAPI to notify about RX status Marc Kleine-Budde
2021-08-04 10:17 ` [PATCH net-next 4/5] can: flexcan: flexcan_clks_enable(): add missing variable initialization Marc Kleine-Budde
2021-08-04 10:17 ` [PATCH net-next 5/5] dt-bindings: net: can: Document power-domains property Marc Kleine-Budde
2021-08-04 10:40 ` pull-request: can-next 2021-08-04 patchwork-bot+netdevbpf

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.