index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
sdmmc
Age
Commit message (
Expand
)
Author
2019-10-28
Avoid warnings for tautological shifts as sole conditional.
joerg
2019-10-28
More code from OpenBSD
mlelstv
2019-10-28
regen
mlelstv
2019-10-28
Whitespace police
mlelstv
2019-10-28
Missing commit for sdio abort function.
mlelstv
2019-10-28
Simplyfy sdmmc_io_set_blocklen function signature by dropping the
mlelstv
2019-10-28
Add and use sdmmc_pause to avoid long-term busy waits.
mlelstv
2019-10-28
Skip setting power when the voltage doesn't change.
mlelstv
2019-10-27
white space police.
bad
2019-10-23
Add SDHC flags.
hkenken
2019-10-03
More register definitions.
mlelstv
2019-09-25
Use correct function to verify if a task has been queued. Avoids race
mlelstv
2019-09-24
Remove debug printf.
mlelstv
2019-09-13
Don't pass empty mbufs to the network stack.
mlelstv
2019-09-02
SD_IO_RW_EXTENDED is a data transfer command, so set ADTC flag instead of AC
jmcneill
2019-09-01
From OpenBSD:
mlelstv
2019-09-01
From OpenBSD:
mlelstv
2019-08-24
regen
mlelstv
2019-08-24
Fix typo
mlelstv
2019-08-18
regen
mlelstv
2019-08-18
Add Broadcom devices
mlelstv
2019-07-24
Define SD_ARG_CMD52_WRITE macro correctly. Found by KUBSan. This macro is
msaitoh
2019-07-03
If switching to fixed sampling clock, do not return an error to the sdmmc layer.
jmcneill
2019-06-06
If setting HS_TIMING fails, keep trying slower speeds instead of bailing
jmcneill
2019-05-28
If a mem function fails to initialize, set the error flag so sdmmc doesn't tr...
jmcneill
2019-03-19
Provide CID data (manufacturer/product id/product name) as disk type.
mlelstv
2019-03-13
Add vendor callback for post-bus clock ops and add SDHC_FLAG_STOP_WITH_TC flag
jmcneill
2019-02-25
Add SCF_NEED_BOUNCE command flag. Can be used by a driver to keep track of
jmcneill
2018-12-29
Regen.
thorpej
2018-12-29
Add ReakTek RTL8189FTV SDIO 802.11 interface.
thorpej
2018-11-09
Defer DIOCCACHESYNC to the sdmmc task queue so they are serialized with other...
jmcneill
2018-11-09
Wait for data ready after eMMC flush cache commands
jmcneill
2018-11-06
Increase kthread priority to PRI_SOFTBIO.
jmcneill
2018-10-14
remove M_CANFAIL flag for malloc(9) - it was completely ignored, so had
jdolecek
2018-09-03
Rename min/max -> uimin/uimax for better honesty.
riastradh
2018-06-28
Regen
jmcneill
2018-06-28
Add vendor REALTEK and product RTL8703BS
jmcneill
2018-05-11
sync with openbsd bwfm to some extent.
maya
2018-04-19
s/static inline/static __inline/g for consistency.
christos
2018-04-18
m_free -> m_freem, m_copyback could have added mbufs in the chain
maxv
2018-03-11
Outsource setting the backplane window into a specific function so it
khorben
2018-03-06
correct whitespace in attach message
mlelstv
2018-02-07
Fix uninitialized variable use:
bouyer
2018-01-28
Don't print an error when we find a CIS tuple code in the vendor-unique
jmcneill
2017-11-07
Add driver for Broadcom 802.11a/b/g/n/ac SDIO wireless devices, based on
khorben
2017-10-23
- Get SDIO reset working (from OpenBSD).
jmcneill
2017-09-12
For SD cards, send the SET_WR_BLK_ERASE_COUNT app command before a
jmcneill
2017-08-20
make the sc_discard interface for the ld backend asynchronous and
mlelstv
2017-08-11
Defer sdmmc discard operations to the sdmmc task queue. Fixes a panic
jmcneill
2017-08-09
While ld(4) is MP safe, many backends are not.
mlelstv
[prev]
[next]