mbox

[GIT,PULL] Amlogic SoC updates for v4.8 (#2)

Message ID m28txeqt6v.fsf@baylibre.com
State New
Headers show

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-amlogic.git tags/amlogic-soc-2

Message

Kevin Hilman July 6, 2016, 10:48 p.m. UTC
This is the 2nd round of SoC changes for Amlogic.

Kevin


The following changes since commit bf56c7762df2ef60512eb58c5f4525d173a4da22:

  ARM64: Kconfig: Select the Amlogic Meson pin controller driver (2016-06-01 10:55:05 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-amlogic.git tags/amlogic-soc-2

for you to fetch changes up to 59f910d8fbd9d7c2957ad4df642dc262fbfdcd59:

  arm64: amlogic: select gxbb clk driver (2016-06-23 15:22:37 -0700)

----------------------------------------------------------------
Amlogic SoC updates:
- Kconfig updates for new GXBB clock driver

----------------------------------------------------------------
Michael Turquette (2):
      arm: meson: explicitly select clk drivers
      arm64: amlogic: select gxbb clk driver

 arch/arm/mach-meson/Kconfig  | 3 +++
 arch/arm64/Kconfig.platforms | 2 ++
 2 files changed, 5 insertions(+)

Comments

Arnd Bergmann July 7, 2016, 1:11 p.m. UTC | #1
On Wednesday, July 6, 2016 3:48:24 PM CEST Kevin Hilman wrote:
> Amlogic SoC updates:
> - Kconfig updates for new GXBB clock driver
> 
> ----------------------------------------------------------------
> Michael Turquette (2):
>       arm: meson: explicitly select clk drivers
>       arm64: amlogic: select gxbb clk driver

Hmm, two patches that should go on two different branches...

I know it's silly to send send two pull requests here, if you like
I'll just cherry-pick them into next/soc and next/arm64 instead.

	Arnd
Kevin Hilman July 7, 2016, 2:27 p.m. UTC | #2
On Thu, Jul 7, 2016 at 6:11 AM, Arnd Bergmann <arnd@arndb.de> wrote:
> On Wednesday, July 6, 2016 3:48:24 PM CEST Kevin Hilman wrote:
>> Amlogic SoC updates:
>> - Kconfig updates for new GXBB clock driver
>>
>> ----------------------------------------------------------------
>> Michael Turquette (2):
>>       arm: meson: explicitly select clk drivers
>>       arm64: amlogic: select gxbb clk driver
>
> Hmm, two patches that should go on two different branches...
>
> I know it's silly to send send two pull requests here, if you like
> I'll just cherry-pick them into next/soc and next/arm64 instead.

Yes please, thanks.

Kevin
Arnd Bergmann July 7, 2016, 3:54 p.m. UTC | #3
On Thursday, July 7, 2016 7:27:49 AM CEST Kevin Hilman wrote:
> On Thu, Jul 7, 2016 at 6:11 AM, Arnd Bergmann <arnd@arndb.de> wrote:
> > On Wednesday, July 6, 2016 3:48:24 PM CEST Kevin Hilman wrote:
> >> Amlogic SoC updates:
> >> - Kconfig updates for new GXBB clock driver
> >>
> >> ----------------------------------------------------------------
> >> Michael Turquette (2):
> >>       arm: meson: explicitly select clk drivers
> >>       arm64: amlogic: select gxbb clk driver
> >
> > Hmm, two patches that should go on two different branches...
> >
> > I know it's silly to send send two pull requests here, if you like
> > I'll just cherry-pick them into next/soc and next/arm64 instead.
> 
> Yes please, thanks.
> 
> 

Ok, done.

	Arnd