freebsd-dev/sys/arm/allwinner
Emmanuel Vadot 2fb194c968 a10_mmc: Remove completly the PIO code now all access is done by DMA.
Rename registers as in the manual.
Do a hard reset of the controller before a soft one.
Since DMA is always used remove dependancy on allwinner_soc_family, it was used
to differentiate SoC as the fdt compatible string were the same.

Tested on A10, A20, H3 and A64.

Reviewed by:	jmcneill
Differential Revision:	https://reviews.freebsd.org/D6868
2016-09-10 17:45:35 +00:00
..
a10 Allwinner: Move a10_padconf.c into a10 subdirectory. 2016-08-19 12:48:32 +00:00
a13 Add support for Allwinner A13. 2016-07-08 23:38:25 +00:00
a20 PC5 doesn't have mmc2 function. 2016-07-22 14:39:55 +00:00
a31 Add support for Allwinner A31/A31S R-GPIO (CPUs-PORT) controller. 2016-04-23 13:59:18 +00:00
a64 Add Allwinner A64 padconf settings. 2016-07-11 20:06:21 +00:00
a83t Add support for the Allwinner A83T (sun8iw6p1) SoC. 2016-05-05 09:41:57 +00:00
clk Add support for Allwinner A83T CPU frequency scaling. 2016-09-07 01:10:16 +00:00
h3 Add support for Allwinner H3 SoC. 2016-05-13 18:20:54 +00:00
a10_ahci.c EXTRES: Add OF node as argument to all <foo>_get_by_ofw_<bar>() functions. 2016-07-10 18:28:15 +00:00
a10_codec.c EXTRES: Add OF node as argument to all <foo>_get_by_ofw_<bar>() functions. 2016-07-10 18:28:15 +00:00
a10_common.c Rename ARM_INTRNG and MIPS_INTRNG to INTRNG. This will help with machine 2016-04-15 16:05:41 +00:00
a10_dmac.c EXTRES: Add OF node as argument to all <foo>_get_by_ofw_<bar>() functions. 2016-07-10 18:28:15 +00:00
a10_dmac.h Add support for the Allwinner DMA controller. This will be used by the at 2016-02-15 19:56:35 +00:00
a10_ehci.c Rename allwinner_machdep.{c.h} to aw_machdep.{c.h} as all allwinner source 2016-08-17 21:44:02 +00:00
a10_fb.c EXTRES: Add OF node as argument to all <foo>_get_by_ofw_<bar>() functions. 2016-07-10 18:28:15 +00:00
a10_gpio.c Do not include file from dt-bindings and simply use the already present defines. 2016-08-23 00:46:22 +00:00
a10_gpio.h
a10_hdmi.c EXTRES: Add OF node as argument to all <foo>_get_by_ofw_<bar>() functions. 2016-07-10 18:28:15 +00:00
a10_hdmiaudio.c Add Allwinner A20 HDMI support. 2016-02-25 20:17:18 +00:00
a10_mmc.c a10_mmc: Remove completly the PIO code now all access is done by DMA. 2016-09-10 17:45:35 +00:00
a10_mmc.h a10_mmc: Remove completly the PIO code now all access is done by DMA. 2016-09-10 17:45:35 +00:00
a10_sramc.c Add function for mapping SRAM-D area to USB0 (OTG) controller. Use a lower 2016-04-08 10:54:59 +00:00
a10_sramc.h Add function for mapping SRAM-D area to USB0 (OTG) controller. Use a lower 2016-04-08 10:54:59 +00:00
allwinner_pinctrl.h Move the Allwinner kernels to use fdt_pinctrl. This will read the pin 2016-02-17 18:28:03 +00:00
aw_ccu.c Add support for Allwinner A64. 2016-07-11 20:15:46 +00:00
aw_if_dwc.c Rename allwinner_machdep.{c.h} to aw_machdep.{c.h} as all allwinner source 2016-08-17 21:44:02 +00:00
aw_machdep.c Rename allwinner_machdep.{c.h} to aw_machdep.{c.h} as all allwinner source 2016-08-17 21:44:02 +00:00
aw_machdep.h Rename allwinner_machdep.{c.h} to aw_machdep.{c.h} as all allwinner source 2016-08-17 21:44:02 +00:00
aw_mp.c Rename allwinner_machdep.{c.h} to aw_machdep.{c.h} as all allwinner source 2016-08-17 21:44:02 +00:00
aw_mp.h Merge a20_mp_start_ap and a31_mp_start_ap into one function. 2016-05-10 18:00:37 +00:00
aw_nmi.c axp209 needs aw_nmi so attach a bit earlier 2016-07-21 13:28:07 +00:00
aw_reset.c Attach hwreset resources at the same time as clock resources. 2016-04-08 23:07:16 +00:00
aw_rsb.c Attach RSB early. Children of RSB may provide resources necessary for 2016-07-11 20:02:51 +00:00
aw_rtc.c Remove dependency on allwinner_soc_family() as it is not available on arm64. 2016-08-25 10:14:56 +00:00
aw_sid.c Add support for reading root key on A83T/A64. 2016-09-03 15:22:50 +00:00
aw_sid.h Add support for the SID (Security ID Module) on Allwinner A10 and A20. 2016-07-20 11:23:06 +00:00
aw_thermal.c Add support for the Allwinner H3 Thermal Sensor Controller. The H3 embeds 2016-09-05 11:05:14 +00:00
aw_ts.c Allwinner: Add thermal sensor driver for A10/A20 2016-08-23 22:26:50 +00:00
aw_usbphy.c Add support for Allwinner A64 USB PHY. 2016-08-31 10:45:53 +00:00
aw_wdog.c Add support for Allwinner A64 watchdog timer. 2016-08-30 10:21:32 +00:00
aw_wdog.h Add support for the Allwinner A31 watchdog to the existing A10 watchdog 2016-02-25 16:50:36 +00:00
axp81x.c Attach later so axp81x attaches after aw_nmi. 2016-09-07 01:09:25 +00:00
axp209.c We need aw_nmi to be attached which needs GIC so attach a bit later. 2016-08-03 18:45:56 +00:00
axp209reg.h Add support for interrupts, sensors and GPIO for AXP209 PMIC. 2016-05-26 21:09:07 +00:00
console.c
files.allwinner Add sy8106a to Allwinner kernel. This regulator is used to control VDD_CPUX 2016-09-05 13:45:45 +00:00
files.allwinner_up Rename kernel config A10 into ALLWINNER_UP as it is intend to work with all 2016-08-17 20:32:08 +00:00
if_awg.c Use the root key in the Security ID EFUSE (when valid) to generate a 2016-09-03 15:28:09 +00:00
if_awgreg.h Allwinner Gigabit EMAC performance improvements. 2016-07-13 20:46:54 +00:00
if_emac.c if_emac: Before generating a random MAC address, try using the SID rootkey 2016-08-19 23:44:07 +00:00
if_emacreg.h
std.allwinner Add support for Allwinner H3 SoC. 2016-05-13 18:20:54 +00:00
std.allwinner_up Rename kernel config A10 into ALLWINNER_UP as it is intend to work with all 2016-08-17 20:32:08 +00:00
sunxi_dma_if.m Add support for the Allwinner DMA controller. This will be used by the at 2016-02-15 19:56:35 +00:00
timer.c Rename allwinner_machdep.{c.h} to aw_machdep.{c.h} as all allwinner source 2016-08-17 21:44:02 +00:00