summaryrefslogtreecommitdiffstats
path: root/sys/arm/xscale
Commit message (Expand)AuthorAgeFilesLines
* Implement a facility for dynamic per-cpu variables.jeff2009-06-235-0/+25
* Now that we have UARTs running with fast interrupt handlers the atasam2009-06-232-35/+208
* use consistent stylesam2009-06-231-1/+1
* o add a bus space tag that forces a 2usec delay between r/w ops; this issam2009-06-224-11/+120
* o remove hack to write UUE+RTOIE in the uart's IER; force them with hintssam2009-06-221-21/+7
* hook arm_post_filter to ACK GPIO interrupts; this fixes the interruptsam2009-06-221-0/+8
* always define Cambria GPS+RS485 mappings as they are no longer conditionalsam2009-06-221-4/+0
* map the optional GPS and RS485 uart's on the Gateworks Cambria boardsam2009-06-222-21/+32
* add ixp425_set_gpio to program the gpio interrupt typesam2009-06-223-10/+22
* rewrite arm_get_next_irq to always make forward progress (should be optimized)sam2009-06-221-8/+20
* kill stray whitespacesam2009-06-221-2/+2
* move logic to ACK a GPIO to a separate functionsam2009-06-221-3/+9
* swap order in ddb show gpio printfsam2009-06-221-2/+2
* make type use consistentsam2009-06-221-1/+1
* Add workaround to get IXP435 NPE-A working: reseting NPE-A after NPE-Csam2009-06-171-28/+24
* correct data/instruction memory sizes for non-ixp425 parts (thesesam2009-06-171-2/+8
* remove IAL vestige for defining the max data/instruction memory size;sam2009-06-171-9/+2
* o correct default miibase for NPE-B and NPE-C; these values aresam2009-06-171-7/+27
* add ixp4xx_write_feature_bitssam2009-06-172-0/+7
* devclass_find_free_unit(xxx, 0) is identical to -1 for mostimp2009-06-121-1/+1
* strict kobj signatures: number of fixes for arm architectureavg2009-06-116-13/+16
* Pass the previously returned IRQ back to arm_get_next_irq() so thatmarcel2009-06-094-4/+4
* maintain existing stylesam2009-05-301-2/+2
* When user_frac in the polling subsystem is low it is going to busy theattilio2009-05-303-7/+14
* Delete the old USB stack. The new stack has settled in and has all thethompsa2009-05-271-1/+0
* accumulate npe statistics and expose them through dev.npe.X.statssam2009-05-231-2/+20
* add IXP4XX_FLASH_SIZE config knob that can be used to override the defaultsam2009-03-101-0/+4
* map CS0 on 2358 so flash is accessiblesam2009-03-101-0/+4
* mark device capable of vlan-size framessam2009-03-101-0/+3
* turn off inclusion of FCS in rx'd frames; we don't use it anywhere andsam2009-03-101-4/+2
* o add missing bus_release_resource and bus_deactivate_resource that justsam2009-03-101-22/+44
* bring in ddb "show gpio" support from Cambria branchsam2009-03-101-10/+51
* Small cleanup of memory resource allocation from Cambria branch:sam2009-03-101-38/+92
* catch up with r189306; handle delayed activation of resourcessam2009-03-102-25/+57
* o mark unexpected callbacks more clearlysam2009-03-081-7/+8
* Cleanup virtual device mapping some more:sam2009-03-061-26/+31
* remove unneeded static mappings for NPE and MAC regions; these aresam2009-03-061-34/+0
* fix legacy usb configurationsam2009-03-061-1/+1
* o simplify code in ixppcib_conf_setupsam2009-03-061-17/+11
* Update paths for ehci_ixp4xx.c in the old and new stacks.thompsa2009-02-241-1/+2
* fix ARM_USE_SMALL_ALLOC after memory layout changessam2009-02-111-7/+10
* Add support for the StrataFlash on 2348 boards:sam2009-02-034-1/+14
* Remove a duplicate #include.cognet2009-01-161-1/+0
* move IXP4XX EHCI bus shim to the usb directory and renamesam2008-12-232-361/+1
* NPE cleanups needed for ancillary drivers (e.g. crypto acceleration):sam2008-12-233-66/+109
* kill NPE_PORTS_MAX, it's not used and likely will not besam2008-12-231-1/+0
* Fill in feature control support:sam2008-12-233-6/+39
* o enable TT and big-endian MMIOsam2008-12-231-3/+6
* Merge WIP from p4:sam2008-12-1324-1446/+2400
* - Fix spelling error in comments.stas2008-12-015-5/+5
OpenPOWER on IntegriCloud