From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from h1446028.stratoserver.net ([85.214.92.142]:52206 "EHLO mail.ahsoftware.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751962Ab2LJTpQ (ORCPT ); Mon, 10 Dec 2012 14:45:16 -0500 Message-ID: <50C63BBD.3080202@ahsoftware.de> Date: Mon, 10 Dec 2012 20:45:01 +0100 From: Alexander Holler MIME-Version: 1.0 To: Lars-Peter Clausen CC: linux-kernel@vger.kernel.org, linux-iio@vger.kernel.org, Jonathan Cameron , rtc-linux@googlegroups.com, Alessandro Zummo , srinivas pandruvada Subject: Re: [PATCH 3/3 v2] iio: add rtc-driver for HID sensors of type time References: <50C5DFCC.60203@ahsoftware.de> <1355151119-2489-1-git-send-email-holler@ahsoftware.de> <50C61675.2000407@metafoo.de> In-Reply-To: <50C61675.2000407@metafoo.de> Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-iio-owner@vger.kernel.org List-Id: linux-iio@vger.kernel.org Am 10.12.2012 18:05, schrieb Lars-Peter Clausen: > Looks pretty good now. But there are still some IIO remnants which should be > removed as well. Also the driver should move to drivers/rtc/ since, well, > it's a rtc driver not a IIO driver. I think it still should be stick to iio, because that is where all HID sensors currently are found and where the user would expect to find such a driver. >> +/* Channel definitions */ >> +static const struct iio_chan_spec hid_time_channels[TIME_RTC_CHANNEL_MAX] = { And that is imho the last remaining iio-stuff. If necessary I can remove it too. Regards, Alexander