linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] regulator: rtmv20: Fix wrong mask for strobe-polarity-high
@ 2021-06-26 15:58 cy_huang
  2021-06-26 16:13 ` Axel Lin
  2021-06-28 17:01 ` Mark Brown
  0 siblings, 2 replies; 3+ messages in thread
From: cy_huang @ 2021-06-26 15:58 UTC (permalink / raw)
  To: broonie; +Cc: axel.lin, cy_huang, lgirdwood, linux-kernel

From: ChiYuan Huang <cy_huang@richtek.com>

Fix wrong mask for strobe-polarity-high.

Signed-off-by: ChiYuan Huang <cy_huang@richtek.com>
In-reply-to: <CAFRkauB=0KwrJW19nJTTagdHhBR=V2R8YFWG3R3oVXt=rBRsqw@mail.gmail.com>
---
Sorry, it's really the typo.
This mask must be bit 0 not 1.
---
 drivers/regulator/rtmv20-regulator.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/regulator/rtmv20-regulator.c b/drivers/regulator/rtmv20-regulator.c
index 4bca64d..2ee3341 100644
--- a/drivers/regulator/rtmv20-regulator.c
+++ b/drivers/regulator/rtmv20-regulator.c
@@ -37,7 +37,7 @@
 #define RTMV20_WIDTH2_MASK	GENMASK(7, 0)
 #define RTMV20_LBPLVL_MASK	GENMASK(3, 0)
 #define RTMV20_LBPEN_MASK	BIT(7)
-#define RTMV20_STROBEPOL_MASK	BIT(1)
+#define RTMV20_STROBEPOL_MASK	BIT(0)
 #define RTMV20_VSYNPOL_MASK	BIT(1)
 #define RTMV20_FSINEN_MASK	BIT(7)
 #define RTMV20_ESEN_MASK	BIT(6)
-- 
2.7.4


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] regulator: rtmv20: Fix wrong mask for strobe-polarity-high
  2021-06-26 15:58 [PATCH] regulator: rtmv20: Fix wrong mask for strobe-polarity-high cy_huang
@ 2021-06-26 16:13 ` Axel Lin
  2021-06-28 17:01 ` Mark Brown
  1 sibling, 0 replies; 3+ messages in thread
From: Axel Lin @ 2021-06-26 16:13 UTC (permalink / raw)
  To: cy_huang; +Cc: Mark Brown, ChiYuan Huang, Liam Girdwood, LKML

cy_huang <u0084500@gmail.com> 於 2021年6月26日 週六 下午11:58寫道:
>
> From: ChiYuan Huang <cy_huang@richtek.com>
>
> Fix wrong mask for strobe-polarity-high.
>
> Signed-off-by: ChiYuan Huang <cy_huang@richtek.com>
Reviewed-by: Axel Lin <axel.lin@ingics.com>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] regulator: rtmv20: Fix wrong mask for strobe-polarity-high
  2021-06-26 15:58 [PATCH] regulator: rtmv20: Fix wrong mask for strobe-polarity-high cy_huang
  2021-06-26 16:13 ` Axel Lin
@ 2021-06-28 17:01 ` Mark Brown
  1 sibling, 0 replies; 3+ messages in thread
From: Mark Brown @ 2021-06-28 17:01 UTC (permalink / raw)
  To: cy_huang; +Cc: Mark Brown, cy_huang, linux-kernel, axel.lin, lgirdwood

On Sat, 26 Jun 2021 23:58:32 +0800, cy_huang wrote:
> Fix wrong mask for strobe-polarity-high.

Applied to

   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git for-next

Thanks!

[1/1] regulator: rtmv20: Fix wrong mask for strobe-polarity-high
      commit: 2b6a761be079f9fa8abf3157b5679a6f38885db4

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-06-28 17:02 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-26 15:58 [PATCH] regulator: rtmv20: Fix wrong mask for strobe-polarity-high cy_huang
2021-06-26 16:13 ` Axel Lin
2021-06-28 17:01 ` Mark Brown

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).