DriverDev-Devel Archive mirror
 help / color / mirror / Atom feed
 messages from 2018-03-30 15:13:31 to 2018-04-13 13:32:56 UTC [more...]

[PATCH 00/14] cleanups continue
 2018-04-13 13:32 UTC  (19+ messages)
` [PATCH 01/14] staging: ks7010: move ROM_FILE definition into source file
` [PATCH 02/14] staging: ks7010: move sdio specific register definitions "
` [PATCH 03/14] staging: ks7010: delete not used definitions in ks7010_sdio source
` [PATCH 04/14] staging: ks7010: add REG suffix to sdio register definitions
` [PATCH 05/14] staging: ks7010: review comment style in ks7010_sdio source file
` [PATCH 06/14] staging: ks7010: review debug and error messages in ks7010_sdio source
` [PATCH 07/14] staging: ks7010: avoid one extra level indentation in ks_wlan_hw_rx function
` [PATCH 08/14] staging: ks7010: move MODULE_DEVICE_TABLE related code
` [PATCH 09/14] staging: ks7010: replace create_workqueue with alloc_workqueue
` [PATCH 10/14] staging: ks7010: check sdio_set_block_size return value
` [PATCH 11/14] staging: ks7010: fix error paths in ks7010_sdio_remove function
` [PATCH 12/14] staging: ks7010: use u8 instead of unsigned char for firmware buffers
` [PATCH 13/14] staging: ks7010: assign dev_alloc_name() result to variable before check it
` [PATCH 14/14] staging: ks7010: use linux circular buffer header macros to handle tx and rx queues

[PATCH v3 00/16] staging: ks7010: more cleanups
 2018-04-06 12:37 UTC  (17+ messages)
` [PATCH v3 01/16] staging: ks7010: remove not used enum values from eap_packet.h header
` [PATCH v3 02/16] staging: ks7010: remove EAPOL_VERSION preprocessor definition
` [PATCH v3 03/16] staging: ks7010: remove two redefined defines in eap_packet.h header
` [PATCH v3 04/16] staging: ks7010: change ETHER_HDR_SIZE definition to use the size of struct ether_hdr
` [PATCH v3 05/16] staging: ks7010: indent enum properly in eap_packet.h header file
` [PATCH v3 06/16] staging: ks7010: move and rename DEVICE_ALIGNMENT into correct header
` [PATCH v3 07/16] staging: ks7010: remove KS_ATOM preprocessor condtional code
` [PATCH v3 08/16] staging: ks7010: rewrite hif_align_size inline function
` [PATCH v3 09/16] staging: ks7010: remove KS_WLAN_MEM_FLAG definition
` [PATCH v3 10/16] staging: ks7010: remove nosense #if 1 directive
` [PATCH v3 11/16] staging: ks7010: avoid casts in michael_mic_function calls
` [PATCH v3 12/16] staging: ks7010: remove '\' character from michael_block function
` [PATCH v3 13/16] staging: ks7010: remove nonsense comment
` [PATCH v3 14/16] staging: ks7010: fix remaining long line warnings in ks7010_sdio source
` [PATCH v3 15/16] staging: ks7010: change sdio related read/write function parameter types
` [PATCH v3 16/16] staging: ks7010: use msecs_to_jiffies in ks7010_rw_function function

[PATCH v2 00/16] staging: ks7010: more cleanups
 2018-04-06 12:31 UTC  (17+ messages)
` [PATCH v2 01/16] staging: ks7010: remove not used enum values from eap_packet.h header
` [PATCH v2 02/16] staging: ks7010: remove EAPOL_VERSION preprocessor definition
` [PATCH v2 03/16] staging: ks7010: remove two redefined defines in eap_packet.h header
` [PATCH v2 04/16] staging: ks7010: change ETHER_HDR_SIZE definition to use the size of struct ether_hdr
` [PATCH v2 05/16] staging: ks7010: indent enum properly in eap_packet.h header file
` [PATCH v2 06/16] staging: ks7010: move and rename DEVICE_ALIGNMENT into correct header
` [PATCH v2 07/16] staging: ks7010: remove KS_ATOM preprocessor condtional code
` [PATCH v2 08/16] staging: ks7010: rewrite hif_align_size inline function
` [PATCH v2 09/16] staging: ks7010: remove KS_WLAN_MEM_FLAG definition
` [PATCH v2 10/16] staging: ks7010: remove nosense #if 1 directive
` [PATCH v2 11/16] staging: ks7010: avoid casts in michael_mic_function calls
` [PATCH v2 12/16] staging: ks7010: remove '\' character from michael_block function
` [PATCH v2 13/16] staging: ks7010: remove nonsense comment
` [PATCH v2 14/16] staging: ks7010: fix remaining long line warnings in ks7010_sdio source
` [PATCH v2 15/16] staging: ks7010: change sdio related read/write function parameter types
` [PATCH v2 16/16] staging: ks7010: use msecs_to_jiffies in ks7010_rw_function function

