index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
sm750fb
Age
Commit message (
Expand
)
Author
2015-09-29
staging: sm750fb: replace twoToPowerOfx with shift operator
Mike Rapoport
2015-09-29
staging: sm750fb: remove unused MB(x) and KB(x) macros
Mike Rapoport
2015-09-29
staging: sm750fb: replace custom MB(x) macro with appropriate SZ_xM
Mike Rapoport
2015-09-29
staging: sm750fb: tidy up #include directives
Mike Rapoport
2015-09-29
staging: sm750fb: sm750_help.h: spacing fix
Mike Rapoport
2015-09-14
staging: sm750fb: ddk750_*i2c: shorten lines to under 80 characters
Mike Rapoport
2015-09-14
staging: sm750fb: ddk750_*i2c: remove multiple blank lines
Mike Rapoport
2015-09-14
staging: sm750fb: ddk750_swi2c: further reduce CamelCase
Mike Rapoport
2015-09-14
staging: sm750fb: ddk750_swi2c: rename CamelCase static variables
Mike Rapoport
2015-09-14
staging: sm750fb: ddk750_hwi2c: reduce amount of CamelCase
Mike Rapoport
2015-09-14
staging: sm750fb: hw_i2c_{read,write}: rename CamelCase variables
Mike Rapoport
2015-09-14
staging: sm750fb: ddk750_hw_i2c: rename busSpeedMode
Mike Rapoport
2015-09-14
staging: sm750fb: ddk750_swi2c: rename CamelCase static functions
Mike Rapoport
2015-09-14
staging: sm750fb: ddk750_swi2c: staticize swI2C{SCL,SDA}
Mike Rapoport
2015-09-14
staging: sm750fb: rename swI2CWriteReg to sm750_sw_i2c_write_reg
Mike Rapoport
2015-09-14
staging: sm750fb: rename swI2CReadReg to sm750_sw_i2c_read_reg
Mike Rapoport
2015-09-14
staging: sm750fb: rename swI2CInit to sm750_sw_i2c_init
Mike Rapoport
2015-09-14
staging: sm750fb: ddk750_hwi2c: rename CamelCase static functions
Mike Rapoport
2015-09-14
staging: sm750fb: rename hwI2CWriteReg to sm750_hw_i2c_write_reg
Mike Rapoport
2015-09-14
staging: sm750fb: rename hwI2CReadReg to sm750_hw_i2c_read_reg
Mike Rapoport
2015-09-14
staging: sm750fb: rename hwI2CClose to sm750_hw_i2c_close
Mike Rapoport
2015-09-14
staging: sm750fb: rename hwI2CInit to sm750_hw_i2c_init
Mike Rapoport
2015-08-14
Staging: sm750fb: Fix "foo* bar" should be "foo *bar" errors
Yash Shah
2015-08-07
staging: sm750fb: simplify return
Sudip Mukherjee
2015-08-07
staging: sm750fb: rearrange code
Sudip Mukherjee
2015-08-07
staging: sm750fb: fix multiline comment
Sudip Mukherjee
2015-08-07
staging: sm750fb: space around operator
Sudip Mukherjee
2015-08-07
staging: sm750fb: remove multiple blank line
Sudip Mukherjee
2015-07-22
staging: sm750fb: ddk750_power.c: Split lines over 80 characters.
Antoine BLIN
2015-07-22
staging: sm750fb: removed extra parentheses
Aaron Ouellette
2015-07-14
staging: sm750fb: add missing blank line after declarations
Juston Li
2015-07-14
staging: sm750fb: remove unnecessary braces
Juston Li
2015-07-14
staging: sm750fb: move while to follow do close brace
Juston Li
2015-07-14
staging: sm750fb: fix brace placement
Juston Li
2015-07-14
staging: sm750fb: remove unnecessary whitespace
Juston Li
2015-07-14
staging: sm750fb: remove trailing whitespace
Juston Li
2015-07-14
staging: sm750fb: add space after semicolon
Juston Li
2015-07-14
staging: sm750fb: add spaces around operators
Juston Li
2015-07-14
staging: sm750fb: consistent spacing around operators
Juston Li
2015-07-14
staging: sm750fb: add space after return type
Juston Li
2015-07-14
staging: sm750fb: add space after struct definition
Juston Li
2015-07-14
staging: sm750fb: add space after enum definition
Juston Li
2015-07-14
staging: sm750fb: add space after close brace
Juston Li
2015-07-14
staging: sm750fb: add space before open brace
Juston Li
2015-07-14
staging: sm750fb: remove space between function name and parenthesis
Juston Li
2015-07-14
staging: sm750fb: add space before open parenthesis
Juston Li
2015-07-14
staging: sm750fb: remove space before close parenthesis
Juston Li
2015-07-14
staging: sm750fb: remove spacing after open parenthesis
Juston Li
2015-07-14
staging: sm750fb: use tabs for indentation
Juston Li
2015-07-14
Staging: sm750fb: ddk750_dvi.h: Fix brace coding style issue
Anders Fridlund
[next]