All of lore.kernel.org
 help / color / mirror / Atom feed
* pull-request: iwlwifi-next 2019-04-18
@ 2019-04-18 12:58 Luca Coelho
  2019-04-19  7:37 ` pull-request: iwlwifi-next 2019-04-18-2 Luca Coelho
  0 siblings, 1 reply; 3+ messages in thread
From: Luca Coelho @ 2019-04-18 12:58 UTC (permalink / raw)
  To: kvalo; +Cc: linux-wireless, linuxwifi, david.e.box, joe.konno

[-- Attachment #1: Type: text/plain, Size: 3838 bytes --]

Hi Kalle,

This is the third batch of patches intended for v5.2.  This includes
the last patchset I sent.  Usual development work.  More details about
the contents in the tag description.

I have sent this out before and kbuildbot reported success.

Please let me know if there are any issues.

Cheers,
Luca.


The following changes since commit bdfc4027de15ef0a396b7fc49a9f9c094378e9f4:

  rtlwifi: rtl8723ae: Make rtl8723e_dm_refresh_rate_adaptive_mask static (2019-04-13 14:17:52 +0300)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-next.git iwlwifi-next-for-kalle-2019-04-18

for you to fetch changes up to 61404c6e6a9fd2f02e18b2ff9defe1b3b98e25a3:

  iwlwifi: dbg_ini: set dump bit only when trigger collection is certain (2019-04-18 15:25:20 +0300)

----------------------------------------------------------------
Third batch of patches intended for v5.2

* Bump the 20000-series FW API version supported;
* Work on the new debugging infra continues;
* One clean-up to prevent a bogus warning with clang;
* A small cleanup in the PCI ID list;
* Work on new hardware continues;
* RTT confidence indication support for FTM;
* An improvement in HE rate-scaling;

----------------------------------------------------------------
Avraham Stern (1):
      iwlwifi: mvm: support rtt confidence indication

Gregory Greenman (1):
      iwlwifi: rs: consider LDPC capability in case of HE

Luca Coelho (2):
      iwlwifi: bump FW API to 47 for 22000 series
      iwlwifi: remove unused 0x40C0 PCI device IDs

Nathan Chancellor (1):
      iwlwifi: mvm: Change an 'else if' into an 'else' in iwl_mvm_send_add_bcast_sta

Shahar S Matityahu (6):
      iwlwifi: dbg_ini: support notification and dhc regions type parsing
      iwlwifi: add FW_INFO debug level
      iwlwifi: dbg_ini: add debug prints to the ini flows
      iwlwifi: dbg: add periphery memory dumping support to ax210 device family
      iwlwifi: dbg: add lmac and umac PC registers to periphery dump
      iwlwifi: dbg_ini: set dump bit only when trigger collection is certain

Shaul Triebitz (2):
      iwlwifi: mvm: set 512 TX queue slots for AX210 devices
      iwlwifi: unite macros with same meaning

 drivers/net/wireless/intel/iwlwifi/cfg/22000.c           |  19 +--------------
 drivers/net/wireless/intel/iwlwifi/fw/api/location.h     |  77 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++--
 drivers/net/wireless/intel/iwlwifi/fw/api/txq.h          |   3 +++
 drivers/net/wireless/intel/iwlwifi/fw/dbg.c              | 123 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-------------------
 drivers/net/wireless/intel/iwlwifi/fw/file.h             |   1 +
 drivers/net/wireless/intel/iwlwifi/iwl-config.h          |   1 -
 drivers/net/wireless/intel/iwlwifi/iwl-dbg-tlv.c         |   2 +-
 drivers/net/wireless/intel/iwlwifi/iwl-debug.h           |   2 ++
 drivers/net/wireless/intel/iwlwifi/iwl-drv.c             |   8 +++---
 drivers/net/wireless/intel/iwlwifi/mvm/ftm-initiator.c   |  13 +++++++++-
 drivers/net/wireless/intel/iwlwifi/mvm/rs-fw.c           |  16 ++++++++----
 drivers/net/wireless/intel/iwlwifi/mvm/sta.c             |  11 ++++++---
 drivers/net/wireless/intel/iwlwifi/pcie/ctxt-info-gen3.c |   3 ++-
 drivers/net/wireless/intel/iwlwifi/pcie/ctxt-info.c      |   6 ++---
 drivers/net/wireless/intel/iwlwifi/pcie/drv.c            |   5 ----
 drivers/net/wireless/intel/iwlwifi/pcie/internal.h       |   4 ---
 drivers/net/wireless/intel/iwlwifi/pcie/trans-gen2.c     |   7 +++---
 drivers/net/wireless/intel/iwlwifi/pcie/trans.c          |   2 ++
 drivers/net/wireless/intel/iwlwifi/pcie/tx.c             |   8 +++---
 19 files changed, 230 insertions(+), 81 deletions(-)

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* pull-request: iwlwifi-next 2019-04-18-2
  2019-04-18 12:58 pull-request: iwlwifi-next 2019-04-18 Luca Coelho
@ 2019-04-19  7:37 ` Luca Coelho
  2019-04-25 15:29   ` Kalle Valo
  0 siblings, 1 reply; 3+ messages in thread
From: Luca Coelho @ 2019-04-19  7:37 UTC (permalink / raw)
  To: kvalo; +Cc: linux-wireless, linuxwifi, david.e.box, joe.konno

[-- Attachment #1: Type: text/plain, Size: 3961 bytes --]

Hi Kalle,

This is a new version of my pull request on top of your tree after you
fast-forwarded to net-next, to avoid a small conflict.

This is the third batch of patches intended for v5.2.  This includes
the last patchset I sent.  Usual development work.  More details about
the contents in the tag description.

I have sent this out before and kbuildbot reported success.

Please let me know if there are any issues.

Cheers,
Luca.


The following changes since commit 5c2e6e14a0ad24a35d9d2b318204c8c012d9d618:

  Merge branch 'net-add-reset-controller-driven-PHY-reset' (2019-04-18 17:43:11 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-next.git tags/iwlwifi-next-for-kalle-2019-04-18-2

for you to fetch changes up to 69166f7a37dc0bde5a3c26945e3cdbfc740b0562:

  iwlwifi: dbg_ini: set dump bit only when trigger collection is certain (2019-04-19 10:27:34 +0300)

----------------------------------------------------------------
Third batch of patches intended for v5.2

* Bump the 20000-series FW API version supported;
* Work on the new debugging infra continues;
* One clean-up to prevent a bogus warning with clang;
* A small cleanup in the PCI ID list;
* Work on new hardware continues;
* RTT confidence indication support for FTM;
* An improvement in HE rate-scaling;

----------------------------------------------------------------
Avraham Stern (1):
      iwlwifi: mvm: support rtt confidence indication

Gregory Greenman (1):
      iwlwifi: rs: consider LDPC capability in case of HE

Luca Coelho (2):
      iwlwifi: bump FW API to 47 for 22000 series
      iwlwifi: remove unused 0x40C0 PCI device IDs

Nathan Chancellor (1):
      iwlwifi: mvm: Change an 'else if' into an 'else' in iwl_mvm_send_add_bcast_sta

Shahar S Matityahu (6):
      iwlwifi: dbg_ini: support notification and dhc regions type parsing
      iwlwifi: add FW_INFO debug level
      iwlwifi: dbg_ini: add debug prints to the ini flows
      iwlwifi: dbg: add periphery memory dumping support to ax210 device family
      iwlwifi: dbg: add lmac and umac PC registers to periphery dump
      iwlwifi: dbg_ini: set dump bit only when trigger collection is certain

Shaul Triebitz (2):
      iwlwifi: mvm: set 512 TX queue slots for AX210 devices
      iwlwifi: unite macros with same meaning

 drivers/net/wireless/intel/iwlwifi/cfg/22000.c           |  19 +--------------
 drivers/net/wireless/intel/iwlwifi/fw/api/location.h     |  77 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++--
 drivers/net/wireless/intel/iwlwifi/fw/api/txq.h          |   3 +++
 drivers/net/wireless/intel/iwlwifi/fw/dbg.c              | 123 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-------------------
 drivers/net/wireless/intel/iwlwifi/fw/file.h             |   1 +
 drivers/net/wireless/intel/iwlwifi/iwl-config.h          |   1 -
 drivers/net/wireless/intel/iwlwifi/iwl-dbg-tlv.c         |   2 +-
 drivers/net/wireless/intel/iwlwifi/iwl-debug.h           |   2 ++
 drivers/net/wireless/intel/iwlwifi/iwl-drv.c             |   8 +++---
 drivers/net/wireless/intel/iwlwifi/mvm/ftm-initiator.c   |  13 +++++++++-
 drivers/net/wireless/intel/iwlwifi/mvm/rs-fw.c           |  16 ++++++++----
 drivers/net/wireless/intel/iwlwifi/mvm/sta.c             |  11 ++++++---
 drivers/net/wireless/intel/iwlwifi/pcie/ctxt-info-gen3.c |   3 ++-
 drivers/net/wireless/intel/iwlwifi/pcie/ctxt-info.c      |   6 ++---
 drivers/net/wireless/intel/iwlwifi/pcie/drv.c            |   5 ----
 drivers/net/wireless/intel/iwlwifi/pcie/internal.h       |   4 ---
 drivers/net/wireless/intel/iwlwifi/pcie/trans-gen2.c     |   7 +++---
 drivers/net/wireless/intel/iwlwifi/pcie/trans.c          |   2 ++
 drivers/net/wireless/intel/iwlwifi/pcie/tx.c             |   8 +++---
 19 files changed, 230 insertions(+), 81 deletions(-)

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: pull-request: iwlwifi-next 2019-04-18-2
  2019-04-19  7:37 ` pull-request: iwlwifi-next 2019-04-18-2 Luca Coelho
