Re: [PATCH v2 06/14] mmc: Use logging instead of pr_err()

2024-08-13 Thread Simon Glass
Hi Quentin, On Tue, 13 Aug 2024 at 07:09, Quentin Schulz wrote: > > Hi Simon, > > On 8/13/24 3:02 PM, Simon Glass wrote: > > Hi Quentin, > > > > On Tue, 13 Aug 2024 at 06:29, Quentin Schulz > > wrote: > >> > >> Hi Simon, > >> > >> On 8/13/24 2:16 PM, Simon Glass wrote: > >>> Hi Quentin, > >>> >

Re: [PATCH v2 06/14] mmc: Use logging instead of pr_err()

2024-08-13 Thread Quentin Schulz
Hi Simon, On 8/13/24 3:02 PM, Simon Glass wrote: Hi Quentin, On Tue, 13 Aug 2024 at 06:29, Quentin Schulz wrote: Hi Simon, On 8/13/24 2:16 PM, Simon Glass wrote: Hi Quentin, On Mon, 12 Aug 2024 at 02:58, Quentin Schulz wrote: Hi Simon, On 8/11/24 4:50 PM, Simon Glass wrote: Hi Quent

Re: [PATCH v2 06/14] mmc: Use logging instead of pr_err()

2024-08-13 Thread Simon Glass
Hi Quentin, On Tue, 13 Aug 2024 at 06:29, Quentin Schulz wrote: > > Hi Simon, > > On 8/13/24 2:16 PM, Simon Glass wrote: > > Hi Quentin, > > > > On Mon, 12 Aug 2024 at 02:58, Quentin Schulz wrote: > >> > >> Hi Simon, > >> > >> On 8/11/24 4:50 PM, Simon Glass wrote: > >>> Hi Quentin, > >>> > >>>

Re: [PATCH v2 06/14] mmc: Use logging instead of pr_err()

2024-08-13 Thread Quentin Schulz
Hi Simon, On 8/13/24 2:16 PM, Simon Glass wrote: Hi Quentin, On Mon, 12 Aug 2024 at 02:58, Quentin Schulz wrote: Hi Simon, On 8/11/24 4:50 PM, Simon Glass wrote: Hi Quentin, On Tue, 6 Aug 2024 at 08:10, Quentin Schulz wrote: Hi Simon, On 7/21/24 5:25 PM, Simon Glass wrote: Use the lo

Re: [PATCH v2 06/14] mmc: Use logging instead of pr_err()

2024-08-13 Thread Simon Glass
Hi Quentin, On Mon, 12 Aug 2024 at 02:58, Quentin Schulz wrote: > > Hi Simon, > > On 8/11/24 4:50 PM, Simon Glass wrote: > > Hi Quentin, > > > > On Tue, 6 Aug 2024 at 08:10, Quentin Schulz > > wrote: > >> > >> Hi Simon, > >> > >> On 7/21/24 5:25 PM, Simon Glass wrote: > >>> Use the log subsyste

Re: [PATCH v2 06/14] mmc: Use logging instead of pr_err()

2024-08-12 Thread Quentin Schulz
Hi Simon, On 8/11/24 4:50 PM, Simon Glass wrote: Hi Quentin, On Tue, 6 Aug 2024 at 08:10, Quentin Schulz wrote: Hi Simon, On 7/21/24 5:25 PM, Simon Glass wrote: Use the log subsystem instead of dev, to avoid including function names in the code. The CONFIG_LOGF_FUNC option can be used to

Re: [PATCH v2 06/14] mmc: Use logging instead of pr_err()

2024-08-11 Thread Simon Glass
Hi Quentin, On Tue, 6 Aug 2024 at 08:10, Quentin Schulz wrote: > > Hi Simon, > > On 7/21/24 5:25 PM, Simon Glass wrote: > > Use the log subsystem instead of dev, to avoid including function names > > in the code. > > > > The CONFIG_LOGF_FUNC option can be used to enable the function name. > > > >

Re: [PATCH v2 06/14] mmc: Use logging instead of pr_err()

2024-08-06 Thread Quentin Schulz
Hi Simon, On 7/21/24 5:25 PM, Simon Glass wrote: Use the log subsystem instead of dev, to avoid including function names in the code. The CONFIG_LOGF_FUNC option can be used to enable the function name. Signed-off-by: Simon Glass Reviewed-by: Sean Anderson --- (no changes since v1) drive

[PATCH v2 06/14] mmc: Use logging instead of pr_err()

2024-07-21 Thread Simon Glass
Use the log subsystem instead of dev, to avoid including function names in the code. The CONFIG_LOGF_FUNC option can be used to enable the function name. Signed-off-by: Simon Glass Reviewed-by: Sean Anderson --- (no changes since v1) drivers/mmc/mmc.c | 49 ---