aboutsummaryrefslogtreecommitdiff
path: root/drivers/pcmcia/i82365.c
AgeCommit message (Expand)AuthorFilesLines
2017-11-02drivers/pcmcia: Convert timers to use timer_setup()Gravatar Kees Cook 1-4/+2
2017-04-20Annotate hardware config module parameters in drivers/pcmcia/Gravatar David Howells 1-4/+4
2015-05-30pcmcia: Remove typedef in structs and emumGravatar Himangi Saraogi 1-17/+17
2015-05-30PCMCIA: Remove commented references to dead class_device_create_file()Gravatar Robert P. J. Day 1-7/+0
2015-05-30pcmcia: replace open-coded ARRAY_SIZE with macroGravatar Jim Cromie 1-1/+1
2014-10-20pcmcia: drop owner assignment from platform_driversGravatar Wolfram Sang 1-1/+0
2012-03-28Remove all #inclusions of asm/system.hGravatar David Howells 1-1/+0
2010-09-29pcmcia: convert pcmcia_request_configuration to pcmcia_enable_deviceGravatar Dominik Brodowski 1-1/+0
2010-07-30pcmcia: remove cs_types.hGravatar Dominik Brodowski 1-1/+0
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-1/+0
2010-03-24pcmcia: use dev_pm_ops for class pcmcia_socket_classGravatar Dominik Brodowski 1-11/+0
2009-11-08pcmcia: use dynamic debug in PCMCIA socket driversGravatar Dominik Brodowski 1-26/+11
2009-10-17pcmcia: fix controller printk format warningsGravatar Randy Dunlap 1-2/+2
2009-09-29PM / PCMCIA: Drop second argument of pcmcia_socket_dev_suspend()Gravatar Rafael J. Wysocki 1-1/+1
2009-03-24platform driver: fix incorrect use of 'platform_bus_type' with 'struct device...Gravatar Ming Lei 1-8/+20
2008-08-23pcmcia: don't add extra DEBUG cflagGravatar Dominik Brodowski 1-1/+1
2008-06-24pcmcia: i82365.c: check request_irq return valueGravatar Leonardo Potenza 1-12/+27
2008-02-05pcmcia: replace kio_addr_t with unsigned int everywhereGravatar Olof Johansson 1-9/+9
2007-10-14signedness: module_param_array nump argumentGravatar Al Viro 1-1/+1
2007-02-14[PATCH] remove many unneeded #includes of sched.hGravatar Tim Schmielau 1-1/+0
2007-02-07Driver core: convert pcmcia code to use struct deviceGravatar Greg Kroah-Hartman 1-1/+1
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersGravatar David Howells 1-5/+4
2006-07-02[PATCH] irq-flags: misc drivers: Use the new IRQF_ constantsGravatar Thomas Gleixner 1-3/+3
2006-06-27[PATCH] 64bit resource: fix up printks for resources in pcmcia driversGravatar Greg Kroah-Hartman 1-2/+3
2006-04-28[PATCH] request_irq(): remove warnings from irq probingGravatar Andrew Morton 1-3/+4
2006-03-31[PATCH] pcmcia: remove include of config.hGravatar Dominik Brodowski 1-1/+0
2006-01-05[PATCH] pcmcia: remove get_socket callbackGravatar Dominik Brodowski 1-83/+0
2005-11-12[PCMCIA] i82365: use new platform_device helpersGravatar Dominik Brodowski 1-8/+12
2005-11-10[PCMCIA] i82365: release all resources if no devices are foundGravatar Igor Popik 1-0/+1
2005-10-29Create platform_device.h to contain all the platform device details.Gravatar Russell King 1-1/+1
2005-10-28[PATCH] DRIVER MODEL: Get rid of the obsolete tri-level suspend/resume callbacksGravatar Russell King 1-18/+2
2005-07-07[PATCH] pcmcia: remove references to pcmcia/version.hGravatar Dominik Brodowski 1-1/+0
2005-07-07[PATCH] pcmcia: fix i82365 request_region double usageGravatar Ian Campbell 1-8/+0
2005-06-27[PATCH] pcmcia: use request_region in i82365Gravatar Dominik Brodowski 1-7/+16
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+1454