Re: [PATCH v2 1/1] net/octeon_ep: add device removal event callback

2024-10-01 Thread Jerin Jacob
On Fri, Sep 20, 2024 at 10:14 AM Vamsi Krishna wrote: > > From: Vamsi Attunuru > > Adds an event callback to catch any device removal > event occurred during driver probe. This callback helps > in terminating the execution if there is any device removal > event during the driver probe. > > Also m

[PATCH v2 1/1] net/octeon_ep: add device removal event callback

2024-09-19 Thread Vamsi Krishna
From: Vamsi Attunuru Adds an event callback to catch any device removal event occurred during driver probe. This callback helps in terminating the execution if there is any device removal event during the driver probe. Also moved global register configuration into dev_configure() routine and als