)]}'
{
  "log": [
    {
      "commit": "c9c7ae40660f5983854f73b6ae65f208e9a15082",
      "tree": "c971d7559f6023004db9950d47aa5870276de958",
      "parents": [
        "fab67afb543c734c23be0ebfc16f31814df2da79"
      ],
      "author": {
        "name": "Kevin Hilman",
        "email": "khilman@ti.com",
        "time": "Thu Aug 04 08:01:56 2011 -0700"
      },
      "committer": {
        "name": "Ben Dooks",
        "email": "ben-linux@fluff.org",
        "time": "Sat Oct 29 09:37:09 2011 +0100"
      },
      "message": "I2C: OMAP: remove unused function pointers from pdata\n\nNow that this driver is using runtime PM, there is no longer a need\nfor the idle/enable/shutdown function pointers in pdata.\n\nSigned-off-by: Kevin Hilman \u003ckhilman@ti.com\u003e\n"
    },
    {
      "commit": "c23600a688dc71f4312f83cb0f23a736e1578a5e",
      "tree": "55564f0ce2bb197cf1df99cfe44c7e9aa73b4423",
      "parents": [
        "4e80f727bf59e8c1ea8e47c45c9ef368d353d835"
      ],
      "author": {
        "name": "Andy Green",
        "email": "andy@warmcat.com",
        "time": "Mon May 30 07:43:08 2011 -0700"
      },
      "committer": {
        "name": "Ben Dooks",
        "email": "ben-linux@fluff.org",
        "time": "Sat Oct 29 09:37:08 2011 +0100"
      },
      "message": "I2C: OMAP1/OMAP2+: add flags field to omap i2c platform data\n\nOMAP I2C driver can access the configuration flags through\nits platform data.\n\nCc: patches@linaro.org\nReported-by: Peter Maydell \u003cpeter.maydell@linaro.org\u003e\nSigned-off-by: Andy Green \u003candy.green@linaro.org\u003e\nSigned-off-by: Tony Lindgren \u003ctony@atomide.com\u003e\nAcked-by: Ben Dooks \u003cben-linux@fluff.org\u003e\nSigned-off-by: Kevin Hilman \u003ckhilman@ti.com\u003e\n"
    },
    {
      "commit": "5c825ee202d0891269e29197d5b21f8e2be3498a",
      "tree": "085d3865307fff7b9a71fcf77aabc589c66cc06f",
      "parents": [
        "b88530884141e977b3702d8e82de52e553b45876"
      ],
      "author": {
        "name": "Andy Green",
        "email": "andy@warmcat.com",
        "time": "Mon May 30 07:43:05 2011 -0700"
      },
      "committer": {
        "name": "Ben Dooks",
        "email": "ben-linux@fluff.org",
        "time": "Sat Oct 29 09:37:07 2011 +0100"
      },
      "message": "I2C: OMAP: add rev to omap i2c platform data\n\nWe need to pass the I2C IP revision from the hwmod class up\ninto the OMAP I2C driver, which does not have direct\naccess to it.\n\nThis adds a member to the platform data the OMAP I2C driver\ndoes use already to hold the I2C IP revision.\n\nCc: patches@linaro.org\nReported-by: Peter Maydell \u003cpeter.maydell@linaro.org\u003e\nSigned-off-by: Andy Green \u003candy.green@linaro.org\u003e\nSigned-off-by: Tony Lindgren \u003ctony@atomide.com\u003e\nAcked-by: Ben Dooks \u003cben-linux@fluff.org\u003e\nSigned-off-by: Kevin Hilman \u003ckhilman@ti.com\u003e\n"
    },
    {
      "commit": "5a9aaf0cf89dfb776f45b7ef878fd1508faadbf7",
      "tree": "9d96f16ab8d1dd95ef907b8ae13d6a31d65371a5",
      "parents": [
        "d72fe7883f9f835011cb581aea13e91c6fa2e31d"
      ],
      "author": {
        "name": "Andy Green",
        "email": "andy@warmcat.com",
        "time": "Sun Jul 10 05:27:15 2011 -0600"
      },
      "committer": {
        "name": "Paul Walmsley",
        "email": "paul@pwsan.com",
        "time": "Sun Jul 10 05:27:15 2011 -0600"
      },
      "message": "I2C: OMAP1/OMAP2+: create omap I2C functionality flags for each cpu_... test\n\nThese represent the 8 kinds of implementation functionality\nthat up until now were inferred by the 16 remaining cpu_...()\ntests in the omap i2c driver.\n\nChanged to use BIT() as suggested by Balaji T Krishnamoorthy.\n\nCc: patches@linaro.org\nCc: Ben Dooks \u003cben-linux@fluff.org\u003e\nReported-by: Peter Maydell \u003cpeter.maydell@linaro.org\u003e\nSigned-off-by: Andy Green \u003candy.green@linaro.org\u003e\nSigned-off-by: Tony Lindgren \u003ctony@atomide.com\u003e\nSigned-off-by: Kevin Hilman \u003ckhilman@ti.com\u003e\nSigned-off-by: Paul Walmsley \u003cpaul@pwsan.com\u003e\n"
    },
    {
      "commit": "d72fe7883f9f835011cb581aea13e91c6fa2e31d",
      "tree": "9dfe09b593c8c721890a7b9f062bec802c89e6a6",
      "parents": [
        "730027216079ef4ab9850a4367ef665554a6ef73"
      ],
      "author": {
        "name": "Andy Green",
        "email": "andy@warmcat.com",
        "time": "Sun Jul 10 05:27:14 2011 -0600"
      },
      "committer": {
        "name": "Paul Walmsley",
        "email": "paul@pwsan.com",
        "time": "Sun Jul 10 05:27:14 2011 -0600"
      },
      "message": "I2C: OMAP2+:  Introduce I2C IP versioning constants\n\nThese represent the two kinds of (incompatible) OMAP I2C\nperipheral unit in use so far.\n\nThe constants are in linux/i2c-omap.h so the omap i2c driver can have\nthem too.\n\nCc: patches@linaro.org\nCc: Ben Dooks \u003cben-linux@fluff.org\u003e\nReported-by: Peter Maydell \u003cpeter.maydell@linaro.org\u003e\nSigned-off-by: Andy Green \u003candy.green@linaro.org\u003e\nSigned-off-by: Tony Lindgren \u003ctony@atomide.com\u003e\nSigned-off-by: Kevin Hilman \u003ckhilman@ti.com\u003e\nSigned-off-by: Paul Walmsley \u003cpaul@pwsan.com\u003e\n"
    },
    {
      "commit": "4d17aeb1c5b2375769446d13012a98e6d265ec13",
      "tree": "1d74a8df0af5d774d27b4bffe2728d0f9ac7abfe",
      "parents": [
        "f776471f620a07be234f40288a1fd9932d039e26"
      ],
      "author": {
        "name": "Paul Walmsley",
        "email": "paul@pwsan.com",
        "time": "Tue Sep 21 19:37:15 2010 +0530"
      },
      "committer": {
        "name": "Kevin Hilman",
        "email": "khilman@deeprootsystems.com",
        "time": "Tue Nov 09 09:31:10 2010 -0800"
      },
      "message": "OMAP: I2C: split device registration and convert OMAP2+ to omap_device\n\nSplit the OMAP1 and OMAP2+ platform_device build and register code.\nConvert the OMAP2+ variant to use omap_device.\n\nThis patch was developed in collaboration with Rajendra Nayak\n\u003crnayak@ti.com\u003e.\n\nSigned-off-by: Paul Walmsley \u003cpaul@pwsan.com\u003e\nSigned-off-by: Rajendra Nayak \u003crnayak@ti.com\u003e\nCc: Kevin Hilman \u003ckhilman@deeprootsystems.com\u003e\nSigned-off-by: Kevin Hilman \u003ckhilman@deeprootsystems.com\u003e\n"
    },
    {
      "commit": "20c9d2c4ab8243a1c311248232954b2c1da3ba75",
      "tree": "e035de70d7b89618bb0e6923272849df7d1acb9a",
      "parents": [
        "f38e66e0077659e5d2ca3858fdb26fc9b1765b9f"
      ],
      "author": {
        "name": "Kalle Jokiniemi",
        "email": "kalle.jokiniemi@digia.com",
        "time": "Tue May 11 11:35:08 2010 -0700"
      },
      "committer": {
        "name": "Ben Dooks",
        "email": "ben-linux@fluff.org",
        "time": "Thu May 20 00:18:59 2010 +0100"
      },
      "message": "i2c-omap: add mpu wake up latency constraint in i2c\n\nWhile waiting for completion of the i2c transfer, the\nMPU could hit OFF mode and cause several msecs of\ndelay that made i2c transfers fail more often. The\nextra delays and subsequent re-trys cause i2c clocks\nto be active more often. This has also an negative\neffect on power consumption.\n\nCreated a mechanism for passing and using the\nconstraint setting function in driver code. The used\nmpu wake up latency constraints are now set individually\nper bus, and they are calculated based on clock rate\nand fifo size.\n\nThanks to Jarkko Nikula, Moiz Sonasath, Paul Walmsley,\nand Nishanth Menon for tuning out the details of\nthis patch.\n\nUpdates by Kevin as requested by Tony:\n\n- Remove omap_set_i2c_constraint_func() in favor of conditionally\n  adding the flag in omap_i2c_add_bus() in order to keep all the OMAP\n  conditional checking in a single location.\n- Update set_mpu_wkup_lat prototypes to match OMAP PM layer so\n  OMAP PM function can be used directly in pdata.\n\nCc: Moiz Sonasath \u003cm-sonasath@ti.com\u003e\nCc: Jarkko Nikula \u003cjhnikula@gmail.com\u003e\nCc: Paul Walmsley \u003cpaul@pwsan.com\u003e\nCc: Nishanth Menon \u003cnm@ti.com\u003e\nSigned-off-by: Kalle Jokiniemi \u003ckalle.jokiniemi@digia.com\u003e\nSigned-off-by: Kevin Hilman \u003ckhilman@deeprootsystems.com\u003e\nSigned-off-by: Tony Lindgren \u003ctony@atomide.com\u003e\nSigned-off-by: Ben Dooks \u003cben-linux@fluff.org\u003e\n"
    }
  ]
}
