mbox series

[GIT,PULL,3/4] ARM: exynos: soc/mach for v4.20, second round

Message ID 20181010182558.7034-4-krzk@kernel.org (mailing list archive)
State Not Applicable
Headers show
Series arm: exynos: Last round for v4.20 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-soc-4.20-2

Message

Krzysztof Kozlowski Oct. 10, 2018, 6:25 p.m. UTC
Hi,

On top of previous pull request.

Best regards,
Krzysztof


The following changes since commit f30858439e7db9ce9847eaedf440635fc6349c6e:

  ARM: s3c24xx: Restore proper usage of pr_info/pr_cont (2018-09-19 19:11:17 +0200)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-soc-4.20-2

for you to fetch changes up to 6862fdf2201ab67cd962dbf0643d37db909f4860:

  ARM: samsung: Limit SAMSUNG_PM_CHECK config option to non-Exynos platforms (2018-10-01 18:42:48 +0200)

----------------------------------------------------------------
Samsung mach/soc changes for v4.20, second round

1. Disable SAMSUNG_PM_CHECK Kconfig feature incompatible with Exynos.

----------------------------------------------------------------
Bartlomiej Zolnierkiewicz (1):
      ARM: samsung: Limit SAMSUNG_PM_CHECK config option to non-Exynos platforms

 arch/arm/plat-samsung/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Arnd Bergmann Oct. 11, 2018, 2:02 p.m. UTC | #1
On 10/10/18, Krzysztof Kozlowski <krzk@kernel.org> wrote:
> Hi,
>
> On top of previous pull request.
>
> ----------------------------------------------------------------
> Samsung mach/soc changes for v4.20, second round
>
> 1. Disable SAMSUNG_PM_CHECK Kconfig feature incompatible with Exynos.
>

I suspect Olof made a small mistake when he pulled the previous branch
into next/dt instead of next/soc, so I ended up pulling the new branch
with all commits into next/soc again.

Nothing harmful happened and you did everything right, I was just
a bit confused by this.

Thanks,

       Arnd
Olof Johansson Oct. 12, 2018, 6:12 p.m. UTC | #2
On Thu, Oct 11, 2018 at 7:02 AM Arnd Bergmann <arnd@arndb.de> wrote:
>
> On 10/10/18, Krzysztof Kozlowski <krzk@kernel.org> wrote:
> > Hi,
> >
> > On top of previous pull request.
> >
> > ----------------------------------------------------------------
> > Samsung mach/soc changes for v4.20, second round
> >
> > 1. Disable SAMSUNG_PM_CHECK Kconfig feature incompatible with Exynos.
> >
>
> I suspect Olof made a small mistake when he pulled the previous branch
> into next/dt instead of next/soc, so I ended up pulling the new branch
> with all commits into next/soc again.
>
> Nothing harmful happened and you did everything right, I was just
> a bit confused by this.

Indeed, thanks for catching that.


-Olof