public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 RESEND] mfd: arizona: Add support for WM8998 and WM1814
@ 2015-06-09 16:24 Richard Fitzgerald
  2015-06-09 16:24 ` Richard Fitzgerald
  0 siblings, 1 reply; 2+ messages in thread
From: Richard Fitzgerald @ 2015-06-09 16:24 UTC (permalink / raw)
  To: lee.jones; +Cc: patches, linux-kernel

Only change since Lee acked it is that I've fixed the conditional in Makefile

Richard Fitzgerald (1):
  mfd: arizona: Add support for WM8998 and WM1814

 drivers/mfd/Kconfig                   |    6 +
 drivers/mfd/Makefile                  |    3 +
 drivers/mfd/arizona-core.c            |  105 ++-
 drivers/mfd/arizona-i2c.c             |    8 +
 drivers/mfd/arizona-irq.c             |    9 +
 drivers/mfd/arizona.h                 |    5 +
 drivers/mfd/wm8998-tables.c           | 1592 +++++++++++++++++++++++++++++++++
 include/linux/mfd/arizona/core.h      |    3 +
 include/linux/mfd/arizona/pdata.h     |    2 +
 include/linux/mfd/arizona/registers.h |  220 +++++
 10 files changed, 1945 insertions(+), 8 deletions(-)
 create mode 100644 drivers/mfd/wm8998-tables.c

-- 
1.7.2.5


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

end of thread, other threads:[~2015-06-09 16:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-09 16:24 [PATCH v4 RESEND] mfd: arizona: Add support for WM8998 and WM1814 Richard Fitzgerald
2015-06-09 16:24 ` Richard Fitzgerald

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