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
Subject: Re: [PATCH net-next 01/17] can: rx-offload: rename can_rx_offload_queue_sorted() -> can_rx_offload_queue_timestamp()
Date: Wed, 20 Apr 2022 10:30:15 +0000	[thread overview]
Message-ID: <165045061558.18792.15126070255101157595.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20220419152554.2925353-2-mkl@pengutronix.de>

Hello:

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

On Tue, 19 Apr 2022 17:25:38 +0200 you wrote:
> This patch renames the function can_rx_offload_queue_sorted() to
> can_rx_offload_queue_timestamp(). This better describes what the
> function does, it adds a newly RX'ed skb to the sorted queue by its
> timestamp.
> 
> Link: https://lore.kernel.org/all/20220417194327.2699059-1-mkl@pengutronix.de
> Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
> 
> [...]

Here is the summary with links:
  - [net-next,01/17] can: rx-offload: rename can_rx_offload_queue_sorted() -> can_rx_offload_queue_timestamp()
    https://git.kernel.org/netdev/net-next/c/eb38c2053b67
  - [net-next,02/17] can: bittiming: can_calc_bittiming(): prefer small bit rate pre-scalers over larger ones
    https://git.kernel.org/netdev/net-next/c/85d4eb2a3dfe
  - [net-next,03/17] can: Fix Links to Technologic Systems web resources
    https://git.kernel.org/netdev/net-next/c/20c7258980e0
  - [net-next,04/17] can: mscan: mpc5xxx_can: Prepare cleanup of powerpc's asm/prom.h
    https://git.kernel.org/netdev/net-next/c/bb75e352d7ac
  - [net-next,05/17] can: flexcan: using pm_runtime_resume_and_get instead of pm_runtime_get_sync
    https://git.kernel.org/netdev/net-next/c/e6ec83790593
  - [net-next,06/17] MAINTAINERS: rectify entry for XILINX CAN DRIVER
    https://git.kernel.org/netdev/net-next/c/badea4fc7025
  - [net-next,07/17] can: xilinx_can: mark bit timing constants as const
    https://git.kernel.org/netdev/net-next/c/ae38fda02996
  - [net-next,08/17] dt-bindings: can: renesas,rcar-canfd: document r8a77961 support
    https://git.kernel.org/netdev/net-next/c/44b6b105dd24
  - [net-next,09/17] dt-binding: can: mcp251xfd: add binding information for mcp251863
    https://git.kernel.org/netdev/net-next/c/621119764850
  - [net-next,10/17] can: mcp251xfd: add support for mcp251863
    https://git.kernel.org/netdev/net-next/c/c6f2a617a0a8
  - [net-next,11/17] dt-bindings: vendor-prefix: add prefix for the Czech Technical University in Prague.
    https://git.kernel.org/netdev/net-next/c/fb23e43a0a9c
  - [net-next,12/17] dt-bindings: net: can: binding for CTU CAN FD open-source IP core.
    https://git.kernel.org/netdev/net-next/c/1da9d6e35b6b
  - [net-next,13/17] can: ctucanfd: add support for CTU CAN FD open-source IP core - bus independent part.
    https://git.kernel.org/netdev/net-next/c/2dcb8e8782d8
  - [net-next,14/17] can: ctucanfd: CTU CAN FD open-source IP core - PCI bus support.
    https://git.kernel.org/netdev/net-next/c/792a5b678e81
  - [net-next,15/17] can: ctucanfd: CTU CAN FD open-source IP core - platform/SoC support.
    https://git.kernel.org/netdev/net-next/c/e8f0c23a2415
  - [net-next,16/17] docs: ctucanfd: CTU CAN FD open-source IP core documentation.
    https://git.kernel.org/netdev/net-next/c/c3a0addefbde
  - [net-next,17/17] MAINTAINERS: Add maintainers for CTU CAN FD IP core driver
    https://git.kernel.org/netdev/net-next/c/cfdb2f365cb9

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



  reply	other threads:[~2022-04-20 10:30 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-19 15:25 [PATCH net-next 0/17] pull-request: can-next 2022-04-19 Marc Kleine-Budde
2022-04-19 15:25 ` [PATCH net-next 01/17] can: rx-offload: rename can_rx_offload_queue_sorted() -> can_rx_offload_queue_timestamp() Marc Kleine-Budde
2022-04-20 10:30   ` patchwork-bot+netdevbpf [this message]
2022-04-19 15:25 ` [PATCH net-next 02/17] can: bittiming: can_calc_bittiming(): prefer small bit rate pre-scalers over larger ones Marc Kleine-Budde
2022-04-19 15:25 ` [PATCH net-next 03/17] can: Fix Links to Technologic Systems web resources Marc Kleine-Budde
2022-04-19 15:25 ` [PATCH net-next 04/17] can: mscan: mpc5xxx_can: Prepare cleanup of powerpc's asm/prom.h Marc Kleine-Budde
2022-04-19 15:25 ` [PATCH net-next 05/17] can: flexcan: using pm_runtime_resume_and_get instead of pm_runtime_get_sync Marc Kleine-Budde
2022-04-19 15:25 ` [PATCH net-next 06/17] MAINTAINERS: rectify entry for XILINX CAN DRIVER Marc Kleine-Budde
2022-04-19 15:25 ` [PATCH net-next 07/17] can: xilinx_can: mark bit timing constants as const Marc Kleine-Budde
2022-04-19 15:25 ` [PATCH net-next 08/17] dt-bindings: can: renesas,rcar-canfd: document r8a77961 support Marc Kleine-Budde
2022-04-19 15:25 ` [PATCH net-next 09/17] dt-binding: can: mcp251xfd: add binding information for mcp251863 Marc Kleine-Budde
2022-04-19 15:25 ` [PATCH net-next 10/17] can: mcp251xfd: add support " Marc Kleine-Budde
2022-04-19 15:25 ` [PATCH net-next 11/17] dt-bindings: vendor-prefix: add prefix for the Czech Technical University in Prague Marc Kleine-Budde
2022-04-19 15:25 ` [PATCH net-next 12/17] dt-bindings: net: can: binding for CTU CAN FD open-source IP core Marc Kleine-Budde
2022-04-19 15:25 ` [PATCH net-next 13/17] can: ctucanfd: add support for CTU CAN FD open-source IP core - bus independent part Marc Kleine-Budde
2022-04-19 15:25 ` [PATCH net-next 14/17] can: ctucanfd: CTU CAN FD open-source IP core - PCI bus support Marc Kleine-Budde
2022-04-19 15:25 ` [PATCH net-next 15/17] can: ctucanfd: CTU CAN FD open-source IP core - platform/SoC support Marc Kleine-Budde
2022-04-19 15:25 ` [PATCH net-next 16/17] docs: ctucanfd: CTU CAN FD open-source IP core documentation Marc Kleine-Budde
2022-04-19 15:25 ` [PATCH net-next 17/17] MAINTAINERS: Add maintainers for CTU CAN FD IP core driver 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=165045061558.18792.15126070255101157595.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc=davem@davemloft.net \
    --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 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.