| Commit message (Expand) | Author | Age | Files | Lines |
* | mmc: clean up empty lines in .c and .h files | Mateusz Guzik | 2020-09-01 | 1 | -1/+0 |
* | Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many) | Pawel Biernacki | 2020-02-26 | 1 | -1/+2 |
* | Regularize my copyright notice | Warner Losh | 2019-12-04 | 1 | -1/+1 |
* | Remove All Rights Reserved | Warner Losh | 2019-02-05 | 1 | -1/+1 |
* | - Restore setting the clock for devices which support the default/legacy | Marius Strobl | 2018-11-17 | 1 | -8/+14 |
* | Avoid uninitialized read of ext_csd. | Marius Strobl | 2018-09-06 | 1 | -3/+5 |
* | - Use le32dec(9) for decoding EXT_CSD values where it makes sense. [1] | Marius Strobl | 2018-08-23 | 1 | -31/+22 |
* | Use the correct revision specifier (EXT_CSD revision rather than | Marius Strobl | 2018-01-13 | 1 | -1/+1 |
* | Do pass removing some write-only variables from the kernel. | Alexander Kabaev | 2017-12-25 | 1 | -5/+2 |
* | sys/dev: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-27 | 1 | -0/+2 |
* | - If available, use TRIM instead of ERASE for implementing BIO_DELETE. | Marius Strobl | 2017-08-07 | 1 | -1/+43 |
* | Correctly use the size of a pointer rather than that of a pointer to a | Marius Strobl | 2017-07-26 | 1 | -2/+2 |
* | o Add support for eMMC HS200 and HS400 bus speed modes at 200 MHz to | Marius Strobl | 2017-07-23 | 1 | -164/+684 |
* | o Add support for eMMC DDR bus speed mode at 52 MHz to sdhci(4) and | Marius Strobl | 2017-03-19 | 1 | -79/+348 |
* | Again, fixes regarding style(4), to comments, includes and unused | Marius Strobl | 2017-03-17 | 1 | -1/+2 |
* | - Add support for eMMC "partitions". Besides the user data area, i. e. | Marius Strobl | 2017-03-16 | 1 | -209/+118 |
* | o Another round fixes for mmc(4), mmcsd(4) and sdhci(4) regarding | Marius Strobl | 2017-03-06 | 1 | -11/+25 |
* | Fix some more overly long lines, whitespace and other bugs according to | Marius Strobl | 2017-02-04 | 1 | -16/+16 |
* | Fix overly long lines, whitespace and other bugs according to style(9). | Marius Strobl | 2017-01-29 | 1 | -17/+31 |
* | sdhci/mmc: Minor whitespace cleanups | Conrad Meyer | 2016-12-20 | 1 | -11/+11 |
* | Fix fallout from r292180 (Dec 2015)... ensure that every driver which has | Ian Lepore | 2016-03-21 | 1 | -0/+2 |
* | Flag sysctl hw.mmc.debug as a tunable, since often you want to debug the | Ian Lepore | 2015-12-18 | 1 | -1/+1 |
* | Move the DRIVER_MODULE() statements that declare mmc(4) to be a child of | Ian Lepore | 2015-12-14 | 1 | -15/+2 |
* | Fix freescale sdhc driver, and add it to the files list. | Justin Hibbits | 2015-08-27 | 1 | -0/+1 |
* | Deselect the sd card before re-selecting it when working around a problem | Ian Lepore | 2015-07-18 | 1 | -10/+11 |
* | Add the MMC/SD driver for Allwinner SoCs. | Luiz Otavio O Souza | 2015-05-21 | 1 | -1/+1 |
* | Re-select the SD card before getting the SD status. On a couple Atmel | Warner Losh | 2015-05-19 | 1 | -0/+14 |
* | Add necessary changes to support various Amlogic SoC devices | Ganbold Tsagaankhuu | 2015-03-31 | 1 | -0/+2 |
* | MMC: Signal HC capability to (e)MMC. | Ian Lepore | 2015-02-27 | 1 | -1/+1 |
* | Always select the card before we do the 4.x specific stuff and | Warner Losh | 2014-12-23 | 1 | -3/+3 |
* | Log mmc and sd command failures. Reporting of routine expected errors, | Ian Lepore | 2014-12-20 | 1 | -0/+31 |
* | Don't deselect the card too soon. To set the block size or switch the | Warner Losh | 2014-12-18 | 1 | -2/+2 |
* | Add driver for Synopsys DesignWare Mobile Storage Host Controller. | Ruslan Bukin | 2014-10-07 | 1 | -0/+1 |
* | Export an mmc or sd card's serial number from the mmc layer as an ivar. | Ian Lepore | 2014-07-31 | 1 | -1/+10 |
* | If no compatible cards were found after probing the bus, say so. | Ian Lepore | 2014-02-15 | 1 | -0/+1 |
* | Sort the list. | Ian Lepore | 2014-02-03 | 1 | -3/+4 |
* | Add the imx sdhci controller. | Ian Lepore | 2014-02-03 | 1 | -0/+1 |
* | Don't give up so easily on failure of CMD55 to put the card into app-cmd | Ian Lepore | 2013-08-23 | 1 | -3/+3 |
* | Make the standard sdhci(4) driver work for the TI OMAP family SoCs. | Ian Lepore | 2013-08-20 | 1 | -0/+1 |
* | Consistently init all mmc request, command, and data structures to zero | Ian Lepore | 2013-08-17 | 1 | -10/+26 |
* | Handle command retries for commands originating at the mmc layer, and | Ian Lepore | 2013-08-16 | 1 | -32/+41 |
* | During card identification, run the bus at 400KHz, not the minimum | Ian Lepore | 2013-08-16 | 1 | -4/+5 |
* | Print the card relative address in hex, because that's what all the | Ian Lepore | 2013-08-16 | 1 | -1/+1 |
* | Add Xilinx Zynq ARM/FPGA SoC support to FreeBSD/arm port. | Wojciech A. Koszek | 2013-04-27 | 1 | -0/+1 |
* | Set the backlink in mmc commands to the mmc request that contains them. | Ian Lepore | 2013-03-24 | 1 | -0/+1 |
* | Fix highest voltage detection | Oleksandr Tymoshenko | 2013-01-21 | 1 | -1/+2 |
* | Use %u for unsigned serial number | Ed Maste | 2012-11-22 | 1 | -1/+1 |
* | Add BCM2835 SDHCI driver and enable it in Raspberry Pi config | Oleksandr Tymoshenko | 2012-10-29 | 1 | -0/+1 |
* | Split sdhci driver in two parts: sdhci and sdhci_pci. | Oleksandr Tymoshenko | 2012-10-16 | 1 | -1/+1 |
* | Remove an unneeded NULL check after M_WAITOK. | Kevin Lo | 2012-09-30 | 1 | -2/+0 |