summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-01-18staging: fbtft: add fb_hx8353d driverThomas Petazzoni3-0/+173
2015-01-18staging: fbtft: add fb_hx8347d driverThomas Petazzoni3-0/+188
2015-01-18staging: fbtft: add fb_hx8340bn driverThomas Petazzoni3-0/+236
2015-01-18staging: fbtft: add fb_bd663474 driverThomas Petazzoni3-0/+200
2015-01-18staging: fbtft: add fb_agm1264k-fl driverThomas Petazzoni3-0/+471
2015-01-18staging: fbtft: core supportThomas Petazzoni10-0/+2897
2015-01-18staging: mt29f_spinand: Fix typo in KconfigMasanari Iida1-1/+1
2015-01-18staging: davinci_vpfe: fix space prohibited before semicolon warningAya Mahfouz1-2/+2
2015-01-18staging: android: remove space after castsFabian Holler1-3/+3
2015-01-18staging: android: remove blank lines after open bracesFabian Holler1-2/+0
2015-01-18staging: android: fix indentation to match open parenthesisFabian Holler1-2/+2
2015-01-18staging: android: Correct coding style in logger.cGuillaume Vercoutere1-15/+14
2015-01-18Staging: android: fix line length coding style issue in sync_debug.cSteve Pennington1-1/+2
2015-01-18staging:board: remove unnecessary functionTsung-Han Lin1-2/+1
2015-01-18staging: virtpci: Remove no-op suspend/resume functionsLars-Peter Clausen1-16/+0
2015-01-18staging: ion: always initialize the free list parametersMitchel Humpherys2-2/+3
2015-01-18staging: xgifb: remove unnecessary checkSudip Mukherjee1-1/+1
2015-01-18staging: ion: ion_cma_heap: remove ion_cma_get_sgtableZeng Tao1-19/+1
2015-01-18staging: mt29f_spinand: check for the return value of spinand_read_statusDevendra Naga1-1/+16
2015-01-18staging: speakup: Combine the consecutive stringPanir.Nyan1-1/+1
2015-01-18staging: speakup: Split the comment to fit the lengthPanir.Nyan1-3/+3
2015-01-18staging: wlan-ng: Fix comment in prism2sta.cMasanari Iida1-1/+1
2015-01-18staging: wlan-ng: Fix typo in comments and printkMasanari Iida6-7/+7
2015-01-18Staging: wlan-ng: hfa384x_usb: fixed an 'else' statement coding style issueEduardo Barretto1-6/+5
2015-01-18staging: dgap: use gotos for handling error in dgap_remap()Daeseok Youn1-15/+15
2015-01-18staging: rts5208/ms.c: Code style fix (space before comma)Robert Kmiec1-6/+6
2015-01-18staging: clocking-wizard: Handle invalid clk in notifierSoren Brinkmann1-1/+3
2015-01-18Clocking-wizard: Fixed missing blank line warningAthira Lekshmi1-0/+1
2015-01-18cptm1217: check if interrupts are masked at probeDevendra Naga1-0/+6
2015-01-18staging: lustre: Add blank lines after declarationsArno Tiemersma1-0/+2
2015-01-18staging: lustre: lnet: lnet: trailing statements should be on next lineBalavasu1-3/+6
2015-01-18staging/lustre: remove unused functionLuca Ceresoli1-5/+0
2015-01-18staging: lustre: lnet: Removed spaces before increments and decrementsIgor Ishchenko1-7/+7
2015-01-18staging: lustre: fid: Remove space before braces for defined() checkAndreas Ruprecht2-3/+3
2015-01-18staging: lustre: potential underflow in mdc_iocontrol()Dan Carpenter1-4/+4
2015-01-18staging: lustre: libcfs: fix sparse warnings about static declarationSerguey Parkhomovsky2-2/+3
2015-01-18staging: lustre: lnet: lnet: do not initialise statics to 0 or NULLBalavasu1-5/+5
2015-01-18staging: lustre: selftest: fix _recycle_buffer context imbalanceJeremiah Mahler1-0/+1
2015-01-18staging: lustre: selftest: fix _post_buffer context imbalanceJeremiah Mahler1-0/+1
2015-01-18staging: lustre: selftest: fix sfw_deactivate_session context imbalanceJeremiah Mahler1-1/+1
2015-01-18staging: lustre: selftest: fix "not declared" by declaring staticJeremiah Mahler3-3/+3
2015-01-18staging: lustre: selftest: fix "not declared" by declaring in headerJeremiah Mahler1-0/+12
2015-01-18staging: lustre: libcfs/nidstrings: Avoid forward declarationsSören Brinkmann1-40/+37
2015-01-18staging: lustre: libcfs/nidstrings: Declare internal symbols staticSören Brinkmann1-80/+66
2015-01-18staging: lustre: remove custom MIN/MAX and min_t operationsJeremiah Mahler2-13/+0
2015-01-18staging: lustre: replace MIN with min_t, remove castJeremiah Mahler1-1/+1
2015-01-18staging: lustre: replace MIN with min, cast (__kernel_size_t)Jeremiah Mahler1-3/+3
2015-01-18staging: lustre: replace MIN/MAX with min_t/max_tJeremiah Mahler1-1/+1
2015-01-18staging: lustre: replace MIN with min_tJeremiah Mahler1-1/+1
2015-01-18staging: lustre: use min/max instead of MIN/MAX, simple casesJeremiah Mahler8-16/+16