freebsd-dev/sys/arm/mv
Emmanuel Vadot cf2ba452a0 arm64: a37x0_gpio: Use syscon instead of MMIO region
The fdt node for this driver is a simple-mfd and syscon compatible one
meaning that simplemfd will be the driver attached for it. The gpio driver
is attached to the 'gpio' subnode so use syscon_get_handle_default to
obtain the handle of the syscon from the parent device and use this
to read/write to the memory region.

MFC after:	1 week
2019-08-19 14:28:54 +00:00
..
armada Extract eventfilter declarations to sys/_eventfilter.h 2019-05-20 00:38:23 +00:00
armada38x Remove IPI_IRQ_START and IPI_IRQ_END from the arm kernel config files. 2018-07-28 06:46:10 +00:00
armadaxp Use the cp15 functions to read cp15 registers rather than using assembly 2018-07-28 17:21:34 +00:00
discovery Remove support for kernel.tramp and kernel.tramp.gz 2019-07-27 17:24:19 +00:00
kirkwood sys: further adoption of SPDX licensing ID tags. 2017-11-20 19:43:44 +00:00
orion Remove support for kernel.tramp and kernel.tramp.gz 2019-07-27 17:24:19 +00:00
a37x0_gpio.c arm64: a37x0_gpio: Use syscon instead of MMIO region 2019-08-19 14:28:54 +00:00
armv5_machdep.c Move fdt_is_type to be a Marvell specific function. It's not used by any 2018-04-08 12:20:06 +00:00
files.arm7 Remove NAND and NANDFS support 2019-06-25 04:50:09 +00:00
files.mv Remove NAND and NANDFS support 2019-06-25 04:50:09 +00:00
gpio.c mv_gpio: Since it's also an interrupt controller, attach sooner 2018-12-12 22:10:11 +00:00
ic.c sys/arm: further adoption of SPDX licensing ID tags. 2017-11-27 15:04:10 +00:00
mpic.c Enable ArmadaXP using INTRNG interrupt controller 2018-04-03 21:17:19 +00:00
mv_ap806_clock.c arm64: marvell: Add driver for Marvell Ap806 System Controller 2018-12-12 22:01:06 +00:00
mv_ap806_gicp.c arm64: Add mv_cp110_icu and mv_cp110_gicp 2018-12-12 22:08:43 +00:00
mv_armv7_machdep.c Move fdt_is_type to be a Marvell specific function. It's not used by any 2018-04-08 12:20:06 +00:00
mv_common.c [mv] Fix invalid condition in fdt_fixup_ranges 2019-01-16 21:13:50 +00:00
mv_cp110_clock.c arm64: marvell: Add cp110 clock controller support 2018-12-12 22:04:21 +00:00
mv_cp110_clock.h arm64: marvell: Add cp110 clock controller support 2018-12-12 22:04:21 +00:00
mv_cp110_icu.c arm64: mv_cp110_icu: Fix build 2018-12-12 22:24:30 +00:00
mv_localbus.c Clean up OF_getprop_alloc API 2018-04-08 22:59:34 +00:00
mv_pci_ctrl.c Fix PCI driver unload for Marvell PCI controller 2018-12-02 21:58:36 +00:00
mv_pci.c [mv_pci] Increase default PCI space size for mv_pci 2019-01-15 00:37:37 +00:00
mv_spi.c Extract eventfilter declarations to sys/_eventfilter.h 2019-05-20 00:38:23 +00:00
mv_thermal.c mv_thermal: Add thermal driver for AP806 and CP110 thermal sensor 2018-12-12 22:33:05 +00:00
mv_ts.c sys/arm: further adoption of SPDX licensing ID tags. 2017-11-27 15:04:10 +00:00
mvebu_pinctrl.c arm64: mvebu_pinctrl: Add driver for Marvell Pinmux Controller 2018-12-12 22:00:05 +00:00
mvreg.h Enable Marvell gpio driver to work with many controllers 2018-04-04 13:20:29 +00:00
mvvar.h Move fdt_is_type to be a Marvell specific function. It's not used by any 2018-04-08 12:20:06 +00:00
mvwin.h Enable cesa driver to work with Linux DT binding 2018-04-09 23:36:52 +00:00
rtc.c sys: further adoption of SPDX licensing ID tags. 2017-11-20 19:43:44 +00:00
std-pj4b.mv Use PLATFORM for initializing Marvell ArmadaXP and Armada38X 2018-04-04 08:40:49 +00:00
std.mv
timer.c Extract eventfilter declarations to sys/_eventfilter.h 2019-05-20 00:38:23 +00:00