index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
sm750fb
/
sm750.h
Age
Commit message (
Expand
)
Author
Files
Lines
2021-07-28
staging: sm750fb: Rename vScreen to v_screen in lynxfb_crtc
Benjamin Philip
1
-1
/
+1
2021-07-28
staging: sm750fb: Rename vCursor to v_cursor in lynxfb_crtc
Benjamin Philip
1
-1
/
+1
2021-07-28
staging: sm750fb: Rename oCursor to o_cursor in lynxfb_crtc
Benjamin Philip
1
-1
/
+1
2021-07-28
staging: sm750fb: Rename oScreen to o_screen in lynxfb_crtc
Benjamin Philip
1
-1
/
+1
2021-07-27
staging: sm750fb: Rename maxW to max_w in lynx_cursor
Benjamin Philip
1
-1
/
+1
2021-07-27
staging: sm750fb: Rename maxH to max_h in lynx_cursor
Benjamin Philip
1
-1
/
+1
2021-04-05
staging: sm750fb: Remove unnecessary blank line
Zhansaya Bagdauletkyzy
1
-1
/
+0
2021-03-10
staging: sm750fb: added identifier names for function declarations
shivang upadhyay
1
-12
/
+17
2020-05-29
staging: sm750fb: Add names to proc_setBLANK args
Igor Ribeiro Barbosa Duarte
1
-1
/
+1
2020-04-16
staging: sm750fb: Make function arguments alignment match open parenthesis
R Veera Kumar
1
-10
/
+13
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-06-25
staging: sm750fb - add parameter names
Derek Robson
1
-8
/
+16
2017-03-14
staging: sm750fb: function prototype argument should have an identifier name
Arushi Singhal
1
-2
/
+2
2017-03-06
staging: sm750fb: Added spaces around arithmetic operators.
Varsha Rao
1
-1
/
+1
2016-10-25
staging: sm750fb: restructure multi-line comments to follow CodingStyle
Eric S. Stone
1
-2
/
+4
2016-10-02
staging: sm750fb: conform to block comment style
Elizabeth Ferdman
1
-8
/
+8
2016-02-07
staging: sm750fb, fix typos
Matej Vasek
1
-1
/
+1
2016-02-07
staging: sm750fb: replace dual member of sm750_dev with fb_count
Mike Rapoport
1
-1
/
+1
2015-10-27
staging: sm750fb: remove unused fields from struct sm750_dev
Mike Rapoport
1
-2
/
+0
2015-10-27
staging: sm750fb: merge lynx_share into sm750_dev
Mike Rapoport
1
-16
/
+5
2015-10-27
staging: sm750fb: remove unused field in lynx_cursor
Mike Rapoport
1
-2
/
+0
2015-10-27
staging: sm750fb: replace lynx_share with sm750_dev in function calls
Mike Rapoport
1
-3
/
+3
2015-10-27
staging: sm750fb: remove hw_sm750_getVMSize function
Mike Rapoport
1
-1
/
+0
2015-10-27
staging: sm750fb: replace lynx_share with sm750_dev in lynxfb_par
Mike Rapoport
1
-1
/
+1
2015-10-27
staging: sm750fb: merge struct sm750_state into struct sm750_dev
Mike Rapoport
1
-10
/
+7
2015-10-27
staging: sm750fb: rename struct sm750_share to sm750_dev
Mike Rapoport
1
-2
/
+2
2015-10-27
staging: sm750fb: merge sm750_hw.h into sm750.h
Mike Rapoport
1
-2
/
+86
2015-10-27
staging: sm750fb: remove unused smi_indent variable
Mike Rapoport
1
-2
/
+0
2015-10-27
staging: sm750fb: replace PADDING macro with ALIGN
Mike Rapoport
1
-2
/
+0
2015-10-27
staging: sm750fb: remove unused SPC_SM750 define
Mike Rapoport
1
-2
/
+0
2015-10-27
staging: sm750fb: replace lynx_cursor methods with function calls
Mike Rapoport
1
-7
/
+0
2015-10-24
staging: sm750fb: use direct call to hw_sm750_output_setMode
Mike Rapoport
1
-4
/
+0
2015-10-24
staging: sm750fb: replace lynx_crtc methods with function calls
Mike Rapoport
1
-10
/
+0
2015-10-24
staging: sm750fb: remove unused methods from lynx_share
Mike Rapoport
1
-3
/
+0
2015-10-24
staging: sm750fb: remove defintion of offsetof
Mike Rapoport
1
-4
/
+0
2015-10-02
staging: sm750fb: remove clear method from lynxfb_{crtc,output}
Mike Rapoport
1
-2
/
+0
2015-10-02
staging: sm750fb: remove proc_checkMode method from lynxfb_output
Mike Rapoport
1
-1
/
+0
2015-09-30
staging: sm750fb: remove unused macros
Mike Rapoport
1
-7
/
+0
2015-09-29
staging: sm750fb: remove unused MB(x) and KB(x) macros
Mike Rapoport
1
-1
/
+0
2015-08-14
Staging: sm750fb: Fix "foo* bar" should be "foo *bar" errors
Yash Shah
1
-7
/
+7
2015-07-14
staging: sm750fb: add space after semicolon
Juston Li
1
-1
/
+1
2015-07-14
staging: sm750fb: add spaces around operators
Juston Li
1
-1
/
+1
2015-07-14
staging: sm750fb: consistent spacing around operators
Juston Li
1
-1
/
+1
2015-07-14
staging: sm750fb: add space after return type
Juston Li
1
-6
/
+6
2015-07-14
staging: sm750fb: add space after struct definition
Juston Li
1
-6
/
+6
2015-07-14
staging: sm750fb: add space after close brace
Juston Li
1
-1
/
+1
2015-07-14
staging: sm750fb: use tabs for indentation
Juston Li
1
-13
/
+13
2015-06-18
drivers: staging: sm750fb: Fix "'foo * bar' should be 'foo *bar'" errors
Greg Donald
1
-13
/
+13
2015-06-12
staging: sm750fb: fix c99 comments
Juston Li
1
-6
/
+4
2015-06-08
Staging: sm750fb: sm750.h: Insert spaces after commas.
Isaac Assegai
1
-17
/
+18
[next]