From: Mark Brown <broonie@kernel.org>
To: David Miller <davem@davemloft.net>
Cc: stephane.leprovost@mediatek.com, bgolaszewski@baylibre.com,
netdev@vger.kernel.org, brgl@bgdev.pl, sean.wang@mediatek.com,
linux-kernel@vger.kernel.org, fparent@baylibre.com,
pedro.tsai@mediatek.com, linux-mediatek@lists.infradead.org,
andrew.perepech@mediatek.com, john@phrozen.org,
matthias.bgg@gmail.com, kuba@kernel.org,
Mark-MC.Lee@mediatek.com, linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH v3 0/2] regmap: provide simple bitops and use them in a driver
Date: Mon, 1 Jun 2020 19:46:20 +0100 [thread overview]
Message-ID: <20200601184620.GF45647@sirena.org.uk> (raw)
In-Reply-To: <20200601.113536.134620919829517847.davem@davemloft.net>
[-- Attachment #1.1: Type: text/plain, Size: 496 bytes --]
On Mon, Jun 01, 2020 at 11:35:36AM -0700, David Miller wrote:
> > v2 -> v3:
> > - drop unneeded ternary operator
> Series applied to net-next, thank you.
I already applied patch 1 and sent a pull request to Linus for it. As I
said:
| Let me know if you need a pull request for this, given the merge window
| is likely to open over the weekend I figured it's likely too late to
| apply the second patch before then.
Hopefully this merges cleanly... ideally we'd have had that pull
request.
[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
[-- Attachment #2: Type: text/plain, Size: 170 bytes --]
_______________________________________________
Linux-mediatek mailing list
Linux-mediatek@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-mediatek
WARNING: multiple messages have this Message-ID (diff)
From: Mark Brown <broonie@kernel.org>
To: David Miller <davem@davemloft.net>
Cc: stephane.leprovost@mediatek.com, bgolaszewski@baylibre.com,
netdev@vger.kernel.org, brgl@bgdev.pl, sean.wang@mediatek.com,
linux-kernel@vger.kernel.org, fparent@baylibre.com,
pedro.tsai@mediatek.com, linux-mediatek@lists.infradead.org,
andrew.perepech@mediatek.com, john@phrozen.org,
matthias.bgg@gmail.com, kuba@kernel.org,
Mark-MC.Lee@mediatek.com, linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH v3 0/2] regmap: provide simple bitops and use them in a driver
Date: Mon, 1 Jun 2020 19:46:20 +0100 [thread overview]
Message-ID: <20200601184620.GF45647@sirena.org.uk> (raw)
In-Reply-To: <20200601.113536.134620919829517847.davem@davemloft.net>
[-- Attachment #1.1: Type: text/plain, Size: 496 bytes --]
On Mon, Jun 01, 2020 at 11:35:36AM -0700, David Miller wrote:
> > v2 -> v3:
> > - drop unneeded ternary operator
> Series applied to net-next, thank you.
I already applied patch 1 and sent a pull request to Linus for it. As I
said:
| Let me know if you need a pull request for this, given the merge window
| is likely to open over the weekend I figured it's likely too late to
| apply the second patch before then.
Hopefully this merges cleanly... ideally we'd have had that pull
request.
[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
[-- Attachment #2: Type: text/plain, Size: 176 bytes --]
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
WARNING: multiple messages have this Message-ID (diff)
From: Mark Brown <broonie@kernel.org>
To: David Miller <davem@davemloft.net>
Cc: brgl@bgdev.pl, john@phrozen.org, sean.wang@mediatek.com,
Mark-MC.Lee@mediatek.com, kuba@kernel.org,
matthias.bgg@gmail.com, netdev@vger.kernel.org,
linux-arm-kernel@lists.infradead.org,
linux-mediatek@lists.infradead.org, linux-kernel@vger.kernel.org,
fparent@baylibre.com, stephane.leprovost@mediatek.com,
pedro.tsai@mediatek.com, andrew.perepech@mediatek.com,
bgolaszewski@baylibre.com
Subject: Re: [PATCH v3 0/2] regmap: provide simple bitops and use them in a driver
Date: Mon, 1 Jun 2020 19:46:20 +0100 [thread overview]
Message-ID: <20200601184620.GF45647@sirena.org.uk> (raw)
In-Reply-To: <20200601.113536.134620919829517847.davem@davemloft.net>
[-- Attachment #1: Type: text/plain, Size: 496 bytes --]
On Mon, Jun 01, 2020 at 11:35:36AM -0700, David Miller wrote:
> > v2 -> v3:
> > - drop unneeded ternary operator
> Series applied to net-next, thank you.
I already applied patch 1 and sent a pull request to Linus for it. As I
said:
| Let me know if you need a pull request for this, given the merge window
| is likely to open over the weekend I figured it's likely too late to
| apply the second patch before then.
Hopefully this merges cleanly... ideally we'd have had that pull
request.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
next prev parent reply other threads:[~2020-06-01 18:46 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-05-28 15:45 [PATCH v3 0/2] regmap: provide simple bitops and use them in a driver Bartosz Golaszewski
2020-05-28 15:45 ` Bartosz Golaszewski
2020-05-28 15:45 ` Bartosz Golaszewski
2020-05-28 15:45 ` [PATCH v3 1/2] regmap: provide helpers for simple bit operations Bartosz Golaszewski
2020-05-28 15:45 ` Bartosz Golaszewski
2020-05-28 15:45 ` Bartosz Golaszewski
2020-05-28 15:45 ` [PATCH v3 2/2] net: ethernet: mtk-star-emac: use regmap bitops Bartosz Golaszewski
2020-05-28 15:45 ` Bartosz Golaszewski
2020-05-28 15:45 ` Bartosz Golaszewski
2020-05-29 16:51 ` [PATCH v3 0/2] regmap: provide simple bitops and use them in a driver Mark Brown
2020-05-29 16:51 ` Mark Brown
2020-05-29 16:51 ` Mark Brown
2020-05-29 16:57 ` Mark Brown
2020-05-29 16:57 ` Mark Brown
2020-05-29 16:57 ` Mark Brown
2020-06-01 18:35 ` David Miller
2020-06-01 18:35 ` David Miller
2020-06-01 18:35 ` David Miller
2020-06-01 18:46 ` Mark Brown [this message]
2020-06-01 18:46 ` Mark Brown
2020-06-01 18:46 ` Mark Brown
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=20200601184620.GF45647@sirena.org.uk \
--to=broonie@kernel.org \
--cc=Mark-MC.Lee@mediatek.com \
--cc=andrew.perepech@mediatek.com \
--cc=bgolaszewski@baylibre.com \
--cc=brgl@bgdev.pl \
--cc=davem@davemloft.net \
--cc=fparent@baylibre.com \
--cc=john@phrozen.org \
--cc=kuba@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mediatek@lists.infradead.org \
--cc=matthias.bgg@gmail.com \
--cc=netdev@vger.kernel.org \
--cc=pedro.tsai@mediatek.com \
--cc=sean.wang@mediatek.com \
--cc=stephane.leprovost@mediatek.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 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.