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,
	Frank.Li@nxp.com, robh@kernel.org
Subject: Re: [PATCH net-next 01/20] dt-bindings: can: fsl,flexcan: add common 'can-transceiver' for fsl,flexcan
Date: Wed, 07 Aug 2024 02:50:35 +0000	[thread overview]
Message-ID: <172299903552.1825432.3401001607590903090.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20240806074731.1905378-2-mkl@pengutronix.de>

Hello:

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

On Tue,  6 Aug 2024 09:41:52 +0200 you wrote:
> From: Frank Li <Frank.Li@nxp.com>
> 
> Add common 'can-transceiver' children node for fsl,flexcan.
> 
> Fix below warning:
> arch/arm64/boot/dts/freescale/fsl-ls1028a-rdb.dtb: can@2180000: 'can-transceiver' does not match any of the regexes: 'pinctrl-[0-9]+'
>         from schema $id: http://devicetree.org/schemas/net/can/fsl,flexcan.yaml#
> 
> [...]

Here is the summary with links:
  - [net-next,01/20] dt-bindings: can: fsl,flexcan: add common 'can-transceiver' for fsl,flexcan
    https://git.kernel.org/netdev/net-next/c/ef5e8d34bb9a
  - [net-next,02/20] dt-bindings: can: fsl,flexcan: move fsl,imx95-flexcan standalone
    https://git.kernel.org/netdev/net-next/c/3eea16ba7c69
  - [net-next,03/20] can: flexcan: add wakeup support for imx95
    https://git.kernel.org/netdev/net-next/c/5b512f42e098
  - [net-next,04/20] can: esd_402_pci: Rename esdACC CTRL register macros
    (no matching commit)
  - [net-next,05/20] can: esd_402_pci: Add support for one-shot mode
    https://git.kernel.org/netdev/net-next/c/c20ff3e0d9eb
  - [net-next,06/20] can: kvaser_usb: Add helper functions to convert device timestamp into ktime
    https://git.kernel.org/netdev/net-next/c/7d102d0e4c63
  - [net-next,07/20] can: kvaser_usb: hydra: kvaser_usb_hydra_ktime_from_rx_cmd: Drop {rx_} in function name
    https://git.kernel.org/netdev/net-next/c/7cb0450c1da5
  - [net-next,08/20] can: kvaser_usb: hydra: Add struct for Tx ACK commands
    https://git.kernel.org/netdev/net-next/c/0512cc691a3a
  - [net-next,09/20] can: kvaser_usb: hydra: Set hardware timestamp on transmitted packets
    https://git.kernel.org/netdev/net-next/c/d920dd289ee5
  - [net-next,10/20] can: kvaser_usb: leaf: Add struct for Tx ACK commands
    https://git.kernel.org/netdev/net-next/c/8e7895942ea5
  - [net-next,11/20] can: kvaser_usb: leaf: Assign correct timestamp_freq for kvaser_usb_leaf_imx_dev_cfg_{16,24,32}mhz
    https://git.kernel.org/netdev/net-next/c/dcc8c203318a
  - [net-next,12/20] can: kvaser_usb: leaf: Replace kvaser_usb_leaf_m32c_dev_cfg with kvaser_usb_leaf_m32c_dev_cfg_{16,24,32}mhz
    https://git.kernel.org/netdev/net-next/c/9e1cd0d27276
  - [net-next,13/20] can: kvaser_usb: leaf: kvaser_usb_leaf_tx_acknowledge: Rename local variable
    https://git.kernel.org/netdev/net-next/c/7f3823759751
  - [net-next,14/20] can: kvaser_usb: leaf: Add hardware timestamp support to leaf based devices
    https://git.kernel.org/netdev/net-next/c/8a52e5a0361f
  - [net-next,15/20] can: kvaser_usb: leaf: Add structs for Tx ACK and clock overflow commands
    https://git.kernel.org/netdev/net-next/c/a7cfb2200d85
  - [net-next,16/20] can: kvaser_usb: leaf: Store MSB of timestamp
    https://git.kernel.org/netdev/net-next/c/c644c9698d8d
  - [net-next,17/20] can: kvaser_usb: leaf: Add hardware timestamp support to usbcan devices
    https://git.kernel.org/netdev/net-next/c/0aa639d3b3b9
  - [net-next,18/20] can: kvaser_usb: Remove KVASER_USB_QUIRK_HAS_HARDWARE_TIMESTAMP
    https://git.kernel.org/netdev/net-next/c/51b56a25ed60
  - [net-next,19/20] can: kvaser_usb: Remove struct variables kvaser_usb_{ethtool,netdev}_ops
    https://git.kernel.org/netdev/net-next/c/1a6b249e4b19
  - [net-next,20/20] can: kvaser_usb: Rename kvaser_usb_{ethtool,netdev}_ops_hwts to kvaser_usb_{ethtool,netdev}_ops
    https://git.kernel.org/netdev/net-next/c/88371f85461a

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



  reply	other threads:[~2024-08-07  2:50 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-08-06  7:41 [PATCH net-next 0/20] pull-request: can-next 2024-08-06 Marc Kleine-Budde
2024-08-06  7:41 ` [PATCH net-next 01/20] dt-bindings: can: fsl,flexcan: add common 'can-transceiver' for fsl,flexcan Marc Kleine-Budde
2024-08-07  2:50   ` patchwork-bot+netdevbpf [this message]
2024-08-06  7:41 ` [PATCH net-next 02/20] dt-bindings: can: fsl,flexcan: move fsl,imx95-flexcan standalone Marc Kleine-Budde
2024-08-06  7:41 ` [PATCH net-next 03/20] can: flexcan: add wakeup support for imx95 Marc Kleine-Budde
2024-08-06  7:41 ` [PATCH net-next 04/20] can: esd_402_pci: Rename esdACC CTRL register macros Marc Kleine-Budde
2024-08-06  7:41 ` [PATCH net-next 05/20] can: esd_402_pci: Add support for one-shot mode Marc Kleine-Budde
2024-08-06  7:41 ` [PATCH net-next 06/20] can: kvaser_usb: Add helper functions to convert device timestamp into ktime Marc Kleine-Budde
2024-08-06  7:41 ` [PATCH net-next 07/20] can: kvaser_usb: hydra: kvaser_usb_hydra_ktime_from_rx_cmd: Drop {rx_} in function name Marc Kleine-Budde
2024-08-06  7:41 ` [PATCH net-next 08/20] can: kvaser_usb: hydra: Add struct for Tx ACK commands Marc Kleine-Budde
2024-08-06  7:42 ` [PATCH net-next 09/20] can: kvaser_usb: hydra: Set hardware timestamp on transmitted packets Marc Kleine-Budde
2024-08-06  7:42 ` [PATCH net-next 10/20] can: kvaser_usb: leaf: Add struct for Tx ACK commands Marc Kleine-Budde
2024-08-06  7:42 ` [PATCH net-next 11/20] can: kvaser_usb: leaf: Assign correct timestamp_freq for kvaser_usb_leaf_imx_dev_cfg_{16,24,32}mhz Marc Kleine-Budde
2024-08-06  7:42 ` [PATCH net-next 12/20] can: kvaser_usb: leaf: Replace kvaser_usb_leaf_m32c_dev_cfg with kvaser_usb_leaf_m32c_dev_cfg_{16,24,32}mhz Marc Kleine-Budde
2024-08-06  7:42 ` [PATCH net-next 13/20] can: kvaser_usb: leaf: kvaser_usb_leaf_tx_acknowledge: Rename local variable Marc Kleine-Budde
2024-08-06  7:42 ` [PATCH net-next 14/20] can: kvaser_usb: leaf: Add hardware timestamp support to leaf based devices Marc Kleine-Budde
2024-08-06  7:42 ` [PATCH net-next 15/20] can: kvaser_usb: leaf: Add structs for Tx ACK and clock overflow commands Marc Kleine-Budde
2024-08-06  7:42 ` [PATCH net-next 16/20] can: kvaser_usb: leaf: Store MSB of timestamp Marc Kleine-Budde
2024-08-06  7:42 ` [PATCH net-next 17/20] can: kvaser_usb: leaf: Add hardware timestamp support to usbcan devices Marc Kleine-Budde
2024-08-06  7:42 ` [PATCH net-next 18/20] can: kvaser_usb: Remove KVASER_USB_QUIRK_HAS_HARDWARE_TIMESTAMP Marc Kleine-Budde
2024-08-06  7:42 ` [PATCH net-next 19/20] can: kvaser_usb: Remove struct variables kvaser_usb_{ethtool,netdev}_ops Marc Kleine-Budde
2024-08-07  2:43   ` Jakub Kicinski
2024-08-07  9:51     ` Marc Kleine-Budde
2024-08-06  7:42 ` [PATCH net-next 20/20] can: kvaser_usb: Rename kvaser_usb_{ethtool,netdev}_ops_hwts to kvaser_usb_{ethtool,netdev}_ops 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=172299903552.1825432.3401001607590903090.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc=Frank.Li@nxp.com \
    --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 \
    --cc=robh@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).