Message ID | 20201106073358.8379-1-patrice.chotard@st.com (mailing list archive) |
---|---|
Headers | show |
Series | PM: Add dev_wakeup_path() helper | expand |
On Fri, 6 Nov 2020 at 08:34, <patrice.chotard@st.com> wrote: > > From: Patrice Chotard <patrice.chotard@st.com> > > Add dev_wakeup_path() helper to avoid to spread > dev->power.wakeup_path test in drivers. > > Cc: amelie.delaunay@st.com, > erwan_leray@st.com, > fabrice.gasnier@st.com, > alexandre.torgue@st.com, > alain.volmat@st.com, > pierre-yves.mordret@st.com > > *** BLURB HERE *** :-) > > Patrice Chotard (4): > PM / wakeup: Add dev_wakeup_path() helper > PM: domains: Make usage of device_wakeup_path() helper > PM: core: Make usage of device_wakeup_path() helper > i2c: stm32f7: Make usage of dev_wakeup_path() helper > > drivers/base/power/domain.c | 4 ++-- > drivers/base/power/main.c | 4 ++-- > drivers/i2c/busses/i2c-stm32f7.c | 4 ++-- > include/linux/pm_wakeup.h | 10 ++++++++++ > 4 files changed, 16 insertions(+), 6 deletions(-) > > -- > 2.17.1 > For the series: Reviewed-by: Ulf Hansson <ulf.hansson@linaro.org> Kind regards Uffe
On Fri, Nov 6, 2020 at 8:34 AM <patrice.chotard@st.com> wrote: > > From: Patrice Chotard <patrice.chotard@st.com> > > Add dev_wakeup_path() helper to avoid to spread > dev->power.wakeup_path test in drivers. OK > Cc: amelie.delaunay@st.com, > erwan_leray@st.com, > fabrice.gasnier@st.com, > alexandre.torgue@st.com, > alain.volmat@st.com, > pierre-yves.mordret@st.com > > *** BLURB HERE *** Hmm? > Patrice Chotard (4): > PM / wakeup: Add dev_wakeup_path() helper > PM: domains: Make usage of device_wakeup_path() helper > PM: core: Make usage of device_wakeup_path() helper > i2c: stm32f7: Make usage of dev_wakeup_path() helper Please fold the patches into one and add the R-by from Ulf to it. Thanks!
Hi Rafael On 11/18/20 2:08 PM, Rafael J. Wysocki wrote: > On Fri, Nov 6, 2020 at 8:34 AM <patrice.chotard@st.com> wrote: >> From: Patrice Chotard <patrice.chotard@st.com> >> >> Add dev_wakeup_path() helper to avoid to spread >> dev->power.wakeup_path test in drivers. > OK > >> Cc: amelie.delaunay@st.com, >> erwan_leray@st.com, >> fabrice.gasnier@st.com, >> alexandre.torgue@st.com, >> alain.volmat@st.com, >> pierre-yves.mordret@st.com >> >> *** BLURB HERE *** > Hmm? > >> Patrice Chotard (4): >> PM / wakeup: Add dev_wakeup_path() helper >> PM: domains: Make usage of device_wakeup_path() helper >> PM: core: Make usage of device_wakeup_path() helper >> i2c: stm32f7: Make usage of dev_wakeup_path() helper > Please fold the patches into one and add the R-by from Ulf to it. OK, the v2 is on the way. Thanks Patrice > > Thanks!
From: Patrice Chotard <patrice.chotard@st.com> Add dev_wakeup_path() helper to avoid to spread dev->power.wakeup_path test in drivers. Cc: amelie.delaunay@st.com, erwan_leray@st.com, fabrice.gasnier@st.com, alexandre.torgue@st.com, alain.volmat@st.com, pierre-yves.mordret@st.com *** BLURB HERE *** Patrice Chotard (4): PM / wakeup: Add dev_wakeup_path() helper PM: domains: Make usage of device_wakeup_path() helper PM: core: Make usage of device_wakeup_path() helper i2c: stm32f7: Make usage of dev_wakeup_path() helper drivers/base/power/domain.c | 4 ++-- drivers/base/power/main.c | 4 ++-- drivers/i2c/busses/i2c-stm32f7.c | 4 ++-- include/linux/pm_wakeup.h | 10 ++++++++++ 4 files changed, 16 insertions(+), 6 deletions(-)