index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
char
/
pcmcia
/
cm4000_cs.c
Age
Commit message (
Expand
)
Author
2013-02-22
new helper: file_inode(file)
Al Viro
2011-05-06
pcmcia: Convert pcmcia_device_id declarations to const
Joe Perches
2011-03-31
Fix common misspellings
Lucas De Marchi
2011-02-19
cm4000_cs: Fix undefined ops warning
Alan Cox
2010-11-10
pcmcia/cm4000: fix error code
Nicolas Kaiser
2010-10-24
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...
Linus Torvalds
2010-10-22
Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl
Linus Torvalds
2010-10-22
Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl
Linus Torvalds
2010-10-15
llseek: automatically add .llseek fop
Arnd Bergmann
2010-10-05
drivers: autoconvert trivial BKL users to private mutex
Arnd Bergmann
2010-09-29
pcmcia: avoid messages on module (un)loading
Dominik Brodowski
2010-09-29
pcmcia: move driver name to struct pcmcia_driver
Dominik Brodowski
2010-09-29
pcmcia: use autoconfiguration feature for ioports and iomem
Dominik Brodowski
2010-09-29
pcmcia: introduce autoconfiguration feature
Dominik Brodowski
2010-09-29
pcmcia: convert pcmcia_request_configuration to pcmcia_enable_device
Dominik Brodowski
2010-09-29
pcmcia: simplify IntType
Dominik Brodowski
2010-09-21
Fix various typos of valid in comments
Nikanth Karthikesan
2010-08-03
pcmcia: do not use io_req_t when calling pcmcia_request_io()
Dominik Brodowski
2010-08-03
pcmcia: do not use io_req_t after call to pcmcia_request_io()
Dominik Brodowski
2010-07-30
pcmcia: remove cs_types.h
Dominik Brodowski
2010-05-10
pcmcia: dev_node removal (drivers with updated printk call)
Dominik Brodowski
2010-04-19
pcmcia: fix error handling in cm4000_cs.c
Dan Carpenter
2010-02-17
cm4000_cs.c: Remove unnecessary cast
H Hartley Sweeten
2009-11-28
pcmcia: remove deprecated handle_to_dev() macro
Dominik Brodowski
2009-11-09
pcmcia: use dynamic debug infrastructure, deprecate CS_CHECK (char)
Dominik Brodowski
2009-09-22
pcmcia: fix read buffer overflow
Roel Kluin
2009-06-22
pcmcia/cm4000: fix lock imbalance
Jiri Slaby
2008-10-16
device create: char: convert device_create_drvdata to device_create
Greg Kroah-Hartman
2008-08-23
pcmcia: pcmcia_config_loop() improvement by passing vcc
Dominik Brodowski
2008-08-23
pcmcia: pcmcia_config_loop() default CIS entry handling
Dominik Brodowski
2008-08-23
pcmcia: pcmcia_config_loop() ConfigIndex unification
Dominik Brodowski
2008-08-23
pcmcia: use pcmcia_loop_config in misc pcmcia drivers
Dominik Brodowski
2008-07-21
device create: char: convert device_create to device_create_drvdata
Greg Kroah-Hartman
2008-07-15
pcmcia: fix return value in cm4000_cs.c
Dominik Brodowski
2008-06-24
pcmcia: cm40x0 cdev lock_kernel() pushdown
Jonathan Corbet
2008-06-24
pcmcia: switch cm4000_cs.c to unlocked_ioctl
Alan Cox
2008-04-30
drivers/char: replace remaining __FUNCTION__ occurrences
Harvey Harrison
2008-02-05
pcmcia: convert some internal-only ioaddr_t to unsigned int
Olof Johansson
2007-11-14
cm40x0_cs.c: fix debug macros
Pascal Terjan
2007-10-12
Convert from class_device to device in drivers/char
tonyj@suse.de
2007-08-11
drivers/char/pcmcia/cm40x0_cs.c: fix release function call
Daniel Ritz
2007-05-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial
Linus Torvalds
2007-05-09
cm4000_cs: use bitrev
Akinobu Mita
2007-05-09
cm4000_cs: fix error paths
Akinobu Mita
2007-05-09
Fix occurrences of "the the "
Michael Opdenacker
2007-02-12
[PATCH] Char: timers cleanup
Jiri Slaby
2006-12-04
[PATCH] pcmcia: conf.ConfigBase and conf.Present consolidation
Dominik Brodowski
2006-12-04
[PATCH] cm4000_cs: fix return value check
Akinobu Mita
2006-07-03
[PATCH] make more file_operation structs static
Arjan van de Ven
2006-06-30
[PATCH] kill open-coded offsetof in cm4000_cs.c ZERO_DEV()
Al Viro
[next]