All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/10] staging: ks7010: some new cleanups
@ 2018-04-16 10:29 Sergio Paracuellos
  2018-04-16 10:29 ` [PATCH 01/10] staging: ks7010: use linux circular buffer header macros to handle tx and rx queues Sergio Paracuellos
                   ` (9 more replies)
  0 siblings, 10 replies; 15+ messages in thread
From: Sergio Paracuellos @ 2018-04-16 10:29 UTC (permalink / raw)
  To: gregkh; +Cc: driverdev-devel, wsa

This patch series continue with the driver cleanups. It just contains
trivial cleanups in some files of the driver. For this to be applied
properly previous sent patch series must be applied before.

Sergio Paracuellos (10):
  staging: ks7010: use linux circular buffer header macros to handle tx
    and rx queues
  staging: ks7010: change name and type for device_open_status field
  staging: ks7010: avoid one level indentation in devio_rec_ind function
  staging: ks7010: remove superfluous comments in ks_hostif source file
  staging: ks7010: change return value of ks_wlan_do_power_save function
  staging: ks7010: remove nonsense break from case block
  staging: ks7010: refactor code for hostif_sme_sleep_set function
  staging: ks7010: fix warning aout long line in init_request
  staging: ks7010: avoid blank line between definitions in
    hostif_data_request
  staging: ks7010: group some cases in switch-case block in
    hostif_mib_set_confirm

 drivers/staging/ks7010/ks7010_sdio.c |  49 ++++++++++-------
 drivers/staging/ks7010/ks_hostif.c   | 100 +++++++++++------------------------
 drivers/staging/ks7010/ks_wlan.h     |   2 +-
 drivers/staging/ks7010/ks_wlan_net.c |   4 +-
 4 files changed, 64 insertions(+), 91 deletions(-)

-- 
2.7.4

_______________________________________________
devel mailing list
devel@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

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

end of thread, other threads:[~2018-04-23 13:22 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-16 10:29 [PATCH 00/10] staging: ks7010: some new cleanups Sergio Paracuellos
2018-04-16 10:29 ` [PATCH 01/10] staging: ks7010: use linux circular buffer header macros to handle tx and rx queues Sergio Paracuellos
2018-04-23 12:30   ` Greg KH
2018-04-23 13:02     ` Sergio Paracuellos
2018-04-23 13:19       ` Greg KH
2018-04-23 13:22         ` Sergio Paracuellos
2018-04-16 10:29 ` [PATCH 02/10] staging: ks7010: change name and type for device_open_status field Sergio Paracuellos
2018-04-16 10:29 ` [PATCH 03/10] staging: ks7010: avoid one level indentation in devio_rec_ind function Sergio Paracuellos
2018-04-16 10:29 ` [PATCH 04/10] staging: ks7010: remove superfluous comments in ks_hostif source file Sergio Paracuellos
2018-04-16 10:29 ` [PATCH 05/10] staging: ks7010: change return value of ks_wlan_do_power_save function Sergio Paracuellos
2018-04-16 10:29 ` [PATCH 06/10] staging: ks7010: remove nonsense break from case block Sergio Paracuellos
2018-04-16 10:29 ` [PATCH 07/10] staging: ks7010: refactor code for hostif_sme_sleep_set function Sergio Paracuellos
2018-04-16 10:29 ` [PATCH 08/10] staging: ks7010: fix warning aout long line in init_request Sergio Paracuellos
2018-04-16 10:29 ` [PATCH 09/10] staging: ks7010: avoid blank line between definitions in hostif_data_request Sergio Paracuellos
2018-04-16 10:29 ` [PATCH 10/10] staging: ks7010: group some cases in switch-case block in hostif_mib_set_confirm Sergio Paracuellos

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.