| Commit message (Expand) | Author | Age | Files | Lines |
* | net: irda: pxaficp_ir: dmaengine conversion | Robert Jarzmik | 2015-09-28 | 1 | -47/+102 |
* | net: irda: pxaficp_ir: convert to readl and writel | Robert Jarzmik | 2015-09-28 | 1 | -84/+126 |
* | net: irda: pxaficp_ir: use sched_clock() for time management | Robert Jarzmik | 2015-09-28 | 1 | -8/+7 |
* | irda: ali-ircc: Fix deadlock in ali_ircc_sir_change_speed() | Alexey Khoroshilov | 2015-09-11 | 1 | -6/+0 |
* | irda: irda-usb: use msecs_to_jiffies for conversions | Nicholas Mc Guire | 2015-05-25 | 1 | -1/+3 |
* | irda: vlsi_ir: Replace timeval with ktime_t | Chunyan Zhang | 2015-01-11 | 2 | -34/+14 |
* | irda: stir4200: Replace timeval with ktime_t | Chunyan Zhang | 2015-01-11 | 1 | -9/+7 |
* | irda: nsc-ircc: Replace timeval with ktime_t | Chunyan Zhang | 2015-01-11 | 2 | -8/+4 |
* | irda: irda-usb: Replace timeval with ktime_t | Chunyan Zhang | 2015-01-11 | 2 | -11/+4 |
* | irda: ali-ircc: Replace timeval with ktime_t | Chunyan Zhang | 2015-01-11 | 2 | -11/+5 |
* | irda: Removed all unused timeval variables | Chunyan Zhang | 2015-01-11 | 6 | -16/+0 |
* | arm: sa1100: move irda header to linux/platform_data | Dmitry Eremin-Solenikov | 2014-12-30 | 1 | -1/+1 |
* | Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2014-12-14 | 4 | -4/+0 |
|\ |
|
| * | net: irda: drop owner assignment from platform_drivers | Wolfram Sang | 2014-10-20 | 4 | -4/+0 |
* | | irda: Convert IRDA_DEBUG to pr_debug | Joe Perches | 2014-11-12 | 21 | -633/+446 |
* | | irda: Remove IRDA_<TYPE> logging macros | Joe Perches | 2014-11-11 | 16 | -269/+296 |
|/ |
|
* | drivers/net/irda/Kconfig: Let SH_IRDA depend on HAS_IOMEM | Chen Gang | 2014-10-03 | 1 | -1/+1 |
* | irda: vlsi_ir: use %*ph specifier | Andy Shevchenko | 2014-09-09 | 1 | -6/+2 |
* | Merge tag 'pci-v3.17-changes-2' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2014-08-14 | 3 | -3/+3 |
|\ |
|
| * | PCI: Remove DEFINE_PCI_DEVICE_TABLE macro use | Benoit Taine | 2014-08-12 | 3 | -3/+3 |
* | | drivers/net/irda/donauboe.c: convert to module_pci_driver | Libo Chen | 2014-08-13 | 1 | -14/+1 |
|/ |
|
* | irda: use pci_zalloc_consistent | Joe Perches | 2014-08-08 | 1 | -2/+2 |
* | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus | Linus Torvalds | 2014-08-07 | 1 | -2/+46 |
|\ |
|
| * | MIPS: Alchemy: irda: use clk framework | Manuel Lauss | 2014-07-30 | 1 | -2/+46 |
* | | drivers/net/irda/kingsun-sir.c: remove null test before kfree | Fabian Frederick | 2014-06-19 | 1 | -2/+2 |
|/ |
|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2014-06-12 | 3 | -35/+8 |
|\ |
|
| * | via-ircc: Remove useless return variables | Peter Senna Tschudin | 2014-06-02 | 1 | -5/+2 |
| * | irda: sh_irda: Enable driver compilation with COMPILE_TEST | Laurent Pinchart | 2014-05-14 | 1 | -1/+2 |
| * | w83977af_ir: remove two faux Kconfig macros | Paul Bolle | 2014-05-07 | 1 | -29/+4 |
* | | irda: sh_sir: Use cpufreq_for_each_valid_entry macro for iteration | Stratos Karafotis | 2014-04-30 | 1 | -9/+5 |
|/ |
|
* | irtty-sir.c: Do not set_termios() on irtty_close() | Tommie Gannert | 2014-02-17 | 1 | -1/+0 |
* | net: irda: ep7211-sir: Remove driver | Alexander Shiyan | 2014-02-06 | 3 | -78/+0 |
* | drivers/net: delete non-required instances of include <linux/init.h> | Paul Gortmaker | 2014-01-16 | 8 | -8/+0 |
* | irda: sh_sir: use devm_request_irq() | Kuninori Morimoto | 2014-01-09 | 1 | -1/+1 |
* | irda: sh_irda: use devm_request_irq() | Kuninori Morimoto | 2014-01-09 | 1 | -1/+1 |
* | irda: fixup SH_SIR position on Kconfig | Kuninori Morimoto | 2014-01-09 | 1 | -2/+2 |
* | irda: vlsi_ir: remove unnecessary pci_set_drvdata() | Jingoo Han | 2013-12-09 | 1 | -3/+0 |
* | irda: via-ircc: remove unnecessary pci_set_drvdata() | Jingoo Han | 2013-12-09 | 1 | -2/+0 |
* | irda: Fix FSF address in file headers | Jeff Kirsher | 2013-12-06 | 11 | -30/+11 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2013-11-15 | 2 | -2/+2 |
|\ |
|
| * | treewide: Fix common typo in "identify" | Maxime Jayat | 2013-10-14 | 2 | -2/+2 |
* | | irda: remove deprecated IRQF_DISABLED | Michael Opdenacker | 2013-10-07 | 4 | -6/+6 |
* | | irda: Remove extern from function prototypes | Joe Perches | 2013-09-24 | 1 | -14/+15 |
* | | net/irda/mcs7780: fix memory leaks in mcs_net_open() | Alexey Khoroshilov | 2013-09-12 | 1 | -17/+23 |
* | | irda: vlsi_ir: Remove casting the return value which is a void pointer | Jingoo Han | 2013-09-11 | 1 | -1/+1 |
* | | irda: donauboe: Remove casting the return value which is a void pointer | Jingoo Han | 2013-09-11 | 1 | -3/+3 |
|/ |
|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2013-09-05 | 6 | -21/+21 |
|\ |
|
| * | drivers:net: Convert dma_alloc_coherent(...__GFP_ZERO) to dma_zalloc_coherent | Joe Perches | 2013-08-29 | 5 | -20/+20 |
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2013-08-26 | 1 | -4/+2 |
| |\ |
|
| * | | net: irda: pxaficp_ir: use platform_set_drvdata() | Libo Chen | 2013-08-21 | 1 | -1/+1 |