)]}'
{
  "commit": "dbca0eabb821a6278925712a7bb263d0997e9c8f",
  "tree": "fa02764f21a4a279980358f7bce143cc5136e9da",
  "parents": [
    "d3e35a151a84ee607c817c08692dfd71568b3e0c"
  ],
  "author": {
    "name": "Nicolas Frattaroli",
    "email": "nicolas.frattaroli@collabora.com",
    "time": "Fri Oct 03 22:15:06 2025 +0200"
  },
  "committer": {
    "name": "Jassi Brar",
    "email": "jassisinghbrar@gmail.com",
    "time": "Mon Oct 06 18:14:01 2025 -0500"
  },
  "message": "mailbox: add MediaTek GPUEB IPI mailbox\n\nThe MT8196 SoC uses an embedded MCU to control frequencies and power of\nthe GPU. This controller is referred to as \"GPUEB\".\n\nIt communicates to the application processor, among other ways, through\na mailbox.\n\nThe mailbox exposes one interrupt, which appears to only be fired when a\nresponse is received, rather than a transaction is completed. For us,\nthis means we unfortunately need to poll for txdone.\n\nThe mailbox also requires the EB clock to be on when touching any of the\nmailbox registers.\n\nAdd a simple driver for it based on the common mailbox framework.\n\nReviewed-by: Chia-I Wu \u003colvaffe@gmail.com\u003e\nReviewed-by: AngeloGioacchino Del Regno \u003cangelogioacchino.delregno@collabora.com\u003e\nSigned-off-by: Nicolas Frattaroli \u003cnicolas.frattaroli@collabora.com\u003e\nSigned-off-by: Jassi Brar \u003cjassisinghbrar@gmail.com\u003e\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "02432d4a5ccd46a16156a09c7f277fb03e4013f5",
      "old_mode": 33188,
      "old_path": "drivers/mailbox/Kconfig",
      "new_id": "2016defda1fabb5c0fcc8078f84a52d4e4e00167",
      "new_mode": 33188,
      "new_path": "drivers/mailbox/Kconfig"
    },
    {
      "type": "modify",
      "old_id": "98a68f838486eed117d24296138bf59fda3f92e4",
      "old_mode": 33188,
      "old_path": "drivers/mailbox/Makefile",
      "new_id": "564d06e71313e6d1972e4a6036e1e78c8c7ec450",
      "new_mode": 33188,
      "new_path": "drivers/mailbox/Makefile"
    },
    {
      "type": "add",
      "old_id": "0000000000000000000000000000000000000000",
      "old_mode": 0,
      "old_path": "/dev/null",
      "new_id": "925bcf21f650decdb6abd4c07e61b72bc6c3c94e",
      "new_mode": 33188,
      "new_path": "drivers/mailbox/mtk-gpueb-mailbox.c"
    }
  ]
}
