From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758079AbbGGVO2 (ORCPT ); Tue, 7 Jul 2015 17:14:28 -0400 Received: from gabe.freedesktop.org ([131.252.210.177]:38385 "EHLO gabe.freedesktop.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757939AbbGGVOU (ORCPT ); Tue, 7 Jul 2015 17:14:20 -0400 From: Eric Anholt To: linux-arm-kernel@lists.infradead.org Cc: linux-rpi-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Stephen Warren , Lee Jones , devicetree@vger.kernel.org, Thomas Gleixner , Jason Cooper Subject: Raspberry Pi 2 support, part 1: Interrupt controller Date: Tue, 7 Jul 2015 14:13:33 -0700 Message-Id: <1436303617-17185-1-git-send-email-eric@anholt.net> X-Mailer: git-send-email 2.1.4 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This is a little over half of the diff for the Raspberry Pi 2 platform. A full series you can build and test can be found at: https://github.com/anholt/linux/tree/bcm2836-irqchip As you can see looking at that tree, it depends on the rpi-dt-clocks series, which is still stalled waiting on the rpi-firmware series to be merged (Lee said he pulled 2/3 of them back on June 5th, but they haven't appeared in the tree). From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Anholt Subject: Raspberry Pi 2 support, part 1: Interrupt controller Date: Tue, 7 Jul 2015 14:13:33 -0700 Message-ID: <1436303617-17185-1-git-send-email-eric@anholt.net> Return-path: Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org Cc: linux-rpi-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Stephen Warren , Lee Jones , devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Thomas Gleixner , Jason Cooper List-Id: devicetree@vger.kernel.org This is a little over half of the diff for the Raspberry Pi 2 platform. A full series you can build and test can be found at: https://github.com/anholt/linux/tree/bcm2836-irqchip As you can see looking at that tree, it depends on the rpi-dt-clocks series, which is still stalled waiting on the rpi-firmware series to be merged (Lee said he pulled 2/3 of them back on June 5th, but they haven't appeared in the tree). -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html From mboxrd@z Thu Jan 1 00:00:00 1970 From: eric@anholt.net (Eric Anholt) Date: Tue, 7 Jul 2015 14:13:33 -0700 Subject: Raspberry Pi 2 support, part 1: Interrupt controller Message-ID: <1436303617-17185-1-git-send-email-eric@anholt.net> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org This is a little over half of the diff for the Raspberry Pi 2 platform. A full series you can build and test can be found at: https://github.com/anholt/linux/tree/bcm2836-irqchip As you can see looking at that tree, it depends on the rpi-dt-clocks series, which is still stalled waiting on the rpi-firmware series to be merged (Lee said he pulled 2/3 of them back on June 5th, but they haven't appeared in the tree).