)]}'
{
  "log": [
    {
      "commit": "b070a03f6490b0ac8d95c51b55a64e433d9160ab",
      "tree": "4715316e494f17980504ee2902a14e1a7d495d05",
      "parents": [
        "d15f05eb8cc4ad59699c16b8ae834b85c6d39bfe"
      ],
      "author": {
        "name": "Oskar Schirmer",
        "email": "os@emlix.com",
        "time": "Mon May 11 15:43:36 2009 +0200"
      },
      "committer": {
        "name": "Chris Zankel",
        "email": "chris@zankel.net",
        "time": "Mon May 11 22:00:17 2009 -0700"
      },
      "message": "xtensa: implement ccount calibration for s6000\n\nCalculate core frequency from timers at boot time\ninstead of assuming a fixed frequency. This is\nuseful as the true frequency is set up by the\nboot loader, thus variable.\n\nSigned-off-by: Oskar Schirmer \u003cos@emlix.com\u003e\nSigned-off-by: Chris Zankel \u003cchris@zankel.net\u003e\n"
    },
    {
      "commit": "1fb137c1e33cd188b40b3c0d7283412efeeb783f",
      "tree": "3cb2744c809158f9db7c8abae397c0069c8cf359",
      "parents": [
        "586411dcd1935f91796d5e8a29aa3cfdf01a01f4"
      ],
      "author": {
        "name": "Johannes Weiner",
        "email": "jw@emlix.com",
        "time": "Mon May 11 15:43:34 2009 +0200"
      },
      "committer": {
        "name": "Chris Zankel",
        "email": "chris@zankel.net",
        "time": "Mon May 11 22:00:07 2009 -0700"
      },
      "message": "xtensa: register gpio chip before use\n\nPlatform initialization sets up the LED heartbeat that is controlled\nvia GPIO.  Requesting the GPIO pins fails, however, as the chip is\nonly initialized later by a device_initcall().\n\nFix this up by exporting the initialization function.  Let the\nplatform set up the chip before it starts using it.\n\nSigned-off-by: Johannes Weiner \u003cjw@emlix.com\u003e\nSigned-off-by: Chris Zankel \u003cchris@zankel.net\u003e\n"
    },
    {
      "commit": "f1933189b89da2b34fc37e6737737c8c9bf01139",
      "tree": "e72eb72eb1ec8bd5c59828f7629fd40b8d99c187",
      "parents": [
        "06a7476be78c58a5ee0f4b4cc4acf43800087d52"
      ],
      "author": {
        "name": "Chris Zankel",
        "email": "chris@zankel.net",
        "time": "Thu Apr 02 16:58:53 2009 -0700"
      },
      "committer": {
        "name": "Chris Zankel",
        "email": "chris@zankel.net",
        "time": "Fri Apr 03 00:06:45 2009 -0700"
      },
      "message": "xtensa: only build platform or variant if they contain a Makefile\n\nWe only add the platform or variant directory to core-y if it\ncontains a Makefile. Consequently, we can remove the Makefiles\nfor the dc232b and fsf processor variants.\n\nSigned-off-by: Chris Zankel \u003cchris@zankel.net\u003e\n"
    },
    {
      "commit": "000af2c5a8913ebd763313d0c9ebc66c2c4765b1",
      "tree": "6dcb884a113e6d90f8d26665b4bdfba067973689",
      "parents": [
        "eff35af9c0c83a24376a67ff88c65679c25c7a51"
      ],
      "author": {
        "name": "Johannes Weiner",
        "email": "jw@emlix.com",
        "time": "Wed Mar 04 16:21:32 2009 +0100"
      },
      "committer": {
        "name": "Chris Zankel",
        "email": "chris@zankel.net",
        "time": "Thu Apr 02 23:43:36 2009 -0700"
      },
      "message": "xtensa: s6000 variant\n\nSupport for the Stretch S6000 Xtensa core variant.\n\nSigned-off-by: Johannes Weiner \u003cjw@emlix.com\u003e\nSigned-off-by: Oskar Schirmer \u003cos@emlix.com\u003e\nSigned-off-by: Chris Zankel \u003cchris@zankel.net\u003e\n"
    },
    {
      "commit": "eff35af9c0c83a24376a67ff88c65679c25c7a51",
      "tree": "bbda29e090be680550cf4779c63499e1f8ecea73",
      "parents": [
        "4c0d214144bcedc0b3582c88d6313055949755b5"
      ],
      "author": {
        "name": "Johannes Weiner",
        "email": "jw@emlix.com",
        "time": "Wed Mar 04 16:21:32 2009 +0100"
      },
      "committer": {
        "name": "Chris Zankel",
        "email": "chris@zankel.net",
        "time": "Thu Apr 02 23:43:16 2009 -0700"
      },
      "message": "xtensa: s6000 variant core definitions\n\nS6000 core configuration files from Tensilica.\n\nSigned-off-by: Johannes Weiner \u003cjw@emlix.com\u003e\nSigned-off-by: Chris Zankel \u003cchris@zankel.net\u003e\n"
    },
    {
      "commit": "72197b18bc0e86feba7cc9f907551e30948bd526",
      "tree": "be6652ed23ece7ad06b796b858e0c270509aa2ff",
      "parents": [
        "e5083a63b6a8546c5fe1e571fe529e3939787ec2"
      ],
      "author": {
        "name": "Johannes Weiner",
        "email": "jw@emlix.com",
        "time": "Wed Mar 04 16:21:31 2009 +0100"
      },
      "committer": {
        "name": "Chris Zankel",
        "email": "chris@zankel.net",
        "time": "Thu Apr 02 23:42:42 2009 -0700"
      },
      "message": "xtensa: variant-specific code\n\nAllow the variant to provide real code.  Add empty dummy Makefiles for\nthe existing variants.\n\nSigned-off-by: Johannes Weiner \u003cjw@emlix.com\u003e\nSigned-off-by: Chris Zankel \u003cchris@zankel.net\u003e\n"
    },
    {
      "commit": "367b8112fe2ea5c39a7bb4d263dcdd9b612fae18",
      "tree": "9f3349189718dd2c5678faf0ab38f389786b6925",
      "parents": [
        "206ead28377fee86b129637edada8c77816cc0d6"
      ],
      "author": {
        "name": "Chris Zankel",
        "email": "chris@zankel.net",
        "time": "Thu Nov 06 06:40:46 2008 -0800"
      },
      "committer": {
        "name": "Chris Zankel",
        "email": "chris@zankel.net",
        "time": "Thu Nov 06 10:25:09 2008 -0800"
      },
      "message": "xtensa: move headers files to arch/xtensa/include\n\nMove all header files for xtensa to arch/xtensa/include and platform and\nvariant header files to the appropriate arch/xtensa/platforms/ and\narch/xtensa/variants/ directories.\n\nMoving the files gets also rid of all uses of symlinks in the Makefile.\n\nThis has been completed already for the majority of the architectures\nand xtensa is one out of six missing.\n\nSigned-off-by: Sam Ravnborg \u003csam@ravnborg.org\u003e\nSigned-off-by: Chris Zankel \u003cchris@zankel.net\u003e\n"
    }
  ]
}
