summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2013-08-27staging: vt6656: device.h replace typedef struct _USB_SEND_CONTEXT.Malcolm Priestley5-32/+33
2013-08-27staging: vt6656: rxtx.c s_vFillTxKey use switch for pTransmitKey->byCipherSuiteMalcolm Priestley1-3/+7
2013-08-27staging: vt6656: rxtx.c s_vFillTxKey clean up format and white space.Malcolm Priestley1-82/+93
2013-08-27staging: vt6656: rxtx.c s_vFillRTSHead/s_vFillCTSHead move union vnt_tx_data_...Malcolm Priestley1-12/+11
2013-08-27staging: vt6656: rxtx.c merge pvRTS and pvCTS/pCTS void pointersMalcolm Priestley1-50/+36
2013-08-27staging: vt6656: rxtx.c s_vGenerateTxParameter create argument bool need rtsMalcolm Priestley1-14/+11
2013-08-27staging: vt6656: s_vFillCTSHead join structures of vnt_cts* to union vnt_tx_d...Malcolm Priestley1-5/+5
2013-08-27staging: vt6656: rxtx.c s_vFillCTSHead Remove byPktType ifMalcolm Priestley1-2/+0
2013-08-27staging: vt6656: rxtx.c s_vFillRTSHead PK_TYPE_11A allow fall through AUTO_FB...Malcolm Priestley1-6/+3
2013-08-27staging: vt6656: rxtx.c: s_vFillRTSHead change if/else to switch on byPktypeMalcolm Priestley1-3/+7
2013-08-26staging: dgnc: tty.c: edits var in init func for sparseLidza Louina1-1/+1
2013-08-26staging: dgnc: neo.c: changes param in neo_read_eeprom function for sparseLidza Louina1-1/+1
2013-08-26staging: dgnc: cls.c: changes var in cls_vpd function for sparseLidza Louina1-1/+1
2013-08-26staging: dgnc: driver.h: changes a struct board_t var's type and marker for s...Lidza Louina1-1/+1
2013-08-26staging: dgnc: neo_uart_struct: adds marker and changes vars' types for sparseLidza Louina2-22/+22
2013-08-26staging: dgnc: cls_uart_struct: adds marker and changes vars' types for sparseLidza Louina2-9/+9
2013-08-26staging: usbip: use DEVICE_ATTR_RO/RW for sysfs attributesGreg Kroah-Hartman3-10/+11
2013-08-26staging: comedi: comedi_bond: use correct minor device numbers in nameIan Abbott1-2/+2
2013-08-26staging: comedi: comedi_bond: use krealloc() and fix memory leakIan Abbott1-19/+9
2013-08-26staging: comedi: comedi_bond: handle base channel for insn_bitsIan Abbott3-46/+83
2013-08-26staging: comedi: comedi_bond: get INSN_CONFIG_DIO_QUERY info from horse's mouthIan Abbott3-32/+40
2013-08-26staging: comedi: comedi_bond: just check devprivs->devs once on detachIan Abbott1-2/+2
2013-08-26staging: comedi: comedi_bond: no need to free dev->private on detachIan Abbott1-2/+0
2013-08-26staging: comedi: comedi_bond: remove unused subdev_typeIan Abbott1-2/+0
2013-08-26staging: comedi: comedi_bond: don't map channels individuallyIan Abbott1-15/+13
2013-08-26staging: comedi: comedi_bond: use bitmap to record opened/closed minorsIan Abbott1-8/+8
2013-08-26staging: comedi: comedi_bond: change return value of bonding_attach()Ian Abbott1-1/+1
2013-08-26staging: comedi: comedi_bond: return error code in do_dev_config()Ian Abbott1-11/+12
2013-08-26staging: comedi: comedi_bond: no need to initialize file[]Ian Abbott1-1/+1
2013-08-26staging: comedi: comedi_bond: rename CamelCase identifiersIan Abbott1-23/+24
2013-08-26staging: comedi: comedi_bond: shorten module descriptionIan Abbott1-3/+1
2013-08-26staging: comedi: comedi_bond: reformat some commentsIan Abbott1-68/+73
2013-08-26staging: dgnc: Kconfig: add dependency PCI for itChen Gang1-1/+1
2013-08-26staging: lustre: Fix typo in lustre/lnetMasanari Iida8-15/+15
2013-08-26staging: rtl8192e: Remove pt_regs * irq handler parameternavin patidar2-8/+3
2013-08-26staging: ozwpan: change max. TX frame size supported.Rupesh Gujare1-1/+1
2013-08-26staging: ozwpan: Fix error checking while transmitting frame.Rupesh Gujare1-4/+4
2013-08-26staging: ozwpan: change variable type.Rupesh Gujare1-2/+2
2013-08-26staging: ozwpan: Increase interrupt end point buffer sizeRupesh Gujare1-1/+2
2013-08-26staging: ozwpan: Convert hard coded value to MacroRupesh Gujare1-1/+2
2013-08-26staging: ozwpan: Check for correct config number.Rupesh Gujare1-1/+1
2013-08-26staging: rxtx.c s_vFillRTSHead white space and formating clean upMalcolm Priestley1-21/+18
2013-08-26staging: vt6656: rxtx s_vFillRTSHead create union of vnt_rts*/vnt_cts* struct...Malcolm Priestley2-17/+20
2013-08-26staging: vt6656: rxtx.c s_vFillRTSHead Parse out struct vnt_rts_a_fb to new f...Malcolm Priestley1-27/+27
2013-08-26staging: vt6656: rxtx.c s_vFillRTSHead Parse out struct vnt_rts_ab to new fun...Malcolm Priestley1-41/+24
2013-08-26staging: vt6656: rxtx.c s_vFillRTSHead Parse out struct vnt_rts_g_fb to new f...Malcolm Priestley1-40/+38
2013-08-26staging: vt6656: rxtx.c s_vFillRTSHead Parse out struct vnt_rts_g to new func...Malcolm Priestley1-28/+47
2013-08-26staging: vt6656: s_vGenerateTxParameter pvRrvTime should never be NULLMalcolm Priestley1-13/+3
2013-08-26staging: vt6656: s_vGenerateTxParameter dead code bDisCRCMalcolm Priestley1-5/+0
2013-08-26staging: vt6656: rxtx.c s_vFillCTSHead remove dead code bDisCRCMalcolm Priestley1-9/+4