summaryrefslogtreecommitdiffstats
path: root/drivers/net/irda/smsc-ircc2.c
Commit message (Expand)AuthorAgeFilesLines
* drivers:net: dma_alloc_coherent: use __GFP_ZERO instead of memset(, 0)Joe Perches2013-03-171-5/+2Star
* drivers:net: Remove dma_alloc_coherent OOM messagesJoe Perches2013-03-151-8/+2Star
* drivers/net: fix up function prototypes after __dev* removalsGreg Kroah-Hartman2012-12-071-1/+1
* irda: remove __dev* attributesBill Pemberton2012-12-031-2/+2
* NET: smsc-ircc2: mark non-experimentalLinus Walleij2012-04-271-1/+0Star
* module_param: make bool parameters really bool (net & drivers/net)Rusty Russell2011-12-201-1/+1
* irda: use PCI_VENDOR_ID_*Jon Mason2011-08-041-10/+8Star
* irda: fix smsc-ircc2 section mismatch warningRandy Dunlap2011-06-221-1/+1
* net: remove interrupt.h inclusion from netdevice.hAlexey Dobriyan2011-06-071-0/+1
* Revert "net: fix section mismatches"David S. Miller2011-06-011-22/+22
* net: fix section mismatchesMichał Mirosław2011-04-191-22/+22
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* smsc-ircc2: Fix section mismatch derived from smsc_ircc_pnp_probe()Sedat Dilek2011-01-031-1/+1
* drivers/net: return operator cleanupEric Dumazet2010-09-271-1/+1
* drivers/net/irda: use for_each_pci_dev()Kulikov Vasiliy2010-07-211-4/+1Star
* drivers/net: Remove unnecessary returns from void function()sJoe Perches2010-05-141-1/+0Star
* net: trans_start cleanupsEric Dumazet2010-05-101-1/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-1/+1
* comment typo fix: sybsystem -> subsystemJean Delvare2009-12-041-1/+1
* irda: convert to netdev_tx_tStephen Hemminger2009-09-011-5/+10
* net: convert remaining non-symbolic return values in ndo_start_xmit() functionsPatrick McHardy2009-07-061-8/+8
* irda: smsc wait count reaches -1Roel Kluin2009-06-131-1/+1
* irda: convert smsc driver to net_device_opsStephen Hemminger2009-03-221-9/+21
* irda: convert to internal statsStephen Hemminger2009-01-061-24/+14Star
* drivers/net/irda: fix sparse warnings: make symbols staticHannes Eder2008-12-261-3/+3
* irda: replace __FUNCTION__ with __func__Harvey Harrison2008-07-311-60/+60
* irda: remove CVS keywordsAdrian Bunk2008-06-121-1/+0Star
* irda: fix !PNP support for drivers/net/irda/smsc-ircc2.cIngo Molnar2008-05-051-1/+4
* [netdrvr] irq handler minor cleanups in several driversJeff Garzik2008-01-291-13/+4Star
* [IRDA]: Document the fact that smsc-ircc2 will not use PNP by defaultJonathan Bastien-Filiatrault2007-10-111-1/+1
* [NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle2007-10-111-2/+0Star
* smsc-ircc2: bypass PNP detection until we get the quirks worked outBjorn Helgaas2007-07-011-1/+1
* smsc-ircc2: skip preconfiguration for PNP devicesBjorn Helgaas2007-06-281-7/+7
* smsc-ircc2: add PNP supportBjorn Helgaas2007-05-081-23/+75
* smsc-ircc2: tidy up module parameter checkingBjorn Helgaas2007-05-081-6/+8
* [SK_BUFF]: Introduce skb_copy_from_linear_data{_offset}Arnaldo Carvalho de Melo2007-04-261-1/+1
* [IrDA]: SMC SuperIO Chip LPC47N227 not identified properlyPeter Kovar2007-04-261-0/+1
* [SK_BUFF]: Introduce skb_reset_mac_header(skb)Arnaldo Carvalho de Melo2007-04-261-1/+1
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-051-3/+3
* [IrDA] smsc-ircc: More laptops detectedLinus Walleij (LD/EAB2006-09-291-2/+36
* [PATCH] smsc-ircc2: fix section reference mismatchesDmitry Torokhov2006-07-121-1/+1
* [IRDA]: smsc-ircc: Minimal hotplug support.David Brownell2006-05-101-1/+13
* [IRDA]: smsc-ircc2, smcinit support for ALi ISA bridgesLinus Walleij2006-04-151-52/+264
* [IRDA]: smcinit merged into smsc-ircc driverLinus Walleij2006-04-101-0/+311
* [DRIVER MODEL] Convert platform drivers to use struct platform_driverRussell King2005-11-091-13/+14
* Merge master.kernel.org:/home/rmk/linux-2.6-drvmodelLinus Torvalds2005-10-311-0/+1
|\
| * Create platform_device.h to contain all the platform device details.Russell King2005-10-291-0/+1
* | [PATCH] smsc-ircc2: PM cleanup - do not close device when suspendingDmitry Torokhov2005-10-311-44/+85
|/
* [PATCH] DRIVER MODEL: Get rid of the obsolete tri-level suspend/resume callbacksRussell King2005-10-281-6/+6
* [PATCH] Fix smsc_ircc_init return valueBrice Goglin2005-09-081-0/+1