mbox series

[0/5] Revamp CSD register parsing

Message ID 20230926100006.1789276-1-avri.altman@wdc.com (mailing list archive)
Headers show
Series Revamp CSD register parsing | expand

Message

Avri Altman Sept. 26, 2023, 10 a.m. UTC
Dust-up this old code that practically left untouched since lsmmc got
merged into mmc-utils.

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

Avri Altman (4):
  mmc-utils: lsmmc: Reuse do_read_reg
  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 | 1585 +++++++++++++++++++++++++------------------------------
 1 file changed, 727 insertions(+), 858 deletions(-)