Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

mfd: Add additional WM8994 GPIO functions

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>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>

authored by

Mark Brown and committed by
Samuel Ortiz
9accdc1b 91f4debf

+4
+4
include/linux/mfd/wm8994/gpio.h
··· 36 36 #define WM8994_GP_FN_WSEQ_STATUS 16 37 37 #define WM8994_GP_FN_FIFO_ERROR 17 38 38 #define WM8994_GP_FN_OPCLK 18 39 + #define WM8994_GP_FN_THW 19 40 + #define WM8994_GP_FN_DCS_DONE 20 41 + #define WM8994_GP_FN_FLL1_OUT 21 42 + #define WM8994_GP_FN_FLL2_OUT 22 39 43 40 44 #define WM8994_GPN_DIR 0x8000 /* GPN_DIR */ 41 45 #define WM8994_GPN_DIR_MASK 0x8000 /* GPN_DIR */