netdev.vger.kernel.org archive mirror
 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,
	carsten.schmidt-achim@t-online.de, extja@kvaser.com
Subject: Re: [PATCH net-next 01/33] can: kvaser_usb: Add len8_dlc support
Date: Fri, 23 Jun 2023 03:10:30 +0000	[thread overview]
Message-ID: <168748983093.10729.10254332605000970682.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20230622082658.571150-2-mkl@pengutronix.de>

Hello:

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

On Thu, 22 Jun 2023 10:26:26 +0200 you wrote:
> From: Carsten Schmidt <carsten.schmidt-achim@t-online.de>
> 
> Add support for the Classical CAN raw DLC functionality to send and
> receive DLC values from 9 .. 15.
> 
> v1: https://lore.kernel.org/all/20230506105529.4023-1-carsten.schmidt-achim@t-online.de
> 
> [...]

Here is the summary with links:
  - [net-next,01/33] can: kvaser_usb: Add len8_dlc support
    https://git.kernel.org/netdev/net-next/c/843b84640349
  - [net-next,02/33] can: dev: add transceiver capabilities to xilinx_can
    https://git.kernel.org/netdev/net-next/c/d7588f02e8d8
  - [net-next,03/33] can: esd_usb: Make use of existing kernel macros
    https://git.kernel.org/netdev/net-next/c/1ad549cf980c
  - [net-next,04/33] can: esd_usb: Replace initializer macros used for struct can_bittiming_const
    https://git.kernel.org/netdev/net-next/c/5a4dd8796d77
  - [net-next,05/33] can: esd_usb: Use consistent prefixes for macros
    https://git.kernel.org/netdev/net-next/c/9dc3a695da58
  - [net-next,06/33] can: esd_usb: Prefix all structures with the device name
    https://git.kernel.org/netdev/net-next/c/8ef426e1f605
  - [net-next,07/33] can: esd_usb: Replace hardcoded message length given to USB commands
    https://git.kernel.org/netdev/net-next/c/299a557651d7
  - [net-next,08/33] can: esd_usb: Don't bother the user with nonessential log message
    https://git.kernel.org/netdev/net-next/c/1336ca2d4601
  - [net-next,09/33] can: esd_usb: Make use of kernel macros BIT() and GENMASK()
    https://git.kernel.org/netdev/net-next/c/33665fdbd7ff
  - [net-next,10/33] can: esd_usb: Use consistent prefix ESD_USB_ for macros
    https://git.kernel.org/netdev/net-next/c/8a99f2ada0b8
  - [net-next,11/33] can: sja1000: Prepare the use of a threaded handler
    https://git.kernel.org/netdev/net-next/c/af7647a0b4b5
  - [net-next,12/33] can: sja1000: Prevent overrun stalls with a soft reset on Renesas SoCs
    https://git.kernel.org/netdev/net-next/c/717c6ec241b5
  - [net-next,13/33] can: rx-offload: fix coding style
    https://git.kernel.org/netdev/net-next/c/fe6027fe097a
  - [net-next,14/33] can: ti_hecc: fix coding style
    https://git.kernel.org/netdev/net-next/c/8a9d8a3c8a05
  - [net-next,15/33] can: m_can: fix coding style
    https://git.kernel.org/netdev/net-next/c/3d68f116ccdf
  - [net-next,16/33] can: length: fix description of the RRS field
    https://git.kernel.org/netdev/net-next/c/10711b11102b
  - [net-next,17/33] can: length: fix bitstuffing count
    https://git.kernel.org/netdev/net-next/c/9fde4c557f78
  - [net-next,18/33] can: length: refactor frame lengths definition to add size in bits
    (no matching commit)
  - [net-next,19/33] can: kvaser_pciefd: Remove useless write to interrupt register
    https://git.kernel.org/netdev/net-next/c/7c921556c04f
  - [net-next,20/33] can: kvaser_pciefd: Remove handler for unused KVASER_PCIEFD_PACK_TYPE_EFRAME_ACK
    https://git.kernel.org/netdev/net-next/c/76c66ddf7f89
  - [net-next,21/33] can: kvaser_pciefd: Add function to set skb hwtstamps
    https://git.kernel.org/netdev/net-next/c/2d55e9f9b442
  - [net-next,22/33] can: kvaser_pciefd: Set hardware timestamp on transmitted packets
    https://git.kernel.org/netdev/net-next/c/ec681b91befa
  - [net-next,23/33] can: kvaser_pciefd: Define unsigned constants with type suffix 'U'
    https://git.kernel.org/netdev/net-next/c/2c470dbbd32f
  - [net-next,24/33] can: uapi: move CAN_RAW_FILTER_MAX definition to raw.h
    https://git.kernel.org/netdev/net-next/c/735d86a8aaf6
  - [net-next,25/33] can: kvaser_pciefd: Remove SPI flash parameter read functionality
    https://git.kernel.org/netdev/net-next/c/c496adafee68
  - [net-next,26/33] can: kvaser_pciefd: Sort includes in alphabetic order
    https://git.kernel.org/netdev/net-next/c/1b83d0ba1c11
  - [net-next,27/33] can: kvaser_pciefd: Rename device ID defines
    https://git.kernel.org/netdev/net-next/c/488c07b441f9
  - [net-next,28/33] can: kvaser_pciefd: Change return type for kvaser_pciefd_{receive,transmit,set_tx}_irq()
    https://git.kernel.org/netdev/net-next/c/24aecf553701
  - [net-next,29/33] can: kvaser_pciefd: Sort register definitions
    https://git.kernel.org/netdev/net-next/c/69335013c451
  - [net-next,30/33] can: kvaser_pciefd: Use FIELD_{GET,PREP} and GENMASK where appropriate
    https://git.kernel.org/netdev/net-next/c/954fb21268dd
  - [net-next,31/33] can: kvaser_pciefd: Add len8_dlc support
    https://git.kernel.org/netdev/net-next/c/f07008a21364
  - [net-next,32/33] can: kvaser_pciefd: Refactor code
    https://git.kernel.org/netdev/net-next/c/f4845741e422
  - [net-next,33/33] can: kvaser_pciefd: Use TX FIFO size read from CAN controller
    https://git.kernel.org/netdev/net-next/c/6fdcd64ec34d

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



  reply	other threads:[~2023-06-23  3:10 UTC|newest]

