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,
	zhao.xichao@vivo.com, mailhol@kernel.org
Subject: Re: [PATCH net-next 01/48] can: m_can: use us_to_ktime() where appropriate
Date: Fri, 26 Sep 2025 22:01:14 +0000	[thread overview]
Message-ID: <175892407426.73145.15479318496670639138.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20250925121332.848157-2-mkl@pengutronix.de>

Hello:

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

On Thu, 25 Sep 2025 14:07:38 +0200 you wrote:
> From: Xichao Zhao <zhao.xichao@vivo.com>
> 
> The tx_coalesce_usecs_irq are more suitable for using the
> us_to_ktime(). This can make the code more concise and
> enhance readability.
> 
> Signed-off-by: Xichao Zhao <zhao.xichao@vivo.com>
> Reviewed-by: Vincent Mailhol <mailhol@kernel.org>
> Link: https://patch.msgid.link/20250825090904.248927-1-zhao.xichao@vivo.com
> [mkl: remove not needed line break]
> Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
> 
> [...]

Here is the summary with links:
  - [net-next,01/48] can: m_can: use us_to_ktime() where appropriate
    https://git.kernel.org/netdev/net-next/c/646cb48d4477
  - [net-next,02/48] MAINTAINERS: update Vincent Mailhol's email address
    https://git.kernel.org/netdev/net-next/c/39b8e0fef155
  - [net-next,03/48] can: dev: sort includes by alphabetical order
    https://git.kernel.org/netdev/net-next/c/4827dcc19cc7
  - [net-next,04/48] can: peak: Modification of references to email accounts being deleted
    https://git.kernel.org/netdev/net-next/c/f1880f9cc147
  - [net-next,05/48] can: rcar_canfd: Update bit rate constants for RZ/G3E and R-Car Gen4
    https://git.kernel.org/netdev/net-next/c/100fafc3e461
  - [net-next,06/48] can: rcar_canfd: Update RCANFD_CFG_* macros
    https://git.kernel.org/netdev/net-next/c/726213c8e79a
  - [net-next,07/48] can: rcar_canfd: Simplify nominal bit rate config
    https://git.kernel.org/netdev/net-next/c/02d274adf485
  - [net-next,08/48] can: rcar_canfd: Simplify data bit rate config
    https://git.kernel.org/netdev/net-next/c/33815032b0a6
  - [net-next,09/48] can: rcar_can: Consistently use ndev for net_device pointers
    https://git.kernel.org/netdev/net-next/c/7abf70449369
  - [net-next,10/48] can: rcar_can: Add helper variable dev to rcar_can_probe()
    https://git.kernel.org/netdev/net-next/c/f7844496cba4
  - [net-next,11/48] can: rcar_can: Convert to Runtime PM
    https://git.kernel.org/netdev/net-next/c/1bbff1762638
  - [net-next,12/48] can: rcar_can: Convert to BIT()
    https://git.kernel.org/netdev/net-next/c/bcf4dee47fdf
  - [net-next,13/48] can: rcar_can: Convert to GENMASK()
    https://git.kernel.org/netdev/net-next/c/28f3617c392a
  - [net-next,14/48] can: rcar_can: CTLR bitfield conversion
    https://git.kernel.org/netdev/net-next/c/669abc406812
  - [net-next,15/48] can: rcar_can: TFCR bitfield conversion
    https://git.kernel.org/netdev/net-next/c/75f319455d05
  - [net-next,16/48] can: rcar_can: BCR bitfield conversion
    https://git.kernel.org/netdev/net-next/c/8d930226d3e5
  - [net-next,17/48] can: rcar_can: Mailbox bitfield conversion
    https://git.kernel.org/netdev/net-next/c/729b1c69b8fa
  - [net-next,18/48] can: rcar_can: Do not print alloc_candev() failures
    https://git.kernel.org/netdev/net-next/c/5317225e015c
  - [net-next,19/48] can: rcar_can: Convert to %pe
    https://git.kernel.org/netdev/net-next/c/7207788031b9
  - [net-next,20/48] can: esd_usb: Rework display of error messages
    https://git.kernel.org/netdev/net-next/c/c6e07521431c
  - [net-next,21/48] can: esd_usb: Avoid errors triggered from USB disconnect
    https://git.kernel.org/netdev/net-next/c/37dc3ea4d2a2
  - [net-next,22/48] can: raw: reorder struct uniqframe's members to optimise packing
    https://git.kernel.org/netdev/net-next/c/fc8418eca43d
  - [net-next,23/48] can: raw: use bitfields to store flags in struct raw_sock
    https://git.kernel.org/netdev/net-next/c/890e5198a6e5
  - [net-next,24/48] can: raw: reorder struct raw_sock's members to optimise packing
    https://git.kernel.org/netdev/net-next/c/a146cfaaa0dd
  - [net-next,25/48] can: annotate mtu accesses with READ_ONCE()
    https://git.kernel.org/netdev/net-next/c/c67732d06786
  - [net-next,26/48] can: dev: turn can_set_static_ctrlmode() into a non-inline function
    https://git.kernel.org/netdev/net-next/c/7c7da8aa3fd6
  - [net-next,27/48] can: populate the minimum and maximum MTU values
    https://git.kernel.org/netdev/net-next/c/23049938605b
  - [net-next,28/48] can: enable CAN XL for virtual CAN devices by default
    https://git.kernel.org/netdev/net-next/c/b98aceb65e2c
  - [net-next,29/48] can: dev: move struct data_bittiming_params to linux/can/bittiming.h
    https://git.kernel.org/netdev/net-next/c/cc470fcf1d59
  - [net-next,30/48] can: dev: make can_get_relative_tdco() FD agnostic and move it to bittiming.h
    https://git.kernel.org/netdev/net-next/c/7208385df784
  - [net-next,31/48] can: netlink: document which symbols are FD specific
    https://git.kernel.org/netdev/net-next/c/94040a8f4845
  - [net-next,32/48] can: netlink: refactor can_validate_bittiming()
    https://git.kernel.org/netdev/net-next/c/f5ae5a75412d
  - [net-next,33/48] can: netlink: add can_validate_tdc()
    https://git.kernel.org/netdev/net-next/c/b23a8425cba5
  - [net-next,34/48] can: netlink: add can_validate_databittiming()
    https://git.kernel.org/netdev/net-next/c/3820a415bece
  - [net-next,35/48] can: netlink: refactor CAN_CTRLMODE_TDC_{AUTO,MANUAL} flag reset logic
    https://git.kernel.org/netdev/net-next/c/45be26b7e35a
  - [net-next,36/48] can: netlink: remove useless check in can_tdc_changelink()
    https://git.kernel.org/netdev/net-next/c/2b0a6930ae7c
  - [net-next,37/48] can: netlink: make can_tdc_changelink() FD agnostic
    https://git.kernel.org/netdev/net-next/c/530c918f8cf6
  - [net-next,38/48] can: netlink: add can_dtb_changelink()
    https://git.kernel.org/netdev/net-next/c/2e543af483a9
  - [net-next,39/48] can: netlink: add can_ctrlmode_changelink()
    https://git.kernel.org/netdev/net-next/c/e1a5cd9d6665
  - [net-next,40/48] can: netlink: make can_tdc_get_size() FD agnostic
    https://git.kernel.org/netdev/net-next/c/63888a578016
  - [net-next,41/48] can: netlink: add can_data_bittiming_get_size()
    https://git.kernel.org/netdev/net-next/c/d5f45ef88ba4
  - [net-next,42/48] can: netlink: add can_bittiming_fill_info()
    https://git.kernel.org/netdev/net-next/c/e1a2be5a6967
  - [net-next,43/48] can: netlink: add can_bittiming_const_fill_info()
    https://git.kernel.org/netdev/net-next/c/aaeebdb7a723
  - [net-next,44/48] can: netlink: add can_bitrate_const_fill_info()
    https://git.kernel.org/netdev/net-next/c/d5ee934ee19b
  - [net-next,45/48] can: netlink: make can_tdc_fill_info() FD agnostic
    https://git.kernel.org/netdev/net-next/c/e72f1ba700e3
  - [net-next,46/48] can: calc_bittiming: make can_calc_tdco() FD agnostic
    https://git.kernel.org/netdev/net-next/c/6ffc1230d3a7
  - [net-next,47/48] can: dev: add can_get_ctrlmode_str()
    https://git.kernel.org/netdev/net-next/c/7de54546fff1
  - [net-next,48/48] can: netlink: add userland error messages
    https://git.kernel.org/netdev/net-next/c/6742ca18cb41

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



  reply	other threads:[~2025-09-26 22:01 UTC|newest]

