aboutsummaryrefslogtreecommitdiff
path: root/sys/arm/xscale
Commit message (Expand)AuthorAgeFilesLines
* maintain existing styleSam Leffler2009-05-301-2/+2
* When user_frac in the polling subsystem is low it is going to busy theAttilio Rao2009-05-303-7/+14
* Delete the old USB stack. The new stack has settled in and has all theAndrew Thompson2009-05-271-1/+0
* accumulate npe statistics and expose them through dev.npe.X.statsSam Leffler2009-05-231-2/+20
* add IXP4XX_FLASH_SIZE config knob that can be used to override the defaultSam Leffler2009-03-101-0/+4
* map CS0 on 2358 so flash is accessibleSam Leffler2009-03-101-0/+4
* mark device capable of vlan-size framesSam Leffler2009-03-101-0/+3
* turn off inclusion of FCS in rx'd frames; we don't use it anywhere andSam Leffler2009-03-101-4/+2
* o add missing bus_release_resource and bus_deactivate_resource that justSam Leffler2009-03-101-21/+43
* bring in ddb "show gpio" support from Cambria branchSam Leffler2009-03-101-9/+50
* Small cleanup of memory resource allocation from Cambria branch:Sam Leffler2009-03-101-38/+92
* catch up with r189306; handle delayed activation of resourcesSam Leffler2009-03-102-25/+57
* o mark unexpected callbacks more clearlySam Leffler2009-03-081-7/+8
* Cleanup virtual device mapping some more:Sam Leffler2009-03-061-26/+31
* remove unneeded static mappings for NPE and MAC regions; these areSam Leffler2009-03-061-34/+0
* fix legacy usb configurationSam Leffler2009-03-061-1/+1
* o simplify code in ixppcib_conf_setupSam Leffler2009-03-061-17/+11
* Update paths for ehci_ixp4xx.c in the old and new stacks.Andrew Thompson2009-02-241-1/+2
* fix ARM_USE_SMALL_ALLOC after memory layout changesSam Leffler2009-02-111-7/+10
* Add support for the StrataFlash on 2348 boards:Sam Leffler2009-02-034-1/+14
* Remove a duplicate #include.Olivier Houchard2009-01-161-1/+0
* move IXP4XX EHCI bus shim to the usb directory and renameSam Leffler2008-12-232-361/+1
* NPE cleanups needed for ancillary drivers (e.g. crypto acceleration):Sam Leffler2008-12-233-66/+109
* kill NPE_PORTS_MAX, it's not used and likely will not beSam Leffler2008-12-231-1/+0
* Fill in feature control support:Sam Leffler2008-12-233-6/+39
* o enable TT and big-endian MMIOSam Leffler2008-12-231-3/+6
* Merge WIP from p4:Sam Leffler2008-12-1324-1377/+2331
* - Fix spelling error in comments.Stanislav Sedov2008-12-015-5/+5
* correct sizeof calculationSam Leffler2008-10-141-1/+1
* Allow static hints to override kenv.Bruce M Simpson2008-10-021-0/+5
* Bandaid: disable interrupts to make sure intr_enabled and the IER registerOlivier Houchard2008-09-111-3/+8
* IXP425: split handling of the two QMGR interrupts so they are separatelyRafal Jaworowski2008-09-111-14/+42
* Add locking to the various iicbus(4) bridge drivers:John Baldwin2008-08-041-0/+9
* Eliminate unused global variables. (These global variables became fields ofAlan Cox2008-07-185-5/+0
* Fix a typo: i80321_pci_probe -> i81342_pci_probeKevin Lo2008-06-121-1/+1
* Add the pxa_teardown_intr() bus method function to de-associate theKevin Lo2008-06-101-10/+17
* Pull all the code to deal with bus space methods into a shared set ofKevin Lo2008-06-102-102/+7
* Remove sa1_cache_clean_addrKevin Lo2008-06-091-2/+0
* Unify arminit() and clean upKevin Lo2008-06-091-58/+1
* Support for the XScale PXA255 SoC as found on the Gumstix Basix and ConnexBenno Rice2008-06-0614-0/+3758
* Remove some long-dead codeKevin Lo2008-04-084-16/+0
* Remove bus_space_generic.c from the per-plarform files. Having it in theOlivier Houchard2008-04-053-3/+0
* Add bus_space_generic.c for the i81342 as well.Olivier Houchard2008-04-051-0/+1
* Refactor certain ARM bus space methods: instead of having multiple copies ofRafal Jaworowski2008-04-0310-304/+30
* Fix AVILA build.Rafal Jaworowski2008-04-031-2/+2
* Take the first baby step towards unifying and cleaning up arminit():Warner Losh2008-04-034-205/+7
* KERNBASE + 0x00200000 is the same thing as KERNVIRTADDR on thisWarner Losh2008-04-031-3/+2
* Improve mac+phy configuration so that hints can be used to describeSam Leffler2008-03-221-16/+80
* map device 5; the optional USB controller on Gateworks 2348 boardsSam Leffler2008-03-201-3/+4
* Remove kernel support for M:N threading.Jeff Roberson2008-03-121-4/+0