Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package mmc-utils for openSUSE:Factory checked in at 2022-02-17 23:40:14 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/mmc-utils (Old) and /work/SRC/openSUSE:Factory/.mmc-utils.new.1958 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mmc-utils" Thu Feb 17 23:40:14 2022 rev:19 rq:955580 version:0.1+git.20220208 Changes: -------- --- /work/SRC/openSUSE:Factory/mmc-utils/mmc-utils.changes 2022-01-04 19:38:24.966002785 +0100 +++ /work/SRC/openSUSE:Factory/.mmc-utils.new.1958/mmc-utils.changes 2022-02-17 23:41:45.735700300 +0100 @@ -1,0 +2,10 @@ +Thu Feb 17 08:09:45 UTC 2022 - Martin Pluskal <mplus...@suse.com> + +- Update to version 0.1+git.20220208: + * mmc-utils: Display STROBE_SUPPORT when printing EXT_CSD + * mmc-utils: Remove unused MMC_BLOCK_MAJOR + * mmc-utils: manpage: Document -c option for partitioning commands + * mmc_cmds: Display BARRIER_CTRL Status when printing EXT_CSD + * add README + +------------------------------------------------------------------- Old: ---- mmc-utils-0.1+git.20211220.obscpio New: ---- mmc-utils-0.1+git.20220208.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mmc-utils.spec ++++++ --- /var/tmp/diff_new_pack.7aCuMx/_old 2022-02-17 23:41:46.251700296 +0100 +++ /var/tmp/diff_new_pack.7aCuMx/_new 2022-02-17 23:41:46.259700296 +0100 @@ -17,7 +17,7 @@ Name: mmc-utils -Version: 0.1+git.20211220 +Version: 0.1+git.20220208 Release: 0 Summary: Tools for MMC/SD devices License: GPL-2.0-only ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.7aCuMx/_old 2022-02-17 23:41:46.315700296 +0100 +++ /var/tmp/diff_new_pack.7aCuMx/_new 2022-02-17 23:41:46.319700296 +0100 @@ -1,6 +1,6 @@ <servicedata> <service name="tar_scm"> <param name="url">git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc-utils.git</param> - <param name="changesrevision">3969aa4804edb8aed7bcb3c958e49d0c7388b067</param></service></servicedata> + <param name="changesrevision">4637a7c0df49ba349f9f0e4ab0828133fc06cc81</param></service></servicedata> (No newline at EOF) ++++++ mmc-utils-0.1+git.20211220.obscpio -> mmc-utils-0.1+git.20220208.obscpio ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mmc-utils-0.1+git.20211220/README new/mmc-utils-0.1+git.20220208/README --- old/mmc-utils-0.1+git.20211220/README 1970-01-01 01:00:00.000000000 +0100 +++ new/mmc-utils-0.1+git.20220208/README 2022-02-08 16:15:35.000000000 +0100 @@ -0,0 +1,31 @@ +MMC tools (mmc-utils) +===================== + +mmc-utils is a tool for configuring MMC storage devices from userspace. + +Contribution guidelines +----------------------- + +The project works using a mailing list patch submission process, similar to the +process used for the Linux kernel itself. + +One can document themselves by reading how to submit a patch in the official +Linux kernel documentation: +https://www.kernel.org/doc/html/latest/process/submitting-patches.html + +Not all sections apply but it should be a good way to get started. + +A patch should be sent as a mail (not as an attachement, see documentation +above) to the linux-...@vger.kernel.org mailing list with maintainers as +Cc recipients. + +Maintainers +----------- + +Avri Altman <avri.alt...@wdc.com> +Ulf Hansson <ulf.hans...@linaro.org> + +License +------- + +This project is licensed under GPL-2.0-only. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mmc-utils-0.1+git.20211220/man/mmc.1 new/mmc-utils-0.1+git.20220208/man/mmc.1 --- old/mmc-utils-0.1+git.20211220/man/mmc.1 2021-12-20 11:04:18.000000000 +0100 +++ new/mmc-utils-0.1+git.20220208/man/mmc.1 2022-02-08 16:15:35.000000000 +0100 @@ -30,21 +30,24 @@ Set the eMMC data sector size to 4KB by disabling emulation on <device>. .TP -.BR "gp create <-y|-n> <length KiB> <partition> <enh_attr> <ext_attr> <device>" +.BR "gp create <-y|-n|-c> <length KiB> <partition> <enh_attr> <ext_attr> <device>" create general purpose partition for the <device>. -Dry-run only unless -y is passed. +Dry-run only unless -y or -c is passed. +Use -c if more partitioning settings are still to come. To set enhanced attribute to general partition being created set <enh_attr> to 1 else set it to 0. To set extended attribute to general partition set <ext_attr> to 1,2 else set it to 0. NOTE! This is a one-time programmable (unreversible) change. .TP -.BR "enh_area set <-y|-n> <start KiB> <length KiB> <device>" +.BR "enh_area set <-y|-n|-c> <start KiB> <length KiB> <device>" Enable the enhanced user area for the <device>. -Dry-run only unless -y is passed. +Dry-run only unless -y or -c is passed. +Use -c if more partitioning settings are still to come. NOTE! This is a one-time programmable (unreversible) change. .TP -.BR "write_reliability set <-y|-n> <partition> <device>" +.BR "write_reliability set <-y|-n|-c> <partition> <device>" Enable write reliability per partition for the <device>. -Dry-run only unless -y is passed. +Dry-run only unless -y or -c is passed. +Use -c if more partitioning settings are still to come. NOTE! This is a one-time programmable (unreversible) change. .TP .BR "status get <device>" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mmc-utils-0.1+git.20211220/mmc.h new/mmc-utils-0.1+git.20220208/mmc.h --- old/mmc-utils-0.1+git.20211220/mmc.h 2021-12-20 11:04:18.000000000 +0100 +++ new/mmc-utils-0.1+git.20220208/mmc.h 2022-02-08 16:15:35.000000000 +0100 @@ -19,9 +19,6 @@ #include <linux/mmc/ioctl.h> -/* From kernel linux/major.h */ -#define MMC_BLOCK_MAJOR 179 - /* From kernel linux/mmc/mmc.h */ #define MMC_SWITCH 6 /* ac [31:0] See below R1b */ #define MMC_SEND_EXT_CSD 8 /* adtc R1 */ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mmc-utils-0.1+git.20211220/mmc_cmds.c new/mmc-utils-0.1+git.20220208/mmc_cmds.c --- old/mmc-utils-0.1+git.20211220/mmc_cmds.c 2021-12-20 11:04:18.000000000 +0100 +++ new/mmc-utils-0.1+git.20220208/mmc_cmds.c 2022-02-08 16:15:35.000000000 +0100 @@ -1628,6 +1628,9 @@ printf("Power class [POWER_CLASS: 0x%02x]\n", ext_csd[187]); printf("High-speed interface timing [HS_TIMING: 0x%02x]\n", ext_csd[185]); + if (ext_csd_rev >= 8) + printf("Enhanced Strobe mode [STROBE_SUPPORT: 0x%02x]\n", + ext_csd[184]); /* bus_width: ext_csd[183] not readable */ printf("Erased memory content [ERASED_MEM_CONT: 0x%02x]\n", ext_csd[181]); @@ -1831,7 +1834,9 @@ printf("Control to turn the Cache ON/OFF" " [CACHE_CTRL]: 0x%02x\n", ext_csd[33]); /* flush_cache ext_csd[32] not readable */ - /*Reserved [31:0] */ + printf("Control to turn the Cache Barrier ON/OFF" + " [BARRIER_CTRL]: 0x%02x\n", ext_csd[31]); + /*Reserved [30:0] */ } if (ext_csd_rev >= 7) { ++++++ mmc-utils.obsinfo ++++++ --- /var/tmp/diff_new_pack.7aCuMx/_old 2022-02-17 23:41:46.431700295 +0100 +++ /var/tmp/diff_new_pack.7aCuMx/_new 2022-02-17 23:41:46.435700295 +0100 @@ -1,5 +1,5 @@ name: mmc-utils -version: 0.1+git.20211220 -mtime: 1639994658 -commit: 3969aa4804edb8aed7bcb3c958e49d0c7388b067 +version: 0.1+git.20220208 +mtime: 1644333335 +commit: 4637a7c0df49ba349f9f0e4ab0828133fc06cc81