mbox

[PULL,REQUEST,v2] ARM: OXNAS pull request for 4.7

Message ID 1461605935-19775-1-git-send-email-narmstrong@baylibre.com
State New
Headers show

Pull-request

https://github.com/superna9999/linux.git tags/ox810se-arm-v4.6-rc4

Message

Neil Armstrong April 25, 2016, 5:38 p.m. UTC
This is the ARM pull request for the OXNAS platform.
It also includes one-line change into irq-versatile-fpga.

The following changes since commit c3b46c73264b03000d1e18b22f5caf63332547c9:

  Linux 4.6-rc4 (2016-04-17 19:13:32 -0700)

are available in the git repository at:

  https://github.com/superna9999/linux.git tags/ox810se-arm-v4.6-rc4

for you to fetch changes up to 34e9a2d6bea252563b333bd8368c5145fa5a9fad:

  MAINTAINERS: add maintainer entry for ARM/OXNAS platform (2016-04-18 11:39:41 +0200)

----------------------------------------------------------------
ARM: Add OXNAS Platform Support

Changes since v1 pull request : http://lkml.kernel.org/r/1459521689-13962-1-git-send-email-narmstrong@baylibre.com
- rebase on 4.6 rc4

Changes since original v3 patchset :
- Get rid of PLX Technology

v3 patchset : http://lkml.kernel.org/r/1458838215-23314-1-git-send-email-narmstrong@baylibre.com

----------------------------------------------------------------
Neil Armstrong (3):
      irqchip: versatile-fpga: add new compatible for OX810SE SoC
      ARM: Add new mach-oxnas
      MAINTAINERS: add maintainer entry for ARM/OXNAS platform

 MAINTAINERS                          |  9 +++++++++
 arch/arm/Kconfig                     |  2 ++
 arch/arm/mach-oxnas/Kconfig          | 24 ++++++++++++++++++++++++
 drivers/irqchip/irq-versatile-fpga.c |  1 +
 4 files changed, 36 insertions(+)
 create mode 100644 arch/arm/mach-oxnas/Kconfig

Comments

Arnd Bergmann April 25, 2016, 9:12 p.m. UTC | #1
On Monday 25 April 2016 19:38:55 Neil Armstrong wrote:
> The following changes since commit c3b46c73264b03000d1e18b22f5caf63332547c9:
> 
>   Linux 4.6-rc4 (2016-04-17 19:13:32 -0700)
> 
> 

As with the other pull request, please rebase on top of -rc3 or earlier.

	Arnd