linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH V2 0/2] Use dynamic allocation for major number when uart ports > 4
@ 2023-11-14  9:33 Manikanta Guntupalli
  2023-11-14  9:33 ` [PATCH V2 1/2] Documentation: devices.txt: Update ttyUL major number allocation details Manikanta Guntupalli
  2023-11-14  9:33 ` [PATCH V2 2/2] serial: uartlite: Use dynamic allocation for major number when uart ports > 4 Manikanta Guntupalli
  0 siblings, 2 replies; 5+ messages in thread
From: Manikanta Guntupalli @ 2023-11-14  9:33 UTC (permalink / raw)
  To: git, michal.simek, jacmet, gregkh, jirislaby, linux-serial,
	linux-kernel, corbet, christophe.leroy, rdunlap, airlied, ogabbay,
	linux-doc
  Cc: radhey.shyam.pandey, srinivas.goud, shubhrajyoti.datta,
	manion05gk, Manikanta Guntupalli

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


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2023-11-14  9:49 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-14  9:33 [PATCH V2 0/2] Use dynamic allocation for major number when uart ports > 4 Manikanta Guntupalli
2023-11-14  9:33 ` [PATCH V2 1/2] Documentation: devices.txt: Update ttyUL major number allocation details Manikanta Guntupalli
2023-11-14  9:49   ` Jiri Slaby
2023-11-14  9:33 ` [PATCH V2 2/2] serial: uartlite: Use dynamic allocation for major number when uart ports > 4 Manikanta Guntupalli
2023-11-14  9:48   ` Jiri Slaby

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).