aboutsummaryrefslogtreecommitdiff
path: root/sys/arm
Commit message (Expand)AuthorAgeFilesLines
...
* Add a workaround for a bug when setting the Raspberry GIO config and stateAndrew Turner2020-07-281-0/+11
* Aadd Raspberry Pi firmware messages to manage GPIOsAndrew Turner2020-07-281-0/+55
* Switch the bcm2835 cpufreq driver to use the firmware interfaceAndrew Turner2020-07-283-261/+265
* Move the bcm2835 firmware driver earlier in the boot.Andrew Turner2020-07-281-2/+3
* Revert r363639 so I can use a more correct commit messageAndrew Turner2020-07-281-3/+2
* Move the bcm2835 mailbox driver earlier in the bootAndrew Turner2020-07-281-1/+2
* Have the bcm2835 firmware driver depend on the mailbox driverAndrew Turner2020-07-281-2/+3
* Enable use of the regulator in the Broadcom SDHCI controllerAndrew Turner2020-07-281-1/+35
* Set si_trapno to the fault index from fsr.John Baldwin2020-07-271-3/+5
* actually enable gate control for allwinner's r-ccu ir clockAndriy Gapon2020-07-271-1/+1
* mmccam: aw_mmc: Only print the new ios value under bootverboseEmmanuel Vadot2020-07-241-7/+14
* aw_mmc: Start a mmccam discovery when the CD handler is called.Emmanuel Vadot2020-07-221-0/+4
* Switch from SCTP to SCTP_SUPPORT in GENERIC configs.Mark Johnston2020-07-162-2/+2
* Fix the module name for some arm drivers.Michal Meloun2020-07-122-2/+2
* Split long lines in the Raspberry Pi FB driverAndrew Turner2020-07-101-3/+6
* Add a driver to talk to the Raspberry Pi firmwareAndrew Turner2020-07-094-0/+224
* Add a driver for bcm2838 PCI express controllerAndrew Turner2020-07-062-0/+744
* Add i.MX 8M Quad supportOleksandr Tymoshenko2020-07-013-4/+90
* Fix reboot command on the Raspberry Pi series.Andrew Turner2020-06-221-3/+37
* [PowerPC] More relocation fixesBrandon Bergren2020-06-211-1/+1
* raspberry pi 4: cpufreq supportKyle Evans2020-06-201-0/+1
* Finish renaming in if_dwc.Michal Meloun2020-06-192-2/+2
* 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
* Simplify MACHINE_ARCH to be a single string.John Baldwin2020-06-151-15/+5
* Fix grabbing of tegra uart.Michal Meloun2020-06-111-0/+4
* Add mode selection to iMX6 IPU driverOleksandr Tymoshenko2020-06-104-40/+182
* Fix boot of wandquad after DTS updateAndreas Tobler2020-06-091-0/+4
* Remove remnant of arm's ELF trampolineMitchell Horne2020-05-312-24/+2
* Restore XHCI operation on Armada 38xMarcin Wojtas2020-05-261-0/+1
* copystr(9): Move to deprecate (attempt #2)Conrad Meyer2020-05-251-33/+0
* Introduce VF610 I2C controller support.Marcin Wojtas2020-05-251-9/+153
* Bring in support for single core Zynq devices. Turns out that realJohn-Mark Gurney2020-05-212-123/+173
* minor cleanup of white space, and function name in panic...John-Mark Gurney2020-05-211-4/+4
* Revert r360944 and r360946 until reported issues can be resolvedConrad Meyer2020-05-121-0/+33
* copystr(9): Move to deprecate [2/2]Conrad Meyer2020-05-111-33/+0
* arm: Don't enable interrupts in init_secondary().Mark Johnston2020-05-061-3/+0
* Convert arm's physmem interface to MI codeMitchell Horne2020-04-197-516/+16
* arm: nvidia: pcie: Rename class name to pcibEmmanuel Vadot2020-04-161-1/+1
* arm: Fix duplicate pcib DRIVER_MODULEEmmanuel Vadot2020-04-162-4/+4
* arm: allwinner: aw_mmc: Make it possible to unload the moduleEmmanuel Vadot2020-04-161-1/+56
* arm: allwinner: aw_sid: Fix thermal calibration size for A64Emmanuel Vadot2020-04-151-1/+1
* allwinner: aw_thermal: Cope with DTS changesEmmanuel Vadot2020-04-142-14/+13
* arm: allwinner: aw_mmc: Use the mmc_fdt_helperEmmanuel Vadot2020-04-141-66/+61
* arm: am335x: Honor pmic option ti,pmic-shutdown-controllerEmmanuel Vadot2020-04-111-8/+12
* Add the Cadence GEM ethernet driver to NOTES so that it gets built withIan Lepore2020-04-021-1/+0
* Retire procfs-based process debugging.John Baldwin2020-04-011-1/+0
* remove extraneous double ;s in sys/Ed Maste2020-03-302-2/+2
* Add a missing suffix that was causing a whole word to get loaded insteadIan Lepore2020-03-291-1/+1
* Expand generic subword atomic primitivesConrad Meyer2020-03-253-0/+12