summaryrefslogtreecommitdiffstats
path: root/drivers/pcmcia/i82092.c
Commit message (Expand)AuthorAgeFilesLines
* pcmcia: Add __init/__exit annotations to module init/exit funcsXiu Jianfeng2022-09-221-2/+2
* pcmcia: i82092: fix a null pointer dereference bugZheyu Ma2021-07-231-0/+1
* PCMCIA/i82092: remove #if 0 blockSimon Geis2019-12-161-20/+0
* PCMCIA/i82092: delete enter/leave macroSimon Geis2019-12-161-49/+6
* PCMCIA/i82092: include <linux/io.h> instead of <asm/io.h>Simon Geis2019-12-161-1/+1
* PCMCIA/i82092: shorten the lines with over 80 charactersSimon Geis2019-12-161-26/+53
* PCMCIA/i82092: move assignment out of if conditionSimon Geis2019-12-161-2/+5
* PCMCIA/i82092: change code indentationSimon Geis2019-12-161-61/+61
* PCMCIA/i82092: insert blank line after declarationsSimon Geis2019-12-161-0/+8
* PCMCIA/i82092: remove braces around single statement blocksSimon Geis2019-12-161-10/+5
* PCMCIA/i82092: add/remove spaces to improve readabilitySimon Geis2019-12-161-194/+189
* PCMCIA/i82092: use dev_<level> instead of printkSimon Geis2019-12-161-27/+36
* pcmcia: clean an indentation issues, remove extraneous spacesColin Ian King2019-11-211-18/+16
* pcmcia/i82092: Refactored dprintk macro for dev_dbg().Adam Zerella2019-09-041-3/+3
* treewide: Add SPDX license identifier for more missed filesThomas Gleixner2019-05-211-0/+1
* pcmcia: remove DEFINE_PCI_DEVICE_TABLE usageGreg Kroah-Hartman2014-07-181-1/+1
* PCI: Convert pcibios_resource_to_bus() to take a pci_bus, not a pci_devYinghai Lu2013-12-211-1/+1
* pcmcia: i82092: fix i82092aa_pci_remove()Dan Carpenter2013-01-171-5/+3
* pcmcia: remove use of __devexitBill Pemberton2012-11-281-1/+1
* pcmcia: remove use of __devinitBill Pemberton2012-11-281-1/+1
* pcmcia: remove use of __devexit_pBill Pemberton2012-11-281-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmciaLinus Torvalds2012-03-291-8/+3
|\
| * pcmcia: Convert to DEFINE_PCI_DEVICE_TABLEAxel Lin2012-03-031-8/+3
* | Remove all #inclusions of asm/system.hDavid Howells2012-03-281-1/+0
|/
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* pcmcia: convert pcmcia_request_configuration to pcmcia_enable_deviceDominik Brodowski2010-09-291-1/+0
* pcmcia: remove cs_types.hDominik Brodowski2010-07-301-1/+0
* pcmcia: use dev_pm_ops for class pcmcia_socket_classDominik Brodowski2010-03-241-16/+0
* pcmcia: pd6729, i82092: use parent (PCI) resourcesDominik Brodowski2010-03-151-0/+1
* PM / PCMCIA: Drop second argument of pcmcia_socket_dev_suspend()Rafael J. Wysocki2009-09-291-1/+1
* pcmcia: remove CVS keywordsAdrian Bunk2008-06-241-2/+0
* pcmcia: silence section mismatch warnings from pci_driver variablesSam Ravnborg2008-05-011-3/+3
* PCI: drivers/pcmcia/i82092.c: fix up after pci_bus_region changesAndrew Morton2008-02-211-1/+6
* pcmcia: replace kio_addr_t with unsigned int everywhereOlof Johansson2008-02-051-1/+1
* Driver core: convert pcmcia code to use struct deviceGreg Kroah-Hartman2007-02-071-1/+1
* [PATCH] i82092: wire up errors from pci_register_driver()Alexey Dobriyan2006-10-251-4/+1
* [PATCH] CONFIG_PM=n slim: drivers/pcmcia/*Alexey Dobriyan2006-10-251-0/+4
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-051-1/+1
* [PATCH] irq-flags: misc drivers: Use the new IRQF_ constantsThomas Gleixner2006-07-021-1/+1
* [PATCH] pcmcia: remove include of config.hDominik Brodowski2006-03-311-1/+0
* [PATCH] pcmcia: remove get_socket callbackDominik Brodowski2006-01-051-73/+0
* Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds2005-04-161-0/+799