Re: Removing architectures without upstream gcc support

2018-02-22 Thread Lennox Wu
Hi all, We agree to remove the Score arch. I have discussed the status with Sunplus, and they plan to replace the arch with ARM. I will make a request to remove Linux kernel, too. Best, Lennox 2018-02-22 23:45 GMT+08:00 Arnd Bergmann : > While building the cross-toolchains, I

Re: Removing architectures without upstream gcc support

2018-02-22 Thread Lennox Wu
Hi all, We agree to remove the Score arch. I have discussed the status with Sunplus, and they plan to replace the arch with ARM. I will make a request to remove Linux kernel, too. Best, Lennox 2018-02-22 23:45 GMT+08:00 Arnd Bergmann : > While building the cross-toolchains, I noticed that

[GIT PULL] Score: Fix the check condition of get_sigframe

2016-03-15 Thread Lennox Wu
ded. It forgets to checks whether the sigaltstack was previously set. (2016-03-11 03:34:05 +0800) -------- Lennox Wu (1): Currently get_sigframe() checks only (ka->sa.sa_flags & SA_ONSTACK) && (!on_sig_stack(sp)) t

[GIT PULL] Score: Fix the check condition of get_sigframe

2016-03-15 Thread Lennox Wu
ded. It forgets to checks whether the sigaltstack was previously set. (2016-03-11 03:34:05 +0800) -------- Lennox Wu (1): Currently get_sigframe() checks only (ka->sa.sa_flags & SA_ONSTACK) && (!on_sig_stack(sp)) t

Re: [PATCH 2/4] score: signal: fix sigaltstack check

2016-02-02 Thread Lennox Wu
Hi Sergeev, Your are right. I will merge it. Thanks. Acked-by: Lennox Wu 2016-02-01 0:21 GMT+08:00 Stas Sergeev : > > Currently get_sigframe() checks only > (ka->sa.sa_flags & SA_ONSTACK) && (!on_sig_stack(sp)) > to determine whether the switch to sigaltstack is nee

Re: [PATCH 2/4] score: signal: fix sigaltstack check

2016-02-02 Thread Lennox Wu
Hi Sergeev, Your are right. I will merge it. Thanks. Acked-by: Lennox Wu <lennox...@gmail.com> 2016-02-01 0:21 GMT+08:00 Stas Sergeev <s...@list.ru>: > > Currently get_sigframe() checks only > (ka->sa.sa_flags & SA_ONSTACK) && (!on_sig_stack(sp)) > to dete

Re: [PATCH 67/74] score/time: Migrate to new 'set-state' interface

2015-08-16 Thread Lennox Wu
Acked-by: Lennox Wu 2015-08-10 17:52 GMT+08:00 Daniel Lezcano : > From: Viresh Kumar > > Migrate score driver to the new 'set-state' interface provided by > clockevents core, the earlier 'set-mode' interface is marked obsolete > now. > > This also enables us to implem

Re: [PATCH 67/74] score/time: Migrate to new 'set-state' interface

2015-08-16 Thread Lennox Wu
Acked-by: Lennox Wu lennox...@gmail.com 2015-08-10 17:52 GMT+08:00 Daniel Lezcano daniel.lezc...@linaro.org: From: Viresh Kumar viresh.ku...@linaro.org Migrate score driver to the new 'set-state' interface provided by clockevents core, the earlier 'set-mode' interface is marked obsolete now

Re: [Git PULL] score: Fix exception handler label

2015-06-04 Thread Lennox Wu
mm...I also don't know what happened, I will reissue a request this weekend. Best, Lennox 2015-06-02 23:16 GMT+08:00 Guenter Roeck : > On Mon, Jun 01, 2015 at 01:24:05AM +0800, Lennox Wu wrote: >> The following changes since commit 792498003dadf060aa92abde007e7803f55e145b: >> >

Re: [Git PULL] score: Fix exception handler label

2015-06-04 Thread Lennox Wu
mm...I also don't know what happened, I will reissue a request this weekend. Best, Lennox 2015-06-02 23:16 GMT+08:00 Guenter Roeck li...@roeck-us.net: On Mon, Jun 01, 2015 at 01:24:05AM +0800, Lennox Wu wrote: The following changes since commit 792498003dadf060aa92abde007e7803f55e145b

[Git PULL] score: Fix exception handler label

2015-05-31 Thread Lennox Wu
The following changes since commit 792498003dadf060aa92abde007e7803f55e145b: Linux 4.1-rc5 (2015-05-31 23:32:58 +0800) are available in the git repository at: git://github.com/sctscore/linux-off.git a5c6e73c15d95980a54996350068524b7da55976 for you to fetch changes up to

[Git PULL] score: Fix exception handler label

2015-05-31 Thread Lennox Wu
The following changes since commit 792498003dadf060aa92abde007e7803f55e145b: Linux 4.1-rc5 (2015-05-31 23:32:58 +0800) are available in the git repository at: git://github.com/sctscore/linux-off.git a5c6e73c15d95980a54996350068524b7da55976 for you to fetch changes up to

Re: [PATCH resend 4/5] score: Fix exception handler label

2015-05-25 Thread Lennox Wu
I will issue a pull request in this week. Best, Lennox 2015-05-23 12:24 GMT+08:00 Guenter Roeck : > On 05/04/2015 03:30 PM, Guenter Roeck wrote: >> >> The latest version of modinfo fails to compile score architecture >> targets with the following error. >> >> FATAL: The relocation at

Re: [PATCH resend 4/5] score: Fix exception handler label