Thread overview: 51+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-09-25 12:07 [PATCH net-next 0/48] pull-request: can-next 2025-09-25 Marc Kleine-Budde
2025-09-25 12:07 ` [PATCH net-next 01/48] can: m_can: use us_to_ktime() where appropriate Marc Kleine-Budde
2025-09-26 22:01   ` patchwork-bot+netdevbpf [this message]
2025-09-25 12:07 ` [PATCH net-next 02/48] MAINTAINERS: update Vincent Mailhol's email address Marc Kleine-Budde
2025-09-25 12:07 ` [PATCH net-next 03/48] can: dev: sort includes by alphabetical order Marc Kleine-Budde
2025-09-25 12:07 ` [PATCH net-next 04/48] can: peak: Modification of references to email accounts being deleted Marc Kleine-Budde
2025-09-25 12:07 ` [PATCH net-next 05/48] can: rcar_canfd: Update bit rate constants for RZ/G3E and R-Car Gen4 Marc Kleine-Budde
2025-09-25 12:07 ` [PATCH net-next 06/48] can: rcar_canfd: Update RCANFD_CFG_* macros Marc Kleine-Budde
2025-09-25 12:07 ` [PATCH net-next 07/48] can: rcar_canfd: Simplify nominal bit rate config Marc Kleine-Budde
2025-09-25 12:07 ` [PATCH net-next 08/48] can: rcar_canfd: Simplify data " Marc Kleine-Budde
2025-09-25 12:07 ` [PATCH net-next 09/48] can: rcar_can: Consistently use ndev for net_device pointers Marc Kleine-Budde
2025-09-25 12:07 ` [PATCH net-next 10/48] can: rcar_can: Add helper variable dev to rcar_can_probe() Marc Kleine-Budde
2025-09-25 12:07 ` [PATCH net-next 11/48] can: rcar_can: Convert to Runtime PM Marc Kleine-Budde
2025-09-25 12:07 ` [PATCH net-next 12/48] can: rcar_can: Convert to BIT() Marc Kleine-Budde
2025-09-25 12:07 ` [PATCH net-next 13/48] can: rcar_can: Convert to GENMASK() Marc Kleine-Budde
2025-09-25 12:07 ` [PATCH net-next 14/48] can: rcar_can: CTLR bitfield conversion Marc Kleine-Budde
2025-09-25 12:07 ` [PATCH net-next 15/48] can: rcar_can: TFCR " Marc Kleine-Budde
2025-09-25 12:07 ` [PATCH net-next 16/48] can: rcar_can: BCR " Marc Kleine-Budde
2025-09-25 12:07 ` [PATCH net-next 17/48] can: rcar_can: Mailbox " Marc Kleine-Budde
2025-09-25 12:07 ` [PATCH net-next 18/48] can: rcar_can: Do not print alloc_candev() failures Marc Kleine-Budde
2025-09-25 12:07 ` [PATCH net-next 19/48] can: rcar_can: Convert to %pe Marc Kleine-Budde
2025-09-25 12:07 ` [PATCH net-next 20/48] can: esd_usb: Rework display of error messages Marc Kleine-Budde
2025-09-25 12:07 ` [PATCH net-next 21/48] can: esd_usb: Avoid errors triggered from USB disconnect Marc Kleine-Budde
2025-09-25 12:07 ` [PATCH net-next 22/48] can: raw: reorder struct uniqframe's members to optimise packing Marc Kleine-Budde
2025-09-25 12:08 ` [PATCH net-next 23/48] can: raw: use bitfields to store flags in struct raw_sock Marc Kleine-Budde
2025-09-25 12:08 ` [PATCH net-next 24/48] can: raw: reorder struct raw_sock's members to optimise packing Marc Kleine-Budde
2025-09-25 12:08 ` [PATCH net-next 25/48] can: annotate mtu accesses with READ_ONCE() Marc Kleine-Budde
2025-09-25 12:08 ` [PATCH net-next 26/48] can: dev: turn can_set_static_ctrlmode() into a non-inline function Marc Kleine-Budde
2025-09-25 12:08 ` [PATCH net-next 27/48] can: populate the minimum and maximum MTU values Marc Kleine-Budde
2025-09-25 12:08 ` [PATCH net-next 28/48] can: enable CAN XL for virtual CAN devices by default Marc Kleine-Budde
2025-09-25 12:08 ` [PATCH net-next 29/48] can: dev: move struct data_bittiming_params to linux/can/bittiming.h Marc Kleine-Budde
2025-09-25 12:08 ` [PATCH net-next 30/48] can: dev: make can_get_relative_tdco() FD agnostic and move it to bittiming.h Marc Kleine-Budde
2025-09-25 12:08 ` [PATCH net-next 31/48] can: netlink: document which symbols are FD specific Marc Kleine-Budde
2025-09-25 12:08 ` [PATCH net-next 32/48] can: netlink: refactor can_validate_bittiming() Marc Kleine-Budde
2025-09-25 12:08 ` [PATCH net-next 33/48] can: netlink: add can_validate_tdc() Marc Kleine-Budde
2025-09-25 12:08 ` [PATCH net-next 34/48] can: netlink: add can_validate_databittiming() Marc Kleine-Budde
2025-09-25 12:08 ` [PATCH net-next 35/48] can: netlink: refactor CAN_CTRLMODE_TDC_{AUTO,MANUAL} flag reset logic Marc Kleine-Budde
2025-09-25 12:08 ` [PATCH net-next 36/48] can: netlink: remove useless check in can_tdc_changelink() Marc Kleine-Budde
2025-09-25 12:08 ` [PATCH net-next 37/48] can: netlink: make can_tdc_changelink() FD agnostic Marc Kleine-Budde
2025-09-25 12:08 ` [PATCH net-next 38/48] can: netlink: add can_dtb_changelink() Marc Kleine-Budde
2025-09-25 12:08 ` [PATCH net-next 39/48] can: netlink: add can_ctrlmode_changelink() Marc Kleine-Budde
2025-09-25 12:08 ` [PATCH net-next 40/48] can: netlink: make can_tdc_get_size() FD agnostic Marc Kleine-Budde
2025-09-25 12:08 ` [PATCH net-next 41/48] can: netlink: add can_data_bittiming_get_size() Marc Kleine-Budde
2025-09-25 12:08 ` [PATCH net-next 42/48] can: netlink: add can_bittiming_fill_info() Marc Kleine-Budde
2025-09-25 12:08 ` [PATCH net-next 43/48] can: netlink: add can_bittiming_const_fill_info() Marc Kleine-Budde
2025-09-25 12:08 ` [PATCH net-next 44/48] can: netlink: add can_bitrate_const_fill_info() Marc Kleine-Budde
2025-09-25 12:08 ` [PATCH net-next 45/48] can: netlink: make can_tdc_fill_info() FD agnostic Marc Kleine-Budde
2025-09-25 12:08 ` [PATCH net-next 46/48] can: calc_bittiming: make can_calc_tdco() " Marc Kleine-Budde
2025-09-25 12:08 ` [PATCH net-next 47/48] can: dev: add can_get_ctrlmode_str() Marc Kleine-Budde
2025-09-25 12:08 ` [PATCH net-next 48/48] can: netlink: add userland error messages Marc Kleine-Budde
  -- strict thread matches above, loose matches on Subject: below --
2025-09-24  8:06 [PATCH net-next 0/48] pull-request: can-next 2025-09-24 Marc Kleine-Budde
2025-09-24  8:06 ` [PATCH net-next 01/48] can: m_can: use us_to_ktime() where appropriate 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=175892407426.73145.15479318496670639138.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=mailhol@kernel.org \
    --cc=mkl@pengutronix.de \
    --cc=netdev@vger.kernel.org \
    --cc=zhao.xichao@vivo.com \
    /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).