Re: [PATCH v2 1/4] m25p80: Convert to support tracing

2020-03-16 Thread Peter Maydell
On Mon, 16 Mar 2020 at 15:11, Cédric Le Goater wrote: > > On 3/16/20 3:58 PM, Peter Maydell wrote: > > On Mon, 16 Mar 2020 at 14:14, Cédric Le Goater wrote: > >> > >> Hello, > >> > >> On 2/17/20 4:47 PM, Cédric Le Goater wrote: > >>> Hello all, > >>> > >>> On 2/6/20 7:32 PM, Guenter Roeck wrote:

Re: [PATCH v2 1/4] m25p80: Convert to support tracing

2020-03-16 Thread Peter Maydell
On Mon, 16 Mar 2020 at 14:14, Cédric Le Goater wrote: > > Hello, > > On 2/17/20 4:47 PM, Cédric Le Goater wrote: > > Hello all, > > > > On 2/6/20 7:32 PM, Guenter Roeck wrote: > >> While at it, add some trace messages to help debug problems > >> seen when running the latest Linux kernel. > > > > T

Re: [PATCH v2 1/4] m25p80: Convert to support tracing

2020-03-16 Thread Cédric Le Goater
On 3/16/20 3:58 PM, Peter Maydell wrote: > On Mon, 16 Mar 2020 at 14:14, Cédric Le Goater wrote: >> >> Hello, >> >> On 2/17/20 4:47 PM, Cédric Le Goater wrote: >>> Hello all, >>> >>> On 2/6/20 7:32 PM, Guenter Roeck wrote: While at it, add some trace messages to help debug problems seen

Re: [PATCH v2 1/4] m25p80: Convert to support tracing

2020-03-16 Thread Cédric Le Goater
Hello, On 2/17/20 4:47 PM, Cédric Le Goater wrote: > Hello all, > > On 2/6/20 7:32 PM, Guenter Roeck wrote: >> While at it, add some trace messages to help debug problems >> seen when running the latest Linux kernel. > > Through which tree do you think it is best to merge this patchset ? > blo

Re: [PATCH v2 1/4] m25p80: Convert to support tracing

2020-02-17 Thread Cédric Le Goater
Hello all, On 2/6/20 7:32 PM, Guenter Roeck wrote: > While at it, add some trace messages to help debug problems > seen when running the latest Linux kernel. Through which tree do you think it is best to merge this patchset ? block or arm ? Thanks, C. > Signed-off-by: Guenter Roeck > ---

Re: [PATCH v2 1/4] m25p80: Convert to support tracing

2020-02-06 Thread Cédric Le Goater
On 2/6/20 7:32 PM, Guenter Roeck wrote: > While at it, add some trace messages to help debug problems > seen when running the latest Linux kernel. > > Signed-off-by: Guenter Roeck Reviewed-by: Cédric Le Goater > --- > v2: Print pointer to Flash data structure as flash ID with each trace >

Re: [PATCH v2 1/4] m25p80: Convert to support tracing

2020-02-06 Thread Alistair Francis
On Thu, Feb 6, 2020 at 10:33 AM Guenter Roeck wrote: > > While at it, add some trace messages to help debug problems > seen when running the latest Linux kernel. > > Signed-off-by: Guenter Roeck Reviewed-by: Alistair Francis Alistair > --- > v2: Print pointer to Flash data structure as flash

Re: [PATCH v2 1/4] m25p80: Convert to support tracing

2020-02-06 Thread Philippe Mathieu-Daudé
On 2/6/20 7:32 PM, Guenter Roeck wrote: While at it, add some trace messages to help debug problems seen when running the latest Linux kernel. Signed-off-by: Guenter Roeck --- v2: Print pointer to Flash data structure as flash ID with each trace message to support systems with more than on

[PATCH v2 1/4] m25p80: Convert to support tracing

2020-02-06 Thread Guenter Roeck
While at it, add some trace messages to help debug problems seen when running the latest Linux kernel. Signed-off-by: Guenter Roeck --- v2: Print pointer to Flash data structure as flash ID with each trace message to support systems with more than one instantiated flash. hw/block/m25p80.c