2015-05-25 Thread Lennox Wu
I will issue a pull request in this week. Best, Lennox 2015-05-23 12:24 GMT+08:00 Guenter Roeck li...@roeck-us.net: On 05/04/2015 03:30 PM, Guenter Roeck wrote: The latest version of modinfo fails to compile score architecture targets with the following error. FATAL: The relocation at

Re: [PATCH resend 4/5] score: Fix exception handler label

2015-05-05 Thread Lennox Wu
Hi Roeck, You are right! I will push the patch. Thank you. Acked-by: Lennox Wu 2015-05-05 6:30 GMT+08:00 Guenter Roeck : > The latest version of modinfo fails to compile score architecture > targets with the following error. > > FATAL: The relocation at __ex_table+0x634 referenc

Re: [PATCH resend 4/5] score: Fix exception handler label

2015-05-05 Thread Lennox Wu
Hi Roeck, You are right! I will push the patch. Thank you. Acked-by: Lennox Wu lennox...@gmail.com 2015-05-05 6:30 GMT+08:00 Guenter Roeck li...@roeck-us.net: The latest version of modinfo fails to compile score architecture targets with the following error. FATAL: The relocation

Re: [PATCH v2 08/47] kernel: Move pm_power_off to common code

2014-10-24 Thread Lennox Wu
Acked-by: Lennox Wu 2014-10-21 12:12 GMT+08:00 Guenter Roeck : > pm_power_off is defined for all architectures. Move it to common code. > > Have all architectures call do_kernel_power_off instead of pm_power_off. > Some architectures point pm_power_off to machine_power_off. For t

Re: [PATCH v2 08/47] kernel: Move pm_power_off to common code

2014-10-24 Thread Lennox Wu
Acked-by: Lennox Wu lennox...@gmail.com 2014-10-21 12:12 GMT+08:00 Guenter Roeck li...@roeck-us.net: pm_power_off is defined for all architectures. Move it to common code. Have all architectures call do_kernel_power_off instead of pm_power_off. Some architectures point pm_power_off

[GIT PULL] S+core : Patches for building allmodconfig and for removing useless flags (Resend/with a signed tag)

2014-10-06 Thread Lennox Wu
to 1742b630e43a6ccca67cf634704e8b76d128947f: score: Remove GENERIC_HAS_IOMAP (2014-10-05 04:38:08 +0800) PULL Request issued on 2014/10/6 Signed by Lennox Wu. Chen Gang (3): arch: score: Export

[GIT PULL] S+core : Patches for building allmodconfig and for removing useless flags (Resend/with a signed tag)

2014-10-06 Thread Lennox Wu
to 1742b630e43a6ccca67cf634704e8b76d128947f: score: Remove GENERIC_HAS_IOMAP (2014-10-05 04:38:08 +0800) PULL Request issued on 2014/10/6 Signed by Lennox Wu. Chen Gang (3): arch: score: Export

[GIT PULL] S+core : Patches for building allmodconfig and for removing useless

2014-10-05 Thread Lennox Wu
Please pull these updates for S+core architecture. Three of the patches are for building allmodconfig, and the others are for removing useless flags. Thanks. The following changes since commit 58586869599f6 bb38aeca71a847cd77bfea74808: Merge tag 'pm+acpi-3.17-final' of

[GIT PULL] S+core : Patches for building allmodconfig and for removing useless

2014-10-05 Thread Lennox Wu
Please pull these updates for S+core architecture. Three of the patches are for building allmodconfig, and the others are for removing useless flags. Thanks. The following changes since commit 58586869599f6 bb38aeca71a847cd77bfea74808: Merge tag 'pm+acpi-3.17-final' of

Re: [PATCH] [RESEND] score: remove deprecated IRQF_DISABLED

2014-10-01 Thread Lennox Wu
t; > Signed-off-by: Michael Opdenacker > Acked-by: Lennox Wu > --- > arch/score/kernel/time.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/arch/score/kernel/time.c b/arch/score/kernel/time.c > index f0a43affb201..24770cd9b473 100644 > --- a/arch/sco

Re: [PATCH] [RESEND] score: remove deprecated IRQF_DISABLED

2014-10-01 Thread Lennox Wu
and it will be removed one day. Signed-off-by: Michael Opdenacker michael.opdenac...@free-electrons.com Acked-by: Lennox Wu lennox...@gmail.com --- arch/score/kernel/time.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/score/kernel/time.c b/arch/score/kernel/time.c index f0a43affb201

Re: [PATCH 16/28] Remove GENERIC_HAS_IOMAP

2014-09-05 Thread Lennox Wu
02:32 AM, Paul Bolle wrote: >>> Guenter, Richard, >>> >>> On Thu, 2014-06-19 at 03:53 +0800, Lennox Wu wrote: >>>> 2014-06-18 17:10 GMT+08:00 Paul Bolle : >>>>>> On Wed, 2014-04-16 at 20:30 +0200, Paul Bolle wrote: >>>>>> On Th

Re: [PATCH 16/28] Remove GENERIC_HAS_IOMAP

2014-09-05 Thread Lennox Wu
02:32 AM, Paul Bolle wrote: Guenter, Richard, On Thu, 2014-06-19 at 03:53 +0800, Lennox Wu wrote: 2014-06-18 17:10 GMT+08:00 Paul Bolle pebo...@tiscali.nl: On Wed, 2014-04-16 at 20:30 +0200, Paul Bolle wrote: On Thu, 2014-04-17 at 01:29 +0800, Lennox Wu wrote: OK, we will merge it into our

Re: [PATCH v2] arch/score/kernel: Add 'score_ksyms.c' to export special symbols

