summaryrefslogtreecommitdiffstats
path: root/sys/arm
Commit message (Expand)AuthorAgeFilesLines
* Mechanically convert to if_inc_counter().glebius2014-09-197-49/+47
* The private peripheral interrupts start at offset 16, not 0. Also, useian2014-09-151-3/+7
* Use gic_decode_fdt() rather than a local routine to parse fdt interruptian2014-09-142-1/+13
* Add a common routine for parsing FDT data describing an ARM GIC interrupt.ian2014-09-142-0/+47
* Add compat strings for all the flavors of GIC this driver should support.ian2014-09-141-1/+14
* Fix an undefined variable that was accidentally not causing an error.ian2014-09-141-3/+3
* Add a comment giving an overview of the driver. Remove leftover debugging.ian2014-09-141-7/+23
* Replace the imx5 and imx6 iomux drivers with a single common driver thatian2014-09-1311-2036/+275
* Convert the at91_pinctrl driver to use the new fdt_pinctrl interface.ian2014-09-132-79/+58
* - Don't let rman_reserve_resource() activate the resource injhb2014-09-122-5/+26
* Add Reset Manager driver. This driver provides generic way to resetbr2014-09-115-6/+377
* Rename pmap_kenter_temp to pmap_kenter_temporary to be consistent with theandrew2014-09-114-5/+5
* Unify interrupts bit definition and usage. While here remove PSR_C_bit.andrew2014-09-1027-76/+83
* Add more register values to armreg.h and remove CPU_CONTROL_32BP_ENABLEandrew2014-09-102-11/+34
* Move if_smc_fdt.c to live in sys/dev/smc. It's not specific to the ARMandrew2014-09-102-136/+0
* Rename new to newval in inline asm code, to avoid clashes with C++ new.ian2014-09-091-5/+5
* When entering the kernel with the MMU off assume we are running from aandrew2014-09-071-5/+2
* Remove Lvirtaddr and Lphysaddr, these don't appear to be used.andrew2014-09-071-4/+0
* Generalise the va to pa code and use it when starting secondary coresandrew2014-09-071-23/+43
* Create a common i.MX53 config and use it with the two existing i.MX53andrew2014-09-073-297/+179
* o Remove __unused attribute on variables which actually usedbr2014-09-062-33/+24
* Fixthe spelling of ehciandrew2014-09-061-1/+1
* Allow us to use the virtual timer. It is currently disabled, but shouldandrew2014-09-061-52/+60
* Add FPGA Manager driver. This driver allows to program FPGA corebr2014-09-063-0/+481
* Add the virtual timer irq to the list of interrupts we enable on secondaryandrew2014-09-051-1/+4
* Wrap some long lines.imp2014-09-041-20/+34
* Implement the imx_iomux_get/set_gpr() interface for imx6.ian2014-09-041-0/+36
* The iomux driver is no longer optional, all imx platforms have it asian2014-09-044-7/+0
* Implement the same public interface in imx51 and imx6 iomux; use the commonian2014-09-045-83/+13
* Add a basic iomux driver for imx6.ian2014-09-044-1/+996
* Fix typo in variable name.ian2014-09-041-3/+3
* Add initial support for Altera SOCFPGA (heterogeneous ARM/FPGA) SoC family.br2014-09-045-0/+364
* The imx5x and imx6 chips have an onboard IOMUX device which also contains aian2014-09-042-0/+78
* Add a function to get the frequency of the AHB bus. Another stopgapian2014-09-033-0/+14
* Remove DIAGNOSTIC from the kernel config of low-end arm systems. Sanityian2014-09-036-6/+6
* Fixes and enhancements for the if_cgem driver...ian2014-09-032-2/+3
* The anatop driver controls power and PLLs and needs to be available beforeian2014-09-021-5/+19
* The ocotp driver provides access to registers containing chip configurationian2014-09-021-1/+2
* sdhci.h has grown a dependency on sysctl.h, include the latter where needed.ian2014-09-013-0/+3
* Rename OF_xref_phandle() to OF_node_from_xref() and add a new functionian2014-09-015-6/+6
* Do not generate unwind info in asm functions if _STANDALONE is defined.ian2014-09-011-1/+1
* Resync comments about scbus and pass for life after AHCI joined CAM.imp2014-09-0122-34/+34
* GIC (Cortex A's interrupt controller) supports up to 1020 IRQs.br2014-08-311-1/+1
* Put option FDT into the base IMX6 config and remove it from the configian2014-08-314-3/+1
* The Marvell PJ4B cpu family is armv7, not armv6.ian2014-08-311-2/+2
* Fix the handling of MMU type in the AP entry code. The ARM_MMU_V6/V7ian2014-08-301-2/+3
* Enable SCTP support. It runs perfectly fine on a Wandboard quad.tuexen2014-08-301-1/+1
* Remove FDT option, since it is in every file, which includes this one.tuexen2014-08-301-1/+0
* Rewrite of ti_i2c based on gonzo's patch, fix the following bugs/problems:loos2014-08-202-741/+533
* Make note about reset vs RTOE actions...imp2014-08-181-0/+1
OpenPOWER on IntegriCloud