aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/irda/smsc-ircc2.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-08-03irda: use PCI_VENDOR_ID_*Jon Mason1-10/+8
2011-06-21irda: fix smsc-ircc2 section mismatch warningRandy Dunlap1-1/+1
2011-06-06net: remove interrupt.h inclusion from netdevice.hAlexey Dobriyan1-0/+1
2011-05-31Revert "net: fix section mismatches"David S. Miller1-22/+22
2011-04-18net: fix section mismatchesMichał Mirosław1-22/+22
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-01-03smsc-ircc2: Fix section mismatch derived from smsc_ircc_pnp_probe()Sedat Dilek1-1/+1
2010-09-26drivers/net: return operator cleanupEric Dumazet1-1/+1
2010-07-21drivers/net/irda: use for_each_pci_dev()Kulikov Vasiliy1-4/+1
2010-05-14drivers/net: Remove unnecessary returns from void function()sJoe Perches1-1/+0
2010-05-10net: trans_start cleanupsEric Dumazet1-1/+1
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
2009-12-04comment typo fix: sybsystem -> subsystemJean Delvare1-1/+1
2009-09-01irda: convert to netdev_tx_tStephen Hemminger1-5/+10
2009-07-05net: convert remaining non-symbolic return values in ndo_start_xmit() functionsPatrick McHardy1-8/+8
2009-06-13irda: smsc wait count reaches -1Roel Kluin1-1/+1
2009-03-21irda: convert smsc driver to net_device_opsStephen Hemminger1-9/+21
2009-01-06irda: convert to internal statsStephen Hemminger1-24/+14
2008-12-26drivers/net/irda: fix sparse warnings: make symbols staticHannes Eder1-3/+3
2008-07-30irda: replace __FUNCTION__ with __func__Harvey Harrison1-60/+60
2008-06-11irda: remove CVS keywordsAdrian Bunk1-1/+0
2008-05-05irda: fix !PNP support for drivers/net/irda/smsc-ircc2.cIngo Molnar1-1/+4
2008-01-28[netdrvr] irq handler minor cleanups in several driversJeff Garzik1-13/+4
2007-10-10[IRDA]: Document the fact that smsc-ircc2 will not use PNP by defaultJonathan Bastien-Filiatrault1-1/+1
2007-10-10[NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle1-2/+0
2007-07-01smsc-ircc2: bypass PNP detection until we get the quirks worked outBjorn Helgaas1-1/+1
2007-06-28smsc-ircc2: skip preconfiguration for PNP devicesBjorn Helgaas1-7/+7
2007-05-08smsc-ircc2: add PNP supportBjorn Helgaas1-23/+75
2007-05-08smsc-ircc2: tidy up module parameter checkingBjorn Helgaas1-6/+8
2007-04-25[SK_BUFF]: Introduce skb_copy_from_linear_data{_offset}Arnaldo Carvalho de Melo1-1/+1
2007-04-25[IrDA]: SMC SuperIO Chip LPC47N227 not identified properlyPeter Kovar1-0/+1
2007-04-25[SK_BUFF]: Introduce skb_reset_mac_header(skb)Arnaldo Carvalho de Melo1-1/+1
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-3/+3
2006-09-28[IrDA] smsc-ircc: More laptops detectedLinus Walleij (LD/EAB1-2/+36
2006-07-12[PATCH] smsc-ircc2: fix section reference mismatchesDmitry Torokhov1-1/+1
2006-05-09[IRDA]: smsc-ircc: Minimal hotplug support.David Brownell1-1/+13
2006-04-14[IRDA]: smsc-ircc2, smcinit support for ALi ISA bridgesLinus Walleij1-52/+264
2006-04-09[IRDA]: smcinit merged into smsc-ircc driverLinus Walleij1-0/+311
2005-11-09[DRIVER MODEL] Convert platform drivers to use struct platform_driverRussell King1-13/+14
2005-10-31Merge master.kernel.org:/home/rmk/linux-2.6-drvmodelLinus Torvalds1-0/+1
2005-10-30[PATCH] smsc-ircc2: PM cleanup - do not close device when suspendingDmitry Torokhov1-44/+85
2005-10-29Create platform_device.h to contain all the platform device details.Russell King1-0/+1
2005-10-28[PATCH] DRIVER MODEL: Get rid of the obsolete tri-level suspend/resume callbacksRussell King1-6/+6
2005-09-07[PATCH] Fix smsc_ircc_init return valueBrice Goglin1-0/+1
2005-09-07[PATCH] smsc-ircc2: dont use void * where specific type will doDmitry Torokhov1-6/+4
2005-09-07[PATCH] smsc-ircc2: use netdev_priv()Dmitry Torokhov1-12/+11
2005-09-07[PATCH] smsc-ircc2: add to sysfs as platform device, new PMDmitry Torokhov1-56/+65
2005-09-07[PATCH] smsc-ircc2: dont pass iobase aroundDmitry Torokhov1-35/+26
2005-09-07[PATCH] smsc-ircc2: remove typedefsDmitry Torokhov1-26/+13
2005-09-07[PATCH] smsc-ircc2: drop DIM macro in favor of ARRAY_SIZEDmitry Torokhov1-3/+2