[PATCH v3 2/2] drivers: rtc: add xilinx zynqmp rtc driver
Michal Simek
michal.simek at xilinx.com
Mon Aug 24 00:48:42 PDT 2015
On 08/24/2015 09:43 AM, Alexandre Belloni wrote:
> On 19/08/2015 at 15:23:22 +0530, Suneel Garapati wrote :
>> adds support for RTC controller found on
>> Xilinx Zynq Ultrascale+ MPSoC platform.
>>
>> Signed-off-by: Suneel Garapati <suneel.garapati at xilinx.com>
>> ---
>> Changes v3
>> - fix checkpatch errors
>> - check time in secs arg against max sec val
>> - order header files
>> - use ptr_err_or_zero macro
>> - use time64 variants
>> Changes v2
>> - change alm to alarm
>> ---
>> drivers/rtc/Kconfig | 7 ++
>> drivers/rtc/Makefile | 1 +
>> drivers/rtc/rtc-zynqmp.c | 279 +++++++++++++++++++++++++++++++++++++++++++++++
>> 3 files changed, 287 insertions(+)
>> create mode 100644 drivers/rtc/rtc-zynqmp.c
>>
> Applied, thanks.
>
Thanks,
Michal
More information about the linux-arm-kernel
mailing list