aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/sdhci
Commit message (Expand)AuthorAgeFilesLines
* sdhci: Try to complete the last transaction if dumpingJustin Hibbits6 days1-0/+12
* gpio_alloc_intr_resource: Pass rid by valueJohn Baldwin2025-12-091-1/+1
* sdhci: Add driver for the cvitek sdhci controllerBojan Novković2025-08-011-0/+144
* machine/stdarg.h -> sys/stdarg.hBrooks Davis2025-06-111-1/+1
* sdhci: Use bus_topo_lock and taskqueue_bus for hotplug eventsJohn Baldwin2025-03-101-6/+10
* sdhci: Fixes for sdhci_fdt_rockchip.cBojan Novković2025-02-161-7/+6
* sdhci: Refactor the generic FDT driverBojan Novković2025-02-074-235/+502
* Use bus_detach_children instead of bus_generic_detachJohn Baldwin2025-01-022-2/+2
* sdhci: add missing bus_add_child DEVMETHOD.Bjoern A. Zeeb2024-12-201-0/+1
* Replace calls to bus_generic_attach with bus_attach_childrenJohn Baldwin2024-12-062-2/+3
* Replace calls to bus_generic_probe with bus_identify_childrenJohn Baldwin2024-12-061-1/+1
* sdhci: Add sysctl to report quirks on the slotJustin Hibbits2024-09-261-0/+3
* sdhci: Match quirk_set/quirk_clear sysctls to typeJustin Hibbits2024-09-051-2/+2
* sdhci(4): Stop checking for failures from malloc(M_WAITOK)Zhenlei Huang2024-09-031-2/+0
* newbus: globally replace device_add_child(..., -1) with DEVICE_UNIT_ANYWarner Losh2024-07-251-1/+1
* sdhci_fsl_fdt(4): Actually use modified SDHCI capabilitiesMarius Strobl2024-02-051-1/+1
* syscon: Move syscon code in dev/sysconEmmanuel Vadot2024-01-102-2/+2
* phy: Move phy code in dev/phyEmmanuel Vadot2024-01-101-1/+1
* regulator: Move regulator code in dev/regulatorEmmanuel Vadot2024-01-102-2/+2
* clk: Move clock code in dev/clkEmmanuel Vadot2024-01-102-3/+3
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-278-10/+0
* sdhci: fdt: Correctly export clock per the bindingEmmanuel Vadot2023-09-181-57/+35
* sdhci: fdt: Always try to get the phy and the sysconEmmanuel Vadot2023-09-181-24/+51
* sdhci: fdt: Always enable clock for ZynqMP and RK3399Emmanuel Vadot2023-09-181-20/+39
* sdhci: fdt: Remove sdhci_generic compatible stringEmmanuel Vadot2023-09-181-10/+5
* sys: Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-161-1/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-1610-20/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-163-6/+0
* sdhci: Add support for disable-wpEmmanuel Vadot2023-08-101-0/+5
* sdhci: xilinx: Add compatible and quirks for ZynqMPEmmanuel Vadot2023-08-101-0/+5
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-128-8/+8
* mmc(4): Don't call bridge driver for timings not requiring tuningMarius Strobl2023-04-182-16/+7
* Add support for Rockchip RK3568 SDHCI controller.Søren Schmidt2022-12-243-0/+119
* Stop relying on header pollution in sdhci_xenon.cAndrew Turner2022-10-061-0/+1
* sdhci(4): Fix a typo in asource code commentGordon Bergling2022-09-031-1/+1
* sdhci: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-067-24/+7
* sdhci_card_task: d is only used in the non-MMCCAM case.John Baldwin2022-04-131-1/+3
* Extend device_get_property APIKornel Duleba2022-03-101-4/+5
* Revert "sdhci: extend bus_dma_tag boundary to 64-bit space"Marcin Wojtas2022-03-071-5/+4
* sdhci_fsl_fdt: Add voltage switching through sysconHubert Mazur2022-02-221-9/+90
* sdhci_fsl_fdt: Apply errata for LX2160AHubert Mazur2022-02-221-3/+20
* sdhci_fsl_fdt: Fix tuning codeKornel Duleba2022-02-221-214/+209
* sdhci_fsl_fdt: Fix pulse width errata applicationKornel Duleba2022-02-221-10/+10
* sdhci: Make ext_resources non-optionalEmmanuel Vadot2022-02-212-14/+0
* sdhci: fix dumping support in MMCCAM configurationAndriy Gapon2022-01-261-7/+1
* sdhci: plug set-but-not-unused varsMateusz Guzik2021-12-141-2/+0
* sdhci_fsl_fdt: Add support for HS200/HS400 modesHubert Mazur2021-12-081-2/+534
* sdhci_fsl_fdt: Fix vccq reconfigurationArtur Rojek2021-12-081-14/+30
* sdhci_fsl_fdt: Add LS1012A compat stringHubert Mazur2021-12-081-0/+7
* sdhci_fsl_fdt: Implement pulse width detection errataHubert Mazur2021-12-081-2/+20