summaryrefslogtreecommitdiffstats
path: root/sys/arm
Commit message (Expand)AuthorAgeFilesLines
* Revert r274772: it is not valid on MIPSemaste2014-11-251-2/+2
* The arm PJ4B cpu is armv7 architecture, not v6.ian2014-11-241-2/+2
* When doing a PREREAD sync of an mbuf-type dma buffer, do a writeback ofian2014-11-221-0/+17
* Use canonical __PIC__ flagemaste2014-11-211-2/+2
* Moves all the duplicate code to a single function.loos2014-11-189-98/+1
* These delays aren't needed. Elimate them. They should be on the orderimp2014-11-181-2/+0
* opt_global.h is included automatically in the build. No need toimp2014-11-1811-21/+0
* Fix the i2c bus speed divisors for TI OMAP4 and AM335x.ian2014-11-181-5/+11
* Allow i2c bus speed to be configured via hints, FDT data, and sysctl.ian2014-11-182-29/+67
* No functional changes. Remove a couple outdated or inane comments andian2014-11-161-5/+35
* Correct the sequence of busdma sync ops involved with PRE/POSTREAD syncs.ian2014-11-161-8/+9
* Do the cache invalidate sequence from the outermost to innermost, requiredian2014-11-161-1/+1
* Do not do a cache invalidate on a PREREAD sync that is also a PREWRITE sync.ian2014-11-161-1/+1
* Indent a couple lines properly and expand a comment. No functional changes.ian2014-11-161-4/+8
* Whitespace and comment tweaks, no functional changes.ian2014-11-151-17/+21
* When doing busdma sync ops for BUSDMA_COHERENT memory, there is no needian2014-11-151-1/+11
* Use the standard powerof2() macro from param.h instead of a local one.ian2014-11-151-4/+2
* Fix typo in ARM GIC device_printf()zbb2014-11-131-1/+1
* Fix the error checking, broken on r273337, to _not_ ignore controllerloos2014-11-121-1/+1
* Fix the reversed sense of the PADCONF_NONE test.ian2014-11-121-1/+1
* Bugfixes for the imx5/imx6 iomux fdt_pinctrl driver.ian2014-11-121-3/+21
* Since r273264 the SD card detection on Raspberry Pi is reliably working andloos2014-11-111-2/+5
* Renove faith(4) and faithd(8) from base. It looks like industrymelifaro2014-11-098-8/+0
* Strengthen the sanity checking of busdma tag parameters.ian2014-11-061-7/+10
* Fix usage of kern_getenv().kevlo2014-10-311-1/+3
* Make the GPIO children attach to the first unit available and not only toloos2014-10-2811-22/+25
* Add fueword(9) and casueword(9) functions. They are like fuword(9)kib2014-10-281-0/+4
* Remove the ARM_DEVICE_MULTIPASS option and make its effect be the default.ian2014-10-262-5/+0
* By the time that pmap_init() runs, vm_phys_segs[] has been initialized. Obta...alc2014-10-261-2/+4
* Add an iicbus_reset() method to bcm2835_bsc. While it is generally notloos2014-10-242-4/+40
* Fix cpsw_detach() to not panic when called from cpsw_attach().loos2014-10-241-5/+14
* Add COMPAT_FREEBSD9 and COMPAT_FREEBSD10 options to wrap code thatjhb2014-10-241-0/+2
* Fix a bug where DMA maps created with bus_dmamap_create() won't incrementloos2014-10-241-0/+2
* Accept the documented FDT compatible string for the PL310 cache controllerian2014-10-241-2/+7
* Install a temporary workaround to avoid problems in fdt data with linux'sian2014-10-231-1/+35
* Unconditionally enable the clocks for all imx6 devices that we have driversian2014-10-231-0/+24
* Provide a character device allowing us to access BERI memory regions.br2014-10-222-0/+4
* Add driver for Micrel KSZ9021 Gigabit Ethernet Transceiver (PHY).br2014-10-213-0/+3
* Fix multiple incorrect SYSCTL arguments in the kernel:hselasky2014-10-212-4/+4
* Attach the imx6 CCM driver during BUS_PASS_CPU. It controls the clocksian2014-10-201-1/+2
* The imx6 hardware is fast enough to make good use of however muchian2014-10-201-1/+1
* Fix the mtx_sleep() error checking, catch all errors and not onlyloos2014-10-201-4/+3
* Add another wakeup() after actually set the bus as free.loos2014-10-201-2/+5
* Allow the armv6 kernel to be build with PHYSADDR undefined. The kernelandrew2014-10-191-1/+19
* Allow libkvm to get the kernel va to pa delta without the need forandrew2014-10-191-2/+27
* Attach this driver during BUS_PASS_BUS and move the cpu init code to aian2014-10-191-7/+38
* Style changes as pointed out by stas@.rpaulo2014-10-191-1/+5
* Add driver for BERI soft processor 'ring buffer' device.br2014-10-192-0/+141
* Add a workaround needed to fix a bug of Arasan Host Controller where it mayloos2014-10-181-14/+8
* Fix the chan address for mtx_sleep() on bus wait. Without this fix theloos2014-10-181-1/+1
OpenPOWER on IntegriCloud