summaryrefslogtreecommitdiff
path: root/sys/dev/sdmmc
AgeCommit message (Expand)Author
2023-04-29sdmmc: Only check chipset WP status for SD cards.jmcneill
2022-12-03Fix bug in protocol parser that often caused fatal 'checksum error'.mlelstv
2022-11-02Select DMA mode after programming the ADMA base address register(s).jmcneill
2022-10-14Disable ADMA2 on Ricoh SDHCI controllers.jmcneill
2022-06-18Trailing whitespaceskrll
2022-05-16sdmmc: ld: Include the card type (SD card, MMC) in the disk description.jmcneill
2022-03-14Add OpenBSD to code to optionally load CLM (Country Locale Matrix) files.mlelstv
2022-02-06sdhc: Retire SDHC_FLAG_USE_ADMA2 flag.jmcneill
2022-01-17sdhc: avoid taking adaptive mutex while holding spin mutexmrg
2022-01-15sdhc: High speed support capability flag applies to eMMC too.jmcneill
2021-11-10s/suport/support/ in comment.msaitoh
2021-08-08Fixup bwfm(4) register bit regarding SDIO device suspend/resume.jmcneill
2021-08-08Use SMBIOS system product instead of the string "netbsd,generic-acpi"jmcneill
2021-08-07Merge thorpej-cfargs2.thorpej
2021-08-03 Use unsigned to avoid undefined behavior in sdmmc_mem_sd_switch().msaitoh
2021-06-21fix proplib deprecationchristos
2021-06-13Don't crash on detach where interlock == NULL.mlelstv
2021-06-13Be less verbose normally and more when debugging.mlelstv
2021-05-13 Use unsigned to avoid undefined behavior in hwrite[12](). Found by kUBSan.msaitoh
2021-04-24Merge thorpej-cfargs branch:thorpej
2021-03-13Enable block count only for count > 0.mlelstv
2021-03-13define NO_STOP flagmlelstv
2021-01-27Rename of_match_compat_data() to of_compatible_match(). Similarly,thorpej
2020-11-03Continue parsing frames after empty payload.mlelstv
2020-10-17Fix error message. No functional change, both commands use the samemlelstv
2020-08-02Remove unnecessary wait in ldbegindetach.riastradh
2020-07-22Sort includes. Nix trailing whitespace.riastradh
2020-07-22Need <sys/kmem.h> for kmem_*.riastradh
2020-07-22Sort #includes. Nix trailing whitespace.riastradh
2020-07-22Omit needless <sys/pcq.h>.riastradh
2020-07-20clear all interrupts, not just those we expect from the hostintmask.mrg
2020-07-20only ask for SDPCMD_INTSTATUS_HMB_SW_MASK and SDPCMD_INTSTATUS_CHIPACTIVEmrg
2020-07-15Identify SDHC 4.1 and 4.2. From {DragonFly,Free}BSD.msaitoh
2020-06-23Make this work on big endian machinesmartin
2020-05-30discussed with thorpej@, and it seems it's better to allocate the bssjdolecek
2020-05-30constify, and make static where possiblejdolecek
2020-05-24Fix races in sdmmc tasks and teach ld@sdmmc to abort xfers on detach.riastradh
2020-05-11If the controller doesn't support switch func (opcode 6) then skipjdc
2020-05-07add entry for BCM43362, found on Cubietruckmacallan
2020-03-25- Refactor the firmware loading code into a set of common routines in thethorpej
2020-01-29Adopt <net/if_stats.h>.thorpej
2020-01-04Be less noisy for some commands.mlelstv
2020-01-04size check was backwards.mlelstv
2020-01-01Use correct firmware for BCM43456jmcneill
2020-01-01regenjmcneill
2020-01-01Add product ID for Broadcom BCM43455jmcneill
2019-12-30Follow the Linux driver an use the FDT "compatible" property to build amlelstv
2019-12-19Avoid changing signedness bit with << in sdmmc_ioreg.hkamil
2019-12-02drop my name from the advertising clause.christos
2019-11-10in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAITchs