diff options
| author | Tudor Ambarus <[email protected]> | 2024-01-19 10:45:24 +0000 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2024-01-27 19:05:19 -0800 |
| commit | 6e1e48b6ef2613ff4c28a34f7a57c29a4367ad87 (patch) | |
| tree | 3cfab20fa8597445ef23e80d5e66a271e4f5c825 /tools/perf/scripts/python/bin | |
| parent | 92e32ed303a6c4dc5a5ad9ec54785a6245bcd8fa (diff) | |
tty: serial: samsung: shrink the clock selection to 8 clocks
<linux/serial_s3c.h> provides a clock selection pool of maximum 4 clocks.
Update the driver to consider a pool selection of maximum 8 clocks.
u8 is large enough to allow more clocks than are supported by the driver
now, and not too big to cause spanning of ``struct s3c24xx_uart_info``
through 2 cachelines when compiled for arm64. The goal is to reduce the
memory footprint of ``struct s3c24xx_uart_info``.
Reviewed-by: Sam Protsenko <[email protected]>
Signed-off-by: Tudor Ambarus <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions