mbox

[GIT,PULL] Allwinner defconfig changes for 4.10

Message ID 20161115210342.vz6k5ihsfl4gx4nu@lukather
State New
Headers show

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/mripard/linux.git tags/sunxi-defconfig-for-4.10

Message

Maxime Ripard Nov. 15, 2016, 9:03 p.m. UTC
Hi Arnd, Olof,

Please pull the following changes for the next merge window.

Thanks!
Maxime

The following changes since commit 1001354ca34179f3db924eb66672442a173147dc:

  Linux 4.9-rc1 (2016-10-15 12:17:50 -0700)

are available in the git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/mripard/linux.git tags/sunxi-defconfig-for-4.10

for you to fetch changes up to a0eb3ee3c8dbe918c397eaf52ea0c887defd35a7:

  ARM: multi_v7: enable VGA bridge (2016-10-16 14:31:52 +0200)

----------------------------------------------------------------
Allwinner defconfig changes for 4.10

Two patches to enable the dumb VGA bridges in the multi_v7 and sunxi
defconfig.

----------------------------------------------------------------
Maxime Ripard (2):
      ARM: sunxi: Enable VGA bridge
      ARM: multi_v7: enable VGA bridge

 arch/arm/configs/multi_v7_defconfig | 1 +
 arch/arm/configs/sunxi_defconfig    | 1 +
 2 files changed, 2 insertions(+)

Comments

Olof Johansson Nov. 19, 2016, 12:34 a.m. UTC | #1
On Tue, Nov 15, 2016 at 10:03:42PM +0100, Maxime Ripard wrote:
> Hi Arnd, Olof,
> 
> Please pull the following changes for the next merge window.
> 
> Thanks!
> Maxime
> 
> The following changes since commit 1001354ca34179f3db924eb66672442a173147dc:
> 
>   Linux 4.9-rc1 (2016-10-15 12:17:50 -0700)
> 
> are available in the git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/mripard/linux.git tags/sunxi-defconfig-for-4.10
> 
> for you to fetch changes up to a0eb3ee3c8dbe918c397eaf52ea0c887defd35a7:
> 
>   ARM: multi_v7: enable VGA bridge (2016-10-16 14:31:52 +0200)
> 
> ----------------------------------------------------------------
> Allwinner defconfig changes for 4.10
> 
> Two patches to enable the dumb VGA bridges in the multi_v7 and sunxi
> defconfig.

Merged, thanks.


-Olof