Re: [PATCH net-next v2 3/6] bnxt_en: Make a lookup table for supported aux bus devices
From: Pavan Chebbi <pavan.chebbi@broadcom.com>
Date: 2025-09-23 12:21:33
From: Pavan Chebbi <pavan.chebbi@broadcom.com>
Date: 2025-09-23 12:21:33
On Tue, Sep 23, 2025 at 4:19 PM Jonathan Cameron [off-list ref] wrote:
On Tue, 23 Sep 2025 02:58:22 -0700 Pavan Chebbi [off-list ref] wrote:quoted
We could maintain a look up table of aux bus devices supported by bnxt. This way, the aux bus init/add/uninit/del could have generic code to work on any of bnxt's aux devices. Reviewed-by: Andy Gospodarek <redacted> Signed-off-by: Pavan Chebbi <pavan.chebbi@broadcom.com>Ah. Ok. This does make it more generic. Smash this and patch 2 together so we don't have the intermediate state where stuff is partly generic.
Hi Jonathan, thanks for the review. Right, I assumed context while preparing the patches. I will address this patch break-up and other comments in v3. Thanks again.