Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1722507
| From | Aleksandar Markovic <aleksandar.markovic@rt-rk.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v3 0/3] Amend Goldfish tty driver functionality |
| Date | 2017-08-29 16:00 +0200 |
| Message-ID | <ujPdD-3jM-3@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
From: Aleksandar Markovic <aleksandar.markovic@imgtec.com>
v2->v3:
- fixed several "checkpatch --strict" warnings.
- fixed several minor mistakes in comments and messages, mostly
spelling errors.
- fixed recipient list.
v1->v2:
- added a cleanup patch (it is #1) to resolve confusing name scheme.
- updated patch #2 based on the feedback.
This series adds two new important features to Goldfish tty driver
that are crucial for the operation of the new generation of Android
emulator for Mips. The backward compatibility issues are all taken
care of.
This series also performs a cleanup of certain constant naming.
Aleksandar Markovic (1):
tty: goldfish: Refactor constants to better reflect their nature
Miodrag Dinic (2):
tty: goldfish: Use streaming DMA for r/w operations on Ranchu
platforms
tty: goldfish: Implement support for kernel 'earlycon' parameter
drivers/tty/Kconfig | 3 +
drivers/tty/goldfish.c | 234 ++++++++++++++++++++++++++++++++++++++-----------
2 files changed, 188 insertions(+), 49 deletions(-)
--
2.7.4
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH v3 0/3] Amend Goldfish tty driver functionality Aleksandar Markovic <aleksandar.markovic@rt-rk.com> - 2017-08-29 16:00 +0200 [PATCH v3 1/3] tty: goldfish: Refactor constants to better reflect their nature Aleksandar Markovic <aleksandar.markovic@rt-rk.com> - 2017-08-29 16:00 +0200 [PATCH v3 2/3] tty: goldfish: Use streaming DMA for r/w operations on Ranchu platforms Aleksandar Markovic <aleksandar.markovic@rt-rk.com> - 2017-08-29 16:00 +0200
csiph-web