Signed-off-by: Joe Perches <joe@perches.com> --- arch/arm/mach-s5pv210/clock.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/mach-s5pv210/clock.c b/arch/arm/mach-s5pv210/clock.c index ccccae2..a989c5e 100644 --- a/arch/arm/mach-s5pv210/clock.c +++ b/arch/arm/mach-s5pv210/clock.c @@ -394,8 +394,8 @@ void __init_or_cpufreq s5pv210_setup_clocks(void) pclk83 = hclk166 / GET_DIV(clkdiv0, S5P_CLKDIV0_PCLK83); pclk66 = hclk133 / GET_DIV(clkdiv0, S5P_CLKDIV0_PCLK66); - printk(KERN_INFO "S5PV210: ARMCLK=%ld, HCLKM=%ld, HCLKD=%ld, \ - HCLKP=%ld, PCLKM=%ld, PCLKD=%ld, PCLKP=%ld\n", + printk(KERN_INFO "S5PV210: ARMCLK=%ld, HCLKM=%ld, HCLKD=%ld, " + "HCLKP=%ld, PCLKM=%ld, PCLKD=%ld, PCLKP=%ld\n", armclk, hclk200, hclk166, hclk133, pclk100, pclk83, pclk66); clk_fout_apll.rate = apll; -- 1.7.0.14.g7e948 --
This is Samsung stuff, it should be copied to Ben (added). --
Maybe this is appropriate? Signed-off-by: Joe Perches <joe@perches.com> --- MAINTAINERS | 40 ++++++++-------------------------------- 1 files changed, 8 insertions(+), 32 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 7a9ccda..5a0d6ef 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -902,48 +902,24 @@ W: http://www.fluff.org/ben/linux/ S: Maintained F: arch/arm/plat-s3c/ F: arch/arm/plat-s3c24xx/ +F: arch/arm/plat-samsung/ -ARM/S3C2410 ARM ARCHITECTURE +ARM/S3Cxxxx ARM ARCHITECTURE M: Ben Dooks <ben-linux@fluff.org> L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) W: http://www.fluff.org/ben/linux/ S: Maintained -F: arch/arm/mach-s3c2410/ - -ARM/S3C2440 ARM ARCHITECTURE -M: Ben Dooks <ben-linux@fluff.org> -L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) -W: http://www.fluff.org/ben/linux/ -S: Maintained -F: arch/arm/mach-s3c2440/ - -ARM/S3C2442 ARM ARCHITECTURE -M: Ben Dooks <ben-linux@fluff.org> -L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) -W: http://www.fluff.org/ben/linux/ -S: Maintained -F: arch/arm/mach-s3c2442/ - -ARM/S3C2443 ARM ARCHITECTURE -M: Ben Dooks <ben-linux@fluff.org> -L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) -W: http://www.fluff.org/ben/linux/ -S: Maintained -F: arch/arm/mach-s3c2443/ - -ARM/S3C6400 ARM ARCHITECTURE -M: Ben Dooks <ben-linux@fluff.org> -L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) -W: http://www.fluff.org/ben/linux/ -S: Maintained -F: arch/arm/mach-s3c6400/ +F: arch/arm/mach-s3c????/ +F: arch/arm/plat-s3c????/ -ARM/S3C6410 ARM ARCHITECTURE +ARM/S5Pxxxx ARM ARCHITECTURE M: Ben Dooks <ben-linux@fluff.org> L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) W: http://www.fluff.org/ben/linux/ S: Maintained -F: arch/arm/mach-s3c6410/ +F: arch/arm/mach-s5p????/ +F: arch/arm/plat-s5p/ +F: arch/arm/plat-s5p????/ ARM/SHMOBILE ARM ...
Hi, No, s5p stubs are maintained by Samsung. Of course Ben work on core part together, e.g., clock, interrupt. Most s5pc1XX are done by Marek and Kyungmin Park except plat-samsung. common part of Samsung SoCs. Thank you, --
So perhaps you'll add yourself and the correct entries to MAINTAINERS? --
I thought the System LSI group where wanting to maintain this, which is why I've been holding off making any comment about what is going on. Personally, I would like to see a co-maintainership between myself -- -- Ben Q: What's a light-year? A: One-third less calories than a regular year. --
I agree. then how about the Marek, even though LSI want it. they don't have enough experience with open source works. you can see the recent their works at their git. but we are trying to modify and make a patch with open source style. Also we setup the public git for open source Thank you, Kyungmin Park --
Hi, I don't agree with your opinion that System LSI doesn't have enough experience. What is 'enough experience' that you said? Is it about posting to mailing list ? I and my team members also have been posting Samsung SoC patches related to Samsung SoC more than you think, even though you argued you and Marek posted When it comes to the public git, System LSI has setup the open git a few months earlier than you. I hope you stop criticizing us. :-) Thanks. Best regards, Kgene. -- Kukjin Kim <kgene.kim@samsung.com>, Senior Engineer, SW Solution Development Team, Samsung Electronics Co., Ltd. --