[PATCH 00/16] staging: ks7010: more cleanups
 2018-04-06 12:26 UTC  (24+ messages)
` [PATCH 01/16] staging: ks7010: remove not used enum values from eap_packet.h header
` [PATCH 02/16] staging: ks7010: remove EAPOL_VERSION preprocessor definition
` [PATCH 03/16] staging: ks7010: remove two redefined defines in eap_packet.h header
` [PATCH 04/16] staging: ks7010: change ETHER_HDR_SIZE definition to use the size of struct ether_hdr
` [PATCH 05/16] staging: ks7010: indent enum properly in eap_packet.h header file
` [PATCH 06/16] staging: ks7010: move and rename DEVICE_ALIGNMENT into correct header
` [PATCH 07/16] staging: ks7010: remove KS_ATOM preprocessor condtional code
` [PATCH 08/16] staging: ks7010: rewrite hif_align_size inline function
` [PATCH 09/16] staging: ks7010: remove KS_WLAN_MEM_FLAG definition
` [PATCH 10/16] staging: ks7010: remove nosense #if 1 directive
` [PATCH 11/16] staging: ks7010: avoid casts in michael_mic_function calls
` [PATCH 12/16] staging: ks7010: remove '\' character from michael_block function
` [PATCH 13/16] staging: ks7010: remove nonsense comment
` [PATCH 14/16] staging: ks7010: fix remaining checkpatch warnings about long lines in ks7010_sdio source
` [PATCH 15/16] staging: ks7010: change sdio related read/write function parameter types
` [PATCH 16/16] staging: ks7010: extract JIFFIES_TO_WAIT definition for common code

[PATCH] staging: mt7621-gpio: prefer unsigned int to bare unsigned
 2018-04-04 22:49 UTC  (3+ messages)

[PATCH v3 0/9] staging: ks7010: factor out some functions
 2018-04-04 15:43 UTC  (12+ messages)
` [PATCH v3 1/9] staging: ks7010: remove unnecessary 'out of memory' message
` [PATCH v3 2/9] staging: ks7010: factor out irq enable process to ks7010_sdio_init_irqs
` [PATCH v3 3/9] staging: ks7010: fix label to jump to in error case
` [PATCH v3 4/9] staging: ks7010: factor out irq setup process to ks7010_sdio_setup_irqs
` [PATCH v3 5/9] staging: ks7010: factor out ks_wlan_private init process into ks7010_private_init
` [PATCH v3 6/9] staging: ks7010: factor out initial enqueue process into ks7010_sme_enqueue_events
` [PATCH v3 7/9] staging: ks7010: fix error handling in ks7010_upload_firmware
` [PATCH v3 8/9] staging: ks7010: ks7010: factor out firmware copy process into ks7010_copy_firmware
` [PATCH v3 9/9] staging: ks7010: fix some style issues about long lines

[PATCH v2 0/9] staging: ks7010: factor out some functions
 2018-04-03 10:57 UTC  (12+ messages)
` [PATCH v2 1/9] staging: ks7010: remove unnecessary 'out of memory' message
` [PATCH v2 2/9] staging: ks7010: factor out irq enable process to ks7010_sdio_init_irqs
` [PATCH v2 3/9] staging: ks7010: fix label to jump to in error case
` [PATCH v2 4/9] staging: ks7010: factor out irq setup process to ks7010_sdio_setup_irqs
` [PATCH v2 5/9] staging: ks7010: factor out ks_wlan_private init process into ks7010_private_init
` [PATCH v2 6/9] staging: ks7010: factor out initial enqueue process into ks7010_sme_enqueue_events
` [PATCH v2 7/9] staging: ks7010: factor out check for firmware running into ks7010_is_firmware_running
` [PATCH v2 8/9] staging: ks7010: factor out firmware copy process into ks7010_copy_firmware
` [PATCH v2 9/9] staging: ks7010: fix some style issues about long lines

[PATCH 0/8] staging: ks7010: factor out some functions
 2018-04-03 10:48 UTC  (10+ messages)