2014-08-02 Thread Lennox Wu
Acked-by: Lennox Wu It was merged into Score's git tree, and it will show in the next PULL request. Best, Lennox Chen Gang 於 2014/7/9 上午 08:19 寫道: Some symbols are not implemented in C, or not in "arch/score", but score need export them, so add 'score_ksyms.c' to export them,

Re: [PATCH] arch: score: Export necessary symbols in related files

2014-08-02 Thread Lennox Wu
Yes, I will issue a PULL request to Linus. Best, Lennox Chen Gang 於 2014/8/2 下午 04:18 寫道: On 08/02/2014 02:20 PM, Lennox Wu wrote: It was merged into Score's git tree, and it will show in the next PULL request. OK, thanks. And next, will it be integrated into upstream main line? (I guess

Re: [PATCH 18/43] score: Use get_signal() signal_setup_done()

2014-08-02 Thread Lennox Wu
It was merged into Score's git tree, and it will show in the next PULL request. Best, Lennox Lennox Wu 於 2014/7/21 下午 10:47 寫道: I am picking up some missed patches and merging them into our git tree. If the patch is missed, we will merge it. Best, Lennox 2014-07-21 22:03 GMT+08:00 Richard

Re: [PATCH] arch: score: Export necessary symbols in related files

2014-08-02 Thread Lennox Wu
It was merged into Score's git tree, and it will show in the next PULL request. Best, Lennox Chen Gang 於 2014/7/17 下午 05:01 寫道: On 07/17/2014 10:22 AM, Lennox Wu wrote: Acked-by: Lennox Wu OK, thank you for your work. 2014-07-09 16:48 GMT+08:00 Chen Gang

Re: [PATCH] arch: score: Export necessary symbols in related files

2014-08-02 Thread Lennox Wu
It was merged into Score's git tree, and it will show in the next PULL request. Best, Lennox Chen Gang 於 2014/7/17 下午 05:01 寫道: On 07/17/2014 10:22 AM, Lennox Wu wrote: Acked-by: Lennox Wulennox...@gmail.com OK, thank you for your work. 2014-07-09 16:48 GMT+08:00 Chen Gang gang.chen

Re: [PATCH 18/43] score: Use get_signal() signal_setup_done()

2014-08-02 Thread Lennox Wu
It was merged into Score's git tree, and it will show in the next PULL request. Best, Lennox Lennox Wu 於 2014/7/21 下午 10:47 寫道: I am picking up some missed patches and merging them into our git tree. If the patch is missed, we will merge it. Best, Lennox 2014-07-21 22:03 GMT+08:00 Richard

Re: [PATCH] arch: score: Export necessary symbols in related files

2014-08-02 Thread Lennox Wu
Yes, I will issue a PULL request to Linus. Best, Lennox Chen Gang 於 2014/8/2 下午 04:18 寫道: On 08/02/2014 02:20 PM, Lennox Wu wrote: It was merged into Score's git tree, and it will show in the next PULL request. OK, thanks. And next, will it be integrated into upstream main line? (I guess

Re: [PATCH v2] arch/score/kernel: Add 'score_ksyms.c' to export special symbols

2014-08-02 Thread Lennox Wu
Acked-by: Lennox Wulennox...@gmail.com It was merged into Score's git tree, and it will show in the next PULL request. Best, Lennox Chen Gang 於 2014/7/9 上午 08:19 寫道: Some symbols are not implemented in C, or not in arch/score, but score need export them, so add 'score_ksyms.c' to export

Re: [PATCH 18/43] score: Use get_signal() signal_setup_done()

2014-07-21 Thread Lennox Wu
nal delivery. > > Acked-by: Lennox Wu > Signed-off-by: Richard Weinberger > --- > arch/score/kernel/signal.c | 43 ++- > 1 file changed, 18 insertions(+), 25 deletions(-) > > diff --git a/arch/score/kernel/signal.c b/arch/score/kern

Re: [PATCH 18/43] score: Use get_signal() signal_setup_done()

2014-07-21 Thread Lennox Wu
() signal_setup_done() for signal delivery. Acked-by: Lennox Wu lennox...@gmail.com Signed-off-by: Richard Weinberger rich...@nod.at --- arch/score/kernel/signal.c | 43 ++- 1 file changed, 18 insertions(+), 25 deletions(-) diff --git a/arch/score/kernel/signal.c b

Re: [PATCH] drivers: Let several drivers depends on HAS_IOMEM for 'devm_ioremap_resource'

2014-07-18 Thread Lennox Wu
Score can provide dummy functions if HAS_IOMEM and NO_IOMEM will be removed, even if we indeed have no IOMEM. Best, Lennox 2014-07-18 18:51 GMT+08:00 Richard Weinberger : > Am 18.07.2014 12:44, schrieb Chen Gang: >> On 07/18/2014 03:35 PM, Richard Weinberger wrote: >>> Am 18.07.2014 02:36,

Re: [PATCH 31/38] score: clean-up uapi Kbuild file

2014-07-18 Thread Lennox Wu
Acked-by: Lennox Wu 2014-07-14 23:08 GMT+08:00 Sam Ravnborg : > Remove redundant assignments. > > Signed-off-by: Sam Ravnborg > Cc: Chen Liqin > Cc: Lennox Wu > --- > arch/score/include/uapi/asm/Kbuild | 32 > 1 file changed, 32 del

Re: [PATCH 31/38] score: clean-up uapi Kbuild file

2014-07-18 Thread Lennox Wu
Acked-by: Lennox Wu lennox...@gamil.com 2014-07-14 23:08 GMT+08:00 Sam Ravnborg s...@ravnborg.org: Remove redundant assignments. Signed-off-by: Sam Ravnborg s...@ravnborg.org Cc: Chen Liqin liqin.li...@gmail.com Cc: Lennox Wu lennox...@gmail.com --- arch/score/include/uapi/asm/Kbuild

