Re: [PATCH v3 1/2] rtc-cmos: Clear ACPI-driven alarms upon resume

2016-09-19 Thread Alexandre Belloni
Hi Gabriele, Thanks for your persistence! Both patches look good. Can you fix the build issues reported by kbuild? On 14/09/2016 at 21:08:40 +0200, Gabriele Mazzotta wrote : > Currently ACPI-driven alarms are not cleared when they wake the > system. As consequence, expired alarms must be

Re: [PATCH v3 1/2] rtc-cmos: Clear ACPI-driven alarms upon resume

2016-09-19 Thread Alexandre Belloni
Hi Gabriele, Thanks for your persistence! Both patches look good. Can you fix the build issues reported by kbuild? On 14/09/2016 at 21:08:40 +0200, Gabriele Mazzotta wrote : > Currently ACPI-driven alarms are not cleared when they wake the > system. As consequence, expired alarms must be

Re: [PATCH v3 1/2] rtc-cmos: Clear ACPI-driven alarms upon resume

2016-09-14 Thread kbuild test robot
Hi Gabriele, [auto build test WARNING on abelloni/rtc-next] [also build test WARNING on v4.8-rc6 next-20160914] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] [Suggest to use git(>=2.9.0) format-patch --base= (or --base=auto for convenience)

Re: [PATCH v3 1/2] rtc-cmos: Clear ACPI-driven alarms upon resume

2016-09-14 Thread kbuild test robot
Hi Gabriele, [auto build test WARNING on abelloni/rtc-next] [also build test WARNING on v4.8-rc6 next-20160914] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] [Suggest to use git(>=2.9.0) format-patch --base= (or --base=auto for convenience)

Re: [PATCH v3 1/2] rtc-cmos: Clear ACPI-driven alarms upon resume

2016-09-14 Thread kbuild test robot
Hi Gabriele, [auto build test ERROR on abelloni/rtc-next] [also build test ERROR on v4.8-rc6 next-20160914] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] [Suggest to use git(>=2.9.0) format-patch --base= (or --base=auto for convenience) to

Re: [PATCH v3 1/2] rtc-cmos: Clear ACPI-driven alarms upon resume

2016-09-14 Thread kbuild test robot
Hi Gabriele, [auto build test ERROR on abelloni/rtc-next] [also build test ERROR on v4.8-rc6 next-20160914] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] [Suggest to use git(>=2.9.0) format-patch --base= (or --base=auto for convenience) to

[PATCH v3 1/2] rtc-cmos: Clear ACPI-driven alarms upon resume

2016-09-14 Thread Gabriele Mazzotta
Currently ACPI-driven alarms are not cleared when they wake the system. As consequence, expired alarms must be manually cleared to program a new alarm. Fix this by correctly handling ACPI-driven alarms. More specifically, the ACPI specification [1] provides for two alternative implementations of

[PATCH v3 1/2] rtc-cmos: Clear ACPI-driven alarms upon resume

2016-09-14 Thread Gabriele Mazzotta
Currently ACPI-driven alarms are not cleared when they wake the system. As consequence, expired alarms must be manually cleared to program a new alarm. Fix this by correctly handling ACPI-driven alarms. More specifically, the ACPI specification [1] provides for two alternative implementations of