summaryrefslogtreecommitdiffstats
path: root/drivers/staging
AgeCommit message (Expand)AuthorFilesLines
2013-08-15android/sync: use get_unused_fd_flags(O_CLOEXEC) instead of get_unused_fd()Yann Droneaud1-1/+1
2013-08-15android/sw_sync: use get_unused_fd_flags(O_CLOEXEC) instead of get_unused_fd()Yann Droneaud1-1/+1
2013-08-15staging: vt6656: desc.h Move typedef struct tagSCTS* to new structures in rxtx.hMalcolm Priestley3-47/+53
2013-08-15staging: vt6656: desc.h Remove typedef struct tagSRTS_* to new strutures in r...Malcolm Priestley3-83/+87
2013-08-15Staging: olpc_dcon: more big endian conformityJens Frederich1-6/+7
2013-08-15Staging: olpc_dcon: replace some magic numbersJens Frederich2-15/+25
2013-08-15staging: vt6656: rxtx.h : remove typedef struct tagSBEACON_BUFFERMalcolm Priestley2-11/+10
2013-08-15staging: vt6656: rxtx.c : s_bPacketToWirelessUsb remove usbPacketBuf.Malcolm Priestley1-10/+10
2013-08-15staging: vt6656: rxtx.c remove typdef PTX_BUFFERMalcolm Priestley2-21/+19
2013-08-15staging: ozwpan: Remove extra variable.Rupesh Gujare1-2/+1
2013-08-15staging: ozwpan: Remove unneeded variable initializerRupesh Gujare1-1/+1
2013-08-15staging: dgnc: removes proc codeLidza Louina6-1710/+1
2013-08-14drivers/staging/comedi/drivers/das16.c: needs slab.hAndrew Morton1-0/+1
2013-08-14staging: vt6656: rxtx.c s_uGetRTSCTSDuration return endian u16Malcolm Priestley1-30/+63
2013-08-14staging: vt6656: rxtx.c s:_uGetDataDuration simplify structure.Malcolm Priestley1-41/+9
2013-08-14staging: vt6656: rxtx.h dead code typedef union tagUTX_BUFFER_CONTAINERMalcolm Priestley1-573/+0
2013-08-14staging: vt6656: rxtx.h always pack BEACON_BUFFER/TX_BUFFERMalcolm Priestley1-2/+2
2013-08-14staging: ozwpan: Separate success & failure case for oz_hcd_pd_arrived()Dan Carpenter1-27/+27
2013-08-14staging: ozwpan: Swap arguments of oz_ep_alloc() to match kmalloc()Rupesh Gujare1-3/+3
2013-08-14staging: ozwpan: Remove unneeded initializersRupesh Gujare3-12/+12
2013-08-14staging: ozwpan: Make oz_hcd_pd_departed() take a struct pointer.Rupesh Gujare2-3/+3
2013-08-14staging: ozwpan: Make oz_hcd_pd_arrived() return a struct pointerRupesh Gujare2-3/+3
2013-08-14staging: ozwpan: Remove unnecessary pointer check.Rupesh Gujare1-1/+1
2013-08-14staging: ozwpan: Fix coding style.Rupesh Gujare1-2/+2
2013-08-14staging: ozwpan: Simply if conditionRupesh Gujare1-4/+5
2013-08-14staging: ozwpan: Add a blank line between functions & declarations.Rupesh Gujare9-0/+189
2013-08-14staging: ozwpan: Add a blank line between declaraction and code.Rupesh Gujare8-0/+89
2013-08-14staging: dgnc: removes read_cnt, real_raw, rawreadok and bufLidza Louina1-112/+43
2013-08-14staging: dgnc: fixes ioctl param listLidza Louina1-2/+2
2013-08-14staging: dgcn: removes unnecessary commands in ioctlLidza Louina1-34/+0
2013-08-14staging: dgnc: dereferences ts var in dgnc_tty_close()Lidza Louina1-1/+1
2013-08-14staging: dgnc: fixes tty_port and tty_struct paramsLidza Louina1-7/+7
2013-08-14staging: dgnc: fixes termios errorLidza Louina1-14/+14
2013-08-14staging: dgnc: removes Makefile.incLidza Louina1-133/+0
2013-08-12staging: vt6656: rxtx.c s_uFillDataHead remove dead variables.Malcolm Priestley1-7/+5
2013-08-12staging: vt6656: rxtx.c: s_uGetDataDuration remove dead variables.Malcolm Priestley1-44/+30
2013-08-12staging: vt6656: rxtx.c: s_uGetDataDuration remove First Frag or Mid Frag dea...Malcolm Priestley1-104/+1
2013-08-12zram: don't grab mutex in zram_slot_free_noityMinchan Kim2-3/+67
2013-08-12zram: fix invalid memory accessMinchan Kim1-6/+9
2013-08-12staging: dwc2: reorder some kernel doc comments and struct membersPaul Zimmerman2-28/+28
2013-08-12Staging: imx-drm: imx-tve.c Fixed 80 character line coding style issueAndreas Werner1-4/+13
2013-08-12staging: cxt1e1: Remove #define SBE_INCLUDE_SYMBOLSShaun Laing9-98/+43
2013-08-12Staging: zram: zram_drv.c: Fixed Error of trailing whitespaceKumar Gaurav1-1/+1
2013-08-12Staging: rtl8192e: rtllib_rx: checking NULL value after doing dev_alloc_skbIker Pedrosa1-0/+4
2013-08-12staging: comedi: drivers: use comedi_dio_insn_config() for simple casesH Hartley Sweeten12-301/+113
2013-08-12staging: comedi: skel: use comedi_dio_insn_config()H Hartley Sweeten1-23/+19
2013-08-12staging: comedi: drivers: introduce comedi_dio_insn_config()H Hartley Sweeten2-0/+44
2013-08-12Revert "staging: comedi: skel: use comedi_dio_insn_config()"Greg Kroah-Hartman1-19/+23
2013-08-12Revert "staging: comedi: core: introduce comedi_dio_insn_config()"Greg Kroah-Hartman2-44/+0
2013-08-12staging: comedi: drivers: use comedi_dio_insn_config() for complex casesH Hartley Sweeten15-433/+263