Re: [RFC PATCH v2 09/14] m68k: hp300: Remove hp300_gettimeoffset()

2018-11-21 Thread Kars de Jong
Op wo 21 nov. 2018 om 00:13 schreef Finn Thain : > > On Tue, 20 Nov 2018, Kars de Jong wrote: > > > Op ma 19 nov. 2018 om 02:10 schreef Finn Thain : > > > > > > hp300_gettimeoffset() never checks the timer interrupt flag and will > > > fail to notice

Re: [RFC PATCH v2 09/14] m68k: hp300: Remove hp300_gettimeoffset()

2018-11-20 Thread Kars de Jong
Op ma 19 nov. 2018 om 02:10 schreef Finn Thain : > > hp300_gettimeoffset() never checks the timer interrupt flag and will > fail to notice when the timer counter gets reloaded. That means the > clock could jump backwards. > > Remove this code and leave this platform on the 'jiffies' clocksource. >

Re: [PATCH 2/4] m68k/mac: Disentangle VIA and OSS initialization

2017-10-27 Thread Kars de Jong
happens after config_mac(). > > Tested-by: Stan Johnson Was this tested on a Mac IIfx and on at least one other Mac? > Signed-off-by: Finn Thain Reviewed-by: Kars de Jong

Re: [PATCH 1/4] m68k/mac: More printk modernization

2017-10-27 Thread Kars de Jong
2017-10-27 4:45 GMT+02:00 Finn Thain : > Log message fragments used to be printed on one line but now get split up. > Fix this. Also, suppress log spam that merely prints known pointer values. > > Tested-by: Stan Johnson > Signed-off-by: Finn Thain > --- > arch/m68k/mac/baboon.c | 2 +- > arch/

Re: [PATCH 2/4] m68k/mac: Disentangle VIA and OSS initialization

2017-10-27 Thread Kars de Jong
ppens after config_mac(). > > Tested-by: Stan Johnson Was this tested on a Mac IIfx and on at least one other Mac? > Signed-off-by: Finn Thain Reviewed-by: Kars de Jong (Geert, Finn: sorry about the spam. Bloody Gmail...) Kars.

Re: 8250_hp300: initialisation ordering bug

2005-09-08 Thread Kars de Jong
On wo, 2005-09-07 at 21:33 +0100, Russell King wrote: > On Wed, Sep 07, 2005 at 10:17:49PM +0200, Kars de Jong wrote: > > On a related note: can I use the "serial8250" platform driver also for > > non-ISA devices (like my APCI platform device)? The comments in > >

Re: 8250_hp300: initialisation ordering bug

2005-09-07 Thread Kars de Jong
On zo, 2005-09-04 at 11:19 +0100, Russell King wrote: > Hi, > > I've noticed that 8250_hp300 is buggy wrt the ordering of hardware > initialisation to the visibility of devices to user space. Namely, > 8250_hp300 does the following: > > ... > serial8250_register_port() makes the port visible to

Re: [RESEND 1] 8250_hp300: unuse register_serial/unregister_serial

2005-04-04 Thread Kars de Jong
On Mon, 2005-04-04 at 15:06 +0100, Russell King wrote: > Thanks for testing. I've incorporated your changes. One question - do > you need linux/serial.h included in there? Yes, because it contains the prototype for early_serial_setup(). It might be a good idea to use the early_serial_console_i

Re: [RESEND 1] 8250_hp300: unuse register_serial/unregister_serial

2005-04-04 Thread Kars de Jong
On Mon, 2005-04-04 at 10:52 +0200, Geert Uytterhoeven wrote: > Hi Russell, > > On Mon, 4 Apr 2005, Russell King wrote: > > - Forwarded message from Russell King <[EMAIL PROTECTED]> - > > > > Date: Thu, 24 Mar 2005 13:19:57 + > > From: Russell King <[EMAIL PROTECTED]>