All of lore.kernel.org
 help / color / mirror / Atom feed
From: patchwork-bot+netdevbpf@kernel.org
To: Marc Kleine-Budde <mkl@pengutronix.de>
Cc: netdev@vger.kernel.org, davem@davemloft.net, kuba@kernel.org,
	linux-can@vger.kernel.org, kernel@pengutronix.de, max@enpas.org,
	gregkh@linuxfoundation.org
Subject: Re: [PATCH net-next 01/15] tty: Add N_CAN327 line discipline ID for ELM327 based CAN driver
Date: Sun, 03 Jul 2022 11:40:15 +0000	[thread overview]
Message-ID: <165684841577.4107.12545012231996753529.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20220703101430.1306048-2-mkl@pengutronix.de>

Hello:

This series was applied to netdev/net-next.git (master)
by Marc Kleine-Budde <mkl@pengutronix.de>:

On Sun,  3 Jul 2022 12:14:15 +0200 you wrote:
> From: Max Staudt <max@enpas.org>
> 
> The actual driver will be added via the CAN tree.
> 
> Link: https://lore.kernel.org/all/20220618180134.9890-1-max@enpas.org
> Link: https://lore.kernel.org/all/Yrm9Ezlw1dLmIxyS@kroah.com
> Signed-off-by: Max Staudt <max@enpas.org>
> Acked-by: Marc Kleine-Budde <mkl@pengutronix.de>
> Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
> Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
> 
> [...]

Here is the summary with links:
  - [net-next,01/15] tty: Add N_CAN327 line discipline ID for ELM327 based CAN driver
    https://git.kernel.org/netdev/net-next/c/713eb3c1261a
  - [net-next,02/15] can: can327: CAN/ldisc driver for ELM327 based OBD-II adapters
    https://git.kernel.org/netdev/net-next/c/43da2f07622f
  - [net-next,03/15] can: ctucanfd: ctucan_interrupt(): fix typo
    https://git.kernel.org/netdev/net-next/c/50f2944009a2
  - [net-next,04/15] can: slcan: use the BIT() helper
    https://git.kernel.org/netdev/net-next/c/3cd864901bc5
  - [net-next,05/15] can: slcan: use netdev helpers to print out messages
    https://git.kernel.org/netdev/net-next/c/da6788ea025c
  - [net-next,06/15] can: slcan: use the alloc_can_skb() helper
    https://git.kernel.org/netdev/net-next/c/92a31782c848
  - [net-next,07/15] can: netlink: dump bitrate 0 if can_priv::bittiming.bitrate is -1U
    https://git.kernel.org/netdev/net-next/c/036bff2800cb
  - [net-next,08/15] can: slcan: use CAN network device driver API
    https://git.kernel.org/netdev/net-next/c/c4e54b063f42
  - [net-next,09/15] can: slcan: allow to send commands to the adapter
    https://git.kernel.org/netdev/net-next/c/52f9ac85b876
  - [net-next,10/15] can: slcan: set bitrate by CAN device driver API
    https://git.kernel.org/netdev/net-next/c/dca796299462
  - [net-next,11/15] can: slcan: send the open/close commands to the adapter
    https://git.kernel.org/netdev/net-next/c/5bac315be7eb
  - [net-next,12/15] can: slcan: move driver into separate sub directory
    https://git.kernel.org/netdev/net-next/c/98b12064591d
  - [net-next,13/15] can: slcan: add ethtool support to reset adapter errors
    https://git.kernel.org/netdev/net-next/c/4de0e8efa052
  - [net-next,14/15] can: slcan: extend the protocol with error info
    https://git.kernel.org/netdev/net-next/c/b32ff4668544
  - [net-next,15/15] can: slcan: extend the protocol with CAN state info
    https://git.kernel.org/netdev/net-next/c/0a9cdcf098a4

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



  reply	other threads:[~2022-07-03 11:40 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-03 10:14 [PATCH net-next 0/15] pull-request: can-next 2022-07-03 Marc Kleine-Budde
2022-07-03 10:14 ` [PATCH net-next 01/15] tty: Add N_CAN327 line discipline ID for ELM327 based CAN driver Marc Kleine-Budde
2022-07-03 11:40   ` patchwork-bot+netdevbpf [this message]
2022-07-03 10:14 ` [PATCH net-next 02/15] can: can327: CAN/ldisc driver for ELM327 based OBD-II adapters Marc Kleine-Budde
2022-07-03 10:14 ` [PATCH net-next 03/15] can: ctucanfd: ctucan_interrupt(): fix typo Marc Kleine-Budde
2022-07-03 10:14 ` [PATCH net-next 04/15] can: slcan: use the BIT() helper Marc Kleine-Budde
2022-07-03 10:14 ` [PATCH net-next 05/15] can: slcan: use netdev helpers to print out messages Marc Kleine-Budde
2022-07-03 10:14 ` [PATCH net-next 06/15] can: slcan: use the alloc_can_skb() helper Marc Kleine-Budde
2022-07-03 10:14 ` [PATCH net-next 07/15] can: netlink: dump bitrate 0 if can_priv::bittiming.bitrate is -1U Marc Kleine-Budde
2022-07-03 10:14 ` [PATCH net-next 08/15] can: slcan: use CAN network device driver API Marc Kleine-Budde
2022-07-10 15:38   ` Dario Binacchi
2022-07-03 10:14 ` [PATCH net-next 09/15] can: slcan: allow to send commands to the adapter Marc Kleine-Budde
2022-07-03 10:14 ` [PATCH net-next 10/15] can: slcan: set bitrate by CAN device driver API Marc Kleine-Budde
2022-07-03 10:14 ` [PATCH net-next 11/15] can: slcan: send the open/close commands to the adapter Marc Kleine-Budde
2022-07-03 10:14 ` [PATCH net-next 12/15] can: slcan: move driver into separate sub directory Marc Kleine-Budde
2022-07-03 10:14 ` [PATCH net-next 13/15] can: slcan: add ethtool support to reset adapter errors Marc Kleine-Budde
2022-07-03 10:14 ` [PATCH net-next 14/15] can: slcan: extend the protocol with error info Marc Kleine-Budde
2022-07-03 10:14 ` [PATCH net-next 15/15] can: slcan: extend the protocol with CAN state info 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=165684841577.4107.12545012231996753529.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc=davem@davemloft.net \
    --cc=gregkh@linuxfoundation.org \
    --cc=kernel@pengutronix.de \
    --cc=kuba@kernel.org \
    --cc=linux-can@vger.kernel.org \
    --cc=max@enpas.org \
    --cc=mkl@pengutronix.de \
    --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 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.