aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/irda/smsc-ircc2.c
Commit message (Expand)AuthorAgeFilesLines
* more driver stuff from 3.2.72Wolfgang Wiedmeyer2015-10-231-10/+9
* irda: fix smsc-ircc2 section mismatch warningRandy Dunlap2011-10-031-1/+1
* Revert "net: fix section mismatches"David S. Miller2011-05-311-22/+22
* net: fix section mismatchesMichał Mirosław2011-04-181-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-261-1/+1
* drivers/net/irda: use for_each_pci_dev()Kulikov Vasiliy2010-07-211-4/+1
* drivers/net: Remove unnecessary returns from void function()sJoe Perches2010-05-141-1/+0
* 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-051-8/+8
* irda: smsc wait count reaches -1Roel Kluin2009-06-131-1/+1
* irda: convert smsc driver to net_device_opsStephen Hemminger2009-03-211-9/+21
* irda: convert to internal statsStephen Hemminger2009-01-061-24/+14
* drivers/net/irda: fix sparse warnings: make symbols staticHannes Eder2008-12-261-3/+3
* irda: replace __FUNCTION__ with __func__Harvey Harrison2008-07-301-60/+60
* irda: remove CVS keywordsAdrian Bunk2008-06-111-1/+0
* 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-281-13/+4
* [IRDA]: Document the fact that smsc-ircc2 will not use PNP by defaultJonathan Bastien-Filiatrault2007-10-101-1/+1
* [NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle2007-10-101-2/+0
* 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-251-1/+1
* [IrDA]: SMC SuperIO Chip LPC47N227 not identified properlyPeter Kovar2007-04-251-0/+1
* [SK_BUFF]: Introduce skb_reset_mac_header(skb)Arnaldo Carvalho de Melo2007-04-251-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-281-2/+36
* [PATCH] smsc-ircc2: fix section reference mismatchesDmitry Torokhov2006-07-121-1/+1
* [IRDA]: smsc-ircc: Minimal hotplug support.David Brownell2006-05-091-1/+13
* [IRDA]: smsc-ircc2, smcinit support for ALi ISA bridgesLinus Walleij2006-04-141-52/+264
* [IRDA]: smcinit merged into smsc-ircc driverLinus Walleij2006-04-091-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-301-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-071-0/+1
* [PATCH] smsc-ircc2: dont use void * where specific type will doDmitry Torokhov2005-09-071-6/+4
* [PATCH] smsc-ircc2: use netdev_priv()Dmitry Torokhov2005-09-071-12/+11
* [PATCH] smsc-ircc2: add to sysfs as platform device, new PMDmitry Torokhov2005-09-071-56/+65
* [PATCH] smsc-ircc2: dont pass iobase aroundDmitry Torokhov2005-09-071-35/+26
* [PATCH] smsc-ircc2: remove typedefsDmitry Torokhov2005-09-071-26/+13
* [PATCH] smsc-ircc2: drop DIM macro in favor of ARRAY_SIZEDmitry Torokhov2005-09-071-3/+2
* [PATCH] smsc-ircc2: formatting fixesDmitry Torokhov2005-09-071-326/+317