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
/
sdhc.c
Age
Commit message (
Expand
)
Author
2022-11-02
Select DMA mode after programming the ADMA base address register(s).
jmcneill
2022-10-14
Disable ADMA2 on Ricoh SDHCI controllers.
jmcneill
2022-02-06
sdhc: Retire SDHC_FLAG_USE_ADMA2 flag.
jmcneill
2022-01-17
sdhc: avoid taking adaptive mutex while holding spin mutex
mrg
2022-01-15
sdhc: High speed support capability flag applies to eMMC too.
jmcneill
2021-11-10
s/suport/support/ in comment.
msaitoh
2021-08-07
Merge thorpej-cfargs2.
thorpej
2021-05-13
Use unsigned to avoid undefined behavior in hwrite[12](). Found by kUBSan.
msaitoh
2021-04-24
Merge thorpej-cfargs branch:
thorpej
2021-03-13
Enable block count only for count > 0.
mlelstv
2020-07-15
Identify SDHC 4.1 and 4.2. From {DragonFly,Free}BSD.
msaitoh
2019-10-28
Avoid warnings for tautological shifts as sole conditional.
joerg
2019-10-28
Skip setting power when the voltage doesn't change.
mlelstv
2019-10-23
Add SDHC flags.
hkenken
2019-07-03
If switching to fixed sampling clock, do not return an error to the sdmmc layer.
jmcneill
2019-03-13
Add vendor callback for post-bus clock ops and add SDHC_FLAG_STOP_WITH_TC flag
jmcneill
2017-06-23
fix problem for ESDHC/USDHC due to change of r1.96
ryo
2017-04-22
Add a vendor callback for setting signal voltage.
jmcneill
2017-02-17
sdhc(4): hardware reset support for Intel eMMC controller
nonaka
2017-02-17
sdhc(4), sdmmc(4): Added MMC HS DDR52 support.
nonaka
2017-01-07
Add flags SDHC_FLAG_NO_AUTO_STOP and SDHC_FLAG_NO_BUSY_INTR.
kiyohara
2017-01-07
Don't access SDHC_HOST_CTL_VERSION, if iosize less than this.
kiyohara
2016-08-10
Use 1.65-1.95 voltage window for 1.8V support.
nonaka
2016-07-03
Please more delay, if timeout in sdhc_wait_intr().
kiyohara
2015-12-31
add support iMX6 uSDHC
ryo
2015-12-28
fix typo. use pmask for SDHC_PRESENT_STATE.
ryo
2015-11-03
Also wait for DAT when sending RSP_BSY commands. Fixes PR 50388.
mlelstv
2015-11-03
fix timeout path in soft reset when building with SDHC_DEBUG
mlelstv
2015-11-02
allow vendor specific code to hook into bus width changes
jmcneill
2015-10-06
support hiding command timeout messages with a new command flag and use this
mlelstv
2015-09-09
The iMX uSDHC controller doesn't have an interrupt error status flag,
mlelstv
2015-09-09
Don't test flags from error value in status value. Instead test the
mlelstv
2015-09-09
fix DPRINTF parameters
mlelstv
2015-08-09
Ignore data inhibit for commands that do not use the DAT line.
mlelstv
2015-08-09
Protect the whole tuning operation including the register setup.
mlelstv
2015-08-09
Add a quirk for Ricoh 5U823 controller. Operation with a 100MHz
mlelstv
2015-08-06
don't hold intr_lock while calling sdhc_execute_tuning
jmcneill
2015-08-05
support re-tuning modes 1 and 2
jmcneill
2015-08-05
Implement SDHC sampling clock tuning procedure.
jmcneill
2015-08-05
lock more hardware accesses
mlelstv
2015-08-03
Add SDHC_FLAG_POLL_CARD_DET flag which lets the bus glue request polling
jmcneill
2015-08-03
Add support for DDR50 transfer modes.
jmcneill
2015-08-03
better error message
mlelstv
2015-08-03
don't select SDR12 mode if we are <= 400 kHz
jmcneill
2015-08-03
dont confuse signaling voltage and bus voltage
jmcneill
2015-08-02
let SDHC_FLAG_HOSTCAPS override SDHC_CAPABILITIES2 as well
jmcneill
2015-08-02
add support for UHS-I modes on capable 3.0+ controllers
jmcneill
2015-08-02
bus_dma_segment_t ds_addr is bus_addr_t not paddr_t (another case of it)
jmcneill
2015-08-02
bus_dma_segment_t ds_addr is bus_addr_t not paddr_t
jmcneill
2015-08-02
Be more verbose about error conditions.
mlelstv
[next]