summaryrefslogtreecommitdiffstats
path: root/sys/arm
Commit message (Expand)AuthorAgeFilesLines
* Move the arm call to intr_pic_init_secondary earlier in the secondary CPUandrew2016-06-141-1/+3
* Do not define __NO_STRICT_ALIGNMENT for armv6. While the requirementsian2016-06-131-4/+0
* Remove the ARMv4/ARMv5 userland atomic support from struct proc on armv6.andrew2016-06-082-0/+4
* Start to clean MIDR values using the CPUID scheme. We don't need to knowandrew2016-06-072-34/+46
* INTRNG - change the way how an interrupt mapping data are providedskra2016-06-051-0/+4
* tegra124: use roundup/rounddown macros from <sys/param.h>.pfg2016-06-031-2/+2
* Use nitems() macro instead of re-inventing itzbb2016-06-031-1/+1
* Define irq variable only in the block where used.skra2016-06-031-7/+4
* Postpone allocation of IRQ resource to the time when interruptskra2016-06-031-3/+11
* Add support for CESA on Armada38xzbb2016-06-021-0/+5
* Configure CPU window to second CESA SRAMzbb2016-06-022-0/+44
* Map CESA SRAM memory in driver attach for Armada38xzbb2016-06-021-1/+1
* Fix a crash while iterating compat strings when no match is found.jmcneill2016-05-311-1/+1
* arm_gic_map is a mask not the CPUs ID, there is no need to shift it.andrew2016-05-311-1/+1
* Bin interrupts to the correct CPU when we boot on a non-zero CPU.andrew2016-05-311-1/+1
* 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
OpenPOWER on IntegriCloud