summaryrefslogtreecommitdiffstats
path: root/REPORTING-BUGS (unfollow)
Commit message (Expand)AuthorFilesLines
2014-07-20iio: accel: kxcjk-1013: Increment ref counter for indio_dev->trigSrinivas Pandruvada1-0/+1
2014-07-20iio: accel: kxcjk-1013: Use try_reenable to ack intrSrinivas Pandruvada1-17/+16
2014-07-20iio: accel: kxcjk-1013: Fix setting frequencySrinivas Pandruvada1-1/+1
2014-07-20iio: hid-sensor-magn-3d: Add support for rotation from northReyad Attiyat1-1/+52
2014-07-20iio: hid-sensor-magn-3d: Scan for usage attributes before setting up iio chan...Reyad Attiyat1-44/+105
2014-07-20iio: types: Added support for rotation from north usage attributesReyad Attiyat2-0/+8
2014-07-20iio: Documentation: Add documentation for rotation from north sensor usage at...Reyad Attiyat1-0/+82
2014-07-13iio:adc:ad799x: Allow writing of event configPeter Meerwald1-0/+34
2014-07-13iio:adc:ad799x: Return more meaningful event enabled statePeter Meerwald1-1/+9
2014-07-13iio:adc:ad799x: Set conversion channels and rename ad7997_8_update_scan_mode()Peter Meerwald1-5/+9
2014-07-13iio:adc:ad799x: Write default config on probe and reset alert status on probePeter Meerwald1-6/+13
2014-07-13iio:adc:ad799x: Add helper function to read/write config registerPeter Meerwald1-0/+24
2014-07-13iio:adc:ad799x: Make chan_spec const in ad799x_chip_config structPeter Meerwald1-1/+1
2014-07-13iio:adc:ad799x: Only expose event interface when IRQ is availablePeter Meerwald1-86/+179
2014-07-13iio:adc:ad799x: Use BIT() and GENMASK()Peter Meerwald1-16/+15
2014-07-13iio:adc:ad799x: Save some lines in ad7997_8_update_scan_mode() exit handlingPeter Meerwald1-3/+1
2014-07-13iio:adc:ad799x: Drop I2C access helper functionsPeter Meerwald1-93/+26
2014-07-13staging: rtl8188eu: Rename _rtw_init_mlme_priv() to rtw_init_mlme_priv()navin patidar2-11/+1
2014-07-13staging: rtl8188eu: Rename _rtw_free_mlme_priv() to rtw_free_mlme_priv()navin patidar2-9/+1
2014-07-13staging: rtl8188eu: Remove unused function _rtw_enqueue_network()navin patidar2-17/+0
2014-07-13staging: rtl8188eu: Remove unused function _rtw_dequeue_network()navin patidar2-21/+0
2014-07-13staging: rtl8188eu: Make _rtw_free_network() staticnavin patidar2-4/+1
2014-07-13staging: rtl8188eu: Rename _rtw_find_network() to rtw_find_network()navin patidar2-18/+1
2014-07-13staging: rtl8188eu: Rename _rtw_free_network_queue() to rtw_free_network_queue()navin patidar2-9/+1
2014-07-13staging: rtl8188eu: Remove unused function rtw_get_timestampe_from_ie()navin patidar2-6/+0
2014-07-13staging: rtl8188eu: Remove unused function _rtw_IOL_append_WW_cmd()navin patidar2-16/+0
2014-07-13staging: rtl8188eu: Remove unused function rtw_set_802_11_remove_wep()navin patidar2-26/+0
2014-07-13staging: rtl8188eu: Remove unused function rtw_set_802_11_remove_key()navin patidar2-40/+0
2014-07-13staging: rtl8188eu: Remove unused function rtw_set_802_11_add_key()navin patidar2-353/+0
2014-07-13staging: rtl8188eu: Remove unused function rtw_validate_ssid()navin patidar2-27/+0
2014-07-13staging: rtl8188eu: Remove unused function rtw_set_scan_mode()navin patidar2-18/+0
2014-07-13staging: rtl8188eu: Remove function rtw_set_channel_plan()navin patidar2-15/+1
2014-07-13staging: rtl8188eu: Remove unused function rtw_use_tkipkey_handler()navin patidar2-26/+0
2014-07-13staging: vt6656: wcnd.c clean up commentsMalcolm Priestley1-7/+2
2014-07-13staging: vt6656: wcmd remove unneeded headersMalcolm Priestley1-3/+0
2014-07-13staging: vt6656: rename vResetCommandTimer to vnt_reset_command_timerMalcolm Priestley3-3/+3
2014-07-13staging: vt6656: Drop u8 pointer and rename bScheduleCommand.Malcolm Priestley5-12/+10
2014-07-13staging: vt6656: rename vRunCommand to vnt_run_commandMalcolm Priestley3-3/+3
2014-07-13staging: vt6656: rename vCommandTimerWait to vnt_cmd_timer_waitMalcolm Priestley1-3/+3
2014-07-13staging: vt6656: Move and rename s_bCommandComplete to vnt_cmd_completeMalcolm Priestley1-55/+53
2014-07-13staging: vt6656: dead code remove typedef enum tagCMD_STATUSMalcolm Priestley1-10/+0
2014-07-13staging: vt6656: replace camel case from command variablesMalcolm Priestley3-21/+21
2014-07-13staging: vt6656: remove unused variables bCmdClear and bNeedRadioOFFMalcolm Priestley2-3/+0
2014-07-13staging: vt6656: remove typedef struct tagCMD_ITEMMalcolm Priestley3-7/+3
2014-07-13staging: vt6656: replace typedef enum tagCMD_STATE with enum vnt_cmd_stateMalcolm Priestley3-20/+20
2014-07-13staging: vt6656: replace typedef enum tagCMD_CODE with enum vnt_cmdMalcolm Priestley3-16/+16
2014-07-13staging: rtl8723au: Remove unncessary wrapper PHY_RFConfig8723A()Jes Sorensen3-15/+2
2014-07-13staging: rtl8723au: Remove obfuscating wrapper ODM_ConfigMACWithHeaderFile23a()Jes Sorensen3-11/+1
2014-07-13staging: rtl8723au: Remove unused ODM_MacStatusQuery23a()Jes Sorensen2-17/+0
2014-07-13staging: rtl8723au: Remove ugly wrapper ODM_ConfigBBWithHeaderFile23a()Jes Sorensen4-35/+2