Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1621343
| From | Kishon Vijay Abraham I <kishon@ti.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 01/32] mfd: exynos-lpass: Use common soc/exynos-regs-pmu.h header |
| Date | 2017-04-11 16:30 +0200 |
| Message-ID | <tv4XU-8aE-15@gated-at.bofh.it> (permalink) |
| References | <tuHoB-18n-5@gated-at.bofh.it> <tuHyj-1bY-43@gated-at.bofh.it> <tv4Oe-85I-35@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Hi, On Tuesday 11 April 2017 07:44 PM, Lee Jones wrote: > On Mon, 10 Apr 2017, Kishon Vijay Abraham I wrote: > >> From: Krzysztof Kozlowski <krzk@kernel.org> >> >> The MFD-specific header will go away because it duplicates defines from >> exynos-regs-pmu.h. >> >> Reported-by: kbuild test robot <fengguang.wu@intel.com> >> Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org> >> Reviewed-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com> >> Signed-off-by: Lee Jones <lee.jones@linaro.org> > > > Okay, this is confusing. > > I'm guessing you're sending this to Greg for inclusion into -stable? No, it's not for stable. It's for 4.12. > > Isn't there a way to specify this intention? The pull request (cover letter) specifies this intention. -Kishon > > Also, patch 1 and 3 appear to be identical. > > Not even sure how that's possible. > >> Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com> >> --- >> drivers/mfd/exynos-lpass.c | 4 ++-- >> 1 file changed, 2 insertions(+), 2 deletions(-) >> >> diff --git a/drivers/mfd/exynos-lpass.c b/drivers/mfd/exynos-lpass.c >> index 2e064fb8826f..8bebad92a385 100644 >> --- a/drivers/mfd/exynos-lpass.c >> +++ b/drivers/mfd/exynos-lpass.c >> @@ -18,11 +18,11 @@ >> #include <linux/io.h> >> #include <linux/module.h> >> #include <linux/mfd/syscon.h> >> -#include <linux/mfd/syscon/exynos5-pmu.h> >> #include <linux/of.h> >> #include <linux/of_platform.h> >> #include <linux/platform_device.h> >> #include <linux/regmap.h> >> +#include <linux/soc/samsung/exynos-regs-pmu.h> >> #include <linux/types.h> >> >> /* LPASS Top register definitions */ >> @@ -83,7 +83,7 @@ static void exynos_lpass_enable(struct exynos_lpass *lpass) >> >> /* Activate related PADs from retention state */ >> regmap_write(lpass->pmu, EXYNOS5433_PAD_RETENTION_AUD_OPTION, >> - EXYNOS5433_PAD_INITIATE_WAKEUP_FROM_LOWPWR); >> + EXYNOS_WAKEUP_FROM_LOWPWR); >> >> exynos_lpass_core_sw_reset(lpass, LPASS_I2S_SW_RESET); >> exynos_lpass_core_sw_reset(lpass, LPASS_DMA_SW_RESET); >> -- >> 2.11.0 >> >
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Re: [PATCH 01/32] mfd: exynos-lpass: Use common soc/exynos-regs-pmu.h header Lee Jones <lee.jones@linaro.org> - 2017-04-11 16:20 +0200
Re: [PATCH 01/32] mfd: exynos-lpass: Use common soc/exynos-regs-pmu.h header Kishon Vijay Abraham I <kishon@ti.com> - 2017-04-11 16:30 +0200
Re: [PATCH 01/32] mfd: exynos-lpass: Use common soc/exynos-regs-pmu.h header Lee Jones <lee.jones@linaro.org> - 2017-04-11 18:40 +0200
Re: [PATCH 01/32] mfd: exynos-lpass: Use common soc/exynos-regs-pmu.h header Kishon Vijay Abraham I <kishon@ti.com> - 2017-04-12 07:30 +0200
Re: [PATCH 01/32] mfd: exynos-lpass: Use common soc/exynos-regs-pmu.h header Lee Jones <lee.jones@linaro.org> - 2017-04-12 10:00 +0200
Re: [PATCH 01/32] mfd: exynos-lpass: Use common soc/exynos-regs-pmu.h header Greg KH <gregkh@linuxfoundation.org> - 2017-04-11 16:30 +0200
csiph-web