index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
pcmcia
/
yenta_socket.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-06-14
pcmcia: Fix resource leaks in yenta_probe() and _close()
Takeshi Yoshimura
1
-12
/
+21
2015-05-30
pcmcia: Convert dev_printk to dev_<level>
Joe Perches
1
-33
/
+28
2015-03-16
pcmcia: Use setup_timer and mod_timer
Vaishali Thakkar
1
-5
/
+3
2014-07-19
pcmcia: remove DEFINE_PCI_DEVICE_TABLE usage
Greg Kroah-Hartman
1
-1
/
+1
2014-02-14
pcmcia: Use list_for_each_entry() for bus traversal
Yijing Wang
1
-9
/
+9
2013-12-21
PCI: Convert pcibios_resource_to_bus() to take a pci_bus, not a pci_dev
Yinghai Lu
1
-3
/
+3
2013-09-26
drivers/pcmcia/yenta_socket.c: convert to module_pci_driver
Libo Chen
1
-15
/
+1
2012-11-29
pcmcia: remove use of __devexit
Bill Pemberton
1
-1
/
+1
2012-11-29
pcmcia: remove use of __devinit
Bill Pemberton
1
-1
/
+1
2012-11-29
pcmcia: remove use of __devexit_p
Bill Pemberton
1
-1
/
+1
2012-06-14
PCI: replace struct pci_bus secondary/subordinate with busn_res
Yinghai Lu
1
-13
/
+13
2012-03-03
pcmcia: Convert to DEFINE_PCI_DEVICE_TABLE
Axel Lin
1
-1
/
+1
2012-01-13
module_param: make bool parameters really bool (drivers & misc)
Rusty Russell
1
-3
/
+3
2010-10-25
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...
Linus Torvalds
1
-1
/
+1
2010-10-18
Update broken web addresses in the kernel.
Justin P. Mattock
1
-1
/
+1
2010-09-29
pcmcia: convert pcmcia_request_configuration to pcmcia_enable_device
Dominik Brodowski
1
-1
/
+0
2010-07-30
pcmcia: remove cs_types.h
Dominik Brodowski
1
-1
/
+0
2010-06-07
pcmcia: yenta_socket.c Remove extra #ifdef CONFIG_YENTA_TI
Justin P. Mattock
1
-8
/
+6
2010-06-07
pcmcia: only keep saved I365_CSCINT flag if there is no PCI irq
Dominik Brodowski
1
-2
/
+3
2010-05-10
pcmcia: remove suspend-related comment from yenta_socket.c
Dominik Brodowski
1
-7
/
+0
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2010-03-24
pcmcia: use dev_pm_ops for class pcmcia_socket_class
Dominik Brodowski
1
-15
/
+2
2010-03-15
pcmcia: re-route Cardbus IRQ to ISA on ti1130 bridges if necessary
Jens Künzer
1
-11
/
+14
2010-03-15
pcmcia: allow for cb_irq to differ from pci_dev's irq in yenta_socket
Jens Künzer
1
-3
/
+3
2010-03-15
pcmcia: honor saved flags in yenta_socket's I365_CSCINT register
Jens Künzer
1
-4
/
+11
2010-03-03
yenta_socket: ENE CB712 CardBus bridge needs special treatment with Echo Audi...
Michal Pecio
1
-4
/
+4
2010-02-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6
Linus Torvalds
1
-0
/
+5
2010-02-23
PCI: add pci_bus_for_each_resource(), remove direct bus->resource[] refs
Bjorn Helgaas
1
-2
/
+3
2010-02-17
pcmcia/yenta: add module parameter for O2 speedups
Wolfram Sang
1
-0
/
+5
2009-12-15
const: constify remaining dev_pm_ops
Alexey Dobriyan
1
-1
/
+1
2009-12-08
pcmcia: CodingStyle fixes
Dominik Brodowski
1
-51
/
+96
2009-11-03
PM / yenta: Split resume into early and late parts (rev. 4)
Rafael J. Wysocki
1
-1
/
+11
2009-09-29
PM / yenta: Fix cardbus suspend/resume regression
Rafael J. Wysocki
1
-40
/
+48
2009-09-29
PM / PCMCIA: Drop second argument of pcmcia_socket_dev_suspend()
Rafael J. Wysocki
1
-1
/
+1
2009-09-22
pcmcia: yenta: add missing __devexit marking
Mike Frysinger
1
-1
/
+1
2009-09-10
yenta: Use pci_claim_resource
Matthew Wilcox
1
-8
/
+8
2008-08-23
pcmcia: use dev_printk and dev_dbg in yenta_socket
Dominik Brodowski
1
-39
/
+47
2007-12-11
pcmcia: fix kernel-doc comments
Randy Dunlap
1
-3
/
+3
2007-02-14
[PATCH] remove many unneeded #includes of sched.h
Tim Schmielau
1
-1
/
+0
2007-02-07
Driver core: convert pcmcia code to use struct device
Greg Kroah-Hartman
1
-1
/
+1
2006-10-26
[PATCH] PCMCIA: handle sysfs, PCI errors
Jeff Garzik
1
-3
/
+13
2006-10-26
[PATCH] CONFIG_PM=n slim: drivers/pcmcia/*
Alexey Dobriyan
1
-2
/
+4
2006-10-05
IRQ: Maintain regs pointer globally rather than passing to IRQ handlers
David Howells
1
-3
/
+3
2006-07-03
[PATCH] irq-flags: misc drivers: Use the new IRQF_ constants
Thomas Gleixner
1
-2
/
+2
2006-07-01
[PATCH] pcmcia: fix kernel-doc function name
Randy Dunlap
1
-1
/
+1
2006-07-01
[PATCH] pcmcia: TI PCIxx12 CardBus controller support
Alex Williamson
1
-0
/
+1
2006-07-01
[PATCH] yenta: fix hidden PCI bus numbers
Bernhard Kaindl
1
-0
/
+73
2006-07-01
[PATCH] yenta: do power-up only after socket is configured
Daniel Ritz
1
-1
/
+8
2006-01-06
[PATCH] pcmcia: kzalloc conversion
Dominik Brodowski
1
-2
/
+1
2006-01-06
[PATCH] yenta: make bridge specific init code configurable
Daniel Ritz
1
-0
/
+39
[next]