Re: [PATCH v2] firmware: ti_sci: Add Initialization of dev_info head node

2025-05-05 Thread Tom Rini
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. >

Re: [PATCH v2] firmware: ti_sci: Add Initialization of dev_info head node

2025-05-01 Thread Nishanth Menon
On 22:44-20250429, 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 li