NetBSD/sys/dev/marvell
thorpej 92b1a40bcb Clean up gttwsi's register access stuff:
- Garbage-collect the obsolete GTTWSI_ALLWINNER option; it hasn't been
  needed since FDT'ization of the Allwinner support code.
- Redefine thw "TWSI_*" register definitions to clearly call out:
  -> The Marvell flavor of the offsets
  -> The Allwinner flavor of the offsets
  ...and make the regular definitions indices into a register map.
- Pass the appropriate register map from the front-end to the core.
- Remove the customer register read/write callbacks -- they are no longer
  needed now that each front-end passes an appropriate register map to
  the core.
2020-01-12 17:48:42 +00:00
..
com_mv.c
ehci_mv.c s/lenght/length/ 2019-12-26 04:53:11 +00:00
files.armada make this compile again: 2019-10-01 17:35:09 +00:00
files.discovery
gt.c
gtbrgreg.h
gtbrgvar.h
gtdevbusvar.h
gtethreg.h
gtidmac.c s/transfered/transferred/ 2019-12-27 09:41:48 +00:00
gtidmacreg.h
gtidmacvar.h
gtintrreg.h
gtintrvar.h
gtmpsc.c
gtmpscreg.h
gtmpscvar.h
gtpci.c
gtpcireg.h s/expresion/expression/ in comment. 2019-12-27 09:32:09 +00:00
gtpcivar.h
gtreg.h
gtsdmareg.h
gtsdmavar.h
gttwsi.c Clean up gttwsi's register access stuff: 2020-01-12 17:48:42 +00:00
gtvar.h
if_gfe.c Use ETHER_LOCK()/ETHER_UNLOCK() for all ethernet drivers to protect ec_multi*. 2019-05-28 07:41:46 +00:00
if_gfevar.h
if_mvgbe.c if_flags is neither int nor short. It's unsigned short. 2019-09-13 07:55:05 +00:00
if_mvxpe.c Fix typos in messages. 2019-12-28 03:07:18 +00:00
if_mvxpereg.h
if_mvxpevar.h if_flags is neither int nor short. It's unsigned short. 2019-09-13 07:55:05 +00:00
marvellreg.h
marvellvar.h
mvcesa.c
mvcesareg.h
mvgbereg.h
mvpex.c in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAIT 2019-11-10 21:16:21 +00:00
mvpexreg.h s/expresion/expression/ in comment. 2019-12-27 09:32:09 +00:00
mvpexvar.h
mvsata_mv.c
mvsdio.c
mvsdioreg.h
mvspi.c ensure spibus_attach_args is zero'ed 2019-08-13 17:03:10 +00:00
mvspireg.h
mvxpbm.c
mvxpbmvar.h
mvxpsec.c s/transfered/transferred/ 2019-12-27 09:41:48 +00:00
mvxpsecreg.h
mvxpsecvar.h s/transfered/transferred/ 2019-12-27 09:41:48 +00:00
obio.c
pchb.c