summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/sparc/shared/spw/grspw_pkt.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* bsps/sparc: Move shared files to bspsSebastian Huber2018-04-201-3327/+0
* leon, grspw_pkt: fix overwrite protection when more than 32 devsDaniel Hellstrom2017-03-061-1/+1
* leon, grspw_pkt: SMP supportDaniel Hellstrom2017-03-061-36/+46
* leon, grspw_pkt: unregister ISR on closeDaniel Hellstrom2017-03-061-0/+3
* leon, grspw_pkt: ISR activate shutdown work only if errintr enabledDaniel Hellstrom2017-03-061-1/+2
* leon, grspw_pkt: fix descriptor table mem leak on grspw_close()Daniel Hellstrom2017-03-061-0/+6
* leon, grspw_pkt: add missing GRSPW1 IP-core supportDaniel Hellstrom2017-03-061-0/+23
* leon, grspw_pkt: ISR RX/TX DMA interrupt source disable configurableDaniel Hellstrom2017-03-061-11/+37
* leon, grpsw_pkt: set unique work-task nameDaniel Hellstrom2017-03-061-2/+6
* leon, grspw_pkt: functions to support custom work-taskDaniel Hellstrom2017-03-061-76/+113
* leon, grspw_pkt: fix interrupt code ctrl bit declarationsDaniel Hellstrom2017-03-061-1/+1
* leon, grspw_pkt: added work-task configuration optionsDaniel Hellstrom2017-03-061-73/+179
* leon, grspw_pkt: Added checks for special list casesDaniel Hellstrom2017-03-061-2/+2
* leon, grspw_pkt: fix stscfg cfg TimeCode Int clrDaniel Hellstrom2017-03-061-1/+2
* leon, grspw_pkt: split DMA sem into RX and TX semDaniel Hellstrom2017-03-061-54/+94
* leon, grspw_pkt: coding style fixDaniel Hellstrom2017-03-061-1/+1
* leon, grspw_pkt: allow user controlled DMA intrDaniel Hellstrom2017-03-061-5/+7
* leon, grspw_pkt: support for reading tx/rx DMA queueDaniel Hellstrom2017-03-061-4/+72
* leon, grspw_pkt: fixed device/dma closingDaniel Hellstrom2017-03-061-13/+31
* leon, grspw_pkt: fixed and improved RX/TX waitDaniel Hellstrom2017-03-061-42/+57
* leon, grspw_pkt: fixed error return path in dma_openDaniel Hellstrom2017-03-061-12/+31
* leon, grspw_pkt: Manual handling of link status eventsDaniel Hellstrom2017-03-061-2/+15
* leon, grspw_pkt: added link_ctrl optionsDaniel Hellstrom2017-03-061-6/+11
* leon, grspw_pkt: added grspw_link_status_clr() to APIDaniel Hellstrom2017-03-061-0/+8
* leon, grspw_pkt: code style clean-upsDaniel Hellstrom2017-03-061-8/+9
* leon, grspw_pkt: Preserve DMA address enable at start.Martin Aberg2017-03-061-0/+4
* leon, grspw_pkt: Fixed parameter check in grspw_dma_open()Martin Aberg2017-03-061-1/+1
* DRVMGR: KEY_TYPE now a enum drvmgr_ktDaniel Hellstrom2015-04-171-2/+2
* sparc bsps: updated license to rtems.orgDaniel Hellstrom2015-04-171-1/+1
* LEON: move driver headers to bsp/ directoryDaniel Hellstrom2015-04-171-1/+1
* GRSPW_PKT: fix build warningsDaniel Hellstrom2015-04-171-1/+1
* GRSPW_PKT: Add support for Interrupt-codesAndreas Larsson2015-04-171-17/+292
* GRSPW: Fix incorrect register defines - presently functionally inconsequentialAndreas Larsson2015-04-171-4/+4
* GRSPW: New packet based driver for SPW/SPW2/SPW2_DMADaniel Hellstrom2015-04-171-0/+2642