[<prev] [next>] [day] [month] [year] [list]
Message-ID: <532C4DE3.1040501@gmail.com>
Date: Fri, 21 Mar 2014 20:04:11 +0530
From: RAGHAVENDRA GANIGA <ravi23ganiga@...il.com>
To: a.zummo@...ertech.it, linux-kernel@...r.kernel.org,
rtc-linux@...glegroups.com
Subject: patch to add support for rtc ds1347
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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists