)]}'
{
  "commit": "2c3a8d29d54f6ae7433999ae11ea0176d6480e9e",
  "tree": "5e4af7aa44b2a7be765755d3d87a3bbef3a32c01",
  "parents": [
    "2cdeab0a59cb1ab6e5e7a9bf101540c52447372f"
  ],
  "author": {
    "name": "Sylvio Alves",
    "email": "sylvio.alves@espressif.com",
    "time": "Mon Aug 17 07:18:33 2026 -0300"
  },
  "committer": {
    "name": "Fabio Baltieri",
    "email": "fabio.baltieri@gmail.com",
    "time": "Wed Aug 19 17:11:57 2026 +0100"
  },
  "message": "drivers: sdhc: esp32: fix sd card init hang on command write\n\nThe sdmmc_ll_set_command helper writes the command register\nthrough memcpy, which the compiler expands into four byte\nstores. The peripheral bus only accepts 32-bit accesses, so\nthe command never reached the card interface unit and the\ndriver spun forever waiting for it to be taken.\n\nRestore the single word store to the command register. This\nis a regression from f4c7092ad64.\n\nSigned-off-by: Sylvio Alves \u003csylvio.alves@espressif.com\u003e\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "2b9dabb3a697b3b1fc851b8041761dfbf18bd03a",
      "old_mode": 33188,
      "old_path": "drivers/sdhc/sdhc_esp32.c",
      "new_id": "7c47501841966eaf9637bec7e0b8601c9f4b755d",
      "new_mode": 33188,
      "new_path": "drivers/sdhc/sdhc_esp32.c"
    }
  ]
}
