aboutsummaryrefslogtreecommitdiff
path: root/sys/arm/at91
Commit message (Expand)AuthorAgeFilesLines
* Remove Atmel AT91RM9200 and AT91SAM9 support.Warner Losh2018-07-2799-20805/+0
* ifnet: Replace if_addr_lock rwlock with epoch + mutexMatt Macy2018-05-182-2/+2
* Remove 'All Rights Reserved.' from all of my Copyrights in sys/arm andWarner Losh2018-05-0143-43/+43
* Align OF_getencprop_alloc API with OF_getencprop and OF_getprop_allocOleksandr Tymoshenko2018-04-091-3/+4
* This is MPSAFE on this platform, so don't take Giant out while runningWarner Losh2018-03-211-1/+1
* Use the TSLOG framework to record entry/exit timestamps for DELAY andColin Percival2017-12-311-0/+2
* sys/arm: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-2774-0/+148
* Defer attaching and probing iicbus and its children until interrupts areIan Lepore2017-09-131-2/+2
* Rename at91_pmc's M_PMC malloc type to avoid duplicate definitionEd Maste2017-08-111-6/+6
* Load the transmit dma buffer at attach time as well. We don't need toWarner Losh2017-06-181-9/+5
* Split overbloated machep.c to multiple files and do basic cleanupMichal Meloun2017-03-111-3/+2
* Add and use a MMC_DECLARE_BRIDGE macro for declaring mmc(4) bridgesMarius Strobl2017-03-071-2/+2
* o Another round fixes for mmc(4), mmcsd(4) and sdhci(4) regardingMarius Strobl2017-03-061-8/+0
* Allow setting access-width for UART registers.Ruslan Bukin2017-02-271-1/+1
* at91: double assignment.Pedro F. Giffuni2017-02-231-1/+0
* ofw_spi: Parse property for the SPI mode and CS polarity.Emmanuel Vadot2016-12-181-0/+2
* CS ivar is uint32_t, not int.Emmanuel Vadot2016-12-121-2/+3
* Stop including fdt_common.h from the arm code when it's unneeded.Andrew Turner2016-11-1416-16/+0
* Use the modern spelling of ofw_bus_node_is_compatible in sys/arm.Andrew Turner2016-11-111-1/+2
* Fix ata_at91_alloc_resource to use rman_res_t.Andrew Turner2016-11-111-1/+1
* Fix device delete child function.Hans Petter Selasky2016-10-172-12/+0
* ARM: Remove unused includes.Michal Meloun2016-10-096-10/+0
* Restrict where we need to define fdt_fixup_table to just PowerPC andAndrew Turner2016-09-231-4/+0
* Use the new(-ish) CP15_SCTLR macro to generate system control reg accessesIan Lepore2016-05-231-3/+4
* Use OF_prop_free instead of direct call to free(9)Oleksandr Tymoshenko2016-05-131-3/+3
* sys/arm: Minor spelling fixes.Pedro F. Giffuni2016-05-048-16/+16
* sys: Make use of our rounddown() macro when sys/param.h is available.Pedro F. Giffuni2016-04-301-1/+1
* sys/arm: make use of the howmany() macro when available.Pedro F. Giffuni2016-04-261-1/+1
* Move arm's devmap to some generic place, so it can be usedRuslan Bukin2016-04-263-9/+9
* sys: use our roundup2/rounddown2() macros when param.h is available.Pedro F. Giffuni2016-04-211-3/+3
* Use our nitems() macro when param.h is available.Pedro F. Giffuni2016-04-201-3/+3
* Rename ARM_INTRNG and MIPS_INTRNG to INTRNG. This will help with machineAndrew Turner2016-04-151-1/+1
* arm: for pointers replace 0 with NULL.Pedro F. Giffuni2016-04-157-17/+17
* ARM: Teach LINUX_BOOT_ABI to recognize DT blob.Michal Meloun2016-03-261-1/+1
* Fix the resource_list_print_type() calls to use uintmax_t.Justin Hibbits2016-03-222-5/+5
* Fix fallout from r292180 (Dec 2015)... ensure that every driver which hasIan Lepore2016-03-211-0/+1
* Introduce a RMAN_IS_DEFAULT_RANGE() macro, and use it.Justin Hibbits2016-02-202-2/+2
* Remove pd_prot and pd_cache members from struct arm_devmap_entry.Svatopluk Kraus2016-02-171-13/+1
* Stop defining fdt_pic_table when building for ARM_INTRNG.Andrew Turner2016-02-111-0/+2
* ARM: Consistently use cpu_setttb() instead of setttb().Michal Meloun2016-02-031-2/+2
* Convert rman to use rman_res_t instead of u_longJustin Hibbits2016-01-271-2/+2
* We don't need at91_bs_tag. arm_base_bs_tag works now that we haveWarner Losh2016-01-165-167/+8
* Move ohci files to their proper place in the tree for atmel.Warner Losh2016-01-163-3/+501
* Reduce diffs to upstream by adding a couple comment blocks and moving theIan Lepore2016-01-151-28/+34
* Fix the handling of the "PDC write transfer length" erratum for at91. TheIan Lepore2016-01-141-11/+10
* Remove the arm KERNPHYSADDR option as it is no longer used. The makeAndrew Turner2015-12-2212-12/+0
* Move the DRIVER_MODULE() statements that declare mmc(4) to be a child ofIan Lepore2015-12-141-0/+1
* Move more bus_space_* files to be built by files.arm. This leaves theAndrew Turner2015-11-211-1/+0
* Correct !FDT case with proper name.Warner Losh2015-11-071-1/+1
* Implement the phy-mode property for ate and macb. If it is set toWarner Losh2015-11-072-18/+112