From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from 14.mo5.mail-out.ovh.net ([188.165.51.82] helo=mo5.mail-out.ovh.net) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1TNk3k-0006gc-A0 for barebox@lists.infradead.org; Mon, 15 Oct 2012 12:46:17 +0000 Received: from mail419.ha.ovh.net (b9.ovh.net [213.186.33.59]) by mo5.mail-out.ovh.net (Postfix) with SMTP id 94574FFA5F1 for ; Mon, 15 Oct 2012 14:52:51 +0200 (CEST) Date: Mon, 15 Oct 2012 14:43:49 +0200 From: Jean-Christophe PLAGNIOL-VILLARD Message-ID: <20121015124349.GX13639@game.jcrosoft.org> References: <1350136816-33529-1-git-send-email-carlo.caione@gmail.com> <20121015065640.GF27665@pengutronix.de> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20121015065640.GF27665@pengutronix.de> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: barebox-bounces@lists.infradead.org Errors-To: barebox-bounces+u.kleine-koenig=pengutronix.de@lists.infradead.org Subject: Re: [PATCH 0/5] BCM2835/Raspberry-Pi support To: Sascha Hauer Cc: barebox@lists.infradead.org On 08:56 Mon 15 Oct , Sascha Hauer wrote: > > Jean-Christophe, > > Since you reviewed this series can I assume you give your Acked-by once > you are happy with it? I'm happy with it except one point that I just check with the mainline kernel the DT the timer as example is "brcm,bcm2835-system-timer" not "brcm,bcm2835-cs" for gpio it's the right one as we can agree to dt must be in sync Best Regards, J. > > Sascha > > On Sat, Oct 13, 2012 at 04:00:11PM +0200, Carlo Caione wrote: > > The set is the same as before except for patch 05/05 > > > > Carlo Caione (5): > > BCM2835: add clocksource driver > > BCM2835: add gpio driver > > ARM1176: add support > > BCM2835: add support (arch) > > Raspberry-Pi: add support (board) > > > > arch/arm/Kconfig | 9 ++ > > arch/arm/Makefile | 2 + > > arch/arm/boards/raspberry-pi/Makefile | 1 + > > arch/arm/boards/raspberry-pi/config.h | 4 + > > .../arm/boards/raspberry-pi/env/init/bootargs-base | 8 + > > arch/arm/boards/raspberry-pi/env/init/hostname | 8 + > > arch/arm/boards/raspberry-pi/rpi.c | 49 ++++++ > > arch/arm/configs/rpi_defconfig | 40 +++++ > > arch/arm/cpu/Kconfig | 5 + > > arch/arm/mach-bcm2835/Kconfig | 18 +++ > > arch/arm/mach-bcm2835/Makefile | 2 + > > arch/arm/mach-bcm2835/clock.c | 39 +++++ > > arch/arm/mach-bcm2835/core.c | 105 +++++++++++++ > > arch/arm/mach-bcm2835/include/mach/clkdev.h | 7 + > > arch/arm/mach-bcm2835/include/mach/clock.h | 8 + > > arch/arm/mach-bcm2835/include/mach/core.h | 27 ++++ > > arch/arm/mach-bcm2835/include/mach/gpio.h | 1 + > > arch/arm/mach-bcm2835/include/mach/platform.h | 53 +++++++ > > arch/arm/mach-bcm2835/include/mach/wd.h | 50 +++++++ > > drivers/clocksource/Kconfig | 4 + > > drivers/clocksource/Makefile | 1 + > > drivers/clocksource/bcm2835.c | 95 ++++++++++++ > > drivers/gpio/Kconfig | 4 + > > drivers/gpio/Makefile | 1 + > > drivers/gpio/gpio-bcm2835.c | 165 +++++++++++++++++++++ > > 25 files changed, 706 insertions(+) > > create mode 100644 arch/arm/boards/raspberry-pi/Makefile > > create mode 100644 arch/arm/boards/raspberry-pi/config.h > > create mode 100644 arch/arm/boards/raspberry-pi/env/init/bootargs-base > > create mode 100644 arch/arm/boards/raspberry-pi/env/init/hostname > > create mode 100644 arch/arm/boards/raspberry-pi/rpi.c > > create mode 100644 arch/arm/configs/rpi_defconfig > > create mode 100644 arch/arm/mach-bcm2835/Kconfig > > create mode 100644 arch/arm/mach-bcm2835/Makefile > > create mode 100644 arch/arm/mach-bcm2835/clock.c > > create mode 100644 arch/arm/mach-bcm2835/core.c > > create mode 100644 arch/arm/mach-bcm2835/include/mach/clkdev.h > > create mode 100644 arch/arm/mach-bcm2835/include/mach/clock.h > > create mode 100644 arch/arm/mach-bcm2835/include/mach/core.h > > create mode 100644 arch/arm/mach-bcm2835/include/mach/gpio.h > > create mode 100644 arch/arm/mach-bcm2835/include/mach/platform.h > > create mode 100644 arch/arm/mach-bcm2835/include/mach/wd.h > > create mode 100644 drivers/clocksource/bcm2835.c > > create mode 100644 drivers/gpio/gpio-bcm2835.c > > > > -- > > 1.7.12.3 > > > > > > _______________________________________________ > > barebox mailing list > > barebox@lists.infradead.org > > http://lists.infradead.org/mailman/listinfo/barebox > > > > -- > Pengutronix e.K. | | > Industrial Linux Solutions | http://www.pengutronix.de/ | > Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | > Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox