aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mmc
Commit message (Expand)AuthorAgeFilesLines
* dwmmc: Multiple busdma fixes.Michal Meloun2021-02-031-15/+32
* mmcsd(4): properly set BIO error when partition switching failsMarius Strobl2021-01-211-6/+4
* dwmmc: dwmmc_switch_vccq is only used in MMCCAM kernelEmmanuel Vadot2020-11-161-2/+2
* mmc: clean up empty lines in .c and .h filesMateusz Guzik2020-09-012-2/+0
* dwmmc: remove printf even under bootverboseBjoern A. Zeeb2020-08-171-5/+1
* dwmmc: Add MMCCAM partEmmanuel Vadot2020-07-242-4/+328
* mmc_fdt_helpers: Drain the cd pin taskqueue in mmc_fdt_gpio_teardownEmmanuel Vadot2020-04-161-0/+2
* mmc_fdt_helpers: Always init the timoutEmmanuel Vadot2020-04-161-3/+4
* Revert r359965Emmanuel Vadot2020-04-161-14/+10
* mmc_fdt_helpers: Do not schedule a card detection is there is no cd gpioEmmanuel Vadot2020-04-151-10/+14
* arm: dwmmc: Use mmc_fdt_helpersEmmanuel Vadot2020-04-146-18/+13
* Those functions are here to help fdt mmc controller drivers to parseEmmanuel Vadot2020-04-142-0/+490
* dwmmc: Rework the DMA engineEmmanuel Vadot2020-03-043-27/+24
* mmc: dwmmc: Fix off by one errorEmmanuel Vadot2020-02-281-1/+1
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-262-2/+4
* Ever since the block layer expanded its command syntax beyond justScott Long2020-02-071-2/+5
* Create a convenince wrapper to fill in a CAM_PATH_INQ request for MMC sims. PassWarner Losh2020-01-271-2/+0
* dwmmc: Remove max_hz from the softcEmmanuel Vadot2020-01-162-4/+2
* dwmmc: Use device_delete_childrenEmmanuel Vadot2019-12-111-7/+1
* dwmmc: Handle the card detect interruptEmmanuel Vadot2019-12-116-4/+81
* dwmmc: Add a detach methodEmmanuel Vadot2019-12-113-1/+63
* Regularize my copyright noticeWarner Losh2019-12-0411-13/+11
* Remove "all rights reserved" from copyright for the file I own.Emmanuel Vadot2019-12-033-3/+0
* Fix dwmmc(4) driver attachment when ext_resources are not present.Ruslan Bukin2019-10-151-5/+25
* Fix the driver attachment in cases when the external resource devicesRuslan Bukin2019-10-141-17/+9
* dwmmc: Reset the dma controller at attachEmmanuel Vadot2019-10-091-0/+1
* Enhance support of extres in dwmmc driver.Michal Meloun2019-08-182-5/+60
* Fix MMCCAM kernel build.Ruslan Bukin2019-07-301-0/+2
* Add support for the SD/MMC controller found in Terasic DE10-ProRuslan Bukin2019-07-301-0/+8
* Correct spelling, partion -> partition.Ian Lepore2019-07-221-3/+3
* Fix cut-and-pasto that slipped through my testing.Warner Losh2019-07-041-1/+1
* Implement missing MMCBR ivarsWarner Losh2019-07-041-3/+4
* Since r349571 we need all the accessor to be present for set or getEmmanuel Vadot2019-07-011-0/+12
* Extract eventfilter declarations to sys/_eventfilter.hConrad Meyer2019-05-201-0/+2
* Add some CMD53-related definitionsIlya Bakulin2019-04-101-16/+25
* Add new fields to mmc_data in preparation to SDIO CMD53 block mode supportIlya Bakulin2019-04-101-0/+3
* mmc: dwmmc: Match on "rockchip,rk3288-dw-mshc" compatibleEmmanuel Vadot2019-02-271-2/+2
* Remove All Rights ReservedWarner Losh2019-02-059-9/+9
* - Restore setting the clock for devices which support the default/legacyMarius Strobl2018-11-171-8/+14
* Avoid uninitialized read of ext_csd.Marius Strobl2018-09-061-3/+5
* The read accessors generated by __BUS_ACCESSOR() have the problem thatMarius Strobl2018-08-241-1/+14
* - Use le32dec(9) for decoding EXT_CSD values where it makes sense. [1]Marius Strobl2018-08-232-39/+26
* Obtain the bus mode (MMC or SD) from the directly superordinatedMarius Strobl2018-08-231-3/+3
* Fix building GENERIC-MMCCAM on arm64Ilya Bakulin2018-05-251-0/+2
* - If present, take advantage of the R/W cache of eMMC revision 1.5 andMarius Strobl2018-05-152-14/+115
* Restore style(9) conformance after r320844 (actually requested pre-Marius Strobl2018-05-151-74/+75
* Let mmcsd_ioctl() ensure appropriate privileges via priv_check(9).Marius Strobl2018-05-141-6/+12
* dwmmc_rockchip: Add ifdefs on EXT_RESOURCESEmmanuel Vadot2018-02-281-0/+8
* dwmmc_rockchip: Add support for rk3328-dw-mshcEmmanuel Vadot2018-02-261-2/+46
* dwmmc: Add clock support and other improvementsEmmanuel Vadot2018-02-262-32/+101