| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC: r273180, r283754, r297329, r299414, r300707, r310309, r310340 (partial), | marius | 2017-01-18 | 1 | -11/+11 |
* | MFC r261994, r275905, r275951, r276106, r283128, r285678: MMC driver fixes... | ian | 2015-10-14 | 1 | -4/+19 |
* | MFC r279359, r279360: | ian | 2015-05-23 | 1 | -1/+1 |
* | MFC r275951: Log mmc and sd command failures. | ian | 2014-12-27 | 1 | -0/+31 |
* | MFC r269341: Populate disk->d_ident with the sd or mmc card's serial number. | ian | 2014-08-11 | 1 | -1/+10 |
* | 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 | 1 | -10/+26 |
* | 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 |
* | Add Xilinx Zynq ARM/FPGA SoC support to FreeBSD/arm port. | wkoszek | 2013-04-27 | 1 | -0/+1 |
* | Set the backlink in mmc commands to the mmc request that contains them. | ian | 2013-03-24 | 1 | -0/+1 |
* | Fix highest voltage detection | gonzo | 2013-01-21 | 1 | -1/+2 |
* | 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 |
* | 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 | 1 | -11/+65 |
* | - Fix some typos in mmc_acquire_bus() and mmc_send_csd(). | marius | 2012-05-27 | 1 | -10/+104 |
* | o Fixes: | marius | 2012-04-21 | 1 | -10/+54 |
* | Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs. | ed | 2011-11-07 | 1 | -1/+1 |
* | Fix read_ivar implementation for MMC and SD. | jchandra | 2011-05-30 | 1 | -11/+11 |
* | 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 |
* | o Define some symbols for a few items that are bare constants in the | imp | 2009-02-03 | 1 | -14/+18 |
* | 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 | 1 | -54/+113 |
* | Allow card reader bridge driver to report maximum supported transfer size. | mav | 2008-10-29 | 1 | -0/+3 |
* | Implement BIO_DELETE command with MMC and SD erase commands. | mav | 2008-10-18 | 1 | -93/+158 |
* | style(9): spaces around operators. | imp | 2008-10-12 | 1 | -8/+12 |
* | SELECT_CARD command with zero RCA deselects all cards and so has no reply. | mav | 2008-10-11 | 1 | -1/+1 |
* | Give mmcsd driver a bit more information about card. It allows to reorganize | mav | 2008-10-11 | 1 | -12/+23 |
* | Add high capacity MMC cards support. | mav | 2008-10-09 | 1 | -5/+17 |
* | o Use seprate routines to decode cid and csd for sd and mmc cards. All they | imp | 2008-10-09 | 1 | -90/+103 |
* | Only voltage bits should be zero in send_op_cond argument to ignore busy. | mav | 2008-10-08 | 1 | -2/+4 |
* | Generic SD Host Controller driver going to be named sdhci. | mav | 2008-10-08 | 1 | -1/+1 |
* | Fix bit offset in mmc_sd_switch(). | mav | 2008-10-08 | 1 | -2/+2 |