)]}'
{
  "commit": "a87e8ab1df1526f415946fc266fb7ed1a3054ab7",
  "tree": "e110e2cb995ed096cb15786dbd38ad30c8e91044",
  "parents": [
    "faef2bd36171d92f9e88176817771751121923e3"
  ],
  "author": {
    "name": "Anthony Rocha",
    "email": "anthony.rocha@amd.com",
    "time": "Tue Jun 02 12:06:16 2026 -0700"
  },
  "committer": {
    "name": "Anthony Rocha",
    "email": "116300062+rusty1968@users.noreply.github.com",
    "time": "Wed Jun 24 08:23:08 2026 -0700"
  },
  "message": "target/ast10x0/peripherals: align PhantomData to *const () across all structs\n\nReplace PhantomData\u003cUnsafeCell\u003c()\u003e\u003e (_not_sync) with\nPhantomData\u003c*const ()\u003e (_not_send_sync) in all peripheral register\nwrapper structs, and add the field where it was missing entirely.\n\n- scu/registers.rs: rename _not_sync -\u003e _not_send_sync, update type\n- smc/registers.rs: rename _not_sync -\u003e _not_send_sync, update type,\n  remove now-unused UnsafeCell import\n- i2c/controller.rs: rename _not_sync -\u003e _not_send_sync, update type,\n  remove now-unused UnsafeCell import\n- sgpiom/register_block.rs: add missing _not_send_sync field and import\n- uart/mod.rs: add missing _not_send_sync field and import\n\nPhantomData\u003c*const ()\u003e is the conventional way to opt out of both Send\nand Sync regardless of other field types, and makes the intent explicit\nat the struct definition.\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "3444b720bc8d6b777220ec6ce42196aac3e9f8d7",
      "old_mode": 33188,
      "old_path": "target/ast10x0/peripherals/scu/registers.rs",
      "new_id": "ceb7314483a150a36256fb7f7cea9a335fc499b4",
      "new_mode": 33188,
      "new_path": "target/ast10x0/peripherals/scu/registers.rs"
    },
    {
      "type": "modify",
      "old_id": "35fa4ec59940e30dd6b67cd80b0c2b399b70de46",
      "old_mode": 33188,
      "old_path": "target/ast10x0/peripherals/sgpiom/register_block.rs",
      "new_id": "f227c422d23b39f0901320abc5dbd826ce373b08",
      "new_mode": 33188,
      "new_path": "target/ast10x0/peripherals/sgpiom/register_block.rs"
    },
    {
      "type": "modify",
      "old_id": "7a07df415d667b4a6c25f658330c63ba2daf70e4",
      "old_mode": 33188,
      "old_path": "target/ast10x0/peripherals/uart/mod.rs",
      "new_id": "ad45b7fdfd0e3a6476d2ee3f1a563687e257efaa",
      "new_mode": 33188,
      "new_path": "target/ast10x0/peripherals/uart/mod.rs"
    }
  ]
}
