aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/irda
AgeCommit message (Expand)AuthorFilesLines
2017-08-28irda: move drivers/net/irda to drivers/staging/irda/driversGreg Kroah-Hartman47-33483/+0
2017-08-08net: irda: stir4200: constify usb_device_idArvind Yadav1-1/+1
2017-08-08net: irda: mcs7780: constify usb_device_idArvind Yadav1-1/+1
2017-08-08net: irda: ksdazzle: constify usb_device_idArvind Yadav1-1/+1
2017-08-08net: irda: ks959: constify usb_device_idArvind Yadav1-1/+1
2017-08-08net: irda: kingsun: constify usb_device_idArvind Yadav1-1/+1
2017-08-08net: irda: irda-usb: constify usb_device_idArvind Yadav1-1/+1
2017-07-24mcs7780: Fix initialization when CONFIG_VMAP_STACK is enabledThomas Jarosch1-3/+13
2017-06-16networking: introduce and use skb_put_data()Johannes Berg2-2/+2
2017-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-1/+1
2017-05-12net: irda: irda-usb: fix firmware name on big-endian hostsJohan Hovold1-1/+1
2017-05-10Merge tag 'hwparam-20170420' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds4-13/+13
2017-04-20Annotate hardware config module parameters in drivers/net/irda/David Howells4-13/+13
2017-03-25irda: vlsi_ir: fix check for DMA mapping errorsAlexey Khoroshilov1-4/+4
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar1-0/+1
2017-02-14net: irda: au1k_ir: drop useless includeManuel Lauss1-1/+0
2017-02-14net: irda: au1k_ir: remove unused timerManuel Lauss1-7/+0
2017-01-18net: Remove usage of net_device last_rx memberTobias Klauser2-4/+2
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds6-6/+6
2016-12-17irda: w83977af_ir: cleanup an indent issueDan Carpenter1-3/+3
2016-12-06irda: w83977af_ir: Neaten loggingJoe Perches1-29/+27
2016-12-06irda: w83977af_ir: Parenthesis alignmentJoe Perches1-3/+3
2016-12-06irda: w83977af_ir: Use the common brace styleJoe Perches1-9/+11
2016-12-06irda: w83977af_ir: Neaten pointer comparisonsJoe Perches1-14/+14
2016-12-06irda: w83977af_ir: Remove and add blank linesJoe Perches1-4/+1
2016-12-06irda: w83977af_ir: More whitespace neateningJoe Perches1-115/+115
2016-12-06irda: w83977af_ir: Whitespace neateningJoe Perches1-1/+1
2016-12-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2016-12-05net: irda: set error code on failuresPan Bian1-0/+1
2016-12-03irda: w83977af_ir: fix damaged whitespaceArnd Bergmann1-202/+202
2016-11-27irda: fix overly long udelay()Arnd Bergmann1-1/+3
2016-05-19net: irda: avoid null pointer dereferencexypron.glpk@gmx.de1-1/+2
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal7-17/+17
2016-04-04irda: sh_irda: remove driverSimon Horman3-883/+0
2016-02-14Merge 4.5-rc4 into tty-nextGreg Kroah-Hartman1-3/+0
2016-02-06net: irda: Fix use-after-free in irtty_open()Peter Hurley1-10/+0
2016-01-21net/irda: bfin_sir: remove duplicate definesSudip Mukherjee1-3/+0
2016-01-08irda: toim3232-sir: delete some dead codeDan Carpenter1-10/+0
2015-09-28net: irda: pxaficp_ir: dmaengine conversionRobert Jarzmik1-47/+102
2015-09-28net: irda: pxaficp_ir: convert to readl and writelRobert Jarzmik1-84/+126
2015-09-28net: irda: pxaficp_ir: use sched_clock() for time managementRobert Jarzmik1-8/+7
2015-09-11irda: ali-ircc: Fix deadlock in ali_ircc_sir_change_speed()Alexey Khoroshilov1-6/+0
2015-05-25irda: irda-usb: use msecs_to_jiffies for conversionsNicholas Mc Guire1-1/+3
2015-01-11irda: vlsi_ir: Replace timeval with ktime_tChunyan Zhang2-34/+14
2015-01-11irda: stir4200: Replace timeval with ktime_tChunyan Zhang1-9/+7
2015-01-11irda: nsc-ircc: Replace timeval with ktime_tChunyan Zhang2-8/+4
2015-01-11irda: irda-usb: Replace timeval with ktime_tChunyan Zhang2-11/+4
2015-01-11irda: ali-ircc: Replace timeval with ktime_tChunyan Zhang2-11/+5
2015-01-11irda: Removed all unused timeval variablesChunyan Zhang6-16/+0
2014-12-30arm: sa1100: move irda header to linux/platform_dataDmitry Eremin-Solenikov1-1/+1
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds4-4/+0
2014-11-12irda: Convert IRDA_DEBUG to pr_debugJoe Perches21-633/+446
2014-11-11irda: Remove IRDA_<TYPE> logging macrosJoe Perches16-269/+296
2014-10-20net: irda: drop owner assignment from platform_driversWolfram Sang4-4/+0
2014-10-03drivers/net/irda/Kconfig: Let SH_IRDA depend on HAS_IOMEMChen Gang1-1/+1
2014-09-09irda: vlsi_ir: use %*ph specifierAndy Shevchenko1-6/+2
2014-08-14Merge tag 'pci-v3.17-changes-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-3/+3
2014-08-13drivers/net/irda/donauboe.c: convert to module_pci_driverLibo Chen1-14/+1
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine3-3/+3
2014-08-08irda: use pci_zalloc_consistentJoe Perches1-2/+2
2014-08-07Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds1-2/+46
2014-07-30MIPS: Alchemy: irda: use clk frameworkManuel Lauss1-2/+46
2014-06-19drivers/net/irda/kingsun-sir.c: remove null test before kfreeFabian Frederick1-2/+2
2014-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds3-35/+8
2014-06-02via-ircc: Remove useless return variablesPeter Senna Tschudin1-5/+2
2014-05-14irda: sh_irda: Enable driver compilation with COMPILE_TESTLaurent Pinchart1-1/+2
2014-05-07w83977af_ir: remove two faux Kconfig macrosPaul Bolle1-29/+4
2014-04-30irda: sh_sir: Use cpufreq_for_each_valid_entry macro for iterationStratos Karafotis1-9/+5
2014-02-17irtty-sir.c: Do not set_termios() on irtty_close()Tommie Gannert1-1/+0
2014-02-06net: irda: ep7211-sir: Remove driverAlexander Shiyan3-78/+0
2014-01-16drivers/net: delete non-required instances of include <linux/init.h>Paul Gortmaker8-8/+0
2014-01-09irda: sh_sir: use devm_request_irq()Kuninori Morimoto1-1/+1
2014-01-09irda: sh_irda: use devm_request_irq()Kuninori Morimoto1-1/+1
2014-01-09irda: fixup SH_SIR position on KconfigKuninori Morimoto1-2/+2
2013-12-09irda: vlsi_ir: remove unnecessary pci_set_drvdata()Jingoo Han1-3/+0
2013-12-09irda: via-ircc: remove unnecessary pci_set_drvdata()Jingoo Han1-2/+0
2013-12-06irda: Fix FSF address in file headersJeff Kirsher11-30/+11
2013-11-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2-2/+2
2013-10-14treewide: Fix common typo in "identify"Maxime Jayat2-2/+2
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/gre...Linus 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/vir...Linus 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/jik...Linus Torvalds1-1/+1
2013-02-21Merge tag 'tty-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus 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/greg...David 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/ar...Linus 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 ...Olof 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
2012-08-20drivers/net/irda: fix error return codeJulia Lawall2-0/+2
2012-08-08drivers: net: irda: bfin_sir: fix compile errorSonic Zhang1-4/+4
2012-08-06Merge tty-next into 3.6-rc1Greg Kroah-Hartman3-10/+10
2012-07-27Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds1-6/+6
2012-07-16tty: move the termios object into the ttyAlan Cox1-5/+5
2012-07-09ARM: 7459/1: irda/pxa: use readl_relaxed() to access OSCR registerArnd Bergmann1-6/+6
2012-06-06drivers: net: Remove casts to same typeJoe Perches2-4/+4
2012-05-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2012-05-22Merge tag 'usb-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds5-50/+77
2012-05-22Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-2/+2
2012-05-13ARM: clps711x: Combine header files into one for clps711x-targetsAlexander Shiyan1-2/+2
2012-04-27NET: smsc-ircc2: mark non-experimentalLinus Walleij2-3/+2
2012-04-25USB: stir4200.c: remove err() usageGreg Kroah-Hartman1-3/+3
2012-04-25USB: ksdazzle-sir.c: remove err() usageGreg Kroah-Hartman1-18/+28
2012-04-25USB: ks959-sir.c: remove err() usageGreg Kroah-Hartman1-12/+19
2012-04-25USB: kingsun-sir.c: remove err() usageGreg Kroah-Hartman1-16/+26
2012-04-25USB: irda-usb.c: remove err() usageGreg Kroah-Hartman1-1/+1
2012-04-21donauboe: replace excessive udelay with msleepArnd Bergmann1-1/+1
2012-04-18Fix "the the" in various KconfigMasanari Iida1-1/+1
2012-04-14net: Fix spelling typo in netMasanari Iida2-2/+2
2012-03-30ARM: sa11x0: fix build errors from DMA engine API updatesRussell King1-1/+1
2012-03-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds1-1/+0
2012-03-28Remove all #inclusions of asm/system.hDavid Howells1-1/+0
2012-03-27Merge branch 'platforms' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2-423/+532
2012-03-16net/irda: add clk_prepare/clk_unprepare to pxaficp_irPhilipp Zabel1-3/+3
2012-03-11drivers/net/irda/{ali-ircc, via-ircc, w83977af-ir}.c: ensure arguments to req...Julia Lawall3-4/+4
2012-03-07NET: sa11x0-ir: add DMA support for SIR transmit modeRussell King1-44/+59
2012-03-07NET: sa11x0-ir: convert sa11x0-ir driver to use DMA engine APIRussell King2-30/+92
2012-02-09NET: sa11x0-ir: split si->dev for IrDA transmit and receive buffersRussell King1-7/+11
2012-02-09NET: sa11x0-ir: fix size of SIR transmit bufferRussell King1-1/+1
2012-02-09NET: sa11x0-ir: convert to use scatterlist DMA APIRussell King1-21/+21
2012-02-09NET: sa11x0-ir: get rid of si->hscr0Russell King1-8/+5
2012-02-09NET: sa11x0-ir: move sa1100_irda_txdma_irqRussell King1-55/+53
2012-02-09NET: sa11x0-ir: move SIR and FIR interrupt supportRussell King1-149/+141
2012-02-09NET: sa11x0-ir: indirect handling of SIR and FIR interruptsRussell King1-26/+24
2012-02-09NET: sa11x0-ir: split SIR and FIR tx functionsRussell King1-52/+66
2012-02-09NET: sa11x0-ir: factor out speed checksRussell King1-12/+13
2012-02-09NET: sa11x0-ir: move sa1100_irda_{startup,shutdown,suspend,resume}Russell King1-131/+131
2012-02-09NET: sa11x0-ir: fix leak of tx skbRussell King1-10/+19
2012-02-09NET: sa11x0-ir: containerize DMA dataRussell King1-46/+48
2012-02-09NET: sa11x0-ir: obtain interrupt number from platform resourcesRussell King1-3/+6
2012-02-09NET: sa11x0-ir: set netdev's parent struct deviceRussell King1-0/+2
2012-02-09NET: sa11x0-ir: handle DMA mapping errors properlyRussell King1-2/+14
2012-02-09NET: sa11x0-ir: fix documentation bugRussell King1-1/+1
2012-01-31drivers/net: Remove unnecessary k.alloc/v.alloc OOM messagesJoe Perches1-2/+0
2012-01-14Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds3-674/+686
2012-01-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds3-4/+4
2012-01-08Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2012-01-07Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds6-132/+6
2011-12-19module_param: make bool parameters really bool (net & drivers/net)Rusty Russell2-2/+2
2011-12-08net/irda: convert au1k_ir to platform driver.Manuel Lauss3-671/+686
2011-12-07MIPS: Alchemy: one kernel for DB1000/DB1500/DB1100Manuel Lauss1-5/+5
2011-12-07MIPS: Alchemy: remove PB1000 supportManuel Lauss1-4/+1
2011-12-02treewide: Fix typos in various parts of the kernel, and fix some comments.Justin P. Mattock3-4/+4
2011-11-27net/irda: convert drivers/net/irda/* to use module_platform_driver()Axel Lin4-48/+4
2011-11-21freezer: unexport refrigerator() and update try_to_freeze() slightlyTejun Heo1-1/+1
2011-11-18USB: convert drivers/net/* to use module_usb_driver()Greg Kroah-Hartman6-132/+6
2011-11-03Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds1-1/+1
2011-10-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-54/+70
2011-10-24MIPS: Alchemy: remove all CONFIG_SOC_AU1??? definesManuel Lauss1-1/+1
2011-10-11Fix file references in Kconfig filesJohann Felix Soden1-1/+1
2011-09-15net/irda: sh_irda: add PM supportKuninori Morimoto1-11/+27
2011-09-15net/irda: sh_irda: update author's email addressKuninori Morimoto1-10/+10
2011-09-15net/irda: sh_irda: add sh_irda_ prefix to all functionsKuninori Morimoto1-34/+34
2011-08-11net/irda: sh_sir: tidyup compile warningKuninori Morimoto1-1/+1
2011-08-11net/irda: sh_sir: add missing headerKuninori Morimoto1-0/+2
2011-08-11net/irda: sh_irda: add missing headerKuninori Morimoto1-0/+2
2011-08-03irda: use PCI_VENDOR_ID_*Jon Mason1-10/+8
2011-07-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2011-06-24treewide: transciever/transceiver spelling fixesJoe Perches1-1/+1