patch to add support for rtc ds1347

From: RAGHAVENDRA GANIGA
Date: Fri Mar 21 2014 - 10:34:27 EST


i have made following modification in the
patch i have sent previously for adding
support to maxim dallas rtc ds1347

1. space after and before /* and */ respectively
2. removed extra line space
3. added licence as GPL v2
4. changed
if (dt->tm_year >= 100)
dt->tm_year -= 100;

dt->tm_year = dt->tm_year % 100;

I am sending the driver patch in next mail

Thanks and regards
Raghavendra C Ganiga
--
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/