public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: patchwork-bot+netdevbpf@kernel.org
To: claudiu beznea <claudiu.beznea@tuxon.dev>
Cc: s.shtylyov@omp.ru, davem@davemloft.net, edumazet@google.com,
	kuba@kernel.org, pabeni@redhat.com, richardcochran@gmail.com,
	p.zabel@pengutronix.de, netdev@vger.kernel.org,
	linux-renesas-soc@vger.kernel.org, linux-kernel@vger.kernel.org,
	claudiu.beznea.uj@bp.renesas.com
Subject: Re: [PATCH net-next v6 00/15] net: ravb: Prepare for suspend to RAM and runtime PM support (part 1)
Date: Tue, 06 Feb 2024 10:20:32 +0000	[thread overview]
Message-ID: <170721483217.7972.7667176225745984934.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20240202084136.3426492-1-claudiu.beznea.uj@bp.renesas.com>

Hello:

This series was applied to netdev/net-next.git (main)
by Paolo Abeni <pabeni@redhat.com>:

On Fri,  2 Feb 2024 10:41:21 +0200 you wrote:
> From: Claudiu Beznea <claudiu.beznea.uj@bp.renesas.com>
> 
> Hi,
> 
> This series prepares ravb driver for runtime PM support and adjust the
> already existing suspend to RAM code to work for RZ/G3S (R9A08G045) SoC.
> 
> [...]

Here is the summary with links:
  - [net-next,v6,01/15] net: ravb: Let IP-specific receive function to interrogate descriptors
    https://git.kernel.org/netdev/net-next/c/2b993bfdb47b
  - [net-next,v6,02/15] net: ravb: Rely on PM domain to enable gptp_clk
    https://git.kernel.org/netdev/net-next/c/e1da043f2b2d
  - [net-next,v6,03/15] net: ravb: Make reset controller support mandatory
    https://git.kernel.org/netdev/net-next/c/b1768e3dc477
  - [net-next,v6,04/15] net: ravb: Switch to SYSTEM_SLEEP_PM_OPS()/RUNTIME_PM_OPS() and pm_ptr()
    https://git.kernel.org/netdev/net-next/c/6ccc22a5afcb
  - [net-next,v6,05/15] net: ravb: Use tabs instead of spaces
    https://git.kernel.org/netdev/net-next/c/7493bb4c400c
  - [net-next,v6,06/15] net: ravb: Assert/de-assert reset on suspend/resume
    https://git.kernel.org/netdev/net-next/c/c5c0714e2950
  - [net-next,v6,07/15] net: ravb: Move reference clock enable/disable on runtime PM APIs
    https://git.kernel.org/netdev/net-next/c/a654f6e875b7
  - [net-next,v6,08/15] net: ravb: Move getting/requesting IRQs in the probe() method
    https://git.kernel.org/netdev/net-next/c/32f012b8c01c
  - [net-next,v6,09/15] net: ravb: Split GTI computation and set operations
    https://git.kernel.org/netdev/net-next/c/f384ab481cab
  - [net-next,v6,10/15] net: ravb: Move delay mode set in the driver's ndo_open API
    https://git.kernel.org/netdev/net-next/c/23698a9abb62
  - [net-next,v6,11/15] net: ravb: Move DBAT configuration to the driver's ndo_open API
    https://git.kernel.org/netdev/net-next/c/cd1fb46e02de
  - [net-next,v6,12/15] net: ravb: Move PTP initialization in the driver's ndo_open API for ccc_gac platorms
    https://git.kernel.org/netdev/net-next/c/a6a85ba36fd0
  - [net-next,v6,13/15] net: ravb: Set config mode in ndo_open and reset mode in ndo_close
    https://git.kernel.org/netdev/net-next/c/76fd52c10077
  - [net-next,v6,14/15] net: ravb: Simplify ravb_suspend()
    https://git.kernel.org/netdev/net-next/c/b07bc55cbb1c
  - [net-next,v6,15/15] net: ravb: Simplify ravb_resume()
    https://git.kernel.org/netdev/net-next/c/e95273fe4d02

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



      parent reply	other threads:[~2024-02-06 10:20 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-02  8:41 [PATCH net-next v6 00/15] net: ravb: Prepare for suspend to RAM and runtime PM support (part 1) Claudiu
2024-02-02  8:41 ` [PATCH net-next v6 01/15] net: ravb: Let IP-specific receive function to interrogate descriptors Claudiu
2024-02-02  8:41 ` [PATCH net-next v6 02/15] net: ravb: Rely on PM domain to enable gptp_clk Claudiu
2024-02-02  8:41 ` [PATCH net-next v6 03/15] net: ravb: Make reset controller support mandatory Claudiu
2024-02-02  8:41 ` [PATCH net-next v6 04/15] net: ravb: Switch to SYSTEM_SLEEP_PM_OPS()/RUNTIME_PM_OPS() and pm_ptr() Claudiu
2024-02-02  8:41 ` [PATCH net-next v6 05/15] net: ravb: Use tabs instead of spaces Claudiu
2024-02-02  8:41 ` [PATCH net-next v6 06/15] net: ravb: Assert/de-assert reset on suspend/resume Claudiu
2024-02-02  8:41 ` [PATCH net-next v6 07/15] net: ravb: Move reference clock enable/disable on runtime PM APIs Claudiu
2024-02-02  8:41 ` [PATCH net-next v6 08/15] net: ravb: Move getting/requesting IRQs in the probe() method Claudiu
2024-02-02  8:41 ` [PATCH net-next v6 09/15] net: ravb: Split GTI computation and set operations Claudiu
2024-02-02  8:41 ` [PATCH net-next v6 10/15] net: ravb: Move delay mode set in the driver's ndo_open API Claudiu
2024-02-02  8:41 ` [PATCH net-next v6 11/15] net: ravb: Move DBAT configuration to " Claudiu
2024-02-02  8:41 ` [PATCH net-next v6 12/15] net: ravb: Move PTP initialization in the driver's ndo_open API for ccc_gac platorms Claudiu
2024-02-02  8:41 ` [PATCH net-next v6 13/15] net: ravb: Set config mode in ndo_open and reset mode in ndo_close Claudiu
2024-02-02  8:41 ` [PATCH net-next v6 14/15] net: ravb: Simplify ravb_suspend() Claudiu
2024-02-02  8:41 ` [PATCH net-next v6 15/15] net: ravb: Simplify ravb_resume() Claudiu
2024-02-06 10:20 ` patchwork-bot+netdevbpf [this message]

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=170721483217.7972.7667176225745984934.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc=claudiu.beznea.uj@bp.renesas.com \
    --cc=claudiu.beznea@tuxon.dev \
    --cc=davem@davemloft.net \
    --cc=edumazet@google.com \
    --cc=kuba@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-renesas-soc@vger.kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=p.zabel@pengutronix.de \
    --cc=pabeni@redhat.com \
    --cc=richardcochran@gmail.com \
    --cc=s.shtylyov@omp.ru \
    /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