| Commit message (Expand) | Author | Age | Files | Lines |
* | Add support for the DesignWare MMC hardware in the HiSilicon hi6220. This | andrew | 2015-09-01 | 1 | -0/+96 |
* | Finish allowing the dwmmc driver to be subclassed, move the softc to a new | andrew | 2015-09-01 | 2 | -45/+91 |
* | Remove an variable we only ever write to, and stop assigning 0 to values | andrew | 2015-09-01 | 1 | -4/+1 |
* | Move dwmmc.h to dwmmc_reg.h. This is in preperation for adding support to | andrew | 2015-08-28 | 2 | -1/+6 |
* | Only check for the bus frequency if it has not already been set, for | andrew | 2015-08-28 | 1 | -4/+6 |
* | There is no need to get the bus tag or handle. | andrew | 2015-08-27 | 1 | -6/+0 |
* | Limit the speed to the bus frequency. | andrew | 2015-08-27 | 1 | -1/+1 |
* | Allow the fifo-depth and num-slots to be missing. For the former we read | andrew | 2015-08-27 | 1 | -8/+16 |
* | Allow us to select the transfer count. This allows us to work with hardware | andrew | 2015-08-27 | 1 | -7/+9 |
* | Fix freescale sdhc driver, and add it to the files list. | jhibbits | 2015-08-27 | 1 | -0/+1 |
* | Only access the Samsung registers when targeting Samsung hardware. | andrew | 2015-08-26 | 1 | -1/+1 |
* | Attach dwmmc to the ofwbus, som devicetrees place it here. | andrew | 2015-08-07 | 1 | -0/+1 |
* | Stop including machine/fdt.h, it's unneeded, and purposefully | andrew | 2015-08-07 | 1 | -1/+0 |
* | Deselect the sd card before re-selecting it when working around a problem | ian | 2015-07-18 | 1 | -10/+11 |
* | Do not set d_fwsectors nor d_fwheads. Primarily because the values | marcel | 2015-05-29 | 1 | -24/+1 |
* | Add the MMC/SD driver for Allwinner SoCs. | loos | 2015-05-21 | 1 | -1/+1 |
* | Re-select the SD card before getting the SD status. On a couple Atmel | imp | 2015-05-19 | 1 | -0/+14 |
* | Add necessary changes to support various Amlogic SoC devices | ganbold | 2015-03-31 | 1 | -0/+2 |
* | MMC: Signal HC capability to (e)MMC. | ian | 2015-02-27 | 1 | -1/+1 |
* | Enable Synopsys DesignWare Mobile Storage Host Controller | ganbold | 2015-01-20 | 2 | -29/+142 |
* | Rate-limit error logging to 5 lines per second, so that when an sdcard | ian | 2015-01-11 | 1 | -2/+9 |
* | Always select the card before we do the 4.x specific stuff and | imp | 2014-12-23 | 1 | -3/+3 |
* | Log mmc and sd command failures. Reporting of routine expected errors, | ian | 2014-12-20 | 1 | -0/+31 |
* | Don't deselect the card too soon. To set the block size or switch the | imp | 2014-12-18 | 1 | -2/+2 |
* | fwsectors and fwheads used to be somehwat arbitrary. However, they are | imp | 2014-10-16 | 1 | -1/+23 |
* | Always wait 'command done' interrupt status bit before proceeding next command. | br | 2014-10-08 | 1 | -6/+4 |
* | Add driver for Synopsys DesignWare Mobile Storage Host Controller. | br | 2014-10-07 | 3 | -0/+1254 |
* | Export an mmc or sd card's serial number from the mmc layer as an ivar. | ian | 2014-07-31 | 3 | -4/+18 |
* | If no compatible cards were found after probing the bus, say so. | ian | 2014-02-15 | 1 | -0/+1 |
* | Sort the list. | ian | 2014-02-03 | 1 | -3/+4 |
* | Add the imx sdhci controller. | ian | 2014-02-03 | 1 | -0/+1 |
* | Don't give up so easily on failure of CMD55 to put the card into app-cmd | ian | 2013-08-23 | 1 | -3/+3 |
* | Make the standard sdhci(4) driver work for the TI OMAP family SoCs. | ian | 2013-08-20 | 1 | -0/+1 |
* | Consistently init all mmc request, command, and data structures to zero | ian | 2013-08-17 | 2 | -10/+27 |
* | Handle command retries for commands originating at the mmc layer, and | ian | 2013-08-16 | 1 | -32/+41 |
* | During card identification, run the bus at 400KHz, not the minimum | ian | 2013-08-16 | 1 | -4/+5 |
* | Print the card relative address in hex, because that's what all the | ian | 2013-08-16 | 1 | -1/+1 |
* | Use meaningful names when creating mmc/sd threads. | rpaulo | 2013-07-09 | 1 | -2/+4 |
* | When reporting the user readable size, round up. Several SD cards not | imp | 2013-05-16 | 1 | -3/+5 |
* | Add Xilinx Zynq ARM/FPGA SoC support to FreeBSD/arm port. | wkoszek | 2013-04-27 | 1 | -0/+1 |
* | Print MB and GB instead of MiB and GiB mislabeled as MB and GB. | imp | 2013-04-14 | 1 | -24/+24 |
* | Set the backlink in mmc commands to the mmc request that contains them. | ian | 2013-03-24 | 2 | -0/+4 |
* | Fix highest voltage detection | gonzo | 2013-01-21 | 2 | -1/+4 |
* | Use %u for unsigned serial number | emaste | 2012-11-22 | 1 | -1/+1 |
* | Add BCM2835 SDHCI driver and enable it in Raspberry Pi config | gonzo | 2012-10-29 | 1 | -0/+1 |
* | Split sdhci driver in two parts: sdhci and sdhci_pci. | gonzo | 2012-10-16 | 1 | -1/+1 |
* | Remove an unneeded NULL check after M_WAITOK. | kevlo | 2012-09-30 | 1 | -2/+0 |
* | The check for MAXPHYS doesn't make sense, so remove it. | imp | 2012-08-23 | 1 | -7/+24 |
* | Merging of projects/armv6, part 10 | gonzo | 2012-08-15 | 1 | -0/+1 |
* | Add missing prototypes. While at it, sort them alphabetically. | marius | 2012-06-02 | 2 | -14/+73 |