Re: [PATCH] drivers: Let several drivers depends on HAS_IOMEM for 'devm_ioremap_resource'

2014-07-18 Thread Lennox Wu
Score can provide dummy functions if HAS_IOMEM and NO_IOMEM will be removed, even if we indeed have no IOMEM. Best, Lennox 2014-07-18 18:51 GMT+08:00 Richard Weinberger rich...@nod.at: Am 18.07.2014 12:44, schrieb Chen Gang: On 07/18/2014 03:35 PM, Richard Weinberger wrote: Am 18.07.2014

Re: [PATCH v3] arch/score/include/uapi/asm/ptrace.h: Remove the macros which not be used currently

2014-07-16 Thread Lennox Wu
07/16/2014 07:14 PM, Lennox Wu wrote: >> >> Actually, I don't know the rule for merging patches. Some patches will >> be merge,and some will be miss. If the patch is missed, we will merge >> it into our git. >> > Unless I am missing something, this patch is in ar

Re: [PATCH] arch: score: Export necessary symbols in related files

2014-07-16 Thread Lennox Wu
Acked-by: Lennox Wu 2014-07-09 16:48 GMT+08:00 Chen Gang : > 'csum_partial_copy_from_user' and 'flush_dcache_page' are also needed by > outside modules, so need export them in the related files. > > The related error (with allmodconfig under score): > > MODPOST 1365

Re: [PATCH v3] arch/score/include/uapi/asm/ptrace.h: Remove the macros which not be used currently

2014-07-16 Thread Lennox Wu
Actually, I don't know the rule for merging patches. Some patches will be merge,and some will be miss. If the patch is missed, we will merge it into our git. Best, Lennox 2014-07-17 9:49 GMT+08:00 David Rientjes : > On Thu, 26 Jun 2014, David Rientjes wrote: > >> On Thu, 26 Jun 2014, Chen Gang

Re: [PATCH v3] arch/score/include/uapi/asm/ptrace.h: Remove the macros which not be used currently

2014-07-16 Thread Lennox Wu
Actually, I don't know the rule for merging patches. Some patches will be merge,and some will be miss. If the patch is missed, we will merge it into our git. Best, Lennox 2014-07-17 9:49 GMT+08:00 David Rientjes rient...@google.com: On Thu, 26 Jun 2014, David Rientjes wrote: On Thu, 26 Jun

Re: [PATCH] arch: score: Export necessary symbols in related files

2014-07-16 Thread Lennox Wu
Acked-by: Lennox Wulennox...@gmail.com 2014-07-09 16:48 GMT+08:00 Chen Gang gang.chen.5...@gmail.com: 'csum_partial_copy_from_user' and 'flush_dcache_page' are also needed by outside modules, so need export them in the related files. The related error (with allmodconfig under score):

Re: [PATCH v3] arch/score/include/uapi/asm/ptrace.h: Remove the macros which not be used currently

2014-07-16 Thread Lennox Wu
...@roeck-us.net: On 07/16/2014 07:14 PM, Lennox Wu wrote: Actually, I don't know the rule for merging patches. Some patches will be merge,and some will be miss. If the patch is missed, we will merge it into our git. Unless I am missing something, this patch is in arch/score, so the expectation

Re: [PATCH 04/38] score: drop irrelevant assignment from Kbuild file

2014-07-15 Thread Lennox Wu
Thanks :) Acked-by: Lennox Wu 2014-07-14 23:08 GMT+08:00 Sam Ravnborg : > header-y assignemnt in this file has no effect - drop it. > > Signed-off-by: Sam Ravnborg > Cc: Chen Liqin > Cc: Lennox Wu > Cc: David Howells > --- > arch/score/include/asm/Kbuild | 3

Re: [PATCH 04/38] score: drop irrelevant assignment from Kbuild file

2014-07-15 Thread Lennox Wu
Thanks :) Acked-by: Lennox Wulennox...@gmail.com 2014-07-14 23:08 GMT+08:00 Sam Ravnborg s...@ravnborg.org: header-y assignemnt in this file has no effect - drop it. Signed-off-by: Sam Ravnborg s...@ravnborg.org Cc: Chen Liqin liqin.li...@gmail.com Cc: Lennox Wu lennox...@gmail.com Cc

Re: [PATCH] drivers: Let several drivers depends on HAS_IOMEM for 'devm_ioremap_resource'

2014-07-13 Thread Lennox Wu
As I said before, some configurations don't make sense. I don't think all of the patches are necessary. Best, Lennox 2014-07-13 11:45 GMT+08:00 Marek Vasut : > On Sunday, July 13, 2014 at 05:07:10 AM, Chen Gang wrote: >> Several drivers need 'devm_ioremap_resource' which need HAS_IOMEM enabled.

Re: [PATCH] drivers: Let several drivers depends on HAS_IOMEM for 'devm_ioremap_resource'

2014-07-13 Thread Lennox Wu
As I said before, some configurations don't make sense. I don't think all of the patches are necessary. Best, Lennox 2014-07-13 11:45 GMT+08:00 Marek Vasut ma...@denx.de: On Sunday, July 13, 2014 at 05:07:10 AM, Chen Gang wrote: Several drivers need 'devm_ioremap_resource' which need HAS_IOMEM

Re: [PATCH v3] arch/score/include/uapi/asm/ptrace.h: Remove the macros which not be used currently

