aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/of_mmc_spi.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-08-30mmc: of_mmc_spi: fix restricted cast warning of sparseMasahiro Yamada1-1/+1
2016-03-17mmc: of_mmc_spi: fix unused warningBrian Norris1-2/+0
2015-12-22mmc: of_mmc_spi: Add IRQF_ONESHOT to interrupt flagssaurabh1-2/+2
2013-08-24mmc: mmc_spi: Support CD/RO GPIOsLaurent Pinchart1-34/+12
2013-02-24mmc: mmc_spi: Fix return value evaluation of irq_of_parse_and_map()Roland Stigge1-1/+1
2012-02-13mmc: of_mmc_spi: fix little endian supportJean-Christophe PLAGNIOL-VILLARD1-2/+2
2011-06-18mmc: of_mmc_spi: add NO_IRQ define to of_mmc_spi.cWanlong Gao1-0/+5
2011-03-25mmc: of_mmc_spi: Need to include irq.h and of_irq.hDavid Miller1-0/+2
2011-03-07of_mmc_spi: add card detect irq supportEsben Haabendal1-2/+24
2010-05-18of: Always use 'struct device.of_node' to get device node pointer.Grant Likely1-2/+2
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
2009-11-04mmc: fix missing module license declaration in of_mmc_spi.cGrant Likely1-0/+2
2009-03-24mmc: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-1/+1
2008-12-31mmc_spi: Add support for OpenFirmware bindingsAnton Vorontsov1-0/+149