[PATCH] rtc: add mxc driver for i.MX53
From: Lothar Waßmann <hidden>
Date: 2017-11-30 10:53:26
Also in:
linux-devicetree, linux-rtc, lkml
From: Lothar Waßmann <hidden>
Date: 2017-11-30 10:53:26
Also in:
linux-devicetree, linux-rtc, lkml
Hi, On Thu, 30 Nov 2017 10:50:47 +0100 Sascha Hauer wrote:
On Tue, Nov 28, 2017 at 08:39:27AM +0100, linux-kernel-dev at beckhoff.com wrote:
[...]
quoted
+/*! MXC RTC Power management control */ +static int mxc_rtc_probe(struct platform_device *pdev) +{ + struct timespec tv; + struct resource *res; + struct rtc_drv_data *pdata = NULL;No need to initialize.quoted
+ void __iomem *ioaddr; + int ret = 0;
Same here. Lothar Wa?mann