| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC r269341: Populate disk->d_ident with the sd or mmc card's serial number. | ian | 2014-08-11 | 3 | -4/+18 |
* | MFC r261938, r261939, r261940, r261944, r261945, r261946, r261947, r261956, r... | ian | 2014-05-15 | 1 | -0/+1 |
* | MFC r261423, r261424, r261516, r261513, r261562, r261563, r261564, r261565, | ian | 2014-05-15 | 1 | -2/+4 |
* | 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 |
* | - Fix some typos in mmc_acquire_bus() and mmc_send_csd(). | marius | 2012-05-27 | 1 | -10/+104 |
* | o Fixes: | marius | 2012-04-21 | 5 | -33/+89 |
* | Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs. | ed | 2011-11-07 | 1 | -1/+1 |
* | Fix integer overflow on 32bit systems when calculating media size, | mav | 2011-08-14 | 1 | -1/+1 |
* | Fix read_ivar implementation for MMC and SD. | jchandra | 2011-05-30 | 2 | -12/+12 |
* | Fix 32bit bit fields handling. This fixes card serial number fetching. | mav | 2011-01-17 | 1 | -1/+1 |
* | Wait for commands to complete 10 times longer. This makes my A-DATA 32GB SDHC | pjd | 2011-01-04 | 1 | -2/+2 |
* | Report relative card address to NewBus as location string. | mav | 2010-05-23 | 1 | -0/+10 |
* | Temporarily revert the new-bus locking for 8.0 release. It will be | jhb | 2009-08-20 | 1 | -2/+0 |
* | Make the newbus subsystem Giant free by adding the new newbus sxlock. | attilio | 2009-08-02 | 1 | -0/+2 |
* | read_ivar takes a uintptr_t * not a u_char *. | imp | 2009-03-12 | 1 | -1/+1 |
* | Add kernel dumping support. Works fine with sdhci controller driver. | mav | 2009-02-17 | 1 | -1/+30 |
* | o Define some symbols for a few items that are bare constants in the | imp | 2009-02-03 | 2 | -16/+34 |
* | Add one more debug level. | mav | 2009-01-28 | 1 | -2/+2 |
* | Improve mmc driver verbose logging. | mav | 2009-01-28 | 1 | -12/+78 |
* | Default to normal bus timing mode on SD cards. In practice, most | imp | 2009-01-21 | 1 | -0/+1 |
* | Fix minor style nit for file consistency. | imp | 2009-01-21 | 1 | -5/+4 |
* | Make the command reporting be under boot verbose. | imp | 2009-01-21 | 1 | -6/+10 |
* | Fix copy/paste mistake in variable name. This could lead to using incorrect | mav | 2009-01-21 | 1 | -1/+1 |
* | Implement suspend/resume for mmc and mmcsd drivers. | mav | 2008-12-06 | 2 | -66/+164 |
* | Report card erase sector size as disk stripe size. | mav | 2008-11-23 | 1 | -0/+2 |
* | Improve detach handling: close races, flush queue. | mav | 2008-11-23 | 1 | -13/+16 |
* | Allow card reader bridge driver to report maximum supported transfer size. | mav | 2008-10-29 | 4 | -8/+8 |
* | Coalesce sequentional BIO_DELETE requests to slightly relax size and alignment | mav | 2008-10-18 | 1 | -8/+23 |
* | Implement BIO_DELETE command with MMC and SD erase commands. | mav | 2008-10-18 | 4 | -149/+333 |
* | Use GB suffix only from 10GB instead of 1GB. | mav | 2008-10-12 | 1 | -1/+1 |
* | style(9): spaces around operators. | imp | 2008-10-12 | 1 | -8/+12 |
* | Print the cards natural size. | imp | 2008-10-12 | 1 | -24/+58 |