summaryrefslogtreecommitdiffstats
path: root/cpukit/dev/serial (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-05-20Update company nameSebastian Huber3-3/+3
The embedded brains GmbH & Co. KG is the legal successor of embedded brains GmbH.
2022-03-10cpukit/: Scripted embedded brains header file clean upJoel Sherrill3-18/+0
Updates #4625.
2019-08-26dev/sc16is752: Reduce RX FIFO trigger levelSebastian Huber1-2/+2
This may help to avoid character loss.
2019-08-26dev/sc16is752: Set TLS to zeroSebastian Huber1-0/+14
Ensures that the FCR values are used.
2019-08-26dev/sc16is752: Do FIFO reset separatelySebastian Huber1-0/+5
2019-08-26dev/sc16is752: Enable enhanced func earlySebastian Huber1-1/+2
2019-08-26dev/sc16is752: Write to right registerSebastian Huber1-1/+1
2019-06-14dev/sc16is752: Add set/get EFCR IO controlsSebastian Huber1-0/+6
2019-06-14dev/sc16is752: Add RS485 mode variantsSebastian Huber2-4/+19
2019-02-27dev/sc16is752: Fix parity generation.Christian Mauderer1-0/+1
2018-10-05dev/sc16is752: Deal with a baud of zeroSebastian Huber1-8/+13
Avoid division by zero and instead disable rx/tx in case of a zero baud value. Problem identified by Coverity Scan.
2018-08-15dev/sc16is752: Add name space for field names.Christian Mauderer2-95/+98
The field names for the registers generated a name collision (MSR_RI on the power pc). This patch adds a SC16IS752_ prefix for all field names. Closes #3501.
2018-05-14dev/sc16is752: Add ioctl calls for modem controll.Christian Mauderer2-1/+96
This add ths following ioctl calls to the sc16is752 driver: - TIOCMGET - TIOCMSET - TIOCMBIS - TIOCMBIC
2018-02-12dev/sc16is752: Check return values.Christian Mauderer1-4/+6
Escalate a failed installation of the interrupts to the next higher level.
2018-02-12dev/sc16is752: Add GPIO access via ioctl.Christian Mauderer2-0/+22
2017-04-03bsps: Fix baud settingsSebastian Huber1-1/+1
Update #2897.
2016-12-16dev: Add NXP SC16IS752 serial device driverAlexander Krutwig3-0/+597
Update #2841.