aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mmc
Commit message (Expand)AuthorAgeFilesLines
* mmc_fdt_parse: remove redundant bootverbose checkAndriy Gapon2024-02-171-1/+1
* dwmmc: fix a typoAndriy Gapon2024-02-171-1/+1
* sys: Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-233-3/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-2311-22/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-2310-20/+0
* mmc(4): Don't call bridge driver for timings not requiring tuningMarius Strobl2023-08-061-0/+9
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-07-258-8/+8
* sdio: Add CCCR speed definesEmmanuel Vadot2023-02-021-1/+13
* kerneldump: remove physical argument from d_dumperMitchell Horne2022-06-271-4/+2
* dwmmc: Make ext_resources non-optionalEmmanuel Vadot2022-05-163-19/+0
* mmc: Make ext_resources non-optionalEmmanuel Vadot2022-05-163-10/+0
* dwmmc: Properly implement power_off/power_upEmmanuel Vadot2022-05-163-12/+11
* dwmmc: Remove dwmmc_setup_bus call from start_cmdEmmanuel Vadot2022-05-161-3/+0
* dwmmc: Fix MMCCAM block size supportEmmanuel Vadot2022-05-161-4/+12
* Extend device_get_property APIKornel Duleba2022-03-291-3/+4
* mmc: switch mmc_helper to device_ apiBartlomiej Grzesik2022-03-295-135/+229
* mmc: Fix HS200/HS400 capability checkKornel Duleba2022-03-071-2/+4
* mmc_da: implement d_dump method, sddadumpAndriy Gapon2022-01-261-0/+15
* dwmmc: Calculate the maximum transaction length correctly.Michal Meloun2022-01-201-8/+7
* mmc: fix 1-byte reallocs (when it should have been sizeof device_t)Mateusz Guzik2021-10-111-1/+1
* mmc_fdt_helper: correct typo in DT property nameMarcin Wojtas2021-10-071-1/+1
* mmc: Drain the intrhook in mmc_detach()Yang Zhong2021-07-291-0/+1
* dwmmc: Add bus_generic_add_child in the methodsEmmanuel Vadot2021-07-221-0/+2
* mmc: dwmmc: Call mmc_fdt_set_powerEmmanuel Vadot2021-07-221-0/+2
* mmc_fdt_helper: Add mmc_fdt_set_powerEmmanuel Vadot2021-07-222-0/+43
* mmc_fdt_helpers: Parse the optional pwrseq element.Emmanuel Vadot2021-07-222-0/+10
* mmc: Add mmc-pwrseq driverEmmanuel Vadot2021-07-222-0/+232
* dwmmc: Add \n to a debug printfEmmanuel Vadot2021-07-221-1/+1
* mmc: dwmmc: Convert driver to use the mmc_sim interfaceEmmanuel Vadot2021-07-222-151/+42
* dwmmc: Multiple busdma fixes.Michal Meloun2021-02-111-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