Thread overview: 36+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-06-22  8:26 [PATCH net-next 0/33] pull-request: can-next 2023-06-22 Marc Kleine-Budde
2023-06-22  8:26 ` [PATCH net-next 01/33] can: kvaser_usb: Add len8_dlc support Marc Kleine-Budde
2023-06-23  3:10   ` patchwork-bot+netdevbpf [this message]
2023-06-22  8:26 ` [PATCH net-next 02/33] can: dev: add transceiver capabilities to xilinx_can Marc Kleine-Budde
2023-06-22  8:26 ` [PATCH net-next 03/33] can: esd_usb: Make use of existing kernel macros Marc Kleine-Budde
2023-06-22  8:26 ` [PATCH net-next 04/33] can: esd_usb: Replace initializer macros used for struct can_bittiming_const Marc Kleine-Budde
2023-06-22  8:26 ` [PATCH net-next 05/33] can: esd_usb: Use consistent prefixes for macros Marc Kleine-Budde
2023-06-22  8:26 ` [PATCH net-next 06/33] can: esd_usb: Prefix all structures with the device name Marc Kleine-Budde
2023-06-22  8:26 ` [PATCH net-next 07/33] can: esd_usb: Replace hardcoded message length given to USB commands Marc Kleine-Budde
2023-06-22  8:26 ` [PATCH net-next 08/33] can: esd_usb: Don't bother the user with nonessential log message Marc Kleine-Budde
2023-06-22  8:26 ` [PATCH net-next 09/33] can: esd_usb: Make use of kernel macros BIT() and GENMASK() Marc Kleine-Budde
2023-06-22  8:26 ` [PATCH net-next 10/33] can: esd_usb: Use consistent prefix ESD_USB_ for macros Marc Kleine-Budde
2023-06-22  8:26 ` [PATCH net-next 11/33] can: sja1000: Prepare the use of a threaded handler Marc Kleine-Budde
2023-06-22  8:26 ` [PATCH net-next 12/33] can: sja1000: Prevent overrun stalls with a soft reset on Renesas SoCs Marc Kleine-Budde
2023-06-22  8:26 ` [PATCH net-next 13/33] can: rx-offload: fix coding style Marc Kleine-Budde
2023-06-22  8:26 ` [PATCH net-next 14/33] can: ti_hecc: " Marc Kleine-Budde
2023-06-22  8:26 ` [PATCH net-next 15/33] can: m_can: " Marc Kleine-Budde
2023-06-22  8:26 ` [PATCH net-next 16/33] can: length: fix description of the RRS field Marc Kleine-Budde
2023-06-22  8:26 ` [PATCH net-next 17/33] can: length: fix bitstuffing count Marc Kleine-Budde
2023-06-22  8:26 ` [PATCH net-next 18/33] can: length: refactor frame lengths definition to add size in bits Marc Kleine-Budde
2023-06-22  8:26 ` [PATCH net-next 19/33] can: kvaser_pciefd: Remove useless write to interrupt register Marc Kleine-Budde
2023-06-22  8:26 ` [PATCH net-next 20/33] can: kvaser_pciefd: Remove handler for unused KVASER_PCIEFD_PACK_TYPE_EFRAME_ACK Marc Kleine-Budde
2023-06-22  8:26 ` [PATCH net-next 21/33] can: kvaser_pciefd: Add function to set skb hwtstamps Marc Kleine-Budde
2023-06-22  8:26 ` [PATCH net-next 22/33] can: kvaser_pciefd: Set hardware timestamp on transmitted packets Marc Kleine-Budde
2023-06-22  8:26 ` [PATCH net-next 23/33] can: kvaser_pciefd: Define unsigned constants with type suffix 'U' Marc Kleine-Budde
2023-06-22  8:26 ` [PATCH net-next 24/33] can: uapi: move CAN_RAW_FILTER_MAX definition to raw.h Marc Kleine-Budde
2023-06-22  8:26 ` [PATCH net-next 25/33] can: kvaser_pciefd: Remove SPI flash parameter read functionality Marc Kleine-Budde
2023-06-22  8:26 ` [PATCH net-next 26/33] can: kvaser_pciefd: Sort includes in alphabetic order Marc Kleine-Budde
2023-06-22  8:26 ` [PATCH net-next 27/33] can: kvaser_pciefd: Rename device ID defines Marc Kleine-Budde
2023-06-22  8:26 ` [PATCH net-next 28/33] can: kvaser_pciefd: Change return type for kvaser_pciefd_{receive,transmit,set_tx}_irq() Marc Kleine-Budde
2023-06-22  8:26 ` [PATCH net-next 29/33] can: kvaser_pciefd: Sort register definitions Marc Kleine-Budde
2023-06-22  8:26 ` [PATCH net-next 30/33] can: kvaser_pciefd: Use FIELD_{GET,PREP} and GENMASK where appropriate Marc Kleine-Budde
2023-06-22  8:26 ` [PATCH net-next 31/33] can: kvaser_pciefd: Add len8_dlc support Marc Kleine-Budde
2023-06-22  8:26 ` [PATCH net-next 32/33] can: kvaser_pciefd: Refactor code Marc Kleine-Budde
2023-06-22  8:26 ` [PATCH net-next 33/33] can: kvaser_pciefd: Use TX FIFO size read from CAN controller Marc Kleine-Budde
  -- strict thread matches above, loose matches on Subject: below --
2023-06-21 13:28 [PATCH net-next 0/33] pull-request: can-next 2023-06-21 Marc Kleine-Budde
2023-06-21 13:28 ` [PATCH net-next 01/33] can: kvaser_usb: Add len8_dlc support 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=168748983093.10729.10254332605000970682.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc=carsten.schmidt-achim@t-online.de \
    --cc=davem@davemloft.net \
    --cc=extja@kvaser.com \
    --cc=kernel@pengutronix.de \
    --cc=kuba@kernel.org \
    --cc=linux-can@vger.kernel.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 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).