summaryrefslogtreecommitdiffstats
path: root/sys/arm
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add vt(4) support to AM335x LCDC drivergonzo2015-01-252-4/+49
* Add support for audio transmitting, include drivers for:br2015-01-2411-1/+1896
* Remove Giant from /dev/mem and /dev/kmem. It is definitely not neededkib2015-01-241-2/+0
* After interrupt read value from register to make sure it reached hardware. Thisgonzo2015-01-241-0/+4
* Add pinctrl driver support for the encoded input register config wordsian2015-01-231-3/+28
* Enable all the mmc/sd controllers, because there's no telling which onesian2015-01-231-1/+1
* Declare Maxmem on arm. This should have been part of r277532.ian2015-01-221-0/+1
* Add the Maxmem global and set it to the highest physical page number plus 1.ian2015-01-221-6/+23
* Add last_fault_code used in pmap-v6.c if kernel is compiled with "option DEBUG"gonzo2015-01-221-0/+8
* Write ACK for all kinds of LCDC interruptsgonzo2015-01-221-2/+3
* Move the __aligned() declaration to where it will actually do something.ian2015-01-211-2/+2
* Micro-optimize the new arm inline bus_space implementation by grouping allian2015-01-212-16/+23
* Remove "#define DEBUG" that conflicts with "option DEBUG" in kernel configgonzo2015-01-212-2/+0
* Remove a couple files that are no longer used (functionality take over byian2015-01-213-292/+0
* Use explicit initializer style, fill in missing functions as unimplemented.ian2015-01-211-43/+79
* Use the base arm bus_space instead of an identical local copy.ian2015-01-212-230/+6
* Use the base arm bus_space instead of an identical local copy.ian2015-01-2115-141/+19
* Use the base arm bus_space instead of an identical local copy.ian2015-01-214-30/+34
OpenPOWER on IntegriCloud