mbox series

[v3,0/4] mmc-utils: Revamp CSD register parsing

Message ID 20230928180658.1795491-1-avri.altman@wdc.com
Headers show
Series mmc-utils: Revamp CSD register parsing | expand

Message

Avri Altman Sept. 28, 2023, 6:06 p.m. UTC
Dust-up this old code that practically left untouched since lsmmc got
merged into mmc-utils.

The first 3 patches are mostly cleanups, where the 4th is fixing a
capacity calculation bug.

v3:
 - Add Avri as co-author to the 4th patch with Gang
 
v2:
 - remove the first patch from the original series that got accepted
 - Fix an ARM64 compilation warning

Avri Altman (4):
  mmc-utils: lsmmc: Simplify prinitng manufacturer name
  mmc-utils: lsmmc: Simplify interface processing functions
  mmc-utils: lsmmc: Disintegrade print_mmc_csd
  mmc-utils: lsmmc: Fix emmc capacity calculation

 lsmmc.c | 1554 ++++++++++++++++++++++++++-----------------------------
 1 file changed, 725 insertions(+), 829 deletions(-)

Comments

Ulf Hansson Oct. 10, 2023, 2:32 p.m. UTC | #1
On Thu, 28 Sept 2023 at 20:08, Avri Altman <avri.altman@wdc.com> wrote:
>
> Dust-up this old code that practically left untouched since lsmmc got
> merged into mmc-utils.
>
> The first 3 patches are mostly cleanups, where the 4th is fixing a
> capacity calculation bug.
>
> v3:
>  - Add Avri as co-author to the 4th patch with Gang
>
> v2:
>  - remove the first patch from the original series that got accepted
>  - Fix an ARM64 compilation warning
>
> Avri Altman (4):
>   mmc-utils: lsmmc: Simplify prinitng manufacturer name
>   mmc-utils: lsmmc: Simplify interface processing functions
>   mmc-utils: lsmmc: Disintegrade print_mmc_csd
>   mmc-utils: lsmmc: Fix emmc capacity calculation
>
>  lsmmc.c | 1554 ++++++++++++++++++++++++++-----------------------------
>  1 file changed, 725 insertions(+), 829 deletions(-)
>

Applied to master, thanks!

Kind regards
Uffe