summaryrefslogtreecommitdiffstats
path: root/drivers/pcmcia/yenta_socket.c
Commit message (Expand)AuthorAgeFilesLines
* pcmcia: remove DEFINE_PCI_DEVICE_TABLE usageGreg Kroah-Hartman2014-07-181-1/+1
* pcmcia: Use list_for_each_entry() for bus traversalYijing Wang2014-02-141-9/+9
* PCI: Convert pcibios_resource_to_bus() to take a pci_bus, not a pci_devYinghai Lu2013-12-211-3/+3
* drivers/pcmcia/yenta_socket.c: convert to module_pci_driverLibo Chen2013-09-261-15/+1
* 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
* PCI: replace struct pci_bus secondary/subordinate with busn_resYinghai Lu2012-06-131-13/+13
* pcmcia: Convert to DEFINE_PCI_DEVICE_TABLEAxel Lin2012-03-031-1/+1
* module_param: make bool parameters really bool (drivers & misc)Rusty Russell2012-01-131-3/+3
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2010-10-241-1/+1
|\
| * Update broken web addresses in the kernel.Justin P. Mattock2010-10-181-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: yenta_socket.c Remove extra #ifdef CONFIG_YENTA_TIJustin P. Mattock2010-06-071-8/+6
* pcmcia: only keep saved I365_CSCINT flag if there is no PCI irqDominik Brodowski2010-06-071-2/+3
* pcmcia: remove suspend-related comment from yenta_socket.cDominik Brodowski2010-05-101-7/+0
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* pcmcia: use dev_pm_ops for class pcmcia_socket_classDominik Brodowski2010-03-241-15/+2
* pcmcia: re-route Cardbus IRQ to ISA on ti1130 bridges if necessaryJens Künzer2010-03-151-11/+14
* pcmcia: allow for cb_irq to differ from pci_dev's irq in yenta_socketJens Künzer2010-03-151-3/+3
* pcmcia: honor saved flags in yenta_socket's I365_CSCINT registerJens Künzer2010-03-151-4/+11
* yenta_socket: ENE CB712 CardBus bridge needs special treatment with Echo Audi...Michal Pecio2010-03-021-4/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6Linus Torvalds2010-02-271-0/+5
|\
| * pcmcia/yenta: add module parameter for O2 speedupsWolfram Sang2010-02-171-0/+5
* | PCI: add pci_bus_for_each_resource(), remove direct bus->resource[] refsBjorn Helgaas2010-02-231-2/+3
|/
* const: constify remaining dev_pm_opsAlexey Dobriyan2009-12-151-1/+1
* pcmcia: CodingStyle fixesDominik Brodowski2009-12-071-51/+96
* PM / yenta: Split resume into early and late parts (rev. 4)Rafael J. Wysocki2009-11-031-1/+11
* PM / yenta: Fix cardbus suspend/resume regressionRafael J. Wysocki2009-09-291-40/+48
* PM / PCMCIA: Drop second argument of pcmcia_socket_dev_suspend()Rafael J. Wysocki2009-09-291-1/+1
* pcmcia: yenta: add missing __devexit markingMike Frysinger2009-09-221-1/+1
* yenta: Use pci_claim_resourceMatthew Wilcox2009-09-091-8/+8
* pcmcia: use dev_printk and dev_dbg in yenta_socketDominik Brodowski2008-08-231-39/+47
* pcmcia: fix kernel-doc commentsRandy Dunlap2007-12-101-3/+3
* [PATCH] remove many unneeded #includes of sched.hTim Schmielau2007-02-141-1/+0
* Driver core: convert pcmcia code to use struct deviceGreg Kroah-Hartman2007-02-071-1/+1
* [PATCH] PCMCIA: handle sysfs, PCI errorsJeff Garzik2006-10-251-3/+13
* [PATCH] CONFIG_PM=n slim: drivers/pcmcia/*Alexey Dobriyan2006-10-251-2/+4
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-051-3/+3
* [PATCH] irq-flags: misc drivers: Use the new IRQF_ constantsThomas Gleixner2006-07-021-2/+2
* [PATCH] pcmcia: fix kernel-doc function nameRandy Dunlap2006-06-301-1/+1
* [PATCH] pcmcia: TI PCIxx12 CardBus controller supportAlex Williamson2006-06-301-0/+1
* [PATCH] yenta: fix hidden PCI bus numbersBernhard Kaindl2006-06-301-0/+73
* [PATCH] yenta: do power-up only after socket is configuredDaniel Ritz2006-06-301-1/+8
* [PATCH] pcmcia: kzalloc conversionDominik Brodowski2006-01-061-2/+1
* [PATCH] yenta: make bridge specific init code configurableDaniel Ritz2006-01-051-0/+39
* [PATCH] pcmcia: remove get_socket callbackDominik Brodowski2006-01-051-90/+0
* [PATCH] yenta: optimize interrupt handlerDaniel Ritz2006-01-051-4/+4
* pcmcia: add socket register data to sysfs for yenta devicesLinus Torvalds2005-10-281-1/+41
OpenPOWER on IntegriCloud