aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mmc/mmc_fdt_helpers.c
Commit message (Expand)AuthorAgeFilesLines
* mmc_fdt_parse: remove redundant bootverbose checkAndriy Gapon2024-01-281-1/+1
* regulator: Move regulator code in dev/regulatorEmmanuel Vadot2024-01-101-1/+1
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* mmc: Make ext_resources non-optionalEmmanuel Vadot2022-02-211-4/+0
* mmc: switch mmc_helper to device_ apiBartlomiej Grzesik2021-09-201-100/+16
* mmc_fdt_helper: correct typo in DT property nameBartłomiej Grzesik2021-08-091-1/+1
* mmc:: Undo my conversion of (bool) to !!.Warner Losh2021-06-031-2/+2
* mmc-fdt: fix mmc_fdt_gpio_get_{present,readonly}Priit Trees2021-06-031-2/+2
* mmc_fdt_helper: Add mmc_fdt_set_powerEmmanuel Vadot2021-05-211-0/+42
* mmc_fdt_helpers: Parse the optional pwrseq element.Emmanuel Vadot2021-05-211-0/+8
* 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
* Those functions are here to help fdt mmc controller drivers to parseEmmanuel Vadot2020-04-141-0/+414