)]}'
{
  "commit": "7783f2f39397cc3fad701f6bc5eaf8fa80e2e3ca",
  "tree": "e6334627f11526c27e3e1d77da367e7e2caf5e69",
  "parents": [
    "f48ede4eb133f9cd44b3a2a4a98ea821611d74ae"
  ],
  "author": {
    "name": "Anastasia Klimchuk",
    "email": "aklm@chromium.org",
    "time": "Mon Jul 05 09:18:06 2021 +1000"
  },
  "committer": {
    "name": "Nico Huber",
    "email": "nico.h@gmx.de",
    "time": "Sun Jan 29 12:29:02 2023 +0000"
  },
  "message": "spi_master: Add shutdown function in spi_master struct\n\nWith this, register_spi_master can take care of register_shutdown\nas well, and every spi master only needs to call register_spi_master\ninstead of calling both register_spi_master and register_shutdown.\n\nTesting:\nIn dummyflasher, comment out free(data) in shutdown. Test fails with error:\n../dummyflasher.c:949: note: block 0x55e0727a6e40 allocated here\nERROR: dummy_init_and_shutdown_test_success leaked 1 block(s)\nMeans, shutdown function is invoked for drivers with \"old\" API\n(so, transitioning from old to new API is not breaking anything).\n\nNext patches in the chain converts spi masters to use new API.\n\nTested: builds and ninja test\n\nChange-Id: I2dc80dceca2f8204bcd0dad1f51753d7e79f1af5\nSigned-off-by: Anastasia Klimchuk \u003caklm@chromium.org\u003e\nOriginal-Reviewed-on: https://review.coreboot.org/c/flashrom/+/55932\nOriginal-Reviewed-by: Nico Huber \u003cnico.h@gmx.de\u003e\nReviewed-on: https://review.coreboot.org/c/flashrom-stable/+/72226\nReviewed-by: Nico Huber \u003cnico.h@gmx.de\u003e\nTested-by: build bot (Jenkins) \u003cno-reply@coreboot.org\u003e\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "97c3a8ac27c64d068bf9ce637648655641c039f1",
      "old_mode": 33188,
      "old_path": "programmer.h",
      "new_id": "4aa9eda42470f4d00cd8ef773c0d81098b221a01",
      "new_mode": 33188,
      "new_path": "programmer.h"
    },
    {
      "type": "modify",
      "old_id": "5ee9a24f60d96996c92fc495022bf1b20dba0939",
      "old_mode": 33188,
      "old_path": "spi.c",
      "new_id": "b7a7a219999a28c9f5443f5272786c9f376685d3",
      "new_mode": 33188,
      "new_path": "spi.c"
    }
  ]
}
