From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753671AbbJSSMk (ORCPT ); Mon, 19 Oct 2015 14:12:40 -0400 Received: from mail-pa0-f54.google.com ([209.85.220.54]:35859 "EHLO mail-pa0-f54.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752087AbbJSSMi (ORCPT ); Mon, 19 Oct 2015 14:12:38 -0400 Message-ID: <56253276.2070901@gmail.com> Date: Mon, 19 Oct 2015 11:12:06 -0700 From: Florian Fainelli User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.8.0 MIME-Version: 1.0 To: Eric Anholt CC: linux-arm-kernel@lists.infradead.org, linux-rpi-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Stephen Warren , Lee Jones Subject: Re: [GIT PULL] SOC changes for BCM2835 for 4.4 References: <87mvvkotcc.fsf@eliezer.anholt.net> In-Reply-To: <87mvvkotcc.fsf@eliezer.anholt.net> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 15/10/15 11:54, Eric Anholt wrote: > The following changes since commit 6ff33f3902c3b1c5d0db6b1e2c70b6d76fba357f: > > Linux 4.3-rc1 (2015-09-12 16:35:56 -0700) > > are available in the git repository at: > > http://github.com/anholt/linux tags/bcm2835-soc-for-4.4-v1 > > for you to fetch changes up to 4e3d60656a7235b6b6e86d7ef48b0394276c35b5: > > ARM: bcm2835: Add the Raspberry Pi firmware driver (2015-10-14 15:30:06 -0700) Applied to soc/next, thanks! > > ---------------------------------------------------------------- > This pull request contains the Raspberry Pi firmware driver, for > communicating with the VPU which has exclusive control of some of the > peripherals. > > ---------------------------------------------------------------- > Eric Anholt (1): > ARM: bcm2835: Add the Raspberry Pi firmware driver > > drivers/firmware/Kconfig | 7 + > drivers/firmware/Makefile | 1 + > drivers/firmware/raspberrypi.c | 260 +++++++++++++++++++++++++++++ > include/soc/bcm2835/raspberrypi-firmware.h | 115 +++++++++++++ > 4 files changed, 383 insertions(+) > create mode 100644 drivers/firmware/raspberrypi.c > create mode 100644 include/soc/bcm2835/raspberrypi-firmware.h > [ signature.asc: application/pgp-signature ] > -- Florian