summaryrefslogtreecommitdiffstats
path: root/sys/arm/at91
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix the definitioin of AT91SAM9G45_IRQ_PIOE and rename it tokevlo2014-09-271-5/+4
* Remove a bogus AIC.kevlo2014-09-271-2/+1
* Fix the size of AT91SAM9260_PIT_SIZE.kevlo2014-09-261-1/+1
* Fix typos.kevlo2014-09-265-11/+11
* Mechanically convert to if_inc_counter().glebius2014-09-192-16/+16
* Convert the at91_pinctrl driver to use the new fdt_pinctrl interface.ian2014-09-132-79/+58
* Unify interrupts bit definition and usage. While here remove PSR_C_bit.andrew2014-09-102-2/+4
* Wrap some long lines.imp2014-09-041-20/+34
* Rename OF_xref_phandle() to OF_node_from_xref() and add a new functionian2014-09-011-2/+2
* Make note about reset vs RTOE actions...imp2014-08-181-0/+1
* Remove keyboard entropy [1] from r270105.bz2014-08-171-1/+1
* Add missing license to at91_common.c. It was committed w/o a license.imp2014-08-171-1/+26
* Define at91_master_clock in only one file to eliminate warnings aboutimp2014-08-171-1/+1
* Rename the old initarm_* functions to the new platform_* names. Alsoian2014-08-171-6/+8
* Implement the FDT static pinctl/pinmux spec for Atmel. This willimp2014-08-153-7/+547
* Print the symbolic bit names for the status when we get a timeout.imp2014-08-142-2/+26
* Add AIC to at91sam9260 support, now that it is needed for multipass toimp2014-08-143-1/+3
* Add support for multipass to Atmel, for both FDT and !FDT cases.imp2014-08-144-16/+14
* Start to add FDT support.imp2014-08-142-9/+107
* Add support for FDT and !FDT configs on Atmel, though FDT isn'timp2014-08-141-9/+17
* Don't bother clearing maps for static DMA allocations to NULL. Instead,jhb2014-06-171-1/+0
* Fix various NIC drivers to properly cleanup static DMA resources.jhb2014-06-111-8/+7
OpenPOWER on IntegriCloud