summaryrefslogtreecommitdiff
path: root/drivers/pcmcia/i82092.c
AgeCommit message (Expand)Author
2022-09-22pcmcia: Add __init/__exit annotations to module init/exit funcsXiu Jianfeng
2021-07-23pcmcia: i82092: fix a null pointer dereference bugZheyu Ma
2019-12-16PCMCIA/i82092: remove #if 0 blockSimon Geis
2019-12-16PCMCIA/i82092: delete enter/leave macroSimon Geis
2019-12-16PCMCIA/i82092: include <linux/io.h> instead of <asm/io.h>Simon Geis
2019-12-16PCMCIA/i82092: shorten the lines with over 80 charactersSimon Geis
2019-12-16PCMCIA/i82092: move assignment out of if conditionSimon Geis
2019-12-16PCMCIA/i82092: change code indentationSimon Geis
2019-12-16PCMCIA/i82092: insert blank line after declarationsSimon Geis
2019-12-16PCMCIA/i82092: remove braces around single statement blocksSimon Geis
2019-12-16PCMCIA/i82092: add/remove spaces to improve readabilitySimon Geis
2019-12-16PCMCIA/i82092: use dev_<level> instead of printkSimon Geis
2019-11-21pcmcia: clean an indentation issues, remove extraneous spacesColin Ian King
2019-09-04pcmcia/i82092: Refactored dprintk macro for dev_dbg().Adam Zerella
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner
2014-07-18pcmcia: remove DEFINE_PCI_DEVICE_TABLE usageGreg Kroah-Hartman
2013-12-21PCI: Convert pcibios_resource_to_bus() to take a pci_bus, not a pci_devYinghai Lu
2013-01-17pcmcia: i82092: fix i82092aa_pci_remove()Dan Carpenter
2012-11-28pcmcia: remove use of __devexitBill Pemberton
2012-11-28pcmcia: remove use of __devinitBill Pemberton
2012-11-28pcmcia: remove use of __devexit_pBill Pemberton
2012-03-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmciaLinus Torvalds
2012-03-28Remove all #inclusions of asm/system.hDavid Howells
2012-03-03pcmcia: Convert to DEFINE_PCI_DEVICE_TABLEAxel Lin
2011-03-31Fix common misspellingsLucas De Marchi
2010-09-29pcmcia: convert pcmcia_request_configuration to pcmcia_enable_deviceDominik Brodowski
2010-07-30pcmcia: remove cs_types.hDominik Brodowski
2010-03-24pcmcia: use dev_pm_ops for class pcmcia_socket_classDominik Brodowski
2010-03-15pcmcia: pd6729, i82092: use parent (PCI) resourcesDominik Brodowski
2009-09-29PM / PCMCIA: Drop second argument of pcmcia_socket_dev_suspend()Rafael J. Wysocki
2008-06-24pcmcia: remove CVS keywordsAdrian Bunk
2008-05-01pcmcia: silence section mismatch warnings from pci_driver variablesSam Ravnborg
2008-02-21PCI: drivers/pcmcia/i82092.c: fix up after pci_bus_region changesAndrew Morton
2008-02-05pcmcia: replace kio_addr_t with unsigned int everywhereOlof Johansson
2007-02-07Driver core: convert pcmcia code to use struct deviceGreg Kroah-Hartman
2006-10-25[PATCH] i82092: wire up errors from pci_register_driver()Alexey Dobriyan
2006-10-25[PATCH] CONFIG_PM=n slim: drivers/pcmcia/*Alexey Dobriyan
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells
2006-07-02[PATCH] irq-flags: misc drivers: Use the new IRQF_ constantsThomas Gleixner
2006-03-31[PATCH] pcmcia: remove include of config.hDominik Brodowski
2006-01-05[PATCH] pcmcia: remove get_socket callbackDominik Brodowski
2005-04-16Linux-2.6.12-rc2Linus Torvalds