linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] mfd: ingenic-tcu: Fix bit field description in header
@ 2018-12-16 14:10 Paul Cercueil
  2018-12-21  9:28 ` Lee Jones
  0 siblings, 1 reply; 2+ messages in thread
From: Paul Cercueil @ 2018-12-16 14:10 UTC (permalink / raw)
  To: Lee Jones; +Cc: linux-kernel, Paul Cercueil

The description of the bit was inverted.

Signed-off-by: Paul Cercueil <paul@crapouillou.net>
---
 include/linux/mfd/ingenic-tcu.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/linux/mfd/ingenic-tcu.h b/include/linux/mfd/ingenic-tcu.h
index ab16ad283def..2083fa20821d 100644
--- a/include/linux/mfd/ingenic-tcu.h
+++ b/include/linux/mfd/ingenic-tcu.h
@@ -41,7 +41,7 @@
 #define TCU_TCSR_PRESCALE_LSB		3
 #define TCU_TCSR_PRESCALE_MASK		0x38
 
-#define TCU_TCSR_PWM_SD		BIT(9)	/* 0: Shutdown abruptly 1: gracefully */
+#define TCU_TCSR_PWM_SD		BIT(9)	/* 0: Shutdown gracefully 1: abruptly */
 #define TCU_TCSR_PWM_INITL_HIGH	BIT(8)	/* Sets the initial output level */
 #define TCU_TCSR_PWM_EN		BIT(7)	/* PWM pin output enable */
 
-- 
2.11.0


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

* Re: [PATCH] mfd: ingenic-tcu: Fix bit field description in header
  2018-12-16 14:10 [PATCH] mfd: ingenic-tcu: Fix bit field description in header Paul Cercueil
@ 2018-12-21  9:28 ` Lee Jones
  0 siblings, 0 replies; 2+ messages in thread
From: Lee Jones @ 2018-12-21  9:28 UTC (permalink / raw)
  To: Paul Cercueil; +Cc: linux-kernel

On Sun, 16 Dec 2018, Paul Cercueil wrote:

> The description of the bit was inverted.
> 
> Signed-off-by: Paul Cercueil <paul@crapouillou.net>
> ---
>  include/linux/mfd/ingenic-tcu.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied, thanks.

-- 
Lee Jones [李琼斯]
Linaro Services Technical Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog

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

end of thread, other threads:[~2018-12-21  9:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-12-16 14:10 [PATCH] mfd: ingenic-tcu: Fix bit field description in header Paul Cercueil
2018-12-21  9:28 ` Lee Jones

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