* [rtc-linux] [PATCH] rtc: rv8803 Extend compatiblity with the rx8900
@ 2015-12-11 11:43 Gregory CLEMENT
2015-12-22 18:57 ` [rtc-linux] " Alexandre Belloni
0 siblings, 1 reply; 2+ messages in thread
From: Gregory CLEMENT @ 2015-12-11 11:43 UTC (permalink / raw)
To: Alessandro Zummo, Alexandre Belloni, rtc-linux
Cc: Nicolas Ferre, Thomas Petazzoni, Gregory CLEMENT
The Seiko Epson's RTC RX8900 layout register is compatible with the
RV8803. So let's add its ID in order to reuse the same driver.
Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
---
drivers/rtc/rtc-rv8803.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/rtc/rtc-rv8803.c b/drivers/rtc/rtc-rv8803.c
index e7329e2..db405f2 100644
--- a/drivers/rtc/rtc-rv8803.c
+++ b/drivers/rtc/rtc-rv8803.c
@@ -502,6 +502,7 @@ static int rv8803_remove(struct i2c_client *client)
static const struct i2c_device_id rv8803_id[] = {
{ "rv8803", 0 },
+ { "rx8900", 0 },
{ }
};
MODULE_DEVICE_TABLE(i2c, rv8803_id);
--
2.5.0
--
--
You received this message because you are subscribed to "rtc-linux".
Membership options at http://groups.google.com/group/rtc-linux .
Please read http://groups.google.com/group/rtc-linux/web/checklist
before submitting a driver.
---
You received this message because you are subscribed to the Google Groups "rtc-linux" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rtc-linux+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
^ permalink raw reply related [flat|nested] 2+ messages in thread* [rtc-linux] Re: [PATCH] rtc: rv8803 Extend compatiblity with the rx8900
2015-12-11 11:43 [rtc-linux] [PATCH] rtc: rv8803 Extend compatiblity with the rx8900 Gregory CLEMENT
@ 2015-12-22 18:57 ` Alexandre Belloni
0 siblings, 0 replies; 2+ messages in thread
From: Alexandre Belloni @ 2015-12-22 18:57 UTC (permalink / raw)
To: Gregory CLEMENT
Cc: Alessandro Zummo, rtc-linux, Nicolas Ferre, Thomas Petazzoni
On 11/12/2015 at 12:43:05 +0100, Gregory CLEMENT wrote :
> The Seiko Epson's RTC RX8900 layout register is compatible with the
> RV8803. So let's add its ID in order to reuse the same driver.
>
> Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
> ---
> drivers/rtc/rtc-rv8803.c | 1 +
> 1 file changed, 1 insertion(+)
>
Applied, thanks.
--
Alexandre Belloni, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
--
--
You received this message because you are subscribed to "rtc-linux".
Membership options at http://groups.google.com/group/rtc-linux .
Please read http://groups.google.com/group/rtc-linux/web/checklist
before submitting a driver.
---
You received this message because you are subscribed to the Google Groups "rtc-linux" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rtc-linux+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-12-22 18:57 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-11 11:43 [rtc-linux] [PATCH] rtc: rv8803 Extend compatiblity with the rx8900 Gregory CLEMENT
2015-12-22 18:57 ` [rtc-linux] " Alexandre Belloni
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.