aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pcmcia/i82365.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-02drivers/pcmcia: Convert timers to use timer_setup()Kees Cook1-4/+2
2017-04-20Annotate hardware config module parameters in drivers/pcmcia/David Howells1-4/+4
2015-05-30pcmcia: Remove typedef in structs and emumHimangi Saraogi1-17/+17
2015-05-30PCMCIA: Remove commented references to dead class_device_create_file()Robert P. J. Day1-7/+0
2015-05-30pcmcia: replace open-coded ARRAY_SIZE with macroJim Cromie1-1/+1
2014-10-20pcmcia: drop owner assignment from platform_driversWolfram Sang1-1/+0
2012-03-28Remove all #inclusions of asm/system.hDavid Howells1-1/+0
2010-09-29pcmcia: convert pcmcia_request_configuration to pcmcia_enable_deviceDominik Brodowski1-1/+0
2010-07-30pcmcia: remove cs_types.hDominik Brodowski1-1/+0
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-1/+0
2010-03-24pcmcia: use dev_pm_ops for class pcmcia_socket_classDominik Brodowski1-11/+0
2009-11-08pcmcia: use dynamic debug in PCMCIA socket driversDominik Brodowski1-26/+11
2009-10-17pcmcia: fix controller printk format warningsRandy Dunlap1-2/+2
2009-09-29PM / PCMCIA: Drop second argument of pcmcia_socket_dev_suspend()Rafael J. Wysocki1-1/+1
2009-03-24platform driver: fix incorrect use of 'platform_bus_type' with 'struct device_driver'Ming Lei1-8/+20
2008-08-23pcmcia: don't add extra DEBUG cflagDominik Brodowski1-1/+1
2008-06-24pcmcia: i82365.c: check request_irq return valueLeonardo Potenza1-12/+27
2008-02-05pcmcia: replace kio_addr_t with unsigned int everywhereOlof Johansson1-9/+9
2007-10-14signedness: module_param_array nump argumentAl Viro1-1/+1
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau1-1/+0
2007-02-07Driver core: convert pcmcia code to use struct deviceGreg Kroah-Hartman1-1/+1
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-5/+4
2006-07-02[PATCH] irq-flags: misc drivers: Use the new IRQF_ constantsThomas Gleixner1-3/+3
2006-06-27[PATCH] 64bit resource: fix up printks for resources in pcmcia driversGreg Kroah-Hartman1-2/+3
2006-04-28[PATCH] request_irq(): remove warnings from irq probingAndrew Morton1-3/+4
2006-03-31[PATCH] pcmcia: remove include of config.hDominik Brodowski1-1/+0
2006-01-05[PATCH] pcmcia: remove get_socket callbackDominik Brodowski1-83/+0
2005-11-12[PCMCIA] i82365: use new platform_device helpersDominik Brodowski1-8/+12
2005-11-10[PCMCIA] i82365: release all resources if no devices are foundIgor Popik1-0/+1
2005-10-29Create platform_device.h to contain all the platform device details.Russell King1-1/+1
2005-10-28[PATCH] DRIVER MODEL: Get rid of the obsolete tri-level suspend/resume callbacksRussell King1-18/+2
2005-07-07[PATCH] pcmcia: remove references to pcmcia/version.hDominik Brodowski1-1/+0
2005-07-07[PATCH] pcmcia: fix i82365 request_region double usageIan Campbell1-8/+0
2005-06-27[PATCH] pcmcia: use request_region in i82365Dominik Brodowski1-7/+16
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+1454