summaryrefslogtreecommitdiffstats
path: root/drivers/net/irda
Commit message (Expand)AuthorAgeFilesLines
* irda: irda-usb: use msecs_to_jiffies for conversionsNicholas Mc Guire2015-05-251-1/+3
* irda: vlsi_ir: Replace timeval with ktime_tChunyan Zhang2015-01-112-34/+14
* irda: stir4200: Replace timeval with ktime_tChunyan Zhang2015-01-111-9/+7
* irda: nsc-ircc: Replace timeval with ktime_tChunyan Zhang2015-01-112-8/+4
* irda: irda-usb: Replace timeval with ktime_tChunyan Zhang2015-01-112-11/+4
* irda: ali-ircc: Replace timeval with ktime_tChunyan Zhang2015-01-112-11/+5
* irda: Removed all unused timeval variablesChunyan Zhang2015-01-116-16/+0
* arm: sa1100: move irda header to linux/platform_dataDmitry Eremin-Solenikov2014-12-301-1/+1
* Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-144-4/+0
|\
| * net: irda: drop owner assignment from platform_driversWolfram Sang2014-10-204-4/+0
* | irda: Convert IRDA_DEBUG to pr_debugJoe Perches2014-11-1221-633/+446
* | irda: Remove IRDA_<TYPE> logging macrosJoe Perches2014-11-1116-269/+296
|/
* drivers/net/irda/Kconfig: Let SH_IRDA depend on HAS_IOMEMChen Gang2014-10-031-1/+1
* irda: vlsi_ir: use %*ph specifierAndy Shevchenko2014-09-091-6/+2
* Merge tag 'pci-v3.17-changes-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2014-08-143-3/+3
|\
| * PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine2014-08-123-3/+3
* | drivers/net/irda/donauboe.c: convert to module_pci_driverLibo Chen2014-08-131-14/+1
|/
* irda: use pci_zalloc_consistentJoe Perches2014-08-081-2/+2
* Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2014-08-071-2/+46
|\
| * MIPS: Alchemy: irda: use clk frameworkManuel Lauss2014-07-301-2/+46
* | drivers/net/irda/kingsun-sir.c: remove null test before kfreeFabian Frederick2014-06-191-2/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-06-123-35/+8
|\
| * via-ircc: Remove useless return variablesPeter Senna Tschudin2014-06-021-5/+2
| * irda: sh_irda: Enable driver compilation with COMPILE_TESTLaurent Pinchart2014-05-141-1/+2
| * w83977af_ir: remove two faux Kconfig macrosPaul Bolle2014-05-071-29/+4
* | irda: sh_sir: Use cpufreq_for_each_valid_entry macro for iterationStratos Karafotis2014-04-301-9/+5
|/
* irtty-sir.c: Do not set_termios() on irtty_close()Tommie Gannert2014-02-171-1/+0
* net: irda: ep7211-sir: Remove driverAlexander Shiyan2014-02-063-78/+0
* drivers/net: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-168-8/+0
* irda: sh_sir: use devm_request_irq()Kuninori Morimoto2014-01-091-1/+1
* irda: sh_irda: use devm_request_irq()Kuninori Morimoto2014-01-091-1/+1
* irda: fixup SH_SIR position on KconfigKuninori Morimoto2014-01-091-2/+2
* irda: vlsi_ir: remove unnecessary pci_set_drvdata()Jingoo Han2013-12-091-3/+0
* irda: via-ircc: remove unnecessary pci_set_drvdata()Jingoo Han2013-12-091-2/+0
* irda: Fix FSF address in file headersJeff Kirsher2013-12-0611-30/+11
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-11-152-2/+2
|\
| * treewide: Fix common typo in "identify"Maxime Jayat2013-10-142-2/+2
* | 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-121-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-295-20/+20
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-08-261-4/+2
| |\
| * | net: irda: pxaficp_ir: use platform_set_drvdata()Libo Chen2013-08-211-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-231-4/+4
| |/
* | via-ircc: don't return zero if via_ircc_open() failedAlexey Khoroshilov2013-08-201-4/+2
|/
* net: irda: remove unnecessary platform_set_drvdata()Jingoo Han2013-05-273-3/+0
OpenPOWER on IntegriCloud