1. 13 11月, 2013 25 次提交
  2. 18 10月, 2013 1 次提交
  3. 10 10月, 2013 1 次提交
  4. 02 10月, 2013 1 次提交
  5. 19 9月, 2013 1 次提交
    • J
      rtc: rtc-pl031: Set wakeup flag prior to registering rtcdev · 07783397
      John Stultz 提交于
      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.
      
      Cc: Linus Walleij <linus.walleij@linaro.org>
      Cc: Alessandro Zummo <a.zummo@towertech.it>
      Cc: "Jon Medhurst (Tixy)" <tixy@linaro.org>
      Cc: linux-arm-kernel@lists.infradead.org
      Acked-by: NLinus Walleij <linus.walleij@linaro.org>
      Signed-off-by: NJohn Stultz <john.stultz@linaro.org>
      07783397
  6. 12 9月, 2013 11 次提交