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


Groups > linux.kernel > #1422629

[PATCH 00/13] DS1341 support and code cleanup

From Andrey Smirnov <andrew.smirnov@gmail.com>
Newsgroups linux.kernel
Subject [PATCH 00/13] DS1341 support and code cleanup
Date 2016-06-15 08:10 +0200
Message-ID <rKcbv-7f2-3@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


Hi everyone,

This patch set contains code to add support for DS1341 variant of the
chip, as well as code to support enabling/disabling some of its power
savings features. Lastly the set contains a number of code cleanups
intended to improve the readability of driver's code.

Any feedback is appreciated!

Thank you,
Andrey Smirnov

Andrey Smirnov (13):
  RTC: ds1307: Add DS1341 variant
  RTC: ds1307: Disable square wave and timers as default
  RTC: ds1307: Add DS1341 specific power-saving options
  RTC: ds1307: Convert ds1307_can_wakeup_device into a predicate
  RTC: ds1307: Convert want_irq into a predicate
  RTC: ds1307: Move chip configuration into a separate routine
  RTC: ds1307: Move chip sanity checking into a separate routine
  RTC: ds1307: Remove register "cache"
  RTC: ds1307: Constify struct ds1307 where possible
  RTC: ds1307: Convert goto to a loop
  RTC: ds1307: Redefine RX8025_REG_* to minimize extra code
  RTC: ds1307: Report oscillator problems more intelligently
  RTC: ds1307: Move last bits of sanity checking out of chip_configure

 .../devicetree/bindings/rtc/dallas,ds1341.txt      |  23 +
 drivers/rtc/rtc-ds1307.c                           | 742 ++++++++++++---------
 2 files changed, 457 insertions(+), 308 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/rtc/dallas,ds1341.txt

-- 
2.5.5

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH 00/13] DS1341 support and code cleanup Andrey Smirnov <andrew.smirnov@gmail.com> - 2016-06-15 08:10 +0200
  [PATCH 08/13] RTC: ds1307: Remove register "cache" Andrey Smirnov <andrew.smirnov@gmail.com> - 2016-06-15 08:10 +0200
  [PATCH 10/13] RTC: ds1307: Convert goto to a loop Andrey Smirnov <andrew.smirnov@gmail.com> - 2016-06-15 08:10 +0200
  [PATCH 05/13] RTC: ds1307: Convert want_irq into a predicate Andrey Smirnov <andrew.smirnov@gmail.com> - 2016-06-15 08:10 +0200
  [PATCH 06/13] RTC: ds1307: Move chip configuration into a separate routine Andrey Smirnov <andrew.smirnov@gmail.com> - 2016-06-15 08:10 +0200
  [PATCH 11/13] RTC: ds1307: Redefine RX8025_REG_* to minimize extra code Andrey Smirnov <andrew.smirnov@gmail.com> - 2016-06-15 08:10 +0200

csiph-web