aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/sm750fb/ddk750_hwi2c.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-05-18staging: sm750fb: fix length of lines, function calls and declarationMatej Dujava1-22/+11
2017-03-09staging: sm750fb: Removed unnecessary parentheses.Varsha Rao1-1/+1
2017-02-09staging: sm750fb: Replace POKE32 and PEEK32 by inline functionsMatthieu Simon1-19/+19
2016-11-10staging: sm750fb: prefix global identifiersArnd Bergmann1-2/+2
2016-10-30staging: sm750fb: Replace functions CamelCase naming with underscores.Elise Lennion1-2/+2
2016-10-25staging: sm750fb: restructure multi-line comments to follow CodingStyleEric S. Stone1-3/+6
2016-10-16staging: sm750fb: Merge ddk750_help.* into ddk750_chip.*.Elise Lennion1-1/+1
2016-10-02staging: sm750fb: conform to block comment styleElizabeth Ferdman1-1/+1
2016-03-11staging: sm750fb: Remove parentheses from return argumentsAmitoj Kaur Chawla1-2/+2
2016-02-11staging: sm750fb: use BIT macro for I2C_STATUS fieldsMike Rapoport1-3/+1
2016-02-11staging: sm750fb: use BIT macro for I2C_CTRL fieldsMike Rapoport1-12/+7
2016-02-07staging: sm750fb, fix typosMatej Vasek1-2/+2
2016-02-07staging: sm750fb: use BIT macro for GPIO_MUX single-bit fieldsMike Rapoport1-4/+3
2015-09-14staging: sm750fb: ddk750_*i2c: shorten lines to under 80 charactersMike Rapoport1-5/+14
2015-09-14staging: sm750fb: ddk750_*i2c: remove multiple blank linesMike Rapoport1-16/+0
2015-09-14staging: sm750fb: ddk750_hwi2c: reduce amount of CamelCaseMike Rapoport1-18/+18
2015-09-14staging: sm750fb: hw_i2c_{read,write}: rename CamelCase variablesMike Rapoport1-8/+8
2015-09-14staging: sm750fb: ddk750_hw_i2c: rename busSpeedModeMike Rapoport1-2/+2
2015-09-14staging: sm750fb: ddk750_hwi2c: rename CamelCase static functionsMike Rapoport1-8/+8
2015-09-14staging: sm750fb: rename hwI2CWriteReg to sm750_hw_i2c_write_regMike Rapoport1-1/+1
2015-09-14staging: sm750fb: rename hwI2CReadReg to sm750_hw_i2c_read_regMike Rapoport1-1/+1
2015-09-14staging: sm750fb: rename hwI2CClose to sm750_hw_i2c_closeMike Rapoport1-1/+1
2015-09-14staging: sm750fb: rename hwI2CInit to sm750_hw_i2c_initMike Rapoport1-1/+1
2015-07-14staging: sm750fb: fix brace placementJuston Li1-4/+2
2015-07-14staging: sm750fb: use tabs for indentationJuston Li1-123/+123
2015-03-26staging: sm750fb: Make internal functions staticLorenzo Stoakes1-3/+3
2015-03-06staging: sm750fb: add sm750 to stagingSudip Mukherjee1-0/+271