index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
sdmmc
Age
Commit message (
Expand
)
Author
2018-02-11
Use the new APIs for setting block lengths and reading from/writing to
Patrick Wildt
2018-02-11
Add sdmmc_io_set_blocklen() which allows to set the block length of an
Patrick Wildt
2018-02-11
Add sdmmc_io_read_region_1() and sdmmc_io_write_region_1() as an
Patrick Wildt
2018-02-11
Since the BCDC header has a variable data offset, so the ethernet packet
Patrick Wildt
2018-02-11
Update the packet header length as well as the mbuf length on
Patrick Wildt
2018-02-10
fix build with SDHC_DEBUG defined, no binary change otherwise
Jonathan Matthew
2018-02-09
Implement the bwfm(4) SDIO bus logic. This is the bus layer that
Patrick Wildt
2018-02-07
Outsource setting the backplane window into a specific function so it
Patrick Wildt
2018-02-07
Move SDIO bus and protocol definitions from the shared header
Patrick Wildt
2017-12-24
Allow SD/MMC controller drivers to allocate their own DMA mapping structure
Mark Kettenis
2017-10-12
Apparently one of the main concepts in the SDMMC I/O subsystem is that
Patrick Wildt
2017-10-11
Add bwfm(4), a driver for Broadcom FullMAC WiFi controllers. The
Patrick Wildt
2017-08-28
Fix a memory leak in an error path. Coverity CID 1453042.
Jonathan Gray
2017-05-05
Implement two quirks to support the Arasan eMMC 5.1 controller found on
Mark Kettenis
2017-04-06
Sizes for the remaining free() calls, and use mallocarray()
Theo de Raadt
2017-04-06
remove stray character in previous that broke the build
Jonathan Gray
2017-04-06
add sizes to free() calls
Theo de Raadt
2017-01-21
p_comm is the process's command and isn't per thread, so move it from
Philip Guenther
2017-01-20
sdmmc sd(4) devices should be marked SID_REMOVABLE, so that eject(1) can
Theo de Raadt
2016-09-11
Get SDIO reset working.
Marcus Glocker
2016-05-15
Sync with the ADMA2 implementation in imxesdhc(4):
Mark Kettenis
2016-05-12
Remove bogus rw_exit() call.
Mark Kettenis
2016-05-05
Bump up the clock to 25 MHz before trying to read the SCR register of an SD
Mark Kettenis
2016-05-05
Add Dual Data Rate support for eMMC at 52MHz.
Mark Kettenis
2016-05-05
Populate SCSI inquiry data with information from SD and MMC cards.
Mark Kettenis
2016-05-04
Print SD host controller version.
Mark Kettenis
2016-05-04
Add high-speed support for SD cards. In theory this should double the
Mark Kettenis
2016-05-01
Print some capabilities.
Mark Kettenis
2016-05-01
Print base clock frequency.
Mark Kettenis
2016-05-01
Add bus width switching support for MMC. Enable 8-bit bus support on
Mark Kettenis
2016-05-01
Add a small delay after switching an MMC card into high-speed mode to make
Mark Kettenis
2016-05-01
Always write block count. This fixes the DMA issues on Bay Trail.
Mark Kettenis
2016-05-01
Add support for changing the bus width to the sdmmc subsystem and the sdhc(4)
Mark Kettenis
2016-04-30
Enable high speed timing for bus clock frequencies over 26MHz and advertise
Mark Kettenis
2016-04-30
Add some missing interrupt bits, and enable the ADMA error interrupt.
Mark Kettenis
2016-04-30
Implement DMA support. Bits and pieces taken from NetBSD, but we only
Mark Kettenis
2016-04-23
Implement reading of the CIS for functions 1-7. Don't write a bogus bus width
Mark Kettenis
2016-03-30
Expose the functionality that triggers a check for card insertion or removal.
Mark Kettenis
2016-03-27
Make it possible to override the standard card detect mechanism. The SD
Mark Kettenis
2016-03-19
Reduces the noise around the global ``ticks'' variable by renaming all
Martin Pieuchot
2016-01-11
Improve CIS parsing to recognize CISTPL_NULL codes instead of bailing out on
Mark Kettenis
2016-01-11
Add (limited) support for controllers that implement version 3.0 of the
Mark Kettenis
2016-01-10
Seems the voltage bit defenitions in sdmmcreg.h for voltages below 2V
Mark Kettenis
2015-11-08
Always claim to support sector mode for eMMC. Allows BeagleBone Black
Jonathan Gray
2015-04-22
Init error to 0 for sdmmc_mem_single_{read,write}_block
Jonathan Gray
2015-03-14
Remove some includes include-what-you-use claims don't
Jonathan Gray
2015-02-16
Memory leak if copyin() or copyout() fails; found by Maxime Villard
Miod Vallat
2014-12-09
More malloc() -> mallocarray() in the kernel.
Doug Hogan
2014-11-01
fix the build when SDMMC_DEBUG is defined
Jonathan Gray
2014-09-23
Fix high capacity (> 2GB) eMMC support.
Raphael Graf
[next]