[PATCH V2 0/2] Use dynamic allocation for major number when uart ports > 4

Manikanta Guntupalli posted 2 patches 2 years, 1 month ago
There is a newer version of this series
Documentation/admin-guide/devices.txt | 4 ++++
drivers/tty/serial/Kconfig            | 2 ++
drivers/tty/serial/uartlite.c         | 5 +++++
3 files changed, 11 insertions(+)
[PATCH V2 0/2] Use dynamic allocation for major number when uart ports > 4
Posted by Manikanta Guntupalli 2 years, 1 month ago
Update ttyUL major number allocation details in documentation.
Use dynamic allocation for major number when uart ports > 4.
---
Changes for V2:
Introduce 1/2 patch.
Update driver to use either static or dynamic major allocation.
Update commit description.
Update description of SERIAL_UARTLITE_NR_UARTS in Kconfig.

Manikanta Guntupalli (2):
  Documentation: devices.txt: Update ttyUL major number allocation
    details
  serial: uartlite: Use dynamic allocation for major number when uart
    ports > 4

 Documentation/admin-guide/devices.txt | 4 ++++
 drivers/tty/serial/Kconfig            | 2 ++
 drivers/tty/serial/uartlite.c         | 5 +++++
 3 files changed, 11 insertions(+)

-- 
2.25.1