From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from metis.ext.pengutronix.de ([2001:6f8:1178:4:290:27ff:fe1d:cc33]) by bombadil.infradead.org with esmtps (Exim 4.72 #1 (Red Hat Linux)) id 1OwBrZ-00079l-Nt for barebox@lists.infradead.org; Thu, 16 Sep 2010 10:38:47 +0000 Date: Thu, 16 Sep 2010 12:38:41 +0200 From: Sascha Hauer Message-ID: <20100916103841.GR1473@pengutronix.de> References: <20100902141001.GA28968@game.jcrosoft.org> <20100902194046.GA21449@game.jcrosoft.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20100902194046.GA21449@game.jcrosoft.org> 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/9 V2] preperation for sh adding To: Jean-Christophe PLAGNIOL-VILLARD Cc: barebox@lists.infradead.org Hi Jean-Christophe, Can you integrate the comment from Uwe please? Otherwise it seems ok for me. Sascha On Thu, Sep 02, 2010 at 09:40:46PM +0200, Jean-Christophe PLAGNIOL-VILLARD wrote: > Hi, > > this version 2 > update the vsprintf by managing the iB internally and the Space > before the unit as optional > > the others comments was also fix > > The following changes since commit 0d35c3c8a0c2a1f1ff06eac20a12af0186753bc4: > > menu: simplify usage for clients (2010-08-30 21:06:02 +0200) > > are available in the git repository at: > git://git.jcrosoft.org/barebox.git sh-prepare > > Jean-Christophe PLAGNIOL-VILLARD (9): > types.h: move __kernel_dev_t to include/linux/types.h > device: fix dev_name > stm8815: fix the uart device clock match > arm: move clkdev to drivers/clk > vsprintf: add %w and %w support to print unit > at91/clock: switch to %w for clock info printing > cfi_flash: use %W and IEEE 1541 format > use %W instead of size_human_readable and use IEEE 1541 format > clkdev: add print clk info command > > arch/arm/Kconfig | 1 - > arch/arm/Makefile | 2 +- > arch/arm/common/Kconfig | 2 - > arch/arm/common/Makefile | 5 -- > arch/arm/configs/nhk8815_defconfig | 2 +- > arch/arm/include/asm/clkdev.h | 15 +----- > arch/arm/include/asm/posix_types.h | 1 - > arch/arm/mach-at91/clock.c | 8 +-- > arch/arm/mach-nomadik/8815.c | 6 +- > arch/arm/mach-nomadik/Kconfig | 2 +- > arch/arm/mach-nomadik/clock.c | 7 +-- > arch/blackfin/include/asm/posix_types.h | 1 - > arch/m68k/include/asm/posix_types.h | 1 - > arch/ppc/include/asm/posix_types.h | 1 - > arch/sandbox/include/asm/posix_types.h | 1 - > arch/x86/include/asm/posix_types.h | 1 - > commands/Kconfig | 7 ++ > commands/bootm.c | 7 +- > common/startup.c | 9 +-- > drivers/Kconfig | 1 + > drivers/Makefile | 1 + > drivers/clk/Kconfig | 4 + > drivers/clk/Makefile | 2 + > {arch/arm/common => drivers/clk}/clkdev.c | 57 +++++++++++++++--- > drivers/nor/cfi_flash.c | 8 +- > include/common.h | 1 - > include/driver.h | 12 ++-- > include/linux/clkdev.h | 36 +++++++++++ > include/linux/kernel.h | 20 ++++++ > include/linux/types.h | 2 + > lib/Makefile | 1 - > lib/display_options.c | 60 ------------------- > lib/driver.c | 16 ++--- > lib/vsprintf.c | 91 +++++++++++++++++++++++++++++ > 34 files changed, 250 insertions(+), 141 deletions(-) > delete mode 100644 arch/arm/common/Kconfig > delete mode 100644 arch/arm/common/Makefile > create mode 100644 drivers/clk/Kconfig > create mode 100644 drivers/clk/Makefile > rename {arch/arm/common => drivers/clk}/clkdev.c (74%) > create mode 100644 include/linux/clkdev.h > delete mode 100644 lib/display_options.c > > Best Regards, > J. > > _______________________________________________ > 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