summaryrefslogtreecommitdiffstats
path: root/sys/arm
Commit message (Expand)AuthorAgeFilesLines
* Improve ARM debug_monitor for SMP machineszbb2016-05-293-53/+65
* Fix debug_monitor code for older ARMs (ARM11)zbb2016-05-291-75/+29
* ARM GIC: Allow to setup interrupt without configuration data.mmel2016-05-291-2/+5
* Add support for triggering interrupts on both rising and falling edges.ian2016-05-261-39/+67
* Add support for interrupts, sensors and GPIO for AXP209 PMIC.manu2016-05-262-44/+694
* Only do the touch screen setup when the 'ti,wires' property is present.loos2016-05-261-2/+2
* Enable USB PHY regulators when requested by the host controller driver.jmcneill2016-05-262-13/+115
* Another round of changes to add compatibility with the older ESHDC varietyian2016-05-261-82/+160
* Disable alignment faults on armv6, adjust various alignment-related macrosian2016-05-264-2/+18
* Include machine/acle-compat.h in cdefs.h on arm if the compiler doesn'tian2016-05-2539-48/+0
* Add more info about the issue fixed in r298460. Rephrase some sentencesskra2016-05-251-8/+15
* Spaces->tab in comment.ian2016-05-231-1/+1
* Oops, fix a paste-o commited in r300533.ian2016-05-231-1/+1
* Use the new(-ish) CP15_SCTLR macro to generate system control reg accessesian2016-05-2310-43/+41
* INTRNG - support new interrupt mapping type INTR_MAP_DATA_GPIOskra2016-05-231-25/+65
* INTRNG - use gpio generic interrupt modes definitions added in r298738.skra2016-05-231-47/+31
* Fix the deciKelvin to Celsius conversion in kernel.loos2016-05-224-4/+4
* INTRNG - implement pic_post_filter method. This method is fundamentalskra2016-05-221-0/+6
* Fix some format strings to make them either correct or uniform.skra2016-05-221-3/+3
* Adjust _ALIGNBYTES to the proper value for arm and armv6 arches. Modernian2016-05-211-4/+4
* Remove hf appending code from param.h for machine arch name.imp2016-05-201-7/+1
* Use OF_prop_free instead of direct call to free(9)gonzo2016-05-186-17/+17
* Return the struct intr_pic pointer from intr_pic_register. This will beandrew2016-05-1812-21/+36
* Implement atomic_cmpset_acq_64 and atomic_cmpset_rel_64 on arm and armeb.andrew2016-05-181-0/+2
* Add driver for "generic-ohci" as defined by FDT.manu2016-05-173-2/+4
* The GIC (v2 at least) has a bit in the TYPER register to indicate whether the...bz2016-05-171-5/+11
* Don't repeat the the word 'the'eadler2016-05-173-3/+3
* 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
OpenPOWER on IntegriCloud