aboutsummaryrefslogtreecommitdiff
path: root/sys/arm
Commit message (Expand)AuthorAgeFilesLines
* Remove code for Marvell SoCs that lack a kernel config.Andrew Turner2017-03-174-120/+10
* Make the default FDT implementation of platform_mp_setmaxid use the cpuAndrew Turner2017-03-172-22/+0
* Move the IMX6 kernels to use PLATFORM_SMP. This is the last SMP config toAndrew Turner2017-03-174-3/+50
* - Add support for eMMC "partitions". Besides the user data area, i. e.Marius Strobl2017-03-161-0/+5
* Fix arm stack frame walking support:Fabien Thomas2017-03-141-0/+2
* Split overbloated machep.c to multiple files and do basic cleanupMichal Meloun2017-03-116-889/+1007
* Add and use a MMC_DECLARE_BRIDGE macro for declaring mmc(4) bridgesMarius Strobl2017-03-078-16/+9
* o Another round fixes for mmc(4), mmcsd(4) and sdhci(4) regardingMarius Strobl2017-03-068-39/+13
* Add support for card detect and write protect gpio pins to Tegra SDHCI.Michal Meloun2017-03-051-13/+23
* [rpi] rpi3 should use the same cpufreq logic as rpi2, not rpi-bOleksandr Tymoshenko2017-03-041-20/+20
* Add FPGA manager driver for Intel Arria 10.Ruslan Bukin2017-03-032-0/+447
* Revert prior commit to restore the files mangled by my "fixing" mergeWarner Losh2017-03-011-26/+19
* Renumber copyright clause 4Warner Losh2017-02-286-24/+31
* Add SOC_ALTERA_* kernel options per each SoC and use it toRuslan Bukin2017-02-283-18/+63
* allwinner: A31: Add ccung driverEmmanuel Vadot2017-02-284-0/+1203
* allwinner: nkmp: Add MUX capabilityEmmanuel Vadot2017-02-283-1/+86
* Add support for Intel Arria 10 SoC Development Kit.Ruslan Bukin2017-02-2810-32/+148
* allwinner: NKMP clock: add update bitEmmanuel Vadot2017-02-285-31/+203
* allwinner: NM clock: Add value for fixed factor.Emmanuel Vadot2017-02-281-0/+2
* Allow setting access-width for UART registers.Ruslan Bukin2017-02-276-6/+6
* allwinner: Correct some clocks name for H3 CCU.Emmanuel Vadot2017-02-271-3/+3
* allwinner: Order clocks by offset rather than by type for H3 ccu.Emmanuel Vadot2017-02-273-277/+396
* allwinner: Add support for lock and fractional mode on NM clockEmmanuel Vadot2017-02-274-30/+141
* Add clkng driver for Allwinner SoCEmmanuel Vadot2017-02-2613-0/+2392
* Convert PCIe Hot Plug to using pci_request_featureWarner Losh2017-02-255-1/+5
* at91: double assignment.Pedro F. Giffuni2017-02-231-1/+0
* Revert to this driver's historic behavior: assume an sd card is writableIan Lepore2017-02-221-0/+17
* Remove a variable that has been unused since r311735 (it should have beenIan Lepore2017-02-221-1/+0
* MFamd64 r313933: microoptimize pmap_protect_pte1().Konstantin Belousov2017-02-191-3/+2
* Change the naming of imx{5,6} gpio pins to exactly match the names used inIan Lepore2017-02-181-1/+1
* Remove debugging code that was probably unused since before the arm codeOlivier Houchard2017-02-131-3/+0
* Enable usb low and full speed devices connected to the imx6 root hubs.Ian Lepore2017-02-121-0/+4
* Stop including sys/types.h from arm's machine/atomic.h, fix the placesIan Lepore2017-02-114-4/+3
* Rename timer.c to a10_timer.cEmmanuel Vadot2017-02-072-1/+1
* Add support for PLATFORM and PLATFORM_SMP to the Altera SOCFPGA SoC. ThisAndrew Turner2017-02-075-52/+91
* Update arm and arm64 counters MD bits.Konstantin Belousov2017-02-061-13/+5
* sys/arm/arm/identcpu-v4.c: fix identify_arm_cpu()Stanislav Galabov2017-02-061-2/+1
* Define the vm_ooffset_t and vm_pindex_t types as machine-independend.Konstantin Belousov2017-02-041-2/+0
* Remove an old use of _ARM_ARCH_6, we are moving to using the standardAndrew Turner2017-02-031-1/+1
* Only define atomic_fcmpset_long in the kernel. We may includeAndrew Turner2017-02-031-0/+3
* Remake support for SMP kernel on UP cpu:Michal Meloun2017-02-0226-109/+126
* [am335x] Fallback to standard video interface bindings when using Linux dtsOleksandr Tymoshenko2017-02-011-4/+35
* Correct the IT instruction in atomic_fcmpset_64().Olivier Houchard2017-01-291-1/+1
* Remove useless labels.Olivier Houchard2017-01-281-2/+1
* Use strexeq instead of needlessly branch.Olivier Houchard2017-01-281-3/+2
* Implement atomic_fcmpset_* for arm and arm64.Olivier Houchard2017-01-283-0/+167
* Configure the timer capture pin to input mode in the timer controlIan Lepore2017-01-272-1/+9
* Make fdt_pm_mask_table internal to the Marvell code, it's unued anywhereAndrew Turner2017-01-261-1/+6
* Add dummy functions for Marvell SoC's not equipped with AHCIWojciech Macek2017-01-261-3/+23
* Further cleanup of per-CPU armv6 pmap data:Jason A. Harmening2017-01-262-23/+22