History log of /barrelfish-master/usr/drivers/omap44xx/mmchs/omap44xx_ctrlmod.h
Revision Date Author Comments
# 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.


# a8be5260 10-Jul-2013 Gerd Zellweger <mail@gerdzellweger.com>

Use of sysctrl_padconf_core mackerel file instead of ctrlmod in ctrlmod.c.


# d9f8d83a 09-Jul-2013 Gerd Zellweger <mail@gerdzellweger.com>

Added user-level interrupts for mmchs driver.


# 03da1cbf 09-Jul-2013 Gerd Zellweger <mail@gerdzellweger.com>

Make sure mmchs driver compiles again in user space & changed map_device_register API call slightly.

Interrupt acknowledge and enable methods are currently commented out and need to be reenabled once we have working interrupts.


# 894d0022 08-Jul-2013 Simon Gerber <simon.gerber@inf.ethz.ch>

MMCHS and I2C code imported into main tree right now as a kernel-space library.

Needs to be changed to a user space driver.