summaryrefslogtreecommitdiffstats
path: root/c/src/libchip (unfollow)
Commit message (Expand)AuthorFilesLines
2018-01-15libchip: Use public include pathSebastian Huber1-1/+1
2018-01-04libchip: Use public include pathChris Johns8-11/+10
2017-10-18dev/serial: Lazy update of NS16550 settingsSebastian Huber2-3/+13
2017-09-28bsps: Fix integer to/from pointer warningsSebastian Huber1-3/+3
2017-08-29libchip,greth: disable driver if SMP kernelDaniel Hellstrom2-2/+5
2017-08-22libchip/serial: Fix integer typesSebastian Huber1-3/+3
2017-08-22libchip/ata: Fix integer to/from pointerSebastian Huber1-2/+2
2017-07-19libchip: Fix format warningSebastian Huber1-1/+1
2017-06-13bsp: Fixes due to header file changesSebastian Huber1-8/+19
2017-06-09if_fxp: Include missing <inttypes.h>Sebastian Huber1-5/+6
2017-06-07Do not include <sys/ioctl.h> in kernel-spaceSebastian Huber1-1/+0
2017-06-07Move RTEMS-specific Termios API contentSebastian Huber1-0/+2
2017-06-07network: Include missing <inttypes.h>Sebastian Huber1-0/+1
2017-05-13missing a couple register names + a #ifndef_ASM__ around serial.h inclusionPhong Pham1-0/+4
2017-04-20elnk.c: Fix printf() format warningsJoel Sherrill1-3/+9
2017-04-20elnk.c: rtems_elnk_driver_attach() prototype addedJoel Sherrill1-0/+3
2017-04-20elnk.c: Make elnk_txDaemon() static to fix warningJoel Sherrill1-1/+1
2017-04-20if_fxp.c: Add prototype of rtems_fxp_attach()Joel Sherrill1-0/+3
2017-04-20if_fxp.c: Remove unused variableJoel Sherrill1-1/+1
2017-04-20dec21140.c: Add prototype of dec21140_txDaemon()Joel Sherrill1-0/+2
2017-04-20dec21140.c: Fix printk() warningsJoel Sherrill1-3/+3
2017-04-20dec21140.c: Include <libcpu/page.h> to eliminate warningsJoel Sherrill1-0/+1
2017-04-20dec21140.c: Fix PRIxx formatterJoel Sherrill1-1/+1
2017-04-14libchip/network/dec21140.c: Use inttypes.h to fix 1 warning.Cillian O'Donnell1-1/+3
2017-04-03bsps: Fix baud settingsSebastian Huber2-2/+2
2017-03-22termios: Synchronize with latest FreeBSD headersKevin Kirspel3-6/+26
2017-03-14libchip/serial/mc68681.c: Add error checkJoel Sherrill1-0/+2
2017-01-24Use <sys/endian.h>Sebastian Huber1-11/+5
2017-01-20libchip: Really fix high capacity detectionSebastian Huber1-1/+1
2016-12-12Rename is_internal to always_set_to_falseSebastian Huber1-1/+1
2016-10-17libchip/network/if_fxp.c: do not use rtems_interrupt_disable.Pavel Pisa1-7/+4
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