| Commit message (Expand) | Author | Age | Files | Lines |
* | pcmcia: Add __init/__exit annotations to module init/exit funcs | Xiu Jianfeng | 2022-09-22 | 1 | -2/+2 |
* | pcmcia: i82092: fix a null pointer dereference bug | Zheyu Ma | 2021-07-23 | 1 | -0/+1 |
* | PCMCIA/i82092: remove #if 0 block | Simon Geis | 2019-12-16 | 1 | -20/+0 |
* | PCMCIA/i82092: delete enter/leave macro | Simon Geis | 2019-12-16 | 1 | -49/+6 |
* | PCMCIA/i82092: include <linux/io.h> instead of <asm/io.h> | Simon Geis | 2019-12-16 | 1 | -1/+1 |
* | PCMCIA/i82092: shorten the lines with over 80 characters | Simon Geis | 2019-12-16 | 1 | -26/+53 |
* | PCMCIA/i82092: move assignment out of if condition | Simon Geis | 2019-12-16 | 1 | -2/+5 |
* | PCMCIA/i82092: change code indentation | Simon Geis | 2019-12-16 | 1 | -61/+61 |
* | PCMCIA/i82092: insert blank line after declarations | Simon Geis | 2019-12-16 | 1 | -0/+8 |
* | PCMCIA/i82092: remove braces around single statement blocks | Simon Geis | 2019-12-16 | 1 | -10/+5 |
* | PCMCIA/i82092: add/remove spaces to improve readability | Simon Geis | 2019-12-16 | 1 | -194/+189 |
* | PCMCIA/i82092: use dev_<level> instead of printk | Simon Geis | 2019-12-16 | 1 | -27/+36 |
* | pcmcia: clean an indentation issues, remove extraneous spaces | Colin Ian King | 2019-11-21 | 1 | -18/+16 |
* | pcmcia/i82092: Refactored dprintk macro for dev_dbg(). | Adam Zerella | 2019-09-04 | 1 | -3/+3 |
* | treewide: Add SPDX license identifier for more missed files | Thomas Gleixner | 2019-05-21 | 1 | -0/+1 |
* | pcmcia: remove DEFINE_PCI_DEVICE_TABLE usage | Greg Kroah-Hartman | 2014-07-19 | 1 | -1/+1 |
* | PCI: Convert pcibios_resource_to_bus() to take a pci_bus, not a pci_dev | Yinghai Lu | 2013-12-21 | 1 | -1/+1 |
* | pcmcia: i82092: fix i82092aa_pci_remove() | Dan Carpenter | 2013-01-17 | 1 | -5/+3 |
* | pcmcia: remove use of __devexit | Bill Pemberton | 2012-11-28 | 1 | -1/+1 |
* | pcmcia: remove use of __devinit | Bill Pemberton | 2012-11-28 | 1 | -1/+1 |
* | pcmcia: remove use of __devexit_p | Bill Pemberton | 2012-11-28 | 1 | -1/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia | Linus Torvalds | 2012-03-30 | 1 | -8/+3 |
|\ |
|
| * | pcmcia: Convert to DEFINE_PCI_DEVICE_TABLE | Axel Lin | 2012-03-03 | 1 | -8/+3 |
* | | Remove all #inclusions of asm/system.h | David Howells | 2012-03-28 | 1 | -1/+0 |
|/ |
|
* | Fix common misspellings | Lucas De Marchi | 2011-03-31 | 1 | -1/+1 |
* | pcmcia: convert pcmcia_request_configuration to pcmcia_enable_device | Dominik Brodowski | 2010-09-29 | 1 | -1/+0 |
* | pcmcia: remove cs_types.h | Dominik Brodowski | 2010-07-30 | 1 | -1/+0 |
* | pcmcia: use dev_pm_ops for class pcmcia_socket_class | Dominik Brodowski | 2010-03-24 | 1 | -16/+0 |
* | pcmcia: pd6729, i82092: use parent (PCI) resources | Dominik Brodowski | 2010-03-15 | 1 | -0/+1 |
* | PM / PCMCIA: Drop second argument of pcmcia_socket_dev_suspend() | Rafael J. Wysocki | 2009-09-29 | 1 | -1/+1 |
* | pcmcia: remove CVS keywords | Adrian Bunk | 2008-06-24 | 1 | -2/+0 |
* | pcmcia: silence section mismatch warnings from pci_driver variables | Sam Ravnborg | 2008-05-01 | 1 | -3/+3 |
* | PCI: drivers/pcmcia/i82092.c: fix up after pci_bus_region changes | Andrew Morton | 2008-02-22 | 1 | -1/+6 |
* | pcmcia: replace kio_addr_t with unsigned int everywhere | Olof Johansson | 2008-02-05 | 1 | -1/+1 |
* | Driver core: convert pcmcia code to use struct device | Greg Kroah-Hartman | 2007-02-07 | 1 | -1/+1 |
* | [PATCH] i82092: wire up errors from pci_register_driver() | Alexey Dobriyan | 2006-10-26 | 1 | -4/+1 |
* | [PATCH] CONFIG_PM=n slim: drivers/pcmcia/* | Alexey Dobriyan | 2006-10-26 | 1 | -0/+4 |
* | IRQ: Maintain regs pointer globally rather than passing to IRQ handlers | David Howells | 2006-10-05 | 1 | -1/+1 |
* | [PATCH] irq-flags: misc drivers: Use the new IRQF_ constants | Thomas Gleixner | 2006-07-02 | 1 | -1/+1 |
* | [PATCH] pcmcia: remove include of config.h | Dominik Brodowski | 2006-03-31 | 1 | -1/+0 |
* | [PATCH] pcmcia: remove get_socket callback | Dominik Brodowski | 2006-01-05 | 1 | -73/+0 |
* | Linux-2.6.12-rc2v2.6.12-rc2 | Linus Torvalds | 2005-04-17 | 1 | -0/+799 |