[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1443777442-15920-1-git-send-email-u.kleine-koenig@pengutronix.de>
Date: Fri, 2 Oct 2015 11:17:18 +0200
From: Uwe Kleine-König
<u.kleine-koenig@...gutronix.de>
To: Alexandre Belloni <alexandre.belloni@...e-electrons.com>
Cc: Alessandro Zummo <a.zummo@...ertech.it>,
rtc-linux@...glegroups.com, kernel@...gutronix.de,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
linux-kernel@...r.kernel.org
Subject: [PATCH v1 0/4] rtc: pcf2127: a fix, a cleanup and two questionable features
Hello,
the fix and the cleanup should be fine. Patches 3 and 4 are probably
wrong (but still state of the art for other in-tree drivers) because
sysfs_create_file is called too late. See
http://kroah.com/log/blog/2013/06/26/how-to-create-a-sysfs-file-correctly/
for some details.
I failed to find how to do it correctly though:
- the attributes are device specific, so device_driver::groups is wrong
- for using the i2c's device group it's too late in .probe
- the rtc's device is only malloc'd in rtc_device_register and when
this returns it's already too late again.
- these are neither class nor bus attributes, so these are ruled out, too.
Uwe Kleine-König (4):
rtc: pcf2127: fix reading uninitialized value on RTC_READ_VL ioctl
rtc: pcf2127: remove useless driver version
rtc: pcf2127: implement reading battery status bits
rtc: pcf2127: implement access to nvram
drivers/rtc/rtc-pcf2127.c | 285 ++++++++++++++++++++++++++++++++++++++++++----
1 file changed, 261 insertions(+), 24 deletions(-)
--
2.6.0
--
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