summaryrefslogtreecommitdiff
path: root/sys/dev/rtsx
AgeCommit message (Expand)Author
2025-03-10mmc: Use bus_topo_lock and taskqueue_bus while adding/removing child devicesJohn Baldwin
2025-01-02Use bus_generic_detach instead of device_delete_children in detachJohn Baldwin
2024-11-20rtsw: Break out as soon as we find we're doing the inversion workaroundWarner Losh
2024-07-24newbus: globally replace device_add_child(..., -1) with DEVICE_UNIT_ANYWarner Losh
2024-04-30Fix new users of MAXPHYS and hide it from the kernel namespaceAndrew Gallatin
2023-11-26sys: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2023-04-13rtsx: Add plug-and-play infoHenri Hennebert
2023-02-04rtsx: purge EOL release compatibilityElliott Mitchell
2022-05-06rtsx: Remove unused devclass argument to DRIVER_MODULE.John Baldwin
2022-04-26rtsx: Number of tweaks for RTS5260.Henri Hennebert
2022-03-25rtsx: Remove update of softc during probe and some var rename.Henri Hennebert
2022-03-23rtsx: Display error if rtsx_read()/rtsx_write() fail.Henri Hennebert
2022-03-23rtsx: Don't detach during shutdownHenri Hennebert
2022-03-19rtsx: Call rtsx_init() on resume.hlh-restart
2022-02-19rtsx: Add RTS5260 support and replace bootverbose with sysctl.Henri Hennebert
2022-02-03rtsx: Update driver version number to 2.1cHenri Hennebert
2022-02-03rtsx: Do not display pci_read_config() errors during rtsx_init()Henri Hennebert
2022-02-03rtsx: Add CTLFLAG_STATS flag for read and write countersHenri Hennebert
2022-02-03rtsx: Prefer __FreeBSD_version over __FreeBSD__Henri Hennebert
2022-02-03rtsx: Convert driver to use the mmc_sim interfaceHenri Hennebert
2021-09-09rtsx: Call taskqueue sooner, adjust DELAY(9) calls, add an inversion heuristicHenri Hennebert
2021-08-28Fix some common typos in source code commentsGordon Bergling
2021-08-10rtsx: Fix wakeup race similar to sdhci one fixed in 35547df5c786Warner Losh
2020-11-24Port rtsx(4) driver for Realtek SD card reader from OpenBSD.Jung-uk Kim