aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/au1xmmc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-14mmc: au1xmmc: Fix an error handling path in au1xmmc_probe()Christophe JAILLET1-1/+2
2021-12-28mmc: au1xmmc: propagate errors from platform_get_irq()Sergey Shtylyov1-1/+3
2021-02-08mmc: au1xmmc: Use new tasklet APIEmil Renner Berthing1-8/+6
2020-09-07mmc: Set PROBE_PREFER_ASYNCHRONOUS for drivers that existed in v4.4Douglas Anderson1-0/+1
2020-05-28mmc: au1xmmc: Drop redundant code in au1xmmc_send_command()Ulf Hansson1-18/+2
2019-12-18mmc: au1xmmc: switch to platform_get_irqYangtao Li1-5/+2
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-3/+1
2018-05-29mmc: au1xmmc: handle highmem pagesChristoph Hellwig1-4/+8
2014-10-20mmc: host: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-09-09mmc: au1xmmc: fix error return code in au1xmmc_probe()Wei Yongjun1-1/+4
2014-07-30MIPS: Alchemy: au1xmmc: use clk frameworkManuel Lauss1-10/+21
2014-07-30MIPS: Alchemy: remove au_read/write/syncManuel Lauss1-81/+86
2014-07-30MIPS: Alchemy: introduce helpers to access SYS register block.Manuel Lauss1-1/+1
2013-10-30mmc: au1xmmc: Move away from using deprecated APIsUlf Hansson1-6/+1
2013-05-26mmc: remove unnecessary platform_set_drvdata()Jingoo Han1-1/+0
2012-11-28mmc: remove use of __devexitBill Pemberton1-1/+1
2012-11-28mmc: remove use of __devinitBill Pemberton1-1/+1
2011-12-07MIPS: Alchemy: Au1300 SoC supportManuel Lauss1-17/+28
2011-11-03Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds1-43/+49
2011-10-26mmc: replace printk with appropriate display macroGirish K S1-5/+5
2011-10-24MMC: au1xmmc: Remove Alchemy CPU subtype dependenciesManuel Lauss1-43/+50
2010-11-01tree-wide: fix comment/printk typosUwe Kleine-König1-1/+1
2010-10-23mmc: Remove distinction between hw and phys segmentsMartin K. Petersen1-1/+1
2010-10-23mmc: au1xmmc.c: use resource_size()H Hartley Sweeten1-1/+1
2010-05-27mmc: remove the "state" argument to mmc_suspend_host()Matt Fleming1-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-27MMC: AU1xMMC: Allow platforms to disable host capabilitiesManuel Lauss1-0/+4
2010-02-27MIPS: Alchemy: change dbdma to accept physical memory addressesManuel Lauss1-2/+2
2010-02-27MIPS: Alchemy: remove dbdma compat macrosManuel Lauss1-2/+2
2008-08-01au1xmmc: raise segment size limit.Manuel Lauss1-1/+7
2008-07-23au1xmmc: suspend/resume implementationManuel Lauss1-12/+42
2008-07-15au1xmmc: remove custom carddetect poll implementation.Manuel Lauss1-61/+18
2008-07-15au1xmmc: abort requests early if no card is present.Manuel Lauss1-0/+7
2008-07-15au1xmmc: codingstyle tidying.Manuel Lauss1-92/+141
2008-07-15au1xmmc: SDIO IRQ support.Manuel Lauss1-1/+15
2008-07-15au1xmmc: enable 4 bit transfer modeManuel Lauss1-5/+17
2008-07-15au1xmmc: remove db1200 board code, rewrite probe.Manuel Lauss1-233/+340
2008-04-15mmc: fix platform driver hotplug/coldplugKay Sievers1-0/+2
2007-10-27scatterlist fallout: mmcAl Viro1-1/+1
2007-10-27at91_mci: Fix bad referencePierre Ossman1-2/+2
2007-10-24mmc: sg falloutJens Axboe1-1/+1
2007-10-22[SG] Update drivers to use sg helpersJens Axboe1-7/+4
2007-09-23mmc: remove confusing flagPierre Ossman1-12/+14
2007-09-23mmc: remove custom error codesPierre Ossman1-16/+16
2007-07-26mmc: update header file pathsPierre Ossman1-1/+1
2007-06-07au1xmmc: Replace C code with call to ARRAY_SIZE() macro.Robert P. J. Day1-2/+1
2007-05-14mmc: au1xmmc command types check from data flagsYoichi Yuasa1-21/+14
2007-05-01mmc: Move host and card drivers to subdirsPierre Ossman1-0/+1031