All of lore.kernel.org
 help / color / mirror / Atom feed
From: Arend van Spriel <arend.vanspriel@broadcom.com>
To: Ian Molton <ian@mnementh.co.uk>, linux-wireless@vger.kernel.org
Subject: Re: [PATCH 28/30] brcmfmac: Clean up interrupt macros
Date: Tue, 5 Sep 2017 23:19:00 +0200	[thread overview]
Message-ID: <22858f29-d0c5-6780-8ccb-ad9f00e1f8dc@broadcom.com> (raw)
In-Reply-To: <20170822112550.60311-29-ian@mnementh.co.uk>

On 22-08-17 13:25, Ian Molton wrote:
> Make it more obvious that this code acually enables interrupts, and
> provide nice definitions for the bits in the register.

Acked-by: Arend van Spriel <arend.vanspriel@broadcom.com>
> Signed-off-by: Ian Molton <ian@mnementh.co.uk>
> ---
>   drivers/net/wireless/broadcom/brcm80211/brcmfmac/bcmsdh.c | 3 ++-
>   drivers/net/wireless/broadcom/brcm80211/brcmfmac/sdio.h   | 8 +++++---
>   2 files changed, 7 insertions(+), 4 deletions(-)

  reply	other threads:[~2017-09-05 21:19 UTC|newest]

Thread overview: 62+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-08-22 11:25 [PATCH v5] brcmfmac cleanup Ian Molton
2017-08-22 11:25 ` [PATCH 01/30] brcmfmac: Fix parameter order in brcmf_sdiod_f0_writeb() Ian Molton
2017-08-30 18:51   ` Arend van Spriel
2017-08-31 15:17     ` Ian Molton
2017-08-22 11:25 ` [PATCH 02/30] brcmfmac: Register sizes on hardware are not dependent on compiler types Ian Molton
2017-08-22 11:25 ` [PATCH 03/30] brcmfmac: Split brcmf_sdiod_regrw_helper() up Ian Molton
2017-08-30 18:59   ` Arend van Spriel
2017-08-31 15:19     ` Ian Molton
2017-08-22 11:25 ` [PATCH 04/30] brcmfmac: Clean up brcmf_sdiod_set_sbaddr_window() Ian Molton
2017-08-22 11:25 ` [PATCH 05/30] brcmfmac: Remove dead IO code Ian Molton
2017-08-22 11:25 ` [PATCH 06/30] brcmfmac: Remove bandaid for SleepCSR Ian Molton
2017-08-22 11:25 ` [PATCH 07/30] brcmfmac: Remove brcmf_sdiod_request_data() Ian Molton
2017-08-22 11:25 ` [PATCH 08/30] brcmfmac: Fix asymmetric IO functions Ian Molton
2017-08-22 11:25 ` [PATCH 09/30] brcmfmac: Remove noisy debugging Ian Molton
2017-08-22 11:25 ` [PATCH 10/30] brcmfmac: Rename bcmerror to err Ian Molton
2017-08-22 11:25 ` [PATCH 11/30] brcmfmac: Split brcmf_sdiod_buffrw function up Ian Molton
2017-08-22 11:25 ` [PATCH 12/30] brcmfmac: Whitespace fixes Ian Molton
2017-08-30 19:05   ` Arend van Spriel
2017-08-22 11:25 ` [PATCH 13/30] brcmfmac: Clarify if using braces Ian Molton
2017-08-30 19:11   ` Arend van Spriel
2017-08-31 15:35     ` Ian Molton
2017-08-22 11:25 ` [PATCH 14/30] brcmfmac: Rename / replace old IO functions with simpler ones Ian Molton
2017-08-22 11:25 ` [PATCH 15/30] brcmfmac: Tidy register definitions a little Ian Molton
2017-08-30 19:13   ` Arend van Spriel
2017-08-22 11:25 ` [PATCH 16/30] brcmfmac: Remove brcmf_sdiod_addrprep() Ian Molton
2017-08-22 11:25 ` [PATCH 17/30] brcmfamc: remove unnecessary call to brcmf_sdiod_set_backplane_window() Ian Molton
2017-08-22 12:50   ` Julian Calaby
2017-08-22 19:38     ` Arend van Spriel
2017-08-22 19:44       ` Arend van Spriel
2017-08-23  0:03         ` Ian Molton
2017-08-23 10:09       ` Julian Calaby
2017-08-23 12:27         ` Ian Molton
2017-08-23 12:36           ` Julian Calaby
2017-08-23 21:53             ` Ian Molton
2017-08-22 11:25 ` [PATCH 18/30] brcmfmac: Cleanup offsetof() Ian Molton
2017-08-30 19:37   ` Arend van Spriel
2017-08-31 15:37     ` Ian Molton
2017-08-22 11:25 ` [PATCH 19/30] brcmfmac: Remove unused macro Ian Molton
2017-08-30 19:40   ` Arend van Spriel
2017-08-22 11:25 ` [PATCH 20/30] brcmfmac: Remove repeated calls to brcmf_chip_get_core() Ian Molton
2017-08-30 19:42   ` Arend van Spriel
2017-08-22 11:25 ` [PATCH 21/30] brcmfmac: Remove {r,w}_sdreg32 Ian Molton
2017-09-05 21:20   ` Arend van Spriel
2017-08-22 11:25 ` [PATCH 22/30] brcmfmac: Rename buscore->core for consistency Ian Molton
2017-09-05 21:20   ` Arend van Spriel
2017-08-22 11:25 ` [PATCH 23/30] brcmfmac: stabilise the value of ->sbwad in use for some xfer routines Ian Molton
2017-09-05 21:21   ` Arend van Spriel
2017-08-22 11:25 ` [PATCH 24/30] brcmfmac: Correctly handle accesses to SDIO func0 Ian Molton
2017-09-05 21:21   ` Arend van Spriel
2017-08-22 11:25 ` [PATCH 25/30] brcmfmac: Remove func0 from function array Ian Molton
2017-09-05 21:21   ` Arend van Spriel
2017-08-22 11:25 ` [PATCH 26/30] brcmfmac: More efficient and slightly easier to read fixup for 4339 chips Ian Molton
2017-09-05 21:21   ` Arend van Spriel
2017-08-22 11:25 ` [PATCH 27/30] brcmfmac: Replace function index with function pointer Ian Molton
2017-09-05 21:21   ` Arend van Spriel
2017-08-22 11:25 ` [PATCH 28/30] brcmfmac: Clean up interrupt macros Ian Molton
2017-09-05 21:19   ` Arend van Spriel [this message]
2017-08-22 11:25 ` [PATCH 29/30] brcmfmac: Remove array of functions Ian Molton
2017-08-22 11:25 ` [PATCH 30/30] brcmfmac: Reduce the noise from repeatedly dereferencing common pointers Ian Molton
2017-09-05 21:46   ` Arend van Spriel
2017-08-22 19:41 ` [PATCH v5] brcmfmac cleanup Arend van Spriel
2017-08-23  0:01   ` Ian Molton

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=22858f29-d0c5-6780-8ccb-ad9f00e1f8dc@broadcom.com \
    --to=arend.vanspriel@broadcom.com \
    --cc=ian@mnementh.co.uk \
    --cc=linux-wireless@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.