summaryrefslogtreecommitdiffstats
path: root/sys/arm
Commit message (Expand)AuthorAgeFilesLines
* 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
* Rework the Ti GPIO code to allow for both the OMAP4 and AM335X attachmentsandrew2014-10-1813-233/+554
* Remove an unused mutex.rpaulo2014-10-181-2/+0
* Make the ti_mbox and ti_pruss drivers optional.rpaulo2014-10-182-5/+9
* Add a driver for the TI watchdog.rpaulo2014-10-184-0/+357
* Add an elf not so kgdb detects the kernel as a FreeBSD elf file. Theandrew2014-10-182-0/+48
* Follow up to r225617. In order to maximize the re-usability of kernel codedavide2014-10-161-1/+1
* Remove the "Unable to unwind further" message from DDB.rpaulo2014-10-161-4/+3
* Uncomment general options from the Pandaboard config. These are in otherandrew2014-10-141-3/+3
* Make the ti_padstate_devmap arrays ststic, they are only used with theandrew2014-10-142-2/+2
* Move the sdhci option to files.ti, it's common to both SoCs.andrew2014-10-133-2/+1
* Use a switch on ti_chip() to find which SoC we are on. This allow us tandrew2014-10-131-3/+11
* Remove ti_mmchs.c, it has been replaced by ti_sdhci.c.andrew2014-10-134-2019/+0
* Remove the need for files.beaglebone and std.beaglebone by moving the oneandrew2014-10-134-8/+2
* Sort the files in the am355x directory.andrew2014-10-131-2/+4
* Start removing the omap3 support. In base it was only ever a header and aandrew2014-10-137-906/+5
* o Add machine-dependent SMP partbr2014-10-104-1/+185
* Pass up the error status of minidumpsys() to its callers.markj2014-10-083-7/+6
* Add driver for Synopsys DesignWare Mobile Storage Host Controller.br2014-10-076-3/+10
* Allow timer0 to run at full 24MHz not at 24MHz/16 by setting prescale to 1.ganbold2014-10-021-1/+1
* Split you the syscall handling to a separate file.andrew2014-10-012-131/+200
* When building the lists of available memory, actually honor the exclusionian2014-09-301-0/+6
* Make sure __ARM_ARCH is defined in sysreg.h by including acle-compat.handrew2014-09-301-0/+2
OpenPOWER on IntegriCloud