2014-06-26 Thread Lennox Wu
Acked-by: Lennox Wu 2014-06-27 7:28 GMT+08:00 Chen Gang : > > > On 06/27/2014 05:56 AM, David Rientjes wrote: >> On Thu, 26 Jun 2014, Chen Gang wrote: >> >>> 'COUNTER' and other same kind macros are too common to use, and easy to >>> get conflict

Re: [PATCH v3] arch/score/include/uapi/asm/ptrace.h: Remove the macros which not be used currently

2014-06-26 Thread Lennox Wu
Acked-by: Lennox Wu lennox...@gmail.com 2014-06-27 7:28 GMT+08:00 Chen Gang gang.chen.5...@gmail.com: On 06/27/2014 05:56 AM, David Rientjes wrote: On Thu, 26 Jun 2014, Chen Gang wrote: 'COUNTER' and other same kind macros are too common to use, and easy to get conflict with other modules

Re: [PATCH] arch/score/include/asm/uaccess.h: Use standard clear_user() prototype

2014-06-25 Thread Lennox Wu
Thanks for the patch. Acked-by: Lennox Wu 2014-06-22 20:29 GMT+08:00 Chen Gang : > Use standard clear_user() just like another architectures, also match > __clear_user() under score. > > The related warning (allmodconfig under score): > > CC [M] drivers/md/dm-ioctl.o

Re: [PATCH v2] rch/score/include/uapi/asm/ptrace.h: Add prefix 'SCORE_' for related macros

2014-06-25 Thread Lennox Wu
These marcos are listed in advance. Indeed, they have not been used, and the functions use them have not be released. I would like to keep the status even if the configure should not be used. However, if guys think it is dirty, maybe we can remove or comment them first. Best, Lennox 2014-06-25

Re: [PATCH v2] rch/score/include/uapi/asm/ptrace.h: Add prefix 'SCORE_' for related macros

2014-06-25 Thread Lennox Wu
These marcos are listed in advance. Indeed, they have not been used, and the functions use them have not be released. I would like to keep the status even if the configure should not be used. However, if guys think it is dirty, maybe we can remove or comment them first. Best, Lennox 2014-06-25

Re: [PATCH] arch/score/include/asm/uaccess.h: Use standard clear_user() prototype

2014-06-25 Thread Lennox Wu
Thanks for the patch. Acked-by: Lennox Wulennox...@gmail.com 2014-06-22 20:29 GMT+08:00 Chen Gang gang.chen.5...@gmail.com: Use standard clear_user() just like another architectures, also match __clear_user() under score. The related warning (allmodconfig under score): CC [M]

Re: [PATCH] arch/score/include/uapi/asm/ptrace.h: Add prefix 'SCORE_' for related macros

2014-06-22 Thread Lennox Wu
Sorry for the typo . To discover combinations which doesn't make sense might waste Chen's time. 2014-06-23 11:07 GMT+08:00 Chen Gang : > On 06/23/2014 12:28 AM, Guenter Roeck wrote: >> On 06/22/2014 01:09 AM, Lennox Wu wrote: >>> Hi Chen, >>> Do you find

Re: [PATCH] arch/score/include/uapi/asm/ptrace.h: Add prefix 'SCORE_' for related macros

2014-06-22 Thread Lennox Wu
:09 AM, Lennox Wu wrote: >> >> Hi Chen, >> Do you find other modules except device modules cause issues of compiling? >> The applications of Score are limited. Acutally, some errors never occur >> in the limited applications, for example, the conbination consists of

Re: [PATCH] arch/score/include/uapi/asm/ptrace.h: Add prefix 'SCORE_' for related macros

2014-06-22 Thread Lennox Wu
Hi Chen, Do you find other modules except device modules cause issues of compiling? The applications of Score are limited. Acutally, some errors never occur in the limited applications, for example, the conbination consists of Score and the timer of SuperH. I'm not sure we should handle this kind

Re: [PATCH] arch/score/include/uapi/asm/ptrace.h: Add prefix 'SCORE_' for related macros

2014-06-22 Thread Lennox Wu
Hi Chen, Do you find other modules except device modules cause issues of compiling? The applications of Score are limited. Acutally, some errors never occur in the limited applications, for example, the conbination consists of Score and the timer of SuperH. I'm not sure we should handle this kind

Re: [PATCH] arch/score/include/uapi/asm/ptrace.h: Add prefix 'SCORE_' for related macros

2014-06-22 Thread Lennox Wu
: On 06/22/2014 01:09 AM, Lennox Wu wrote: Hi Chen, Do you find other modules except device modules cause issues of compiling? The applications of Score are limited. Acutally, some errors never occur in the limited applications, for example, the conbination consists of Score and the timer

Re: [PATCH] arch/score/include/uapi/asm/ptrace.h: Add prefix 'SCORE_' for related macros

2014-06-22 Thread Lennox Wu
Sorry for the typo . To discover combinations which doesn't make sense might waste Chen's time. 2014-06-23 11:07 GMT+08:00 Chen Gang gang.chen.5...@gmail.com: On 06/23/2014 12:28 AM, Guenter Roeck wrote: On 06/22/2014 01:09 AM, Lennox Wu wrote: Hi Chen, Do you find other modules

Re: [PATCH] arch/score/include/asm/io.h: Add generic io map functions when MMU enabled

2014-06-18 Thread Lennox Wu
Hi Chen, Although "SuperH Timer Support" are never used in our platforms, we can still consider if these functions are necessary. Could you send the config to us? Best, Lennox 2014-06-18 13:06 GMT+08:00 Chen Gang : > score did not implement some io map functions when MMU enabled, so need > add

Re: [PATCH 16/28] Remove GENERIC_HAS_IOMAP

