[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <53B30118.8060507@ahsoftware.de>
Date: Tue, 01 Jul 2014 20:42:32 +0200
From: Alexander Holler <holler@...oftware.de>
To: Alessandro Zummo <a.zummo@...ertech.it>,
Marc Dietrich <marvin24@....de>
CC: John Stultz <john.stultz@...aro.org>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
John Whitmore <arigead@...il.com>
Subject: Re: [PATCH 0/2][RFC] Try to handle hctosys w/ rtc modules
Am 30.06.2014 21:37, schrieb Alessandro Zummo:
> On Sat, 28 Jun 2014 20:54:33 +0200
> Marc Dietrich <marvin24@....de> wrote:
>
>>> Besides that the current hctosys-mechanism doesn't really work with
>>> hot-plugable devices at all. Guess what N will be when you unplug and
>>> plug in such a RTC again.
>>
>> We have a patch in the kernel which binds the rtc number to the
>> hw device, so this even works for hotpluggable devices (at least on
>> systems supporting device-tree). Not sure what your needs are.
>
> I'm still not sure about how to solve this, maybe it would be better to
> identify the hctosys device that should be used at boot with
> a different identifier than rtcX (and move the option to the kernel command line)
Just in case some missunderstood me. I didn't talk about the userland
but the in-kernel stuff. Currently, it uses the N which was defined by
in the config (or zero) on resume to update the time. If you look at my
3. patch, you will see I have changed this there to use the driver (by
name) which was used at boot to set the time.
Fixing userspace would be easy too by just changing /dev/rtcN to
/dev/rtc_drivername. But I didn't that in my 3 patches in order to not
confuse maintainers (and userland people) with too much changes or new
stuff at once (unsucessfully, but ...).
There still would be a problem about how to handle two RTCs which do use
the same driver, but I think this is fictitious scenario (and broken if
that should be for backup purposes) and therefor if someone would really
design such a system, he should solve this problem himself.
Alexander Holler
--
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