)]}'
{
  "log": [
    {
      "commit": "4f3afe1d8c8e5dc41bb5820c01b4f3cfc2dc1205",
      "tree": "87ba07904043f079fc13380f7aa8ff76f11f79b8",
      "parents": [
        "b544f3fd3ac509850f8f1c28b302ae4e65b88346"
      ],
      "author": {
        "name": "Tomas Winkler",
        "email": "tomas.winkler@intel.com",
        "time": "Wed May 09 16:38:59 2012 +0300"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Wed May 09 13:58:06 2012 -0700"
      },
      "message": "mei: export mei.h for the user space\n\nThe header exports API for application layer\n\n1. move under include/linux and add to  the export list\n2. update include path n the sources\n3. update TODO\n\nSigned-off-by: Tomas Winkler \u003ctomas.winkler@intel.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@linuxfoundation.org\u003e\n"
    },
    {
      "commit": "ffc2825c2942b57c5dbfbcb3ad798696438aed62",
      "tree": "72be91daae4cbc84ba02152ccd7ae9899783a7d0",
      "parents": [
        "589b3d06fd159774f9f5c3639d8d5d938670c019"
      ],
      "author": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Tue May 01 18:23:38 2012 -0400"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Tue May 01 18:23:38 2012 -0400"
      },
      "message": "Staging: mei: move the mei code out of staging\n\nIt\u0027s been cleaned up, and there\u0027s nothing else left to do, so move it\nout of staging into drivers/misc/ where all can use it now.\n\nCc: Tomas Winkler \u003ctomas.winkler@intel.com\u003e\nCc: Oren Weil \u003coren.jer.weil@intel.com\u003e\nCc: Alan Cox \u003calan@linux.intel.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@linuxfoundation.org\u003e\n"
    },
    {
      "commit": "5f9092f36fa8707d487a911299b21d6df846319c",
      "tree": "44d17845787db1f73e666295a4aa6080a7caf1a9",
      "parents": [
        "7411f9cfe67f5dd54333d2fe7e2a677c42666f99"
      ],
      "author": {
        "name": "Justin P. Mattock",
        "email": "justinmattock@gmail.com",
        "time": "Mon Mar 12 07:18:09 2012 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Tue Mar 13 15:45:10 2012 -0700"
      },
      "message": "drivers:staging:mei Fix some typos in staging/mei\n\nThe below patch fixes some typos in drivers/staging/mei/* that I have found while\ndoing a little bit of reading.\n\nSigned-off-by: Justin P. Mattock \u003cjustinmattock@gmail.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@linuxfoundation.org\u003e\n"
    },
    {
      "commit": "733ba91cc0d5b0a3cc012431b8c5b354697b57c1",
      "tree": "9200fdfd6a960b8f2109a456cef64261c8dbcf1f",
      "parents": [
        "8ebc0b65d77e424ad184357e59ca9c6093eee8f2"
      ],
      "author": {
        "name": "Tomas Winkler",
        "email": "tomas.winkler@intel.com",
        "time": "Thu Feb 09 19:25:53 2012 +0200"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Thu Feb 09 09:44:56 2012 -0800"
      },
      "message": "staging/mei: update copyright year to 2012\n\n1. Update Copyright to 2012\n2. Also fix mei.h copyright format\n   checkpaatch complained:\n   WARNING: please, no spaces at the start of a line\n\nSigned-off-by: Tomas Winkler \u003ctomas.winkler@intel.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@linuxfoundation.org\u003e\n"
    },
    {
      "commit": "334aab1dba74161daa336f0c48333545fee01c99",
      "tree": "4ef54ab563221d18c2b6697b3b08a97b174d1a09",
      "parents": [
        "5a6003f25f83b47f38a0f52a6202f18013287996"
      ],
      "author": {
        "name": "Oren Weil",
        "email": "oren.jer.weil@intel.com",
        "time": "Sun May 15 13:43:46 2011 +0300"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Wed May 18 08:30:58 2011 -0700"
      },
      "message": "staging/mei: mei.h defining user space interface\n\ndefine IOCTL_MEI_CONNECT_CLIENT and its associated structure\n\nWhen the user wants to connect to a ME feature/client after\nit open a file descriptor to the driver, he need to use Connect\nIOCTL.\n\nThis IOCTL received a struct that contains a union of 2 other structs.\n\n1st struct - Input Parameters:\n\tUUID - a predefine unique that identify the ME feature, this\n\t\t id per feature is constant all over the chipsets\n\t\t and versions.\n\n2nd struct Output Parameters:\n\tMaxMessageLen - \tmaximum message length that allowed\n\t\t\t\tto be send to the feature\n\tProtocolVersion ME feature current protocol version.\n\nSigned-off-by: Tomas Winkler \u003ctomas.winkler@intel.com\u003e\nSigned-off-by: Itzhak Tzeel-Krupp \u003citzhak.tzeel-krupp@intel.com\u003e\nSigned-off-by: Oren Weil \u003coren.jer.weil@intel.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    }
  ]
}
