summaryrefslogtreecommitdiffstats
path: root/sys/arm/at91
Commit message (Expand)AuthorAgeFilesLines
* ofw_spi: Parse property for the SPI mode and CS polarity.manu2017-10-171-0/+2
* Use the modern spelling of ofw_bus_node_is_compatible in sys/arm.andrew2017-09-061-1/+2
* MFC: r312939, r313250, r314811 (partial), r314887 (partial), r315760,marius2017-05-111-10/+2
* MFC r303261,r315059:mmel2017-04-161-3/+2
* MFC r306262, r306267, r310021: (needed to avoid conflicts on later merges)ian2017-03-011-4/+0
* MFC r309912:manu2016-12-161-2/+3
* MFC r307518:hselasky2016-11-072-12/+0
* MFC r306902:mmel2016-11-056-10/+0
* Use the new(-ish) CP15_SCTLR macro to generate system control reg accessesian2016-05-231-3/+4
* Use OF_prop_free instead of direct call to free(9)gonzo2016-05-131-3/+3
* sys/arm: Minor spelling fixes.pfg2016-05-048-16/+16
* sys: Make use of our rounddown() macro when sys/param.h is available.pfg2016-04-301-1/+1
* sys/arm: make use of the howmany() macro when available.pfg2016-04-261-1/+1
* Move arm's devmap to some generic place, so it can be usedbr2016-04-263-9/+9
* sys: use our roundup2/rounddown2() macros when param.h is available.pfg2016-04-211-3/+3
* Use our nitems() macro when param.h is available.pfg2016-04-201-3/+3
* Rename ARM_INTRNG and MIPS_INTRNG to INTRNG. This will help with machineandrew2016-04-151-1/+1
* arm: for pointers replace 0 with NULL.pfg2016-04-157-17/+17
* ARM: Teach LINUX_BOOT_ABI to recognize DT blob.mmel2016-03-261-1/+1
* Fix the resource_list_print_type() calls to use uintmax_t.jhibbits2016-03-222-5/+5
* Fix fallout from r292180 (Dec 2015)... ensure that every driver which hasian2016-03-211-0/+1
* Introduce a RMAN_IS_DEFAULT_RANGE() macro, and use it.jhibbits2016-02-202-2/+2
* Remove pd_prot and pd_cache members from struct arm_devmap_entry.skra2016-02-171-13/+1
* Stop defining fdt_pic_table when building for ARM_INTRNG.andrew2016-02-111-0/+2
* ARM: Consistently use cpu_setttb() instead of setttb().mmel2016-02-031-2/+2
* Convert rman to use rman_res_t instead of u_longjhibbits2016-01-271-2/+2
* We don't need at91_bs_tag. arm_base_bs_tag works now that we haveimp2016-01-165-167/+8
* Move ohci files to their proper place in the tree for atmel.imp2016-01-163-3/+501
* Reduce diffs to upstream by adding a couple comment blocks and moving theian2016-01-151-28/+34
* Fix the handling of the "PDC write transfer length" erratum for at91. Theian2016-01-141-11/+10
* Remove the arm KERNPHYSADDR option as it is no longer used. The makeandrew2015-12-2212-12/+0
* Move the DRIVER_MODULE() statements that declare mmc(4) to be a child ofian2015-12-141-0/+1
* Move more bus_space_* files to be built by files.arm. This leaves theandrew2015-11-211-1/+0
* Correct !FDT case with proper name.imp2015-11-071-1/+1
* Implement the phy-mode property for ate and macb. If it is set toimp2015-11-072-18/+112
* Add support for RMII in macb, cribbed slightly from the ateimp2015-11-073-4/+12
* Make if_macb work with FDT.cognet2015-11-051-0/+17
* Make at91_pmc probe any at91 pmc device we support, not just at91rm9200.cognet2015-11-051-1/+4
* Make kstack_pages a tunable on arm, x86, and powepc. On i386, thekib2015-08-101-2/+2
* Fix KSTACK_PAGES issue when the default value was changed in KERNCONFzbb2015-07-161-0/+1
* Need to handle the !FDT case still too... I thought in r270025 weimp2015-05-221-0/+4
* Include machine/intr.h for arm_post_filter.andrew2015-04-041-0/+7
* Build the cpufunc_asm_* files based on the cpu type, not which config fileandrew2015-03-291-1/+0
* Remove the bootconfig parsing. We never used it and always passed either anandrew2015-03-291-1/+1
* Move the uart_class definitions and fdt compat data into the individualian2015-03-073-0/+14
* Use explicit initializer style, fill in missing functions.ian2015-01-212-70/+71
* For some reason, all the arm bus_space functions that work with uint16ian2015-01-211-15/+14
* Revise the arm bus_space implementation to avoid dereferencing the tag onian2015-01-211-12/+7
* Eliminate a redundant declaration.ian2014-12-211-2/+0
* Remove the ARM_DEVICE_MULTIPASS option and make its effect be the default.ian2014-10-261-1/+0
OpenPOWER on IntegriCloud