aboutsummaryrefslogtreecommitdiff
path: root/sys/arm/mv
Commit message (Expand)AuthorAgeFilesLines
* arm mv: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-0928-98/+43
* Remove unused iicbus_devclass.John Baldwin2022-05-061-1/+1
* arm: Use __diagused for variables only used in KASSERT().John Baldwin2022-04-131-1/+1
* arm mv: Remove unused variables.John Baldwin2022-04-098-31/+2
* a37x0_xtal: Remove unused variable.John Baldwin2022-04-091-2/+0
* fdt_win_process_child: eliminate write only size variableWarner Losh2022-04-051-2/+2
* platform_mpp_init: eliminate write only tuples variableWarner Losh2022-04-051-2/+1
* mv_rtc_attach: eliminate write only unit variableWarner Losh2022-04-051-3/+1
* Add driver for marvell, a37x0 peripheral clocksHubert Mazur2022-01-049-0/+1695
* Add driver for armada, 37x0-tbg-clockHubert Mazur2022-01-043-0/+410
* Add driver for marvell, armada-3700 oscillatorHubert Mazur2022-01-041-0/+151
* arm/mv: Don't rely on firmware MSI mapping in ICUKornel Duleba2021-07-203-47/+386
* mvebu_gpio: Fix settings of gpio pin direction.Michal Meloun2021-03-071-3/+3
* mvebu_gpio: Multiple fixes.Michal Meloun2021-03-041-23/+37
* arm64: mv_ap806_gicp: Fix spi_ranges_cntZyta Szpak2021-03-031-3/+3
* mvebu_gpio: fix interrupt cause register configurationMarcin Wojtas2021-03-021-2/+2
* Remove old Marvell driversAndrew Turner2021-01-273-672/+0
* marvell: ap806_clock: add missing frequency modesMarcin Wojtas2021-01-261-4/+30
* make maximum interrupt number tunable on ARM, ARM64, MIPS, and RISC-VOleksandr Tymoshenko2021-01-191-4/+0
* arm: arm64: Directly use #include <dt-binding/...>Emmanuel Vadot2021-01-151-1/+1
* Remove remaining fragments of code for older already ceased ARM versions.Michal Meloun2020-11-291-7/+0
* Remove the pre-ARMv6 and pre-INTRNG code.Michal Meloun2020-11-294-41/+0
* arm: mv: Remove unused codeEmmanuel Vadot2020-11-261-91/+0
* arm: clean up empty lines in .c and .h filesMateusz Guzik2020-09-0121-57/+1
* Fix the module name for some arm drivers.Michal Meloun2020-07-121-1/+1
* 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