summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-05-16Staging:ft1000_debug.c:Renaming __FUNCTION__Paul McQuade1-1/+1
2014-05-16Staging: ft1000-usb: use netdev_warnAnders Darander1-2/+2
2014-05-16Staging: ft1000-usb: wrap macros in do whileAnders Darander1-9/+12
2014-05-16staging: dgnc: UART_IIR_XOFF code is buggyDan Carpenter2-5/+0
2014-05-16staging: dgnc: use dev_err() instead of printk()Martin Kepplinger1-1/+1
2014-05-16staging: dgnc: redundant NULL checks before kfree()Vitaly Osipov1-9/+4
2014-05-16Staging: dgnc: dgnc_driver: fixed incorrect bracesSon P. Nguyen1-14/+7
2014-05-16staging: dgnc: cleanup dgnc_finalize_board_init()Antoine Sirinelli1-3/+6
2014-05-16staging: dgap: Add Mark Hounschell to maintainers list for dgapMark Hounschell1-0/+1
2014-05-16staging: vt6656: fix potential leak in vt6656_hostap_ioctl()Christian Engelmayer1-2/+4
2014-05-16staging: vt6656: desh.h Remove unused macros and structures.Malcolm Priestley1-55/+0
2014-05-16staging: vt6656: rxtx: Remove unused uDMAIdx from driver.Malcolm Priestley4-22/+19
2014-05-16staging: vt6656: make spin_lock_irq() human readableMartin Kepplinger2-3/+4
2014-05-16staging: vt6655: fix checkpatch bracing issuesGuido Martínez23-949/+814
2014-05-16staging: vt6655: remove dead codeGuido Martínez39-1101/+51
2014-05-16staging: vt6656: Use proper target pointer in memcpy()Tobias Klauser1-2/+2
2014-05-16staging: vt6656: Remove unnecesssary NULL checkTobias Klauser1-3/+0
2014-05-16Staging: vt6655: tether: fixed a brace coding style issueNicolas Del Piano1-2/+2
2014-05-16goldfish: clean up the pipe driver 64bit ifdefsAlan1-22/+11
2014-05-16goldfish: clean up the checkpatch warningsAlan1-26/+34
2014-05-16goldfish: clean up tty 64bit supportAlan1-10/+5
2014-05-16goldfish: clean up staging ifdefsAlan3-40/+13
2014-05-16goldfish: Allow 64bit buildsAlan1-1/+0
2014-05-16goldfish: enable 64-bit tty driverJun Tian1-0/+9
2014-05-16goldfish_nand.c: remove length restrictionsNick Kralevich1-4/+0
2014-05-16goldfish: add support for 64bit to the virtual busOctavian Purdila1-1/+5
2014-05-16goldfish: fix kernel panic when using multiple adb connectionJun Tian1-0/+3
2014-05-16goldfish: 64-bit pipe driver for goldfish platformJun Tian1-6/+29
2014-05-16staging: rtl8723au: Remove unused pointer in rtw_wdev_free()Christian Engelmayer1-4/+0
2014-05-16staging: rtl8723au: fix some confusing indentingDan Carpenter1-2/+2
2014-05-16staging: rtl8723au: Remove unused struct odm_ra_infoJes Sorensen1-32/+0
2014-05-16staging: rtl8723au: Since struct odm_sta_info isn't used, remove it completelyJes Sorensen1-25/+0
2014-05-16staging: rtl8723au: Remove unused variable IOTPeerJes Sorensen2-2/+0
2014-05-16staging: rtl8723au: struct odm_mac_info isn't usedJes Sorensen1-6/+0
2014-05-16staging: rtl8723au: struct phy_info and struct odm_phy_info are identicalJes Sorensen5-23/+10
2014-05-16staging: rtl8723au: Remove empty *_free_xmit_priv() and friendsJes Sorensen6-15/+0
2014-05-16staging: rtl8723au: Eliminate no-op function rtl8723au_init_recvbuf()Jes Sorensen3-8/+0
2014-05-16staging: rtl8723au: Remove another unused queue from struct recv_privJes Sorensen3-8/+0
2014-05-16staging: rtl8723au: Remove some unused lists from struct sta_privJes Sorensen2-4/+0
2014-05-16staging: rtl8723au: rtw_pwrctrl.c: Reduce spaghettificationJes Sorensen1-104/+111
2014-05-16staging: rtl8723au: pattrib->priority can't be > 15, no need for CHKBIT()Jes Sorensen1-2/+1
2014-05-16staging: rtl8723au: qos_asm23a(): Don't pass through an invalid priorityJes Sorensen1-0/+1
2014-05-16staging: rtl8723au: set_qos() keep userpriority in a u8Jes Sorensen1-1/+1
2014-05-16staging: rtl8723au: Another case of missing 'tid' bounds checking.Jes Sorensen2-1/+6
2014-05-16staging: rtl8723au: 'keyid' is always 0-3, no need for CHKBIT()Jes Sorensen3-9/+20
2014-05-16staging: rtl8723au: No need for CHKBIT since 16 + 12 is still < 32Jes Sorensen1-3/+3
2014-05-16staging: rtl8723au: tid is 4 bits, so we need a 16 bit value to hold a bitmapJes Sorensen4-19/+14
2014-05-16staging: rtl8723au: Remove local #define BIT()Jes Sorensen1-3/+0
2014-05-16staging: rtl8723au: Call c2h_handler_8723a() directly instead of via HAL inte...Jes Sorensen5-17/+5
2014-05-16staging: rtl8723au: The driver only has one c2h_id_filterJes Sorensen5-17/+1