[RFC][PATCH] rtc: rtc-pl031: Set wakeup flag prior to registering rtcdev

Linus Walleij linus.walleij at linaro.org
Wed Sep 18 07:30:49 EDT 2013


On Tue, Sep 17, 2013 at 8:29 PM, John Stultz <john.stultz at linaro.org> wrote:

> In some recent testing, I noticed the CLOCK_REALTIME_ALARM clockid
> wasn't functioning on my vexpress qemu environment. Looking into it
> I noticed the pl031 rtc driver doesn't set the wakeup flag on the
> device until after registering the device with the RTC subsystem.
>
> This causes the alarmtimer subsystem to not see the pl031 driver
> as a valid backing device, and that resuls in alarm clockids
> getting ENOTSUPP errors.
>
> Thus be sure to set the wakeup flag on the device prior to
> registering the rtcdev so the pl031 rtc driver can be used as
> the backing alarmtimer device.
>
> Let me know if you have any feedback or objections to this.
> If it looks ok, I'll queue it for 3.13. I suspect there
> may be other RTC drivers with the same problem.
>
> Cc: Linus Walleij <linus.walleij at linaro.org>
> Cc: Alessandro Zummo <a.zummo at towertech.it>
> Cc: "Jon Medhurst (Tixy)" <tixy at linaro.org>
> Cc: linux-arm-kernel at lists.infradead.org
> Signed-off-by: John Stultz <john.stultz at linaro.org>

Makes perfect sense. I have only tested the driver from regular
userspace using ioctl()s. Is these a simple way to test
an alarmtimer on a barebones system?

Acked-by: Linus Walleij <linus.walleij at linaro.org>

Are you sure this should not be for -rc:s and stable?

Yours,
Linus Walleij



More information about the linux-arm-kernel mailing list