aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/irda/smsc-ircc2.c
AgeCommit message (Expand)Author
2013-03-17drivers:net: dma_alloc_coherent: use __GFP_ZERO instead of memset(, 0)Joe Perches
2013-03-15drivers:net: Remove dma_alloc_coherent OOM messagesJoe Perches
2012-12-07drivers/net: fix up function prototypes after __dev* removalsGreg Kroah-Hartman
2012-12-03irda: remove __dev* attributesBill Pemberton
2012-04-27NET: smsc-ircc2: mark non-experimentalLinus Walleij
2011-12-19module_param: make bool parameters really bool (net & drivers/net)Rusty Russell
2011-08-03irda: use PCI_VENDOR_ID_*Jon Mason
2011-06-21irda: fix smsc-ircc2 section mismatch warningRandy Dunlap
2011-06-06net: remove interrupt.h inclusion from netdevice.hAlexey Dobriyan
2011-05-31Revert "net: fix section mismatches"David S. Miller
2011-04-18net: fix section mismatchesMichał Mirosław
2011-03-31Fix common misspellingsLucas De Marchi
2011-01-03smsc-ircc2: Fix section mismatch derived from smsc_ircc_pnp_probe()Sedat Dilek
2010-09-26drivers/net: return operator cleanupEric Dumazet
2010-07-21drivers/net/irda: use for_each_pci_dev()Kulikov Vasiliy
2010-05-14drivers/net: Remove unnecessary returns from void function()sJoe Perches
2010-05-10net: trans_start cleanupsEric Dumazet
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-12-04comment typo fix: sybsystem -> subsystemJean Delvare
2009-09-01irda: convert to netdev_tx_tStephen Hemminger
2009-07-05net: convert remaining non-symbolic return values in ndo_start_xmit() functionsPatrick McHardy
2009-06-13irda: smsc wait count reaches -1Roel Kluin
2009-03-21irda: convert smsc driver to net_device_opsStephen Hemminger
2009-01-06irda: convert to internal statsStephen Hemminger
2008-12-26drivers/net/irda: fix sparse warnings: make symbols staticHannes Eder
2008-07-30irda: replace __FUNCTION__ with __func__Harvey Harrison
2008-06-11irda: remove CVS keywordsAdrian Bunk
2008-05-05irda: fix !PNP support for drivers/net/irda/smsc-ircc2.cIngo Molnar
2008-01-28[netdrvr] irq handler minor cleanups in several driversJeff Garzik
2007-10-10[IRDA]: Document the fact that smsc-ircc2 will not use PNP by defaultJonathan Bastien-Filiatrault
2007-10-10[NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle
2007-07-01smsc-ircc2: bypass PNP detection until we get the quirks worked outBjorn Helgaas
2007-06-28smsc-ircc2: skip preconfiguration for PNP devicesBjorn Helgaas
2007-05-08smsc-ircc2: add PNP supportBjorn Helgaas
2007-05-08smsc-ircc2: tidy up module parameter checkingBjorn Helgaas
2007-04-25[SK_BUFF]: Introduce skb_copy_from_linear_data{_offset}Arnaldo Carvalho de Melo
2007-04-25[IrDA]: SMC SuperIO Chip LPC47N227 not identified properlyPeter Kovar
2007-04-25[SK_BUFF]: Introduce skb_reset_mac_header(skb)Arnaldo Carvalho de Melo
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells
2006-09-28[IrDA] smsc-ircc: More laptops detectedLinus Walleij (LD/EAB
2006-07-12[PATCH] smsc-ircc2: fix section reference mismatchesDmitry Torokhov
2006-05-09[IRDA]: smsc-ircc: Minimal hotplug support.David Brownell
2006-04-14[IRDA]: smsc-ircc2, smcinit support for ALi ISA bridgesLinus Walleij
2006-04-09[IRDA]: smcinit merged into smsc-ircc driverLinus Walleij
2005-11-09[DRIVER MODEL] Convert platform drivers to use struct platform_driverRussell King
2005-10-31Merge master.kernel.org:/home/rmk/linux-2.6-drvmodelLinus Torvalds
2005-10-30[PATCH] smsc-ircc2: PM cleanup - do not close device when suspendingDmitry Torokhov
2005-10-29Create platform_device.h to contain all the platform device details.Russell King
2005-10-28[PATCH] DRIVER MODEL: Get rid of the obsolete tri-level suspend/resume callbacksRussell King
2005-09-07[PATCH] Fix smsc_ircc_init return valueBrice Goglin