aboutsummaryrefslogtreecommitdiff
path: root/sys/arm/xscale/pxa/pxa_space.c
Commit message (Expand)AuthorAgeFilesLines
* Remove xscale support.Warner Losh2018-07-271-267/+0
* Revert r336773: it removed too much.Warner Losh2018-07-271-0/+267
* Remove xscale supportWarner Losh2018-07-271-267/+0
* sys/arm: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Add the missing void to function signatures in much of the arm code.Andrew Turner2016-12-131-1/+1
* Remove some NULL checks after M_WAITOK allocations from sys/arm/.Edward Tomasz Napierala2016-08-091-3/+0
* Use explicit initializer style, fill in missing functions as unimplemented.Ian Lepore2015-01-211-43/+79
* For some reason, all the arm bus_space functions that work with uint16Ian Lepore2015-01-211-5/+4
* Revise the arm bus_space implementation to avoid dereferencing the tag onIan Lepore2015-01-211-10/+10
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.Ed Schouten2011-11-071-1/+1
* Pull all the code to deal with bus space methods into a shared set ofKevin Lo2008-06-101-102/+6
* Support for the XScale PXA255 SoC as found on the Gumstix Basix and ConnexBenno Rice2008-06-061-0/+329