` [PATCH 5/8] staging: ks7010: factor out ks_wlan_private init process into ks7010_private_init
` [PATCH 6/8] staging: ks7010: factor out initial enqueue process into ks7010_sme_enqueue_events
` [PATCH 7/8] staging: ks7010: factor out check for firmware running into ks7010_is_firmware_running
` [PATCH 8/8] staging: ks7010: factor out firmware copy process into ks7010_copy_firmware

[PATCH v2 01/75] staging: ks7010: Use the ARRAY_SIZE() macro to calculate array sizes
 2018-04-03  7:17 UTC  (87+ messages)
  ` [PATCH v2 02/75] staging: ks7010: Remove trailing _t from 'struct wpa_suite_t'
  ` [PATCH v2 03/75] staging: ks7010: Remove trailing _t from 'struct rsn_mode_t'
  ` [PATCH v2 04/75] staging: ks7010: Remove trailing _t from 'struct pmk_cache_t'
  ` [PATCH v2 05/75] staging: ks7010: Remove trailing _t from 'struct hostif_data_request_t'
  ` [PATCH v2 06/75] staging: ks7010: Remove unused 'struct hostif_data_indication_t'
  ` [PATCH v2 07/75] staging: ks7010: Remove trailing _t from 'struct channel_list_t'
  ` [PATCH v2 08/75] staging: ks7010: Remove trailing _t from 'struct hostif_mib_get_request_t'
  ` [PATCH v2 09/75] staging: ks7010: Remove trailing _t from 'struct hostif_mib_value_t'
  ` [PATCH v2 10/75] staging: ks7010: Remove unused 'struct hostif_mib_get_confirm_t'
  ` [PATCH v2 11/75] staging: ks7010: Remove trailing _t from 'struct hostif_mib_set_request_t'
  ` [PATCH v2 12/75] staging: ks7010: Remove unused 'struct hostif_mib_set_confirm_t'
  ` [PATCH v2 13/75] staging: ks7010: Remove trailing _t from 'struct hostif_power_mgmt_request_t'
  ` [PATCH v2 14/75] staging: ks7010: Remove unused 'struct hostif_power_mgmt_confirm_t'
  ` [PATCH v2 15/75] staging: ks7010: Remove trailing _t from 'struct hostif_start_request_t'
  ` [PATCH v2 16/75] staging: ks7010: Remove unused 'struct hostif_start_confirm_t'
  ` [PATCH v2 17/75] staging: ks7010: Remove trailing _t from 'struct ssid_t'
  ` [PATCH v2 18/75] staging: ks7010: Remove trailing _t from 'struct rate_set8_t'
  ` [PATCH v2 19/75] staging: ks7010: Remove trailing _t from 'struct fh_parms_t'
  ` [PATCH v2 20/75] staging: ks7010: Remove trailing _t from 'struct ds_parms_t'
  ` [PATCH v2 21/75] staging: ks7010: Remove trailing _t from 'struct cf_parms_t'
  ` [PATCH v2 22/75] staging: ks7010: Remove trailing _t from 'struct ibss_parms_t'
  ` [PATCH v2 23/75] staging: ks7010: Remove unused 'struct rsn_t'
  ` [PATCH v2 24/75] staging: ks7010: Remove trailing _t from 'struct erp_params_t'
  ` [PATCH v2 25/75] staging: ks7010: Remove trailing _t from 'struct rate_set16_t'
  ` [PATCH v2 26/75] staging: ks7010: Remove trailing _t from 'struct ap_info_t'
  ` [PATCH v2 27/75] staging: ks7010: Remove trailing _t from 'struct link_ap_info_t'
  ` [PATCH v2 28/75] staging: ks7010: Remove unused 'struct hostif_connect_indication_t'
  ` [PATCH v2 29/75] staging: ks7010: Remove trailing _t from 'struct hostif_stop_request_t'
  ` [PATCH v2 30/75] staging: ks7010: Remove unused 'struct hostif_stop_confirm_t'
  ` [PATCH v2 31/75] staging: ks7010: Remove trailing _t from 'struct hostif_request_t'
  ` [PATCH v2 32/75] staging: ks7010: Remove trailing _t from 'struct hostif_ps_adhoc_set_request_t'
  ` [PATCH v2 33/75] staging: ks7010: Remove unused 'struct hostif_ps_adhoc_set_confirm_t'
  ` [PATCH v2 34/75] staging: ks7010: Remove trailing _t from 'struct hostif_infrastructure_set_request_t'
  ` [PATCH v2 35/75] staging: ks7010: Remove unused 'struct hostif_infrastructure_set_confirm_t'
  ` [PATCH v2 36/75] staging: ks7010: Remove trailing _t from 'struct hostif_adhoc_set_request_t'
  ` [PATCH v2 37/75] staging: ks7010: Remove trailing _t from 'struct hostif_adhoc_set2_request_t'
  ` [PATCH v2 38/75] staging: ks7010: Remove unused 'struct hostif_adhoc_set_confirm_t'
  ` [PATCH v2 39/75] staging: ks7010: Remove unused 'struct last_associate_t'
  ` [PATCH v2 40/75] staging: ks7010: Remove trailing _t from 'struct association_request_t'
  ` [PATCH v2 41/75] staging: ks7010: Remove trailing _t from 'struct association_response_t'
  ` [PATCH v2 42/75] staging: ks7010: Remove unused 'struct hostif_associate_indication_t'
  ` [PATCH v2 43/75] staging: ks7010: Remove trailing _t from 'struct hostif_bss_scan_request_t'
  ` [PATCH v2 44/75] staging: ks7010: Remove unused 'struct hostif_bss_scan_confirm_t'
  ` [PATCH v2 45/75] staging: ks7010: Remove trailing _t from 'struct hostif_phy_information_request_t'
  ` [PATCH v2 46/75] staging: ks7010: Remove unused 'struct hostif_phy_information_confirm_t'
  ` [PATCH v2 47/75] staging: ks7010: Remove trailing _t from 'struct hostif_sleep_request_t'
  ` [PATCH v2 48/75] staging: ks7010: Remove unused 'struct hostif_sleep_confirm_t'
  ` [PATCH v2 49/75] staging: ks7010: Remove trailing _t from 'struct hostif_mic_failure_request_t'
  ` [PATCH v2 50/75] staging: ks7010: Remove unused 'struct hostif_mic_failure_confirm_t'
  ` [PATCH v2 51/75] staging: ks7010: Remove trailing _t from 'struct hostt_t'
  ` [PATCH v2 52/75] staging: ks7010: Remove trailing _t from 'struct rsn_ie_t'
  ` [PATCH v2 53/75] staging: ks7010: Remove trailing _t from 'struct wps_ie_t'
  ` [PATCH v2 54/75] staging: ks7010: Remove trailing _t from 'struct local_ap_t'
  ` [PATCH v2 55/75] staging: ks7010: Remove trailing _t from 'struct local_aplist_t'
  ` [PATCH v2 56/75] staging: ks7010: Remove trailing _t from 'struct local_gain_t'
  ` [PATCH v2 57/75] staging: ks7010: Remove trailing _t from 'struct local_eeprom_sum_t'
  ` [PATCH v2 58/75] staging: ks7010: Remove trailing _t from 'struct power_save_status_t'
  ` [PATCH v2 59/75] staging: ks7010: Remove trailing _t from 'struct sleep_status_t'
  ` [PATCH v2 60/75] staging: ks7010: Remove trailing _t from 'struct scan_ext_t'
  ` [PATCH v2 61/75] staging: ks7010: Remove trailing _t from 'struct wpa_key_t'
  ` [PATCH v2 62/75] staging: ks7010: Remove trailing _t from 'struct mic_failure_t'
  ` [PATCH v2 63/75] staging: ks7010: Remove trailing _t from 'struct wpa_status_t'
  ` [PATCH v2 64/75] staging: ks7010: Remove trailing _t from 'struct pmk_list_t'
  ` [PATCH v2 65/75] staging: ks7010: Remove trailing _t from 'struct pmk_t'
  ` [PATCH v2 66/75] staging: ks7010: Remove trailing _t from 'struct wps_status_t'
  ` [PATCH v2 67/75] staging: ks7010: Remove trailing _t from 'struct michael_mic_t'
  ` [PATCH v2 68/75] staging: ks7010: Replace manual array copy with ether_addr_copy()
  ` [PATCH v2 69/75] staging: ks7010: Remove extra blank line between functions
  ` [PATCH v2 70/75] staging: ks7010: Rename ks_wlan_set_multicast_list()
  ` [PATCH v2 71/75] staging: ks7010: Remove dummy address set
  ` [PATCH v2 72/75] staging: ks7010: Change 'device_open_status' to a bool
  ` [PATCH v2 73/75] staging: ks7010: Remove unnecessary casts in 'struct ks_wlan_handler_def'
  ` [PATCH v2 74/75] staging: ks7010: Replace memcmp() with ether_addr_equal()
  ` [PATCH v2 75/75] staging: ks7010: Replace memcpy() with ether_addr_copy()


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).