summaryrefslogtreecommitdiff
path: root/sys/dev/mmc/mmcsd.c
AgeCommit message (Expand)Author
2025-11-04sys/: rename bio_error variable to abio_errorKonstantin Belousov
2024-10-29geom_flashmap: Rename the kernel moduleMark Johnston
2023-11-26sys: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2023-02-04mmc: purge EOL release compatibilityElliott Mitchell
2022-05-13kerneldump: remove physical argument from d_dumperMitchell Horne
2022-05-06mmc: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin
2021-01-22mmcsd(4): properly set BIO error when partition switching failsMarius Strobl
2020-02-26Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki
2020-02-07Ever since the block layer expanded its command syntax beyond justScott Long
2019-12-04Regularize my copyright noticeWarner Losh
2019-07-22Correct spelling, partion -> partition.Ian Lepore
2019-02-05Remove All Rights ReservedWarner Losh
2018-08-23- Use le32dec(9) for decoding EXT_CSD values where it makes sense. [1]Marius Strobl
2018-08-23Obtain the bus mode (MMC or SD) from the directly superordinatedMarius Strobl
2018-05-15- If present, take advantage of the R/W cache of eMMC revision 1.5 andMarius Strobl
2018-05-14Let mmcsd_ioctl() ensure appropriate privileges via priv_check(9).Marius Strobl
2018-01-13Fix a bug introduced in r327355; in mmcsd_ioctl_cmd() when ensuringMarius Strobl
2017-12-29- Don't allow userland to switch partitions; it's next to impossibleMarius Strobl
2017-12-25Do pass removing some write-only variables from the kernel.Alexander Kabaev
2017-11-27sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-10-19Correct an inverted conditional for determining the multiplier ofMarius Strobl
2017-08-07- If available, use TRIM instead of ERASE for implementing BIO_DELETE.Marius Strobl
2017-08-02- Correct the remainder of confusing and error prone mix-ups betweenMarius Strobl
2017-07-25Improve the clarity of a comment added in r321385 by not referring toMarius Strobl
2017-07-23o Add support for eMMC HS200 and HS400 bus speed modes at 200 MHz toMarius Strobl
2017-03-16- Add support for eMMC "partitions". Besides the user data area, i. e.Marius Strobl
2017-03-06o Another round fixes for mmc(4), mmcsd(4) and sdhci(4) regardingMarius Strobl
2017-01-29Fix overly long lines, whitespace and other bugs according to style(9).Marius Strobl
2017-01-12Report random flash storage as non-rotating to GEOM_DISK.Alexander Motin
2017-01-09In mmcsd_task(), bio_resid was not being set to 0 on a successful readMarius Strobl
2016-02-17Create an API to reset a struct bio (g_reset_bio). This is mandatoryWarner Losh
2015-05-29Do not set d_fwsectors nor d_fwheads. Primarily because the valuesMarcel Moolenaar
2015-01-11Rate-limit error logging to 5 lines per second, so that when an sdcardIan Lepore
2014-10-16fwsectors and fwheads used to be somehwat arbitrary. However, they areWarner Losh
2014-07-31Export an mmc or sd card's serial number from the mmc layer as an ivar.Ian Lepore
2013-08-17Consistently init all mmc request, command, and data structures to zeroIan Lepore
2013-07-09Use meaningful names when creating mmc/sd threads.Rui Paulo
2013-05-16When reporting the user readable size, round up. Several SD cards notWarner Losh
2013-04-14Print MB and GB instead of MiB and GiB mislabeled as MB and GB.Warner Losh
2013-03-24Set the backlink in mmc commands to the mmc request that contains them.Ian Lepore
2012-08-23The check for MAXPHYS doesn't make sense, so remove it.Warner Losh
2012-06-02Add missing prototypes. While at it, sort them alphabetically.Marius Strobl
2012-04-21o Fixes:Marius Strobl
2011-08-14Fix integer overflow on 32bit systems when calculating media size,Alexander Motin
2009-02-17Add kernel dumping support. Works fine with sdhci controller driver.Alexander Motin
2008-12-06Implement suspend/resume for mmc and mmcsd drivers.Alexander Motin
2008-11-23Report card erase sector size as disk stripe size.Alexander Motin
2008-11-23Improve detach handling: close races, flush queue.Alexander Motin