haiku/headers/private
Adrien Destugues ff76d2df8e sdhci and mmc implementation
sdhci:
- Add semaphore for interrupt management
- Add basic operations (setting clock, executing a command)
- Add early initialization (clocks and power up)
- Wrap the bus in a C++ class to ease usage
- Expose API to MMC bus manager
- TODO: manage card insertion and removal interrupts
- TODO: use MSI when available

mmc_bus:
- Implements SD card management independant of the way we access the bus
  (later on different drivers can provide the same API as SDHCI)
- Worker thread to do the initialization
- Implement card initialization process up until getting an RCA from the
  card. This is the generic part to assign an ID to the card, after this
  point commands can be targetted at the specific card so it can be
  handed over to the mmc_disk driver.
- TODO: initialization for non-SDHC cards which do not reply to CMD8.

Change-Id: I71950ca3ce206378a68fa7f97c19f638183d6cdd
Reviewed-on: https://review.haiku-os.org/c/1032
Reviewed-by: waddlesplash <waddlesplash@gmail.com>
2019-02-19 18:33:25 +00:00
..
app Fix for bug 6991, replace registrars timer tick 2019-01-24 18:57:50 +00:00
audio audio: Move hmulti_audio driver API to private audio headers 2018-10-23 16:33:19 +02:00
binary_compatibility
bluetooth
codec Move FormatManager back to the media_kit 2018-12-28 22:55:25 +01:00
debug
debugger Debugger: Fix #14375, #12343. 2018-08-20 16:44:20 -04:00
device drivers: Deduplify joystick_driver.h. 2018-06-21 18:46:30 -04:00
drivers sdhci and mmc implementation 2019-02-19 18:33:25 +00:00
file_systems packagefs: Move DebugSupport up into the file_systems shared folder. 2018-08-22 19:19:56 -04:00
firewire
fs_shell
graphics Remove private vmware driver headers. 2018-06-26 17:23:23 -04:00
index_server
input
interface utf8_functions.h: Fix PVS 359 2019-01-09 17:44:19 +00:00
kernel syscall_args: Remove R5 compatibility hack. 2019-02-17 13:06:49 -05:00
libroot libroot: add [gs]etpriority implementation 2019-01-19 18:31:58 +00:00
locale
mail build: Cleanup of libgnuregex usage. 2018-03-07 18:04:31 -05:00
media Media Kit: Rewrite DefaultMediaTheme to use layouts. 2019-01-22 14:25:09 +00:00
midi
mount
net libnetapi: Remove __gNetAPIStart. 2019-02-02 13:26:18 -05:00
notification
package Remove Curl, Switch to NetApi in Package Kit 2018-09-29 17:23:52 +00:00
preferences
print
runtime_loader
screen_saver
shared HashSet: Make iterator const. 2019-02-14 20:43:49 -05:00
storage
support
syslog_daemon
system headers/kernel: Move B_WAIT_TILL_LOADED to a syscall header. 2019-02-01 19:45:56 -05:00
textencoding
tracker
usb_vision
userlandfs shared: Merge BOpenHashTable in; remove OpenTracker's OpenHashTable. 2019-02-15 00:34:36 +00:00
virtio virtio: Replace size return with usedLength in queue_dequeue. 2018-11-17 00:34:49 +01:00
vmdk