mbox series

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

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

Message

Avri Altman Sept. 28, 2023, 8:04 a.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.

v2:
 - remove the first patch from the original series (got accepted)
 - Fix an ARM64 compilation warning
 
 
Avri Altman (3):
  mmc-utils: lsmmc: Simplify prinitng manufacturer name
  mmc-utils: lsmmc: Simplify interface processing functions
  mmc-utils: lsmmc: Disintegrade print_mmc_csd

wanggang26 (1):
  mmc-utils: lsmmc: Fix emmc capacity calculation

 lsmmc.c | 1548 ++++++++++++++++++++++++++-----------------------------
 1 file changed, 719 insertions(+), 829 deletions(-)