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
/
at91_cf.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-11-29
pcmcia: at91_cf: Use PTR_ERR_OR_ZERO()
Vasyl Gomonovych
1
-3
/
+1
2015-05-20
pcmcia: at91_cf: Use syscon to configure the MC/smc
Alexandre Belloni
1
-11
/
+14
2015-03-13
ARM: at91: remove NEED_MACH_IO_H
Arnd Bergmann
1
-6
/
+7
2014-10-20
pcmcia: drop owner assignment from platform_drivers
Wolfram Sang
1
-1
/
+0
2013-09-27
pcmcia: at91_cf: fix deferred probe from __init
Johan Hovold
1
-6
/
+5
2013-06-06
pcmcia/trivial: at91_cf: fix checkpatch error
Laurent Navet
1
-8
/
+8
2013-06-06
pcmcia: at91_cf: use module_platform_driver_probe()
Fabio Porcedda
1
-11
/
+1
2013-06-06
pcmcia: at91_cf: add support for DT
Joachim Eastwood
1
-1
/
+44
2013-06-06
pcmcia: at91_cf: clean up header includes
Joachim Eastwood
1
-4
/
+2
2013-06-06
pcmcia: at91_cf: use devm_ functions for allocations
Joachim Eastwood
1
-53
/
+24
2013-06-06
pcmcia: at91_cf: convert to dev_ print functions
Joachim Eastwood
1
-12
/
+10
2013-06-06
pcmcia: at91_cf: fix gpio_get_value in at91_cf_get_status
Joachim Eastwood
1
-2
/
+2
2012-11-06
arm: at91: move platfarm_data to include/linux/platform_data/atmel.h
Jean-Christophe PLAGNIOL-VILLARD
1
-1
/
+1
2012-03-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia
Linus Torvalds
1
-26
/
+26
2012-03-03
pcmcia at91_cf: fix raw gpio number usage
Joachim Eastwood
1
-26
/
+26
2012-02-23
ARM: at91: make sdram/ddr register base soc independent
Jean-Christophe PLAGNIOL-VILLARD
1
-2
/
+3
2011-06-10
treewide: Convert uses of struct resource to resource_size(ptr)
Joe Perches
1
-4
/
+3
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
-2
/
+0
2010-02-17
pcmcia/at91_cf: don't redefine SZ_2K
Uwe Kleine-König
1
-2
/
+0
2009-09-29
PM / PCMCIA: Drop second argument of pcmcia_socket_dev_suspend()
Rafael J. Wysocki
1
-1
/
+1
2008-10-16
drivers/pcmcia: use nr_irqs
Yinghai Lu
1
-1
/
+1
2008-08-07
[ARM] Move include/asm-arm/arch-* to arch/arm/*/include/mach
Russell King
1
-3
/
+3
2008-08-07
[ARM] Remove asm/hardware.h, use asm/arch/hardware.h instead
Russell King
1
-1
/
+1
2008-04-16
pcmcia: fix platform driver hotplug/coldplug
Kay Sievers
1
-0
/
+1
2008-02-05
at91_cf: use generic gpio calls
David Brownell
1
-15
/
+47
2007-05-31
at91: fix enable/disable_irq_wake symmetry in pcmcia driver
Marc Pignat
1
-4
/
+9
2007-05-07
at91_cf, minor fix
David Brownell
1
-2
/
+1
2007-02-17
pcmcia: some class_device fallout
Alexey Dobriyan
1
-1
/
+1
2007-02-14
[PATCH] remove many unneeded #includes of sched.h
Tim Schmielau
1
-1
/
+0
2006-12-13
[PATCH] Fix numerous kcalloc() calls, convert to kzalloc()
Robert P. J. Day
1
-1
/
+1
2006-12-08
Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm
Linus Torvalds
1
-1
/
+1
2006-12-05
[PATCH] pcmcia: at91_cf update
Andrew Victor
1
-32
/
+3
2006-12-05
[PATCH] pcmcia: at91_cf update
Andrew Victor
1
-14
/
+20
2006-12-01
[ARM] 3954/1: AT91: Update drivers for new headers
Andrew Victor
1
-1
/
+1
2006-10-26
[PATCH] ioremap balanced with iounmap for drivers/pcmcia
Amol Lad
1
-1
/
+2
2006-10-26
[PATCH] pcmcia: at91_cf update
David Brownell
1
-18
/
+7
2006-10-06
Various drivers' irq handlers: kill dead code, needless casts
Jeff Garzik
1
-1
/
+1
2006-10-05
IRQ: Maintain regs pointer globally rather than passing to IRQ handlers
David Howells
1
-1
/
+1
2006-07-03
[PATCH] irq-flags: misc drivers: Use the new IRQF_ constants
Thomas Gleixner
1
-2
/
+2
2006-07-01
[PATCH] pcmcia: at91_cf suspend/resume/wakeup
David Brownell
1
-16
/
+59
2006-04-15
Fix AT91RM9200 build breakage
David Brownell
1
-20
/
+31
2006-03-31
[PATCH] pcmcia: AT91RM9200 Compact Flash driver
Andrew Victor
1
-0
/
+365