Re: [PATCH v4 3/5] rtc: omap: dt support

2012-10-29 Thread Afzal Mohammed
Hi Daniel, On Monday 22 October 2012 01:21 AM, Daniel Mack wrote: On 19.10.2012 11:59, Afzal Mohammed wrote: +static const struct of_device_id omap_rtc_of_match[] = { + { .compatible = "ti,da830-rtc", + .data =&omap_rtc_devtype[OMAP_RTC_DATA_DA830_IDX],

Re: [PATCH v4 3/5] rtc: omap: dt support

2012-10-21 Thread Daniel Mack
On 19.10.2012 11:59, Afzal Mohammed wrote: > enhance rtc-omap driver with DT capability > > Signed-off-by: Afzal Mohammed > Acked-by: Sekhar Nori > --- > > v4: > Proper devicetree documentation > > v2: > Use compatible as ti,da830-rtc instead of ti,am1808-rtc > > Documentation/devicetree/b

[PATCH v4 3/5] rtc: omap: dt support

2012-10-19 Thread Afzal Mohammed
enhance rtc-omap driver with DT capability Signed-off-by: Afzal Mohammed Acked-by: Sekhar Nori --- v4: Proper devicetree documentation v2: Use compatible as ti,da830-rtc instead of ti,am1808-rtc Documentation/devicetree/bindings/rtc/rtc-omap.txt | 17 + drivers/rtc/rtc-omap