aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pcmcia/at91_cf.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-05-20pcmcia: at91_cf: Use syscon to configure the MC/smcAlexandre Belloni1-11/+14
2015-03-13ARM: at91: remove NEED_MACH_IO_HArnd Bergmann1-6/+7
2014-10-20pcmcia: drop owner assignment from platform_driversWolfram Sang1-1/+0
2013-09-26pcmcia: at91_cf: fix deferred probe from __initJohan Hovold1-6/+5
2013-06-06pcmcia/trivial: at91_cf: fix checkpatch errorLaurent Navet1-8/+8
2013-06-06pcmcia: at91_cf: use module_platform_driver_probe()Fabio Porcedda1-11/+1
2013-06-06pcmcia: at91_cf: add support for DTJoachim Eastwood1-1/+44
2013-06-06pcmcia: at91_cf: clean up header includesJoachim Eastwood1-4/+2
2013-06-06pcmcia: at91_cf: use devm_ functions for allocationsJoachim Eastwood1-53/+24
2013-06-06pcmcia: at91_cf: convert to dev_ print functionsJoachim Eastwood1-12/+10
2013-06-06pcmcia: at91_cf: fix gpio_get_value in at91_cf_get_statusJoachim Eastwood1-2/+2
2012-11-06arm: at91: move platfarm_data to include/linux/platform_data/atmel.hJean-Christophe PLAGNIOL-VILLARD1-1/+1
2012-03-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmciaLinus Torvalds1-26/+26
2012-03-03pcmcia at91_cf: fix raw gpio number usageJoachim Eastwood1-26/+26
2012-02-23ARM: at91: make sdram/ddr register base soc independentJean-Christophe PLAGNIOL-VILLARD1-2/+3
2011-06-10treewide: Convert uses of struct resource to resource_size(ptr)Joe Perches1-4/+3
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-24pcmcia: use dev_pm_ops for class pcmcia_socket_classDominik Brodowski1-2/+0
2010-02-17pcmcia/at91_cf: don't redefine SZ_2KUwe Kleine-König1-2/+0
2009-09-29PM / PCMCIA: Drop second argument of pcmcia_socket_dev_suspend()Rafael J. Wysocki1-1/+1
2008-10-16drivers/pcmcia: use nr_irqsYinghai Lu1-1/+1
2008-08-07[ARM] Move include/asm-arm/arch-* to arch/arm/*/include/machRussell King1-3/+3
2008-08-07[ARM] Remove asm/hardware.h, use asm/arch/hardware.h insteadRussell King1-1/+1
2008-04-15pcmcia: fix platform driver hotplug/coldplugKay Sievers1-0/+1
2008-02-05at91_cf: use generic gpio callsDavid Brownell1-15/+47
2007-05-31at91: fix enable/disable_irq_wake symmetry in pcmcia driverMarc Pignat1-4/+9
2007-05-07at91_cf, minor fixDavid Brownell1-2/+1
2007-02-16pcmcia: some class_device falloutAlexey Dobriyan1-1/+1
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau1-1/+0
2006-12-13[PATCH] Fix numerous kcalloc() calls, convert to kzalloc()Robert P. J. Day1-1/+1
2006-12-07Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-1/+1
2006-12-04[PATCH] pcmcia: at91_cf updateAndrew Victor1-32/+3
2006-12-04[PATCH] pcmcia: at91_cf updateAndrew Victor1-14/+20
2006-11-30[ARM] 3954/1: AT91: Update drivers for new headersAndrew Victor1-1/+1
2006-10-25[PATCH] ioremap balanced with iounmap for drivers/pcmciaAmol Lad1-1/+2
2006-10-25[PATCH] pcmcia: at91_cf updateDavid Brownell1-18/+7
2006-10-06Various drivers' irq handlers: kill dead code, needless castsJeff Garzik1-1/+1
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-1/+1
2006-07-02[PATCH] irq-flags: misc drivers: Use the new IRQF_ constantsThomas Gleixner1-2/+2
2006-06-30[PATCH] pcmcia: at91_cf suspend/resume/wakeupDavid Brownell1-16/+59
2006-04-14Fix AT91RM9200 build breakageDavid Brownell1-20/+31
2006-03-31[PATCH] pcmcia: AT91RM9200 Compact Flash driverAndrew Victor1-0/+365