Re: [PATCH V2] rtc: add RTC driver for TPS80031/TPS80032

From: devendra.aaru
Date: Mon Dec 24 2012 - 05:45:10 EST


On Mon, Dec 24, 2012 at 4:11 PM, Laxman Dewangan <ldewangan@xxxxxxxxxx> wrote:
> Add an RTC driver for TPS80031/TPS80032 chips by TI.
> This driver supports:
> - Setting and getting time and date.
> - Setting and reading alarm time.
> - Alarm and interrupt functionlity.
>
> Signed-off-by: Laxman Dewangan <ldewangan@xxxxxxxxxx>
> ---
> Changes from V1:
> - remvoe the checks for alarm time whether this is past or not in set_alarm.
> - add error prints if rtc registration failed.
> - add include of pm.h
>
> drivers/rtc/Kconfig | 8 +
> drivers/rtc/Makefile | 1 +
> drivers/rtc/rtc-tps80031.c | 349 ++++++++++++++++++++++++++++++++++++++++++++
> 3 files changed, 358 insertions(+), 0 deletions(-)
> create mode 100644 drivers/rtc/rtc-tps80031.c
>

Thanks for taking care of the comments !
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/