summaryrefslogtreecommitdiffstats
path: root/sys/arm
Commit message (Expand)AuthorAgeFilesLines
* Update a comment that had drifted out of date with the last changes.ian2015-03-061-1/+1
* Fix style.br2015-03-061-4/+4
* Add sysctls to control PS-PL level shifters and FCLK settings.gonzo2015-03-053-10/+503
* Add the MD parts of dtrace needed to use fbt on ARM. For this we need toandrew2015-03-053-9/+17
* Add a "module" to build the dtb files for all supported imx6 systems.ian2015-03-021-0/+1
* Add quirk to disable 64-bit XHCI DMA after r276717.hselasky2015-03-021-1/+1
* Revert r279338. The casts are apparently bogus, despite the fact thatian2015-03-021-17/+7
* Update Exynos5 XHCI attach code after r276717.hselasky2015-03-021-72/+52
* Remove SMP support from the Wandboard-Solo and have it run as part ofandrew2015-02-271-2/+2
* Add casting to make atomic ops work for pointers. (Apparently nobody hasian2015-02-261-7/+17
* Fix a number of -Wcast-qual warnings under sys/arm. No functionaldim2015-02-264-7/+7
* In sys/arm/ti/am335x/am335x_rtc.c, fix a clang 3.6.0 warning aboutdim2015-02-261-1/+1
* Fix endianness on FDT read in ARM GICzbb2015-02-241-4/+4
* There is no reason to do i+dcache writeback and invalidate when changingian2015-02-231-4/+0
* Add support to the bcm2835 mailbox driver to work before interrupts areandrew2015-02-221-21/+50
* Correct a comment which was exactly backwards from reality.ian2015-02-211-2/+2
* Allow the ARM unwinder to work through modules. This will be used to addandrew2015-02-193-7/+58
* Make use of the newly introduced macros.loos2015-02-171-33/+19
* Pull the ARM ddb unwind code out to a new file. This will allow it to beandrew2015-02-173-333/+394
* Add a mask to match only the relative base address of BSC controllers.loos2015-02-162-3/+4
* Add the structures needed to get/set the power state. These can be usedandrew2015-02-151-0/+47
* Add logic for handling new-style ARM cpu ID info.ian2015-02-141-2/+6
* Remove the non-EABI code from the DDB stack unwinder, we only support theandrew2015-02-111-139/+0
* The cpu_id macro was renamed in r278529, catch up with this new name.andrew2015-02-111-1/+1
* Initial version of DTrace on ARM32.gnn2015-02-105-2/+33
* Resolve cache line size from CP15zbb2015-02-104-11/+41
* Add VideoCore audio driver for Rasperry Pi (BCM2835)gonzo2015-02-084-0/+1068
* Make VCHI driver optional and add "device vchiq" to default RPI-B configgonzo2015-02-072-9/+11
* Pull in the rpi.dts -> rpi.dtb module (dtb/rpi) and have it installimp2015-02-071-1/+2
* Import VCHI driver for Broadcom's VideoCore IV GPUgonzo2015-02-051-0/+20
* Fix a bug where an interrupt could be masked unintentionally whenloos2015-02-041-1/+1
* Add GPIO interrupt support for BCM2835 (Raspberry pi).loos2015-02-041-21/+293
* Sort and remove unnecessary includes.loos2015-02-041-11/+3
* Remove stale comments about the issues with HS mode.loos2015-02-041-18/+0
* Remove some duplicate calls to bus_release_resource() and destroy the mutexloos2015-02-041-20/+2
* am335x_clk_pruss_activate(): use the L3F clock.rpaulo2015-02-021-7/+7
* Remove a stale comment. The logic that deleted the map before otherian2015-02-011-2/+0
* Do not qualify the mcontext_t *mcp argument for set_mcontext(9) askib2015-01-311-1/+1
* Stop using load-multiple with lr and pc. This has been deprecated in ARMv7andrew2015-01-311-1/+6
* Implement GPIO_GET_BUS() method for all GPIO drivers.loos2015-01-3113-54/+231
* Clean up and fix the device detach routine and the failure path on GPIOloos2015-01-317-37/+49
* ti_pruss: make sure the mmap'ed memory region is uncacheable.rpaulo2015-01-311-0/+1
* The BCM2835 GPIO controller uses has interrupt lines and not only one.loos2015-01-301-29/+23
* Allow the retrieving of the reserved pins state.loos2015-01-301-76/+62
* Rename the avila, cambria and zynq GPIO driver names to match the expectedloos2015-01-293-16/+3
* Set LCDC clock frequency to 2*148500 KHzgonzo2015-01-291-3/+3
* Add ARMv7 performance monitoring counters.br2015-01-283-0/+14
* Add a generic way for hooking PMC interrupt.br2015-01-261-0/+157
* Ensure that _tmppt KVA is used exclusively by providing exclusive sxkib2015-01-261-0/+6
* - Increase default i2c bus timeout to 5 seconds from 1 second. Sometimesgonzo2015-01-251-5/+39
OpenPOWER on IntegriCloud