This allows one to specify dt:XXXX when the default class isn't compiled
into the kernel. It's not an error to not have a class until we're done
parsing the spec, so defer checking until then.
Sponsored by: Netflix
Differential D47078 Authored by imp on Oct 11 2024, 9:54 PM.
Details Summary This allows one to specify dt:XXXX when the default class isn't compiled Sponsored by: Netflix
Diff Detail
Event Timelineimp created this revision. Harbormaster completed remote builds in B59925: Diff 144682.Oct 11 2024, 9:54 PM2024-10-11 21:54:18 (UTC+0) imp added a parent revision: D47077: uart/pl011: Add support for computing rclk.Oct 11 2024, 9:54 PM2024-10-11 21:54:20 (UTC+0)
Comment Actions Check a little later for NULL class... Doesn't really matter and this fixes the leak markj noticed. Harbormaster completed remote builds in B59962: Diff 144790.Oct 13 2024, 10:23 PM2024-10-13 22:23:09 (UTC+0) This revision is now accepted and ready to land.Oct 13 2024, 10:46 PM2024-10-13 22:46:35 (UTC+0) This revision now requires review to proceed.Oct 14 2024, 9:11 PM2024-10-14 21:11:27 (UTC+0) Harbormaster completed remote builds in B59988: Diff 144852.Oct 14 2024, 9:11 PM2024-10-14 21:11:29 (UTC+0) This revision was not accepted when it landed; it landed in state Needs Review.Oct 14 2024, 10:18 PM2024-10-14 22:18:18 (UTC+0) Closed by commit rGc87b3f0006be: uart: uart_getenv: check for NULL class last, not first (authored by imp). ยท Explain Why This revision was automatically updated to reflect the committed changes. imp marked an inline comment as done.
Revision Contents
Diff 144852 sys/dev/uart/uart_subr.c
|