aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-08-31staging: lustre: coding style fixes found by checkpatch.plSimo Koskinen7-13/+14
2017-08-31staging: goldfish: (Coding Style) Fixed parenthesis alignment.Edvard Holst1-2/+2
2017-08-31staging: unisys: change pr_err to dev_err in visor_check_channelSameer Wadgaonkar3-18/+23
2017-08-31staging: unisys: visorbus: remove EXPORT_SYMBOL_GPL for visor_check_channelSameer Wadgaonkar1-1/+0
2017-08-31staging: unisys: visorbus: Fix up GUID definitionDavid Kershner1-3/+2
2017-08-31staging: unisys: visorbus: just check for GUIDDavid Kershner1-3/+1
2017-08-31staging: unisys: Use size of channel defined in the channel.David Kershner3-50/+22
2017-08-31staging: unisys: visornic: Remove unnecessary return valuesDavid Binder1-10/+3
2017-08-31staging: unisys: visorbus: use all 80 characters for multi-line messagesDavid Kershner1-19/+16
2017-08-31staging: unisys: visorchipset: Shorten parser_init_byte_stream.David Kershner1-4/+3
2017-08-31staging: unisys: visorbus: Move parser functions location in file.David Kershner1-58/+58
2017-08-31staging: unisys: visorbus: remove uneeded initializationsDavid Kershner1-2/+2
2017-08-31staging: unisys: visorbus: Remove useless else clause in visorutil_spar_detect.David Kershner1-2/+1
2017-08-31staging: unisys: Change data to point to visor_controlvm_parameters_header.David Kershner1-14/+9
2017-08-31staging: unisys: visorbus: Split else if blocks into multiple if.David Kershner1-2/+4
2017-08-31staging: unisys: visorbus: Remove check for valid parm_addr.David Kershner1-1/+1
2017-08-31staging: unisys: visorbus: Remove useless initialization.David Kershner1-3/+0
2017-08-31staging: unisys: visorbus: Remove useless comment.David Kershner1-2/+0
2017-08-31staging: unisys: visorbus: Consolidate controlvm channel creation.David Kershner1-30/+17
2017-08-31staging: unisys: include: Add comment next to mutex.David Kershner1-3/+3
2017-08-31staging: unisys: Don't check for null before getting driver device.David Kershner2-6/+5
2017-08-31staging: unisys: visorbus: Use __func__ instead of name.David Kershner1-1/+1
2017-08-31staging: unisys: visorbus: Convert macros to functions.David Kershner1-10/+15
2017-08-31staging: unisys: visorbus: Fix parameter alignment.David Kershner1-1/+1
2017-08-31staging: unisys: visorbus: Clean up vmcall address function.David Kershner1-16/+11
2017-08-31staging: unisys: visornic: Fix miscellaneous block comment format issues.David Binder1-8/+6
2017-08-31staging: unisys: visornic: Fix up existing function comments.David Binder1-227/+190
2017-08-31staging: unisys: visorbus: visorbus_main.c: Fix return values for checks in visorbus_register_visor_driver.Sameer Wadgaonkar1-4/+4
2017-08-31staging: unisys: visorbus: visorchipset.c: Fix bug in parser_init_byte_stream.Sameer Wadgaonkar1-1/+1
2017-08-31staging: unisys: use the kernel min defineDavid Kershner2-8/+4
2017-08-31staging: ks7010: Fix coding style and remove checkpatch.pl warnings.Jonathan Whitaker1-4/+0
2017-08-30staging: irda: fix init level for irda coreGreg KH1-1/+1
2017-08-29staging: comedi: coding style fixes found by checkpatch.plSimo Koskinen1-2/+2
2017-08-29Staging: ks7010: Fix alignment should match open parenthesis.Jonathan Whitaker1-2/+2
2017-08-29staging: rtl8723bs: hal: remove cast to void pointerHimanshu Jha8-46/+46
2017-08-29staging: rtl8723bs: os_dep: remove cast to void pointerHimanshu Jha4-6/+6
2017-08-29staging: rtl8723bs: core: remove cast to void pointerHimanshu Jha5-5/+5
2017-08-29staging: rtl8188eu: remove unnecessary call to memsetHimanshu Jha2-5/+0
2017-08-29staging: rtlwifi: remove memset before memcpyHimanshu Jha1-1/+0
2017-08-29staging: typec: tcpm: Switch to PORT_RESET instead of SNK_UNATTACHEDBadhri Jagan Sridharan1-1/+1
2017-08-29staging: typec: tcpm: Do not send PING msgs in TCPMBadhri Jagan Sridharan1-7/+4
2017-08-29staging: typec: tcpm: typec: tcpm: Wait for CC debounce before PD excgBadhri Jagan Sridharan2-3/+24
2017-08-29staging: typec: tcpm: add cc change handling in src statesBadhri Jagan Sridharan1-2/+4
2017-08-29staging: typec: tcpm: Consider port_type while determining unattached_stateBadhri Jagan Sridharan1-3/+9
2017-08-29staging: typec: tcpm: Comply with TryWait.SNK StateBadhri Jagan Sridharan1-28/+30
2017-08-29staging: typec: tcpm: Follow Try.SRC exit requirementsBadhri Jagan Sridharan1-5/+28
2017-08-29staging: typec: tcpm: Check for Rp for tPDDebounceBadhri Jagan Sridharan1-44/+24
2017-08-29staging: typec: tcpm: Prevent TCPM from looping in SRC_TRYWAITBadhri Jagan Sridharan1-16/+29
2017-08-29staging: typec: tcpm: Check for port type for Try.SRC/Try.SNKBadhri Jagan Sridharan1-2/+4
2017-08-29staging: typec: tcpm: set port type callbackBadhri Jagan Sridharan1-11/+41