summaryrefslogtreecommitdiff
path: root/sys/dev/mmc/mmc.c
Commit message (Expand)AuthorAgeFilesLines
* mmc: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-1/+0
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-1/+2
* Regularize my copyright noticeWarner Losh2019-12-041-1/+1
* Remove All Rights ReservedWarner Losh2019-02-051-1/+1
* - Restore setting the clock for devices which support the default/legacyMarius Strobl2018-11-171-8/+14
* Avoid uninitialized read of ext_csd.Marius Strobl2018-09-061-3/+5
* - Use le32dec(9) for decoding EXT_CSD values where it makes sense. [1]Marius Strobl2018-08-231-31/+22
* Use the correct revision specifier (EXT_CSD revision rather thanMarius Strobl2018-01-131-1/+1
* Do pass removing some write-only variables from the kernel.Alexander Kabaev2017-12-251-5/+2
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* - If available, use TRIM instead of ERASE for implementing BIO_DELETE.Marius Strobl2017-08-071-1/+43
* Correctly use the size of a pointer rather than that of a pointer to aMarius Strobl2017-07-261-2/+2
* o Add support for eMMC HS200 and HS400 bus speed modes at 200 MHz toMarius Strobl2017-07-231-164/+684
* o Add support for eMMC DDR bus speed mode at 52 MHz to sdhci(4) andMarius Strobl2017-03-191-79/+348
* Again, fixes regarding style(4), to comments, includes and unusedMarius Strobl2017-03-171-1/+2
* - Add support for eMMC "partitions". Besides the user data area, i. e.Marius Strobl2017-03-161-209/+118
* o Another round fixes for mmc(4), mmcsd(4) and sdhci(4) regardingMarius Strobl2017-03-061-11/+25
* Fix some more overly long lines, whitespace and other bugs according toMarius Strobl2017-02-041-16/+16
* Fix overly long lines, whitespace and other bugs according to style(9).Marius Strobl2017-01-291-17/+31
* sdhci/mmc: Minor whitespace cleanupsConrad Meyer2016-12-201-11/+11
* Fix fallout from r292180 (Dec 2015)... ensure that every driver which hasIan Lepore2016-03-211-0/+2
* Flag sysctl hw.mmc.debug as a tunable, since often you want to debug theIan Lepore2015-12-181-1/+1
* Move the DRIVER_MODULE() statements that declare mmc(4) to be a child ofIan Lepore2015-12-141-15/+2
* Fix freescale sdhc driver, and add it to the files list.Justin Hibbits2015-08-271-0/+1
* Deselect the sd card before re-selecting it when working around a problemIan Lepore2015-07-181-10/+11
* Add the MMC/SD driver for Allwinner SoCs.Luiz Otavio O Souza2015-05-211-1/+1
* Re-select the SD card before getting the SD status. On a couple AtmelWarner Losh2015-05-191-0/+14
* Add necessary changes to support various Amlogic SoC devicesGanbold Tsagaankhuu2015-03-311-0/+2
* MMC: Signal HC capability to (e)MMC.Ian Lepore2015-02-271-1/+1
* Always select the card before we do the 4.x specific stuff andWarner Losh2014-12-231-3/+3
* Log mmc and sd command failures. Reporting of routine expected errors,Ian Lepore2014-12-201-0/+31
* Don't deselect the card too soon. To set the block size or switch theWarner Losh2014-12-181-2/+2
* Add driver for Synopsys DesignWare Mobile Storage Host Controller.Ruslan Bukin2014-10-071-0/+1
* Export an mmc or sd card's serial number from the mmc layer as an ivar.Ian Lepore2014-07-311-1/+10
* If no compatible cards were found after probing the bus, say so.Ian Lepore2014-02-151-0/+1
* Sort the list.Ian Lepore2014-02-031-3/+4
* Add the imx sdhci controller.Ian Lepore2014-02-031-0/+1
* Don't give up so easily on failure of CMD55 to put the card into app-cmdIan Lepore2013-08-231-3/+3
* Make the standard sdhci(4) driver work for the TI OMAP family SoCs.Ian Lepore2013-08-201-0/+1
* Consistently init all mmc request, command, and data structures to zeroIan Lepore2013-08-171-10/+26
* Handle command retries for commands originating at the mmc layer, andIan Lepore2013-08-161-32/+41
* During card identification, run the bus at 400KHz, not the minimumIan Lepore2013-08-161-4/+5
* Print the card relative address in hex, because that's what all theIan Lepore2013-08-161-1/+1
* Add Xilinx Zynq ARM/FPGA SoC support to FreeBSD/arm port.Wojciech A. Koszek2013-04-271-0/+1
* Set the backlink in mmc commands to the mmc request that contains them.Ian Lepore2013-03-241-0/+1
* Fix highest voltage detectionOleksandr Tymoshenko2013-01-211-1/+2
* Use %u for unsigned serial numberEd Maste2012-11-221-1/+1
* Add BCM2835 SDHCI driver and enable it in Raspberry Pi configOleksandr Tymoshenko2012-10-291-0/+1
* Split sdhci driver in two parts: sdhci and sdhci_pci.Oleksandr Tymoshenko2012-10-161-1/+1
* Remove an unneeded NULL check after M_WAITOK.Kevin Lo2012-09-301-2/+0