summaryrefslogtreecommitdiffstats
path: root/drivers/staging
Commit message (Expand)AuthorAgeFilesLines
...
* | staging: ks7010: fix complete_handlerTobin C. Harding2017-04-185-43/+38
* | staging: ks7010: replace defines with enum typesTobin C. Harding2017-04-181-5/+9
* | staging: ks7010: create reg_status_type enum typeTobin C. Harding2017-04-182-11/+9
* | staging: greybus: uart.c: Remove include linux/serial.hDarryl T. Agostinelli2017-04-181-1/+0
* | staging: greybus: light.c: Remove include linux/version.hDarryl T. Agostinelli2017-04-181-1/+0
* | staging: lustre: Fix sparse endianness warnings cast to restricted __le64 and...Skanda Guruanand2017-04-181-4/+4
* | Staging: lustre cleanup macros in libcfs_private.hCraig Inches2017-04-181-36/+15
* | staging: greybus: make cport_quiesce() method optionalAlexandre Bailon2017-04-181-0/+3
* | staging/media: make atomisp vlv2_plat_clock explicitly non-modularPaul Gortmaker2017-04-181-20/+1
* | staging: atomisp: remove odd 'list' fileGreg Kroah-Hartman2017-04-181-182/+0
* | staging: atomisp: fix build breakage from files going awayGreg Kroah-Hartman2017-04-181-2/+0
* | staging: ks7010: remove unused spin_lockTobin C. Harding2017-04-142-2/+0
* | staging: ks7010: remove unused structure descriptionTobin C. Harding2017-04-141-6/+0
* | staging: ks7010: remove unused read_bufTobin C. Harding2017-04-142-12/+3
* | staging: ks7010: remove unused completionTobin C. Harding2017-04-142-2/+0
* | staging: rtl8723bs: ensure cmd is large enough for %4s scanf formatColin Ian King2017-04-141-1/+1
* | staging: lustre: checking for NULL instead if IS_ERRDan Carpenter2017-04-141-2/+2
* | staging: media: atomisp: i2c: removed unnecessary white space before comma in...Valerio Genovese2017-04-141-1/+1
* | staging: atomisp: avoid false-positive maybe-uninitialized warningArnd Bergmann2017-04-141-8/+8
* | atomisp: remove UDS kernel codeAlan Cox2017-04-147-85/+23
* | atomisp: remove xnr3_0_5 and xnr3_0_11Alan Cox2017-04-149-596/+0
* | atomisp: remove fixedbds kernel codeAlan Cox2017-04-146-100/+19
* | atomisp: remove satm kernelAlan Cox2017-04-145-122/+0
* | atomisp: remove contiguous handlingAlan Cox2017-04-144-61/+15
* | atomisp: remove sh_css_malloc indirections where we canAlan Cox2017-04-144-65/+72
* | atomisp: remove indirection from sh_css_mallocAlan Cox2017-04-143-49/+25
* | atomisp: unwrap the _ex malloc/free functionsAlan Cox2017-04-142-25/+7
* | atomisp: remove most of the uses of atomisp_kernel_mallocAlan Cox2017-04-144-32/+28
* | staging: atomisp: move mipi_info assignment to next line in __get_asd_from_po...Daeseok Youn2017-04-141-3/+5
* | staging: atomisp: replace "&isp->asd[i]" with "asd" in __get_asd_from_port()Daeseok Youn2017-04-141-2/+2
* | staging: atomisp: remove enable_isp_irq function and add disable_isp_irqDaeseok Youn2017-04-141-27/+9
* | staging/atomisp: fix spelling mistake: "falied" -> "failed"Colin Ian King2017-04-141-1/+1
* | staging: atomisp: use local variable to reduce number of referencesDaeseok Youn2017-04-141-17/+20
* | staging: ks7010: move check and break to top of loopTobin C. Harding2017-04-111-20/+14
* | staging: ks7010: remove multi-way decisionTobin C. Harding2017-04-111-23/+25
* | staging: ks7010: remove unused macroTobin C. Harding2017-04-111-2/+0
* | staging: ks7010: fix checkpatch MULTILINE_DEREFERENCETobin C. Harding2017-04-111-5/+7
* | staging: ks7010: fix checkpatch LOGICAL_CONTINUATIONSTobin C. Harding2017-04-111-30/+28
* | staging: ks7010: rename identifier packet to skbTobin C. Harding2017-04-112-22/+22
* | staging: ks7010: add task to TODO fileTobin C. Harding2017-04-111-0/+2
* | staging: ks7010: rename RecvMIC to recv_micTobin C. Harding2017-04-111-3/+3
* | staging: ks7010: fix checkpatch UNNECESSARY_ELSETobin C. Harding2017-04-111-16/+15
* | staging: ks7010: fix checkpatch PARENTHESIS_ALIGNMENTTobin C. Harding2017-04-111-1/+1
* | staging: ks7010: utilize local variableTobin C. Harding2017-04-111-4/+4
* | staging: ks7010: simplify calls to memcpy()Tobin C. Harding2017-04-111-19/+12
* | staging: ks7010: move null check before dereferenceTobin C. Harding2017-04-111-3/+2
* | staging: ks7010: fix multi-way decisionTobin C. Harding2017-04-111-12/+2
* | staging: ks7010: factor out send stop requestTobin C. Harding2017-04-111-20/+32
* | staging: ks7010: fix function return code pathTobin C. Harding2017-04-111-18/+15
* | staging: ks7010: separate dissimilar checksTobin C. Harding2017-04-111-2/+4