The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* [PATCH v1 0/3 RESEND] NI Ettus Research USRP E3x0 soft-poweroff.
@ 2015-03-04 22:25 Moritz Fischer
  2015-03-04 22:25 ` [PATCH v1 1/3 RESEND] power: reset: Add support for " Moritz Fischer
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Moritz Fischer @ 2015-03-04 22:25 UTC (permalink / raw)
  To: sre; +Cc: dbaryshkov, dwmw2, devicetree, linux-kernel, Moritz Fischer

This patchset adds support for the NI Ettus Research USRP E3x0 SDR's poweroff
functionality.

v1:
 - Using syscon regmap instead of directly exposing registers.
 - Separate commit for dt bindings.
 - Fixed typo in Kconfig

Moritz Fischer (3):
  power: reset: Add support for NI Ettus Research USRP E3x0
    soft-poweroff.
  dt: power: Add documentation for NI USRP E3x0 soft-poweroff.
  MAINTAINERS: add info for e3x0-poweroff driver.

 .../bindings/power/reset/e3x0-poweroff.txt         | 16 +++++
 MAINTAINERS                                        |  8 +++
 drivers/power/reset/Kconfig                        | 10 +++
 drivers/power/reset/Makefile                       |  1 +
 drivers/power/reset/e3x0-poweroff.c                | 79 ++++++++++++++++++++++
 5 files changed, 114 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/power/reset/e3x0-poweroff.txt
 create mode 100644 drivers/power/reset/e3x0-poweroff.c

-- 
1.9.3


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

end of thread, other threads:[~2015-03-10 17:35 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-04 22:25 [PATCH v1 0/3 RESEND] NI Ettus Research USRP E3x0 soft-poweroff Moritz Fischer
2015-03-04 22:25 ` [PATCH v1 1/3 RESEND] power: reset: Add support for " Moritz Fischer
2015-03-04 22:25 ` [PATCH v1 2/3 RESEND] dt: power: Add documentation for NI " Moritz Fischer
2015-03-04 22:25 ` [PATCH v1 3/3 RESEND] MAINTAINERS: add info for e3x0-poweroff driver Moritz Fischer
2015-03-07 19:53 ` [PATCH v1 0/3 RESEND] NI Ettus Research USRP E3x0 soft-poweroff Sebastian Reichel
2015-03-10 17:35   ` Moritz Fischer

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