All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v5] brcmfmac cleanup
@ 2017-08-22 11:25 Ian Molton
  2017-08-22 11:25 ` [PATCH 01/30] brcmfmac: Fix parameter order in brcmf_sdiod_f0_writeb() Ian Molton
                   ` (30 more replies)
  0 siblings, 31 replies; 62+ messages in thread
From: Ian Molton @ 2017-08-22 11:25 UTC (permalink / raw)
  To: linux-wireless; +Cc: arend.vanspriel

Hi folks,

Arend, as requested - a respin to take account of your comments.

Unfortunately, although I've only included the patches you requested from v4,
breaking out some of the simpler changes (whitespace, macos, etc.) has grown
the set back up to 30 patches. I hope this is OK.

I've tried to include everything you asked for but may not have understood
everything you wrote, so please bear with me :) Im happy to keep at this until
it's right.

I did have to include a couple of patches from v4 that you didnt request,
because they were dependencies of ones you wanted. I've kept this as minimal
as possible, however.

The whole patchset was compile tested at each commit on 4.13-rc5.

No functional changes from v4 (other than this is a subset of the v4 series).

-Ian

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

end of thread, other threads:[~2017-09-05 21:46 UTC | newest]

Thread overview: 62+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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
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

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.