summaryrefslogtreecommitdiff
path: root/sys/cam/mmc/mmc_da.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Miscellaneous fixes and improvements to MMCCAM stackIlya Bakulin2017-09-151-4/+2
* An MMC/SD/SDIO stack using CAMWarner Losh2017-07-091-0/+1432