summaryrefslogtreecommitdiffstats
path: root/sys/arm/xscale
Commit message (Expand)AuthorAgeFilesLines
* - Fix spelling error in comments.stas2008-12-015-5/+5
* correct sizeof calculationsam2008-10-141-1/+1
* Allow static hints to override kenv.bms2008-10-021-0/+5
* Bandaid: disable interrupts to make sure intr_enabled and the IER registercognet2008-09-111-3/+8
* IXP425: split handling of the two QMGR interrupts so they are separatelyraj2008-09-111-14/+42
* Add locking to the various iicbus(4) bridge drivers:jhb2008-08-041-0/+9
* Eliminate unused global variables. (These global variables became fields ofalc2008-07-185-5/+0
* Fix a typo: i80321_pci_probe -> i81342_pci_probekevlo2008-06-121-1/+1
* Add the pxa_teardown_intr() bus method function to de-associate thekevlo2008-06-101-10/+17
* Pull all the code to deal with bus space methods into a shared set ofkevlo2008-06-102-102/+7
* Remove sa1_cache_clean_addrkevlo2008-06-091-2/+0
* Unify arminit() and clean upkevlo2008-06-091-58/+1
* Support for the XScale PXA255 SoC as found on the Gumstix Basix and Connexbenno2008-06-0614-0/+3758
* Remove some long-dead codekevlo2008-04-084-16/+0
* Remove bus_space_generic.c from the per-plarform files. Having it in thecognet2008-04-053-3/+0
* Add bus_space_generic.c for the i81342 as well.cognet2008-04-051-0/+1
* Refactor certain ARM bus space methods: instead of having multiple copies ofraj2008-04-0310-304/+30
* Fix AVILA build.raj2008-04-031-2/+2
* Take the first baby step towards unifying and cleaning up arminit():imp2008-04-034-205/+7
* KERNBASE + 0x00200000 is the same thing as KERNVIRTADDR on thisimp2008-04-031-3/+2
* Improve mac+phy configuration so that hints can be used to describesam2008-03-221-16/+80
* map device 5; the optional USB controller on Gateworks 2348 boardssam2008-03-201-3/+4
* Remove kernel support for M:N threading.jeff2008-03-121-4/+0
* Convert to be a 2-clause bsd-only license.kevlo2008-03-031-7/+0
* On the ixp425, when we fail to initialize the memory rman instance, therwatson2008-02-261-1/+1
* - Retire npe_defrag(), gem_defrag(), msk_defrag(), nfe_defrag(), andjhb2008-01-171-85/+1
* Fix for the panic("vm_thread_new: kstack allocation failed") andkib2007-11-054-4/+4
* Remove a staled comment, NPE-C should work fine.cognet2007-11-041-1/+0
* Spelling fix for interupt -> interruptkevlo2007-10-121-2/+2
* Make the PCI code aware of PCI domains (aka PCI segments) so we canmarius2007-09-303-2/+15
* Ok I hope I got it right this time.cognet2007-09-274-25692/+38
* Now that Intel changed the license for the NPE firmware, import it directlycognet2007-09-274-44/+25693
* Add various macros for the ADMA unit.cognet2007-09-221-0/+39
* Add a driver for the 7seg found on the CRB board, largely based on thecognet2007-09-227-0/+468
* There's no need to re-read PCIR_COMMAND once we set it.cognet2007-09-041-2/+0
* Cleanupcognet2007-07-272-8/+2
* Do not define NIRQ, it is already defined in include/intr.hcognet2007-07-271-5/+0
* Share the timer and watchdog drivers with the i81342. It's the same,cognet2007-07-272-7/+70
* Add initial IOP342 support.cognet2007-07-2716-0/+2869
* Remove the hardcoded IXP425_UART?_VBASE values in thejhay2007-05-294-17/+57
* We do not need to get the irq out of ivars in ixp425_setup_intr(). Byjhay2007-05-281-5/+1
* Optimize a bit more, both the Avila and Pronghorn Metro boards work withjhay2007-05-281-4/+3
* Search for a proper ucode image to use by incrementing the minorsam2007-05-243-8/+43
* Move to hints for configuring numerous devices so we can eliminate varioussam2007-05-242-50/+107
* Don't muck with the internal state of a uart during probe, all wesam2007-05-241-7/+3
* Fix interrupt setup; rev 1.3 switched the irq to GPIO_TYPE_ACT_LOWsam2007-05-241-10/+9
* Remove duplicate includes.cognet2007-05-233-3/+0
* Remove sa1_cache_clean_addr. It isn't needed.kevlo2007-05-033-6/+0
* Don't expose the uart_ops structure directly, but instead havemarcel2007-04-022-2/+2
* Revisit the watchdogs: Resetting the error to EINVAL after failing to set then_hibma2007-03-272-6/+3
OpenPOWER on IntegriCloud