2014-06-18 Thread Lennox Wu
NO, there is no issue. We just want to push patches in a batched way. The patch will show recently. Thank you. Best, Lennox 2014-06-18 17:10 GMT+08:00 Paul Bolle : > Lennox, > > On Wed, 2014-04-16 at 20:30 +0200, Paul Bolle wrote: >> On Thu, 2014-04-17 at 01:29 +0800, Lennox Wu

Re: [PATCH 16/28] Remove GENERIC_HAS_IOMAP

2014-06-18 Thread Lennox Wu
NO, there is no issue. We just want to push patches in a batched way. The patch will show recently. Thank you. Best, Lennox 2014-06-18 17:10 GMT+08:00 Paul Bolle pebo...@tiscali.nl: Lennox, On Wed, 2014-04-16 at 20:30 +0200, Paul Bolle wrote: On Thu, 2014-04-17 at 01:29 +0800, Lennox Wu

Re: [PATCH] arch/score/include/asm/io.h: Add generic io map functions when MMU enabled

2014-06-18 Thread Lennox Wu
Hi Chen, Although SuperH Timer Support are never used in our platforms, we can still consider if these functions are necessary. Could you send the config to us? Best, Lennox 2014-06-18 13:06 GMT+08:00 Chen Gang gang.chen.5...@gmail.com: score did not implement some io map functions when MMU

Re: [PATCH 16/28] Remove GENERIC_HAS_IOMAP

2014-04-16 Thread Lennox Wu
Hi Pual, OK, we will merge it into our tree. Best, Lennox 2014-04-15 17:19 GMT+08:00 Paul Bolle : > On Mon, 2014-02-10 at 10:24 +0800, Lennox Wu wrote: >> Thanks. >> >> Acked-by: Lennox Wu > > I don't think this oneliner is queued somewhere. Lennox, you're l

Re: [PATCH 16/28] Remove GENERIC_HAS_IOMAP

2014-04-16 Thread Lennox Wu
Hi Pual, OK, we will merge it into our tree. Best, Lennox 2014-04-15 17:19 GMT+08:00 Paul Bolle pebo...@tiscali.nl: On Mon, 2014-02-10 at 10:24 +0800, Lennox Wu wrote: Thanks. Acked-by: Lennox Wu lennox...@gmail.com I don't think this oneliner is queued somewhere. Lennox, you're listed

Re: [PATCH 24/31] arch,score: Convert smp_mb__*

2014-03-19 Thread Lennox Wu
It's fine to S+core Thanks :) Acked-by: Lennox Wu 2014-03-19 14:47 GMT+08:00 Peter Zijlstra : > score fully relies on asm-generic/barrier.h, so it can use its default > implementation. > > Signed-off-by: Peter Zijlstra > --- > arch/score/include/asm/bitops.h |7 +-- &g

Re: [PATCH 24/31] arch,score: Convert smp_mb__*

2014-03-19 Thread Lennox Wu
It's fine to S+core Thanks :) Acked-by: Lennox Wulennox...@gmail.com 2014-03-19 14:47 GMT+08:00 Peter Zijlstra pet...@infradead.org: score fully relies on asm-generic/barrier.h, so it can use its default implementation. Signed-off-by: Peter Zijlstra pet...@infradead.org ---

Re: [PATCH] [RESEND] score: remove unused CPU_SCORE7 Kconfig parameter

2014-03-08 Thread Lennox Wu
2014-03-09 5:02 GMT+08:00 Paul Bolle : > On Sun, 2014-03-09 at 04:27 +0800, Lennox Wu wrote: >> 2014-03-09 4:00 GMT+08:00 Paul Bolle : >> > In https://lkml.org/lkml/2011/11/12/76 I already reported that this >> > Kconfig symbol was unused. Why can't it be dropped

Re: [PATCH] [RESEND] score: remove unused CPU_SCORE7 Kconfig parameter

2014-03-08 Thread Lennox Wu
Sat, 2014-03-08 at 14:34 +0800, Lennox Wu wrote: >> According to my record, I had told you we have another >> processor(2013/11/4), hence, we need the parameter. >> We just wirte it done first. Do you remember it? > > In https://lkml.org/lkml/2011/11/12/76 I already re

Re: [PATCH] [RESEND] score: remove unused CPU_SCORE7 Kconfig parameter

2014-03-08 Thread Lennox Wu
, On Sat, 2014-03-08 at 14:34 +0800, Lennox Wu wrote: According to my record, I had told you we have another processor(2013/11/4), hence, we need the parameter. We just wirte it done first. Do you remember it? In https://lkml.org/lkml/2011/11/12/76 I already reported that this Kconfig symbol

Re: [PATCH] [RESEND] score: remove unused CPU_SCORE7 Kconfig parameter

2014-03-08 Thread Lennox Wu
2014-03-09 5:02 GMT+08:00 Paul Bolle pebo...@tiscali.nl: On Sun, 2014-03-09 at 04:27 +0800, Lennox Wu wrote: 2014-03-09 4:00 GMT+08:00 Paul Bolle pebo...@tiscali.nl: In https://lkml.org/lkml/2011/11/12/76 I already reported that this Kconfig symbol was unused. Why can't it be dropped and re

Re: [PATCH] [RESEND] score: remove unused CPU_SCORE7 Kconfig parameter

2014-03-07 Thread Lennox Wu
HI Michael, According to my record, I had told you we have another processor(2013/11/4), hence, we need the parameter. We just wirte it done first. Do you remember it? Best, Lennox 2014-03-08 13:26 GMT+08:00 Michael Opdenacker : > This removes the CPU_SCORE7 Kconfig parameter, > which is no

