mbox

[GIT,PULL] arm64: Allwinner config changes for 4.6

Message ID 20160226194352.GA19388@lukather
State New
Headers show

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/mripard/linux.git tags/sunxi-config64-for-4.6

Message

Maxime Ripard Feb. 26, 2016, 7:43 p.m. UTC
The following changes since commit 92e963f50fc74041b5e9e744c330dca48e04f08d:

  Linux 4.5-rc1 (2016-01-24 13:06:47 -0800)

are available in the git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/mripard/linux.git tags/sunxi-config64-for-4.6

for you to fetch changes up to 22b0898e831bc1ffb64ce0b8452a376f0892b478:

  arm64: add defconfig options for Allwinner SoCs (2016-02-25 10:51:50 -0800)

----------------------------------------------------------------
Allwinner configuration changes for ARM64, 4.6 edition

Not a lot of changes for this kernel release, just a new Kconfig option and
some changes to the arm64 defconfig to add Allwinner drivers

----------------------------------------------------------------
Andre Przywara (2):
      arm64: Introduce Allwinner SoC config option
      arm64: add defconfig options for Allwinner SoCs

 arch/arm64/Kconfig.platforms | 5 +++++
 arch/arm64/configs/defconfig | 7 +++++++
 2 files changed, 12 insertions(+)

Comments

Arnd Bergmann Feb. 29, 2016, 11:07 p.m. UTC | #1
On Friday 26 February 2016 11:43:52 Maxime Ripard wrote:
> Allwinner configuration changes for ARM64, 4.6 edition
> 
> Not a lot of changes for this kernel release, just a new Kconfig option and
> some changes to the arm64 defconfig to add Allwinner drivers
> 
> ----------------------------------------------------------------
> 

Merged into next/arm64, thanks!

	Arnd