summaryrefslogtreecommitdiffstats
path: root/drivers/staging
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | staging: rtl8188eu: Remove version.h inclusion in osdep_service.hSachin Kamat2013-08-281-1/+0
| * | | | staging: dgap: Remove version.h header inclusion in dgap_trace.cSachin Kamat2013-08-281-1/+0
| * | | | staging: dgap: Remove version.h header inclusion in dgap_sysfs.cSachin Kamat2013-08-281-1/+0
| * | | | staging: dgap: Remove version.h header inclusion in dgap_parse.cSachin Kamat2013-08-281-1/+0
| |/ / /
| * | | staging: gdm724x: Remove version.h header inclusion in netlink_k.cSachin Kamat2013-08-271-1/+0
| * | | staging: Update e-mail address for Andrea MerelloAndrea Merello2013-08-2748-49/+49
| * | | staging: dgnc: driver.c and .h: removes dgnc_driver_kzmalloc funcLidza Louina2013-08-272-16/+0
| * | | staging: dgnc: driver.c and tty.c: replaces dgnc_driver_kzmalloc with kzallocLidza Louina2013-08-272-13/+13
| * | | staging: dgnc: tty.c: updates uart_struct declaration for sparseLidza Louina2013-08-271-3/+3
| * | | staging: ozwpan: oz_pd_free() can be staticFengguang Wu2013-08-271-1/+1
| * | | staging: gdm7240: gdm_driver[] can be staticFengguang Wu2013-08-271-2/+2
| * | | staging: r8188eu: Fix build error with random configurationLarry Finger2013-08-271-1/+1
| * | | staging: ozwpan: Reset PORT_ENABLE bit.Rupesh Gujare2013-08-271-1/+1
| * | | staging: ozwpan: Add debounce time before unregistering.Rupesh Gujare2013-08-271-0/+5
| * | | staging: comedi: ni_atmio16d: fix atmio16d_dio_insn_config()H Hartley Sweeten2013-08-271-9/+13
| * | | staging: comedi: dmm32at: fix dmm32at_dio_insn_config()H Hartley Sweeten2013-08-271-16/+19
| * | | staging: comedi: dt282x: fix dt282x_dio_insn_config()H Hartley Sweeten2013-08-271-11/+14
| * | | staging: comedi: dt2817: fix dt2817_dio_insn_config()H Hartley Sweeten2013-08-271-16/+14
| * | | staging: vt6656: device.h replace typedef struct _USB_SEND_CONTEXT.Malcolm Priestley2013-08-275-32/+33
| * | | staging: vt6656: rxtx.c s_vFillTxKey use switch for pTransmitKey->byCipherSuiteMalcolm Priestley2013-08-271-3/+7
| * | | staging: vt6656: rxtx.c s_vFillTxKey clean up format and white space.Malcolm Priestley2013-08-271-82/+93
| * | | staging: vt6656: rxtx.c s_vFillRTSHead/s_vFillCTSHead move union vnt_tx_data_...Malcolm Priestley2013-08-271-12/+11
| * | | staging: vt6656: rxtx.c merge pvRTS and pvCTS/pCTS void pointersMalcolm Priestley2013-08-271-50/+36
| * | | staging: vt6656: rxtx.c s_vGenerateTxParameter create argument bool need rtsMalcolm Priestley2013-08-271-14/+11
| * | | staging: vt6656: s_vFillCTSHead join structures of vnt_cts* to union vnt_tx_d...Malcolm Priestley2013-08-271-5/+5
| * | | staging: vt6656: rxtx.c s_vFillCTSHead Remove byPktType ifMalcolm Priestley2013-08-271-2/+0
| * | | staging: vt6656: rxtx.c s_vFillRTSHead PK_TYPE_11A allow fall through AUTO_FB...Malcolm Priestley2013-08-271-6/+3
| * | | staging: vt6656: rxtx.c: s_vFillRTSHead change if/else to switch on byPktypeMalcolm Priestley2013-08-271-3/+7
| * | | staging: dgnc: tty.c: edits var in init func for sparseLidza Louina2013-08-261-1/+1
| * | | staging: dgnc: neo.c: changes param in neo_read_eeprom function for sparseLidza Louina2013-08-261-1/+1
| * | | staging: dgnc: cls.c: changes var in cls_vpd function for sparseLidza Louina2013-08-261-1/+1
| * | | staging: dgnc: driver.h: changes a struct board_t var's type and marker for s...Lidza Louina2013-08-261-1/+1
| * | | staging: dgnc: neo_uart_struct: adds marker and changes vars' types for sparseLidza Louina2013-08-262-22/+22
| * | | staging: dgnc: cls_uart_struct: adds marker and changes vars' types for sparseLidza Louina2013-08-262-9/+9
| * | | staging: usbip: use DEVICE_ATTR_RO/RW for sysfs attributesGreg Kroah-Hartman2013-08-263-10/+11
| * | | staging: comedi: comedi_bond: use correct minor device numbers in nameIan Abbott2013-08-261-2/+2
| * | | staging: comedi: comedi_bond: use krealloc() and fix memory leakIan Abbott2013-08-261-19/+9
| * | | staging: comedi: comedi_bond: handle base channel for insn_bitsIan Abbott2013-08-263-46/+83
| * | | staging: comedi: comedi_bond: get INSN_CONFIG_DIO_QUERY info from horse's mouthIan Abbott2013-08-263-32/+40
| * | | staging: comedi: comedi_bond: just check devprivs->devs once on detachIan Abbott2013-08-261-2/+2
| * | | staging: comedi: comedi_bond: no need to free dev->private on detachIan Abbott2013-08-261-2/+0
| * | | staging: comedi: comedi_bond: remove unused subdev_typeIan Abbott2013-08-261-2/+0
| * | | staging: comedi: comedi_bond: don't map channels individuallyIan Abbott2013-08-261-15/+13
| * | | staging: comedi: comedi_bond: use bitmap to record opened/closed minorsIan Abbott2013-08-261-8/+8
| * | | staging: comedi: comedi_bond: change return value of bonding_attach()Ian Abbott2013-08-261-1/+1
| * | | staging: comedi: comedi_bond: return error code in do_dev_config()Ian Abbott2013-08-261-11/+12
| * | | staging: comedi: comedi_bond: no need to initialize file[]Ian Abbott2013-08-261-1/+1
| * | | staging: comedi: comedi_bond: rename CamelCase identifiersIan Abbott2013-08-261-23/+24
| * | | staging: comedi: comedi_bond: shorten module descriptionIan Abbott2013-08-261-3/+1
| * | | staging: comedi: comedi_bond: reformat some commentsIan Abbott2013-08-261-68/+73
OpenPOWER on IntegriCloud