#
69a922f7 |
| 11-Apr-2023 |
riastradh <riastradh@NetBSD.org> |
evbarm/plcom(4): Sync some recent changes from com(4).
- Nix quirky `integrate' macro. - Omit needless spltty in plcomstart. - Comment on lock order. - Update confusing comment about hangup delay. -
evbarm/plcom(4): Sync some recent changes from com(4).
- Nix quirky `integrate' macro. - Omit needless spltty in plcomstart. - Comment on lock order. - Update confusing comment about hangup delay. - Add include guards.
show more ...
|
#
120edbbe |
| 24-Jan-2023 |
mlelstv <mlelstv@NetBSD.org> |
Add support for FIFOs and hardware flow-control to plcom driver. Add a PLCOM_TYPE_GENERIC_UART variant to match SBSA requirements.
|
#
1ef77801 |
| 27-Dec-2019 |
msaitoh <msaitoh@NetBSD.org> |
s/recive/receive/ in comment.
|
#
9d114986 |
| 24-Oct-2012 |
skrll <skrll@NetBSD.org> |
Add the ifls register.
|
#
6210082d |
| 25-Jul-2012 |
skrll <skrll@NetBSD.org> |
Add support for the PL011 to plcom. Pull across a bunch of fixes from com(4) while I'm here and do some other tidyup.
Tested on a RaspberryPi.
PL010 not tested.
|
#
86007e20 |
| 14-May-2012 |
skrll <skrll@NetBSD.org> |
Rename register values. No functional change - same code before and after.
Existing names are prefixed with PL01X_ where they're common between the PL010 and the PL011. The PL010_/PL011_ prefixes ar
Rename register values. No functional change - same code before and after.
Existing names are prefixed with PL01X_ where they're common between the PL010 and the PL011. The PL010_/PL011_ prefixes are added where they're found only on the respective chips.
show more ...
|
#
6d061940 |
| 06-Apr-2012 |
bsh <bsh@NetBSD.org> |
don't mix #define<TAB> and #define<SPACE> in a file.
|
#
19cf921b |
| 27-Oct-2001 |
rearnsha <rearnsha@NetBSD.org> |
Support for the PrimeCell PL010 UART. Similar in behaviour to the normal com driver, but with competely different bit and register assignments.
|