linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH V2 0/4]  da9062: DA9062 driver submission
@ 2015-05-14 16:43 S Twiss
  2015-05-14 16:43 ` [PATCH V2 1/4] mfd: da9062: DA9062 MFD core driver S Twiss
                   ` (3 more replies)
  0 siblings, 4 replies; 19+ messages in thread
From: S Twiss @ 2015-05-14 16:43 UTC (permalink / raw)
  To: Alessandro Zummo, DEVICETREE, Dmitry Torokhov, Ian Campbell,
	Kumar Gala, LINUXINPUT, LINUXKERNEL, LINUXWATCHDOG, Lee Jones,
	Liam Girdwood, Mark Brown, Mark Rutland, Pawel Moll, RTCLINUX,
	Rob Herring, S Twiss, Samuel Ortiz, Wim Van Sebroeck
  Cc: David Dajun Chen, Support Opensource

From: S Twiss <stwiss.opensource-WBD+wuPFNBhBDgjK7y7TUQ@public.gmane.org>

This patch set adds support for the Dialog DA9062 Power Management IC.

In this patch set the following is provided:
 - [PATCH V2 1/4]: MFD core support  
 - [PATCH V2 2/4]: BUCK and LDO regulator driver
 - [PATCH V2 3/4]: Watchdog driver
 - [PATCH V2 4/4]: Add bindings for all DA9062 components

Changes in V2:
 - Alter subject title in 'cover letter'
 - Reordered the patch numbering: now 4/4 patches instead of 6/6
   - Dropped PATCH V1 3/6 RTC driver
   - Dropped PATCH V1 4/6 OnKey driver

This patch applies against linux-next and v4.1-rc3 

Thank you,
Steve Twiss, Dialog Semiconductor Ltd.

S Twiss (4):
  mfd: da9062: DA9062 MFD core driver
  regulator: da9062: DA9062 regulator driver
  watchdog: da9062: DA9062 watchdog driver
  devicetree: da9062: Add bindings for DA9062 driver

 Documentation/devicetree/bindings/mfd/da9062.txt |   79 ++
 drivers/mfd/Kconfig                              |   12 +
 drivers/mfd/Makefile                             |    3 +-
 drivers/mfd/da9062-core.c                        |  647 +++++++++++++
 drivers/regulator/Kconfig                        |   10 +
 drivers/regulator/Makefile                       |    1 +
 drivers/regulator/da9062-regulator.c             |  843 ++++++++++++++++
 drivers/watchdog/Kconfig                         |    9 +
 drivers/watchdog/Makefile                        |    1 +
 drivers/watchdog/da9062_wdt.c                    |  288 ++++++
 include/linux/mfd/da9062/core.h                  |   62 ++
 include/linux/mfd/da9062/registers.h             | 1108 ++++++++++++++++++++++
 12 files changed, 3062 insertions(+), 1 deletion(-)
 create mode 100644 Documentation/devicetree/bindings/mfd/da9062.txt
 create mode 100644 drivers/mfd/da9062-core.c
 create mode 100644 drivers/regulator/da9062-regulator.c
 create mode 100644 drivers/watchdog/da9062_wdt.c
 create mode 100644 include/linux/mfd/da9062/core.h
 create mode 100644 include/linux/mfd/da9062/registers.h

-- 
end-of-patch for PATCH V2

--
To unsubscribe from this list: send the line "unsubscribe linux-watchdog" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

end of thread, other threads:[~2015-05-19 10:16 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-14 16:43 [PATCH V2 0/4] da9062: DA9062 driver submission S Twiss
2015-05-14 16:43 ` [PATCH V2 1/4] mfd: da9062: DA9062 MFD core driver S Twiss
     [not found]   ` <af5a7d289bb149e9111ebc70bb0589a994ee2407.1431621833.git.stwiss.opensource-WBD+wuPFNBhBDgjK7y7TUQ@public.gmane.org>
2015-05-16  8:53     ` [rtc-linux] " Alexandre Belloni
     [not found]       ` <20150516085328.GI3338-m++hUPXGwpdeoWH0uzbU5w@public.gmane.org>
2015-05-19  8:34         ` Opensource [Steve Twiss]
2015-05-14 16:43 ` [PATCH V2 4/4] devicetree: da9062: Add bindings for DA9062 driver S Twiss
     [not found] ` <cover.1431621833.git.stwiss.opensource-WBD+wuPFNBhBDgjK7y7TUQ@public.gmane.org>
2015-05-14 16:43   ` [PATCH V2 3/4] watchdog: da9062: DA9062 watchdog driver S Twiss
     [not found]     ` <6a51f163b99edfad9165ad29609abb072dbaa2b7.1431621833.git.stwiss.opensource-WBD+wuPFNBhBDgjK7y7TUQ@public.gmane.org>
2015-05-15  2:13       ` Guenter Roeck
2015-05-15  8:13         ` Opensource [Steve Twiss]
2015-05-15 12:57           ` Guenter Roeck
     [not found]             ` <5555ED4F.5070003-0h96xk9xTtrk1uMJSBkQmQ@public.gmane.org>
2015-05-15 15:35               ` Opensource [Steve Twiss]
2015-05-15 20:20                 ` Guenter Roeck
2015-05-18 14:15                   ` Opensource [Steve Twiss]
     [not found]                     ` <6ED8E3B22081A4459DAC7699F3695FB7014B22B8C8-68WUHU125fLzLL1Oxlh9IgLouzNaz+3S@public.gmane.org>
2015-05-18 15:27                       ` Guenter Roeck
2015-05-18 16:03                         ` Opensource [Steve Twiss]
     [not found]                           ` <6ED8E3B22081A4459DAC7699F3695FB7014B22B8FE-68WUHU125fLzLL1Oxlh9IgLouzNaz+3S@public.gmane.org>
2015-05-18 17:39                             ` [rtc-linux] " Alexandre Belloni
2015-05-19 10:16                               ` Opensource [Steve Twiss]
2015-05-16  0:46   ` [rtc-linux] [PATCH V2 0/4] da9062: DA9062 driver submission Alexandre Belloni
2015-05-18 14:23     ` Opensource [Steve Twiss]
2015-05-14 16:43 ` [PATCH V2 2/4] regulator: da9062: DA9062 regulator driver S Twiss

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