[PATCH 2.6.20 1/14] CRIS architecture update - Build system

2007-04-22 Thread Mikael Starvik
The attached patch improves the CRIS build system by allowing out-of-tree objdir everywhere Signed-off-by: Mikael Starvik [EMAIL PROTECTED] /Mikael cris1_make.patch Description: cris1_make.patch

[PATCH 2.6.20 2/14] CRIS architecture update - subarchs

2007-04-22 Thread Mikael Starvik
The attached patch corrects a few paths related to sub-architectures. Signed-off-by: Mikael Starvik [EMAIL PROTECTED] /Mikael cris2_arch.patch Description: cris2_arch.patch

[PATCH 2.6.20 3/14] CRIS architecture update - Configuration

2007-04-22 Thread Mikael Starvik
The attached patch relates to CRIS kernel configuration. Signed-off-by: Mikael Starvik [EMAIL PROTECTED] /Mikael cris3_config.patch Description: cris3_config.patch

[PATCH 2.6.20 6/14] CRIS architecture update - Library

2007-04-22 Thread Mikael Starvik
The attached patch relates to CRIS library functions Signed-off-by: Mikael Starvik [EMAIL PROTECTED] /Mikael cris6_lib.patch Description: cris6_lib.patch

[PATCH 2.6.20 7/14] CRIS architecture update - Boot

2007-04-22 Thread Mikael Starvik
The attached patch relates to CRIS kernel booting (decompresser etc) Signed-off-by: Mikael Starvik [EMAIL PROTECTED] /Mikael cris7_boot.patch Description: cris7_boot.patch

PATCH 2.6.20 11/14; CRIS architecture update - IDE driver

2007-04-22 Thread Mikael Starvik
The attached patch updates the CRIS IDE driver. Signed-off-by: Mikael Starvik [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] /Mikael cris11_ide.patch Description: cris11_ide.patch

RE: [PATCH 2.6.20 7/14] CRIS architecture update - Boot

