Re: [PATCH] ath10k: add option for chip-id based BDF selection

2020-11-10 Thread Kalle Valo
Abhishek Kumar writes: > Apologies for the delay, was busy so could not work on V2 . I have > started working on V2 patch. Will upload by today/tomorrow. Thanks, I'll then drop this v1. -- https://patchwork.kernel.org/project/linux-wireless/list/ https://wireless.wiki.kernel.org/en/developers

Re: [PATCH] ath10k: add option for chip-id based BDF selection

2020-11-10 Thread Abhishek Kumar
Apologies for the delay, was busy so could not work on V2 . I have started working on V2 patch. Will upload by today/tomorrow. Abhishek On Thu, Nov 5, 2020 at 11:11 PM Kalle Valo wrote: > > Abhishek Kumar wrote: > > > In some devices difference in chip-id should be enough to pick > > the right

Re: [PATCH] ath10k: add option for chip-id based BDF selection

2020-11-05 Thread Kalle Valo
Abhishek Kumar wrote: > In some devices difference in chip-id should be enough to pick > the right BDF. Add another support for chip-id based BDF selection. > With this new option, ath10k supports 2 fallback options. > > The board name with chip-id as option looks as follows > board name 'bus=sn

RE: [PATCH] ath10k: add option for chip-id based BDF selection

2020-10-27 Thread Rakesh Pillai
gt; To: Rakesh Pillai > > > Cc: Abhishek Kumar ; Kalle Valo > > > ; ath10k ; LKML > > > ; linux-wireless > > wirel...@vger.kernel.org>; Brian Norris > > > Subject: Re: [PATCH] ath10k: add option for chip-id based BDF selection >

Re: [PATCH] ath10k: add option for chip-id based BDF selection

2020-10-27 Thread Doug Anderson
; > ; linux-wireless > wirel...@vger.kernel.org>; Brian Norris > > Subject: Re: [PATCH] ath10k: add option for chip-id based BDF selection > > > > Hi, > > > > On Sat, Oct 24, 2020 at 9:40 AM Rakesh Pillai > > wrote: > > > >

RE: [PATCH] ath10k: add option for chip-id based BDF selection

2020-10-26 Thread Rakesh Pillai
> -Original Message- > From: Doug Anderson > Sent: Tuesday, October 27, 2020 4:21 AM > To: Rakesh Pillai > Cc: Abhishek Kumar ; Kalle Valo > ; ath10k ; LKML > ; linux-wireless wirel...@vger.kernel.org>; Brian Norris > Subject: Re: [PATCH] ath10k: add o

Re: [PATCH] ath10k: add option for chip-id based BDF selection

2020-10-26 Thread Doug Anderson
Hi, On Sat, Oct 24, 2020 at 9:40 AM Rakesh Pillai wrote: > > > if (bd_ie_type == ATH10K_BD_IE_BOARD) { > > + /* With variant and chip id */ > > ret = ath10k_core_create_board_name(ar, boardname, > > - sizeof(b

Re: [PATCH] ath10k: add option for chip-id based BDF selection

2020-10-23 Thread Abhishek Kumar
Additionally tested on ath10k based non-QMI platform Tested-on: QCA6174 HW3.2 WLAN.RM.4.4.1-00157-QCARMSWPZ-1 Tested-by: Abhishek Kumar -Abhishek

Re: [PATCH] ath10k: add option for chip-id based BDF selection

2020-10-20 Thread Doug Anderson
Hi, On Mon, Oct 19, 2020 at 5:51 PM Abhishek Kumar wrote: > > In some devices difference in chip-id should be enough to pick > the right BDF. Add another support for chip-id based BDF selection. > With this new option, ath10k supports 2 fallback options. > > The board name with chip-id as option