Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1740762
| From | Alexandre Belloni <alexandre.belloni@free-electrons.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v2 0/6] dt-bindings: rtc: document existing bindings |
| Date | 2017-09-27 16:10 +0200 |
| Message-ID | <uulcd-44V-3@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Document currently undocumented bindings. Rob, as discussed, all of this can probably go through your tree. Changes in v2: - made a proper series - fixed sirf2 example - listed the ds1307 compatible that support the trickle charging properties Alexandre Belloni (6): dt-bindings: trivial: Add RTCs dt-bindings: rtc: add stericsson,coh901331 bindings dt-bindings: rtc: Add sirf,prima2-sysrtc bindings dt-bindings: rtc: DS1307 and compatibles are not trivial dt-bindings: rtc: Add bindings for m41t80 and compatibles dt-bindings: rtc: merge ds1339 in ds1307 documentation .../devicetree/bindings/rtc/dallas,ds1339.txt | 18 --------- .../devicetree/bindings/rtc/rtc-ds1307.txt | 44 ++++++++++++++++++++++ .../devicetree/bindings/rtc/rtc-m41t80.txt | 31 +++++++++++++++ .../devicetree/bindings/rtc/sirf,prima2-sysrtc.txt | 13 +++++++ .../bindings/rtc/stericsson,coh901331.txt | 17 +++++++++ .../devicetree/bindings/trivial-devices.txt | 13 +++---- 6 files changed, 110 insertions(+), 26 deletions(-) delete mode 100644 Documentation/devicetree/bindings/rtc/dallas,ds1339.txt create mode 100644 Documentation/devicetree/bindings/rtc/rtc-ds1307.txt create mode 100644 Documentation/devicetree/bindings/rtc/rtc-m41t80.txt create mode 100644 Documentation/devicetree/bindings/rtc/sirf,prima2-sysrtc.txt create mode 100644 Documentation/devicetree/bindings/rtc/stericsson,coh901331.txt -- 2.14.2
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH v2 0/6] dt-bindings: rtc: document existing bindings Alexandre Belloni <alexandre.belloni@free-electrons.com> - 2017-09-27 16:10 +0200 [PATCH v2 4/6] dt-bindings: rtc: DS1307 and compatibles are not trivial Alexandre Belloni <alexandre.belloni@free-electrons.com> - 2017-09-27 16:10 +0200 [PATCH v2 1/6] dt-bindings: trivial: Add RTCs Alexandre Belloni <alexandre.belloni@free-electrons.com> - 2017-09-27 16:10 +0200 [PATCH v2 3/6] dt-bindings: rtc: Add sirf,prima2-sysrtc bindings Alexandre Belloni <alexandre.belloni@free-electrons.com> - 2017-09-27 16:10 +0200
csiph-web