aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/irda (follow)
AgeCommit message (Expand)AuthorFilesLines
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 request_irq and free_irq are compatibleJulia Lawall3-4/+4
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/jikos/trivialLinus Torvalds3-4/+4
2012-01-08Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-1/+1
2012-01-07Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus 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/jikos/trivialLinus Torvalds1-1/+1
2011-06-24treewide: transciever/transceiver spelling fixesJoe Perches1-1/+1
2011-06-21irda: fix smsc-ircc2 section mismatch warningRandy Dunlap1-1/+1
2011-06-21net: remove mm.h inclusion from netdevice.hAlexey Dobriyan1-0/+1
2011-06-06net: remove interrupt.h inclusion from netdevice.hAlexey Dobriyan9-0/+9
2011-06-05drivers/net: Remove unnecessary semicolonsJoe Perches1-1/+1
2011-05-31Revert "net: fix section mismatches"David S. Miller1-22/+22
2011-05-24net/irda: convert bfin_sir to common Blackfin UART headerMike Frysinger2-89/+33
2011-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2011-05-10treewide: fix a few typos in commentsJustin P. Mattock1-1/+1
2011-04-18net: fix section mismatchesMichał Mirosław1-22/+22
2011-04-07Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6Linus Torvalds12-19/+19
2011-03-31Fix common misspellingsLucas De Marchi12-19/+19
2011-03-30via-ircc: Pass PCI device pointer to dma_{alloc, free}_coherent()Ben Hutchings1-6/+6
2011-03-30via-ircc: Use pci_{get, set}_drvdata() instead of static pointer variableBen Hutchings1-67/+15
2011-02-17tiocmset: kill the file pointer argumentAlan Cox1-1/+1
2011-01-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-2/+12
2011-01-18net/irda/sh_irda: return to RX mode when TX errorKuninori Morimoto1-2/+12
2011-01-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2011-01-10net/irda: bfin_sir: back out transitional definesMike Frysinger1-3/+0
2011-01-10net/irda: bfin_sir: pull in serial headers for definesMike Frysinger1-0/+5
2011-01-03smsc-ircc2: Fix section mismatch derived from smsc_ircc_pnp_probe()Sedat Dilek1-1/+1
2010-12-22Merge branch 'master' into for-nextJiri Kosina1-1/+1
2010-12-21drivers/net/*/: Use static constJoe Perches2-3/+3