Re: [PATCH 0/2][RFC] Try to handle hctosys w/ rtc modules

2014-07-01 Thread Alexander Holler
Am 30.06.2014 21:37, schrieb Alessandro Zummo: On Sat, 28 Jun 2014 20:54:33 +0200 Marc Dietrich 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

Re: [PATCH 0/2][RFC] Try to handle hctosys w/ rtc modules

2014-07-01 Thread Alexander Holler
Am 30.06.2014 21:37, schrieb Alessandro Zummo: On Sat, 28 Jun 2014 20:54:33 +0200 Marc Dietrich marvi...@gmx.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

Re: [PATCH 0/2][RFC] Try to handle hctosys w/ rtc modules

2014-06-30 Thread Alessandro Zummo
On Sat, 28 Jun 2014 20:54:33 +0200 Marc Dietrich 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

Re: [PATCH 0/2][RFC] Try to handle hctosys w/ rtc modules

2014-06-30 Thread Alessandro Zummo
On Sat, 28 Jun 2014 20:54:33 +0200 Marc Dietrich marvi...@gmx.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

Re: [PATCH 0/2][RFC] Try to handle hctosys w/ rtc modules

2014-06-28 Thread Alexander Holler
Am 28.06.2014 20:54, schrieb Marc Dietrich: On Sat, 28 Jun 2014 09:32:50 +0200 Alexander Holler wrote: Am 28.06.2014 09:18, schrieb Alexander Holler: Am 27.06.2014 19:27, schrieb John Stultz: Its been pointed out that the RTC hctosys functionality doesn't work well with RTC modules, which

Re: [PATCH 0/2][RFC] Try to handle hctosys w/ rtc modules

2014-06-28 Thread Marc Dietrich
On Sat, 28 Jun 2014 09:32:50 +0200 Alexander Holler wrote: > Am 28.06.2014 09:18, schrieb Alexander Holler: > > Am 27.06.2014 19:27, schrieb John Stultz: > >> Its been pointed out that the RTC hctosys functionality doesn't > >> work well with RTC modules, which may not be loaded until after > >>

Re: [PATCH 0/2][RFC] Try to handle hctosys w/ rtc modules

2014-06-28 Thread Alexander Holler
Am 28.06.2014 09:18, schrieb Alexander Holler: Am 27.06.2014 19:27, schrieb John Stultz: Its been pointed out that the RTC hctosys functionality doesn't work well with RTC modules, which may not be loaded until after late_init(). While there have been other attempts to sovle this, this

Re: [PATCH 0/2][RFC] Try to handle hctosys w/ rtc modules

2014-06-28 Thread Alexander Holler
Am 27.06.2014 19:27, schrieb John Stultz: Its been pointed out that the RTC hctosys functionality doesn't work well with RTC modules, which may not be loaded until after late_init(). While there have been other attempts to sovle this, this patchset is a very quick 10 minute effort to show how

Re: [PATCH 0/2][RFC] Try to handle hctosys w/ rtc modules

2014-06-28 Thread Alexander Holler
Am 27.06.2014 19:27, schrieb John Stultz: Its been pointed out that the RTC hctosys functionality doesn't work well with RTC modules, which may not be loaded until after late_init(). While there have been other attempts to sovle this, this patchset is a very quick 10 minute effort to show how

Re: [PATCH 0/2][RFC] Try to handle hctosys w/ rtc modules

2014-06-28 Thread Alexander Holler
Am 28.06.2014 09:18, schrieb Alexander Holler: Am 27.06.2014 19:27, schrieb John Stultz: Its been pointed out that the RTC hctosys functionality doesn't work well with RTC modules, which may not be loaded until after late_init(). While there have been other attempts to sovle this, this

Re: [PATCH 0/2][RFC] Try to handle hctosys w/ rtc modules

2014-06-28 Thread Marc Dietrich
On Sat, 28 Jun 2014 09:32:50 +0200 Alexander Holler hol...@ahsoftware.de wrote: Am 28.06.2014 09:18, schrieb Alexander Holler: Am 27.06.2014 19:27, schrieb John Stultz: Its been pointed out that the RTC hctosys functionality doesn't work well with RTC modules, which may not be loaded until

Re: [PATCH 0/2][RFC] Try to handle hctosys w/ rtc modules

2014-06-28 Thread Alexander Holler
Am 28.06.2014 20:54, schrieb Marc Dietrich: On Sat, 28 Jun 2014 09:32:50 +0200 Alexander Holler hol...@ahsoftware.de wrote: Am 28.06.2014 09:18, schrieb Alexander Holler: Am 27.06.2014 19:27, schrieb John Stultz: Its been pointed out that the RTC hctosys functionality doesn't work well with

[PATCH 0/2][RFC] Try to handle hctosys w/ rtc modules

2014-06-27 Thread John Stultz
Its been pointed out that the RTC hctosys functionality doesn't work well with RTC modules, which may not be loaded until after late_init(). While there have been other attempts to sovle this, this patchset is a very quick 10 minute effort to show how I'd try to resolve this. There likely are

[PATCH 0/2][RFC] Try to handle hctosys w/ rtc modules

2014-06-27 Thread John Stultz
Its been pointed out that the RTC hctosys functionality doesn't work well with RTC modules, which may not be loaded until after late_init(). While there have been other attempts to sovle this, this patchset is a very quick 10 minute effort to show how I'd try to resolve this. There likely are