mbox series

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

Message ID 20231116134003.3762725-1-manikanta.guntupalli@amd.com
Headers show
Series Use dynamic allocation for major number when uart ports > 4 | expand

Message

Manikanta Guntupalli Nov. 16, 2023, 1:40 p.m. UTC
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.
Changes for V3:
Fix typo.
Move description to above of ttyUL.
Remove parentheses.
Changes for V4:
Fix typo.

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 | 3 +++
 drivers/tty/serial/Kconfig            | 3 +++
 drivers/tty/serial/uartlite.c         | 5 +++++
 3 files changed, 11 insertions(+)