Commit History

Author SHA1 Message Date
  Roman Kiryanov 6d7d725b2e platform: goldfish: pipe: Add a blank line to separate varibles and code 7 years ago
  Roman Kiryanov e6fb319330 platform: goldfish: pipe: Remove redundant casting 7 years ago
  Roman Kiryanov 60a6e5233f platform: goldfish: pipe: Call misc_deregister if init fails 7 years ago
  Roman Kiryanov 08360e26f2 platform: goldfish: pipe: Move the file-scope goldfish_pipe_dev variable into the driver state 7 years ago
  Roman Kiryanov 43c2cc2864 platform: goldfish: pipe: Move the file-scope goldfish_pipe_miscdev variable into the driver state 7 years ago
  Roman Kiryanov c394cc3b47 platform: goldfish: pipe: Move the file-scope goldfish_interrupt_tasklet variable into the driver state 7 years ago
  Wei Yongjun 3790e28cdb platform: goldfish: pipe: Make symbol 'goldfish_pipe_dev' static 7 years ago
  Roman Kiryanov 581ae6b722 platform: goldfish: pipe: Remove redundant header include 7 years ago
  Roman Kiryanov 6b979998a0 platform: goldfish: pipe: Remove redundant struct declarations 7 years ago
  Roman Kiryanov 77994c69b6 platform: goldfish: pipe: Remove a redundant blank line 7 years ago
  Roman Kiryanov 48a2d422b5 platform: goldfish: pipe: Prevent memory corruption from several threads writing to the same variable 7 years ago
  Roman Kiryanov bfb8e83847 platform: goldfish: pipe: Replace "x==NULL" to "!x" 7 years ago
  Roman Kiryanov cc14057f51 platform: goldfish: pipe: Move logical ops to the end of the prev line 7 years ago
  Roman Kiryanov 52bcc7d942 platform: goldfish: pipe: Fix alignment to match parenthesis 7 years ago
  Roman Kiryanov 562a74de97 platform: goldfish: pipe: Fix lines to not end an opening bracket 7 years ago
  Roman Kiryanov 92c320b97e platform: goldfish: pipe: Rename goldfish_x to goldfish_pipe_x 7 years ago
  Roman Kiryanov a0739604f4 platform: goldfish: pipe: Remove reduntant casting to (void) 7 years ago
  Roman Kiryanov 61b38f027f platform: goldfish: pipe: Rename 'wakeBit' to 'wake_bit' 7 years ago
  Roman Kiryanov 1d1021a0f9 platform: goldfish: pipe: Remove a blank line before '}' 7 years ago
  Roman Kiryanov 468e62f92e platform: goldfish: pipe: Remove reduntant casting 7 years ago
  Roman Kiryanov 610a72b707 platform: goldfish: pipe: Replace two code blocks with a function call 7 years ago
  Roman Kiryanov 2ed43e53e3 platform: goldfish: pipe: Remove a redundant variable 7 years ago
  Roman Kiryanov 46928cc6ff platform: goldfish: pipe: Add blank lines to separate struct members 7 years ago
  Roman Kiryanov 25b97d5706 platform: goldfish: pipe: Replace pr_ with dev_ for logging 7 years ago
  Roman Kiryanov 869fd5023a platform: goldfish: pipe: Replace an array of 1 with a variable 7 years ago
  Roman Kiryanov d23069a5a5 platform: goldfish: pipe: Fail compilation if structs are too large 7 years ago
  Roman Kiryanov 84ae527aa5 platform: goldfish: pipe: Update the comment for GFP_ATOMIC 7 years ago
  Roman Kiryanov 95577010a4 platform: goldfish: pipe: Separate the host interface to a separate header 7 years ago
  Roman Kiryanov 53bdf6686e platform: goldfish: pipe: Move an opening brace to the next line 7 years ago
  Roman Kiryanov c3c4e307db platform: goldfish: pipe: Update license 7 years ago