summaryrefslogtreecommitdiff
path: root/sys/dev/sdmmc
AgeCommit message (Expand)Author
2019-10-28Avoid warnings for tautological shifts as sole conditional.joerg
2019-10-28More code from OpenBSDmlelstv
2019-10-28regenmlelstv
2019-10-28Whitespace policemlelstv
2019-10-28Missing commit for sdio abort function.mlelstv
2019-10-28Simplyfy sdmmc_io_set_blocklen function signature by dropping themlelstv
2019-10-28Add and use sdmmc_pause to avoid long-term busy waits.mlelstv
2019-10-28Skip setting power when the voltage doesn't change.mlelstv
2019-10-27white space police.bad
2019-10-23Add SDHC flags.hkenken
2019-10-03More register definitions.mlelstv
2019-09-25Use correct function to verify if a task has been queued. Avoids racemlelstv
2019-09-24Remove debug printf.mlelstv
2019-09-13Don't pass empty mbufs to the network stack.mlelstv
2019-09-02SD_IO_RW_EXTENDED is a data transfer command, so set ADTC flag instead of ACjmcneill
2019-09-01From OpenBSD:mlelstv
2019-09-01From OpenBSD:mlelstv
2019-08-24regenmlelstv
2019-08-24Fix typomlelstv
2019-08-18regenmlelstv
2019-08-18Add Broadcom devicesmlelstv
2019-07-24 Define SD_ARG_CMD52_WRITE macro correctly. Found by KUBSan. This macro ismsaitoh
2019-07-03If switching to fixed sampling clock, do not return an error to the sdmmc layer.jmcneill
2019-06-06If setting HS_TIMING fails, keep trying slower speeds instead of bailingjmcneill
2019-05-28If a mem function fails to initialize, set the error flag so sdmmc doesn't tr...jmcneill
2019-03-19Provide CID data (manufacturer/product id/product name) as disk type.mlelstv
2019-03-13Add vendor callback for post-bus clock ops and add SDHC_FLAG_STOP_WITH_TC flagjmcneill
2019-02-25Add SCF_NEED_BOUNCE command flag. Can be used by a driver to keep track ofjmcneill
2018-12-29Regen.thorpej
2018-12-29Add ReakTek RTL8189FTV SDIO 802.11 interface.thorpej
2018-11-09Defer DIOCCACHESYNC to the sdmmc task queue so they are serialized with other...jmcneill
2018-11-09Wait for data ready after eMMC flush cache commandsjmcneill
2018-11-06Increase kthread priority to PRI_SOFTBIO.jmcneill
2018-10-14remove M_CANFAIL flag for malloc(9) - it was completely ignored, so hadjdolecek
2018-09-03Rename min/max -> uimin/uimax for better honesty.riastradh
2018-06-28Regenjmcneill
2018-06-28Add vendor REALTEK and product RTL8703BSjmcneill
2018-05-11sync with openbsd bwfm to some extent.maya
2018-04-19s/static inline/static __inline/g for consistency.christos
2018-04-18m_free -> m_freem, m_copyback could have added mbufs in the chainmaxv
2018-03-11Outsource setting the backplane window into a specific function so itkhorben
2018-03-06correct whitespace in attach messagemlelstv
2018-02-07Fix uninitialized variable use:bouyer
2018-01-28Don't print an error when we find a CIS tuple code in the vendor-uniquejmcneill
2017-11-07Add driver for Broadcom 802.11a/b/g/n/ac SDIO wireless devices, based onkhorben
2017-10-23- Get SDIO reset working (from OpenBSD).jmcneill
2017-09-12For SD cards, send the SET_WR_BLK_ERASE_COUNT app command before ajmcneill
2017-08-20make the sc_discard interface for the ld backend asynchronous andmlelstv
2017-08-11Defer sdmmc discard operations to the sdmmc task queue. Fixes a panicjmcneill
2017-08-09While ld(4) is MP safe, many backends are not.mlelstv