public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: patchwork-bot+netdevbpf@kernel.org
To: Sean Anderson <seanga2@gmail.com>
Cc: davem@davemloft.net, edumazet@google.com, kuba@kernel.org,
	pabeni@redhat.com, netdev@vger.kernel.org,
	simon.horman@corigine.com, linux-kernel@vger.kernel.org,
	debian-sparc@lists.debian.org, rescue@sunhelp.org,
	sparc@gentoo.org
Subject: Re: [PATCH net-next v4 00/10] net: sunhme: Probe/IRQ cleanups
Date: Mon, 27 Mar 2023 07:50:20 +0000	[thread overview]
Message-ID: <167990342063.21476.7775706161280440153.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20230324175136.321588-1-seanga2@gmail.com>

Hello:

This series was applied to netdev/net-next.git (main)
by David S. Miller <davem@davemloft.net>:

On Fri, 24 Mar 2023 13:51:26 -0400 you wrote:
> Well, I've had these patches kicking around in my tree since last October, so I
> guess I had better get around to posting them. This series is mainly a
> cleanup/consolidation of the probe process, with some interrupt changes as well.
> Some of these changes are SBUS- (AKA SPARC-) specific, so this should really get
> some testing there as well to ensure nothing breaks. I've CC'd a few SPARC
> mailing lists in hopes that someone there can try this out. I also have an SBUS
> card I ordered by mistake if anyone has a SPARC computer but lacks this card.
> 
> [...]

Here is the summary with links:
  - [net-next,v4,01/10] net: sunhme: Fix uninitialized return code
    https://git.kernel.org/netdev/net-next/c/d61157414d0a
  - [net-next,v4,02/10] net: sunhme: Just restart autonegotiation if we can't bring the link up
    https://git.kernel.org/netdev/net-next/c/70b1b4b86227
  - [net-next,v4,03/10] net: sunhme: Remove residual polling code
    https://git.kernel.org/netdev/net-next/c/3427372d0bd8
  - [net-next,v4,04/10] net: sunhme: Unify IRQ requesting
    https://git.kernel.org/netdev/net-next/c/27b9ea8f37a6
  - [net-next,v4,05/10] net: sunhme: Alphabetize includes
    (no matching commit)
  - [net-next,v4,06/10] net: sunhme: Switch SBUS to devres
    https://git.kernel.org/netdev/net-next/c/cc216e4b44ce
  - [net-next,v4,07/10] net: sunhme: Consolidate mac address initialization
    https://git.kernel.org/netdev/net-next/c/273fb669c62c
  - [net-next,v4,08/10] net: sunhme: Clean up mac address init
    https://git.kernel.org/netdev/net-next/c/d1f088196057
  - [net-next,v4,09/10] net: sunhme: Inline error returns
    https://git.kernel.org/netdev/net-next/c/902fe6e90368
  - [net-next,v4,10/10] net: sunhme: Consolidate common probe tasks
    https://git.kernel.org/netdev/net-next/c/ecdcd0428c59

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



      parent reply	other threads:[~2023-03-27  7:50 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-24 17:51 [PATCH net-next v4 00/10] net: sunhme: Probe/IRQ cleanups Sean Anderson
2023-03-24 17:51 ` [PATCH net-next v4 01/10] net: sunhme: Fix uninitialized return code Sean Anderson
2023-03-25  8:17   ` Simon Horman
2023-03-25  8:26     ` Simon Horman
2023-03-24 17:51 ` [PATCH net-next v4 02/10] net: sunhme: Just restart autonegotiation if we can't bring the link up Sean Anderson
2023-03-24 17:51 ` [PATCH net-next v4 03/10] net: sunhme: Remove residual polling code Sean Anderson
2023-03-24 17:51 ` [PATCH net-next v4 04/10] net: sunhme: Unify IRQ requesting Sean Anderson
2023-03-24 17:51 ` [PATCH net-next v4 05/10] net: sunhme: Alphabetize includes Sean Anderson
2023-03-24 17:51 ` [PATCH net-next v4 06/10] net: sunhme: Switch SBUS to devres Sean Anderson
2023-03-24 17:51 ` [PATCH net-next v4 07/10] net: sunhme: Consolidate mac address initialization Sean Anderson
2023-03-24 17:51 ` [PATCH net-next v4 08/10] net: sunhme: Clean up mac address init Sean Anderson
2023-03-24 17:51 ` [PATCH net-next v4 09/10] net: sunhme: Inline error returns Sean Anderson
2023-03-25  8:24   ` Simon Horman
2023-03-25  8:29   ` Simon Horman
2023-03-24 17:51 ` [PATCH net-next v4 10/10] net: sunhme: Consolidate common probe tasks Sean Anderson
2023-03-25  9:10   ` Simon Horman
2023-03-25 16:06     ` Sean Anderson
2023-03-26  7:57       ` Simon Horman
2023-03-27  7:50 ` 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=167990342063.21476.7775706161280440153.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc=davem@davemloft.net \
    --cc=debian-sparc@lists.debian.org \
    --cc=edumazet@google.com \
    --cc=kuba@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=pabeni@redhat.com \
    --cc=rescue@sunhelp.org \
    --cc=seanga2@gmail.com \
    --cc=simon.horman@corigine.com \
    --cc=sparc@gentoo.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