summaryrefslogtreecommitdiffstats
path: root/sys/arm
Commit message (Expand)AuthorAgeFilesLines
* Add HWPMC_HOOKS to std.armv6 to make them availablebz2016-05-162-1/+1
* Introduce MSI and MSI-X support to intrng. This adds a new msi deviceandrew2016-05-161-20/+246
* Add Allwinner A83T thermal sensor controller support.jmcneill2016-05-154-0/+403
* Reduce complexity of RSB by always using polling mode. Unfortunatelyjmcneill2016-05-152-66/+13
* Add support for the AXP813/AXP818 power key and GPIO pins.jmcneill2016-05-151-1/+351
* Allow RSB to be used from interrupt handlers.jmcneill2016-05-151-3/+16
* TEGRA: Also attach gpioc to tegra_gpio driver. Forgotten in r299854.mmel2016-05-151-1/+4
* TEGRA: Don't use common name 'iicb' for tegra specific IIC driver.mmel2016-05-151-2/+6
* TEGRA: Don't use common name 'gpio' for tegra specific GPIO driver.mmel2016-05-151-1/+6
* Allow arm generic_timer code to be included even if not present in themanu2016-05-151-1/+2
* Add and enable Allwinner RSB and AXP81x power management IC drivers.jmcneill2016-05-142-0/+4
* Add a basic driver for X-Powers AXP813 and AXP818 power management ICs.jmcneill2016-05-141-0/+180
* Add a driver for the Allwinner Reduced Serial Bus (RSB).jmcneill2016-05-141-0/+506
* Update comment at top of file to mention all currently supported Allwinnerjmcneill2016-05-141-1/+2
* Use OF_prop_free instead of direct call to free(9)gonzo2016-05-145-9/+9
* Use OF_prop_free instead of direct call to free(9)gonzo2016-05-136-12/+12
* Use OF_prop_free instead of direct call to free(9)gonzo2016-05-133-5/+5
* Add support for Allwinner H3 SoC.manu2016-05-1315-0/+306
* Add OF_prop_free function as a counterpart for OF_*prop_allocgonzo2016-05-115-12/+12
* Pass device tree node as a part of gpio_pin_get_by_ofw_XXX APIgonzo2016-05-101-3/+3
* When PLATFORM_SMP is enabled, check if tunable hw.ncpu is set and validmanu2016-05-101-0/+8
* Merge a20_mp_start_ap and a31_mp_start_ap into one function.manu2016-05-103-43/+27
* INTRNG - update gpio pin capabilities according to r299198.skra2016-05-081-0/+8
* INTRNG - update gpio pin capabilities according to r299166.skra2016-05-081-1/+13
* INTRNG - support new interrupt mapping type INTR_MAP_DATA_GPIOskra2016-05-061-22/+52
* INTRNG - use gpio interrupt modes definitions added in r298738 andskra2016-05-061-41/+93
* INTRNG - support new interrupt mapping type INTR_MAP_DATA_GPIOskra2016-05-061-22/+50
* INTRNG - use gpio interrupt modes definitions added in r298738 andskra2016-05-062-44/+44
* Fix <sys/_bitset.h> and <sys/_cpuset.h> to not require <sys/param.h>.jhb2016-05-051-0/+1
* INTRNG - redefine struct intr_map_data to avoid headers pollution. Eachskra2016-05-0511-52/+100
* Add support for the Allwinner A83T (sun8iw6p1) SoC.jmcneill2016-05-0522-55/+1020
* Add driver for Allwinner A83T/H3/A64 Gigabit Ethernet.jmcneill2016-05-043-0/+1600
* While gem5 is not qemu, we treat it as "simulators" or "virtual environments".bz2016-05-041-0/+17
* The virtual timer is optional on ARM64. Properly handle that condition. [1]bz2016-05-041-2/+6
* The ARM generic timer keeps ticking even if disabled or it expired.bz2016-05-041-1/+1
* sys/arm: Minor spelling fixes.pfg2016-05-0444-72/+72
* ACK the interrupt after disabling it, this avoid an interrupt storm.manu2016-04-301-0/+3
* Add a MULTIDELAY option to allow the ARM kernel to have multiple DELAYandrew2016-04-3017-60/+157
* sys: Make use of our rounddown() macro when sys/param.h is available.pfg2016-04-301-1/+1
* Move 'device pci' for the PCI bus driver to the MI NOTES file.jhb2016-04-291-2/+0
* Remove vestiges of IEEE-488/GPIB drivers removed in r276214.jhb2016-04-291-2/+0
* Add driver for AM33xx SoC touchscreengonzo2016-04-293-72/+390
* TEGRA: Add interrupt support for Tegra GPIO controller.mmel2016-04-281-62/+465
* ARM: Use kernel pmap as intermediate mapping in context switch.mmel2016-04-281-11/+23
* Add support for the Non-maskable interrupt driver found in the Allwinner A20 ...manu2016-04-272-0/+397
* Add dtb/zynq to the list of extra modules required by Zedboardgonzo2016-04-261-0/+2
* Mark the unused period argument __unused.bz2016-04-261-1/+2
* sys/arm: make use of the howmany() macro when available.pfg2016-04-264-4/+4
* Fix calculation of LCD CH1 SCLK1 output frequency when SCLK2 /2 is usedjmcneill2016-04-261-2/+3
* Add support for 8-bit eMMC.jmcneill2016-04-261-2/+12
OpenPOWER on IntegriCloud