summaryrefslogtreecommitdiffstats
path: root/drivers/net/irda
Commit message (Expand)AuthorAgeFilesLines
* irda: remove deprecated IRQF_DISABLEDMichael Opdenacker2013-10-074-6/+6
* irda: Remove extern from function prototypesJoe Perches2013-09-241-14/+15
* net/irda/mcs7780: fix memory leaks in mcs_net_open()Alexey Khoroshilov2013-09-131-17/+23
* irda: vlsi_ir: Remove casting the return value which is a void pointerJingoo Han2013-09-111-1/+1
* irda: donauboe: Remove casting the return value which is a void pointerJingoo Han2013-09-111-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2013-09-056-21/+21
|\
| * drivers:net: Convert dma_alloc_coherent(...__GFP_ZERO) to dma_zalloc_coherentJoe Perches2013-08-305-20/+20
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-08-261-4/+2Star
| |\
| * | net: irda: pxaficp_ir: use platform_set_drvdata()Libo Chen2013-08-221-1/+1
* | | Merge tag 'tty-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2013-09-031-4/+4
|\ \ \ | |_|/ |/| |
| * | tty: Convert termios_mutex to termios_rwsemPeter Hurley2013-07-241-4/+4
| |/
* / via-ircc: don't return zero if via_ircc_open() failedAlexey Khoroshilov2013-08-201-4/+2Star
|/
* net: irda: remove unnecessary platform_set_drvdata()Jingoo Han2013-05-283-3/+0Star
* net/irda: fix error return code in bfin_sir_open()Wei Yongjun2013-05-081-2/+4
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-021-2/+2
|\
| * proc: Supply PDE attribute setting accessor functionsDavid Howells2013-05-011-1/+1
| * procfs: new helper - PDE_DATA(inode)Al Viro2013-04-091-1/+1
* | net: au1k_ir: Use module_platform_driver()Sachin Kamat2013-03-201-12/+1Star
* | drivers: net: irda: use resource_size() in au1k_ir.cSilviu-Mihai Popescu2013-03-171-2/+3
* | drivers:net: dma_alloc_coherent: use __GFP_ZERO instead of memset(, 0)Joe Perches2013-03-176-24/+12Star
* | drivers:net: Remove dma_alloc_coherent OOM messagesJoe Perches2013-03-152-9/+4Star
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-02-221-1/+1
|\
| * Merge branch 'master' into for-nextJiri Kosina2013-01-299-79/+55Star
| |\
| * | treewide: Replace incomming with incoming in all comments and stringsJorrit Schippers2013-01-031-1/+1
* | | Merge tag 'tty-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2013-02-212-2/+2
|\ \ \
| * | | tty: Added a CONFIG_TTY option to allow removal of TTYJoe Millenbach2013-01-191-1/+1
| * | | TTY: move low_latency to tty_portJiri Slaby2013-01-161-1/+1
| | |/ | |/|
* / | drivers/net/irda: remove depends on CONFIG_EXPERIMENTALKees Cook2013-01-221-18/+18
|/ /
* | drivers/net: fix up function prototypes after __dev* removalsGreg Kroah-Hartman2012-12-072-5/+4Star
* | Merge tag 'dev_removal' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...David S. Miller2012-12-037-26/+26
|\ \
| * | irda: remove __dev* attributesBill Pemberton2012-12-037-26/+26
* | | irda: ep7211-sir: Convert to platform_diverAlexander Shiyan2012-12-031-46/+27Star
|/ /
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-11-251-1/+1
|\ \
| * | irda: sir_dev: Fix copy/paste typoAlexander Shiyan2012-11-201-1/+1
| |/
* | irda: sh-irda: Remove SH7377 supportNobuhiro Iwamatsu2012-11-091-4/+0Star
* | irda: sh-irda: Remove SH7367 supportNobuhiro Iwamatsu2012-11-091-1/+1
|/
* drivers/net/irda/sh_sir.c: fix error return codePeter Senna Tschudin2012-10-071-2/+3
* drivers/net/irda/sh_irda.c: fix error return codePeter Senna Tschudin2012-10-071-2/+2
* drivers/net/irda/sa1100_ir.c: fix error return codePeter Senna Tschudin2012-10-071-1/+3
* drivers/net/irda/pxaficp_ir.c: fix error return codePeter Senna Tschudin2012-10-071-1/+3
* drivers/net/irda/mcs7780.c: fix error return codePeter Senna Tschudin2012-10-071-1/+3
* drivers/net/irda/irtty-sir.c: fix error return codePeter Senna Tschudin2012-10-071-1/+3
* Merge tag 'multiplatform' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds2012-10-021-12/+18
|\
| * Merge branch 'multiplatform/platform-data' into next/multiplatformOlof Johansson2012-09-221-1/+1
| |\
| | * ARM: pxa: move platform_data definitionsArnd Bergmann2012-09-141-1/+1
| * | Merge tag 'multi-platform-for-3.7' of git://sources.calxeda.com/kernel/linux ...Olof Johansson2012-09-211-11/+17
| |\ \
| | * | net: pxaficp_ir: add irq resourcesRob Herring2012-09-141-11/+17
| | |/
* | | Merge tag 'tty-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds2012-10-011-5/+5
|\| |
| * | Merge 3.6-rc3 into tty-nextGreg Kroah-Hartman2012-08-273-4/+6
| |\|
| * | Merge tty-next into 3.6-rc1Greg Kroah-Hartman2012-08-063-10/+10
| |\ \