aboutsummaryrefslogtreecommitdiff
path: root/sys/arm
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add support for AHCI on ARMADA38XWojciech Macek2017-01-252-0/+4
* Setup decoding windows for ARMADA38XWojciech Macek2017-01-252-0/+64
* Fix node detection for MBUS windows configurationWojciech Macek2017-01-251-0/+4
* Introduce armada_thermal driver for Armada family platformsWojciech Macek2017-01-252-0/+316
* Handle imx6 erratum ERR004346... to reboot, clear the SRS bit twice withinIan Lepore2017-01-241-0/+7
* Be a little more pedantic here, the TRM says the hardware is supposed toLuiz Otavio O Souza2017-01-221-1/+2
* Properly assemble an mbuf chain out of received fragments.Luiz Otavio O Souza2017-01-222-30/+47
* Like r310481 for i386, move the objects used to create temporaryJason A. Harmening2017-01-222-118/+146
* Handle the rx queue stall while reading the packets from NIC (when theLuiz Otavio O Souza2017-01-211-11/+9
* Commit the struture changes for the padding of small packets on if_cpsw.Luiz Otavio O Souza2017-01-211-4/+2
* Simplify the handling of small packets padding in cpsw:Luiz Otavio O Souza2017-01-211-51/+13
* Handle the set capabilities ioctl, letting the hardware checksum beLuiz Otavio O Souza2017-01-192-5/+23
* The port number and the to_port_en flag are valid only on SOP descriptor.Luiz Otavio O Souza2017-01-191-9/+8
* Catch up with changes to structure member names.Ed Schouten2017-01-171-1/+1
* [zynq] Fix panic on USB PHY initialization failureOleksandr Tymoshenko2017-01-171-6/+3
* Remove arm's cpuconf.h, and references to it, after moving a few lines fromIan Lepore2017-01-1610-206/+24
* Remove a bit of armv6 support that didn't get deleted when this file wasIan Lepore2017-01-161-4/+0