aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/sdhci/sdhci_fdt.c
Commit message (Expand)AuthorAgeFilesLines
* sdhci: fdt: Correctly export clock per the bindingEmmanuel Vadot2023-10-181-56/+34
* sdhci: fdt: Always try to get the phy and the sysconEmmanuel Vadot2023-10-181-24/+51
* sdhci: fdt: Always enable clock for ZynqMP and RK3399Emmanuel Vadot2023-10-181-20/+39
* sdhci: fdt: Remove sdhci_generic compatible stringEmmanuel Vadot2023-10-181-10/+5
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+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-121-1/+1
* Add support for Rockchip RK3568 SDHCI controller.Søren Schmidt2022-12-241-0/+104
* sdhci: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-061-3/+1
* sdhci: Make ext_resources non-optionalEmmanuel Vadot2022-02-211-12/+0
* sdhci: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-1/+1
* Add emmc support for Rockchip RK3399 SoC.Ganbold Tsagaankhuu2019-07-201-0/+245
* o Don't allocate resources for SDMA in sdhci(4) if the controller or theMarius Strobl2018-12-301-2/+6
* arm64: GENERIC-MMCCAM: Fix build and module dependEmmanuel Vadot2018-08-291-1/+1
* Fix build when option MMCCAM is defined.Emmanuel Vadot2018-03-081-0/+4
* Add support for SDHCI controller found in Qualcomm Snapdragon 410e.Ruslan Bukin2018-01-251-0/+6
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Add the Marvell SDHCI controller to the list of supported devices inLuiz Otavio O Souza2017-05-161-4/+22
* Add support for the no-1-8-v and wp-inverted properties in generic SDHCILuiz Otavio O Souza2017-05-041-2/+22
* Add and use a MMC_DECLARE_BRIDGE macro for declaring mmc(4) bridgesMarius Strobl2017-03-071-2/+1
* o Another round fixes for mmc(4), mmcsd(4) and sdhci(4) regardingMarius Strobl2017-03-061-4/+1
* Fix some more overly long lines, whitespace and other bugs according toMarius Strobl2017-02-041-31/+33
* Fix fallout from r292180 (Dec 2015)... ensure that every driver which hasIan Lepore2016-03-211-0/+1
* Move the DRIVER_MODULE() statements that declare mmc(4) to be a child ofIan Lepore2015-12-141-0/+1
* - Nuke unused sdhci_softc.Marius Strobl2014-08-311-4/+4
* Honor the max-frequency property if it appears in the fdt data.Ian Lepore2014-05-021-5/+11
* Follow r261352 by updating all drivers which are children of simplebusIan Lepore2014-02-021-0/+3
* Add Xilinx Zynq ARM/FPGA SoC support to FreeBSD/arm port.Wojciech A. Koszek2013-04-271-0/+300