aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pcmcia/yenta_socket.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-10-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2010-10-18Update broken web addresses in the kernel.Justin P. Mattock1-1/+1
2010-09-29pcmcia: convert pcmcia_request_configuration to pcmcia_enable_deviceDominik Brodowski1-1/+0
2010-07-30pcmcia: remove cs_types.hDominik Brodowski1-1/+0
2010-06-07pcmcia: yenta_socket.c Remove extra #ifdef CONFIG_YENTA_TIJustin P. Mattock1-8/+6
2010-06-07pcmcia: only keep saved I365_CSCINT flag if there is no PCI irqDominik Brodowski1-2/+3
2010-05-10pcmcia: remove suspend-related comment from yenta_socket.cDominik Brodowski1-7/+0
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-24pcmcia: use dev_pm_ops for class pcmcia_socket_classDominik Brodowski1-15/+2
2010-03-15pcmcia: re-route Cardbus IRQ to ISA on ti1130 bridges if necessaryJens Künzer1-11/+14
2010-03-15pcmcia: allow for cb_irq to differ from pci_dev's irq in yenta_socketJens Künzer1-3/+3
2010-03-15pcmcia: honor saved flags in yenta_socket's I365_CSCINT registerJens Künzer1-4/+11
2010-03-02yenta_socket: ENE CB712 CardBus bridge needs special treatment with Echo Audio Indigo soundcardsMichal Pecio1-4/+4
2010-02-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6Linus Torvalds1-0/+5
2010-02-23PCI: add pci_bus_for_each_resource(), remove direct bus->resource[] refsBjorn Helgaas1-2/+3
2010-02-17pcmcia/yenta: add module parameter for O2 speedupsWolfram Sang1-0/+5
2009-12-15const: constify remaining dev_pm_opsAlexey Dobriyan1-1/+1
2009-12-07pcmcia: CodingStyle fixesDominik Brodowski1-51/+96
2009-11-03PM / yenta: Split resume into early and late parts (rev. 4)Rafael J. Wysocki1-1/+11
2009-09-29PM / yenta: Fix cardbus suspend/resume regressionRafael J. Wysocki1-40/+48
2009-09-29PM / PCMCIA: Drop second argument of pcmcia_socket_dev_suspend()Rafael J. Wysocki1-1/+1
2009-09-22pcmcia: yenta: add missing __devexit markingMike Frysinger1-1/+1
2009-09-09yenta: Use pci_claim_resourceMatthew Wilcox1-8/+8
2008-08-23pcmcia: use dev_printk and dev_dbg in yenta_socketDominik Brodowski1-39/+47
2007-12-10pcmcia: fix kernel-doc commentsRandy Dunlap1-3/+3
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau1-1/+0
2007-02-07Driver core: convert pcmcia code to use struct deviceGreg Kroah-Hartman1-1/+1
2006-10-25[PATCH] PCMCIA: handle sysfs, PCI errorsJeff Garzik1-3/+13
2006-10-25[PATCH] CONFIG_PM=n slim: drivers/pcmcia/*Alexey Dobriyan1-2/+4
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-3/+3
2006-07-02[PATCH] irq-flags: misc drivers: Use the new IRQF_ constantsThomas Gleixner1-2/+2
2006-06-30[PATCH] pcmcia: fix kernel-doc function nameRandy Dunlap1-1/+1
2006-06-30[PATCH] pcmcia: TI PCIxx12 CardBus controller supportAlex Williamson1-0/+1
2006-06-30[PATCH] yenta: fix hidden PCI bus numbersBernhard Kaindl1-0/+73
2006-06-30[PATCH] yenta: do power-up only after socket is configuredDaniel Ritz1-1/+8
2006-01-06[PATCH] pcmcia: kzalloc conversionDominik Brodowski1-2/+1
2006-01-05[PATCH] yenta: make bridge specific init code configurableDaniel Ritz1-0/+39
2006-01-05[PATCH] pcmcia: remove get_socket callbackDominik Brodowski1-90/+0
2006-01-05[PATCH] yenta: optimize interrupt handlerDaniel Ritz1-4/+4
2005-10-28pcmcia: add socket register data to sysfs for yenta devicesLinus Torvalds1-1/+41
2005-09-26[PATCH] yenta: more ENE bridgesDaniel Ritz1-0/+4
2005-09-26[PATCH] yenta: add support for more TI bridgesDaniel Ritz1-0/+8
2005-09-26[PATCH] yenta: tiny cleanupDominik Brodowski1-2/+3
2005-09-26[PATCH] yenta: don't mess with bridge control registerDaniel Ritz1-27/+3
2005-09-26[PATCH] yenta: auto-tune EnE bridges for CardBus cardsDaniel Ritz1-4/+11
2005-09-14Fix yenta error message when unable to find a bus assignmentLinus Torvalds1-2/+2
2005-09-14[PATCH] yenta oops fixIvan Kokshaysky1-1/+12
2005-09-09[PATCH] pcmcia/yenta: avoid PCI write posting problemDaniel Ritz1-0/+6
2005-09-09[PATCH] yenta: share code with PCI coreDominik Brodowski1-23/+18
2005-09-07[PATCH] yenta: make ToPIC95 bridges work with 16bit cardsDaniel Ritz1-28/+97