* [PATCH] rtc: ds1307: Set DS1341_BIT_DOSF in the right register
@ 2018-11-15 18:54 Andrey Smirnov
2018-11-16 7:46 ` Sascha Hauer
0 siblings, 1 reply; 2+ messages in thread
From: Andrey Smirnov @ 2018-11-15 18:54 UTC (permalink / raw)
To: barebox; +Cc: Andrey Smirnov
DS1341_BIT_DOSF is located in DS1337_REG_STATUS, not
DS1337_REG_CONTROL. Fix the code to reflect that.
Also fix "additionale" -> "additional" typo while at it.
Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com>
---
drivers/rtc/rtc-ds1307.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/rtc/rtc-ds1307.c b/drivers/rtc/rtc-ds1307.c
index bb597305e..f1feee468 100644
--- a/drivers/rtc/rtc-ds1307.c
+++ b/drivers/rtc/rtc-ds1307.c
@@ -348,10 +348,10 @@ static int ds1307_probe(struct device_d *dev)
ds1307->regs[1] &= ~DS1341_BIT_ECLK;
/*
- * Let's set additionale RTC bits to
+ * Let's set additional RTC bits to
* facilitate maximum power saving.
*/
- ds1307->regs[0] |= DS1341_BIT_DOSF;
+ ds1307->regs[1] |= DS1341_BIT_DOSF;
ds1307->regs[0] &= ~DS1341_BIT_EGFIL;
i2c_smbus_write_byte_data(client, DS1337_REG_CONTROL,
--
2.19.1
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] rtc: ds1307: Set DS1341_BIT_DOSF in the right register
2018-11-15 18:54 [PATCH] rtc: ds1307: Set DS1341_BIT_DOSF in the right register Andrey Smirnov
@ 2018-11-16 7:46 ` Sascha Hauer
0 siblings, 0 replies; 2+ messages in thread
From: Sascha Hauer @ 2018-11-16 7:46 UTC (permalink / raw)
To: Andrey Smirnov; +Cc: barebox
On Thu, Nov 15, 2018 at 10:54:58AM -0800, Andrey Smirnov wrote:
> DS1341_BIT_DOSF is located in DS1337_REG_STATUS, not
> DS1337_REG_CONTROL. Fix the code to reflect that.
>
> Also fix "additionale" -> "additional" typo while at it.
>
> Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com>
> ---
> drivers/rtc/rtc-ds1307.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
Applied, thanks
Sascha
>
> diff --git a/drivers/rtc/rtc-ds1307.c b/drivers/rtc/rtc-ds1307.c
> index bb597305e..f1feee468 100644
> --- a/drivers/rtc/rtc-ds1307.c
> +++ b/drivers/rtc/rtc-ds1307.c
> @@ -348,10 +348,10 @@ static int ds1307_probe(struct device_d *dev)
> ds1307->regs[1] &= ~DS1341_BIT_ECLK;
>
> /*
> - * Let's set additionale RTC bits to
> + * Let's set additional RTC bits to
> * facilitate maximum power saving.
> */
> - ds1307->regs[0] |= DS1341_BIT_DOSF;
> + ds1307->regs[1] |= DS1341_BIT_DOSF;
> ds1307->regs[0] &= ~DS1341_BIT_EGFIL;
>
> i2c_smbus_write_byte_data(client, DS1337_REG_CONTROL,
> --
> 2.19.1
>
>
> _______________________________________________
> barebox mailing list
> barebox@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/barebox
>
--
Pengutronix e.K. | |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-11-16 7:46 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-15 18:54 [PATCH] rtc: ds1307: Set DS1341_BIT_DOSF in the right register Andrey Smirnov
2018-11-16 7:46 ` Sascha Hauer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox