Re: [PATCH 1/3] mmc: Convert hs400_tuning flag from u8 to bool

2024-03-17 Thread Marek Vasut
On 2/20/24 3:41 PM, Paul Barker wrote: On 20/02/2024 11:27, Marek Vasut wrote: On 2/20/24 11:57, Paul Barker wrote: On 20/02/2024 08:37, Marek Vasut wrote: This hs400_tuning is a flag, make it bool. No functional change. This will be useful in the following patch, which adds another more

Re: [PATCH 1/3] mmc: Convert hs400_tuning flag from u8 to bool

2024-02-20 Thread Paul Barker
On 20/02/2024 11:27, Marek Vasut wrote: > On 2/20/24 11:57, Paul Barker wrote: >> On 20/02/2024 08:37, Marek Vasut wrote: >>> This hs400_tuning is a flag, make it bool. No functional change. >>> This will be useful in the following patch, which adds another >>> more generic flag, where the

Re: [PATCH 1/3] mmc: Convert hs400_tuning flag from u8 to bool

2024-02-20 Thread Marek Vasut
On 2/20/24 11:57, Paul Barker wrote: On 20/02/2024 08:37, Marek Vasut wrote: This hs400_tuning is a flag, make it bool. No functional change. This will be useful in the following patch, which adds another more generic flag, where the compiler can better use the space now reserved for the u8 to

Re: [PATCH 1/3] mmc: Convert hs400_tuning flag from u8 to bool

2024-02-20 Thread Paul Barker
On 20/02/2024 08:37, Marek Vasut wrote: > This hs400_tuning is a flag, make it bool. No functional change. > This will be useful in the following patch, which adds another > more generic flag, where the compiler can better use the space > now reserved for the u8 to store more flags in it. The

[PATCH 1/3] mmc: Convert hs400_tuning flag from u8 to bool

2024-02-20 Thread Marek Vasut
This hs400_tuning is a flag, make it bool. No functional change. This will be useful in the following patch, which adds another more generic flag, where the compiler can better use the space now reserved for the u8 to store more flags in it. Signed-off-by: Marek Vasut --- Cc: Hai Pham Cc: