aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pcmcia (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-05-27electra_cf: Add MODULE_DEVICE_TABLE()Olof Johansson1-0/+1
2008-05-01pcmcia: replace remaining __FUNCTION__ occurrencesHarvey Harrison14-35/+35
2008-05-01drivers/pcmcia/soc_common.c: convert soc_pcmcia_sockets_lock into a mutex and make it staticAndrew Morton2-8/+8
2008-05-01Alchemy Semi Au1000 pcmcia driver: convert pcmcia_sockets_lock in a mutexMatthias Kaehlcke1-5/+6
2008-05-01pcmcia: annotate cb_alloc with __refSam Ravnborg1-1/+1
2008-05-01pcmcia: silence section mismatch warnings from pci_driver variablesSam Ravnborg2-6/+6
2008-05-01pcmcia: silence section mismatch warnings from class_interface variablesSam Ravnborg2-2/+2
2008-04-30pcmcia: remove pccard_sysfs_interface warningsDavid Brownell3-40/+28
2008-04-29drivers/pcmcia/pcmcia_ioctl.c: fix buildakpm@linux-foundation.org1-2/+2
2008-04-29pcmcia: use get/put_unaligned_* helpersHarvey Harrison1-24/+15
2008-04-28ARM: always select HAVE_IDEAdrian Bunk1-1/+0
2008-04-21[ARM] pxa: fix 0e623941bec7e80c97b076d346327b31ae17d84aRussell King1-1/+1
2008-04-19Merge branch 'merge-fixes' into develRussell King3-0/+5
2008-04-19[ARM] pxa: restrict availability of pxa2xx PCMCIA driversRussell King1-0/+1
2008-04-19[ARM] pxa: separate GPIOs and their mode definitions to pxa2xx-gpio.heric miao1-0/+1
2008-04-15pcmcia: fix platform driver hotplug/coldplugKay Sievers3-0/+5
2008-02-21PCI: drivers/pcmcia/i82092.c: fix up after pci_bus_region changesAndrew Morton1-1/+6
2008-02-09ide: introduce HAVE_IDESam Ravnborg1-0/+1
2008-02-05drivers/pcmcia: add missing pci_dev_getJulia Lawall1-1/+3
2008-02-05drivers/pcmcia: Add missing iounmapJulia Lawall1-1/+5
2008-02-05at91_cf: use generic gpio callsDavid Brownell1-15/+47
2008-02-05pcmcia: include bad CIS filename in error messageRandy Dunlap1-2/+3
2008-02-05pcmcia: stop updating dev->power.power_stateDavid Brownell1-4/+6
2008-02-05pcmcia: replace kio_addr_t with unsigned int everywhereOlof Johansson6-22/+25
2008-02-05pcmcia: convert some internal-only ioaddr_t to unsigned intOlof Johansson1-7/+7
2008-02-04Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-1/+1
2008-02-04[ARM] 4810/1: - Fix 'section mismatch' building warningsKristoffer Ericson1-1/+1
2008-02-03drivers/pcmcia/: Spelling fixesJoe Perches2-2/+2
2008-01-26[ARM] pxa: move memory controller registers into pxa2xx-regs.hRussell King1-0/+1
2008-01-24PCMCIA: use proper call to driver_create_fileGreg Kroah-Hartman1-2/+1
2007-12-23pcmcia: remove pxa2xx_lubbock build warningDavid Brownell1-1/+1
2007-12-10pcmcia: fix kernel-doc commentsRandy Dunlap4-9/+13
2007-10-19remove asm/bitops.h includesJiri Slaby2-2/+2
2007-10-17pcmcia: CompactFlash driver for PA Semi Electra boardsOlof Johansson3-0/+385
2007-10-16pcmcia: use DMA_MASK_NONE for the default for all pcmcia devicesJames Bottomley1-0/+4
2007-10-16pcmcia: cistpl: use get_unaligned() in CIS parsingDaniel Ritz1-20/+28
2007-10-16move a few definitions to au1000_xxs1500.cYoichi Yuasa1-1/+4
2007-10-16pxa2xx PCMCIA timing issue on iPAQ H5550Milan Plzik1-1/+1
2007-10-16Use menuconfig objects: PCMCIAJan Engelhardt1-5/+1
2007-10-15Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds4-48/+177
2007-10-15[ARM] 4578/1: CM-x270: PCMCIA supportMike Rapoport2-0/+176
2007-10-15[ARM] pxa: move pxa_set_mode() from pxa2xx_mainstone.c to mainstone.cRussell King1-18/+0
2007-10-15[ARM] pxa: move pxa_set_mode() from pxa2xx_lubbock.c to lubbock.cRussell King1-30/+1
2007-10-14signedness: module_param_array nump argumentAl Viro3-3/+3
2007-10-12Driver core: change add_uevent_var to use a structKay Sievers2-27/+9
2007-10-12platform: prefix MODALIAS with "platform:"Kay Sievers2-2/+2
2007-07-31pcmcia: give socket time to power downDaniel Ritz1-0/+3
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