Files
u-boot/drivers/serial
Simon Glass 0d5c9d1529 serial: Cache the terminal size
Add serial_priv structure to serial uclass to cache terminal dimensions.
When serial_query_size() successfully queries the terminal, store the
results in the uclass-private data for later retrieval.

This avoids repeated terminal queries and improves performance when
different subsystems need the terminal size.

Series-changes: 3
- Drop unnecessary 'dev' argument

Co-developed-by: Claude <noreply@anthropic.com>
Signed-off-by: Simon Glass <sjg@chromium.org>
2025-08-26 06:02:03 -06:00
..
2025-05-01 05:56:48 -06:00