On Mon, Dec 24, 2012 at 4:11 PM, Laxman Dewangan <ldewan...@nvidia.com> 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 <ldewan...@nvidia.com> > --- > 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 majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/