mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] mfd: Add additional WM8994 GPIO functions
@ 2010-07-08 12:09 Mark Brown
  2010-07-14  9:30 ` Samuel Ortiz
  0 siblings, 1 reply; 2+ messages in thread
From: Mark Brown @ 2010-07-08 12:09 UTC (permalink / raw)
  To: Samuel Ortiz; +Cc: linux-kernel, Mark Brown

Later revisions of the WM8994 add some more GPIO functions, define them
in the header file.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
---
 include/linux/mfd/wm8994/gpio.h |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/include/linux/mfd/wm8994/gpio.h b/include/linux/mfd/wm8994/gpio.h
index b4d4c22..0c79b5f 100644
--- a/include/linux/mfd/wm8994/gpio.h
+++ b/include/linux/mfd/wm8994/gpio.h
@@ -36,6 +36,10 @@
 #define WM8994_GP_FN_WSEQ_STATUS    16
 #define WM8994_GP_FN_FIFO_ERROR     17
 #define WM8994_GP_FN_OPCLK          18
+#define WM8994_GP_FN_THW	    19
+#define WM8994_GP_FN_DCS_DONE	    20
+#define WM8994_GP_FN_FLL1_OUT       21
+#define WM8994_GP_FN_FLL2_OUT       22
 
 #define WM8994_GPN_DIR                          0x8000  /* GPN_DIR */
 #define WM8994_GPN_DIR_MASK                     0x8000  /* GPN_DIR */
-- 
1.7.1


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

* Re: [PATCH] mfd: Add additional WM8994 GPIO functions
  2010-07-08 12:09 [PATCH] mfd: Add additional WM8994 GPIO functions Mark Brown
@ 2010-07-14  9:30 ` Samuel Ortiz
  0 siblings, 0 replies; 2+ messages in thread
From: Samuel Ortiz @ 2010-07-14  9:30 UTC (permalink / raw)
  To: Mark Brown; +Cc: linux-kernel

Hi Mark,

On Thu, Jul 08, 2010 at 09:09:51PM +0900, Mark Brown wrote:
> Later revisions of the WM8994 add some more GPIO functions, define them
> in the header file.
> 
> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
applied to my for-next branch, thanks.

Cheers,
Samuel.


> ---
>  include/linux/mfd/wm8994/gpio.h |    4 ++++
>  1 files changed, 4 insertions(+), 0 deletions(-)
> 
> diff --git a/include/linux/mfd/wm8994/gpio.h b/include/linux/mfd/wm8994/gpio.h
> index b4d4c22..0c79b5f 100644
> --- a/include/linux/mfd/wm8994/gpio.h
> +++ b/include/linux/mfd/wm8994/gpio.h
> @@ -36,6 +36,10 @@
>  #define WM8994_GP_FN_WSEQ_STATUS    16
>  #define WM8994_GP_FN_FIFO_ERROR     17
>  #define WM8994_GP_FN_OPCLK          18
> +#define WM8994_GP_FN_THW	    19
> +#define WM8994_GP_FN_DCS_DONE	    20
> +#define WM8994_GP_FN_FLL1_OUT       21
> +#define WM8994_GP_FN_FLL2_OUT       22
>  
>  #define WM8994_GPN_DIR                          0x8000  /* GPN_DIR */
>  #define WM8994_GPN_DIR_MASK                     0x8000  /* GPN_DIR */
> -- 
> 1.7.1
> 

-- 
Intel Open Source Technology Centre
http://oss.intel.com/

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

end of thread, other threads:[~2010-07-14  9:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-07-08 12:09 [PATCH] mfd: Add additional WM8994 GPIO functions Mark Brown
2010-07-14  9:30 ` Samuel Ortiz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome