aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pcmcia (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-07-22[POWERPC] Constify of_platform_driver nameStephen Rothwell1-1/+1
2007-07-18PM: remove deprecated dpm_runtime_* routinesAlan Stern1-6/+34
2007-07-17powerpc: 8xx: fix whitespace and indentationVitaly Bordug1-270/+278
2007-07-17Freezer: make kernel threads nonfreezable by defaultRafael J. Wysocki1-0/+1
2007-07-16Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds2-192/+176
2007-07-11sysfs: add parameter "struct bin_attribute *" in .read/.write methods for sysfs binary attributesZhang Rui1-2/+6
2007-07-11sysfs: kill unnecessary attribute->ownerTejun Heo1-1/+1
2007-07-10[POWERPC] 8xx: mpc885ads pcmcia supportVitaly Bordug2-192/+176
2007-05-31at91: fix enable/disable_irq_wake symmetry in pcmcia driverMarc Pignat1-4/+9
2007-05-08fix hotplug for legacy platform driversDavid Brownell2-0/+2
2007-05-07add new_id to PCMCIA driversBernhard Walle1-1/+112
2007-05-07at91_cf, minor fixDavid Brownell1-2/+1
2007-05-02PCI: Cleanup the includes of <linux/pci.h>Jean Delvare2-2/+0
2007-04-08[PATCH] omap_cf: oops-on-suspend fixDavid Brownell1-16/+25
2007-03-27[PATCH] Fix struct device member name in PCMCIA au1000_genericYoichi Yuasa1-1/+1
2007-02-23Driver core: more fallout from class_device changes for pcmciaManuel Lauss6-6/+6
2007-02-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds1-2/+0
2007-02-17Remove useless FIND_FIRST_BIT() macro from cardbus.c.Robert P. J. Day1-2/+0
2007-02-16pcmcia: some class_device falloutAlexey Dobriyan2-5/+5
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau17-17/+0
2007-02-12[PATCH] mark struct file_operations const 5Arjan van de Ven1-1/+1
2007-02-09[PATCH] m32r: class_device -> device falloutAl Viro1-1/+1
2007-02-07Driver core: convert pcmcia code to use struct deviceGreg Kroah-Hartman13-104/+126
2006-12-13[PATCH] Fix numerous kcalloc() calls, convert to kzalloc()Robert P. J. Day2-2/+2
2006-12-08[PATCH] struct path: convert pcmciaJosef Sipek1-3/+3
2006-12-07Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-1/+1
2006-12-07[PATCH] Add include/linux/freezer.h and move definitions from sched.hNigel Cunningham1-0/+1
2006-12-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6David Howells7-139/+224
2006-12-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6David Howells1-0/+2
2006-12-04[PATCH] pcmcia: at91_cf updateAndrew Victor1-32/+3
2006-12-04[PATCH] pcmcia: fix m32r_cfc.c compilationAdrian Bunk1-1/+1
2006-12-04[PATCH] pcmcia: ds.c debug enhancementsDominik Brodowski1-16/+81
2006-12-04[PATCH] pcmcia: at91_cf updateAndrew Victor1-14/+20
2006-12-04[PATCH] pcmcia: conf.ConfigBase and conf.Present consolidationDominik Brodowski1-0/+13
2006-12-04[PATCH] pcmcia: allow for four multifunction subdevicesDominik Brodowski1-2/+2
2006-12-04[PATCH] pcmcia: handle __copy_from_user() return value in ioctlDominik Brodowski1-1/+6
2006-12-04[PATCH] pcmcia: multifunction card handling fixesDominik Brodowski1-66/+87
2006-12-04[PATCH] pcmcia: allow shared IRQs on pd6729 socketsKomuro1-4/+4
2006-12-04[PATCH] pcmcia: start over after CIS overrideDominik Brodowski3-7/+11
2006-11-30[ARM] 3954/1: AT91: Update drivers for new headersAndrew Victor1-1/+1
2006-11-25[PATCH] fix "pcmcia: fix 'rmmod pcmcia' with unbound devices"Daniel Ritz1-0/+2
2006-11-22WorkStruct: make allyesconfigDavid Howells1-3/+4
2006-11-20[PATCH] pcmcia: fix 'rmmod pcmcia' with unbound devicesDaniel Ritz1-0/+3
2006-10-29Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds3-14/+31
2006-10-28[ARM] Fix suspend oops caused by PXA2xx PCMCIA driverRussell King3-14/+31
2006-10-25[PATCH] PCMCIA: fix __must_check warningsDominik Brodowski1-3/+10
2006-10-25[PATCH] PCMCIA: handle sysfs, PCI errorsJeff Garzik2-6/+21
2006-10-25[PATCH] Export soc_common_drv_pcmcia_remove to allow modular PCMCIA.Jonathan McDowell1-0/+1
2006-10-25[PATCH] ioremap balanced with iounmap for drivers/pcmciaAmol Lad4-6/+22
2006-10-25[PATCH] pcmcia: au1000_generic fixOm Narasimhan1-6/+9