summaryrefslogtreecommitdiff
path: root/sys/cam/mmc
Commit message (Expand)AuthorAgeFilesLines
* mmccam: Convert some printf to CAM_DEBUGEmmanuel Vadot2020-11-301-3/+4
* 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-012-9/+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
* Minor cleanups in mmc_xpt.cIlya Bakulin2020-08-041-23/+24
* mmccam: Hold the periph during initEmmanuel Vadot2020-08-041-0/+2
* mmcam: Use a static length sbuf bufferEmmanuel Vadot2020-08-042-7/+11
* mmccam: mmc_xpt: We're only interested about losing the deviceEmmanuel Vadot2020-08-041-23/+5
* mmccam: Make non bootverbose more readableEmmanuel Vadot2020-07-241-4/+3
* 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
* mmccam: Add support for 1.8V sdcardEmmanuel Vadot2020-07-221-0/+19
* mmccam: Add a generic mmccam_start_discovery functionEmmanuel Vadot2020-07-222-0/+25
* mmccam: Use a sbuf for the mmc ident functionEmmanuel Vadot2020-07-221-21/+41
* mmc_xpt: Fix debug messagesEmmanuel Vadot2020-07-221-1/+2
* cam: ANSIfy 0-argument function definitionsConrad Meyer2020-05-161-1/+1
* 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
* Create a convenince wrapper to fill in a CAM_PATH_INQ request for MMC sims. PassWarner Losh2020-01-272-0/+33
* Regularize my copyright noticeWarner Losh2019-12-041-4/+3
* MMCCAM: defer release of ccb until we're done with itKyle Evans2019-11-221-1/+1
* Add GEOM attribute to report physical device name, and report itEdward Tomasz Napierala2019-11-091-0/+2
* Take proper lock in ses_setphyspath_callback().Alexander Motin2019-08-291-0/+1
* 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
* Fix setting RCA for MMC cardsIlya Bakulin2018-06-192-3/+34
* Don't try to turn power down MMC bus if it is already downIlya Bakulin2018-06-191-6/+8
* 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
* Fix MMCCAM scanning for new cards.Ilya Bakulin2018-05-221-1/+1
* 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-062-6/+6
* Fix compile errors in r328165Scott Long2018-01-191-4/+2
* Revert ABI breakage to CAM that came in with MMC/SD support in r320844.Scott Long2018-01-191-0/+7
* SPDX: finish tagging sys/cam.Pedro F. Giffuni2018-01-164-0/+8
* Define xpt_path_inq.Warner Losh2017-12-062-12/+4
* Remove unused 4th argument to match the standard error routines.Warner Losh2017-12-061-1/+1
* Add kern.features flag for MMCCAMIlya Bakulin2017-09-181-0/+2
* Miscellaneous fixes and improvements to MMCCAM stackIlya Bakulin2017-09-155-220/+28
* An MMC/SD/SDIO stack using CAMWarner Losh2017-07-097-0/+2868