summaryrefslogtreecommitdiff
path: root/sys/dev/sdmmc
AgeCommit message (Expand)Author
2021-12-03Pull up the followin revisions (all via patch), requested by msaitohmartin
2020-08-17Pull up following revision(s) (requested by mrg in ticket #1052):martin
2020-08-09Pull up following revision(s) (requested by mrg in ticket #1042):martin
2020-07-20Pull up following revision(s) (requested by msaitoh in ticket #1021):martin
2020-05-07Pull up following revision(s) (requested by macallan in ticket #892):martin
2020-02-25Regen (for ticket #717)martin
2020-02-25Pull up following revision(s) (requested by mrg in ticket #717):martin
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
2017-07-16Add support for eMMC 4.5's optional cache feature. If a cache is present,jmcneill
2017-07-10Decrypt comment about the attach thread. No functional change.mlelstv
2017-07-08The config_* APIs are not MPSAFE, so make sure the deferred attachjmcneill
2017-06-24Revert part of previous; the SD card spec recommends not to issue a DISCARDjmcneill
2017-06-24Read SD status register and print card status when a new SD card is found:jmcneill
2017-06-24Add discard support to ld@sdmmc using the ERASE (CMD38) command.jmcneill
2017-06-23fix problem for ESDHC/USDHC due to change of r1.96ryo
2017-06-06Fix a race between ld_sdmmc_start and ld_sdmmc_dobio that could result injmcneill
2017-06-04Give a hint to controllers in the command flags if we are performing ajmcneill
2017-06-03remove my copyright.christos
2017-04-22Add a vendor callback for setting signal voltage.jmcneill
2017-04-22Ensure that the task is returned to the free task list in an error branch.jmcneill
2017-04-11Remove a test that prevents tuning from happening on eMMC devices.jmcneill
2017-02-17sdhc(4): hardware reset support for Intel eMMC controllernonaka