)]}'
{
  "log": [
    {
      "commit": "9cd8eb433cbd440b25d4080b5add998da21fdb9c",
      "tree": "a6be661ce47ac865814e36a07a5cb95709c6b366",
      "parents": [
        "40b78b2cc75315a76ab1863be744d8580030f924"
      ],
      "author": {
        "name": "Ohad Ben-Cohen",
        "email": "ohad@wizery.com",
        "time": "Tue Feb 28 13:04:33 2012 +0200"
      },
      "committer": {
        "name": "Ohad Ben-Cohen",
        "email": "ohad@wizery.com",
        "time": "Tue Feb 28 19:09:16 2012 +0200"
      },
      "message": "remoteproc/omap: two Kconfig fixes\n\n1. Depend on OMAP_IOMMU instead of selecting it, to fix an unmet\n   direct dependency of it (and its imminent build error)\n2. Set default to \u0027no\u0027 (achieved implicitly by dropping the \u0027default\u0027\n   line)\n\nReported-by: Russell King \u003clinux@arm.linux.org.uk\u003e\nSigned-off-by: Ohad Ben-Cohen \u003cohad@wizery.com\u003e\nCc: Grant Likely \u003cgrant.likely@secretlab.ca\u003e\nCc: Arnd Bergmann \u003carnd@arndb.de\u003e\nCc: Mark Grosen \u003cmgrosen@ti.com\u003e\nCc: Suman Anna \u003cs-anna@ti.com\u003e\nCc: Fernando Guzman Lugo \u003cfernando.lugo@ti.com\u003e\nCc: Rob Clark \u003crob@ti.com\u003e\nCc: Ludovic BARRE \u003cludovic.barre@stericsson.com\u003e\nCc: Loic PALLARDY \u003cloic.pallardy@stericsson.com\u003e\nCc: Omar Ramirez Luna \u003comar.luna@linaro.org\u003e\nCc: Russell King \u003clinux@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "489d129a2f7abd04054fad44e589989f3fa7fd7c",
      "tree": "bb43699a919483be495e3a5532a8c38697b76ddb",
      "parents": [
        "f8289edae45496477803786c90994d5e072ca66a"
      ],
      "author": {
        "name": "Ohad Ben-Cohen",
        "email": "ohad@wizery.com",
        "time": "Wed Dec 21 11:25:43 2011 +0200"
      },
      "committer": {
        "name": "Ohad Ben-Cohen",
        "email": "ohad@wizery.com",
        "time": "Wed Feb 22 18:28:34 2012 +0200"
      },
      "message": "remoteproc: depend on EXPERIMENTAL\n\nRemoteproc is still under development and as it gets traction we\ndefinitely expect to do some changes in the binary format (most probably\nonly in the resource table, e.g. the upcoming move to TLV-based entries).\n\nActive testing and use of remoteproc is most welcome, but we don\u0027t want\nusers to expect backward binary compatibility with the preliminary\nimages we have today.\n\nTherefore mark remoteproc as EXPERIMENTAL, and explicitly inform the user\nabout this when a new remote processor is registered.\n\nSigned-off-by: Ohad Ben-Cohen \u003cohad@wizery.com\u003e\nCc: Stephen Boyd \u003csboyd@codeaurora.org\u003e\nCc: Rob Clark \u003crob@ti.com\u003e\nCc: Mark Grosen \u003cmgrosen@ti.com\u003e\nCc: Ludovic BARRE \u003cludovic.barre@stericsson.com\u003e\n"
    },
    {
      "commit": "650d65611e9c8e2f4dae8a1c09370a7f87c35e8e",
      "tree": "94b0be2421094a5df260e821716e57770424b3af",
      "parents": [
        "9bc91231178d8ca3dd07f90493941bdb17eef86d"
      ],
      "author": {
        "name": "Ohad Ben-Cohen",
        "email": "ohad@wizery.com",
        "time": "Wed Dec 14 13:01:59 2011 +0200"
      },
      "committer": {
        "name": "Ohad Ben-Cohen",
        "email": "ohad@wizery.com",
        "time": "Wed Feb 08 22:54:43 2012 +0200"
      },
      "message": "remoteproc: add Kconfig menu\n\nAdd a dedicated Kconfig menu for the remoteproc drivers, so they\ndon\u0027t show up in the main driver menu.\n\nSigned-off-by: Ohad Ben-Cohen \u003cohad@wizery.com\u003e\n"
    },
    {
      "commit": "34ed5a33b1218efbe8b01e37738063800ccdcdcd",
      "tree": "ff9713a819e07756cb27c17b61cc779b299b9c2f",
      "parents": [
        "ac8954a413930dae3c53f7e782f09a94e7eae88b"
      ],
      "author": {
        "name": "Ohad Ben-Cohen",
        "email": "ohad@wizery.com",
        "time": "Thu Oct 20 18:53:35 2011 +0200"
      },
      "committer": {
        "name": "Ohad Ben-Cohen",
        "email": "ohad@wizery.com",
        "time": "Wed Feb 08 22:53:47 2012 +0200"
      },
      "message": "remoteproc/omap: add a remoteproc driver for OMAP4\n\nAdd a remoteproc driver for OMAP4, so we can boot the dual-M3 and\nand DSP subsystems.\n\nUse the omap_device_* API to control the hardware state, and utilize\nthe OMAP mailbox to interrupt the remote processor when a new message\nis pending (the mailbox payload is used to tell it which virtqueue was\nthe message placed in).\n\nConversely, when an inbound mailbox message arrives, tell the remoteproc\ncore which virtqueue is triggered.\n\nLater we will also use the mailbox payload to signal omap-specific\nevents like remote crashes (which will be used to trigger remoteproc\nrecovery) and power management transitions. At that point we will also\nextend the remoteproc core to support this.\n\nBased on (but now quite far from) work done by Fernando Guzman Lugo\n\u003cfernando.lugo@ti.com\u003e and Hari Kanigeri \u003ch-kanigeri2@ti.com\u003e.\n\nDesigned with Brian Swetland \u003cswetland@google.com\u003e.\n\nSigned-off-by: Ohad Ben-Cohen \u003cohad@wizery.com\u003e\nAcked-by: Tony Lindgren \u003ctony@atomide.com\u003e\nCc: Brian Swetland \u003cswetland@google.com\u003e\nCc: Arnd Bergmann \u003carnd@arndb.de\u003e\nCc: Grant Likely \u003cgrant.likely@secretlab.ca\u003e\nCc: Russell King \u003clinux@arm.linux.org.uk\u003e\nCc: Rusty Russell \u003crusty@rustcorp.com.au\u003e\nCc: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nCc: Greg KH \u003cgreg@kroah.com\u003e\nCc: Stephen Boyd \u003csboyd@codeaurora.org\u003e\n"
    },
    {
      "commit": "400e64df6b237eb36b127efd72000a2794f9eec1",
      "tree": "cdc007e406c3305d4ac2356e5b402b9c1ca82a6a",
      "parents": [
        "dcd6c92267155e70a94b3927bce681ce74b80d1f"
      ],
      "author": {
        "name": "Ohad Ben-Cohen",
        "email": "ohad@wizery.com",
        "time": "Thu Oct 20 16:52:46 2011 +0200"
      },
      "committer": {
        "name": "Ohad Ben-Cohen",
        "email": "ohad@wizery.com",
        "time": "Wed Feb 08 22:52:56 2012 +0200"
      },
      "message": "remoteproc: add framework for controlling remote processors\n\nModern SoCs typically employ a central symmetric multiprocessing (SMP)\napplication processor running Linux, with several other asymmetric\nmultiprocessing (AMP) heterogeneous processors running different instances\nof operating system, whether Linux or any other flavor of real-time OS.\n\nBooting a remote processor in an AMP configuration typically involves:\n- Loading a firmware which contains the OS image\n- Allocating and providing it required system resources (e.g. memory)\n- Programming an IOMMU (when relevant)\n- Powering on the device\n\nThis patch introduces a generic framework that allows drivers to do\nthat. In the future, this framework will also include runtime power\nmanagement and error recovery.\n\nBased on (but now quite far from) work done by Fernando Guzman Lugo\n\u003cfernando.lugo@ti.com\u003e.\n\nELF loader was written by Mark Grosen \u003cmgrosen@ti.com\u003e, based on\nmsm\u0027s Peripheral Image Loader (PIL) by Stephen Boyd \u003csboyd@codeaurora.org\u003e.\n\nDesigned with Brian Swetland \u003cswetland@google.com\u003e.\n\nSigned-off-by: Ohad Ben-Cohen \u003cohad@wizery.com\u003e\nAcked-by: Grant Likely \u003cgrant.likely@secretlab.ca\u003e\nCc: Brian Swetland \u003cswetland@google.com\u003e\nCc: Arnd Bergmann \u003carnd@arndb.de\u003e\nCc: Tony Lindgren \u003ctony@atomide.com\u003e\nCc: Russell King \u003clinux@arm.linux.org.uk\u003e\nCc: Rusty Russell \u003crusty@rustcorp.com.au\u003e\nCc: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nCc: Greg KH \u003cgreg@kroah.com\u003e\nCc: Stephen Boyd \u003csboyd@codeaurora.org\u003e\n"
    }
  ]
}
