index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
char
/
pcmcia
Age
Commit message (
Expand
)
Author
Files
Lines
2010-05-10
pcmcia: dev_node removal (remaining drivers)
Dominik Brodowski
4
-24
/
+7
2010-05-10
pcmcia: dev_node removal (drivers with updated printk call)
Dominik Brodowski
2
-16
/
+3
2010-05-10
pcmcia: dev_node removal (write-only drivers)
Dominik Brodowski
1
-5
/
+0
2010-05-10
pcmcia: re-work pcmcia_request_irq()
Dominik Brodowski
2
-18
/
+5
2010-04-19
pcmcia: fix error handling in cm4000_cs.c
Dan Carpenter
1
-3
/
+5
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2010-02-17
cm4000_cs.c: Remove unnecessary cast
H Hartley Sweeten
1
-1
/
+1
2009-12-11
tty: const: constify remaining tty_operations
Alexey Dobriyan
1
-1
/
+1
2009-11-28
pcmcia: rework the irq_req_t typedef
Dominik Brodowski
3
-12
/
+5
2009-11-28
pcmcia: remove deprecated handle_to_dev() macro
Dominik Brodowski
2
-4
/
+4
2009-11-28
pcmcia: pcmcia_request_window() doesn't need a pointer to a pointer
Dominik Brodowski
1
-2
/
+2
2009-11-28
pcmcia: Pass struct pcmcia_device to pcmcia_map_mem_page()
Magnus Damm
1
-2
/
+2
2009-11-28
pcmcia: Pass struct pcmcia_device to pcmcia_release_window()
Magnus Damm
1
-7
/
+7
2009-11-11
pcmcia: fix printk formats
Randy Dunlap
1
-2
/
+2
2009-11-09
pcmcia: use dynamic debug infrastructure, deprecate CS_CHECK (char)
Dominik Brodowski
4
-107
/
+63
2009-11-08
ipwireless: make more use of pcmcia_loop_config()
Dominik Brodowski
1
-114
/
+99
2009-11-08
pcmcia: use pcmcia_loop_config in misc pcmcia drivers
Dominik Brodowski
2
-121
/
+46
2009-09-22
pcmcia: fix read buffer overflow
Roel Kluin
1
-1
/
+1
2009-09-01
hdlc: convert to netdev_tx_t
Stephen Hemminger
1
-4
/
+3
2009-07-20
tty: fix chars_in_buffers
Alan Cox
1
-2
/
+2
2009-06-22
pcmcia/cm4000: fix lock imbalance
Jiri Slaby
1
-1
/
+2
2009-06-11
tty: Add carrier processing on close to the tty_port core
Alan Cox
1
-4
/
+7
2009-04-01
proc tty: switch synclink_cs to ->proc_fops
Alexey Dobriyan
1
-39
/
+34
2009-01-21
WAN: Convert generic HDLC drivers to netdev_ops.
Krzysztof HaĆasa
1
-7
/
+11
2009-01-02
synclink_cs: Convert to tty_port
Alan Cox
1
-298
/
+181
2008-10-17
pcmcia: IRQ_TYPE_EXCLUSIVE is long obsoleted
Alan Cox
1
-1
/
+1
2008-10-16
device create: char: convert device_create_drvdata to device_create
Greg Kroah-Hartman
2
-3
/
+2
2008-10-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6
Linus Torvalds
4
-130
/
+79
2008-10-13
tty: ipw need reworking
Alan Cox
1
-9
/
+10
2008-08-31
pcmcia: remove unused argument to pcmcia_parse_tuple()
Dominik Brodowski
2
-4
/
+4
2008-08-31
pcmcia: card services header cleanup
Dominik Brodowski
1
-1
/
+1
2008-08-23
pcmcia: deprecate CS_SUCCESS
Dominik Brodowski
2
-20
/
+20
2008-08-23
pcmcia: remove remaining in-kernel pcmcia_get_configuration_info() users
Dominik Brodowski
1
-10
/
+0
2008-08-23
pcmcia: pcmcia_config_loop() improvement by passing vcc
Dominik Brodowski
2
-0
/
+2
2008-08-23
pcmcia: pcmcia_config_loop() default CIS entry handling
Dominik Brodowski
2
-0
/
+2
2008-08-23
pcmcia: pcmcia_config_loop() ConfigIndex unification
Dominik Brodowski
2
-4
/
+0
2008-08-23
pcmcia: use pcmcia_loop_config in misc pcmcia drivers
Dominik Brodowski
2
-95
/
+54
2008-08-16
removed unused #include <version.h>
Huang Weiyi
1
-1
/
+0
2008-08-07
Merge branch 'for-jeff' of git://git.kernel.org/pub/scm/linux/kernel/git/chri...
Jeff Garzik
1
-4
/
+0
2008-07-28
ipwireless: fix compile failure
James Bottomley
1
-1
/
+1
2008-07-28
ipwireless: Preallocate received packet buffers with MRU size
David Sterba
3
-1
/
+8
2008-07-28
ipwireless: Put packets to pool start
David Sterba
1
-2
/
+2
2008-07-28
ipwireless: Increase PPP outgoing queue size
David Sterba
2
-3
/
+5
2008-07-28
ipwireless: Explicitly request io and mem regions
David Sterba
2
-34
/
+50
2008-07-28
ipwireless: Constify buffer variables
David Sterba
3
-14
/
+16
2008-07-28
ipwireless: Do not return value from sending funcs
David Sterba
1
-12
/
+3
2008-07-28
ipwireless: Remove endian-dependent bitfields
David Sterba
1
-13
/
+38
2008-07-28
ipwireless: Glue splitted printk strings back
David Sterba
2
-18
/
+12
2008-07-28
ipwireless: Remove pt_regs from interrupt handler
David Sterba
2
-2
/
+2
2008-07-28
ipwireless: Rename spinlock variables to lock
David Sterba
2
-71
/
+71
[next]