Hi Aswin, On 04/07/2026 07:34, Aswin Murugan wrote: > Enable CONFIG_SKIP_EARLY_DM on Qualcomm platforms to improve > boot time by approximately 50%. Address a serial driver > crash seen with CONFIG_SKIP_EARLY_DM enabled by properly > handling error pointers returned from clock operations > during early boot.
Thanks, I've been meaning to enable this for a while now. Reviewed-by: Casey Connolly <[email protected]> > > Aswin Murugan (2): > configs: qcom_defconfig: Enable CONFIG_SKIP_EARLY_DM > serial: msm_geni: Fix clock enable on error pointer > > configs/qcom_defconfig | 1 + > drivers/serial/serial_msm_geni.c | 3 ++- > 2 files changed, 3 insertions(+), 1 deletion(-) > -- // Casey (she/her)

