Searched hist:"35 a186191ff658d2712015589b6f5deaab8957dc" (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/arm/allwinner/ |
H A D | aw_mmc.h | diff 35a186191ff658d2712015589b6f5deaab8957dc Sat May 12 15:13:34 CEST 2018 Emmanuel Vadot <manu@FreeBSD.org> aw_mmc: Do not fully init the controller in attach
Only do a reset of the controller at attach and init it at power_up. We use to enable some interrupts in reset, only enable the interrupts we are interested in when doing a request. While here remove the regulators handling in power_on as it is very wrong and will be dealt with in another commit.
Tested on: A31, A64
|
H A D | aw_mmc.c | diff 35a186191ff658d2712015589b6f5deaab8957dc Sat May 12 15:13:34 CEST 2018 Emmanuel Vadot <manu@FreeBSD.org> aw_mmc: Do not fully init the controller in attach
Only do a reset of the controller at attach and init it at power_up. We use to enable some interrupts in reset, only enable the interrupts we are interested in when doing a request. While here remove the regulators handling in power_on as it is very wrong and will be dealt with in another commit.
Tested on: A31, A64
|