summaryrefslogtreecommitdiffstats
path: root/drivers/staging
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | staging: rtl8188eu: while loop replaced by for loop in rtw_restruct_wmm_ieIvan Safonov2015-10-291-3/+2
| * | | | | staging: rtl8188eu: unused MIN macro removedIvan Safonov2015-10-291-3/+0
| * | | | | staging: rtl8188eu: unused MEM_ALIGNMENT_OFFSET and MEM_ALIGNMENT_PADDING mac...Ivan Safonov2015-10-291-3/+0
| * | | | | staging: rtl8188eu: unused SUCCESS and FAIL macros removedIvan Safonov2015-10-291-3/+0
| * | | | | staging: rtl8188eu: abs kernel macro used in simularity_compare functionIvan Safonov2015-10-291-1/+1
| * | | | | staging: rtl8188eu: ternary operator (?:) replaced by min_t kernel macroIvan Safonov2015-10-293-3/+3
| * | | | | staging: rtl8188eu: ternary operator (?:) replaced by min_t kernel macroIvan Safonov2015-10-298-21/+20
| * | | | | staging: rtl8188eu: ternary operator (?:) replaced by min/max kernel macroIvan Safonov2015-10-293-7/+5
| * | | | | staging: rtl8188eu: clamp kernel macro used in proc_get_rx_signalIvan Safonov2015-10-291-2/+1
| * | | | | staging: rtl8188eu: sizeof/sizeof replaced by ARRAY_SIZE kernel macroIvan Safonov2015-10-293-3/+3
| * | | | | drivers:staging:wlan_ng Fix no space is necessary after a castBogicevic Sasa2015-10-291-4/+4
| * | | | | staging: board: Set PM domain before probeTomeu Vizoso2015-10-291-3/+3
| * | | | | staging: comedi: comedi_test: implement commands on AO subdeviceIan Abbott2015-10-291-3/+209
| * | | | | staging: comedi: comedi_test: rename waveform_ai_interrupt()Ian Abbott2015-10-291-3/+2
| * | | | | staging: comedi: comedi_test: handle partial scans in timer routineIan Abbott2015-10-291-31/+54
| * | | | | staging: comedi: comedi_test: allow read-back of AO channelsIan Abbott2015-10-291-0/+1
| * | | | | staging: comedi: comedi_test: use unsigned short for loopback valuesIan Abbott2015-10-291-1/+1
| * | | | | staging: comedi: comedi_test: make timer rate similar to scan rateIan Abbott2015-10-291-4/+9
| * | | | | staging: comedi: comedi_test: rename waveform membersIan Abbott2015-10-291-20/+20
| * | | | | staging: comedi: comedi_test: rename members for AI commandsIan Abbott2015-10-291-19/+19
| * | | | | staging: comedi: comedi_test: simplify time since last AI scanIan Abbott2015-10-291-17/+10
| * | | | | staging: comedi: comedi_test: use unsigned int for waveform timingIan Abbott2015-10-291-7/+7
| * | | | | staging: comedi: comedi_test: move modulo operations for waveformIan Abbott2015-10-291-8/+10
| * | | | | staging: comedi: comedi_test: support scan_begin_src == TRIG_FOLLOWIan Abbott2015-10-291-20/+44
| * | | | | staging: comedi: comedi_test: limit maximum convert_argIan Abbott2015-10-291-21/+21
| * | | | | staging: comedi: comedi_test: remove nano_per_microIan Abbott2015-10-291-10/+7
| * | | | | staging: comedi: comedi_test: saturate fake waveform valuesIan Abbott2015-10-291-6/+23
| * | | | | staging: comedi: comedi_test: reformat multi-line commentsIan Abbott2015-10-291-47/+47
| * | | | | staging: most: remove exclusive wait_queueChristian Gromm2015-10-291-3/+1
| * | | | | staging: most: hdm-dim2: use min_t()Christian Gromm2015-10-291-1/+2
| * | | | | staging: iio: accel: add bracket on all branches of the if/elseIoana Ciornei2015-10-291-2/+2
| * | | | | staging: iio: accel: place logical operators on the previous lineIoana Ciornei2015-10-291-4/+4
| * | | | | staging: iio: accel: remove unwanted blank linesIoana Ciornei2015-10-291-2/+0
| * | | | | staging: iio: accel: fix block comments alignmentIoana Ciornei2015-10-291-2/+4
| * | | | | staging: iio: accel: add blank lines after function definitionsIoana Ciornei2015-10-292-0/+3
| * | | | | staging: iio: accel: change uint8_t to u8Ioana Ciornei2015-10-292-5/+5
| * | | | | staging: iio: accel: properly align function argumentsIoana Ciornei2015-10-292-11/+12
| * | | | | staging: iio: accel: add spaces aroung binary operatorsIoana Ciornei2015-10-294-30/+30
| * | | | | Staging: wilc1000: Prefer eth_broadcast_addr over memset()Punit Vara2015-10-291-1/+1
| * | | | | staging: wilc1000: fix line over 80 charactersChaehyun Lim2015-10-291-1/+3
| * | | | | staging: wilc1000: replace kmalloc/memcpy with kmemdupChaehyun Lim2015-10-291-2/+4
| * | | | | staging: wilc1000: rename tenuAuth_type in host_int_add_wep_key_bss_apChaehyun Lim2015-10-292-3/+3
| * | | | | staging: wilc1000: rename u8mode in host_int_add_wep_key_bss_apChaehyun Lim2015-10-292-3/+3
| * | | | | staging: wilc1000: rename u8Keyidx in host_int_add_wep_key_bss_apChaehyun Lim2015-10-292-3/+3
| * | | | | staging: wilc1000: rename u8WepKeylen in host_int_add_wep_key_bss_apChaehyun Lim2015-10-292-6/+6
| * | | | | staging: wilc1000: rename pu8WepKey in host_int_add_wep_key_bss_apChaehyun Lim2015-10-292-4/+4
| * | | | | staging: wilc1000: replace u8 with int.Chaehyun Lim2015-10-291-1/+1
| * | | | | staging: wilc1000: fix parameter name of function declarationChaehyun Lim2015-10-291-1/+1
| * | | | | staging: wilc1000: fix return type of host_int_add_wep_key_bss_apChaehyun Lim2015-10-292-3/+3
| * | | | | staging: wilc1000: fix line over 80 charactersChaehyun Lim2015-10-291-1/+2
OpenPOWER on IntegriCloud