* [GIT PULL] berlin core changes for 4.18
@ 2018-05-24 7:59 Jisheng Zhang
2018-05-25 21:51 ` Olof Johansson
0 siblings, 1 reply; 3+ messages in thread
From: Jisheng Zhang @ 2018-05-24 7:59 UTC (permalink / raw)
To: linux-arm-kernel
Hi
Here is our mach-berlin changes for v4.18.
Thanks,
Jisheng
The following changes since commit 60cc43fc888428bb2f18f08997432d426a243338:
Linux 4.17-rc1 (2018-04-15 18:24:20 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/jszhang/linux-berlin.git tags/berlin-core-for-v4.18
for you to fetch changes up to eb14767c8a9117fdd84fc79e6263c85a4d8ec934:
ARM: berlin: switch to SPDX license identifier (2018-05-24 14:49:09 +0800)
----------------------------------------------------------------
berlin core changes for v4.18
BG2CD SoC uses r3p0 Cortex-A9 MPCore single-CPU cluster. Autoselect
pertinent errata, the SCU and the global timer, and allow use of the
local timer on uniprocessor kernels.
remove non-necessary flush_cache_all() after scu_enable().
switch to SPDX license identifier for all files under mach-berlin/
----------------------------------------------------------------
Alexander Monakov (1):
ARM: berlin: extend BG2CD Kconfig entry
Jisheng Zhang (2):
arm: berlin: remove non-necessary flush_cache_all()
ARM: berlin: switch to SPDX license identifier
arch/arm/mach-berlin/Kconfig | 6 +++++-
arch/arm/mach-berlin/berlin.c | 5 +----
arch/arm/mach-berlin/headsmp.S | 5 +----
arch/arm/mach-berlin/platsmp.c | 6 +-----
4 files changed, 8 insertions(+), 14 deletions(-)
^ permalink raw reply [flat|nested] 3+ messages in thread
* [GIT PULL] berlin core changes for 4.18
2018-05-24 7:59 [GIT PULL] berlin core changes for 4.18 Jisheng Zhang
@ 2018-05-25 21:51 ` Olof Johansson
2018-05-28 3:22 ` Jisheng Zhang
0 siblings, 1 reply; 3+ messages in thread
From: Olof Johansson @ 2018-05-25 21:51 UTC (permalink / raw)
To: linux-arm-kernel
Hi,
On Thu, May 24, 2018 at 03:59:44PM +0800, Jisheng Zhang wrote:
> Hi
>
> Here is our mach-berlin changes for v4.18.
>
> Thanks,
> Jisheng
>
> The following changes since commit 60cc43fc888428bb2f18f08997432d426a243338:
>
> Linux 4.17-rc1 (2018-04-15 18:24:20 -0700)
>
> are available in the Git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/jszhang/linux-berlin.git tags/berlin-core-for-v4.18
>
> for you to fetch changes up to eb14767c8a9117fdd84fc79e6263c85a4d8ec934:
>
> ARM: berlin: switch to SPDX license identifier (2018-05-24 14:49:09 +0800)
>
> ----------------------------------------------------------------
> berlin core changes for v4.18
>
> BG2CD SoC uses r3p0 Cortex-A9 MPCore single-CPU cluster. Autoselect
> pertinent errata, the SCU and the global timer, and allow use of the
> local timer on uniprocessor kernels.
>
> remove non-necessary flush_cache_all() after scu_enable().
>
> switch to SPDX license identifier for all files under mach-berlin/
>
> ----------------------------------------------------------------
> Alexander Monakov (1):
> ARM: berlin: extend BG2CD Kconfig entry
>
> Jisheng Zhang (2):
> arm: berlin: remove non-necessary flush_cache_all()
> ARM: berlin: switch to SPDX license identifier
Merged, thanks!
Watch out for consistency on the patch subjects, please.
Also, you're cutting it a bit close w.r.t. merge window opening. If you can get
your pull requests in before -rc6 you run less risk of missing it if there's
a problem with it that needs a respin.
-Olof
^ permalink raw reply [flat|nested] 3+ messages in thread
* [GIT PULL] berlin core changes for 4.18
2018-05-25 21:51 ` Olof Johansson
@ 2018-05-28 3:22 ` Jisheng Zhang
0 siblings, 0 replies; 3+ messages in thread
From: Jisheng Zhang @ 2018-05-28 3:22 UTC (permalink / raw)
To: linux-arm-kernel
On Fri, 25 May 2018 14:51:59 -0700 Olof Johansson wrote:
> Hi,
>
> On Thu, May 24, 2018 at 03:59:44PM +0800, Jisheng Zhang wrote:
> > Hi
> >
> > Here is our mach-berlin changes for v4.18.
> >
> > Thanks,
> > Jisheng
> >
> > The following changes since commit 60cc43fc888428bb2f18f08997432d426a243338:
> >
> > Linux 4.17-rc1 (2018-04-15 18:24:20 -0700)
> >
> > are available in the Git repository at:
> >
> > git://git.kernel.org/pub/scm/linux/kernel/git/jszhang/linux-berlin.git tags/berlin-core-for-v4.18
> >
> > for you to fetch changes up to eb14767c8a9117fdd84fc79e6263c85a4d8ec934:
> >
> > ARM: berlin: switch to SPDX license identifier (2018-05-24 14:49:09 +0800)
> >
> > ----------------------------------------------------------------
> > berlin core changes for v4.18
> >
> > BG2CD SoC uses r3p0 Cortex-A9 MPCore single-CPU cluster. Autoselect
> > pertinent errata, the SCU and the global timer, and allow use of the
> > local timer on uniprocessor kernels.
> >
> > remove non-necessary flush_cache_all() after scu_enable().
> >
> > switch to SPDX license identifier for all files under mach-berlin/
> >
> > ----------------------------------------------------------------
> > Alexander Monakov (1):
> > ARM: berlin: extend BG2CD Kconfig entry
> >
> > Jisheng Zhang (2):
> > arm: berlin: remove non-necessary flush_cache_all()
> > ARM: berlin: switch to SPDX license identifier
>
> Merged, thanks!
>
> Watch out for consistency on the patch subjects, please.
>
> Also, you're cutting it a bit close w.r.t. merge window opening. If you can get
> your pull requests in before -rc6 you run less risk of missing it if there's
> a problem with it that needs a respin.
Got it. Thanks for the kind remind.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2018-05-28 3:22 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-05-24 7:59 [GIT PULL] berlin core changes for 4.18 Jisheng Zhang
2018-05-25 21:51 ` Olof Johansson
2018-05-28 3:22 ` Jisheng Zhang
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).