)]}'
{
  "log": [
    {
      "commit": "4f3be1cfa8422c93271dcdb59f223f6c84c70804",
      "tree": "374ffda063b51b304604942e7b4c7f3beb8d874a",
      "parents": [
        "07c121149cb30405b37ceae3cd29e5b6b6e65cc0"
      ],
      "author": {
        "name": "Magnus Damm",
        "email": "damm@opensource.se",
        "time": "Fri Nov 16 15:53:14 2012 +0900"
      },
      "committer": {
        "name": "Grant Likely",
        "email": "grant.likely@secretlab.ca",
        "time": "Wed Nov 21 15:53:22 2012 +0000"
      },
      "message": "script: dtc: clean generated files\n\nFix \"make distclean\" to clean up generated dtc files.\n\nWithout this patch the following files are left around:\n - dtc-lexer.lex.c\n - dtc-parser.tab.c\n - dtc-parser.tab.h\n\nSigned-off-by: Magnus Damm \u003cdamm@opensource.se\u003e\nReviewed-by: Simon Horman \u003chorms@verge.net.au\u003e\nSigned-off-by: Grant Likely \u003cgrant.likely@secretlab.ca\u003e\n"
    },
    {
      "commit": "205a8eb7ce713c7f1722297dd97d19dcea6f266c",
      "tree": "9c7aaff54986d38023d329fc504de04c2e663ee3",
      "parents": [
        "24fb530f990394915e8daceeca2a4a4e929e156f"
      ],
      "author": {
        "name": "Stephen Warren",
        "email": "swarren@nvidia.com",
        "time": "Mon Oct 08 16:15:26 2012 -0600"
      },
      "committer": {
        "name": "Rob Herring",
        "email": "rob.herring@calxeda.com",
        "time": "Wed Oct 17 15:53:04 2012 -0500"
      },
      "message": "dtc: fix for_each_*() to skip first object if deleted\n\nThe previous definition of for_each_*() would always include the very\nfirst object within the list, irrespective of whether it was marked\ndeleted, since the deleted flag was not checked on the first object,\nbut only on any \"next\" object.\n\nFix for_each_*() to check the deleted flag in the loop body every\niteration to correct this.\n\n(upstream dtc commit 1762ab42ef77db7ab2776d0d6cba3515150f518a)\n\nSigned-off-by: Stephen Warren \u003cswarren@nvidia.com\u003e\nSigned-off-by: Rob Herring \u003crob.herring@calxeda.com\u003e\n"
    },
    {
      "commit": "cd296721a9645f9f28800a072490fa15458d1fb7",
      "tree": "492b9a268a48af07844fbbd39519f95676ee73fe",
      "parents": [
        "acc2097934b5403b97f95763fe99fc115b818061"
      ],
      "author": {
        "name": "Stephen Warren",
        "email": "swarren@nvidia.com",
        "time": "Fri Sep 28 21:25:59 2012 +0000"
      },
      "committer": {
        "name": "Rob Herring",
        "email": "rob.herring@calxeda.com",
        "time": "Mon Oct 01 11:11:35 2012 -0500"
      },
      "message": "dtc: import latest upstream dtc\n\nThis updates scripts/dtc to commit 317a5d9 \"dtc: zero out new label\nobjects\" from git://git.jdl.com/software/dtc.git.\n\nThis adds features such as:\n* /bits/ syntax for cell data.\n* Math expressions within cell data.\n* The ability to delete properties or nodes.\n* Support for #line directives in the input file, which allows the use of\n  cpp on *.dts.\n* -i command-line option (/include/ path)\n* -W/-E command-line options for error/warning control.\n* Removal of spew to STDOUT containing the filename being compiled.\n* Many additions to the libfdt API.\n\nSigned-off-by: Stephen Warren \u003cswarren@nvidia.com\u003e\nAcked-by: Jon Loeliger \u003cjdl@jdl.com\u003e\nSigned-off-by: Rob Herring \u003crob.herring@calxeda.com\u003e\n"
    },
    {
      "commit": "db7f4e3d2b0a68eafc16a7b78ac0b7566db1e799",
      "tree": "137284973df0b6caf024da064df6699fa0eed04f",
      "parents": [
        "fb68d4be95fef4aab82c2a97da93a898d532dd57"
      ],
      "author": {
        "name": "Felipe Balbi",
        "email": "balbi@ti.com",
        "time": "Thu Jan 26 13:20:07 2012 +0200"
      },
      "committer": {
        "name": "Michal Marek",
        "email": "mmarek@suse.cz",
        "time": "Sat Mar 24 23:07:35 2012 +0100"
      },
      "message": "scripts: dtc: fix compile warnings\n\nFix following compile warnings:\n\nscripts/dtc/flattree.c: In function ‘flat_read_mem_reserve’:\nscripts/dtc/flattree.c:700:14: warning: variable ‘p’ set but not used\n\t[-Wunused-but-set-variable]\n\nscripts/dtc/dtc.c: In function ‘main’:\nscripts/dtc/dtc.c:104:17: warning: variable ‘check’ set but not used\n\t[-Wunused-but-set-variable]\n\nSigned-off-by: Felipe Balbi \u003cbalbi@ti.com\u003e\nSigned-off-by: Michal Marek \u003cmmarek@suse.cz\u003e\n"
    },
    {
      "commit": "136ec2049fea65aed0446d04ab7cfff2ae3070f1",
      "tree": "03a8b0bc6775757b9e83cb9029a913a6e64cfdc9",
      "parents": [
        "5bb0571bfddcdcd3fbf42a58fcce4d0b743fe62f"
      ],
      "author": {
        "name": "Stephen Warren",
        "email": "swarren@nvidia.com",
        "time": "Tue Jan 10 17:27:52 2012 -0700"
      },
      "committer": {
        "name": "Michal Marek",
        "email": "mmarek@suse.cz",
        "time": "Sat Jan 14 23:47:37 2012 +0100"
      },
      "message": "dtc: Implement -d option to write out a dependency file\n\nThis will allow callers to rebuild .dtb files when any of the /include/d\n.dtsi files are modified, not just the top-level .dts file.\n\nSigned-off-by: Stephen Warren \u003cswarren@nvidia.com\u003e\nSigned-off-by: Michal Marek \u003cmmarek@suse.cz\u003e\n"
    },
    {
      "commit": "edfc86aadad371b76d95b11d0bc8eb36c2376d1e",
      "tree": "1e6c83e796aee31877380afd6cc8bec6df96cee4",
      "parents": [
        "95abef888a3173539c0f12d0c1055e6eb6ffbc89"
      ],
      "author": {
        "name": "Arnaud Lacombe",
        "email": "lacombar@gmail.com",
        "time": "Mon May 23 03:01:31 2011 -0400"
      },
      "committer": {
        "name": "Arnaud Lacombe",
        "email": "lacombar@gmail.com",
        "time": "Thu Jun 09 14:04:47 2011 -0400"
      },
      "message": "dtc: regen parser\n\nCc: David Gibson \u003cdavid@gibson.dropbear.id.au\u003e\nSigned-off-by: Arnaud Lacombe \u003clacombar@gmail.com\u003e\n"
    },
    {
      "commit": "95abef888a3173539c0f12d0c1055e6eb6ffbc89",
      "tree": "2f2129ed534bef28b8462a36dc92ed0078cd2cf3",
      "parents": [
        "2f76b358f9fba35821fa97f0873ec55be88187dc"
      ],
      "author": {
        "name": "Arnaud Lacombe",
        "email": "lacombar@gmail.com",
        "time": "Mon May 23 03:17:20 2011 -0400"
      },
      "committer": {
        "name": "Arnaud Lacombe",
        "email": "lacombar@gmail.com",
        "time": "Thu Jun 09 14:04:46 2011 -0400"
      },
      "message": "dtc: migrate parser to implicit rules\n\nCc: David Gibson \u003cdavid@gibson.dropbear.id.au\u003e\nSigned-off-by: Arnaud Lacombe \u003clacombar@gmail.com\u003e\n"
    },
    {
      "commit": "25985edcedea6396277003854657b5f3cb31a628",
      "tree": "f026e810210a2ee7290caeb737c23cb6472b7c38",
      "parents": [
        "6aba74f2791287ec407e0f92487a725a25908067"
      ],
      "author": {
        "name": "Lucas De Marchi",
        "email": "lucas.demarchi@profusion.mobi",
        "time": "Wed Mar 30 22:57:33 2011 -0300"
      },
      "committer": {
        "name": "Lucas De Marchi",
        "email": "lucas.demarchi@profusion.mobi",
        "time": "Thu Mar 31 11:26:23 2011 -0300"
      },
      "message": "Fix common misspellings\n\nFixes generated by \u0027codespell\u0027 and manually reviewed.\n\nSigned-off-by: Lucas De Marchi \u003clucas.demarchi@profusion.mobi\u003e\n"
    },
    {
      "commit": "658f29a51e9830e620bb9a1ce3534b318a38bfeb",
      "tree": "e6cc7cd9b9e17d97308619fd8516b77bcc038114",
      "parents": [
        "cd1e65044d4473cca9a01bae7b7938f065044a4b"
      ],
      "author": {
        "name": "John Bonesio",
        "email": "bones@secretlab.ca",
        "time": "Wed Nov 17 15:28:20 2010 -0800"
      },
      "committer": {
        "name": "Grant Likely",
        "email": "grant.likely@secretlab.ca",
        "time": "Mon Jan 03 16:02:49 2011 -0700"
      },
      "message": "of/flattree: Update dtc to current mainline.\n\nPull in recent changes from the main dtc repository. These changes\nprimarily allow multiple device trees to be declared which are merged\nby dtc. This feature allows us to include a basic dts file and then\nprovide more information for the specific system through the merging\nfunctionality.\n\nChanges pulled from git://git.jdl.com/software/dtc.git\ncommit id: 37c0b6a0, \"dtc: Add code to make diffing trees easier\"\n\nSigned-off-by: John Bonesio \u003cbones@secretlab.ca\u003e\nSigned-off-by: Grant Likely \u003cgrant.likely@secretlab.ca\u003e\n"
    },
    {
      "commit": "5e8e1cc0a1c36c8ff156ac1f04a16422bd4ed3ac",
      "tree": "f2c489527d33e246c7d4d1f2cb979ea0c04a1e61",
      "parents": [
        "fbe3290f4558c72abf6e264c4a2ee708b0495d55"
      ],
      "author": {
        "name": "Martin Ettl",
        "email": "ettl.martin@gmx.de",
        "time": "Sun Feb 21 09:31:44 2010 +0100"
      },
      "committer": {
        "name": "Michal Marek",
        "email": "mmarek@suse.cz",
        "time": "Fri Jul 02 13:51:11 2010 +0200"
      },
      "message": "scripts/dtc: Fix a resource leak\n\nduring a check of the current git head of the linux kernel with the\nstatic code analysis tool cppcheck\n(http://sourceforge.net/apps/mediawiki/cppcheck/index.php?title\u003dMain_Page)\nthe tool discovered a resource leak in linux-2.6/scripts/dtc/fstree.c.\n\nPlease refer the attached patch, that fixes the issue.\n\nFixes https://bugzilla.kernel.org/show_bug.cgi?id\u003d15363\nSigned-off-by: Martin Ettl \u003cettl.martin@gmx.de\u003e\nCc: David Gibson \u003cdavid@gibson.dropbear.id.au\u003e\nSigned-off-by: Michal Marek \u003cmmarek@suse.cz\u003e\n"
    },
    {
      "commit": "5ccd991548894f0b699f7d0137c31758a6948ddc",
      "tree": "834af2540915894cba3f570f297ca1595f7f5caf",
      "parents": [
        "23c4ace526fe9c5f9a4b1b0759cb76a285052ba0"
      ],
      "author": {
        "name": "Josh Triplett",
        "email": "josh@joshtriplett.org",
        "time": "Fri Oct 16 15:53:55 2009 -0700"
      },
      "committer": {
        "name": "Josh Triplett",
        "email": "josh@joshtriplett.org",
        "time": "Sun Nov 15 15:01:41 2009 -0800"
      },
      "message": "dtc: Mark various internal functions static\n\nSigned-off-by: Josh Triplett \u003cjosh@joshtriplett.org\u003e\n"
    },
    {
      "commit": "23c4ace526fe9c5f9a4b1b0759cb76a285052ba0",
      "tree": "815fbdec3e68d87de41042e83f8f1a0dbb63be04",
      "parents": [
        "0592e4c49e5af8ef71a1aa9308a100d711c64911"
      ],
      "author": {
        "name": "Josh Triplett",
        "email": "josh@joshtriplett.org",
        "time": "Fri Oct 16 15:52:06 2009 -0700"
      },
      "committer": {
        "name": "Josh Triplett",
        "email": "josh@joshtriplett.org",
        "time": "Sun Nov 15 15:01:41 2009 -0800"
      },
      "message": "dtc: Set \"noinput\" in the lexer to avoid an unused function\n\nRegenerate the corresponding generated lexer.\n\nRegenerating the lexer with current flex also provides prototypes for\nvarious yy* functions, making some -Wmissing-prototypes warnings go away\nas well.\n\nSigned-off-by: Josh Triplett \u003cjosh@joshtriplett.org\u003e\n"
    },
    {
      "commit": "b810c6ec5c659c80b3641580b112db877a0f1f45",
      "tree": "6a7959c02323ab9dc239091fc6a381a9f63e9b27",
      "parents": [
        "5a2642f620eb6e40792822fa0eafe23046fbb55e"
      ],
      "author": {
        "name": "Jon Smirl",
        "email": "jonsmirl@gmail.com",
        "time": "Sun Jun 21 15:28:00 2009 +0000"
      },
      "committer": {
        "name": "Benjamin Herrenschmidt",
        "email": "benh@kernel.crashing.org",
        "time": "Fri Jun 26 14:37:23 2009 +1000"
      },
      "message": "powerpc: Have git ignore generated files from dtc compile\n\nHave git ignore generated files from dtc compile\n\nSigned-off-by: Jon Smirl \u003cjonsmirl@gmail.com\u003e\nAcked-by: David Gibson \u003cdavid@gibson.dropbear.id.au\u003e\nAcked-by: Sean MacLennan \u003csmaclennan@pikatech.com\u003e\nSigned-off-by: Benjamin Herrenschmidt \u003cbenh@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "9fffb55f66127b52c937ede5196ebfa0c0d50bce",
      "tree": "11664fb82734ba8dcde9556b8d47e780451a740a",
      "parents": [
        "afc1e702e8e8355faa712d4e90d9afe26a4995a5"
      ],
      "author": {
        "name": "David Gibson",
        "email": "david@gibson.dropbear.id.au",
        "time": "Thu Apr 30 15:25:53 2009 +1000"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Sat May 02 16:52:26 2009 -0700"
      },
      "message": "Move dtc and libfdt sources from arch/powerpc/boot to scripts/dtc\n\nThe powerpc kernel always requires an Open Firmware like device tree\nto supply device information.  On systems without OF, this comes from\na flattened device tree blob.  This blob is usually generated by dtc,\na tool which compiles a text description of the device tree into the\nflattened format used by the kernel.  Sometimes, the bootwrapper makes\nsmall changes to the pre-compiled device tree blob (e.g. filling in\nthe size of RAM).  To do this it uses the libfdt library.\n\nBecause these are only used on powerpc, the code for both these tools\nis included under arch/powerpc/boot (these were imported and are\nperiodically updated from the upstream dtc tree).\n\nHowever, the microblaze architecture, currently being prepared for\nmerging to mainline also uses dtc to produce device tree blobs.  A few\nother archs have also mentioned some interest in using dtc.\nTherefore, this patch moves dtc and libfdt from arch/powerpc into\nscripts, where it can be used by any architecture.\n\nThe vast bulk of this patch is a literal move, the rest is adjusting\nthe various Makefiles to use dtc and libfdt correctly from their new\nlocations.\n\nSigned-off-by: David Gibson \u003cdavid@gibson.dropbear.id.au\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    }
  ]
}
