1. 42f8f21 staging: sm750fb: replace roundedDiv with DIV_ROUND_CLOSEST by Moshe Green · 8 years ago
  2. 06a4f42 staging: sm750fb: rename getChipType to sm750_get_chip_type by Moshe Green · 8 years ago
  3. f3151e0 staging: sm750fb: Use BIT(x) macro by Rehas Sachdeva · 8 years ago
  4. b29376c3 staging: sm750fb: fix block comment style and spelling issues in ddk750_chip.c by Moshe Green · 8 years ago
  5. 46b7dd7 staging: sm750fb: fix line length coding style issues in ddk750_chip.c by Moshe Green · 8 years ago
  6. d943005 Staging: sm750fb: fix block comment coding style issue in ddk750_chip.c by Moshe Green · 8 years ago
  7. f90416d Staging: sm750fb: fix line length coding style issue in ddk750_chip.c by Moshe Green · 8 years ago
  8. 83d6283 Staging: sm750fb: fix a line length coding style warning in ddk750_chip.c by Moshe Green · 8 years ago
  9. f0e00da staging: sm750fb: initialize max_d to maximum D value of 6 by Colin Ian King · 8 years ago
  10. 603dd49 staging: sm750fb: move MHz() and roundedDiv() close to their usage by Mike Rapoport · 8 years ago
  11. e074da3 staging: sm750fb: replace absDiff with kernel standard abs macro by Mike Rapoport · 8 years ago
  12. 0f23be7 staging: sm750fb: use BIT macro for DMA_ABORT_INTERRUPT single-bit fields by Mike Rapoport · 8 years ago
  13. 6fba39c staging: sm750fb: use BIT macro for PANEL_DISPLAY_CTRL single-bit fields by Mike Rapoport · 8 years ago
  14. 85e4db5 staging: sm750fb: share common bits in display control registers by Mike Rapoport · 8 years ago
  15. d979814 staging: sm750fb: use BIT macro for VGA_CONFIGURATION single-bit fields by Mike Rapoport · 8 years ago
  16. cdd5df6 staging: sm750fb: change defintion of PANEL_PLL_CTRL multi-bit fields by Mike Rapoport · 8 years ago
  17. 5557eb1 staging: sm750fb: use BIT macro for PLL_CTRL single-bit fields by Mike Rapoport · 8 years ago
  18. 54feb93 staging: sm750fb: rename PANEL_PLL_CTRL_* fields to PLL_CTRL_* by Mike Rapoport · 8 years ago
  19. 0c4d85f staging: sm750fb: formatPllReg: fix comment formatting by Mike Rapoport · 8 years ago
  20. 375b4d4 staging: sm750fb: formatPllReg: rename ulPllReg to reg by Mike Rapoport · 8 years ago
  21. 05e9d9e staging: sm750fb: use BIT macro for MODE0_GATE single-bit fields by Mike Rapoport · 9 years ago
  22. 6e8aa4a staging: sm750fb: change definition of CURRENT_GATE multi-bit fields by Mike Rapoport · 9 years ago
  23. 19aa211 staging: sm750fb: set{Memory, Master}Clock: rename ulReg to reg by Mike Rapoport · 9 years ago
  24. 90946e5 staging: sm750fb: use BIT macro for CURRENT_GATE single-bit fields by Mike Rapoport · 9 years ago
  25. 5538d5c staging: sm750fb: change definition of MISC_CTRL multi-bit fields by Mike Rapoport · 9 years ago
  26. 5372350 staging: sm750fb: use BIT macro for MISC_CTRL single-bit fields by Mike Rapoport · 9 years ago
  27. 8bc728c staging: sm750fb: ddk750_initHw: rename ulReg to reg by Mike Rapoport · 9 years ago
  28. 7a81b94 staging: sm750fb: remove unused pllcalparam typedef by Mike Rapoport · 9 years ago
  29. a61dc13 staging: sm750fb: simplify PLL divisors calculations by Mike Rapoport · 9 years ago
  30. cfac7d6 staging: sm750fb: remove '#if 1' conditionals by Mike Rapoport · 9 years ago
  31. b02f924 staging: sm750fb: remove some unnecessary castings by Mike Rapoport · 9 years ago
  32. 7092d76 staging: sm750fb: rename getChipClock to get_mxclk_freq by Mike Rapoport · 9 years ago
  33. 7751e0e staging: sm750fb: merge calcPLL and getPllValue into getChipClock by Mike Rapoport · 9 years ago
  34. 43ce0b5 staging: sm750fb: Rename miniDiff by Amitoj Kaur Chawla · 9 years ago
  35. a76f23d staging: sm750fb: Remove space after opening brace by Amitoj Kaur Chawla · 9 years ago
  36. 2a66a98 staging: sm750fb: Remove space before closing brace by Amitoj Kaur Chawla · 9 years ago
  37. a0fd4b5 staging: sm750fb: Remove space after cast by Amitoj Kaur Chawla · 9 years ago
  38. 80fb74c Staging: sm750fb: Use ARRAY_SIZE macro by Shraddha Barke · 9 years ago
  39. 0ce5fdb staging: sm750fb: Remove multiple blank lines by Amitoj Kaur Chawla · 9 years ago
  40. 07387cb staging: sm750fb: Add space around ':' by Amitoj Kaur Chawla · 9 years ago
  41. 31418e3 staging: sm750fb: Add space around '?' by Amitoj Kaur Chawla · 9 years ago
  42. f40917e staging: sm750fb: Add space around '*' by Amitoj Kaur Chawla · 9 years ago
  43. c18c331 staging: sm750fb: Add space around '/' by Amitoj Kaur Chawla · 9 years ago
  44. 55a6cf5d4 staging: sm750fb: remove unused calcPllValue2 function by Mike Rapoport · 9 years ago
  45. fb6f37a staging: sm750fb: staticize local functions in ddk750_chip by Mike Rapoport · 9 years ago
  46. 1282bad staging: sm750fb: remove dead code by Mike Rapoport · 9 years ago
  47. 174f264 staging: sm750fb: replace twoToPowerOfx with shift operator by Mike Rapoport · 9 years ago
  48. 4cf26d8 staging: sm750fb: replace custom MB(x) macro with appropriate SZ_xM by Mike Rapoport · 9 years ago
  49. 40403c1 staging: sm750fb: add missing blank line after declarations by Juston Li · 9 years ago
  50. 0d5e63c staging: sm750fb: add spaces around operators by Juston Li · 9 years ago
  51. 6ab5b6d staging: sm750fb: consistent spacing around operators by Juston Li · 9 years ago
  52. 8332d94 staging: sm750fb: remove space before close parenthesis by Juston Li · 9 years ago
  53. 7f0ebcc staging: sm750fb: remove spacing after open parenthesis by Juston Li · 9 years ago
  54. eb0f427 drivers: staging: sm750fb: Fix "'foo * bar' should be 'foo *bar'" errors by Greg Donald · 9 years ago
  55. 5ee35ea staging: sm750fb: fix c99 comments by Juston Li · 9 years ago
  56. 63de0eb Staging: sm750fb: Replace spaces with tabs at the start of lines by Isaac Assegai · 9 years ago
  57. 31296ba Staging: sm750fb: Remove space after parenthesis by Amitoj Kaur Chawla · 9 years ago
  58. 97498bb Revert "Staging: sm750fb: Fix C99 Comments" by Greg Kroah-Hartman · 9 years ago
  59. 59f0840 Staging: sm750fb: Remove zero testing pointer typed value by Amitoj Kaur Chawla · 9 years ago
  60. e261e69 Staging: sm750fb: Fixed indent of switch-case by Amitoj Kaur Chawla · 9 years ago
  61. 6ad6b5e Staging: sm750fb: Fix C99 Comments by Amitoj Kaur Chawla · 9 years ago
  62. f8da055 staging: sm750fb: Change "foo * bar" style to "foo *bar" by Helen Fornazier · 9 years ago
  63. ae59c46 staging: sm750fb: Move switch case trailing statment by Helen Fornazier · 9 years ago
  64. c04051f staging: sm750fb: Add spaces after ',' by Helen Fornazier · 9 years ago
  65. c107243 staging: sm750fb: Add space before switch statement by Helen Fornazier · 9 years ago
  66. 82736d2 staging: sm750fb: Add space before if statement by Helen Fornazier · 9 years ago
  67. ce02a16a staging: sm750fb: Fix for statement style by Helen Fornazier · 9 years ago
  68. 9767fc5 staging: sm750fb: Fix if/else/for/switch braces style by Helen Fornazier · 9 years ago
  69. 569a6dc staging: sm750fb: Add space after struct definition by Helen Fornazier · 9 years ago
  70. de99bef staging: sm750fb: Fixed no space and indent warns by Ragavendra Nagraj · 9 years ago
  71. 6946edd staging: sm750fb: remove parantheses from return statements by Supriya Karanth · 9 years ago
  72. 6fa7db8 staging: sm750fb: Add void to function definition with no arguments by Supriya Karanth · 9 years ago
  73. 81dee67 staging: sm750fb: add sm750 to staging by Sudip Mukherjee · 9 years ago