index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
dev
/
sdmmc
/
sdmmc_mem.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement UHS-I support in the sdmmc(4) midlayer.
kettenis
2020-08-24
1
-12
/
+144
*
Add support for eMMC HS200 mode. Loosely based on code from NetBSD.
kettenis
2020-08-14
1
-35
/
+126
*
4-bit bus width is mandatory for SDIO cards that support High Speed
patrick
2018-06-04
1
-4
/
+4
*
Bump the clock frequency to a higher level that every card (per spec)
patrick
2018-05-01
1
-1
/
+7
*
Add hibernate IO path for sdmmc(4). This requires some help from the
jmatthew
2018-03-20
1
-1
/
+39
*
add sizes to free() calls
deraadt
2017-04-06
1
-2
/
+2
*
Bump up the clock to 25 MHz before trying to read the SCR register of an SD
kettenis
2016-05-05
1
-26
/
+37
*
Add Dual Data Rate support for eMMC at 52MHz.
kettenis
2016-05-05
1
-30
/
+74
*
Add high-speed support for SD cards. In theory this should double the
kettenis
2016-05-04
1
-5
/
+111
*
Add bus width switching support for MMC. Enable 8-bit bus support on
kettenis
2016-05-01
1
-4
/
+32
*
Add a small delay after switching an MMC card into high-speed mode to make
kettenis
2016-05-01
1
-1
/
+3
*
Add support for changing the bus width to the sdmmc subsystem and the sdhc(4)
kettenis
2016-05-01
1
-2
/
+121
*
Implement DMA support. Bits and pieces taken from NetBSD, but we only
kettenis
2016-04-30
1
-17
/
+69
*
Always claim to support sector mode for eMMC. Allows BeagleBone Black
jsg
2015-11-08
1
-1
/
+3
*
Init error to 0 for sdmmc_mem_single_{read,write}_block
jsg
2015-04-22
1
-3
/
+3
*
Fix high capacity (> 2GB) eMMC support.
rapha
2014-09-23
1
-11
/
+16
*
add a size argument to free. will be used soon, but for now default to 0.
tedu
2014-07-12
1
-2
/
+2
*
Add code for SMC_CAPS_SINGLE_ONLY capability.
syl
2013-10-22
1
-8
/
+83
*
Add basic support for eMMC memory.
rapha
2013-09-12
1
-7
/
+153
*
lockmgr -> rwlock conversion
blambert
2010-08-24
1
-10
/
+10
*
- fold several occurences of DEVNAME() into one located in sdmmcvar.h.
jasper
2010-08-19
1
-12
/
+12
*
Only allow the common voltages of the card and the host when writing the OCR
drahn
2010-02-10
1
-1
/
+3
*
Add missing <sys/device.h>.
kettenis
2009-10-03
1
-1
/
+2
*
Remove recursion from the sdmmc locking regime.
blambert
2009-04-07
1
-5
/
+10
*
Let the sdmmc adapters tell the sdmmc layer how much sectors they can
miod
2009-02-20
1
-9
/
+5
*
Add support for SDHC cards on SDHC capable host controllers.
jsg
2009-01-09
1
-6
/
+24
*
backout: would have been nice if this had been tested, to see that it
deraadt
2008-12-02
1
-8
/
+3
*
Rework sdmmc locking to remove recursion
blambert
2008-11-24
1
-3
/
+8
*
DHC automatically sends a CMD12 after multiple-block transfers, but other
uwe
2007-03-18
1
-1
/
+26
*
move CSD/CID decoding to sdmmc_mem.c
uwe
2006-11-29
1
-1
/
+99
*
First and foremost, avoid an obious race between two or more processes
uwe
2006-07-18
1
-12
/
+29
*
- Assign RCAs beginning at 1 since 0 is used to deselect all cards.
uwe
2006-06-29
1
-2
/
+9
*
SDIO card identification
uwe
2006-06-01
1
-22
/
+128
*
don't #undef SDMMC_DEBUG
uwe
2006-05-28
1
-5
/
+3
*
Support for standard SD host controllers like the Ricoh 5C822, a small
uwe
2006-05-28
1
-0
/
+243