summaryrefslogtreecommitdiffstats
path: root/drivers/mci/mci-bcm2835.c
Commit message (Collapse)AuthorAgeFilesLines
* resource: Let dev_request_mem_region return an error pointerSascha Hauer2014-09-161-2/+3
| | | | | | For all users fix or add the error check. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* mci: bcm2835: use the registered device clkdevAndre Heider2013-10-221-74/+19
| | | | | | | Switch from local mailbox code to using the newly created clock device. Signed-off-by: Andre Heider <a.heider@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* mci: bcm2835: Add detect callback support for hardware deviceSascha Hauer2013-10-161-0/+10
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* ARM: rpi: fix reading of the EMMC clock for CONFIG_MMUAndre Heider2013-10-161-1/+6
| | | | | | | Add explicit flushing to prevent the 50MHz fallback. Signed-off-by: Andre Heider <a.heider@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* mci: rename capabilities flagsSascha Hauer2013-06-031-1/+2
| | | | | | | | | | Use MMC_CAP_ names instead of MMC_MODE_. This makes it more clear that these are capabilities of host/card and do not refer to the current mode. These are in line with the Linux Kernel except for MMC_CAP_MMC_HIGHSPEED_52MHZ which could be fixed later. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* Added sd driver for bcm2835 (Raspberry PI)wilhelm2013-05-301-0/+591
Replaced defines according to sdhci.h Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>