Re: [PATCH] [RESEND] score: remove unused CPU_SCORE7 Kconfig parameter

2014-03-07 Thread Lennox Wu
HI Michael, According to my record, I had told you we have another processor(2013/11/4), hence, we need the parameter. We just wirte it done first. Do you remember it? Best, Lennox 2014-03-08 13:26 GMT+08:00 Michael Opdenacker michael.opdenac...@free-electrons.com: This removes the CPU_SCORE7

Re: [PATCH] [RESEND] score: remove deprecated IRQF_DISABLED

2014-03-04 Thread Lennox Wu
Thanks for cleaning the code. Acked-by: Lennox Wu 2014-03-05 5:17 GMT+08:00 Michael Opdenacker : > This patch removes the use of the IRQF_DISABLED flag > from arch/score/kernel/time.c > > It's a NOOP since 2.6.35 and it will be removed one day. > > Signed-off-by:

Re: [PATCH] [RESEND] score: remove deprecated IRQF_DISABLED

2014-03-04 Thread Lennox Wu
Thanks for cleaning the code. Acked-by: Lennox Wulennox...@gmail.com 2014-03-05 5:17 GMT+08:00 Michael Opdenacker michael.opdenac...@free-electrons.com: This patch removes the use of the IRQF_DISABLED flag from arch/score/kernel/time.c It's a NOOP since 2.6.35 and it will be removed one day.

Re: [PATCH] asm-generic: add sched_setattr/sched_getattr syscalls

2014-03-02 Thread Lennox Wu
Acked-by: Lennox Wu 2014-02-03 23:33 GMT+08:00 James Hogan : > Add the sched_setattr and sched_getattr syscalls to the generic syscall > list, which is used by the following architectures: arc, arm64, c6x, > hexagon, metag, openrisc, score, tile, unicore32. > > Signed-off-by: Ja

Re: [PATCH] asm-generic: add sched_setattr/sched_getattr syscalls

2014-03-02 Thread Lennox Wu
: Lennox Wu lennox...@gmail.com Cc: Chris Metcalf cmetc...@tilera.com Cc: Guan Xuetao g...@mprc.pku.edu.cn --- include/uapi/asm-generic/unistd.h | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/include/uapi/asm-generic/unistd.h b/include/uapi/asm-generic/unistd.h

Re: [PATCH 16/28] Remove GENERIC_HAS_IOMAP

2014-02-09 Thread Lennox Wu
Thanks. Acked-by: Lennox Wu 2014-02-10 2:47 GMT+08:00 Richard Weinberger : > The symbol is an orphan, get rid of it. > > Signed-off-by: Richard Weinberger > --- > arch/score/Kconfig | 3 --- > 1 file changed, 3 deletions(-) > > diff --git a/arch/score/Kconfig b/ar

Re: [PATCH 16/28] Remove GENERIC_HAS_IOMAP

2014-02-09 Thread Lennox Wu
Thanks. Acked-by: Lennox Wu lennox...@gmail.com 2014-02-10 2:47 GMT+08:00 Richard Weinberger rich...@nod.at: The symbol is an orphan, get rid of it. Signed-off-by: Richard Weinberger rich...@nod.at --- arch/score/Kconfig | 3 --- 1 file changed, 3 deletions(-) diff --git a/arch/score

Re: [PATCH] Score: Remove "select HAVE_GENERIC_HARDIRQS" again

2014-01-22 Thread Lennox Wu
Acked-by: Lennox Wu 2014/1/22 Geert Uytterhoeven : > Commit 5fbbf8a1a93452b26e7791cf32cefce62b0a480b ("Score: The commit is for > compiling successfully.") re-introduced "select HAVE_GENERIC_HARDIRQS" in > v3.12-rc4, which had just been r

Re: [PATCH] Score: Remove select HAVE_GENERIC_HARDIRQS again

2014-01-22 Thread Lennox Wu
Acked-by: Lennox Wu lennox...@gmail.com 2014/1/22 Geert Uytterhoeven ge...@linux-m68k.org: Commit 5fbbf8a1a93452b26e7791cf32cefce62b0a480b (Score: The commit is for compiling successfully.) re-introduced select HAVE_GENERIC_HARDIRQS in v3.12-rc4, which had just been removed in v3.12-rc1

Re: [PATCH 05/17] score: Use Kbuild logic to include

2013-11-15 Thread Lennox Wu
Acked-by: Lennox Wu 於 2013/11/13 上午 03:42, Geert Uytterhoeven 提到: > Signed-off-by: Geert Uytterhoeven > Cc: Chen Liqin > Cc: Lennox Wu > --- > arch/score/include/asm/Kbuild |1 + > arch/score/include/asm/sections.h |6 -- > 2 files changed, 1 inse

Re: [PATCH 05/17] score: Use Kbuild logic to include asm-generic/sections.h

2013-11-15 Thread Lennox Wu
Acked-by: Lennox Wu lennox...@gmail.com 於 2013/11/13 上午 03:42, Geert Uytterhoeven 提到: Signed-off-by: Geert Uytterhoeven ge...@linux-m68k.org Cc: Chen Liqin liqin.li...@gmail.com Cc: Lennox Wu lennox...@gmail.com --- arch/score/include/asm/Kbuild |1 + arch/score/include/asm

Re: [PATCH] score: remove unused CPU_SCORE7 Kconfig parameter

2013-11-04 Thread Lennox Wu
Hi Michael, We have another processor, the parameter will be used to differentiate the different processors. Anyway, thank you. :) Best, Lennox 2013/11/4 Michael Opdenacker : > This removes the CPU_SCORE7 Kconfig parameter, > which was no longer used anywhere in the source code > and Makefiles.

Re: [PATCH] score: remove unused CPU_SCORE7 Kconfig parameter

2013-11-04 Thread Lennox Wu
Hi Michael, We have another processor, the parameter will be used to differentiate the different processors. Anyway, thank you. :) Best, Lennox 2013/11/4 Michael Opdenacker michael.opdenac...@free-electrons.com: This removes the CPU_SCORE7 Kconfig parameter, which was no longer used anywhere

Re: [PATCH 21/29] score: Use get_signal() signal_setup_done()

2013-10-18 Thread Lennox Wu
It's fine for Score. Pass the compiling and other tests. Thank you. Acked-by: Lennox Wu 於 2013/10/8 下午 07:34, Richard Weinberger 提到: > Use the more generic functions get_signal() signal_setup_done() > for signal delivery. > > Signed-off-by: Richard Weinberger > --- > arch/sco

Re: [PATCH 21/29] score: Use get_signal() signal_setup_done()

2013-10-18 Thread Lennox Wu
It's fine for Score. Pass the compiling and other tests. Thank you. Acked-by: Lennox Wu lennox...@gmail.com 於 2013/10/8 下午 07:34, Richard Weinberger 提到: Use the more generic functions get_signal() signal_setup_done() for signal delivery. Signed-off-by: Richard Weinberger rich...@nod.at

Re: [PATCH 25/34] score: handle pgtable_page_ctor() fail

2013-10-13 Thread Lennox Wu
Thanks. Acked-by: Lennox Wu 於 2013/10/11 上午 02:05, Kirill A. Shutemov 提到: > Signed-off-by: Kirill A. Shutemov > Cc: Chen Liqin > Cc: Lennox Wu > --- > arch/score/include/asm/pgalloc.h | 9 ++--- > 1 file changed, 6 insertions(+), 3 deletions(-) > > diff --git

Re: [PATCH 25/34] score: handle pgtable_page_ctor() fail

2013-10-13 Thread Lennox Wu
Thanks. Acked-by: Lennox Wu lennox...@gmail.com 於 2013/10/11 上午 02:05, Kirill A. Shutemov 提到: Signed-off-by: Kirill A. Shutemov kirill.shute...@linux.intel.com Cc: Chen Liqin liqin.c...@sunplusct.com Cc: Lennox Wu lennox...@gmail.com --- arch/score/include/asm/pgalloc.h | 9 ++--- 1

[git pull] Score: Fix compiling errors and update the information of maintainers (Fixed format 2)

2013-09-30 Thread Lennox Wu
the information of Score maintaners (2013-9-26 01:41:22 +0800) Thanks for your patience. Best, Lennox Wu --- Summary these commits: 1. Fix some trivial errors for successfully compiling the latest version Linux kernel. 2. Provide necessary function

Re: [git pull] Score: Fix compiling errors and update the information of maintainers (Fixed format)

2013-09-30 Thread Lennox Wu
Sorry, please ignor the mail. Some thing wrong in my mail client. The mail includes wrong format. Lennox 於 2013/9/30 下午 10:45, Lennox Wu 提到: > Hi Linus, > Please pull these updates for S+core architecture. These updates include > updating information of maintainers, fix some trivi

[git pull] Score: Fix compiling errors and update the information of maintainers (Fixed format)

2013-09-30 Thread Lennox Wu
ges up to ed38665eb50ef7ad530f9b2db531a09b8520ed32 Score: Update the information of Score maintaners (2013-9-26 01:41:22 +0800) Thanks for your patience. Best, Lennox Wu --- Summary these commits: 1. Fix some trivial errors for successfully compiling the latest v

[git pull] Score: Fix compiling errors and update the information of maintainers (Fixed format)

2013-09-30 Thread Lennox Wu
to ed38665eb50ef7ad530f9b2db531a09b8520ed32 Score: Update the information of Score maintaners (2013-9-26 01:41:22 +0800) Thanks for your patience. Best, Lennox Wu --- Summary these commits: 1. Fix some trivial errors for successfully compiling the latest version Linux

Re: [git pull] Score: Fix compiling errors and update the information of maintainers (Fixed format)

2013-09-30 Thread Lennox Wu
Sorry, please ignor the mail. Some thing wrong in my mail client. The mail includes wrong format. Lennox 於 2013/9/30 下午 10:45, Lennox Wu 提到: Hi Linus, Please pull these updates for S+core architecture. These updates include updating information of maintainers, fix some trivial errors, and add

[git pull] Score: Fix compiling errors and update the information of maintainers (Fixed format 2)

2013-09-30 Thread Lennox Wu
the information of Score maintaners (2013-9-26 01:41:22 +0800) Thanks for your patience. Best, Lennox Wu --- Summary these commits: 1. Fix some trivial errors for successfully compiling the latest version Linux kernel. 2. Provide necessary function

[git pull] Score: Fix compiling error and updatr thee information of maintainers

2013-09-26 Thread Lennox Wu
:22 +0800) Best, Lennox Wu --- Summary these commits: 1. Fix some trivial errors for successfully compiling the latest version Linux kernel. 2. Provide necessary function for support IPV6. 3. Update the information of maintainers. Signed-off-by: Lennox

[git pull] Score: Fix compiling error and updatr thee information of maintainers

2013-09-26 Thread Lennox Wu
:22 +0800) Best, Lennox Wu --- Summary these commits: 1. Fix some trivial errors for successfully compiling the latest version Linux kernel. 2. Provide necessary function for support IPV6. 3. Update the information of maintainers. Signed-off-by: Lennox

  1   2   >