Re: [PATCH 1/2] mmc: add helper to query max enhanced part size

2021-09-23 Thread Matthias Schiffer
On Thu, 2021-09-23 at 20:58 +0900, Jaehoon Chung wrote: > Hi, > > On 9/22/21 9:30 PM, Matthias Schiffer wrote: > > From: Markus Niebel > > > > This helper will be used later on in an extension of the mmc > > command. > > > > Signed-off-by: Markus Niebel > > Signed-off-by: Matthias Schiffer >

Re: [PATCH 1/2] mmc: add helper to query max enhanced part size

2021-09-23 Thread Jaehoon Chung
Hi, On 9/22/21 9:30 PM, Matthias Schiffer wrote: > From: Markus Niebel > > This helper will be used later on in an extension of the mmc > command. > > Signed-off-by: Markus Niebel > Signed-off-by: Matthias Schiffer > --- > drivers/mmc/mmc.c | 38 ++ > incl

[PATCH 1/2] mmc: add helper to query max enhanced part size

2021-09-22 Thread Matthias Schiffer
From: Markus Niebel This helper will be used later on in an extension of the mmc command. Signed-off-by: Markus Niebel Signed-off-by: Matthias Schiffer --- drivers/mmc/mmc.c | 38 ++ include/mmc.h | 1 + 2 files changed, 39 insertions(+) diff --git a/