summaryrefslogtreecommitdiffstats
path: root/sys/dev/sdmmc/sdmmcvar.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add support for eMMC HS200 mode. Loosely based on code from NetBSD.kettenis2020-08-141-5/+7
* Pass the expected 'scsibus_attach_args *' to scsibus_attach() viakrw2020-07-031-3/+3
* Don't detach non-removable devices during resume on "sdhc* at acpi?".stsp2019-04-021-1/+2
* Allow passing the maximum size of a segment that a SD/MMC hostpatrick2018-12-291-1/+2
* Allow passing per-function cookies through the SD/MMC bus to SDIOpatrick2018-08-091-1/+3
* Add hibernate IO path for sdmmc(4). This requires some help from thejmatthew2018-03-201-1/+6
* Add sdmmc_io_set_blocklen() which allows to set the block length of anpatrick2018-02-111-1/+3
* Add sdmmc_io_read_region_1() and sdmmc_io_write_region_1() as anpatrick2018-02-111-1/+3
* Add Dual Data Rate support for eMMC at 52MHz.kettenis2016-05-051-1/+8
* Add high-speed support for SD cards. In theory this should double thekettenis2016-05-041-1/+2
* Add support for changing the bus width to the sdmmc subsystem and the sdhc(4)kettenis2016-05-011-1/+7
* Implement DMA support. Bits and pieces taken from NetBSD, but we onlykettenis2016-04-301-1/+9
* Add basic support for eMMC memory.rapha2013-09-121-1/+14
* Fixed config_pending calls in sdmmc(4)uwe2011-11-101-1/+2
* Backout a bunch of my SCSI commits from c2k11. At least one of thesematthew2011-07-171-2/+2
* Kludge around sdmmc(4)'s poor design: replace "struct scsi_link *"matthew2011-07-091-2/+2
* lockmgr -> rwlock conversionblambert2010-08-241-6/+4
* - fold several occurences of DEVNAME() into one located in sdmmcvar.h.jasper2010-08-191-2/+2
* Remove recursion from the sdmmc locking regime.blambert2009-04-071-1/+3
* Let the sdmmc adapters tell the sdmmc layer how much sectors they canmiod2009-02-201-1/+3
* Fix crash on zaurus when sd memory card plugged by providing an attachmentgrange2009-02-061-2/+2
* Add support for SDHC cards on SDHC capable host controllers.jsg2009-01-091-1/+4
* backout: would have been nice if this had been tested, to see that itderaadt2008-12-021-7/+1
* Rework sdmmc locking to remove recursionblambert2008-11-241-1/+7
* unbreak the zaurus kernel build by adding a missing headertodd2007-11-291-1/+2
* Add SDIO card interrupt handling codeuwe2007-05-311-1/+10
* Wait until an I/O function becomes ready after enabling it, and makeuwe2007-05-261-2/+5
* DHC automatically sends a CMD12 after multiple-block transfers, but otheruwe2007-03-181-1/+2
* Support the PXA27x SD/SDIO/MMC controller on Zaurusuwe2007-03-181-2/+7
* move CSD/CID decoding to sdmmc_mem.cuwe2006-11-291-6/+1
* add ioctl hack to support the sdio(8) userland tooluwe2006-11-291-1/+19
* First and foremost, avoid an obious race between two or more processesuwe2006-07-181-16/+39
* SDIO card identificationuwe2006-06-011-19/+93
* Support for standard SD host controllers like the Ricoh 5C822, a smalluwe2006-05-281-0/+127