]> git.karo-electronics.de Git - karo-tx-linux.git/commit
drivers/rtc/rtc-ab8500.c: add second resolution to rtc driver
authorAlexandre Torgue <alexandre.torgue@st.com>
Thu, 27 Jun 2013 23:53:38 +0000 (09:53 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Fri, 28 Jun 2013 06:38:48 +0000 (16:38 +1000)
commitc5455d229afd091b6f20d0de69779b82bf30651d
treefb1658c12dc093a66792b29cb66768e577b482e8
parentd13e7970aa5256b131b1e2f10f2f0f5a9933e85b
drivers/rtc/rtc-ab8500.c: add second resolution to rtc driver

Android expects the RTC to have second resolution.  On ab8540 cut2 RTC
block has a new register which allows setting seconds for wakeup alarms.

Existing registers (minutes hi, mid and low) have seen their offsets
changed. Here is the new mapping:
  * AlarmSec     (A) 0x22
  * AlarmMinLow  (M) from 0x8 to 0x23
  * AlarmMinMid  (M) from 0x9 to 0x24
  * AlarmMinHigh (M) from 0xA to 0x25

Signed-off-by: Julien Delacou <julien.delacou@stericsson.com>
Signed-off-by: Alexandre Torgue <alexandre.torgue@st.com>
Acked-by: Lee Jones <lee.jones@linaro.org>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Cc: Samuel Ortiz <sameo@linux.intel.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
drivers/rtc/rtc-ab8500.c