2007-04-23 Thread Mikael Starvik
EXPORT_SYMBOL(foo). */ + /DISCARD/ : + { + *(__ksymtab_strings) + *(__ksymtab) + } } -Original Message- From: Sam Ravnborg [mailto:[EMAIL PROTECTED] Sent: Sunday, April 22, 2007 9:45 PM To: Mikael Starvik Cc: linux-kernel@vger.kernel.org; [EMAIL PROTECTED

RE: [2.6 patch] arch/cris/arch-v32/kernel/fasttimer.c: remove kernel 2.0 code

2007-03-25 Thread Mikael Starvik
Yes, I agree totally. Signed-off-by: Mikael Starvik [EMAIL PROTECTED] -Original Message- From: Adrian Bunk [mailto:[EMAIL PROTECTED] Sent: Monday, March 26, 2007 6:08 AM To: Mikael Starvik Cc: dev-etrax; linux-kernel@vger.kernel.org Subject: [2.6 patch] arch/cris/arch-v32/kernel

RE: [Patch 4/8] CRIS: Remove 'TOPDIR' from Makefiles

2008-01-06 Thread Mikael Starvik
PS. Mikael - should Jesper be mentioned in MAINTAINERS? Yes, that is a good idea. Down the road Jesper will take over maintainership I guess. -Original Message- From: Sam Ravnborg [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 01, 2008 11:20 AM To: WANG Cong Cc: Mikael Starvik; LKML

RE: Upcomming CRIS patches

2007-10-26 Thread Mikael Starvik
/dev_sdk/download_compiler .php. Unfortunately you have to register. The GCC CRIS maintainer is also very active in the GCC comunity. Best Regards /Mikael -Original Message- From: Sam Ravnborg [mailto:[EMAIL PROTECTED] Sent: Friday, October 26, 2007 8:18 AM To: Mikael Starvik Cc: linux

Upcomming CRIS patches

2007-10-25 Thread Mikael Starvik
Just a heads up that we will now finally start to submit CRIS patches. The first patches will make CRIS compile in the official tree. Further patches will then add functionality and correct bugs. A new machine called Artpec-3 will also be added. /Mikael and Jepser - To unsubscribe from this

RE: [PATCH 14/16] CRIS architecture: Correct compile errors

2007-10-30 Thread Mikael Starvik
Signed-off-by: Mikael Starvik [EMAIL PROTECTED] -Original Message- From: Jesper Nilsson [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 30, 2007 10:35 AM To: Andrew Morton; Mikael Starvik; Jesper Nilsson; linux-kernel@vger.kernel.org Subject: [PATCH 14/16] CRIS architecture: Correct

RE: [PATCH 15/16] CRIS architecture: Correct compile errors

2007-10-30 Thread Mikael Starvik
Signed-off-by: Mikael Starvik [EMAIL PROTECTED] -Original Message- From: Jesper Nilsson [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 30, 2007 10:36 AM To: Andrew Morton; Mikael Starvik; Jesper Nilsson; linux-kernel@vger.kernel.org Subject: [PATCH 15/16] CRIS architecture: Correct

RE: [PATCH 13/16] CRIS architecture: Correct compile errors

2007-10-30 Thread Mikael Starvik
Signed-off-by: Mikael Starvik [EMAIL PROTECTED] -Original Message- From: Jesper Nilsson [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 30, 2007 10:35 AM To: Andrew Morton; Mikael Starvik; Jesper Nilsson; linux-kernel@vger.kernel.org Subject: [PATCH 13/16] CRIS architecture: Correct

RE: cris port lacks a merge?

2007-07-30 Thread Mikael Starvik
a too old version 6. Repeat from 1. But I will continue to start making attempts to send patches upstreams again. Patches are also available at http://developer.axis.com /Mikael -Original Message- From: Adrian Bunk [mailto:[EMAIL PROTECTED] Sent: Sunday, July 15, 2007 2:04 PM To: Mikael

RE: [PATCH][2.4.30-pre1] preliminary fixes for gcc-4.0

2005-03-16 Thread Mikael Starvik
Another comment: CFLAGS += -ffreestanding to avoid gcc magically turning sprintf() into calls to non-existent strcpy(). You could use -fno-builtin-sprintf instead and thus also avoid the abs change. /Mikael -Original Message- From: Mikael Starvik [mailto:[EMAIL PROTECTED] Sent

RE: [PATCH][2.4.30-rc1] updated gcc-4.0 patches

2005-03-22 Thread Mikael Starvik
(Thanks to Mikael Starvik for the -fno-builtin-sprintf hint.) It's really Hans-Peter Nilsson who should have the credit. I only forwarded his input. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mikael Pettersson Sent: Saturday, March 19, 2005 5:26 PM

RE: [patch 10/14] serial/crisv10: replace schedule_timeout() with msleep()

2005-03-07 Thread Mikael Starvik
Yes, that is correct. Please apply. Acked-by: Mikael Starvik [EMAIL PROTECTED] -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Andrew Morton Sent: Monday, March 07, 2005 4:36 AM To: [EMAIL PROTECTED] Cc: linux-kernel@vger.kernel.org; [EMAIL PROTECTED

RE: [PATCH][2.4.30-pre1] preliminary fixes for gcc-4.0

2005-03-10 Thread Mikael Starvik
+#if __GNUC__ 2 || (__GNUC__ == 2 __GNUC_MINOR = 96) Should be __GNUC_MINOR__ -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mikael Pettersson Sent: Thursday, February 10, 2005 4:29 PM To: linux-kernel@vger.kernel.org Subject: [PATCH][2.4.30-pre1]

RE: [PATCH 5/23] Fix the arguments to machine_restart on cris

2005-08-15 Thread Mikael Starvik
Well, not really luck but anyway (the caller puts the first argument in register r10 and the called function never uses it so no harm). Acked-by: Mikael Starvik [EMAIL PROTECTED] -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Eric W. Biederman Sent

RE: [2.6 patch] cris: extern inline - static inline

2005-08-22 Thread Mikael Starvik
. If you don't agree you can argue with the GCC CRIS backend maintainer (I'll supply email in a separate off-the-list mail if your interrested). /Mikael -Original Message- From: Adrian Bunk [mailto:[EMAIL PROTECTED] Sent: Monday, August 22, 2005 1:55 AM To: Mikael Starvik Cc: dev-etrax

RE: [2.6 patch] cris: extern inline - static inline

2005-08-23 Thread Mikael Starvik
Ok, I've made a testcompile and the resulting image size is similar so the patch is good. Acked-by: Mikael Starvik [EMAIL PROTECTED] /Mikael -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Adrian Bunk Sent: Monday, August 22, 2005 1:55 AM To: Mikael

Iptable loop during kernel startup

2007-01-10 Thread Mikael Starvik
I have a kernel with CONFIG_IP_NF_TABLES=y CONFIG_IP_NF_FILTER=y CONFIG_IP_NF_TARGET_LOG=y all other NF options are off. During kernel startup I get iptables: loop hook 1 pos 0022 when filter tries to register at module_init. Any ideas why I get this loop? /Mikael - To unsubscribe from

RE: Iptable loop during kernel startup

2007-01-10 Thread Mikael Starvik
Which iptables/kernel versions are you using? 2.6.19. After further testing it seams to be a compiler/CPU issue. The exact same kernelconfig works on ARM. So I have to dig some... /Mikael - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL

RE: Iptable loop during kernel startup

2007-01-10 Thread Mikael Starvik
this is because target and name doesn't share address by I haven't checked). So... Is it really correct to modify the target pointer there? /Mikael -Original Message- From: Mikael Starvik Sent: Wednesday, January 10, 2007 12:29 PM To: 'Patrick McHardy'; Mikael Starvik Cc: 'Linux Kernel Mailing

RE: Iptable loop during kernel startup

2007-01-10 Thread Mikael Starvik
PROTECTED] Sent: Wednesday, January 10, 2007 1:50 PM To: Mikael Starvik Cc: 'Linux Kernel Mailing List'; Edgar Iglesias; 'Netfilter Development Mailinglist' Subject: Re: Iptable loop during kernel startup Mikael Starvik wrote: Which iptables/kernel versions are you using? 2.6.19. After

RE: [PATCH 128/196] Kobject: the cris iop_fw_load.c code is broken

2008-01-25 Thread Mikael Starvik
Yes, we are currently in the process of cleaning this up for all our device drivers. Thanks! -Original Message- From: Greg Kroah-Hartman [mailto:[EMAIL PROTECTED] Sent: Friday, January 25, 2008 8:33 AM To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman; Mikael Starvik; Kay Sievers

Re: [Query] CPUFreq: Does these machines have separate clock domains for CPUs?

2013-08-29 Thread Mikael Starvik
Cris are also UP 29 aug 2013 kl. 12:16 skrev Viresh Kumar viresh.ku...@linaro.org: Hi, I have been doing some CPUFreq cleanup work and wanted to know if the below mentioned machines have separate clock domains for their CPUs or all share the same domain? So, that we can use some generic

Re: [PATCH 1/8] cris: fix headers_install

2014-07-28 Thread Mikael Starvik
Cc: Mikael Starvik star...@axis.com Cc: Jesper Nilsson jesper.nils...@axis.com --- I had already cooked this patch up as part of another serie. Jesper - can you take care this hits mainline this week? Sam arch/cris/include/asm/Kbuild | 5 - arch/cris/include/uapi/asm/Kbuild

RE: [PATCH 17/38] cris: clean-up uapi Kbuild file

2014-08-10 Thread Mikael Starvik
Acked-by: Mikael Starvik mikael.star...@axis.com -Original Message- From: Sam Ravnborg [mailto:s...@ravnborg.org] Sent: den 14 juli 2014 17:09 To: Arnd Bergmann Cc: lkml; linux-arch; Sam Ravnborg; Mikael Starvik; Jesper Nilsson Subject: [PATCH 17/38] cris: clean-up uapi Kbuild file

RE: [PATCH] cris: bug: add unreachable() to silence warnings

2014-08-10 Thread Mikael Starvik
Agreed. If you include that, I will ack it -Original Message- From: Maurizio Lombardi [mailto:mlomb...@redhat.com] Sent: den 7 augusti 2014 09:24 To: Nick Krause; Mikael Starvik; Jesper Nilsson; o...@axis.com; list@; open list Subject: Re: [PATCH] cris: bug: add unreachable() to silence

RE: [PATCH 01/38] cris: fix headers_install

2014-08-10 Thread Mikael Starvik
Nice! Acked-by: Mikael Starvik mikael.star...@axis.com -Original Message- From: Sam Ravnborg [mailto:s...@ravnborg.org] Sent: den 14 juli 2014 17:08 To: Arnd Bergmann Cc: lkml; linux-arch; Sam Ravnborg; Mikael Starvik; Jesper Nilsson; David Howells Subject: [PATCH 01/38] cris: fix

RE: [PATCH 06/43] cris: Use get_signal() signal_setup_done()

2014-08-10 Thread Mikael Starvik
Acked-by: Mikael Starvik mikael.star...@axis.com -Original Message- From: Richard Weinberger [mailto:rich...@sigma-star.at] Sent: den 21 juli 2014 16:03 To: a...@linux-foundation.org Cc: linux-kernel@vger.kernel.org; linux-a...@vger.kernel.org; Richard Weinberger; Mikael Starvik; Jesper

Re: Status of 'cris' architecture support in Linux kernel

2014-08-31 Thread Mikael Starvik
Jesper is actually back at work today but give him a few days to catch up. 31 aug 2014 kl. 20:51 skrev Sam Ravnborg s...@ravnborg.org: On Sun, Aug 31, 2014 at 10:50:10AM -0700, Guenter Roeck wrote: The idea was to create a crisv32 kernel and initramfs to work with qemu for the ongoing

Re: [RFC PATCH 8/8] Revert percpu: free percpu allocation info for uniprocessor system

2014-09-21 Thread Mikael Starvik
Thanks for all your work with CRIS! CRISv10 is alive but is currently used as small helper CPUs close to hardware blocks. Jesper will review and ack. 21 sep 2014 kl. 18:27 skrev Guenter Roeck li...@roeck-us.net: This reverts commit 3189eddbcafcc4d827f7f19facbeddec4424eba8. The commit

Re: [PATCH 2/6] CRIS: remove SMP code

2015-02-19 Thread Mikael Starvik
There was a discussions about making a SMP CRIS once and the code actually ran on emulator. But I guess something went wrong during uppstreamimg. Anyway there is no real silicone so removing it is correct. 20 feb 2015 kl. 01:06 skrev Paul Bolle pebo...@tiscali.nl: On Thu, 2015-02-19 at

Re: crisv32 runtime failure in -next due to 'page-flags: define behavior SL*B-related flags on compound pages'

2015-09-22 Thread Mikael Starvik
For cris it is completely valid to do that. It has been an issue before. If you for some reason really require dword alignment there should be an align in the struct. CC:ing the compiler guy for further comments. Best regard /Mikael > 22 sep 2015 kl. 14:03 skrev Kirill A. Shutemov

Re: Build regressions/improvements in v4.6-rc1

2016-03-29 Thread Mikael Starvik
I have not lookend at the structs but CRIS is a bit unusual since it does no alignment what so ever. If a short is followed by an int will be unaligned like in a packed struct. Jesper or someone else will take a look at this specific issue. /Mikael > 29 mars 2016 kl. 00:47 skrev Darrick J.

Re: [PATCH V3 04/11] CRIS v32: nand: set ECC algorithm explicitly

2016-04-21 Thread Mikael Starvik
Acked-by: Mikael Starvik <star...@axis.com> > 17 apr. 2016 kl. 22:53 skrev Rafał Miłecki <zaj...@gmail.com>: > > This is part of process deprecating NAND_ECC_SOFT_BCH (and switching to > enum nand_ecc_algo). > > Signed-off-by: Rafał Miłecki <zaj...@gmail.com>

Re: [GIT PULL] CRIS: Drop support for the CRIS-port

2018-03-11 Thread Mikael Starvik
RIP CRIS. Lots of fun memories! > 11 mars 2018 kl. 12:05 skrev Jesper Nilsson : > > Hi Arnd, > > As promised, pull the below tag for the removal of the CRIS-port. > There are still a few references to the CRIS port left, and they > can be grouped into two categories: > > -

RE: [patch 10/14] serial/crisv10: replace schedule_timeout() with msleep()

2005-03-07 Thread Mikael Starvik
Yes, that is correct. Please apply. Acked-by: Mikael Starvik <[EMAIL PROTECTED]> -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Andrew Morton Sent: Monday, March 07, 2005 4:36 AM To: [EMAIL PROTECTED] Cc: linux-kernel@vger.kernel.org; [EMAIL PRO

RE: [PATCH][2.4.30-pre1] preliminary fixes for gcc-4.0

2005-03-10 Thread Mikael Starvik
>+#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR >= 96) Should be __GNUC_MINOR__ -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mikael Pettersson Sent: Thursday, February 10, 2005 4:29 PM To: linux-kernel@vger.kernel.org Subject:

RE: [PATCH][2.4.30-pre1] preliminary fixes for gcc-4.0

2005-03-16 Thread Mikael Starvik
Another comment: >CFLAGS += -ffreestanding to avoid gcc magically turning sprintf() > into calls to non-existent strcpy(). You could use -fno-builtin-sprintf instead and thus also avoid the abs change. /Mikael -Original Message- From: Mikael Starvik [mailto:[EMAIL PROTECTED]

RE: [PATCH][2.4.30-rc1] updated gcc-4.0 patches

2005-03-22 Thread Mikael Starvik
>(Thanks to Mikael Starvik for the -fno-builtin-sprintf hint.) It's really Hans-Peter Nilsson who should have the credit. I only forwarded his input. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mikael Pettersson Sent: Saturday, March 19, 2005 5:26

RE: [PATCH 5/23] Fix the arguments to machine_restart on cris

2005-08-15 Thread Mikael Starvik
Well, not really luck but anyway (the caller puts the first argument in register r10 and the called function never uses it so no harm). Acked-by: Mikael Starvik <[EMAIL PROTECTED]> -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Eric W. Biederma

RE: [2.6 patch] cris: "extern inline" -> "static inline"

2005-08-22 Thread Mikael Starvik
ill is true with 4.0. If you don't agree you can argue with the GCC CRIS backend maintainer (I'll supply email in a separate off-the-list mail if your interrested). /Mikael -Original Message- From: Adrian Bunk [mailto:[EMAIL PROTECTED] Sent: Monday, August 22, 2005 1:55 AM To: Mikael S

RE: [2.6 patch] cris: "extern inline" -> "static inline"

2005-08-23 Thread Mikael Starvik
Ok, I've made a testcompile and the resulting image size is similar so the patch is good. Acked-by: Mikael Starvik <[EMAIL PROTECTED]> /Mikael -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Adrian Bunk Sent: Monday, August 22, 2005 1:55 AM To:

Iptable loop during kernel startup

2007-01-10 Thread Mikael Starvik
I have a kernel with CONFIG_IP_NF_TABLES=y CONFIG_IP_NF_FILTER=y CONFIG_IP_NF_TARGET_LOG=y all other NF options are off. During kernel startup I get iptables: loop hook 1 pos 0022 when filter tries to register at module_init. Any ideas why I get this loop? /Mikael - To unsubscribe from

RE: Iptable loop during kernel startup

2007-01-10 Thread Mikael Starvik
>Which iptables/kernel versions are you using? 2.6.19. After further testing it seams to be a compiler/CPU issue. The exact same kernelconfig works on ARM. So I have to dig some... /Mikael - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to

RE: Iptable loop during kernel startup

2007-01-10 Thread Mikael Starvik
m name has not been mangled (I guess this is because target and name doesn't share address by I haven't checked). So... Is it really correct to modify the target pointer there? /Mikael -----Original Message- From: Mikael Starvik Sent: Wednesday, January 10, 2007 12:29 PM To: 'Patrick McHard

RE: Iptable loop during kernel startup

2007-01-10 Thread Mikael Starvik
PROTECTED] Sent: Wednesday, January 10, 2007 1:50 PM To: Mikael Starvik Cc: 'Linux Kernel Mailing List'; Edgar Iglesias; 'Netfilter Development Mailinglist' Subject: Re: Iptable loop during kernel startup Mikael Starvik wrote: >>Which iptables/kernel versions are you using? > > >

RE: [2.6 patch] arch/cris/arch-v32/kernel/fasttimer.c: remove kernel 2.0 code

2007-03-25 Thread Mikael Starvik
Yes, I agree totally. Signed-off-by: Mikael Starvik <[EMAIL PROTECTED]> -Original Message- From: Adrian Bunk [mailto:[EMAIL PROTECTED] Sent: Monday, March 26, 2007 6:08 AM To: Mikael Starvik Cc: dev-etrax; linux-kernel@vger.kernel.org Subject: [2.6 patch] arch/cris/arch-v32/

[PATCH 2.6.20 1/14] CRIS architecture update - Build system

2007-04-22 Thread Mikael Starvik
The attached patch improves the CRIS build system by allowing out-of-tree objdir everywhere Signed-off-by: Mikael Starvik <[EMAIL PROTECTED]> /Mikael cris1_make.patch Description: cris1_make.patch

[PATCH 2.6.20 2/14] CRIS architecture update - subarchs

2007-04-22 Thread Mikael Starvik
The attached patch corrects a few paths related to sub-architectures. Signed-off-by: Mikael Starvik <[EMAIL PROTECTED]> /Mikael cris2_arch.patch Description: cris2_arch.patch

[PATCH 2.6.20 3/14] CRIS architecture update - Configuration

2007-04-22 Thread Mikael Starvik
The attached patch relates to CRIS kernel configuration. Signed-off-by: Mikael Starvik <[EMAIL PROTECTED]> /Mikael cris3_config.patch Description: cris3_config.patch

[PATCH 2.6.20 6/14] CRIS architecture update - Library

2007-04-22 Thread Mikael Starvik
The attached patch relates to CRIS library functions Signed-off-by: Mikael Starvik <[EMAIL PROTECTED]> /Mikael cris6_lib.patch Description: cris6_lib.patch

[PATCH 2.6.20 7/14] CRIS architecture update - Boot

2007-04-22 Thread Mikael Starvik
The attached patch relates to CRIS kernel booting (decompresser etc) Signed-off-by: Mikael Starvik <[EMAIL PROTECTED]> /Mikael cris7_boot.patch Description: cris7_boot.patch

PATCH 2.6.20 11/14; CRIS architecture update - IDE driver

2007-04-22 Thread Mikael Starvik
The attached patch updates the CRIS IDE driver. Signed-off-by: Mikael Starvik <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> > /Mikael cris11_ide.patch Description: cris11_ide.patch

RE: [PATCH 2.6.20 7/14] CRIS architecture update - Boot

2007-04-23 Thread Mikael Starvik
edata = . ; + } > bootblk + .bss : + { + _bss = . ; + *(.bss) + _end = ALIGN( 0x10 ) ; + } > intmem + + /* Get rid of stuff from EXPORT_SYMBOL(foo). */ + /DISCARD/ : + { + *(__ksymtab_strings) +

RE: cris port lacks a merge?

2007-07-30 Thread Mikael Starvik
a too old version 6. Repeat from 1. But I will continue to start making attempts to send patches upstreams again. Patches are also available at http://developer.axis.com /Mikael -Original Message- From: Adrian Bunk [mailto:[EMAIL PROTECTED] Sent: Sunday, July 15, 2007 2:04 PM To: Mikael

RE: Upcomming CRIS patches

2007-10-26 Thread Mikael Starvik
cts/dev_sdk/download_compiler .php. Unfortunately you have to register. The GCC CRIS maintainer is also very active in the GCC comunity. Best Regards /Mikael -Original Message- From: Sam Ravnborg [mailto:[EMAIL PROTECTED] Sent: Friday, October 26, 2007 8:18 AM To: Mikael Starvik Cc: li

Upcomming CRIS patches

2007-10-25 Thread Mikael Starvik
Just a heads up that we will now finally start to submit CRIS patches. The first patches will make CRIS compile in the official tree. Further patches will then add functionality and correct bugs. A new machine called Artpec-3 will also be added. /Mikael and Jepser - To unsubscribe from this

RE: [PATCH 14/16] CRIS architecture: Correct compile errors

2007-10-30 Thread Mikael Starvik
Signed-off-by: Mikael Starvik <[EMAIL PROTECTED]> -Original Message- From: Jesper Nilsson [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 30, 2007 10:35 AM To: Andrew Morton; Mikael Starvik; Jesper Nilsson; linux-kernel@vger.kernel.org Subject: [PATCH 14/16] CRIS architecture: C

RE: [PATCH 15/16] CRIS architecture: Correct compile errors

2007-10-30 Thread Mikael Starvik
Signed-off-by: Mikael Starvik <[EMAIL PROTECTED]> -Original Message- From: Jesper Nilsson [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 30, 2007 10:36 AM To: Andrew Morton; Mikael Starvik; Jesper Nilsson; linux-kernel@vger.kernel.org Subject: [PATCH 15/16] CRIS architecture: C

RE: [PATCH 13/16] CRIS architecture: Correct compile errors

2007-10-30 Thread Mikael Starvik
Signed-off-by: Mikael Starvik <[EMAIL PROTECTED]> -Original Message- From: Jesper Nilsson [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 30, 2007 10:35 AM To: Andrew Morton; Mikael Starvik; Jesper Nilsson; linux-kernel@vger.kernel.org Subject: [PATCH 13/16] CRIS architecture: C

Re: [Query] CPUFreq: Does these machines have separate clock domains for CPUs?

2013-08-29 Thread Mikael Starvik
Cris are also UP 29 aug 2013 kl. 12:16 skrev "Viresh Kumar" : > Hi, > > I have been doing some CPUFreq cleanup work and > wanted to know if the below mentioned machines have separate > clock domains for their CPUs or all share the same domain? > > So, that we can use some generic routines for

Re: [PATCH 1/8] cris: fix headers_install

2014-07-28 Thread Mikael Starvik
Sun, 13 Jul 2014 23:40:44 +0200 > Subject: [PATCH 1/8] cris: fix headers_install > > Fix headers_install by adjusting the path to arch files. > And delete unused Kbuild file. > Drop special handling of cris in the headers.sh script as a nice side-effect. > > Signed-off-by: Sa

Re: [GIT PULL] CRIS: Drop support for the CRIS-port

2018-03-11 Thread Mikael Starvik
RIP CRIS. Lots of fun memories! > 11 mars 2018 kl. 12:05 skrev Jesper Nilsson : > > Hi Arnd, > > As promised, pull the below tag for the removal of the CRIS-port. > There are still a few references to the CRIS port left, and they > can be grouped into two categories: > > - Examples or

RE: [Patch 4/8] CRIS: Remove 'TOPDIR' from Makefiles

2008-01-06 Thread Mikael Starvik
>PS. Mikael - should Jesper be mentioned in MAINTAINERS? Yes, that is a good idea. Down the road Jesper will take over maintainership I guess. -Original Message- From: Sam Ravnborg [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 01, 2008 11:20 AM To: WANG Cong Cc: Mikael Starvik; L

RE: [PATCH 128/196] Kobject: the cris iop_fw_load.c code is broken

2008-01-25 Thread Mikael Starvik
Yes, we are currently in the process of cleaning this up for all our device drivers. Thanks! -Original Message- From: Greg Kroah-Hartman [mailto:[EMAIL PROTECTED] Sent: Friday, January 25, 2008 8:33 AM To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman; Mikael Starvik; Kay Sievers

Re: [RFC PATCH 8/8] Revert "percpu: free percpu allocation info for uniprocessor system"

2014-09-21 Thread Mikael Starvik
Thanks for all your work with CRIS! CRISv10 is alive but is currently used as small helper CPUs close to hardware blocks. Jesper will review and ack. > 21 sep 2014 kl. 18:27 skrev "Guenter Roeck" : > > This reverts commit 3189eddbcafcc4d827f7f19facbeddec4424eba8. > > The commit causes a hang

Re: Status of 'cris' architecture support in Linux kernel

2014-08-31 Thread Mikael Starvik
Jesper is actually back at work today but give him a few days to catch up. > 31 aug 2014 kl. 20:51 skrev "Sam Ravnborg" : > >> On Sun, Aug 31, 2014 at 10:50:10AM -0700, Guenter Roeck wrote: >> The idea was to create a crisv32 kernel and initramfs to work with qemu >> for the ongoing Linux

RE: [PATCH 17/38] cris: clean-up uapi Kbuild file

2014-08-10 Thread Mikael Starvik
Acked-by: Mikael Starvik -Original Message- From: Sam Ravnborg [mailto:s...@ravnborg.org] Sent: den 14 juli 2014 17:09 To: Arnd Bergmann Cc: lkml; linux-arch; Sam Ravnborg; Mikael Starvik; Jesper Nilsson Subject: [PATCH 17/38] cris: clean-up uapi Kbuild file Remove redundant

RE: [PATCH] cris: bug: add unreachable() to silence warnings

2014-08-10 Thread Mikael Starvik
Agreed. If you include that, I will ack it -Original Message- From: Maurizio Lombardi [mailto:mlomb...@redhat.com] Sent: den 7 augusti 2014 09:24 To: Nick Krause; Mikael Starvik; Jesper Nilsson; o...@axis.com; list@; open list Subject: Re: [PATCH] cris: bug: add unreachable() to silence

RE: [PATCH 01/38] cris: fix headers_install

2014-08-10 Thread Mikael Starvik
Nice! Acked-by: Mikael Starvik -Original Message- From: Sam Ravnborg [mailto:s...@ravnborg.org] Sent: den 14 juli 2014 17:08 To: Arnd Bergmann Cc: lkml; linux-arch; Sam Ravnborg; Mikael Starvik; Jesper Nilsson; David Howells Subject: [PATCH 01/38] cris: fix headers_install Fix

RE: [PATCH 06/43] cris: Use get_signal() signal_setup_done()

2014-08-10 Thread Mikael Starvik
Acked-by: Mikael Starvik -Original Message- From: Richard Weinberger [mailto:rich...@sigma-star.at] Sent: den 21 juli 2014 16:03 To: a...@linux-foundation.org Cc: linux-kernel@vger.kernel.org; linux-a...@vger.kernel.org; Richard Weinberger; Mikael Starvik; Jesper Nilsson; linux-cris

Re: [PATCH 2/6] CRIS: remove SMP code

2015-02-19 Thread Mikael Starvik
There was a discussions about making a SMP CRIS once and the code actually ran on emulator. But I guess something went wrong during uppstreamimg. Anyway there is no real silicone so removing it is correct. > 20 feb 2015 kl. 01:06 skrev "Paul Bolle" : > >> On Thu, 2015-02-19 at 20:29 +0100,

Re: Build regressions/improvements in v4.6-rc1

2016-03-29 Thread Mikael Starvik
I have not lookend at the structs but CRIS is a bit unusual since it does no alignment what so ever. If a short is followed by an int will be unaligned like in a packed struct. Jesper or someone else will take a look at this specific issue. /Mikael > 29 mars 2016 kl. 00:47 skrev Darrick J.

Re: [PATCH V3 04/11] CRIS v32: nand: set ECC algorithm explicitly

2016-04-21 Thread Mikael Starvik
Acked-by: Mikael Starvik > 17 apr. 2016 kl. 22:53 skrev Rafał Miłecki : > > This is part of process deprecating NAND_ECC_SOFT_BCH (and switching to > enum nand_ecc_algo). > > Signed-off-by: Rafał Miłecki > --- > arch/cris/arch-v32/drivers/mach-a3/nandflash.c | 1 + >

Re: crisv32 runtime failure in -next due to 'page-flags: define behavior SL*B-related flags on compound pages'

2015-09-22 Thread Mikael Starvik
For cris it is completely valid to do that. It has been an issue before. If you for some reason really require dword alignment there should be an align in the struct. CC:ing the compiler guy for further comments. Best regard /Mikael > 22 sep 2015 kl. 14:03 skrev Kirill A. Shutemov : > >>