aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pcmcia/m8xx_pcmcia.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-09-29pcmcia: convert pcmcia_request_configuration to pcmcia_enable_deviceDominik Brodowski1-1/+0
2010-08-12Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds1-2/+2
2010-08-06of/device: Replace struct of_device with struct platform_deviceGrant Likely1-2/+2
2010-07-30pcmcia: remove cs_types.hDominik Brodowski1-1/+0
2010-06-02of/pcmcia: m8xx_pcmcia.c: Fix build failuresAnatolij Gustschin1-2/+2
2010-05-22of: Remove duplicate fields from of_platform_driverGrant Likely1-2/+5
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-17/+0
2010-02-17pcmcia: make Open Firmware device id constantMárton Németh1-1/+1
2010-02-17pcmcia: m8xx_pcmcia.c should use iodyn resource managerDominik Brodowski1-1/+1
2009-11-08pcmcia: use dynamic debug in PCMCIA socket driversDominik Brodowski1-24/+16
2009-10-20pcmcia: Fix possible printk format warningsWolfram Sang1-6/+9
2009-09-29PM / PCMCIA: Drop second argument of pcmcia_socket_dev_suspend()Rafael J. Wysocki1-1/+1
2008-08-23pcmcia: don't add extra DEBUG cflagDominik Brodowski1-2/+2
2008-07-15Merge commit '85082fd7cbe3173198aac0eb5e85ab1edcc6352c' into test-buildBenjamin Herrenschmidt1-2/+1
2008-06-30pcmcia: Use linux/of_{device,platform}.h instead of asmStephen Rothwell1-2/+2
2008-06-24pcmcia: remove version.hDominik Brodowski1-1/+0
2008-06-24pcmcia: Update email address for m8xx driver authorMagnus Damm1-1/+1
2008-02-05drivers/pcmcia: Add missing iounmapJulia Lawall1-1/+5
2008-02-03drivers/pcmcia/: Spelling fixesJoe Perches1-1/+1
2007-10-19remove asm/bitops.h includesJiri Slaby1-1/+1
2007-07-22[POWERPC] Constify of_platform_driver nameStephen Rothwell1-1/+1
2007-07-17powerpc: 8xx: fix whitespace and indentationVitaly Bordug1-270/+278
2007-07-10[POWERPC] 8xx: mpc885ads pcmcia supportVitaly Bordug1-184/+167
2007-02-23Driver core: more fallout from class_device changes for pcmciaManuel Lauss1-1/+1
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau1-1/+0
2006-10-25[PATCH] ioremap balanced with iounmap for drivers/pcmciaAmol Lad1-4/+8
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-2/+2
2006-06-27[PATCH] spin/rwlock init cleanupsIngo Molnar1-2/+2
2006-01-06[PATCH] 8xx PCMCIA: support for MPC885ADS and MPC866ADSVitaly Bordug1-6/+91
2006-01-06[PATCH] m8xx_pcmcia: support MAP_AUTOSZ required for CF cardsVitaly Bordug1-2/+1
2006-01-06[PATCH] pcmcia: properly handle static mem, but dynamic io socketsDominik Brodowski1-1/+1
2006-01-05[PATCH] pcmcia: remove get_socket callbackDominik Brodowski1-12/+0
2005-11-10[PCMCIA] MPC8xx PCMCIA updateMarcelo Tosatti1-21/+3
2005-10-29[PATCH] MPC8xx PCMCIA driverMarcelo Tosatti1-0/+1290