summaryrefslogtreecommitdiffstats
path: root/sys/arm
Commit message (Expand)AuthorAgeFilesLines
* Pull in r267961 and r267973 again. Fix for issues reported will follow.hselasky2014-06-289-31/+21
* Revert r267961, r267973:gjb2014-06-279-21/+31
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifhselasky2014-06-279-31/+21
* Remove the incomplete Tegra 2 code, nobody was maintaining it. The AC100andrew2014-06-225-360/+0
* Different versions of the ARM processor use different registers.tuexen2014-06-172-1/+26
* Don't bother clearing maps for static DMA allocations to NULL. Instead,jhb2014-06-171-1/+0
* - Modify vm_page_unwire() and vm_page_enqueue() to directly acceptattilio2014-06-161-1/+1
* Add very basic driver for 12-bit Analog to Digital Converter (ADC).br2014-06-153-0/+276
* clear the write bit... This allows my AVILA board to survive ajmg2014-06-121-2/+9
* Enable SMP for both Exynos5 models we support.br2014-06-122-2/+2
* Activate IRQ 30 (non-secure private timer IRQ) for case we are runningbr2014-06-121-1/+2
* Add machine-dependent SMP part for Exynos5420br2014-06-122-8/+70
* Fix various NIC drivers to properly cleanup static DMA resources.jhb2014-06-112-20/+27
* Add a driver for Serial Peripheral Interface (SPI).br2014-06-113-0/+298
* Don't destroy bus_dma maps created by bus_dmamem_alloc(). In some cases,jhb2014-06-101-2/+0
* Add a page size field to struct vm_page. Increase the page size field whenalc2014-06-071-2/+1
* Remove extra semicolons.kevlo2014-06-063-5/+5
* Restore comments accidentally removed.imp2014-06-061-1/+1
* Avoid using hard-coded SoC's register address in mptramp code for Armada XPzbb2014-06-052-4/+16
* Fix broken SMP startup on Armada XP after r265694zbb2014-06-052-3/+4
* FreeBSD, historically, has always used 8-bit addresses for i2c devicesloos2014-06-032-2/+2
* Remove the unnecessary i2c slave address assignment.loos2014-06-031-9/+1
* Configure the analog input 7 which, on BBB, is connected to the 3V3B railloos2014-06-023-2/+5
* Add ident value. This fixes universe build.br2014-06-012-0/+2
* Fix i2c communication interface to be compatible withbr2014-06-012-3/+10
* Rename exynos uart driver filenames.br2014-06-013-2/+2
* Add support for Exynos 5420 Octa - 8-corebr2014-06-018-7/+102
* Do only receive chars if there are some data in the buffer.br2014-06-011-1/+6
* Silence tinderbox build.ganbold2014-06-011-0/+2
* Export two new settings for the AM335x PWM, the clock prescaler (clkdiv)loos2014-06-011-9/+121
* Add #NO_UNIVERSE to RADXA and RADXA-LITE kernel configsganbold2014-05-312-0/+4
* Reset HSIC hub during EHCI initialization. This makes devices connectedbr2014-05-301-0/+38
* Fix off-by-one error that makes 0-th pins of each bank unreachable.br2014-05-301-1/+1
* o Make keyboard-related properties to be compatible with vendor standardbr2014-05-302-107/+214
* Add common kernel config file for Rockchip RK3188 systems by splittingganbold2014-05-303-95/+154
* Cleanup the RADXA kernel config file a bit and enable modules.rpaulo2014-05-301-5/+2
* Do not hand the VM the memory used for stacks/page tables/etc.cognet2014-05-295-0/+20
* For old CPUs, map the 64 first MB of RAM as it used to be. Some portscognet2014-05-291-1/+25
* Factor out kernel configuration for DWC OTG FDT attach code.hselasky2014-05-292-2/+0
* Add simple polling mechanism that works for KDB.br2014-05-281-1/+22
* Describe I2C arbitrator device in DTS and use it for Chromebook Snow only.br2014-05-281-11/+48
* o Add kernel configuration for HP Chromebook 11br2014-05-284-3/+58
* Rework the Ti GPIO driver to work on multiple SoCs. At the moment it couldandrew2014-05-261-30/+109
* Delete obsolete and unused PJ4B CPU functionszbb2014-05-252-41/+0
* Fix context switch on PJ4Bv7 and remove obsolete pj4b_/arm11 functionszbb2014-05-251-7/+7
* Fix whitespace glitches.ian2014-05-251-2/+2
* Make ti_padconf_devmap static in both places it is defined.andrew2014-05-252-2/+2
* Allow the OMAP4 and AM335x prcm drivers to be compiled in the same kernelandrew2014-05-253-5/+21
* Reduce the diff between the PandaBoard and BeableBone kernel configs toandrew2014-05-252-56/+56
* Enable automatic superpages promotion by default on ARMv6/v7zbb2014-05-241-1/+1
OpenPOWER on IntegriCloud