summaryrefslogtreecommitdiffstats
path: root/c/src/libchip (unfollow)
Commit message (Expand)AuthorFilesLines
2016-09-21classic networking: adapt FXP driver to work with actual PCI and IRQ code.Pavel Pisa2-106/+98
2016-09-20classic networking: do not reference BSP_irq_enabled_at_i8259s which is no mo...Pavel Pisa4-31/+4
2016-06-22Make rtems/print.h independent of rtems/bspIo.hSebastian Huber1-0/+1
2016-06-17bsps: Fix printk() format warningSebastian Huber1-1/+1
2016-06-17bsps: Fix MPCI_Fatal() prototypeSebastian Huber2-4/+4
2016-06-16libchip/shmdr/send.c: Fix warning and clean upJoel Sherrill1-15/+21
2016-06-16libchip/shmdr/poll.c: Fix warning and clean upJoel Sherrill1-5/+8
2016-05-31libchip: Remove dwmac network interface driverSebastian Huber16-6658/+1
2016-05-20score: Rename _ISR_Disable() and _ISR_Enable()Sebastian Huber1-4/+4
2016-05-11ibchip/ns16550: Minor optimisation.Chris Johns1-13/+14
2016-05-06sonic.c: Fix warning on gcc 6Martin Galvan1-13/+11
2016-03-10pc386: Eliminate pcibios.h and begin removal obsolete PCI BIOS API usesJoel Sherrill1-1/+42
2015-03-17libchip/network/if_fxp.c: Do not use rtems_clock_get()Joel Sherrill1-1/+1
2015-03-17libchip/i2c/spi-memdrv.c: Do not use rtems_clock_get()Joel Sherrill1-7/+4
2015-03-05libchip/serial: Fix warningSebastian Huber1-2/+1
2015-01-23libchip: Fix high capacity detection for MMCSebastian Huber1-1/+1
2014-11-26libchip/serial/z85c30.c: Remove redundant assignmentJosh Oguin1-1/+0
2014-11-26libchip/serial/ns16550* and z8530*: Assert on baud number to avoid divide by 0Josh Oguin3-1/+14
2014-11-26libchip/display/disp_hcms29xx.c: Remove useless variable and checkJosh Oguin1-6/+1
2014-11-21Delete or rename MIN/MAX macros and definesSebastian Huber1-1/+1
2014-10-10arm/nds: Warning clean upJoel Sherrill1-1/+3
2014-10-10libchip/rtc/mc146818a.c: Compiles again and clean upJoel Sherrill1-6/+14
2014-10-09libchip/rtc/mc146818a*: Fix prototypes to use uintptr_t and fix set but unuse...Joel Sherrill2-11/+17
2014-10-07libchip/serial: Task driven mode for NS16550Sebastian Huber2-12/+120
2014-10-07libchip/serial: Fix NS16550 for pppstart()Sebastian Huber2-18/+40
2014-10-07libchip/serial: Add alternative NS16550 driverSebastian Huber5-88/+798
2014-09-08libchip/dwmac: Use RTEMS_DEVOLATILE()Sebastian Huber1-4/+11
2014-08-29Regenerate all preinstall.am files.Chris Johns1-6/+6
2014-08-22libchip/dwmac: Make PHY address user configurableChristian Mauderer3-12/+30
2014-06-05GRETH: remove TCP/UDP HW checksum generationDaniel Hellstrom1-2/+2
2014-04-30libchip: Add asserts to dwmac driverRalf Kirchner1-0/+3
2014-04-30libchip: Correct netstats message for dwmac driverRalf Kirchner1-1/+1
2014-04-17libchip: Correct error handling in dwmac driverRalf Kirchner1-11/+4
2014-04-17libchip: Reduce tx interruptsRalf Kirchner4-222/+262
2014-04-17libchip: CleanupRalf Kirchner1-2/+2
2014-04-17libchip: Improve handling of DMA suspendsRalf Kirchner1-0/+1
2014-04-16libchip: SMP support for NS16550Sebastian Huber1-19/+22
2014-03-31libchip: Avoid __DEVOLATILE()Sebastian Huber1-11/+9
2014-03-31SPI SD-Card: adapt common driver code to block devices core API changes.Pavel Pisa1-3/+3
2014-03-21greth: Make local functions static, remove overflow and correct printf call.Daniel Cederman1-6/+8
2014-03-21smc91111: Move driver attach prototype to header file.Daniel Cederman2-3/+8
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns80-80/+80
2014-03-14libchip: Relax buffer counts and add fatal errorRalf Kirchner1-2/+13
2014-03-14libchip: Include <bsp.h> BSP options definitionSebastian Huber1-2/+2
2014-03-13libchip: Check interrupt extension availabilitySebastian Huber1-0/+13
2014-03-13libchip: Avoid <bsp/utility.h>Sebastian Huber2-578/+612
2014-03-13libchip: Add dwmac 10/100/1000 network driverRalf Kirchner16-1/+6540
2014-03-11sapi: Use one SMP lock for all chainsSebastian Huber1-1/+1
2014-01-23libchip/serial: DocumentationSebastian Huber1-10/+1
2013-10-08SPI SD-Card: setup valid CRC-7 for STOP_TRANSMISSION command.Pavel Pisa1-0/+5