All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/10] staging: ks7010: minor cleanups
@ 2018-04-26 13:42 Sergio Paracuellos
  2018-04-26 13:42 ` [PATCH 01/10] staging: ks7010: remove missing WPS preprocessor conditional code Sergio Paracuellos
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: Sergio Paracuellos @ 2018-04-26 13:42 UTC (permalink / raw)
  To: gregkh; +Cc: driverdev-devel, wsa

This patch series just do minor cleanups of the driver, changing
some trivial types for its preferred, removing some comments and
cleaning some missing stuff from previous series. Minor function
refactor has been included also.

Sergio Paracuellos (10):
  staging: ks7010: remove missing WPS preprocessor conditional code
  staging: ks7010: use u8 instead of unsigned char in write_to_device
    function
  staging: ks7010: change local variable type in _ks_wlan_hw_power_save
  staging: ks7010: change local variable type in ks7010_rw_function
  staging: ks7010: change some local variables type in ks_sdio_interrupt
  staging: ks7010: change local variable type in ks7010_sdio_init_irqs
  staging: ks7010: use the same parameter for 'event' in
    hostif_sme_enqueue
  staging: ks7010: refactor ks7010_sme_enqueue_events function
  staging: ks7010: change local variable type in ks_wlan_hw_rx
  staging: ks7010: remove nonsense comment in ks_wlan.h file

 drivers/staging/ks7010/ks7010_sdio.c | 46 +++++++++++++++------------------
 drivers/staging/ks7010/ks_hostif.c   |  8 +-----
 drivers/staging/ks7010/ks_hostif.h   |  4 +--
 drivers/staging/ks7010/ks_wlan.h     | 49 ++++++++++++++++++------------------
 4 files changed, 46 insertions(+), 61 deletions(-)

-- 
2.7.4

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

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

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

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-26 13:42 [PATCH 00/10] staging: ks7010: minor cleanups Sergio Paracuellos
2018-04-26 13:42 ` [PATCH 01/10] staging: ks7010: remove missing WPS preprocessor conditional code Sergio Paracuellos
2018-04-26 13:42 ` [PATCH 02/10] staging: ks7010: use u8 instead of unsigned char in write_to_device function Sergio Paracuellos
2018-04-26 13:42 ` [PATCH 03/10] staging: ks7010: change local variable type in _ks_wlan_hw_power_save Sergio Paracuellos
2018-04-26 13:42 ` [PATCH 04/10] staging: ks7010: change local variable type in ks7010_rw_function Sergio Paracuellos
2018-04-26 13:42 ` [PATCH 05/10] staging: ks7010: change some local variables type in ks_sdio_interrupt Sergio Paracuellos
2018-04-26 13:42 ` [PATCH 06/10] staging: ks7010: change local variable type in ks7010_sdio_init_irqs Sergio Paracuellos
2018-04-26 13:42 ` [PATCH 07/10] staging: ks7010: use the same parameter for 'event' in hostif_sme_enqueue Sergio Paracuellos
2018-04-26 13:43 ` [PATCH 08/10] staging: ks7010: refactor ks7010_sme_enqueue_events function Sergio Paracuellos
2018-04-26 13:43 ` [PATCH 09/10] staging: ks7010: change local variable type in ks_wlan_hw_rx Sergio Paracuellos
2018-04-26 13:43 ` [PATCH 10/10] staging: ks7010: remove nonsense comments in ks_wlan.h file 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.