aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pcmcia/electra_cf.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-12-05pcmcia/electra_cf: Fix some return values in 'electra_cf_probe()' in case of errorChristophe JAILLET1-0/+2
2020-06-02powerpc: add an ioremap_phb helperChristoph Hellwig1-29/+16
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner1-14/+1
2018-10-14powerpc: handover page flags with a pgprot_t parameterChristophe Leroy1-1/+1
2018-10-14powerpc/mm: properly set PAGE_KERNEL flags in ioremap()Christophe Leroy1-1/+1
2017-10-18pcmcia/electra_cf: Convert timers to use timer_setup()Kees Cook1-5/+7
2017-03-21drivers/pcmcia: NO_IRQ removal for electra_cf.cMichael Ellerman1-2/+2
2016-05-01powerpc/mm: Use a helper for finding pte bits mapping I/O areaAneesh Kumar K.V1-1/+1
2015-05-30drivers: pcmcia: electra_cf.c fix checkpatch error and warningsLaurent Navet1-5/+5
2015-05-30drivers/pcmcia/electra_cf.c: add missing iounmap and kfreeJulia Lawall1-3/+6
2014-10-20pcmcia: drop owner assignment from platform_driversWolfram Sang1-1/+0
2013-12-08pcmcia: Remove superfluous name castsGeert Uytterhoeven1-1/+1
2013-10-09drivers: clean-up prom.h implicit includesRob Herring1-0/+2
2012-11-28pcmcia: remove use of __devexitBill Pemberton1-1/+1
2012-11-28pcmcia: remove use of __devinitBill Pemberton1-1/+1
2012-03-03pcmcia: convert drivers/pcmcia/* to use module_platform_driver()Axel Lin1-11/+1
2011-06-10treewide: Convert uses of struct resource to resource_size(ptr)Joe Perches1-2/+2
2011-02-28dt: Eliminate of_platform_{,un}register_driverGrant Likely1-5/+4
2010-08-06of/device: Replace struct of_device with struct platform_deviceGrant Likely1-3/+3
2010-05-22of: Remove duplicate fields from of_platform_driverGrant Likely1-2/+5
2010-05-18of: Always use 'struct device.of_node' to get device node pointer.Grant Likely1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-02-17pcmcia: make Open Firmware device id constantMárton Németh1-1/+1
2009-01-13powerpc: Change u64/s64 to a long long integer typeIngo Molnar1-1/+1
2008-07-24PAGE_ALIGN(): correctly handle 64-bit values on 32-bit architecturesAndrea Righi1-0/+1
2008-06-30pcmcia: Use linux/of_{device,platform}.h instead of asmStephen Rothwell1-1/+1
2008-05-27electra_cf: Add MODULE_DEVICE_TABLE()Olof Johansson1-0/+1
2007-10-17pcmcia: CompactFlash driver for PA Semi Electra boardsOlof Johansson1-0/+377