aboutsummaryrefslogtreecommitdiff
path: root/sys/arm/allwinner/a10_ahci.c
Commit message (Expand)AuthorAgeFilesLines
* regulator: Move regulator code in dev/regulatorEmmanuel Vadot2024-01-101-1/+1
* clk: Move clock code in dev/clkEmmanuel 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
* Remove unused ahci_devclass.John Baldwin2022-05-061-1/+1
* newbus: Move from bus_child_{pnpinfo,location}_src to bus_child_{pnpinfo,loca...Warner Losh2021-06-231-1/+1
* arm: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-1/+1
* arm: allwinner: ahci: target-supply is optionalEmmanuel Vadot2020-01-161-23/+32
* a10_ahci: grab the target-supply regulator and enable itKyle Evans2020-01-101-2/+25
* Regularize my copyright noticeWarner Losh2019-12-041-3/+2
* a10_ahci: Correct clock indices for new bindingsKyle Evans2018-06-141-4/+4
* arm: Fix duplicate ahci DRIVER_MODULEEmmanuel Vadot2018-04-271-1/+1
* Define a single instance of ahci_devclass and reference it from all theIan Lepore2017-10-021-2/+0
* ALLWINNER: ahci_devclass is local variable, don't export it.Michal Meloun2016-09-301-1/+1
* EXTRES: Add OF node as argument to all <foo>_get_by_ofw_<bar>() functions.Michal Meloun2016-07-101-2/+2
* Don't repeat the the word 'the'Eitan Adler2016-05-171-1/+1
* Convert Allwinner port to extres clk/hwreset/regulator APIs.Jared McNeill2016-04-061-9/+43
* Move the Allwinner kernels to use fdt_pinctrl. This will read the pinAndrew Turner2016-02-171-19/+0
* Add AHCI attachment code for Allwinner A10/A20 SoCs.Luiz Otavio O Souza2015-07-031-0/+382