aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/irda (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-10-07irda: remove deprecated IRQF_DISABLEDMichael Opdenacker4-6/+6
2013-09-24irda: Remove extern from function prototypesJoe Perches1-14/+15
2013-09-12net/irda/mcs7780: fix memory leaks in mcs_net_open()Alexey Khoroshilov1-17/+23
2013-09-11irda: vlsi_ir: Remove casting the return value which is a void pointerJingoo Han1-1/+1
2013-09-11irda: donauboe: Remove casting the return value which is a void pointerJingoo Han1-3/+3
2013-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds6-21/+21
2013-09-03Merge tag 'tty-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-4/+4
2013-08-29drivers:net: Convert dma_alloc_coherent(...__GFP_ZERO) to dma_zalloc_coherentJoe Perches5-20/+20
2013-08-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+2
2013-08-21net: irda: pxaficp_ir: use platform_set_drvdata()Libo Chen1-1/+1
2013-08-20via-ircc: don't return zero if via_ircc_open() failedAlexey Khoroshilov1-4/+2
2013-07-23tty: Convert termios_mutex to termios_rwsemPeter Hurley1-4/+4
2013-05-27net: irda: remove unnecessary platform_set_drvdata()Jingoo Han3-3/+0
2013-05-08net/irda: fix error return code in bfin_sir_open()Wei Yongjun1-2/+4
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+2
2013-05-01proc: Supply PDE attribute setting accessor functionsDavid Howells1-1/+1
2013-04-09procfs: new helper - PDE_DATA(inode)Al Viro1-1/+1
2013-03-20net: au1k_ir: Use module_platform_driver()Sachin Kamat1-12/+1
2013-03-17drivers: net: irda: use resource_size() in au1k_ir.cSilviu-Mihai Popescu1-2/+3
2013-03-17drivers:net: dma_alloc_coherent: use __GFP_ZERO instead of memset(, 0)Joe Perches6-24/+12
2013-03-15drivers:net: Remove dma_alloc_coherent OOM messagesJoe Perches2-9/+4
2013-02-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2013-02-21Merge tag 'tty-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds2-2/+2
2013-01-29Merge branch 'master' into for-nextJiri Kosina9-79/+55
2013-01-22drivers/net/irda: remove depends on CONFIG_EXPERIMENTALKees Cook1-18/+18
2013-01-18tty: Added a CONFIG_TTY option to allow removal of TTYJoe Millenbach1-1/+1
2013-01-15TTY: move low_latency to tty_portJiri Slaby1-1/+1
2013-01-03treewide: Replace incomming with incoming in all comments and stringsJorrit Schippers1-1/+1
2012-12-07drivers/net: fix up function prototypes after __dev* removalsGreg Kroah-Hartman2-5/+4
2012-12-03Merge tag 'dev_removal' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/net-nextDavid S. Miller7-26/+26
2012-12-03irda: remove __dev* attributesBill Pemberton7-26/+26
2012-12-03irda: ep7211-sir: Convert to platform_diverAlexander Shiyan1-46/+27
2012-11-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2012-11-20irda: sir_dev: Fix copy/paste typoAlexander Shiyan1-1/+1
2012-11-08irda: sh-irda: Remove SH7377 supportNobuhiro Iwamatsu1-4/+0
2012-11-08irda: sh-irda: Remove SH7367 supportNobuhiro Iwamatsu1-1/+1
2012-10-07drivers/net/irda/sh_sir.c: fix error return codePeter Senna Tschudin1-2/+3
2012-10-07drivers/net/irda/sh_irda.c: fix error return codePeter Senna Tschudin1-2/+2
2012-10-07drivers/net/irda/sa1100_ir.c: fix error return codePeter Senna Tschudin1-1/+3
2012-10-07drivers/net/irda/pxaficp_ir.c: fix error return codePeter Senna Tschudin1-1/+3
2012-10-07drivers/net/irda/mcs7780.c: fix error return codePeter Senna Tschudin1-1/+3
2012-10-07drivers/net/irda/irtty-sir.c: fix error return codePeter Senna Tschudin1-1/+3
2012-10-01Merge tag 'multiplatform' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-12/+18
2012-10-01Merge tag 'tty-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-5/+5
2012-09-22Merge branch 'multiplatform/platform-data' into next/multiplatformOlof Johansson1-1/+1
2012-09-21net/irda: sh_sir: fix return value check in sh_sir_set_baudrate()Wei Yongjun1-1/+1
2012-09-20Merge tag 'multi-platform-for-3.7' of git://sources.calxeda.com/kernel/linux into next/multiplatformOlof Johansson1-11/+17
2012-09-14net: pxaficp_ir: add irq resourcesRob Herring1-11/+17
2012-09-14ARM: pxa: move platform_data definitionsArnd Bergmann1-1/+1
2012-08-27Merge 3.6-rc3 into tty-nextGreg Kroah-Hartman3-4/+6