aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/sm750fb (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-04-30Staging: sm750fb: Change *array into *const arrayKelsey Skunberg1-1/+1
2019-04-03staging: sm750fb: add proper SPDX identifier to driverGreg Kroah-Hartman4-0/+4
2019-04-03staging: add missing SPDX lines to Makefile filesGreg Kroah-Hartman1-0/+1
2019-04-03staging: add missing SPDX lines to Kconfig filesGreg Kroah-Hartman1-0/+1
2019-04-01staging: sm750fb: Remove unnecessary parenthesis.Sanjana Sanikommu1-2/+2
2019-03-27staging: sm750fb: lower case to fix camelcase checkpatch warningJules Irenge1-2/+2
2019-03-26staging: sm750fb: Prefer using the BIT macroSanjana Sanikommu1-1/+1
2019-03-20staging: sm750fb: Eliminate camel caseVatsala Narang4-8/+8
2019-03-18staging: sm750fb: Remove an unnecessary local variable in a functionMadhumitha Prabakaran1-4/+1
2019-03-18staging: sm750fb: Edit CamelCase in local variablesNishka Dasgupta4-86/+86
2019-03-18staging: sm750fb: trivial comment indention fix.Yifeng Li1-16/+16
2019-02-07staging: sm750fb: Rename setDisplayControl to set_display_control - styleJin Chen1-3/+3
2018-11-07staging: sm750fb: Add spaces around '+'Laís Pessine do Carmo1-1/+2
2018-10-09staging: sm750fb: Remove space after castMamta Shukla1-4/+4
2018-10-02staging: sm750fb: Remove extra space characterAymen Qader1-1/+1
2018-09-25staging: sm750fb: Fix typo frambuffer->framebufferAymen Qader1-5/+5
2018-07-11staging: sm750fb: remove redundant pointer 'output'Colin Ian King1-2/+0
2018-05-06staging: sm750fb: add drm development branch detailsSudip Mukherjee1-1/+4
2018-03-19staging: sm750fb: Remove typedefNishka Dasgupta3-6/+5
2018-02-16staging: sm750fb: Remove typedefs from enumsChristian Luetke-Stetzkamp5-13/+11
2018-01-23staging: sm750fb: fix CamelCase for dispSet varPetr Sedlak1-7/+7
2018-01-08staging: sm750fb: Remove multiple blank linesMarcelo Guzmán Lamperti2-10/+0
2017-11-28staging/sm750fb: Add "port to atomic kms" to TODODaniel Vetter1-2/+2
2017-11-13Merge tag 'staging-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds8-17/+13
2017-11-06staging: sm750fb: Fix parameter mistake in poke32Huacai Chen1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman21-0/+21
2017-10-03staging: sm750fb: Remove typedef struct _dvi_ctrl_device_tMihaela Muraru2-4/+4
2017-10-03staging: sm750fb: remove typedef for enum in ddk750_sii164.{c,h}Keerthi Reddy2-3/+4
2017-10-03Staging: sm750fb: remove typedef for enum in ddk750_power.{c,h}Keerthi Reddy2-5/+4
2017-09-17staging: sm750fb: Remove extra blank linesHarsha Sharma1-4/+0
2017-07-18staging: sm750fb: avoid conflicting vesafbTeddy Wang1-0/+24
2017-07-16staging: sm750fb: fixed a assignment typoLynn Lei1-1/+1
2017-06-29drivers: staging: sm750: Hold lock irrespective of fb numbers.Dhananjay Balan1-13/+13
2017-06-25staging: sm750fb - add parameter namesDerek Robson1-8/+16
2017-06-23staging: sm750fb: change default screen resolutionSudip Mukherjee1-1/+1
2017-06-06staging: sm750fb: change default screen resolutionSudip Mukherjee1-1/+1
2017-05-18staging: sm750fb: fix length of lines, function calls and declarationMatej Dujava11-161/+125
2017-04-08staging: sm750fb: removed line continuations in quoted stringsPrasant Jalan1-9/+9
2017-04-08staging: sm750fb: fixing function return with lock heldPrasant Jalan1-4/+8
2017-04-08staging: sm750fb: ddk750_display.c - fixed checkpatch warning: line over 80 charsAndrea della Porta1-1/+2
2017-03-23staging: sm750fb: Remove typedef from "typedef enum _spolarity_t"Arushi Singhal1-6/+5
2017-03-23staging: sm750fb: Remove typedef from "typedef struct _mode_parameter_t"Arushi Singhal3-9/+9
2017-03-21staging:sm750fb: Code readability is improved.Arushi Singhal1-25/+30
2017-03-16staging: sm750fb: Removes unused variable from sm750_hw_copyareaTahia Khan1-3/+0
2017-03-14staging: sm750fb: Alignment should match open parenthesisArushi Singhal1-40/+39
2017-03-14staging: sm750fb: fixes add blank line after function/struct/union/enum declarationsArushi Singhal1-0/+3
2017-03-14staging: sm750fb: function prototype argument should have an identifier nameArushi Singhal4-5/+5
2017-03-09staging: sm750fb: Removed unnecessary parentheses.Varsha Rao4-5/+5
2017-03-06staging: sm750fb: Remove blank lines after { and before } braces.Varsha Rao3-9/+0
2017-03-06staging: sm750fb: Replace NULL comparison.Varsha Rao1-1/+1