summaryrefslogtreecommitdiffstats
path: root/sys/arm
Commit message (Expand)AuthorAgeFilesLines
* As <machine/param.h> is included from <sys/param.h>, there is no needskra2016-02-221-1/+0
* As <machine/pmap.h> is included from <vm/pmap.h>, there is no need toskra2016-02-222-2/+0
* Rename busdma_machdep.c to busdma_machdep-v4.c, pmap.c to pmap-v4.cskra2016-02-203-0/+0
* Introduce a RMAN_IS_DEFAULT_RANGE() macro, and use it.jhibbits2016-02-205-5/+5
* Add initial support for the Allwinner A31i and A31s. This just adds theandrew2016-02-192-0/+38
* Include ofw_bus_subr.h before ofw_pci.h for the definition of structandrew2016-02-191-1/+1
* Remove not used static function pmap_kenter_attr().skra2016-02-191-7/+0
* Remove not used definitions and fix some style nits.skra2016-02-191-24/+12
* Remove AP_KRW definition not needed after r295801.skra2016-02-191-10/+0
* Rename pte.h to pte-v4.h and start including directly either pte-v4.hskra2016-02-196-16/+10
* Move common definitions from both pmap-v4.h and pmap-v6.h into pmap.h.skra2016-02-193-42/+27
* Rename pmap.h to pmap-v4.h and remove pmap-v6.h include from it.skra2016-02-193-517/+552
* Introduce bus_get_bus_tag() methodzbb2016-02-181-0/+13
* Remove redundant ARM_L2_ADDR_BITS and L2_ADDR_BITS definitions andskra2016-02-183-8/+1
* Remove redundant L2_ADDR_MASK definition and replace it by primary one.skra2016-02-182-4/+1
* Remove unneeded definitions after r291406. Also remove redundant andskra2016-02-182-24/+0
* Move the Allwinner kernels to use fdt_pinctrl. This will read the pinandrew2016-02-1712-81/+717
* Do not use PMAP_DOMAIN_KERNEL definition for __ARM_ARCH >= 6 as domainsskra2016-02-173-27/+3
* Remove unneeded vector_page_setprot() for __ARM_ARCH >= 6. A vectorskra2016-02-173-12/+3
* Include pte-v6.h only where needed.skra2016-02-173-4/+1
* Remove pd_prot and pd_cache members from struct arm_devmap_entry.skra2016-02-1715-109/+31
* Evaluate also VM_PROT_EXECUTE protection in pmap_preboot_map_attr().skra2016-02-171-0/+1
* Allow callers of OF_decode_addr to get the size of the found mapping. Thisandrew2016-02-161-1/+5
* Use EARLY_DRIVER_MODULE() for ti_scm driver to be attached beforeskra2016-02-161-1/+2
* Do not use DMA channels used by GPU.skra2016-02-163-33/+62
* Add a sysctl to read the internal temperature of the AXP209 Powerandrew2016-02-161-0/+41
* Add an analog audio driver for the audio codec found on the Allwinnerandrew2016-02-163-0/+854
* Only read the power state register when we will be using its value. Whileandrew2016-02-161-10/+13
* Add support for the Allwinner DMA controller. This will be used by the atandrew2016-02-156-0/+713
* Add support for the AXP209 Power System Management IC. This allows boardsandrew2016-02-152-0/+183
* Set sc->clkfreq removed in r295470andrew2016-02-151-0/+2
* Remove an unused static inline function.andrew2016-02-151-11/+0
* Initial OMAP4 WUGEN pass-through driver. SPI interrupts are passedskra2016-02-152-0/+229
* Add support for the Allwinner i2c device. This is similar to the existingandrew2016-02-156-4/+35
* Move the twsi driver source to be under iicbus. It is in a separateandrew2016-02-142-645/+0
* Create the twsi device option in preparation to move the driver to a commonandrew2016-02-149-1/+11
* Remove an unused include.andrew2016-02-141-1/+0
* Stop adding an extra null terminator to strings, OF_getprop already returnsandrew2016-02-121-4/+2
* Enable ARM_INTRNG on all kernel configs where we use the Generic Interruptandrew2016-02-1111-2/+18
* Stop defining fdt_pic_table when building for ARM_INTRNG.andrew2016-02-1113-1/+26
* Remove unused Zedboard config files. files.zedboard was empty other thanandrew2016-02-113-18/+1
* Fix a logic inversion when checking for ARM_INTRNGandrew2016-02-101-1/+1
* Only use fdt_pic_table when not using ARM_INTRNGandrew2016-02-101-0/+2
* Use OF_getencprop to read a property, it already handles the endianandrew2016-02-101-4/+1
* Update of the Allwinner drivers to:andrew2016-02-1014-30/+163
* Break out the shared bits of the arm intrng definitions into sys/intr.h;adrian2016-02-101-87/+1
* Include sys/_task.h into uma_int.h, so that taskqueue.h isn't aglebius2016-02-091-1/+0
* Remove unneeded whitespace, and fix a license for a new file. Extractedandrew2016-02-091-6/+4
* ARM: Use new ARMv6 naming conventions for cache and TLB functionsmmel2016-02-0522-50/+88
* Follow up r295257 and replace bad reference to TEX in defines,skra2016-02-051-36/+37
OpenPOWER on IntegriCloud