Re: [PATCH v7 10/24] wfx: add fwio.c/fwio.h

2021-10-07 Thread Kalle Valo
Jérôme Pouiller writes: > On Friday 1 October 2021 13:58:38 CEST Kalle Valo wrote: >> Jerome Pouiller writes: >> >> > From: Jérôme Pouiller >> > >> > Signed-off-by: Jérôme Pouiller >> >> [...] >> >> > +static int get_firmware(struct wfx_dev *wdev, u32 keyset_chip, >> > +

Re: [PATCH v7 10/24] wfx: add fwio.c/fwio.h

2021-10-07 Thread Kalle Valo
Pali Rohár writes: > On Friday 01 October 2021 17:09:41 Jérôme Pouiller wrote: >> On Friday 1 October 2021 13:58:38 CEST Kalle Valo wrote: >> > Jerome Pouiller writes: >> > >> > > From: Jérôme Pouiller >> > > >> > > Signed-off-by: Jérôme Pouiller >> > >> > [...] >> > >> > > +static int get_

Re: [PATCH v7 10/24] wfx: add fwio.c/fwio.h

2021-10-07 Thread Kalle Valo
Jérôme Pouiller writes: > On Friday 1 October 2021 18:08:32 CEST Pali Rohár wrote: >> On Friday 01 October 2021 17:09:41 Jérôme Pouiller wrote: >> > On Friday 1 October 2021 13:58:38 CEST Kalle Valo wrote: >> > > Jerome Pouiller writes: >> > > >> > > > From: Jérôme Pouiller >> > > > >> > > > Si

Re: [PATCH v8 00/24] wfx: get out from the staging area

2021-10-07 Thread Kalle Valo
Jérôme Pouiller writes: > On Tuesday 5 October 2021 16:20:19 CEST Kalle Valo wrote: >> Jerome Pouiller writes: >> >> > From: Jérôme Pouiller > [...] >> > >> > v8: >> > - Change the way the DT is handled. The user can now specify the name of >> > the board (= chip + antenna) he use. It ea

Re: [PATCH v7 08/24] wfx: add bus_sdio.c

2021-10-07 Thread Kalle Valo
Jérôme Pouiller writes: > On Wednesday 6 October 2021 17:02:07 CEST Ulf Hansson wrote: >> On Tue, 5 Oct 2021 at 10:14, Jérôme Pouiller >> wrote: >> > On Friday 1 October 2021 17:23:16 CEST Ulf Hansson wrote: >> > > On Thu, 30 Sept 2021 at 19:06, Pali Rohár wrote: >> > > > On Thursday 30 Septem

Re: [PATCH v7 05/24] wfx: add main.c/main.h

2021-10-07 Thread Kalle Valo
Jérôme Pouiller writes: > Hi Kalle, > > On Friday 1 October 2021 14:18:04 CEST Kalle Valo wrote: >> Jérôme Pouiller writes: >> >> > On Friday 1 October 2021 11:22:08 CEST Kalle Valo wrote: >> >> Jerome Pouiller writes: >> >> >> >> > From: Jérôme Pouiller >> >> > >> >> > Signed-off-by: Jérôme

Re: [PATCH v7 10/24] wfx: add fwio.c/fwio.h

2021-10-07 Thread Jérôme Pouiller
On Thursday 7 October 2021 10:08:53 CEST Kalle Valo wrote: > Jérôme Pouiller writes: > > On Friday 1 October 2021 13:58:38 CEST Kalle Valo wrote: > >> Jerome Pouiller writes: > >> > >> > From: Jérôme Pouiller > >> > > >> > Signed-off-by: Jérôme Pouiller > >> > >> [...] > >> > >> > +static int g

Re: [PATCH v7 05/24] wfx: add main.c/main.h

2021-10-07 Thread Jérôme Pouiller
On Thursday 7 October 2021 10:35:43 CEST Kalle Valo wrote: > Jérôme Pouiller writes: > > On Friday 1 October 2021 14:18:04 CEST Kalle Valo wrote: > >> Jérôme Pouiller writes: > >> > On Friday 1 October 2021 11:22:08 CEST Kalle Valo wrote: > >> >> Jerome Pouiller writes: > >> >> > >> >> > From: J

Re: [PATCH v7 10/24] wfx: add fwio.c/fwio.h

2021-10-07 Thread Pali Rohár
On Thursday 07 October 2021 11:19:10 Kalle Valo wrote: > Jérôme Pouiller writes: > > > On Friday 1 October 2021 18:08:32 CEST Pali Rohár wrote: > >> On Friday 01 October 2021 17:09:41 Jérôme Pouiller wrote: > >> > On Friday 1 October 2021 13:58:38 CEST Kalle Valo wrote: > >> > > Jerome Pouiller

Re: [PATCH v7 10/24] wfx: add fwio.c/fwio.h

2021-10-07 Thread Pali Rohár
Hello Rob! Could you look at issue below to represent antenna (pds) firmware file requirement for this driver in DTS file? On Thursday 07 October 2021 11:16:29 Kalle Valo wrote: > Pali Rohár writes: > > > On Friday 01 October 2021 17:09:41 Jérôme Pouiller wrote: > >> On Friday 1 October 2021 13:

Re: [PATCH v7 08/24] wfx: add bus_sdio.c

2021-10-07 Thread Pali Rohár
On Thursday 07 October 2021 11:26:42 Kalle Valo wrote: > Jérôme Pouiller writes: > > On Wednesday 6 October 2021 17:02:07 CEST Ulf Hansson wrote: > >> On Tue, 5 Oct 2021 at 10:14, Jérôme Pouiller > >> wrote: > >> > On Friday 1 October 2021 17:23:16 CEST Ulf Hansson wrote: > >> > > On Thu, 30 Sep

Re: [PATCH v7 05/24] wfx: add main.c/main.h

2021-10-07 Thread Kalle Valo
Jérôme Pouiller writes: >> >> >> I'm not really fond of having this kind of ASCII based parser in the >> >> >> kernel. Do you have an example compressed file somewhere? >> >> > >> >> > An example of uncompressed configuration file can be found here[1]. Once >> >> > compressed with [2], you get: >

Re: [PATCH v7 05/24] wfx: add main.c/main.h

2021-10-07 Thread Kalle Valo
Kalle Valo writes: > Jérôme Pouiller writes: > >>> >> >> I'm not really fond of having this kind of ASCII based parser in the >>> >> >> kernel. Do you have an example compressed file somewhere? >>> >> > >>> >> > An example of uncompressed configuration file can be found here[1]. >>> >> > Once >

Re: [PATCH v7 05/24] wfx: add main.c/main.h

2021-10-07 Thread Jérôme Pouiller
On Thursday 7 October 2021 12:49:47 CEST Kalle Valo wrote: > CAUTION: This email originated from outside of the organization. Do not click > links or open attachments unless you recognize the sender and know the > content is safe. > > > Kalle Valo writes: > > > Jérôme Pouiller writes: > > >

[staging:staging-linus] BUILD SUCCESS 37f12202c5d28291ba5f83ce229771447ce9148f

2021-10-07 Thread kernel test robot
randconfig-r045-20211007 hexagon randconfig-r041-20211007 s390 randconfig-r044-20211007 riscvrandconfig-r042-20211007 --- 0-DAY CI Kernel Test Service, Intel Corporation https://lists.01.org/hyperkitty/list/kbuild-...@lists.01.org

[driver-core:driver-core-linus] BUILD SUCCESS 81967efb5f3966e8692f9173c7fa2964034ece5d

2021-10-07 Thread kernel test robot
randconfig-r045-20211007 hexagon randconfig-r041-20211007 s390 randconfig-r044-20211007 riscvrandconfig-r042-20211007 --- 0-DAY CI Kernel Test Service, Intel Corporation https://lists.01.org/hyperkitty/list/kbuild-...@lists.01.org