aboutsummaryrefslogtreecommitdiff
path: root/sys/cam/mmc/mmc_da.c
Commit message (Expand)AuthorAgeFilesLines
* mmc_da: Queued CCBs need a priority other than CAM_PRIORITY_NONEWarner Losh13 days1-1/+1
* cam: Add xpt_gdev_type() and use it instead of many copies of sameWarner Losh2025-07-101-4/+1
* cam/mmc: style(9) pass: put { starting functions on its own lineWarner Losh2025-07-081-8/+16
* cam/mmc: Use xpt_path_inq instead of hand-rollded equivalentWarner Losh2025-07-071-4/+1
* mmc_da: garbage-collect sdda_get_max_dataAndriy Gapon2025-07-041-21/+0
* mmc_da: fix garbage in disk->d_attachmentAndriy Gapon2025-06-271-3/+1
* mmccam: fix mmcsd disk aliasesBjoern A. Zeeb2024-09-031-8/+13
* cam: Remove left-over sys/cdefs.h in sys/camWarner Losh2023-11-061-1/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* cam/mmc: Migrate to modern uintXX_t from u_intXX_tWarner Losh2023-07-251-7/+7
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* kerneldump: remove physical argument from d_dumperMitchell Horne2022-05-131-2/+1
* mmc_da: create disk(9) for pre-2.0 SD cardsAndriy Gapon2022-01-271-1/+1
* mmc_da: remove write-only local variablesAndriy Gapon2022-01-121-4/+0
* mmc_da: use MMC_SECTOR_SIZE constant in place of literalsAndriy Gapon2022-01-121-8/+8
* mmc_da: implement d_dump method, sddadumpAndriy Gapon2022-01-121-0/+73
* sddadone: 'error' gets assigned only errno codes, never MMC_ERR codesAndriy Gapon2021-11-131-2/+2
* Assert that invalid bus widths can't be passed to bus_width_str().John Baldwin2021-09-151-0/+2
* mmccam: Read the common members of CSD v1.0 and v2.0Emmanuel Vadot2021-06-191-40/+23
* mmccam: Style(9) more mmc_da.cEmmanuel Vadot2021-06-191-20/+16
* cam: make sure to clear even more CCBs allocated on the stackEdward Tomasz Napierala2021-04-111-0/+1
* Make MAXPHYS tunable. Bump MAXPHYS to 1M.Konstantin Belousov2020-11-281-1/+1
* mmccam: We can't sleep during sdda_add_part so use M_NOWAITEmmanuel Vadot2020-11-261-7/+14
* Do not truncate the last character from serial number.Jung-uk Kim2020-11-241-2/+2
* Always return MMC errors from mmc_handle_reply()Ilya Bakulin2020-11-031-16/+14
* mmc_da: universally use uint8_t for the partition indexAndriy Gapon2020-09-081-3/+5
* mmc_da: fix a typo and a too long lineAndriy Gapon2020-09-081-1/+2
* mmc_da: make sure that part_index is not used uninitialized in sddastartAndriy Gapon2020-09-081-0/+1
* cam: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-6/+0
* mmc_da: fix memory leak in sddaregister()Bjoern A. Zeeb2020-08-071-1/+1
* mmccam: Unhold the periph when we add the deviceEmmanuel Vadot2020-08-061-0/+2
* mmccam: Hold the periph during initEmmanuel Vadot2020-08-041-0/+2
* mmccam: Add some aliases for non-mmccam to mmccam transitionEmmanuel Vadot2020-07-241-0/+11
* mmccam: Add support for 1.2V and 1.8V eMMCEmmanuel Vadot2020-07-221-4/+71
* Now that we don't have special-case geom hacking defined in md_var.h, stopWarner Losh2020-04-071-2/+0
* Ever since the block layer expanded its command syntax beyond justScott Long2020-02-071-0/+4
* Regularize my copyright noticeWarner Losh2019-12-041-4/+3
* Add GEOM attribute to report physical device name, and report itEdward Tomasz Napierala2019-11-091-0/+2
* Add new fields to mmc_data in preparation to SDIO CMD53 block mode supportIlya Bakulin2019-04-101-0/+8
* Refactor error handlingIlya Bakulin2019-04-011-52/+65
* Use information about max data size that the controller is able to operateIlya Bakulin2019-04-011-7/+24
* Correctly define rawscr so initializing it doesn't result in overwriting memory.Ilya Bakulin2018-06-191-3/+4
* Set MMC_DATA_MULTI flag when doing multi-block transfersIlya Bakulin2018-06-191-0/+1
* Enable high-speed on the card before increasing frequency on the controllerIlya Bakulin2018-06-051-8/+62
* Implement initial MMC partitions support for MMCCAM.Ilya Bakulin2018-05-221-209/+620
* Hold the reference count until the CCB is releasedWarner Losh2018-05-151-1/+5
* Return a C errno for cam_periph_acquire().Scott Long2018-02-061-2/+2
* SPDX: finish tagging sys/cam.Pedro F. Giffuni2018-01-161-0/+2
* Define xpt_path_inq.Warner Losh2017-12-061-4/+1
* Remove unused 4th argument to match the standard error routines.Warner Losh2017-12-061-1/+1