From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932461AbcGDAqO (ORCPT ); Sun, 3 Jul 2016 20:46:14 -0400 Received: from anholt.net ([50.246.234.109]:41566 "EHLO anholt.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932341AbcGDApu (ORCPT ); Sun, 3 Jul 2016 20:45:50 -0400 From: Eric Anholt To: Florian Fainelli Cc: linux-rpi-kernel@lists.infradead.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Stephen Warren , Lee Jones , Eric Anholt Subject: [GIT PULL 3/3] bcm2835-arm64-next-2016-07-03 Date: Sun, 3 Jul 2016 17:45:36 -0700 Message-Id: <1467593136-29524-4-git-send-email-eric@anholt.net> X-Mailer: git-send-email 2.8.1 In-Reply-To: <1467593136-29524-1-git-send-email-eric@anholt.net> References: <1467593136-29524-1-git-send-email-eric@anholt.net> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Linux 4.7-rc1 (2016-05-29 09:29:24 -0700) are available in the git repository at: https://github.com/anholt/linux tags/bcm2835-arm64-next-2016-07-03 for you to fetch changes up to 628d30d1ccb897fee54a6f7312561cf2f6f72f09: arm64: Add platform selection for BCM2835. (2016-06-15 14:10:30 -0700) ---------------------------------------------------------------- This pull request brings in the build support for the Raspberry Pi arm64 port. ---------------------------------------------------------------- Alexander Graf (1): arm64: Allow for different DMA and CPU bus offsets Eric Anholt (3): irqchip: bcm2835: Avoid arch/arm-specific handle_IRQ Merge remote-tracking branch 'irqchip/irqchip/bcm' into bcm2835-arm64-next arm64: Add platform selection for BCM2835. arch/arm64/Kconfig.platforms | 13 +++++++++++++ arch/arm64/include/asm/dma-mapping.h | 17 +++++++++++++++-- drivers/irqchip/irq-bcm2835.c | 3 +-- drivers/irqchip/irq-bcm2836.c | 2 +- 4 files changed, 30 insertions(+), 5 deletions(-) From mboxrd@z Thu Jan 1 00:00:00 1970 From: eric@anholt.net (Eric Anholt) Date: Sun, 3 Jul 2016 17:45:36 -0700 Subject: [GIT PULL 3/3] bcm2835-arm64-next-2016-07-03 In-Reply-To: <1467593136-29524-1-git-send-email-eric@anholt.net> References: <1467593136-29524-1-git-send-email-eric@anholt.net> Message-ID: <1467593136-29524-4-git-send-email-eric@anholt.net> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Linux 4.7-rc1 (2016-05-29 09:29:24 -0700) are available in the git repository at: https://github.com/anholt/linux tags/bcm2835-arm64-next-2016-07-03 for you to fetch changes up to 628d30d1ccb897fee54a6f7312561cf2f6f72f09: arm64: Add platform selection for BCM2835. (2016-06-15 14:10:30 -0700) ---------------------------------------------------------------- This pull request brings in the build support for the Raspberry Pi arm64 port. ---------------------------------------------------------------- Alexander Graf (1): arm64: Allow for different DMA and CPU bus offsets Eric Anholt (3): irqchip: bcm2835: Avoid arch/arm-specific handle_IRQ Merge remote-tracking branch 'irqchip/irqchip/bcm' into bcm2835-arm64-next arm64: Add platform selection for BCM2835. arch/arm64/Kconfig.platforms | 13 +++++++++++++ arch/arm64/include/asm/dma-mapping.h | 17 +++++++++++++++-- drivers/irqchip/irq-bcm2835.c | 3 +-- drivers/irqchip/irq-bcm2836.c | 2 +- 4 files changed, 30 insertions(+), 5 deletions(-)