)]}'
{
  "log": [
    {
      "commit": "6608a5e2dd0dff73fe1bf912036349ad5ed78bdb",
      "tree": "43ed1803ba9f430564496231ea03b19bcdeec670",
      "parents": [
        "805b237a63f686f87870af000a5ac464633cb9c8"
      ],
      "author": {
        "name": "Axel Lin",
        "email": "axel.lin@gmail.com",
        "time": "Fri May 11 09:29:51 2012 +0800"
      },
      "committer": {
        "name": "Samuel Ortiz",
        "email": "sameo@linux.intel.com",
        "time": "Sun May 20 17:27:03 2012 +0200"
      },
      "message": "mfd: Convert da9052 to use devm_* APIs\n\nSigned-off-by: Axel Lin \u003caxel.lin@gmail.com\u003e\nSigned-off-by: Samuel Ortiz \u003csameo@linux.intel.com\u003e\n"
    },
    {
      "commit": "1baf665b8167c0ab1240e76b1eae647d5ab60b23",
      "tree": "794abd0470a1874b7def2922bc66c560630cadec",
      "parents": [
        "4f304245bb6cfa665ff21b12c059499eafa8b725"
      ],
      "author": {
        "name": "Lars-Peter Clausen",
        "email": "lars@metafoo.de",
        "time": "Tue Apr 10 22:51:28 2012 +0200"
      },
      "committer": {
        "name": "Samuel Ortiz",
        "email": "sameo@linux.intel.com",
        "time": "Tue May 01 12:00:22 2012 +0200"
      },
      "message": "mfd: Remove redundant spi driver bus initialization\n\nIn ancient times it was necessary to manually initialize the bus field of an\nspi_driver to spi_bus_type. These days this is done in spi_driver_register() so\nwe can drop the manual assignment.\n\nThe patch was generated using the following coccinelle semantic patch:\n// \u003csmpl\u003e\n@@\nidentifier _driver;\n@@\nstruct spi_driver _driver \u003d {\n    .driver \u003d {\n-           .bus \u003d \u0026spi_bus_type,\n    },\n};\n// \u003c/smpl\u003e\n\nSigned-off-by: Lars-Peter Clausen \u003clars@metafoo.de\u003e\nCc: Srinidhi Kasagar \u003csrinidhi.kasagar@stericsson.com\u003e\nAcked-by: Linus Walleij \u003clinus.walleij@linaro.org\u003e\nSigned-off-by: Samuel Ortiz \u003csameo@linux.intel.com\u003e\n"
    },
    {
      "commit": "e536b62095301271d974983044a011c29fcb2ea2",
      "tree": "a5d8b77fddc3a12b42b02eb51fc8d5c5c4345422",
      "parents": [
        "1039d762d03b573de4d46603c8583051c6d79094"
      ],
      "author": {
        "name": "Axel Lin",
        "email": "axel.lin@gmail.com",
        "time": "Wed Jan 11 17:27:16 2012 +0800"
      },
      "committer": {
        "name": "Samuel Ortiz",
        "email": "sameo@linux.intel.com",
        "time": "Tue Mar 06 18:46:30 2012 +0100"
      },
      "message": "mfd: Fix section mismatch warning for da9052-spi\n\nAdd __devinit annotation for da9052_spi_probe to fix below build warning:\n\nWARNING: drivers/built-in.o(.text+0x349b4): Section mismatch in reference from the function da9052_spi_probe() to the function .devinit.text:da9052_device_init()\nThe function da9052_spi_probe() references\nthe function __devinit da9052_device_init().\nThis is often because da9052_spi_probe lacks a __devinit\nannotation or the annotation of da9052_device_init is wrong.\n\nAlso add __devexit annotation for da9052_spi_remove because we have\n__devexit_p around it in the remove callback.\n\nSigned-off-by: Axel Lin \u003caxel.lin@gmail.com\u003e\nSigned-off-by: Samuel Ortiz \u003csameo@linux.intel.com\u003e\n"
    },
    {
      "commit": "4d75dd61dfb53eaa286c54fb121e5b51b106c272",
      "tree": "db0ac935269049c352493c9f5cedb332939cd02e",
      "parents": [
        "d48f411c10f2badaf88e6050cd3d3acd52197356"
      ],
      "author": {
        "name": "Axel Lin",
        "email": "axel.lin@gmail.com",
        "time": "Tue Jan 10 15:09:56 2012 +0800"
      },
      "committer": {
        "name": "Samuel Ortiz",
        "email": "sameo@linux.intel.com",
        "time": "Tue Mar 06 18:46:30 2012 +0100"
      },
      "message": "mfd: Add missing regmap_exit to free a previously allocated da9052 register map\n\nSigned-off-by: Axel Lin \u003caxel.lin@gmail.com\u003e\nSigned-off-by: Samuel Ortiz \u003csameo@linux.intel.com\u003e\n"
    },
    {
      "commit": "cfe04478fa1b472264b7fe9bbf547710aa344d3c",
      "tree": "0259b83d413552449affef04af574aa4e6635468",
      "parents": [
        "84c99db879314d58e0064f02b481f668f45d0070"
      ],
      "author": {
        "name": "Ashish Jangam",
        "email": "ashish.jangam@kpitcummins.com",
        "time": "Mon Dec 12 20:37:41 2011 +0530"
      },
      "committer": {
        "name": "Mark Brown",
        "email": "broonie@opensource.wolfsonmicro.com",
        "time": "Wed Dec 14 19:53:45 2011 +0800"
      },
      "message": "MFD: DA9052/53 MFD core module add SPI support v2\n\nThis patch add SPI support for DA9052/53 MFD core module.\n\nThis patch is functionally tested on Samsung SMDKV6410.\n\nSigned-off-by: David Dajun Chen \u003cdchen@diasemi.com\u003e\nSigned-off-by: Ashish Jangam \u003cashish.jangam@kpitcummins.com\u003e\nAcked-by: Samuel Ortiz \u003csameo@linux.intel.com\u003e\nSigned-off-by: Mark Brown \u003cbroonie@opensource.wolfsonmicro.com\u003e\n"
    }
  ]
}
