summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2014-05-25staging: rtl8821ae: add static for local symbols in halbtc8723b2ant.cKonrad Zapalowicz1-66/+75
This commit fixes the sparse warning: "warning: symbol 'X' was not declared. Should it be static?" Where the X is one of the following: glbt_info_src_8723b_2ant glcoex_ver_date_8723b_2ant glcoex_ver_8723b_2ant halbtc8723b2ant_bt_rssi_state halbtc8723b2ant_wifi_rssi_state halbtc8723b2ant_monitor_bt_enable_disable halbtc8723b2ant_monitor_bt_ctr halbtc8723b2ant_query_bt_info halbtc8723b2ant_is_wifi_status_changed halbtc8723b2ant_update_bt_link_info halbtc8723b2ant_action_algorithm halbtc8723b2ant_need_to_dec_bt_pwr halbtc8723b2ant_set_fw_dac_swing_level halbtc8723b2ant_set_fw_dec_bt_pwr halbtc8723b2ant_dec_bt_pwr halbtc8723b2ant_set_bt_auto_report halbtc8723b2ant_bt_auto_report halbtc8723b2ant_fw_dac_swing_lvl halbtc8723b2ant_set_sw_rf_rx_lpf_corner halbtc8723b2ant_rf_shrink halbtc8723b2ant_set_sw_penalty_txrate_adaptive halbtc8723b2ant_low_penalty_ra halbtc8723b2ant_set_dac_swing_reg halbtc8723b2ant_set_sw_fulltime_dac_swing halbtc8723b2ant_dac_swing halbtc8723b2ant_set_adc_backoff halbtc8723b2ant_adc_backoff halbtc8723b2ant_set_agc_table halbtc8723b2ant_agc_table halbtc8723b2ant_set_coex_table halbtc8723b2ant_coex_table halbtc8723b2ant_coex_table_with_type halbtc8723b2ant_set_fw_ignore_wlan_act halbtc8723b2ant_ignore_wlan_act halbtc8723b2ant_set_fw_ps_tdma halbtc8723b2ant_sw_mechanism1 halbtc8723b2ant_sw_mechanism2 halbtc8723b2ant_set_ant_path halbtc8723b2ant_ps_tdma halbtc8723b2ant_coex_alloff halbtc8723b2ant_init_coex_dm halbtc8723b2ant_action_bt_inquiry halbtc8723b2ant_is_common_action halbtc8723b2ant_tdma_duration_adjust halbtc8723b2ant_action_sco halbtc8723b2ant_action_hid halbtc8723b2ant_action_a2dp halbtc8723b2ant_action_a2dp_pan_hs halbtc8723b2ant_action_pan_edr halbtc8723b2ant_action_pan_hs halbtc8723b2ant_action_pan_edr_a2dp halbtc8723b2ant_action_pan_edr_hid halbtc8723b2ant_action_hid_a2dp_pan_edr halbtc8723b2ant_action_hid_a2dp halbtc8723b2ant_run_coexist_mechanism halbtc8723b2ant_wifioff_hwcfg Signed-off-by: Konrad Zapalowicz <bergo.torino@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2014-05-25staging: rtl8821ae: deal with unused functions in halbtc8723b1ant.cKonrad Zapalowicz1-231/+4
This commit fixes the compiler -Wunused-function warning. Most of the unused functions were removed however for a few of them it was enough to put #define around them. Removed symbols: halbtc8723b1ant_rf_shrink halbtc8723b1ant_dac_swing halbtc8723b1ant_adc_backoff halbtc8723b1ant_agc_table halbtc8723b1ant_coex_alloff halbtc8723b1ant_ps_tdma_type_by_wifi_rssi halbtc8723b1ant_set_sw_rf_rx_lpf_corner halbtc8723b1ant_set_sw_full_time_dac_swing halbtc8723b1ant_set_adc_backoff halbtc8723b1ant_set_agc_table halbtc8723b1ant_set_dac_swing_reg Conditionally compiled symbols: halbtc8723b1ant_bt_auto_report halbtc8723b1ant_set_bt_auto_report halbtc8723b1ant_action_wifi_only halbtc8723b1ant_monitor_bt_enable_disable Signed-off-by: Konrad Zapalowicz <bergo.torino@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2014-05-25staging: rtl8821ae: add static for local symbols in halbtc8723b1ant.cKonrad Zapalowicz1-94/+109
This commit fixes the sparse warning: "warning: symbol 'X' was not declared. Should it be static?" Where the X is one of the following: glbt_info_src_8723b_2ant glcoex_ver_date_8723b_2ant glcoex_ver_8723b_2ant halbtc8723b2ant_bt_rssi_state halbtc8723b2ant_wifi_rssi_state halbtc8723b2ant_monitor_bt_enable_disable halbtc8723b2ant_monitor_bt_ctr halbtc8723b2ant_query_bt_info halbtc8723b2ant_is_wifi_status_changed halbtc8723b2ant_update_bt_link_info halbtc8723b2ant_action_algorithm halbtc8723b2ant_need_to_dec_bt_pwr halbtc8723b2ant_set_fw_dac_swing_level halbtc8723b2ant_set_fw_dec_bt_pwr halbtc8723b2ant_dec_bt_pwr halbtc8723b2ant_set_bt_auto_report halbtc8723b2ant_bt_auto_report halbtc8723b2ant_fw_dac_swing_lvl halbtc8723b2ant_set_sw_rf_rx_lpf_corner halbtc8723b2ant_rf_shrink halbtc8723b2ant_set_sw_penalty_txrate_adaptive halbtc8723b2ant_low_penalty_ra halbtc8723b2ant_set_dac_swing_reg halbtc8723b2ant_set_sw_fulltime_dac_swing halbtc8723b2ant_dac_swing halbtc8723b2ant_set_adc_backoff halbtc8723b2ant_adc_backoff halbtc8723b2ant_set_agc_table halbtc8723b2ant_agc_table halbtc8723b2ant_set_coex_table halbtc8723b2ant_coex_table halbtc8723b2ant_coex_table_with_type halbtc8723b2ant_set_fw_ignore_wlan_act halbtc8723b2ant_ignore_wlan_act halbtc8723b2ant_set_fw_ps_tdma halbtc8723b2ant_sw_mechanism1 halbtc8723b2ant_sw_mechanism2 halbtc8723b2ant_set_ant_path halbtc8723b2ant_ps_tdma halbtc8723b2ant_coex_alloff halbtc8723b2ant_init_coex_dm halbtc8723b2ant_action_bt_inquiry halbtc8723b2ant_is_common_action halbtc8723b2ant_tdma_duration_adjust halbtc8723b2ant_action_sco halbtc8723b2ant_action_hid halbtc8723b2ant_action_a2dp halbtc8723b2ant_action_a2dp_pan_hs halbtc8723b2ant_action_pan_edr halbtc8723b2ant_action_pan_hs halbtc8723b2ant_action_pan_edr_a2dp halbtc8723b2ant_action_pan_edr_hid halbtc8723b2ant_action_hid_a2dp_pan_edr halbtc8723b2ant_action_hid_a2dp halbtc8723b2ant_run_coexist_mechanism halbtc8723b2ant_wifioff_hwcfg Signed-off-by: Konrad Zapalowicz <bergo.torino@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2014-05-25staging: android: describe use of memory barrier on sync.cNiv Yehezkel1-0/+4
Added comments describing the purpose of using write memory barrier in the context of sync_timeline_destory. Signed-off-by: Niv Yehezkel <executerx@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2014-05-25Staging: dgap: Fixed iomem accesses in dgap.cPascal COMBES1-8/+8
I changed dereferences from iomem into the adequate ioread function. Signed-off-by: Pascal COMBES <pascom@orange.fr> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2014-05-25staging: Convert __FUNCTION__ to __func__Joe Perches26-103/+103
Use the normal mechanism for emitting a function name. Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2014-05-25staging: rtl8712: remove _malloc()Vitaly Osipov13-138/+102
This patch removes all usage of _malloc() and the function itself. Most uses are straightforward replacements by kmalloc(..., GFP_ATOMIC), because this was the definition of _malloc(). In a few places it was possible to use kzalloc() or memdup_user. A further improvement would be to replace GFP_ATOMIC with GFP_KERNEL where possible. Verified by compilation only. Initial replacement done by running a Coccinelle script along the lines of: @@ type T; expression E; identifier V; @@ - V = (T) _malloc(E); + V = kmalloc(E, GFP_ATOMIC); @@ expression E, E1; @@ - E1 = _malloc(E); + E1 = kmalloc(E, GFP_ATOMIC); Signed-off-by: Vitaly Osipov <vitaly.osipov@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2014-05-25staging: slicoss: clean up use of dev_errDavid Matlack1-19/+9
First, don't print pci device information or driver prefixes, this is already printed by dev_err. Next, don't report error messages via dev_err when the failing function already reports all errors via dev_err. Signed-off-by: David Matlack <matlackdavid@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2014-05-25staging: slicoss: remove private netdev listDavid Matlack2-5/+0
Remove the private linked list of netdev structs. This list isn't being used anyway. This patch has no noticable effect. Signed-off-by: David Matlack <matlackdavid@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2014-05-25staging: lustre: Fixed warnings about using 0 as NULL ptrGreg DeAngelis1-11/+11
Fixed a bunch of warnings pointed out by sparse about using 0 to represent a NULL pointer. Signed-off-by: Greg DeAngelis <gdeangel@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2014-05-25staging/mt29f_spinand: Terminate of match tableStephen Boyd1-0/+1
Failure to terminate this match table can lead to boot failures depending on where the compiler places the match table. Cc: Kamlakant Patel <kamlakant.patel@broadcom.com> Cc: Mona Anonuevo <manonuevo@micron.com> Cc: linux-mtd@lists.infradead.org Signed-off-by: Stephen Boyd <sboyd@codeaurora.org> Cc: stable <stable@vger.kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2014-05-25staging: panel: (coding style) Multiple assignmentsDominique van den Broeck1-13/+30
Style-only modifications to comply with checkpatch.pl --strict --file. . Breaks down compound assignments. Signed-off-by: Dominique van den Broeck <domdevlin@free.fr> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2014-05-25staging: vt6656: CARDvCalculateOFDMRParameter fix indentation rsv_timeMalcolm Priestley1-1/+1
In patch staging: vt6656 camel case clean up CARDvCalculateOFDMRParameter rsv_time is indented incorrectly. Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2014-05-25staging: vt6656: camel case and clean up CARDvSetBSSModeMalcolm Priestley1-41/+39
camel case changes pDevice -> priv Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2014-05-25staging: vt6656: camel case clean up CARDbRadioPowerOnMalcolm Priestley1-23/+20
camel case changes pDevice -> priv bResult -> ret Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2014-05-25staging: vt6656: camel case clean up CARDbRadioPowerOffMalcolm Priestley1-22/+20
camel case changes pDevice -> priv bResult -> ret Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2014-05-25staging: vt6656: camel case clean up CARDvUpdateNextTBTTMalcolm Priestley1-26/+19
camel case changes pDevice -> priv qwTSF -> tsf wBeaconInterval -> beacon_interval pbyData -> data Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2014-05-25staging: vt6656: camel case and clean up CARDvSetFirstNextTBTTMalcolm Priestley1-24/+18
camel case changes pDevice -> priv wBeaconInterval -> beacon_interval qwNextTBTT -> next_tbtt pbyData -> data Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2014-05-25staging: vt6656: CARDqGetNextTBTT remove camel caseMalcolm Priestley1-11/+11
qwTSF -> tsf wBeaconInterval -> beacon_interval uBeaconInterval -> beacon_int Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2014-05-25staging: vt6656: CARDbClearCurrentTSF remove camel caseMalcolm Priestley1-4/+4
pDevice -> priv Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2014-05-25staging: vt6656: CARDbGetCurrentTSF remove camel caseMalcolm Priestley1-4/+4
pDevice -> priv pqwCurrTSF -> current_tsf Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2014-05-25staging: vt6656: camel case and clean up CARDvAdjustTSFMalcolm Priestley1-26/+18
camel case changes pDevice -> priv byRxRate -> rx_rate qwBSSTimestamp -> time_stamp qwLocalTSF -> local_tsf qwTSFOffset -> tsf_offset pbyData -> data Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2014-05-25staging: vt6656: CARDqGetTSFOffset remove camel caseMalcolm Priestley1-10/+10
camel case changes byRxRate -> rx_rate qwTSF1 -> tsf1 qwTSF2 -> tsf2 qwTSFOffset -> tsf_offset wRxBcnTSFOffst -> rx_bcn_offset Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2014-05-25staging: vt6656: camel case and cleanup CARDbyGetPktTypeMalcolm Priestley1-10/+7
camel case changes pDevice -> priv Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2014-05-25staging: vt6656: camel case clean up CARDbIsOFDMinBasicRateMalcolm Priestley1-6/+7
camel case change pDevice -> priv Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2014-05-25staging: vt6656: Convert remaining locks to spin_lock_irqsave.Malcolm Priestley3-9/+18
Convert all remaining locks to spin_lock_irqsave and spin_unlock_irqrestore Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2014-05-25Merge tag 'iio-for-3.16c' of ↵Greg Kroah-Hartman5-13/+28
git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-next Jonathan writes: Third round of new stuff for IIO in the 3.16 cycle. This (rather late) set consists only of fixes to patches earlier in the cycle or minor fixes for other problems (such as randconfig build issues picked up by Arnd). I've included the general minor fixes here as it is very late in the current cycle and they can all wait for the merge window. * Recent change to hid-sensors introduced a possible infinite loop due to a typo. In the same series, a report interval unit read was added but in the case where the hardware doesn't support it a value of 0 would lead to some nasty issues. The patch sets it to the specified default of msecs. * Anon inodes were used by IIO without being explicitly selected. This has been true for a long time so it clearly only effects rather unusual configurations (rand configs) * at91 requires the input subsytem but this wasn't explicity in the Kconfig. * A couple of parts supported by the max1363 driver were using the wrong iio_chan_spec arrays and hence would missreport their bit depths. This has been there a long time and was never right so isn't a regression.
2014-05-25fix format string missmatch in staging/iio/Documentation/iio_utils.hToralf Förster1-2/+2
spotted by cppcheck Signed-off-by: Toralf Förster <toralf.foerster@gmx.de> Signed-off-by: Jonathan Cameron <jic23@kernel.org>
2014-05-25iio:adc:max1363 incorrect resolutions for max11604, max11605, max11610 and ↵Jonathan Cameron1-8/+8
max11611. Cc: Stable@vger.kernel.org> Reported-by: Erik Habbinga <Erik.Habbinga@schneider-electric.com> Signed-off-by: Jonathan Cameron <jic23@kernel.org> Acked-by: Hartmut Knaack <knaack.h@gmx.de>
2014-05-25Revert "staging: r8188eu: Add support for Dlink DWA-121 802.11n Wireless N ↵Greg Kroah-Hartman1-1/+0
150 Pico Adapter" This reverts commit 599a2c02a784934b9bf0725920c1bc235b9b28ce. Larry writes: This patch should be dropped. The 0x2001:0x3308 device is an RTL8188CU, not RTL8188EU. As a result, it is already in the USB device tables. Cc: Larry Finger <Larry.Finger@lwfinger.net> Cc: Kim Nylund <kim@pratsam.com> Cc: stable <stable@vger.kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2014-05-24Staging: bcm: Shortened prototype for GetNextTargetBufferLocation()Matthias Beyer1-1/+2
Signed-off-by: Matthias Beyer <mail@beyermatthias.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2014-05-24Staging: bcm: Shortened lines in SearchClsid()Matthias Beyer1-2/+5
Signed-off-by: Matthias Beyer <mail@beyermatthias.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2014-05-24Staging: bcm: Shortened lines in deleteSFBySfid()Matthias Beyer1-2/+4
Signed-off-by: Matthias Beyer <mail@beyermatthias.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2014-05-24Staging: bcm: Shortened lines in CopyIpAddrToClassifier()Matthias Beyer1-20/+52
Signed-off-by: Matthias Beyer <mail@beyermatthias.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2014-05-24Staging: bcm: Replaced member accessing by variableMatthias Beyer1-18/+25
Signed-off-by: Matthias Beyer <mail@beyermatthias.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2014-05-24Staging: bcm: Shortened lines and replaced member accessing in ↵Matthias Beyer1-6/+10
CopyIpAddrToClassifier() Signed-off-by: Matthias Beyer <mail@beyermatthias.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2014-05-24Staging: bcm: Shortened lines in CopyClassifierRuleToSF()Matthias Beyer1-39/+89
Signed-off-by: Matthias Beyer <mail@beyermatthias.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2014-05-24Staging: bcm: Replaced member accessing with variableMatthias Beyer1-37/+40
Signed-off-by: Matthias Beyer <mail@beyermatthias.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2014-05-24Staging: bcm: Shortened lines in DeleteClassifierRuleFromSF()Matthias Beyer1-4/+8
Signed-off-by: Matthias Beyer <mail@beyermatthias.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2014-05-24Staging: bcm: Shortened line in DeleteAllClassifiersForSF()Matthias Beyer1-2/+4
Signed-off-by: Matthias Beyer <mail@beyermatthias.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2014-05-24Staging: bcm: Shortened lines in CopyToAdapter()Matthias Beyer1-27/+70
Signed-off-by: Matthias Beyer <mail@beyermatthias.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2014-05-24Staging: bcm: Replaced struct member accessing with variableMatthias Beyer1-47/+49
Signed-off-by: Matthias Beyer <mail@beyermatthias.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2014-05-24Staging: bcm: Outsourced PHS rule applyingMatthias Beyer1-71/+99
This patch outsources the big PHS-rule-applying code chunk into a function. It also replaces member accessing by using variables. Signed-off-by: Matthias Beyer <mail@beyermatthias.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2014-05-24Staging: bcm: Shortened some lines in DumpCmControlPacker()Matthias Beyer1-28/+78
Signed-off-by: Matthias Beyer <mail@beyermatthias.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2014-05-24Staging: bcm: Replaced long member-accessingMatthias Beyer1-52/+55
This patch replaces long object->member.member foo by variable useage. Increases the reading experience a lot by introducing only one variable (as it decreases the whoa-wall-of-text experience). Signed-off-by: Matthias Beyer <mail@beyermatthias.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2014-05-24Staging: bcm: Shortened lines in RestoreSFParam()Matthias Beyer1-3/+5
Signed-off-by: Matthias Beyer <mail@beyermatthias.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2014-05-24Staging: bcm: Shortened lines in StoreSFParam()Matthias Beyer1-2/+4
Signed-off-by: Matthias Beyer <mail@beyermatthias.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2014-05-24Staging: bcm: Shortened lines in StoreCmControlResponseMessage()Matthias Beyer1-10/+23
Signed-off-by: Matthias Beyer <mail@beyermatthias.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2014-05-24Staging: bcm: Shortened lines in RestoreCmControlResponseMessage()Matthias Beyer1-29/+73
Signed-off-by: Matthias Beyer <mail@beyermatthias.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2014-05-24Staging: bcm: Shortened lines in SetupTargetDsxBuffers()Matthias Beyer1-9/+22
Signed-off-by: Matthias Beyer <mail@beyermatthias.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>