* [PATCH 1/9] arch/arm: Fix continuation lines [not found] <cover.1269655208.git.joe@perches.com> @ 2010-03-27 2:27 ` Joe Perches 2010-04-12 19:47 ` Russell King - ARM Linux 0 siblings, 1 reply; 9+ messages in thread From: Joe Perches @ 2010-03-27 2:27 UTC (permalink / raw) To: linux-arm-kernel 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 ^ permalink raw reply related [flat|nested] 9+ messages in thread
* [PATCH 1/9] arch/arm: Fix continuation lines 2010-03-27 2:27 ` [PATCH 1/9] arch/arm: Fix continuation lines Joe Perches @ 2010-04-12 19:47 ` Russell King - ARM Linux 2010-04-12 20:00 ` [PATCH] MAINTAINERS: arch/arm/s3c and arch/arm/s5p Joe Perches 0 siblings, 1 reply; 9+ messages in thread From: Russell King - ARM Linux @ 2010-04-12 19:47 UTC (permalink / raw) To: linux-arm-kernel This is Samsung stuff, it should be copied to Ben (added). On Fri, Mar 26, 2010 at 07:27:50PM -0700, Joe Perches wrote: > 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 > > > _______________________________________________ > linux-arm-kernel mailing list > linux-arm-kernel at lists.infradead.org > http://lists.infradead.org/mailman/listinfo/linux-arm-kernel ^ permalink raw reply [flat|nested] 9+ messages in thread
* [PATCH] MAINTAINERS: arch/arm/s3c and arch/arm/s5p 2010-04-12 19:47 ` Russell King - ARM Linux @ 2010-04-12 20:00 ` Joe Perches 2010-04-12 23:53 ` Kyungmin Park 0 siblings, 1 reply; 9+ messages in thread From: Joe Perches @ 2010-04-12 20:00 UTC (permalink / raw) To: linux-arm-kernel On Mon, 2010-04-12 at 20:47 +0100, Russell King - ARM Linux wrote: > 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 at 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 at 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 at 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 at 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 at 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 at 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 ARCHITECTURE M: Paul Mundt <lethal@linux-sh.org> ^ permalink raw reply related [flat|nested] 9+ messages in thread
* [PATCH] MAINTAINERS: arch/arm/s3c and arch/arm/s5p 2010-04-12 20:00 ` [PATCH] MAINTAINERS: arch/arm/s3c and arch/arm/s5p Joe Perches @ 2010-04-12 23:53 ` Kyungmin Park 2010-04-13 2:47 ` Joe Perches 0 siblings, 1 reply; 9+ messages in thread From: Kyungmin Park @ 2010-04-12 23:53 UTC (permalink / raw) To: linux-arm-kernel Hi, On Tue, Apr 13, 2010 at 5:00 AM, Joe Perches <joe@perches.com> wrote: > On Mon, 2010-04-12 at 20:47 +0100, Russell King - ARM Linux wrote: >> This is Samsung stuff, it should be copied to Ben (added). > > Maybe this is appropriate? 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, Kyungmin Park > > 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 at 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 at 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 at 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 at 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 at 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> It should be Byungho Min but now changed to Marek and Kyungmin Park > ?L: ? ? linux-arm-kernel at 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 ARCHITECTURE > ?M: ? ? Paul Mundt <lethal@linux-sh.org> > > > > _______________________________________________ > linux-arm-kernel mailing list > linux-arm-kernel at lists.infradead.org > http://lists.infradead.org/mailman/listinfo/linux-arm-kernel > ^ permalink raw reply [flat|nested] 9+ messages in thread
* [PATCH] MAINTAINERS: arch/arm/s3c and arch/arm/s5p 2010-04-12 23:53 ` Kyungmin Park @ 2010-04-13 2:47 ` Joe Perches 2010-04-16 19:43 ` Kyungmin Park 0 siblings, 1 reply; 9+ messages in thread From: Joe Perches @ 2010-04-13 2:47 UTC (permalink / raw) To: linux-arm-kernel On Tue, 2010-04-13 at 08:53 +0900, Kyungmin Park wrote: > 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. So perhaps you'll add yourself and the correct entries to MAINTAINERS? ^ permalink raw reply [flat|nested] 9+ messages in thread
* [PATCH] MAINTAINERS: arch/arm/s3c and arch/arm/s5p 2010-04-13 2:47 ` Joe Perches @ 2010-04-16 19:43 ` Kyungmin Park 2010-05-04 0:46 ` Ben Dooks 0 siblings, 1 reply; 9+ messages in thread From: Kyungmin Park @ 2010-04-16 19:43 UTC (permalink / raw) To: linux-arm-kernel Please add me and marek. Ben how do you think? Marek is proper person since he posted a lot of s5p series patches. Note that byoungho min is no longer works on this series Thank you, Kyungmin Park On Apr 12, 2010 7:47 PM, "Joe Perches" <joe@perches.com> wrote: On Tue, 2010-04-13 at 08:53 +0900, Kyungmin Park wrote: > No, s5p stubs are maintained by Samsung. >... So perhaps you'll add yourself and the correct entries to MAINTAINERS? -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20100417/d61388c4/attachment.htm> ^ permalink raw reply [flat|nested] 9+ messages in thread
* [PATCH] MAINTAINERS: arch/arm/s3c and arch/arm/s5p 2010-04-16 19:43 ` Kyungmin Park @ 2010-05-04 0:46 ` Ben Dooks 2010-05-04 2:17 ` Kyungmin Park 0 siblings, 1 reply; 9+ messages in thread From: Ben Dooks @ 2010-05-04 0:46 UTC (permalink / raw) To: linux-arm-kernel On Sat, Apr 17, 2010 at 04:43:34AM +0900, Kyungmin Park wrote: > Please add me and marek. > Ben how do you think? Marek is proper person since he posted a lot of s5p > series patches. > Note that byoungho min is no longer works on this series 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 and whoever at Samsung before completely handing over the responsibility. > Thank you, > Kyungmin Park > > On Apr 12, 2010 7:47 PM, "Joe Perches" <joe@perches.com> wrote: > > On Tue, 2010-04-13 at 08:53 +0900, Kyungmin Park wrote: > > No, s5p stubs are maintained by Samsung. > >... > So perhaps you'll add yourself and the correct entries to MAINTAINERS? > _______________________________________________ > linux-arm-kernel mailing list > linux-arm-kernel at lists.infradead.org > http://lists.infradead.org/mailman/listinfo/linux-arm-kernel -- -- Ben Q: What's a light-year? A: One-third less calories than a regular year. ^ permalink raw reply [flat|nested] 9+ messages in thread
* [PATCH] MAINTAINERS: arch/arm/s3c and arch/arm/s5p 2010-05-04 0:46 ` Ben Dooks @ 2010-05-04 2:17 ` Kyungmin Park 2010-05-09 23:03 ` Kukjin Kim 0 siblings, 1 reply; 9+ messages in thread From: Kyungmin Park @ 2010-05-04 2:17 UTC (permalink / raw) To: linux-arm-kernel On Tue, May 4, 2010 at 9:46 AM, Ben Dooks <ben-linux@fluff.org> wrote: > On Sat, Apr 17, 2010 at 04:43:34AM +0900, Kyungmin Park wrote: >> Please add me and marek. >> Ben how do you think? Marek is proper person since he posted a lot of s5p >> series patches. >> Note that byoungho min is no longer works on this series > > 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 > and whoever at Samsung before completely handing over the responsibility. 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 P.S., when do you expect to hand-over responsibility to others? > >> Thank you, >> Kyungmin Park >> >> On Apr 12, 2010 7:47 PM, "Joe Perches" <joe@perches.com> wrote: >> >> On Tue, 2010-04-13 at 08:53 +0900, Kyungmin Park wrote: >> > No, s5p stubs are maintained by Samsung. >> >... >> So perhaps you'll add yourself and the correct entries to MAINTAINERS? > >> _______________________________________________ >> linux-arm-kernel mailing list >> linux-arm-kernel at lists.infradead.org >> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel > > > -- > -- > Ben > > Q: ? ? ?What's a light-year? > A: ? ? ?One-third less calories than a regular year. > > ^ permalink raw reply [flat|nested] 9+ messages in thread
* [PATCH] MAINTAINERS: arch/arm/s3c and arch/arm/s5p 2010-05-04 2:17 ` Kyungmin Park @ 2010-05-09 23:03 ` Kukjin Kim 0 siblings, 0 replies; 9+ messages in thread From: Kukjin Kim @ 2010-05-09 23:03 UTC (permalink / raw) To: linux-arm-kernel Kyungmin Park wrote: > On Tue, May 4, 2010 at 9:46 AM, Ben Dooks <ben-linux@fluff.org> wrote: > > On Sat, Apr 17, 2010 at 04:43:34AM +0900, Kyungmin Park wrote: > >> Please add me and marek. > >> Ben how do you think? Marek is proper person since he posted a lot of s5p > >> series patches. > >> Note that byoungho min is no longer works on this series > > > > 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 > > and whoever at Samsung before completely handing over the responsibility. > > 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. 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 a lot of s5p series patches. > Also we setup the public git for open source 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. :-) Anyway, we will continue to make much contributions as now. > Thank you, > Kyungmin Park > > P.S., when do you expect to hand-over responsibility to others? > > > >> Thank you, > >> Kyungmin Park > >> > >> On Apr 12, 2010 7:47 PM, "Joe Perches" <joe@perches.com> wrote: > >> > >> On Tue, 2010-04-13 at 08:53 +0900, Kyungmin Park wrote: > >> > No, s5p stubs are maintained by Samsung. > >> >... > >> So perhaps you'll add yourself and the correct entries to MAINTAINERS? Thanks. Best regards, Kgene. -- Kukjin Kim <kgene.kim@samsung.com>, Senior Engineer, SW Solution Development Team, Samsung Electronics Co., Ltd. ^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2010-05-09 23:03 UTC | newest] Thread overview: 9+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- [not found] <cover.1269655208.git.joe@perches.com> 2010-03-27 2:27 ` [PATCH 1/9] arch/arm: Fix continuation lines Joe Perches 2010-04-12 19:47 ` Russell King - ARM Linux 2010-04-12 20:00 ` [PATCH] MAINTAINERS: arch/arm/s3c and arch/arm/s5p Joe Perches 2010-04-12 23:53 ` Kyungmin Park 2010-04-13 2:47 ` Joe Perches 2010-04-16 19:43 ` Kyungmin Park 2010-05-04 0:46 ` Ben Dooks 2010-05-04 2:17 ` Kyungmin Park 2010-05-09 23:03 ` Kukjin Kim
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).