Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1675110 > unrolled thread

[PATCH v2 0/2] Broadcom STB wake-timer support

Started byFlorian Fainelli <f.fainelli@gmail.com>
First post2017-06-26 23:20 +0200
Last post2017-06-26 23:20 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PATCH v2 0/2] Broadcom STB wake-timer support Florian Fainelli <f.fainelli@gmail.com> - 2017-06-26 23:20 +0200

#1675110 — [PATCH v2 0/2] Broadcom STB wake-timer support

FromFlorian Fainelli <f.fainelli@gmail.com>
Date2017-06-26 23:20 +0200
Subject[PATCH v2 0/2] Broadcom STB wake-timer support
Message-ID<tWJAl-7wF-3@gated-at.bofh.it>
Hi Alexandre,

This patch series adds support for the Broadcom STB wake-timer. This is a 27Mhz
timer which allows the system to exit S2/S3/S5 sleep states when configured.

The wake-timer has has a long history within our internal/downstream tree, and
Brian authored it in the first place, then Markus added the rtc bits, and then I
cleaned it up for upstream.

Changes in v2:

- added Rob's Acked-by tag to the device tree binding patch
- removed dev_dbg() prints
- removed unnecessary initialization in .read_alarm callback
- rebase against latest rtc-next

Thanks!

Brian Norris (1):
  rtc: brcmstb-waketimer: Add Broadcom STB wake-timer

Florian Fainelli (1):
  dt-bindings: Document the Broadcom STB wake-up timer node

 .../bindings/rtc/brcm,brcmstb-waketimer.txt        |  22 ++
 drivers/rtc/Kconfig                                |  11 +
 drivers/rtc/Makefile                               |   1 +
 drivers/rtc/rtc-brcmstb-waketimer.c                | 345 +++++++++++++++++++++
 4 files changed, 379 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/rtc/brcm,brcmstb-waketimer.txt
 create mode 100644 drivers/rtc/rtc-brcmstb-waketimer.c

-- 
2.9.3

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web