Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
14c5e41f3801962d9af780c240a97884ed8f23f3
14c5e41
staging: vt6556: Cleanup coding style: indentation
by Peter Senna Tschudin
· 11 years ago
42b138d
staging: vt6556: Cleanup coding style: lines over 80 chars
by Peter Senna Tschudin
· 11 years ago
618d7d0
staging: vt6556: Cleanup coding style: comments
by Peter Senna Tschudin
· 11 years ago
dbf0a03
staging: vt6556: Cleanup coding style: #define
by Peter Senna Tschudin
· 11 years ago
33e9ab3
staging: vt6556: Cleanup indentation on statements
by Peter Senna Tschudin
· 11 years ago
1783319
staging: unisys: remove proc entries from /proc/visorchipset/controlvm
by Benjamin Romer
· 11 years ago
34c21d4
Merge 'delete tidspbridge branch' into staging-next
by Greg Kroah-Hartman
· 11 years ago
f65f645
ARM: OMAP2+: remove DSP platform device
by Kristina Martšenko
· 11 years ago
f190be7
staging: tidspbridge: remove driver
by Kristina Martšenko
· 11 years ago
3b9a1de
Staging:tidspbridge Fix minor checkpatch.pl warining Unnecessary parentheses
by Adithya Krishnamurthy
· 11 years ago
573954d
Staging:tidspbridge Fix minor checkpatch.pl warning unnecessary whitespace before a quoted newline
by Adithya Krishnamurthy
· 11 years ago
c994a4d
Staging:tidspbridge Fix checkpatch.pl warning char * array declaration might be better as static const
by Adithya Krishnamurthy
· 11 years ago
cb3aada
staging: comedi: removing not useful `else` after return
by Kinka Huang
· 11 years ago
f24937d
staging: vt6656: usbpipe irrelevant function descriptions
by Malcolm Priestley
· 11 years ago
08823af
staging: vt6656: rename s_nsBulkInUsbIoCompleteRead to vnt_submit_rx_urb_complete
by Malcolm Priestley
· 11 years ago
2dc37af
staging: vt6656: rename PIPEnsBulkInUsbRead to vnt_submit_rx_urb
by Malcolm Priestley
· 11 years ago
ceebd90
staging: vt6656: rename s_nsBulkOutIoCompleteWrite to vnt_tx_context_complete
by Malcolm Priestley
· 11 years ago
476e7d9
staging: vt6656: rename PIPEnsSendBulkOut to vnt_tx_context.
by Malcolm Priestley
· 11 years ago
34f98e3
staging: vt6656: rename s_nsInterruptUsbIoCompleteRead to vnt_start_interrupt_urb_complete
by Malcolm Priestley
· 11 years ago
b0bc572
staging: vt6656: usbpipe rename PIPEnsInterruptRead to vnt_start_interrupt_urb
by Malcolm Priestley
· 11 years ago
0d90132
staging: vt6656: int.c remove irrelevant function description
by Malcolm Priestley
· 11 years ago
6200193
staging: vt6656: rename INTvWorkItem to vnt_int_start_interrupt
by Malcolm Priestley
· 11 years ago
e360d2b
staging: vt6656: int rename INTnsProcessData to vnt_int_process_data
by Malcolm Priestley
· 11 years ago
5073060
staging: vt6656: int.c Replace DBG_PRT debug messages
by Malcolm Priestley
· 11 years ago
526fed3
staging: vt6656: INTvWorkItem remove camel case
by Malcolm Priestley
· 11 years ago
d4ec15e
staging: android: Clean up else statement from binder_send_failed_reply
by Lucas Tanure
· 11 years ago
6a44b50
staging: android: Clean up else statement from sync_fence_poll()
by Lucas Tanure
· 11 years ago
38064eb
staging: octeon: fix coding style
by Rahul Bedarkar
· 11 years ago
05c9c19
Staging: rtl8821ae: delete unneeded lines in cam.c
by Joerg C. Meyer
· 11 years ago
8251223
staging: dgap: remove dgap_newnode()
by Daeseok Youn
· 11 years ago
7bab00f
staging: dgap: remove unused a parameter in dgap_gettok()
by Daeseok Youn
· 11 years ago
e9cc5b2
staging: dgap: fix a typo in dgap_gettok()
by Daeseok Youn
· 11 years ago
8e82ce0
staging: dgap: remove unused case value in dgap_parsefile()
by Daeseok Youn
· 11 years ago
dfa30ac
staging: dgap: remove redundant error value check
by Daeseok Youn
· 11 years ago
e86bd61
Staging: bcm: PHSModule.c: Shortened lines
by Matthias Beyer
· 11 years ago
3be738a
Staging: bcm: PHSModule.c: Replaced if-else return code with simple return assertion
by Matthias Beyer
· 11 years ago
9128349
Staging: bcm: PHSModule.c: Replaced member accessing with variable in CreateSFToClassifierRuleMapping()
by Matthias Beyer
· 11 years ago
18002f5
Staging: bcm: PHSModule.c: Simplified nested if statements by linking them with logical AND in GetPhsRuleEntry()
by Matthias Beyer
· 11 years ago
1c53f08
Staging: bcm: PHSModule.c: Simplified nested if statements by linking them with logical AND in GetServiceFlowEntry()
by Matthias Beyer
· 11 years ago
c842dd2
Staging: bcm: PHSModule.c: Simplified nested if statements by linking them with logical AND in GetServiceFlowEntry()
by Matthias Beyer
· 11 years ago
cf42356
Staging: bcm: PHSModule.c: Replaced member accessing with variable in GetServiceFlowEntry()
by Matthias Beyer
· 11 years ago
14d8e91
Staging: bcm: PHSModule.c: Added const keyword to ValidatePHSRUleComplete() argument
by Matthias Beyer
· 11 years ago
cc872f8
Staging: bcm: PHSModule.c: Rewrote ValidatePHSRuleComplete()
by Matthias Beyer
· 11 years ago
c8020cc
Staging: bcm: PHSModule.c: Replaced indentation level with goto jump on bad condition
by Matthias Beyer
· 11 years ago
3ed150a
Staging: bcm: PHSModule.c: Replaced member accessing with variable in free_phs_service()
by Matthias Beyer
· 11 years ago
b43b245
Staging: bcm: PHSModule.c: Added missing braces around else block
by Matthias Beyer
· 11 years ago
babb7f9
Staging: bcm: PHSModule.c: Whitespace cleanup in PhsCompress()
by Matthias Beyer
· 11 years ago
a984b12
Staging: bcm: PHSModule.c: Replaced member accessing with variables
by Matthias Beyer
· 11 years ago
fc38bc1
Staging: bcm: PHSModule.c: Reduced indentation by using jump label in PhsDeleteSFRules()
by Matthias Beyer
· 11 years ago
93cc6ae
Staging: bcm: PHSModule.c: Shortened lines
by Matthias Beyer
· 11 years ago
525afdd
Staging: bcm: PHSModule.c: Reduced indentation level by using jump label
by Matthias Beyer
· 11 years ago
31f4f3f
Staging: bcm: PHSModule.c: Replaced nested if statements with logical AND concatenation of the conditions
by Matthias Beyer
· 11 years ago
413852b
Staging: bcm: PHSModule.c: Replaced member accessing with variable in PhsDeletePHSRule()
by Matthias Beyer
· 11 years ago
c50e0b5
Staging: bcm: PHSModule.c: Outsourced debug printing for phs classifier entry
by Matthias Beyer
· 11 years ago
20d174e
Staging: bcm: PHSModule.c: Outsourced debug printing in own function
by Matthias Beyer
· 11 years ago
ca89a29
Staging: bcm: PHSModule.c: Whitespace & Indentation cleanup
by Matthias Beyer
· 11 years ago
495e2be
staging: vt6556: Remove double parentheses
by Peter Senna Tschudin
· 11 years ago
ed0db51
staging: vt6656: set BBvSetAntennaMode in device_init_registers
by Malcolm Priestley
· 11 years ago
6fdd946
staging: vt6656: device.h remove old wireless stats
by Malcolm Priestley
· 11 years ago
d0f17b6
drivers: staging: lustre: Use 'force_die' instead of 'die' to avoid compiling issue
by Chen Gang
· 11 years ago
589e1d1
Merge 3.16-rc5 into staging-next
by Greg Kroah-Hartman
· 11 years ago
1795cd9
Linux 3.16-rc5
by Linus Torvalds
· 11 years ago
18b34d9
Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 11 years ago
db7c17e
Merge tag 'iio-for-3.17c' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-next
by Greg Kroah-Hartman
· 11 years ago
01e1162
staging: rtl8188eu: Rename _rtw_init_mlme_priv() to rtw_init_mlme_priv()
by navin patidar
· 11 years ago
3596d6d
staging: rtl8188eu: Rename _rtw_free_mlme_priv() to rtw_free_mlme_priv()
by navin patidar
· 11 years ago
246cf9e
staging: rtl8188eu: Remove unused function _rtw_enqueue_network()
by navin patidar
· 11 years ago
4b5a1c1
staging: rtl8188eu: Remove unused function _rtw_dequeue_network()
by navin patidar
· 11 years ago
fe80537
staging: rtl8188eu: Make _rtw_free_network() static
by navin patidar
· 11 years ago
8eca2e5
staging: rtl8188eu: Rename _rtw_find_network() to rtw_find_network()
by navin patidar
· 11 years ago
07e49db
staging: rtl8188eu: Rename _rtw_free_network_queue() to rtw_free_network_queue()
by navin patidar
· 11 years ago
ebe98c4
staging: rtl8188eu: Remove unused function rtw_get_timestampe_from_ie()
by navin patidar
· 11 years ago
5f3f2a2
staging: rtl8188eu: Remove unused function _rtw_IOL_append_WW_cmd()
by navin patidar
· 11 years ago
2b83940
staging: rtl8188eu: Remove unused function rtw_set_802_11_remove_wep()
by navin patidar
· 11 years ago
e68029d
staging: rtl8188eu: Remove unused function rtw_set_802_11_remove_key()
by navin patidar
· 11 years ago
e2313dc
staging: rtl8188eu: Remove unused function rtw_set_802_11_add_key()
by navin patidar
· 11 years ago
56da23d
staging: rtl8188eu: Remove unused function rtw_validate_ssid()
by navin patidar
· 11 years ago
0306b4f
staging: rtl8188eu: Remove unused function rtw_set_scan_mode()
by navin patidar
· 11 years ago
fbb6705
staging: rtl8188eu: Remove function rtw_set_channel_plan()
by navin patidar
· 11 years ago
48c72e8
staging: rtl8188eu: Remove unused function rtw_use_tkipkey_handler()
by navin patidar
· 11 years ago
a83a859
staging: vt6656: wcnd.c clean up comments
by Malcolm Priestley
· 11 years ago
983b65f
staging: vt6656: wcmd remove unneeded headers
by Malcolm Priestley
· 11 years ago
68cc161
staging: vt6656: rename vResetCommandTimer to vnt_reset_command_timer
by Malcolm Priestley
· 11 years ago
57981a6
staging: vt6656: Drop u8 pointer and rename bScheduleCommand.
by Malcolm Priestley
· 11 years ago
592365ae4a
staging: vt6656: rename vRunCommand to vnt_run_command
by Malcolm Priestley
· 11 years ago
2cd98cd
staging: vt6656: rename vCommandTimerWait to vnt_cmd_timer_wait
by Malcolm Priestley
· 11 years ago
60cecd2
staging: vt6656: Move and rename s_bCommandComplete to vnt_cmd_complete
by Malcolm Priestley
· 11 years ago
190c819
staging: vt6656: dead code remove typedef enum tagCMD_STATUS
by Malcolm Priestley
· 11 years ago
33a60b8
staging: vt6656: replace camel case from command variables
by Malcolm Priestley
· 11 years ago
9a30928
staging: vt6656: remove unused variables bCmdClear and bNeedRadioOFF
by Malcolm Priestley
· 11 years ago
b595f9b
staging: vt6656: remove typedef struct tagCMD_ITEM
by Malcolm Priestley
· 11 years ago
ad74e91
staging: vt6656: replace typedef enum tagCMD_STATE with enum vnt_cmd_state
by Malcolm Priestley
· 11 years ago
80f0d09
staging: vt6656: replace typedef enum tagCMD_CODE with enum vnt_cmd
by Malcolm Priestley
· 11 years ago
502fde1
Merge tag 'clk-fixes-for-linus' of git://git.linaro.org/people/mike.turquette/linux
by Linus Torvalds
· 11 years ago
f6a7125
staging: rtl8723au: Remove unncessary wrapper PHY_RFConfig8723A()
by Jes Sorensen
· 11 years ago
9464cac
staging: rtl8723au: Remove obfuscating wrapper ODM_ConfigMACWithHeaderFile23a()
by Jes Sorensen
· 11 years ago
f467c2b
staging: rtl8723au: Remove unused ODM_MacStatusQuery23a()
by Jes Sorensen
· 11 years ago
79756e6
staging: rtl8723au: Remove ugly wrapper ODM_ConfigBBWithHeaderFile23a()
by Jes Sorensen
· 11 years ago
7bafabf
staging: rtl8723au: Remove unused ODM_ReadAndConfig_PHY_REG_PG_8723A() and related code+data
by Jes Sorensen
· 11 years ago
863b619
staging: rtl8723au: Remove pointless wrappers for calling odm_ConfigRFReg_8723A()
by Jes Sorensen
· 11 years ago
Next »