aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/rtsx
Commit message (Expand)AuthorAgeFilesLines
* mmc: Use bus_topo_lock and taskqueue_bus while adding/removing child devicesJohn Baldwin2025-03-101-7/+11
* Use bus_generic_detach instead of device_delete_children in detachJohn Baldwin2025-01-021-2/+2
* rtsw: Break out as soon as we find we're doing the inversion workaroundWarner Losh2024-11-201-0/+1
* newbus: globally replace device_add_child(..., -1) with DEVICE_UNIT_ANYWarner Losh2024-07-251-1/+1
* Fix new users of MAXPHYS and hide it from the kernel namespaceAndrew Gallatin2024-04-301-2/+2
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-122-2/+2
* rtsx: Add plug-and-play infoHenri Hennebert2023-04-131-24/+25
* rtsx: purge EOL release compatibilityElliott Mitchell2023-02-041-4/+0
* rtsx: Remove unused devclass argument to DRIVER_MODULE.John Baldwin2022-05-061-3/+1
* rtsx: Number of tweaks for RTS5260.Henri Hennebert2022-04-272-23/+63
* rtsx: Remove update of softc during probe and some var rename.Henri Hennebert2022-03-251-28/+30
* rtsx: Display error if rtsx_read()/rtsx_write() fail.Henri Hennebert2022-03-241-12/+22
* rtsx: Don't detach during shutdownHenri Hennebert2022-03-241-2/+0
* rtsx: Call rtsx_init() on resume.hlh-restart2022-03-191-1/+3
* rtsx: Add RTS5260 support and replace bootverbose with sysctl.Henri Hennebert2022-02-192-72/+185
* rtsx: Update driver version number to 2.1cHenri Hennebert2022-02-031-1/+1
* rtsx: Do not display pci_read_config() errors during rtsx_init()Henri Hennebert2022-02-031-6/+6
* rtsx: Add CTLFLAG_STATS flag for read and write countersHenri Hennebert2022-02-031-2/+2
* rtsx: Prefer __FreeBSD_version over __FreeBSD__Henri Hennebert2022-02-031-2/+2
* rtsx: Convert driver to use the mmc_sim interfaceHenri Hennebert2022-02-031-216/+70
* rtsx: Call taskqueue sooner, adjust DELAY(9) calls, add an inversion heuristicHenri Hennebert2021-09-091-43/+89
* Fix some common typos in source code commentsGordon Bergling2021-08-281-1/+1
* rtsx: Fix wakeup race similar to sdhci one fixed in 35547df5c786Warner Losh2021-08-101-1/+1
* Port rtsx(4) driver for Realtek SD card reader from OpenBSD.Jung-uk Kim2020-11-242-0/+4671