aboutsummaryrefslogtreecommitdiff
path: root/sys/arm/mv
Commit message (Expand)AuthorAgeFilesLines
* Add specific stub for ARMADA 8k SoC to Marvell RTC driver.Michal Meloun2020-06-191-27/+72
* Add specialized gpio driver for ARMADA 8k SoC.Michal Meloun2020-06-192-6/+869
* Restore XHCI operation on Armada 38xMarcin Wojtas2020-05-261-0/+1
* arm: Fix duplicate pcib DRIVER_MODULEEmmanuel Vadot2020-04-161-2/+2
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-262-3/+4
* Remove armv5 marvell support.Warner Losh2020-02-0215-1084/+0
* Be consistent about checking return value from bus_delayed_attach_children.Warner Losh2019-12-131-3/+1
* Create new wrapper function: bus_delayed_attach_children()Warner Losh2019-12-132-4/+2
* Fix the ARM64 build, include the necessary <sys/mutex.h> header.Luiz Otavio O Souza2019-12-061-2/+4
* Add the SPI driver for the Marvell Armada 37x0 SoC.Luiz Otavio O Souza2019-12-061-0/+494
* Fix the build, use the correct include path.Luiz Otavio O Souza2019-12-051-1/+1
* Add the I2C driver for the Armada 37x0.Luiz Otavio O Souza2019-12-052-0/+553
* Update Armada 8k drivers to cover newly imported DT and latest changesMichal Meloun2019-10-208-125/+713
* arm64: a37x0_gpio: Use syscon instead of MMIO regionEmmanuel Vadot2019-08-191-19/+10
* Revert r351130Emmanuel Vadot2019-08-171-2/+2
* arm64: mv: a37x0_gpio: Set the memory to SHAREABLEEmmanuel Vadot2019-08-161-2/+2
* Remove support for kernel.tramp and kernel.tramp.gzWarner Losh2019-07-273-3/+0
* Remove NAND and NANDFS supportWarner Losh2019-06-252-2/+0
* Add the GPIO driver for the North/South bridge in Marvell Armada 37x0.Luiz Otavio O Souza2019-06-101-0/+352
* Extract eventfilter declarations to sys/_eventfilter.hConrad Meyer2019-05-204-1/+6
* arm: Add kern_clocksource.c directly in files.armEmmanuel Vadot2019-04-162-4/+0
* Fix armv6/armv7 build after the move from xhci_mv to generic_xhciEmmanuel Vadot2019-02-272-2/+2
* [mv] Fix invalid condition in fdt_fixup_rangesOleksandr Tymoshenko2019-01-161-1/+1
* [mv_pci] Increase default PCI space size for mv_pciOleksandr Tymoshenko2019-01-151-1/+1
* [mv_pci] Do not attempt to attach disabled PCI portsOleksandr Tymoshenko2018-12-151-0/+3
* mv_thermal: Add thermal driver for AP806 and CP110 thermal sensorEmmanuel Vadot2018-12-121-0/+381
* arm64: mv_cp110_icu: Fix buildEmmanuel Vadot2018-12-121-1/+1
* mv_gpio: Since it's also an interrupt controller, attach soonerEmmanuel Vadot2018-12-121-1/+2
* arm64: Add mv_cp110_icu and mv_cp110_gicpEmmanuel Vadot2018-12-122-0/+588
* arm64: marvell: Add cp110 clock controller supportEmmanuel Vadot2018-12-122-0/+457
* arm64: mv_gpio: Add Marvell 8K supportEmmanuel Vadot2018-12-121-69/+101
* arm64: marvell: Add driver for Marvell Ap806 System ControllerEmmanuel Vadot2018-12-121-0/+210
* arm64: mvebu_pinctrl: Add driver for Marvell Pinmux ControllerEmmanuel Vadot2018-12-121-0/+246
* Fix PCI driver unload for Marvell PCI controllerOleksandr Tymoshenko2018-12-021-0/+1
* Set the SPI clock speed and polarity on each transfer to catch up withLuiz Otavio O Souza2018-11-151-3/+61
* Add the driver for the SPI controller on ARMADA38X.Luiz Otavio O Souza2018-11-142-0/+352
* Remove PHYSADDR from kernel configurations that don't need it. The onlyAndrew Turner2018-08-152-2/+0
* Use the cp15 functions to read cp15 registers rather than using assemblyAndrew Turner2018-07-282-3/+4
* Remove IPI_IRQ_START and IPI_IRQ_END from the arm kernel config files.Andrew Turner2018-07-281-3/+0
* follow-up to r336635, update TAILQ to CK_SLIST for ie_handlersAndriy Gapon2018-07-231-1/+2
* Fix SoC identification issue on Marvell platformsMarcin Wojtas2018-05-031-21/+11
* Replace FDT tree parsing with gpio_map_gpios implementation in mv_gpio driverMarcin Wojtas2018-04-261-121/+25
* Update mv_gpio driver to new FreeBSD APIMarcin Wojtas2018-04-261-81/+238
* Enable cesa driver to work with Linux DT bindingMarcin Wojtas2018-04-092-0/+20
* Clean up OF_getprop_alloc APIOleksandr Tymoshenko2018-04-081-1/+1
* Move fdt_is_type to be a Marvell specific function. It's not used by anyAndrew Turner2018-04-085-3/+26
* Remove fdt_pm_is_enabled as it's Marvell specific. Replace the only call toAndrew Turner2018-04-043-2/+4
* Enable Marvell gpio driver to work with many controllersMarcin Wojtas2018-04-042-290/+302
* Improve interrupt and resource allocation in Marvell GPIO driverMarcin Wojtas2018-04-042-25/+86
* Introduce port debouncing mechanism in mv_gpio driverMarcin Wojtas2018-04-043-58/+436