OSDN Git Service

rtc: rx8025: fix transfer mode
authorAlexandre Belloni <alexandre.belloni@free-electrons.com>
Sat, 25 Jul 2015 13:54:59 +0000 (15:54 +0200)
committerAlexandre Belloni <alexandre.belloni@free-electrons.com>
Sat, 5 Sep 2015 11:19:11 +0000 (13:19 +0200)
commit2e10e74df72ff0f8ea65eb1ee6e39ed8278a91bf
treeb7b99ef8063252cf6d2c311df30a20bb5839d2be
parent32672c55951b2633bb93ec6f12734cf17e9d3a14
rtc: rx8025: fix transfer mode

The datasheet specifies that transfer mode must be 0 for write and either
0x4 (simplified read) or 0 (standard read). 0x8 is not specified, use
standard mode.

Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
drivers/rtc/rtc-rx8025.c