Re: [PATCH 01/14] trace: Use notrace for short

2023-01-25 Thread Simon Glass
Hi Stefan, On Wed, 25 Jan 2023 at 00:53, Stefan Herbrechtsmeier wrote: > > Hi Simon, > > Am 24.01.2023 um 23:44 schrieb Simon Glass: > > Hi Stefan, > > > > On Tue, 24 Jan 2023 at 05:14, Stefan Herbrechtsmeier > > wrote: > >> Hi Simon, > >> > >> Am 24.01.2023 um 11:55 schrieb Simon Glass: > >>> H

Re: [PATCH 01/14] trace: Use notrace for short

2023-01-24 Thread Stefan Herbrechtsmeier
Hi Simon, Am 24.01.2023 um 23:44 schrieb Simon Glass: Hi Stefan, On Tue, 24 Jan 2023 at 05:14, Stefan Herbrechtsmeier wrote: Hi Simon, Am 24.01.2023 um 11:55 schrieb Simon Glass: Hi Stefan, On Tue, 24 Jan 2023 at 01:12, Stefan Herbrechtsmeier wrote: Hi Simon, Am 22.12.2022 um 00:08 schr

Re: [PATCH 01/14] trace: Use notrace for short

2023-01-24 Thread Simon Glass
Hi Stefan, On Tue, 24 Jan 2023 at 05:14, Stefan Herbrechtsmeier wrote: > > Hi Simon, > > Am 24.01.2023 um 11:55 schrieb Simon Glass: > > Hi Stefan, > > > > On Tue, 24 Jan 2023 at 01:12, Stefan Herbrechtsmeier > > wrote: > >> Hi Simon, > >> > >> Am 22.12.2022 um 00:08 schrieb Simon Glass: > >>> T

Re: [PATCH 01/14] trace: Use notrace for short

2023-01-24 Thread Stefan Herbrechtsmeier
Hi Simon, Am 24.01.2023 um 11:55 schrieb Simon Glass: Hi Stefan, On Tue, 24 Jan 2023 at 01:12, Stefan Herbrechtsmeier wrote: Hi Simon, Am 22.12.2022 um 00:08 schrieb Simon Glass: The attribute syntax is quite verbose. Use the macro provided for this purpose. Signed-off-by: Simon Glass ---

Re: [PATCH 01/14] trace: Use notrace for short

2023-01-24 Thread Simon Glass
Hi Stefan, On Tue, 24 Jan 2023 at 01:12, Stefan Herbrechtsmeier wrote: > > Hi Simon, > > Am 22.12.2022 um 00:08 schrieb Simon Glass: > > The attribute syntax is quite verbose. Use the macro provided for this > > purpose. > > > > Signed-off-by: Simon Glass > > --- > > > > arch/arm/cpu/armv7/s5p

Re: [PATCH 01/14] trace: Use notrace for short

2023-01-24 Thread Stefan Herbrechtsmeier
Hi Simon, Am 22.12.2022 um 00:08 schrieb Simon Glass: The attribute syntax is quite verbose. Use the macro provided for this purpose. Signed-off-by: Simon Glass --- arch/arm/cpu/armv7/s5p-common/timer.c | 2 +- arch/arm/mach-exynos/include/mach/cpu.h | 6 +++--- arch/x86/include/asm/g

Re: [PATCH 01/14] trace: Use notrace for short

2023-01-07 Thread Simon Glass
The attribute syntax is quite verbose. Use the macro provided for this purpose. Signed-off-by: Simon Glass --- arch/arm/cpu/armv7/s5p-common/timer.c | 2 +- arch/arm/mach-exynos/include/mach/cpu.h | 6 +++--- arch/x86/include/asm/global_data.h | 2 +- arch/x86/include/asm/msr.h

[PATCH 01/14] trace: Use notrace for short

2022-12-21 Thread Simon Glass
The attribute syntax is quite verbose. Use the macro provided for this purpose. Signed-off-by: Simon Glass --- arch/arm/cpu/armv7/s5p-common/timer.c | 2 +- arch/arm/mach-exynos/include/mach/cpu.h | 6 +++--- arch/x86/include/asm/global_data.h | 2 +- arch/x86/include/asm/msr.h