aboutsummaryrefslogtreecommitdiff
path: root/sys/arm/mv
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-237-7/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-2333-66/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-2314-28/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-07-2522-22/+22
* fdt_win_process_child: eliminate write only size variableWarner Losh2022-10-021-2/+2
* platform_mpp_init: eliminate write only tuples variableWarner Losh2022-10-021-2/+1
* mv_rtc_attach: eliminate write only unit variableWarner Losh2022-10-021-3/+1
* Adjust function definition in arm's mv_common.c to avoid clang 15 warningDimitry Andric2022-08-211-1/+1
* mvebu_gpio: Fix settings of gpio pin direction.Michal Meloun2022-01-201-3/+3
* mvebu_gpio: Multiple fixes.Michal Meloun2022-01-201-23/+37
* mvebu_gpio: fix interrupt cause register configurationMarcin Wojtas2022-01-201-2/+2
* marvell: ap806_clock: add missing frequency modesMarcin Wojtas2021-02-021-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
* 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