aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/sm750fb/sm750_hw.c
AgeCommit message (Expand)AuthorFilesLines
2018-03-19staging: sm750fb: Remove typedefGravatar Nishka Dasgupta 1-1/+1
2018-02-16staging: sm750fb: Remove typedefs from enumsGravatar Christian Luetke-Stetzkamp 1-1/+1
2018-01-23staging: sm750fb: fix CamelCase for dispSet varGravatar Petr Sedlak 1-7/+7
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-03-23staging: sm750fb: Remove typedef from "typedef struct _mode_parameter_t"Gravatar Arushi Singhal 1-1/+1
2017-02-09staging: sm750fb: Replace POKE32 and PEEK32 by inline functionsGravatar Matthieu Simon 1-51/+51
2016-11-10staging: sm750fb: prefix global identifiersGravatar Arnd Bergmann 1-2/+2
2016-10-30staging: sm750fb: Replace functions CamelCase naming with underscores.Gravatar Elise Lennion 1-1/+1
2016-10-25staging: sm750fb: restructure multi-line comments to follow CodingStyleGravatar Eric S. Stone 1-9/+16
2016-10-16staging: sm750fb: Replace functions CamelCase naming with underscores.Gravatar Elise Lennion 1-3/+3
2016-10-16staging: sm750fb: Merge ddk750_help.* into ddk750_chip.*.Gravatar Elise Lennion 1-1/+4
2016-10-16Staging: sm750fb: fix do not add new typedefs warningGravatar Mihaela Muraru 1-1/+1
2016-09-27staging: sm750fb: rename getChipType to sm750_get_chip_typeGravatar Moshe Green 1-4/+4
2016-09-22staging: sm750fb: Remove unnecessary parenthesesGravatar Rehas Sachdeva 1-2/+2
2016-09-16staging: sm750fb: Change 'uint32_t' to 'u32'Gravatar Rehas Sachdeva 1-1/+1
2016-08-21sm750fb/sm750_hw.c: split assignment & long linesGravatar Stefan Wolz 1-4/+9
2016-08-21sm750fb/sm750_hw.c: fixed commentsGravatar Stefan Wolz 1-22/+26
2016-08-21sm750fb/sm750_hw.c: fixed whitespacingGravatar Stefan Wolz 1-17/+9
2016-08-21sm750fb/sm750_hw.c: corrected alignmentGravatar Stefan Wolz 1-6/+7
2016-02-15staging: sm750fb: change definition of CRT_FB_ADDRESS fieldsGravatar Mike Rapoport 1-2/+2
2016-02-15staging: sm750fb: change definition of CRT_FB_WIDTH fieldsGravatar Mike Rapoport 1-5/+4
2016-02-15staging: sm750fb: Remove inclusion of header fileGravatar Amitoj Kaur Chawla 1-1/+0
2016-02-14staging: sm750fb: Fix indentation of if...else statementsGravatar Janani Ravichandran 1-10/+9
2016-02-11staging: sm750fb: change definition of CRT_DISPLAY_CTRL multi-bit fieldsGravatar Mike Rapoport 1-2/+4
2016-02-11staging: sm750fb: use BIT macro for CRT_DISPLAY_CTRL single-bit fieldsGravatar Mike Rapoport 1-12/+17
2016-02-11staging: sm750fb: change definition of PANEL_PLANE_BR fieldsGravatar Mike Rapoport 1-3/+4
2016-02-11staging: sm750fb: change definition of PANEL_WINDOW_HEIGHT fieldsGravatar Mike Rapoport 1-3/+5
2016-02-11staging: sm750fb: change definition of PANEL_WINDOW_WIDTH fieldsGravatar Mike Rapoport 1-3/+4
2016-02-11staging: sm750fb: change definition of PANEL_FB_WIDTH fieldsGravatar Mike Rapoport 1-4/+4
2016-02-11staging: sm750fb: change definition of PANEL_FB_ADDRESS fieldsGravatar Mike Rapoport 1-5/+3
2016-02-11staging: sm750fb: change definition of PANEL_DISPLAY_CTRL multi-bit fieldsGravatar Mike Rapoport 1-5/+1
2016-02-11staging: sm750fb: remove PANEL_DISPLAY_CTRL_TFT_DISP definesGravatar Mike Rapoport 1-7/+10
2016-02-11staging: sm750fb: use BIT macro for PANEL_DISPLAY_CTRL single-bit fieldsGravatar Mike Rapoport 1-7/+8
2016-02-11staging: sm750fb: hw_sm750_setBLANK: reduce printk verbosityGravatar Mike Rapoport 1-2/+2
2016-02-07staging: sm750fb, fix typosGravatar Matej Vasek 1-1/+1
2016-02-07staging: sm750fb: use BIT macro for MISC_CTRL single-bit fieldsGravatar Mike Rapoport 1-6/+2
2016-02-07staging: sm750fb: change definition of SYSTEM_CTRL multi-bit fieldsGravatar Mike Rapoport 1-9/+9
2016-02-07staging: sm750fb: use BIT macro for SYSTEM_CTRL single-bit fieldsGravatar Mike Rapoport 1-7/+8
2016-02-07staging: sm750fb: use BIT macro for DE_STATE2 single-bit fieldsGravatar Mike Rapoport 1-4/+4
2016-02-07staging: sm750fb: use BIT macro for DE_STATE1 single-bit fieldGravatar Mike Rapoport 1-2/+2
2016-02-07staging: sm750fb: hw_sm750(le)_deWait: rename dwVal to valGravatar Mike Rapoport 1-8/+8
2015-10-27staging: sm750fb: merge lynx_share into sm750_devGravatar Mike Rapoport 1-29/+27
2015-10-27staging: sm750fb: replace lynx_share with sm750_dev in function callsGravatar Mike Rapoport 1-9/+7
2015-10-27staging: sm750fb: remove hw_sm750_getVMSize functionGravatar Mike Rapoport 1-11/+2
2015-10-27staging: sm750fb: replace lynx_share with sm750_dev in lynxfb_parGravatar Mike Rapoport 1-3/+3
2015-10-27staging: sm750fb: merge struct sm750_state into struct sm750_devGravatar Mike Rapoport 1-5/+5
2015-10-27staging: sm750fb: rename 'struct sm750_dev' variables to sm750_devGravatar Mike Rapoport 1-9/+9
2015-10-27staging: sm750fb: rename struct sm750_share to sm750_devGravatar Mike Rapoport 1-4/+4
2015-10-27staging: sm750fb: merge sm750_hw.h into sm750.hGravatar Mike Rapoport 1-1/+0
2015-10-27staging: sm750fb: replace PADDING macro with ALIGNGravatar Mike Rapoport 1-2/+2