[PATCH 0/4] clk, mfd: u8540 clock tree definition

2013-05-27 Thread Philippe Begnic
From: Philippe Begnic Create U8540 clock tree definitions for common clock framework Philippe Begnic (4): clk: ux500: Pass clock base adresses in initcall for u8540 and u9540 mfd: db8500: Update register definition for u8540 clock mfd: db8500: Update BML clock register for db8580 clk

[PATCH 2/4] mfd: db8500: Update register definition for u8540 clock

2013-05-27 Thread Philippe Begnic
From: Philippe Begnic PRCMU and ab8500 registers updated for u8540 Signed-off-by: Philippe Begnic --- include/linux/mfd/abx500/ab8500-sysctrl.h |4 ++-- include/linux/mfd/dbx500-prcmu.h | 11 +++ 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/include

[PATCH 3/4] mfd: db8500: Update BML clock register for db8580

2013-05-27 Thread Philippe Begnic
From: Philippe Begnic BML clock register address in DB8580 has changed.Defined a new address under different name for DB8580. Signed-off-by: Philippe Begnic --- drivers/mfd/db8500-prcmu.c |1 + drivers/mfd/dbx500-prcmu-regs.h |1 + include/linux/mfd/dbx500-prcmu.h |1 + 3

[PATCH 4/4] clk: ux500: Clocks definition for u8540

2013-05-27 Thread Philippe Begnic
From: Philippe Begnic First clocks definition version of PRCMU and PRCC clocks for u8540 platform Signed-off-by: Philippe Begnic --- drivers/clk/ux500/u8540_clk.c | 560 - 1 file changed, 559 insertions(+), 1 deletion(-) diff --git a/drivers/clk/ux500

[PATCH 1/4] clk: ux500: Pass clock base adresses in initcall for u8540 and u9540

2013-05-27 Thread Philippe Begnic
From: Philippe Begnic Align on u8500 version, pass clock base address in clk_init functions for u8540 and u9540. Signed-off-by: Linus Walleij Signed-off-by: Philippe Begnic --- arch/arm/mach-ux500/cpu.c |6 -- drivers/clk/ux500/u8540_clk.c |4 ++-- drivers