summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2011-02-04staging: pohmelfs: Fix some typos, and comments.Justin P. Mattock
2011-02-04staging: speakup: enlosed macros with complex values in parenthesisTimo von Holtz
2011-02-04Staging: rts_pstor: fixed some brace code styling issuesTimo von Holtz
2011-02-04staging: et131x: Begin cleaning up the MI registersAlan Cox
2011-02-04staging: et131x: Clean up the RFD struct/typesAlan Cox
2011-02-04staging: et131x: Clean up the phy coma stuffAlan Cox
2011-02-04staging: et131x: Kill of the eFLOW_CONTROL enumAlan Cox
2011-02-04staging: et131x: Turn a few more LongCapitalisedThings into Linuxish namesAlan Cox
2011-02-04staging/easycap: add level 1 tabs in usb_probe/disconnect functionTomas Winkler
2011-02-04stagine/easycap: make easyoss_fops staticTomas Winkler
2011-02-04staging/easycap: kill declaration of not existing variablesTomas Winkler
2011-02-04staging/easycap: don't shadow rc variable from macrosTomas Winkler
2011-02-04staging/easycap: replace underscored types with regular onceTomas Winkler
2011-02-04staging/easycap: rename variable s16 to tmpTomas Winkler
2011-02-04staging/easycap: rename variable u8 to tmpTomas Winkler
2011-02-04staging/easycap: rename variable s32 to tmpTomas Winkler
2011-02-04staging/easycap: remove explicit NULL initializationTomas Winkler
2011-02-04staging/easycap: improve coding style when checking return valueTomas Winkler
2011-02-04staging/easycap: fix artificial line breaksTomas Winkler
2011-02-04staging/easycap: repace #if defined with simpler #ifdefTomas Winkler
2011-02-04staging/easycap: kill EASYCAP_NEEDS_UNLOCKED_IOCTLTomas Winkler
2011-02-04staging/easycap: remove comment: EASYCAP_NEEDS_ALSATomas Winkler
2011-02-04staging/easycap: don't cast NULL pointerTomas Winkler
2011-02-04staging: ft1000: Remove unnecessary assignment.Marek Belisko
2011-02-04staging: ft1000: Create common function for buffers check.Marek Belisko
2011-02-04staging: ft1000: Remove unused variables.Marek Belisko
2011-02-04staging: ft1000: Fix indentation in scram_dnldr() function.Marek Belisko
2011-02-04staging: ft1000: Fix coding style in write_blk_fifo() function.Marek Belisko
2011-02-04staging: ft1000: Fix coding style in get_handshake() function.Marek Belisko
2011-02-04staging: ft1000: Fix coding style in hdr_checksum() function.Marek Belisko
2011-02-04staging: ft1000: Fix coding style in put_request_value() function.Marek Belisko
2011-02-04staging: ft1000: Fix coding style in get_request_value() function.Marek Belisko
2011-02-04staging: ft1000: Fix coding style in get_request_type_usb() function.Marek Belisko
2011-02-04staging: ft1000: Fix coding style in get_request_type() function.Marek Belisko
2011-02-04staging: ft1000: Fix coding style in put_handshake_usb() function.Marek Belisko
2011-02-04staging: ft1000: Fix coding style in get_handshake_usb() function.Marek Belisko
2011-02-04staging: ft1000: Fix coding style in put_handshake() function.Marek Belisko
2011-02-04staging: ft1000: Fix coding style in check_usb_db() function.Marek Belisko
2011-02-04staging: ft1000: Remove dead code.Marek Belisko
2011-02-02staging: ath6kl: Remove #define A_OKJoe Perches
2011-02-02staging: ath6kl: Convert (status != A_OK) to (status)Joe Perches
2011-02-02staging: ath6kl: Convert A_INT32 to s32Joe Perches
2011-02-02staging: ath6kl: Convert A_INT16 to s16Joe Perches
2011-02-02staging: ath6kl: Convert A_INT8 to s8Joe Perches
2011-02-02staging: ath6kl: Convert A_UINT64 to u64Joe Perches
2011-02-02staging: ath6kl: Convert A_UINT32 to u32Joe Perches
2011-02-02staging: ath6kl: Convert A_UINT16 to u16Joe Perches
2011-02-02staging: ath6kl: Convert A_UINT8 to u8Joe Perches
2011-02-02staging: ath6kl: Convert A_CHAR to charJoe Perches
2011-02-02staging: ath6kl: Remove A_BOOL and TRUE/FALSEJoe Perches