summaryrefslogtreecommitdiffstats
path: root/sys/arm/at91
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
OpenPOWER on IntegriCloud