On Tue, 29 Apr 2025 22:44:40 +0530, Udit Kumar wrote: > On K3 devices two drivers ti_sci and ti_sci_dm are supporting firmware > functions. At run time one of driver is used. > > Driver ti_sci already initializing head for dev_list in its probe > function, but it was missed in ti_sci_dm driver. > > So add head list init support for ti_sci_dm driver. > While at this, move init of list before usages in both functions. > > [...]
Applied to u-boot/master, thanks! [1/1] firmware: ti_sci: Add Initialization of dev_info head node commit: 1c26f91a224b7ce222314b38c068acd1833599f4 -- Tom