aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mmc
Commit message (Expand)AuthorAgeFilesLines
* MFC: r340495Marius Strobl2018-11-211-8/+14
* MFC: r333614, r333647, r338275, r338280, r338513Marius Strobl2018-09-133-59/+156
* MFC: r338304Marius Strobl2018-09-051-1/+14
* MFC: r327929Marius Strobl2018-03-151-1/+1
* MFC: r327355, r327926Marius Strobl2018-03-151-8/+22
* MFC: r322209Marius Strobl2017-08-115-53/+189
* MFC: r319350, r320620, r321385, r321490, r321588, r321948Marius Strobl2017-08-0611-353/+1084
* MFC: r315598Marius Strobl2017-05-185-88/+474
* MFC: r292180 (partial), r297127 (partial), r311911, r311923, r312939,Marius Strobl2017-05-1111-491/+1671
* MFC: r292420Marius Strobl2017-05-101-1/+2
* MFC r311971: Report random flash storage as non-rotating to GEOM_DISK.Alexander Motin2017-01-191-0/+1
* MFC: r273180, r283754, r297329, r299414, r300707, r310309, r310340 (partial),Marius Strobl2017-01-183-17/+21
* MFC r261994, r275905, r275951, r276106, r283128, r285678: MMC driver fixes...Ian Lepore2015-10-141-4/+19
* MFC r279359, r279360:Ian Lepore2015-05-231-1/+1
* MFC r277026: Rate-limit error logging to 5 lines per second.Ian Lepore2015-02-131-2/+9
* MFC r275951: Log mmc and sd command failures.Ian Lepore2014-12-271-0/+31
* MFC r269341: Populate disk->d_ident with the sd or mmc card's serial number.Ian Lepore2014-08-113-4/+18
* MFC r261938, r261939, r261940, r261944, r261945, r261946, r261947, r261956, r...Ian Lepore2014-05-151-0/+1
* MFC r261423, r261424, r261516, r261513, r261562, r261563, r261564, r261565,Ian Lepore2014-05-151-2/+4
* 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-172-10/+27
* 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
* Use meaningful names when creating mmc/sd threads.Rui Paulo2013-07-091-2/+4
* When reporting the user readable size, round up. Several SD cards notWarner Losh2013-05-161-3/+5
* Add Xilinx Zynq ARM/FPGA SoC support to FreeBSD/arm port.Wojciech A. Koszek2013-04-271-0/+1
* Print MB and GB instead of MiB and GiB mislabeled as MB and GB.Warner Losh2013-04-141-24/+24
* Set the backlink in mmc commands to the mmc request that contains them.Ian Lepore2013-03-242-0/+4
* Fix highest voltage detectionOleksandr Tymoshenko2013-01-212-1/+4
* 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
* The check for MAXPHYS doesn't make sense, so remove it.Warner Losh2012-08-231-7/+24
* Merging of projects/armv6, part 10Oleksandr Tymoshenko2012-08-151-0/+1
* Add missing prototypes. While at it, sort them alphabetically.Marius Strobl2012-06-022-14/+73
* - Fix some typos in mmc_acquire_bus() and mmc_send_csd().Marius Strobl2012-05-271-10/+104
* o Fixes:Marius Strobl2012-04-215-33/+89
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.Ed Schouten2011-11-071-1/+1
* Fix integer overflow on 32bit systems when calculating media size,Alexander Motin2011-08-141-1/+1
* Fix read_ivar implementation for MMC and SD.Jayachandran C.2011-05-302-12/+12
* Fix 32bit bit fields handling. This fixes card serial number fetching.Alexander Motin2011-01-171-1/+1
* Wait for commands to complete 10 times longer. This makes my A-DATA 32GB SDHCPawel Jakub Dawidek2011-01-041-2/+2
* Report relative card address to NewBus as location string.Alexander Motin2010-05-231-0/+10
* Temporarily revert the new-bus locking for 8.0 release. It will beJohn Baldwin2009-08-201-2/+0
* Make the newbus subsystem Giant free by adding the new newbus sxlock.Attilio Rao2009-08-021-0/+2
* read_ivar takes a uintptr_t * not a u_char *.Warner Losh2009-03-121-1/+1
* Add kernel dumping support. Works fine with sdhci controller driver.Alexander Motin2009-02-171-1/+30