History log of /barrelfish-master/usr/drivers/omap44xx/mmchs/main.c
Revision Date Author Comments
# 9bd8d1d5 03-Apr-2019 Reto Achermann <reto.achermann@inf.ethz.ch>

replacing umlaute and fixing address in headers Haldeneggsteig -> Universitaetsstrasse

Signed-off-by: Reto Achermann <reto.achermann@inf.ethz.ch>


# 18d3fdf3 13-Jun-2018 Roni Häcki <roni.haecki@inf.ethz.ch>

omap44xx: change init of drivers to new function signature

Signed-off-by: Roni Häcki <roni.haecki@inf.ethz.ch>


# a99fe758 07-Jul-2017 Gerd Zellweger <mail@gerdzellweger.com>

Change the pandaboard drivers to new driver format.

This includes major refactoring in Kaluga, SDMA, MMCHS, FDIF drivers
along with the addition of new drivers such as cm2, twl6030 etc.

Signed-off-by: Gerd Zellweger <mail@gerdzellweger.com>


# f1d4e23b 15-Jun-2017 Gerd Zellweger <mail@gerdzellweger.com>

Convert mmchs to new driver interface.

Signed-off-by: Gerd Zellweger <mail@gerdzellweger.com>


# 55a00638 04-Sep-2013 Gerd Zellweger <mail@gerdzellweger.com>

MMCHS driver for OMAP4 platform.

Simple driver that can read and write blocks one-at-the-time
on a SDHC card on the pandaboard. We currently don't support SD or MMC cards.
The code was written to for the AOS course at ETH.

Also contains an implementation for the ata_rw28 interface to work with the VFS
FAT implementation.