aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/irda/w83977af_ir.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-08-28irda: move drivers/net/irda to drivers/staging/irda/driversGreg Kroah-Hartman1-1285/+0
2017-04-20Annotate hardware config module parameters in drivers/net/irda/David Howells1-2/+2
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-03irda: w83977af_ir: fix damaged whitespaceArnd Bergmann1-202/+202
2016-11-27irda: fix overly long udelay()Arnd Bergmann1-1/+3
2014-11-12irda: Convert IRDA_DEBUG to pr_debugJoe Perches1-43/+25
2014-11-11irda: Remove IRDA_<TYPE> logging macrosJoe Perches1-4/+5
2014-05-07w83977af_ir: remove two faux Kconfig macrosPaul Bolle1-29/+4
2013-08-29drivers:net: Convert dma_alloc_coherent(...__GFP_ZERO) to dma_zalloc_coherentJoe Perches1-4/+4
2013-03-17drivers:net: dma_alloc_coherent: use __GFP_ZERO instead of memset(, 0)Joe Perches1-5/+2
2012-03-11drivers/net/irda/{ali-ircc, via-ircc, w83977af-ir}.c: ensure arguments to request_irq and free_irq are compatibleJulia Lawall1-1/+1
2011-12-02treewide: Fix typos in various parts of the kernel, and fix some comments.Justin P. Mattock1-1/+1
2011-06-06net: remove interrupt.h inclusion from netdevice.hAlexey Dobriyan1-0/+1
2010-05-10net: trans_start cleanupsEric Dumazet1-2/+0
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-1/+1
2010-03-15obsolete config in kernel source: USE_INTERNAL_TIMERChristoph Egger1-36/+0
2009-09-01irda: convert to netdev_tx_tStephen Hemminger1-2/+4
2009-08-12Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+1
2009-08-09irda: fix read buffer overflowRoel Kluin1-1/+1
2009-07-05net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy1-2/+2
2009-03-21irda: convert w83977af_ir to net_device_opsStephen Hemminger1-5/+8
2009-01-06irda: convert to internal statsStephen Hemminger1-22/+13
2008-12-26drivers/net/irda: fix sparse warnings: make symbols staticHannes Eder1-7/+7
2008-11-12netdevice: safe convert to netdev_priv() #part-2Wang Chen1-7/+7
2008-11-03drivers/net: Kill now superfluous ->last_rx stores.David S. Miller1-1/+0
2008-07-30irda: replace __FUNCTION__ with __func__Harvey Harrison1-31/+31
2007-10-10[NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle1-3/+0
2007-04-25[SK_BUFF]: Introduce skb_copy_to_linear_data{_offset}Arnaldo Carvalho de Melo1-2/+6
2007-04-25[SK_BUFF]: Introduce skb_copy_from_linear_data{_offset}Arnaldo Carvalho de Melo1-1/+1
2007-04-25[SK_BUFF]: Introduce skb_reset_mac_header(skb)Arnaldo Carvalho de Melo1-1/+1
2006-10-06drivers/net: eliminate irq handler impossible checks, needless castsJeff Garzik1-7/+2
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-2/+1
2006-09-24Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6Linus Torvalds1-1/+0
2006-09-22[IRDA]: Replace hard-coded dev_self[] array sizes with ARRAY_SIZE()Bjorn Helgaas1-2/+2
2006-08-14[PATCH] remove unnecessary config.h includes from drivers/net/Dave Jones1-1/+0
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+1379