Hi, this is the last updated patch series to prepare the adding of the SH architecture 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 | 4 +- 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 | 73 +++++++++++++++++++++++++++++ 34 files changed, 230 insertions(+), 139 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 (75%) create mode 100644 include/linux/clkdev.h delete mode 100644 lib/display_options.c Best Regards, J. _______________________________________________ barebox mailing list barebox@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox