Summary: | mmc_calculate_clock() does not work properly for cards with bus_timing_normal only | ||
---|---|---|---|
Product: | Base System | Reporter: | sebastian.huber |
Component: | kern | Assignee: | Marius Strobl <marius> |
Status: | Closed FIXED | ||
Severity: | Affects Some People | CC: | franco, marius |
Priority: | --- | ||
Version: | CURRENT | ||
Hardware: | Any | ||
OS: | Any |
Description
sebastian.huber
2018-09-25 12:35:17 UTC
A commit references this bug: Author: marius Date: Sat Nov 17 17:21:36 UTC 2018 New revision: 340495 URL: https://svnweb.freebsd.org/changeset/base/340495 Log: - Restore setting the clock for devices which support the default/legacy transfer mode only (lost with r321385). [1] - Similarly, don't try to set the power class on MMC devices that comply to version 4.0 of the system specification but are operated in default/ legacy transfer or 1-bit bus mode as no power class is specified for these cases. Trying to set a power class nevertheless resulted in an - albeit harmless - error message. PR: 231713 [1] Changes: head/sys/dev/mmc/mmc.c A commit references this bug: Author: marius Date: Wed Nov 21 18:53:14 UTC 2018 New revision: 340739 URL: https://svnweb.freebsd.org/changeset/base/340739 Log: MFC: r340495 - Restore setting the clock for devices which support the default/legacy transfer mode only (lost with r321385). [1] - Similarly, don't try to set the power class on MMC devices that comply to version 4.0 of the system specification but are operated in default/ legacy transfer or 1-bit bus mode as no power class is specified for these cases. Trying to set a power class nevertheless resulted in an - albeit harmless - error message. PR: 231713 [1] Changes: _U stable/12/ stable/12/sys/dev/mmc/mmc.c A commit references this bug: Author: marius Date: Wed Nov 21 18:53:30 UTC 2018 New revision: 340740 URL: https://svnweb.freebsd.org/changeset/base/340740 Log: MFC: r340495 - Restore setting the clock for devices which support the default/legacy transfer mode only (lost with r321385). [1] - Similarly, don't try to set the power class on MMC devices that comply to version 4.0 of the system specification but are operated in default/ legacy transfer or 1-bit bus mode as no power class is specified for these cases. Trying to set a power class nevertheless resulted in an - albeit harmless - error message. PR: 231713 [1] Changes: _U stable/11/ stable/11/sys/dev/mmc/mmc.c A commit references this bug: Author: marius Date: Wed Nov 21 18:54:38 UTC 2018 New revision: 340741 URL: https://svnweb.freebsd.org/changeset/base/340741 Log: MFC: r340495 - Restore setting the clock for devices which support the default/legacy transfer mode only (lost with r321385). [1] - Similarly, don't try to set the power class on MMC devices that comply to version 4.0 of the system specification but are operated in default/ legacy transfer or 1-bit bus mode as no power class is specified for these cases. Trying to set a power class nevertheless resulted in an - albeit harmless - error message. PR: 231713 [1] Changes: _U stable/10/ stable/10/sys/dev/mmc/mmc.c A commit references this bug: Author: marius Date: Wed Nov 21 19:49:22 UTC 2018 New revision: 340743 URL: https://svnweb.freebsd.org/changeset/base/340743 Log: MFC: r340495, MF12: r340739 - Restore setting the clock for devices which support the default/legacy transfer mode only (lost with r321385). [1] - Similarly, don't try to set the power class on MMC devices that comply to version 4.0 of the system specification but are operated in default/ legacy transfer or 1-bit bus mode as no power class is specified for these cases. Trying to set a power class nevertheless resulted in an - albeit harmless - error message. PR: 231713 [1] Approved by: re (gjb) Changes: _U releng/12.0/ releng/12.0/sys/dev/mmc/mmc.c |