Re: [PATCH 00/12] ARM: samsung-time: Prepare for multiplatform support
On Sun, Feb 10, 2013 at 10:32 PM, Tomasz Figa wrote: > Seems like several mail addresses of board maintainers are no longer > valid. > > guillaume.gou...@nexvision.tv > mentioned in: > arch/arm/mach-s3c24xx/mach-nexcoder.c > arch/arm/mach-s3c24xx/mach-otom.c > > arhu...@freaks-unidos.net > mentioned in: > arch/arm/mach-s3c24xx/mach-gta02.c > > dand...@amltd.com > mentioned in: > arch/arm/mach-s3c24xx/mach-amlm5900.c > arch/arm/mach-s3c24xx/mach-tct_hammer.c > > bh...@samsung.com > mentioned in: > arch/arm/mach-s5pc100/mach-smdkc100 > and a bunch of files in arch/arm/mach-s5pc100 FYI: He's left the company. and he doesn't work it anymore, so you can drop him. Thank you, Kyungmin Park > > I wonder if we should do anything with them? > > Best regards, > Tomasz > > On Sunday 10 of February 2013 14:20:11 Tomasz Figa wrote: >> This series is an attempt to make the samsung-time clocksource driver >> ready for multiplatform kernels. It moves the driver to >> drivers/clocksource, cleans it up from uses of static platform-specific >> definitions, simplifies timer interrupt handling and adds Device Tree >> support. >> >> Tested on a Tiny6410 board (Mini6410-compatible) both with and without >> Devicee Tree (with my DT patches for S3C64xx). Compile tested for other >> related archs. >> >> Tomasz Figa (12): >> ARM: SAMSUNG: Move samsung-time to drivers/clocksource >> clocksource: samsung-time: Set platform-specific parameters at runtime >> clocksource: samsung-time: Drop useless defines from public header >> clocksource: samsung-time: Move samsung-time.h header to include/linux >> clocksource: samsung-time: Use local register definitions >> clocksource: samsung-time: Remove use of static register mapping >> clocksource: samsung-time: Use clk_get_sys for getting clocks >> ARM: SAMSUNG: devs: Drop unnecessary IRQ resources of timer devices >> clocksource: samsung-time: Do not use static IRQ definition >> clocksource: samsung-time: Move IRQ mask/ack handling to the driver >> ARM: SAMSUNG: Remove unused PWM timer IRQ chip code >> clocksource: samsung-time: Add Device Tree support >> >> .../devicetree/bindings/arm/samsung-timer.txt | 32 ++ >> arch/arm/Kconfig | 1 - >> arch/arm/mach-exynos/include/mach/irqs.h | 3 +- >> arch/arm/mach-exynos/mach-universal_c210.c | 15 +- >> arch/arm/mach-s3c24xx/common.c | 14 + >> arch/arm/mach-s3c24xx/mach-amlm5900.c | 2 +- >> arch/arm/mach-s3c24xx/mach-anubis.c| 2 +- >> arch/arm/mach-s3c24xx/mach-at2440evb.c | 2 +- >> arch/arm/mach-s3c24xx/mach-bast.c | 2 +- >> arch/arm/mach-s3c24xx/mach-gta02.c | 2 +- >> arch/arm/mach-s3c24xx/mach-h1940.c | 2 +- >> arch/arm/mach-s3c24xx/mach-jive.c | 2 +- >> arch/arm/mach-s3c24xx/mach-mini2440.c | 2 +- >> arch/arm/mach-s3c24xx/mach-n30.c | 2 +- >> arch/arm/mach-s3c24xx/mach-nexcoder.c | 2 +- >> arch/arm/mach-s3c24xx/mach-osiris.c| 2 +- >> arch/arm/mach-s3c24xx/mach-otom.c | 2 +- >> arch/arm/mach-s3c24xx/mach-qt2410.c| 2 +- >> arch/arm/mach-s3c24xx/mach-rx1950.c| 2 +- >> arch/arm/mach-s3c24xx/mach-rx3715.c| 2 +- >> arch/arm/mach-s3c24xx/mach-smdk2410.c | 2 +- >> arch/arm/mach-s3c24xx/mach-smdk2413.c | 2 +- >> arch/arm/mach-s3c24xx/mach-smdk2416.c | 2 +- >> arch/arm/mach-s3c24xx/mach-smdk2440.c | 2 +- >> arch/arm/mach-s3c24xx/mach-smdk2443.c | 2 +- >> arch/arm/mach-s3c24xx/mach-tct_hammer.c| 2 +- >> arch/arm/mach-s3c24xx/mach-vr1000.c| 2 +- >> arch/arm/mach-s3c24xx/mach-vstms.c | 2 +- >> arch/arm/mach-s3c64xx/common.c | 19 +- >> arch/arm/mach-s3c64xx/include/mach/irqs.h | 8 - >> arch/arm/mach-s3c64xx/mach-anw6410.c | 2 +- >> arch/arm/mach-s3c64xx/mach-crag6410.c | 2 +- >> arch/arm/mach-s3c64xx/mach-hmt.c | 2 +- >> arch/arm/mach-s3c64xx/mach-mini6410.c | 2 +- >> arch/arm/mach-s3c64xx/mach-ncp.c | 2 +- >> arch/arm/mach-s3c64xx/mach-real6410.c | 2 +- >> arch/arm/mach-s3c64xx/mach-smartq.c| 2 +- >> arch/arm/mach-s3c64xx/mach-smartq5.c | 2 +- >> arch/arm/mach-s3c64xx/mach-smartq7.c | 2 +- >> arch/arm/mach-s3c64xx/mach-smdk6400.c | 2 +- >> arch/arm/mach-s3c64xx/mach-smdk6410.c | 2 +- >> arch/arm/mach-s5p64x0/common.c | 15 + >> arch/arm/mach-s5p64x0/include/mach/irqs.h
Re: [PATCH 00/12] ARM: samsung-time: Prepare for multiplatform support
Seems like several mail addresses of board maintainers are no longer valid. guillaume.gou...@nexvision.tv mentioned in: arch/arm/mach-s3c24xx/mach-nexcoder.c arch/arm/mach-s3c24xx/mach-otom.c arhu...@freaks-unidos.net mentioned in: arch/arm/mach-s3c24xx/mach-gta02.c dand...@amltd.com mentioned in: arch/arm/mach-s3c24xx/mach-amlm5900.c arch/arm/mach-s3c24xx/mach-tct_hammer.c bh...@samsung.com mentioned in: arch/arm/mach-s5pc100/mach-smdkc100 and a bunch of files in arch/arm/mach-s5pc100 I wonder if we should do anything with them? Best regards, Tomasz On Sunday 10 of February 2013 14:20:11 Tomasz Figa wrote: > This series is an attempt to make the samsung-time clocksource driver > ready for multiplatform kernels. It moves the driver to > drivers/clocksource, cleans it up from uses of static platform-specific > definitions, simplifies timer interrupt handling and adds Device Tree > support. > > Tested on a Tiny6410 board (Mini6410-compatible) both with and without > Devicee Tree (with my DT patches for S3C64xx). Compile tested for other > related archs. > > Tomasz Figa (12): > ARM: SAMSUNG: Move samsung-time to drivers/clocksource > clocksource: samsung-time: Set platform-specific parameters at runtime > clocksource: samsung-time: Drop useless defines from public header > clocksource: samsung-time: Move samsung-time.h header to include/linux > clocksource: samsung-time: Use local register definitions > clocksource: samsung-time: Remove use of static register mapping > clocksource: samsung-time: Use clk_get_sys for getting clocks > ARM: SAMSUNG: devs: Drop unnecessary IRQ resources of timer devices > clocksource: samsung-time: Do not use static IRQ definition > clocksource: samsung-time: Move IRQ mask/ack handling to the driver > ARM: SAMSUNG: Remove unused PWM timer IRQ chip code > clocksource: samsung-time: Add Device Tree support > > .../devicetree/bindings/arm/samsung-timer.txt | 32 ++ > arch/arm/Kconfig | 1 - > arch/arm/mach-exynos/include/mach/irqs.h | 3 +- > arch/arm/mach-exynos/mach-universal_c210.c | 15 +- > arch/arm/mach-s3c24xx/common.c | 14 + > arch/arm/mach-s3c24xx/mach-amlm5900.c | 2 +- > arch/arm/mach-s3c24xx/mach-anubis.c| 2 +- > arch/arm/mach-s3c24xx/mach-at2440evb.c | 2 +- > arch/arm/mach-s3c24xx/mach-bast.c | 2 +- > arch/arm/mach-s3c24xx/mach-gta02.c | 2 +- > arch/arm/mach-s3c24xx/mach-h1940.c | 2 +- > arch/arm/mach-s3c24xx/mach-jive.c | 2 +- > arch/arm/mach-s3c24xx/mach-mini2440.c | 2 +- > arch/arm/mach-s3c24xx/mach-n30.c | 2 +- > arch/arm/mach-s3c24xx/mach-nexcoder.c | 2 +- > arch/arm/mach-s3c24xx/mach-osiris.c| 2 +- > arch/arm/mach-s3c24xx/mach-otom.c | 2 +- > arch/arm/mach-s3c24xx/mach-qt2410.c| 2 +- > arch/arm/mach-s3c24xx/mach-rx1950.c| 2 +- > arch/arm/mach-s3c24xx/mach-rx3715.c| 2 +- > arch/arm/mach-s3c24xx/mach-smdk2410.c | 2 +- > arch/arm/mach-s3c24xx/mach-smdk2413.c | 2 +- > arch/arm/mach-s3c24xx/mach-smdk2416.c | 2 +- > arch/arm/mach-s3c24xx/mach-smdk2440.c | 2 +- > arch/arm/mach-s3c24xx/mach-smdk2443.c | 2 +- > arch/arm/mach-s3c24xx/mach-tct_hammer.c| 2 +- > arch/arm/mach-s3c24xx/mach-vr1000.c| 2 +- > arch/arm/mach-s3c24xx/mach-vstms.c | 2 +- > arch/arm/mach-s3c64xx/common.c | 19 +- > arch/arm/mach-s3c64xx/include/mach/irqs.h | 8 - > arch/arm/mach-s3c64xx/mach-anw6410.c | 2 +- > arch/arm/mach-s3c64xx/mach-crag6410.c | 2 +- > arch/arm/mach-s3c64xx/mach-hmt.c | 2 +- > arch/arm/mach-s3c64xx/mach-mini6410.c | 2 +- > arch/arm/mach-s3c64xx/mach-ncp.c | 2 +- > arch/arm/mach-s3c64xx/mach-real6410.c | 2 +- > arch/arm/mach-s3c64xx/mach-smartq.c| 2 +- > arch/arm/mach-s3c64xx/mach-smartq5.c | 2 +- > arch/arm/mach-s3c64xx/mach-smartq7.c | 2 +- > arch/arm/mach-s3c64xx/mach-smdk6400.c | 2 +- > arch/arm/mach-s3c64xx/mach-smdk6410.c | 2 +- > arch/arm/mach-s5p64x0/common.c | 15 + > arch/arm/mach-s5p64x0/include/mach/irqs.h | 2 - > arch/arm/mach-s5p64x0/mach-smdk6440.c | 2 +- > arch/arm/mach-s5p64x0/mach-smdk6450.c | 2 +- > arch/arm/mach-s5pc100/common.c | 15 + > arch/arm/mach-s5pc100/include/mach/irqs.h | 2 - > arch/