aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/sdhci/sdhci_fdt.c
Commit message (Expand)AuthorAgeFilesLines
* 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