summaryrefslogtreecommitdiff
path: root/cpukit (follow)
AgeCommit message (Expand)Author
2013-11-22DRVMGR: added return error descriptionsDaniel Hellstrom
2013-09-18DEVFS mknod stored path pointer, now path is copied insteadDaniel Hellstrom
2013-07-01LIBPCI: first device (dev0=AD16) must also be probedDaniel Hellstrom
2013-07-01PCILIB: make sure interrupt pin is rerouted for bus0 alsoDaniel Hellstrom
2013-05-21NGMP PCI: added support for NGMP prototype boardsrcc-v1.2.11Daniel Hellstrom
2013-05-21DRVMGR: reworked the address translation functionsDaniel Hellstrom
2013-05-08GR-CPCI-LEON4-N2X: added PCI peripheral driver for PCI devicercc-v1.2.10Daniel Hellstrom
2013-03-25DRVMGR: added drvmgr_dev_by_name() for finding devsDaniel Hellstrom
2013-03-25DRVMGR: drvmgr_children_unregister writes removal error to wrong deviceDaniel Hellstrom
2013-03-19Merge official 4.10.2 sources into rcc-1.2 branchrcc-v1.2.9Daniel Hellstrom
2012-10-08DRVMGR: Fix to stop optimization from generating broken code.Arvid Bjorkengren
2012-06-19GRSPW: New packet based driver for SPW/SPW2/SPW2_DMADaniel Hellstrom
2012-03-27DRVMGR: insert_dev_into_bus depends on dev->drv, init earlierrcc-v1.2.2Daniel Hellstrom
2012-03-27DRVMGR: Fix drvmgr_for_each_dev breadth-first search bugDaniel Hellstrom
2012-03-27DRVMGR: fix TOPO printout compile warningDaniel Hellstrom
2012-03-27DRVMGR: fix bug in drvmgr_for_each_dev_breadthDaniel Hellstrom
2012-03-27DRVMGR: Added missing string.h includeDaniel Hellstrom
2012-03-27DRVMGR: removed faulty lock handlingDaniel Hellstrom
2012-03-27pci_bus.c: minor cleanupDaniel Hellstrom
2012-03-27DRVMGR: moved dev insertion into bus earlierDaniel Hellstrom
2012-03-27LIBPCI: removed drvmgr model from debug make target pciDaniel Hellstrom
2012-03-27DRVMGR: cleaned up, and added commentsDaniel Hellstrom
2012-03-27libpci: cleanup of unused filesDaniel Hellstrom
2012-03-27libpci: updated Makefile for new files (for debug)Daniel Hellstrom
2012-03-27libpci: fixed compiler warningsDaniel Hellstrom
2012-03-27drvmgr: drvmgr shell command inclusion fixDaniel Hellstrom
2012-03-27libpci: pci shell command only available if included in projectDaniel Hellstrom
2012-03-27DRVMGR: cleaned up drvmgr_print_topo, use for_each_dev interfaceDaniel Hellstrom
2012-03-27DRVMGR: stop registering of drivers after initializationDaniel Hellstrom
2012-03-27DRVMGR: for_each_dev reimplementedDaniel Hellstrom
2012-03-27DRVMGR: avoid allocating root dev, allows initialization before mallocDaniel Hellstrom
2012-03-27DRVMGR: code cleanups and commentingDaniel Hellstrom
2012-03-27DRVMGR: removed old function from header drvmgr_print_drvsDaniel Hellstrom
2012-03-27AHBSTAT: new driver. tested on GR-RASTA-SPW-ROUTERDaniel Hellstrom
2012-03-27GR-RASTA-SPW-ROUTER: ported from SVN repositoryDaniel Hellstrom
2012-03-27DRVMGR: updated translation routines and driversDaniel Hellstrom
2012-03-27DRVMGR: coding style cleanupDaniel Hellstrom
2012-03-27libpci: PCI bus info dev fix.Daniel Hellstrom
2012-03-27DRVMGR: added semaphore lock to internal lists, changed the implementation of...Daniel Hellstrom
2012-03-27libpci: removed unused code in shell commandDaniel Hellstrom
2012-03-27libpci: implemented "pci infodev" shell commandDaniel Hellstrom
2012-03-27libpci: implemented "pci getdev" shell commandDaniel Hellstrom
2012-03-27libpci: added pci_get_dev functionDaniel Hellstrom
2012-03-27libpci: updated changelog and removed BRIDGE CONTROL warningDaniel Hellstrom
2012-03-27DRVMGR: updated PCI bus model to new pci_for_each_dev interfaceDaniel Hellstrom
2012-03-27libpci: cleaned up pci_find_dev and pci_for_each interfaceDaniel Hellstrom
2012-03-27LIBPCI: cleaned up IRQ implementationDaniel Hellstrom
2012-03-27LIBPCI: implemented LD/ST endian non-inline functions, PCI Big Endian supportDaniel Hellstrom
2012-03-27LIBPCI: moved pci_system_type to pci.h, and introduced pci_endianDaniel Hellstrom
2012-03-27DRVMGR: cleaned up RW defsDaniel Hellstrom