@ 2019-04-25 15:29   ` Kalle Valo
  0 siblings, 0 replies; 3+ messages in thread
From: Kalle Valo @ 2019-04-25 15:29 UTC (permalink / raw)
  To: Luca Coelho; +Cc: linux-wireless, linuxwifi, david.e.box, joe.konno

Luca Coelho <luca@coelho.fi> writes:

> This is a new version of my pull request on top of your tree after you
> fast-forwarded to net-next, to avoid a small conflict.
>
> This is the third batch of patches intended for v5.2.  This includes
> the last patchset I sent.  Usual development work.  More details about
> the contents in the tag description.
>
> I have sent this out before and kbuildbot reported success.
>
> Please let me know if there are any issues.
>
> Cheers,
> Luca.
>
>
> The following changes since commit 5c2e6e14a0ad24a35d9d2b318204c8c012d9d618:
>
>   Merge branch 'net-add-reset-controller-driven-PHY-reset' (2019-04-18 17:43:11 -0700)
>
> are available in the Git repository at:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-next.git tags/iwlwifi-next-for-kalle-2019-04-18-2
>
> for you to fetch changes up to 69166f7a37dc0bde5a3c26945e3cdbfc740b0562:
>
>   iwlwifi: dbg_ini: set dump bit only when trigger collection is certain (2019-04-19 10:27:34 +0300)
>
> ----------------------------------------------------------------
> Third batch of patches intended for v5.2
>
> * Bump the 20000-series FW API version supported;
> * Work on the new debugging infra continues;
> * One clean-up to prevent a bogus warning with clang;
> * A small cleanup in the PCI ID list;
> * Work on new hardware continues;
> * RTT confidence indication support for FTM;
> * An improvement in HE rate-scaling;
>
> ----------------------------------------------------------------

Pulled, thanks Luca.

-- 
Kalle Valo

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-04-25 15:29 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-18 12:58 pull-request: iwlwifi-next 2019-04-18 Luca Coelho
2019-04-19  7:37 ` pull-request: iwlwifi-next 2019-04-18-2 Luca Coelho
2019-04-25 15:29   ` Kalle Valo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.