summaryrefslogtreecommitdiffstats
path: root/sys/arm/xscale
Commit message (Expand)AuthorAgeFilesLines
* Fix header pollution, possibly unbreaking the build of cfi_bus_ixp4xx.cmarius2011-12-313-1/+6
* Rename device_delete_all_children() into device_delete_children().hselasky2011-11-221-1/+1
* - There's no need to overwrite the default device method with the defaultmarius2011-11-223-6/+3
* Move the device_delete_all_children() function from usb_util.chselasky2011-11-191-7/+1
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.ed2011-11-073-3/+4
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.ed2011-11-072-2/+3
* Check the return value of BUS_SETUP_INTR()kevlo2011-10-274-9/+21
* Name these gpio pins better, they are on an external PLD and not the same asthompsa2011-10-121-5/+5
* Dont just set the pin high when turning on output, use the current value. Alsothompsa2011-10-121-9/+38
* Add missing newbus glue, this has never attached properly to gpiobus.thompsa2011-10-051-0/+5
* Call init_param1() much earlier, so that msgbufsize is non-zero when we wantpluknet2011-04-191-2/+3
* Add a real dependency on the microcode.obrien2011-02-251-1/+1
* Get myself a brain, move the call to init_param1() before the first use incognet2011-02-211-2/+3
* Fix typos - remove duplicate "the".brucec2011-02-211-1/+1
* Call init_param1() much earlier, so that msgbufsize is non-zero when we wantcognet2011-02-133-6/+9
* Make MSGBUF_SIZE kernel option a loader tunable kern.msgbufsize.pluknet2011-01-215-19/+10
* IXP4XX_GPIO_{,UN}LOCK() don't take args. Remove the sc here to makeimp2010-12-231-10/+10
* Provide a mutex around the read/modify/write of the IXP425_GPIO_*thompsa2010-11-146-45/+35
* Add a GPIO driver for the Gateworks Cambria platform.thompsa2010-11-112-0/+472
* Fix typos.brucec2010-11-091-2/+2
* Remove line for the uncommitted Cambria gpio drive that snuck in with r214946.thompsa2010-11-071-1/+0
* Hook up the five gpio pins on the Avila board to the gpio framework. There arethompsa2010-11-073-0/+384
* Convert the PHY drivers to honor the mii_flags passed down and convertmarius2010-10-151-12/+9
* bus_add_child: change type of order parameter to u_intavg2010-09-101-1/+1
* Add new tunable 'net.link.ifqmaxlen' to set default send interfacesobomax2010-05-031-1/+1
* Pass the correct pointer to fled_cb().rpaulo2010-03-261-1/+1
* Fix previous commit: led_func() doesn't exist, it should be fled_cb().rpaulo2010-02-221-1/+1
* Turn on the front LED at boot time like we do with the Avila.rpaulo2010-02-101-0/+2
* Intel XScale hwpmc(4) support.rpaulo2009-12-231-0/+1
* Remove remaining bits of performance counter support.rpaulo2009-10-031-2/+0
* Remove performance counter headers. This code came from NetBSD, but ourrpaulo2009-10-022-121/+0
* No need to remove the same flag multiple times.cognet2009-08-231-2/+2
* Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/rwatson2009-06-261-2/+2
* 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
OpenPOWER on IntegriCloud