Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
9ea3356d7979909d19252f7e552fb879643eaa70
/
drivers
/
pcmcia
/
yenta_socket.c
2b2c5d8
pcmcia: Convert to DEFINE_PCI_DEVICE_TABLE
by Axel Lin
· 13 years ago
90ab5ee
module_param: make bool parameters really bool (drivers & misc)
by Rusty Russell
· 13 years ago
229aebb
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 14 years ago
631dd1a
Update broken web addresses in the kernel.
by Justin P. Mattock
· 14 years ago
1ac71e5
pcmcia: convert pcmcia_request_configuration to pcmcia_enable_device
by Dominik Brodowski
· 14 years ago
ac8b422
pcmcia: remove cs_types.h
by Dominik Brodowski
· 14 years ago
4f2d364
pcmcia: yenta_socket.c Remove extra #ifdef CONFIG_YENTA_TI
by Justin P. Mattock
· 14 years ago
02caa56
pcmcia: only keep saved I365_CSCINT flag if there is no PCI irq
by Dominik Brodowski
· 14 years ago
378b451
pcmcia: remove suspend-related comment from yenta_socket.c
by Dominik Brodowski
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
d7646f7
pcmcia: use dev_pm_ops for class pcmcia_socket_class
by Dominik Brodowski
· 15 years ago
0d3a940
pcmcia: re-route Cardbus IRQ to ISA on ti1130 bridges if necessary
by Jens Künzer
· 15 years ago
ba8819e
pcmcia: allow for cb_irq to differ from pci_dev's irq in yenta_socket
by Jens Künzer
· 15 years ago
28ca8dd
pcmcia: honor saved flags in yenta_socket's I365_CSCINT register
by Jens Künzer
· 15 years ago
f3d4ae4
yenta_socket: ENE CB712 CardBus bridge needs special treatment with Echo Audio Indigo soundcards
by Michal Pecio
· 15 years ago
8d37a37
Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6
by Linus Torvalds
· 15 years ago
89a74ec
PCI: add pci_bus_for_each_resource(), remove direct bus->resource[] refs
by Bjorn Helgaas
· 15 years ago
3516952
pcmcia/yenta: add module parameter for O2 speedups
by Wolfram Sang
· 15 years ago
4714521
const: constify remaining dev_pm_ops
by Alexey Dobriyan
· 15 years ago
9fea84f
pcmcia: CodingStyle fixes
by Dominik Brodowski
· 15 years ago
9905d1b
PM / yenta: Split resume into early and late parts (rev. 4)
by Rafael J. Wysocki
· 15 years ago
0c570cd
PM / yenta: Fix cardbus suspend/resume regression
by Rafael J. Wysocki
· 15 years ago
827b464
PM / PCMCIA: Drop second argument of pcmcia_socket_dev_suspend()
by Rafael J. Wysocki
· 15 years ago
734f3fa
pcmcia: yenta: add missing __devexit marking
by Mike Frysinger
· 15 years ago
852710d
yenta: Use pci_claim_resource
by Matthew Wilcox
· 15 years ago
dd797d8
pcmcia: use dev_printk and dev_dbg in yenta_socket
by Dominik Brodowski
· 16 years ago
7818786
pcmcia: fix kernel-doc comments
by Randy Dunlap
· 17 years ago
cd354f1
[PATCH] remove many unneeded #includes of sched.h
by Tim Schmielau
· 18 years ago
8737331
Driver core: convert pcmcia code to use struct device
by Greg Kroah-Hartman
· 18 years ago
4deb7c1
[PATCH] PCMCIA: handle sysfs, PCI errors
by Jeff Garzik
· 18 years ago
f237de5
[PATCH] CONFIG_PM=n slim: drivers/pcmcia/*
by Alexey Dobriyan
· 18 years ago
7d12e78
IRQ: Maintain regs pointer globally rather than passing to IRQ handlers
by David Howells
· 18 years ago
dace145
[PATCH] irq-flags: misc drivers: Use the new IRQF_ constants
by Thomas Gleixner
· 18 years ago
6600521
[PATCH] pcmcia: fix kernel-doc function name
by Randy Dunlap
· 18 years ago
59e35ba
[PATCH] pcmcia: TI PCIxx12 CardBus controller support
by Alex Williamson
· 19 years ago
b435261
[PATCH] yenta: fix hidden PCI bus numbers
by Bernhard Kaindl
· 18 years ago
d250a48
[PATCH] yenta: do power-up only after socket is configured
by Daniel Ritz
· 19 years ago
8084b37
[PATCH] pcmcia: kzalloc conversion
by Dominik Brodowski
· 19 years ago
63e7ebd
[PATCH] yenta: make bridge specific init code configurable
by Daniel Ritz
· 19 years ago
9da4bc6
[PATCH] pcmcia: remove get_socket callback
by Dominik Brodowski
· 19 years ago
e411580
[PATCH] yenta: optimize interrupt handler
by Daniel Ritz
· 19 years ago
030ee39
pcmcia: add socket register data to sysfs for yenta devices
by Linus Torvalds
· 19 years ago
f9cb8b7
[PATCH] yenta: more ENE bridges
by Daniel Ritz
· 19 years ago
6c1a10d
[PATCH] yenta: add support for more TI bridges
by Daniel Ritz
· 19 years ago
8e5d17e
[PATCH] yenta: tiny cleanup
by Dominik Brodowski
· 19 years ago
a413c09
[PATCH] yenta: don't mess with bridge control register
by Daniel Ritz
· 19 years ago
8c3520d
[PATCH] yenta: auto-tune EnE bridges for CardBus cards
by Daniel Ritz
· 19 years ago
5a23f34
Fix yenta error message when unable to find a bus assignment
by Linus Torvalds
· 19 years ago
c7fb0b3
[PATCH] yenta oops fix
by Ivan Kokshaysky
· 19 years ago
c8751e4
[PATCH] pcmcia/yenta: avoid PCI write posting problem
by Daniel Ritz
· 19 years ago
b3743fa
[PATCH] yenta: share code with PCI core
by Dominik Brodowski
· 19 years ago
ea2f159
[PATCH] yenta: make ToPIC95 bridges work with 16bit cards
by Daniel Ritz
· 19 years ago
43c3473
[PATCH] pci and yenta: pcibios_bus_to_resource
by Dominik Brodowski
· 19 years ago
f7d1d23
[PATCH] Obvious bugfix for yenta resource allocation
by Paul Mackerras
· 19 years ago
889371f
Revert "yenta free_irq on suspend"
by Linus Torvalds
· 19 years ago
d8c4b41
[PATCH] yenta: free_irq() on suspend.
by Daniel Ritz
· 19 years ago
3f603ed
Merge master.kernel.org:/pub/scm/linux/kernel/git/lenb/linux-2.6
by Linus Torvalds
· 19 years ago
eb0a90b
[PATCH] yenta: allocate resource fixes
by Dominik Brodowski
· 19 years ago
2787983
[PATCH] yenta: same resources in same structs
by Dominik Brodowski
· 19 years ago
862104e
[PATCH] yenta: fix parent resource determination
by Dominik Brodowski
· 19 years ago
5028770
[ACPI] merge acpi-2.6.12 branch into latest Linux 2.6.13-rc...
by Len Brown
· 19 years ago
d58da59
[ACPI] S3 Suspend to RAM: fix driver suspend/resume methods
by David Shaohua Li
· 20 years ago
5bc6b68
[PATCH] yenta: no CardBus if IRQ fails
by Russell King
· 19 years ago
44670d2
[PATCH] pcmcia: remove references to pcmcia/version.h
by Dominik Brodowski
· 19 years ago
7925407
[PATCH] pci: yenta cardbus fix
by Ivan Kokshaysky
· 19 years ago
fa912bc
[PATCH] yenta TI: turn off interrupts during card power-on #2
by Daniel Ritz
· 19 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago