1. f205e94 include: move disk_access.h to storage by Johann Fischer · 4 years ago
  2. 03101e7 disk: move disk and sdmmc controller drivers to drivers/disk by Johann Fischer · 4 years ago
  3. 12b53d1 clock: rename z_timer_cycle_get_32 -> sys_clock_cycle_get_32 by Anas Nashif · 4 years ago
  4. 795d057 disk: sdhc: Set LSB of command to 1 as end bit by Rich Barlow · 4 years ago
  5. e61834c disk: stm32: Select `USE_STM32_HAL_SD_EX` on stm32l4 by Shlomi Vaknin · 4 years, 1 month ago
  6. de57449 disk: sdhc: NXP: Convert clock control to use DEVICE_DT_GET by Kumar Gala · 4 years, 1 month ago
  7. b275fec soc: stm32: convert to use DEVICE_DT_GET for clocks by Kumar Gala · 4 years, 1 month ago
  8. ea6f7a4 disk: disk_access_flash: Make sector size configurable in Kconfig by Markus Fuchs · 4 years, 2 months ago
  9. 02703e6 device: Remove DEVICE_DT_DECLARE / DEVICE_DT_INST_DECLARE by Kumar Gala · 4 years, 2 months ago
  10. 07d1e4a disk: sdhc: Convert drivers to new DT device macros by Kumar Gala · 4 years, 3 months ago
  11. 4a59067 disk: remove USB MSC specific FAT12 ramdisk by Johann Fischer · 4 years, 4 months ago
  12. 467e4cc subsystem: disk: stm32_sdmmc: use generic LL headers by Martin Jäger · 4 years, 4 months ago
  13. 10d33e2 disk: Fix nxp usdhc driver optional gpio properties by Maureen Helm · 4 years, 5 months ago
  14. b9a4e9b subsys/disk: stm32 sdmmc: Add support for device tree pinctrl by Erwan Gouriou · 4 years, 5 months ago
  15. 824f423 misc: Replace assert include and calls by sys/__assert.h equivalent by Xavier Chapron · 4 years, 6 months ago
  16. 9a94168 disk: sdhc: use the multiple block transfer for writing by Francois Ramu · 4 years, 7 months ago
  17. e18fcbb device: Const-ify all device driver instance pointers by Tomasz Bursztyka · 4 years, 7 months ago
  18. c64e0ce disk: sdhc: spi: leave SPI CS GPIO handling to the SPI controller driver by Henrik Brix Andersen · 4 years, 7 months ago
  19. 98d9b01 device: Apply driver_api/data attributes rename everywhere by Tomasz Bursztyka · 4 years, 8 months ago
  20. af6140c device: Apply config_info rename everywhere by Tomasz Bursztyka · 4 years, 8 months ago
  21. 244f826 cmake: remove _if_kconfig() functions by Carles Cufi · 4 years, 8 months ago
  22. eb43207 disk: Remove unused variables in nxp usdhc driver by Maureen Helm · 4 years, 9 months ago
  23. 04f2ab9 disk: Remove extra copy of config struct in nxp usdhc driver by Maureen Helm · 4 years, 9 months ago
  24. 6fa92fe disk: Move variable from config to data struct in nxp usdhc driver by Maureen Helm · 4 years, 9 months ago
  25. ec53518 disk: Remove instance conditionals from nxp usdhc driver functions by Maureen Helm · 4 years, 9 months ago
  26. 4746317 disk: Create device instance macro in nxp usdhc driver by Maureen Helm · 4 years, 9 months ago
  27. a1b77fd zephyr: replace zephyr integer types with C99 types by Kumar Gala · 4 years, 10 months ago
  28. 6e8775f devicetree: remove DT_HAS_NODE_STATUS_OKAY by Martí Bolívar · 4 years, 11 months ago
  29. 97326c0 device: Fix structure attributes access by Tomasz Bursztyka · 4 years, 11 months ago
  30. 631cad4 disk: add stm32 sdmmc disk access driver by Anthony Brandon · 4 years, 11 months ago
  31. fdd85d5 dts: Rename DT_HAS_NODE macro to DT_HAS_NODE_STATUS_OKAY by Kumar Gala · 5 years ago
  32. 2b33467 disk: disk_access_flash: align buffer by Peter A. Bigot · 5 years ago
  33. 32bb239 timeout: Fix up API usage by Andy Ross · 5 years ago
  34. 646f123 disk: convert DT_NODE_HAS_PROP(..,label) to DT_HAS_NODE() by Kumar Gala · 5 years ago
  35. b2f13cc disk: Convert to new DT_INST macros by Kumar Gala · 5 years ago
  36. 37239db gpio: rename typedef for devicetree flags by Peter Bigot · 5 years ago
  37. 2b5f78a disk: Convert sdhc spi driver to new gpio api by Maureen Helm · 5 years ago
  38. 4b29b9f disk: Convert usdhc driver to new gpio api by Maureen Helm · 5 years ago
  39. 5ceb612 treewide: use full path to spi.h header by Peter Bigot · 5 years ago
  40. 984bfae global: Remove leading/trailing blank lines in files by Ulf Magnusson · 5 years ago
  41. 0d64e8d disk: sdhc: reinitialize SPI SDHC always by Tavish Naruka · 5 years ago
  42. 3118c92 disk: sdhc: Remove logically dead code from spi sdhc driver by Maureen Helm · 5 years ago
  43. bd6e044 kconfig: Clean up header comments and make them consistent by Ulf Magnusson · 5 years ago
  44. efa099e disk: Configure default sdhc volume name for fatfs by Maureen Helm · 5 years ago
  45. e3b8413 disk: kconfig: Remove unused DISK_ACCESS_MAX_VOLUMES symbol by Ulf Magnusson · 5 years ago
  46. 10ee87a disk: sdhc: fix command name sdhc_cmd_r1 by Anas Nashif · 6 years ago
  47. e52cff8 disk: sdhc: Add support for standard-capacity SD cards by Markus Fuchs · 6 years ago
  48. ff37217 disk: sdhc: Remove logging variable when not needed by Markus Fuchs · 6 years ago
  49. aa9b762 disk: Fix usdhc driver out-of-bounds array access by Maureen Helm · 6 years ago
  50. 4c21b0f disk: kconfig: Remove redundant DISK_ACCESS_SDHC dependency by Ulf Magnusson · 6 years ago
  51. e3f2add disk: fixing the sending of commands with r1 response by Lucas Peixoto · 6 years ago
  52. 12c0bc4 disk: sdhc: Fix use of deprecated DTS defines by Kumar Gala · 6 years ago
  53. da3765a usdhc: support NXP i.MXRT usdhc by Jun Yang · 6 years ago
  54. c6864db Kconfig: Kconfig support i.MX RT USDHC by Jun Yang · 6 years ago
  55. c7e625f sdhc: rename disk_access_sdhc.c by Jun Yang · 6 years ago
  56. a2fd7d7 cleanup: include/: move misc/util.h to sys/util.h by Anas Nashif · 6 years ago
  57. 5d001f3 cleanup: include/: move misc/byteorder.h to sys/byteorder.h by Anas Nashif · 6 years ago
  58. 5eb90ec cleanup: include/: move misc/__assert.h to sys/__assert.h by Anas Nashif · 6 years ago
  59. bd70f6f cleanup: include/: move spi.h to drivers/spi.h by Anas Nashif · 6 years ago
  60. 6aa9c3a cleanup: include/: move gpio.h to drivers/gpio.h by Anas Nashif · 6 years ago
  61. fe051a9 cleanup: include/: move flash.h to drivers/flash.h by Anas Nashif · 6 years ago
  62. f641d09 cleanup: include/: move disk_access.h to disk/disk_access.h by Anas Nashif · 6 years ago
  63. 4e48e87 cleanup: include/: move crc.h to sys/crc.h by Anas Nashif · 6 years ago
  64. a614a02 dts: Rename DT_.*_GPIO_* to DT_.*_GPIOS_* by Kumar Gala · 6 years ago
  65. a269397 dts: Convert from DT_<COMPAT>_<INSTANCE>_<PROP> to DT_INST... by Kumar Gala · 6 years ago
  66. 04ccd40 disk: kconfig: Group related symbols and use 'menuconfig' symbol by Ulf Magnusson · 6 years ago
  67. 3ae5262 license: cleanup: add SPDX Apache-2.0 license identifier by Anas Nashif · 6 years ago
  68. 24d7143 all: Add 'U' suffix when using unsigned variables by Patrik Flykt · 6 years ago
  69. 75f77db include: misc: util.h: Rename min/max to MIN/MAX by Carlos Stuart · 6 years ago
  70. eaa2347 disk: Fix LOG Kconfig typo by Kumar Gala · 6 years ago
  71. 4fd5930 sub-sys: disk: ram: Make RAM disk size be configurable by Paul Sokolovsky · 6 years ago
  72. dee63e2 disk: sdhc: Convert to new DT_<COMPAT>_<INSTANCE> defines by Kumar Gala · 6 years ago
  73. 33f1951 crc: Move crc7 into CRC single header by Yannis Damigos · 6 years ago
  74. 6c1af0e disk: disck_access_sdhc: Switch to new SPI API by Yannis Damigos · 6 years ago
  75. 937592e disk: disk_access_sdhc: Enable multiple disk interfaces by Yannis Damigos · 6 years ago
  76. b28cd8a disk: disk_access_sdhc: Move to new logger subsystem by Yannis Damigos · 6 years ago
  77. 42accf2 disk: add a SDHC card over SPI driver. by Michael Hope · 6 years ago
  78. b97db52 misra-c: Add 'U' to unsigned variable assignments in subsys/ by Patrik Flykt · 6 years ago
  79. 412a0b0 subsys: disk: move conditional location by Anas Nashif · 6 years ago
  80. 58134e0 subsys: disk access: move to new logger by Anas Nashif · 6 years ago
  81. 1073882 subsys: kconfig: Remove 'default n' properties and clean up a bit by Ulf Magnusson · 7 years ago
  82. 6a13897 susbys: disk: Fix misleading menuconfig prompts by Andrzej Puzdrowski · 7 years ago
  83. ae2f419 subsys: disk: Fix log level issues by Ramakrishna Pallala · 7 years ago
  84. 2f07478 subsys: disk: Fix NULL pointer checks for disk operations by Ramakrishna Pallala · 7 years ago
  85. 2b5b7da subsys: disk: Add support for multiple disk interfaces by Ramakrishna Pallala · 7 years ago
  86. cff1605 disk: delete the GET_DISK_SIZE IOCTL. by Michael Hope · 7 years ago
  87. 5155e68 subsys: disk: Kconfig: add prompt messages for config options by Ramakrishna Pallala · 7 years ago
  88. e25df54 various: Update/fix some textual material and code comments. by Paul Sokolovsky · 7 years ago
  89. 429c2a4 kconfig: fix help syntax and add spaces by Anas Nashif · 7 years ago
  90. 0829ddf kbuild: Removed KBuild by Sebastian Bøe · 7 years ago
  91. 12f8f76 Introduce cmake-based rewrite of KBuild by Sebastian Bøe · 7 years ago
  92. 3405607 license: add missing licenses and copyright by Anas Nashif · 8 years ago
  93. 6da8296 subsys: convert to using newly introduced integer sized types by Kumar Gala · 8 years ago
  94. 7890816 Introduce new sized integer typedefs by Kumar Gala · 8 years ago
  95. ac74d8b license: Replace Apache boilerplate with SPDX tag by David B. Kinder · 8 years ago
  96. 89f4bf7 subsys: disk: Refactor disk_access stuff into a directory by Jithu Joseph · 8 years ago