)]}'
{
  "log": [
    {
      "commit": "6a9bcced518b98a7e52b9e8e96af228b171e0498",
      "tree": "8c8b209c114b177ce21a712928de89b1ed8c5d91",
      "parents": [
        "c074c39d62306efa5ba7c69c1a1531bc7333d252"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Sat Mar 13 20:56:54 2010 +0100"
      },
      "committer": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Sat Mar 13 20:56:54 2010 +0100"
      },
      "message": "tsl2550: Move from i2c/chips to misc\n\nMove the last remaining driver from i2c/chips to misc. Good ridance!\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nAcked-by: Wolfram Sang \u003cw.sang@pengutronix.de\u003e\nAcked-by: Jonathan Cameron \u003cjic23@cam.ac.uk\u003e\n"
    },
    {
      "commit": "5f5bfb09d81c9a1d26238ae6668e584c14ae3daf",
      "tree": "bf709d54c9390eb2682017ce1586b8a9f7467f03",
      "parents": [
        "a8a8a669ea13d792296737505adc43ccacf3a648"
      ],
      "author": {
        "name": "Michele Jr De Candia",
        "email": "michele.decandia@valueteam.com",
        "time": "Thu Nov 26 09:22:32 2009 +0100"
      },
      "committer": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Thu Nov 26 09:22:32 2009 +0100"
      },
      "message": "i2c/tsl2550: Fix lux value in extended mode\n\nAccording to the TAOS Application Note \u0027Controlling a Backlight with\nthe TSL2550 Ambient Light Sensor\u0027 (page 14), the actual lux value in\nextended mode should be obtained multiplying the calculated lux value\nby 5.\n\nSigned-off-by: Michele Jr De Candia \u003cmichele.decandia@valueteam.com\u003e\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\n"
    },
    {
      "commit": "ac7809414fb1e3e49b88ad6016e57598594aa4e2",
      "tree": "b00de5f5130f8b21bc1be49e5b90c0190aed555d",
      "parents": [
        "27693ce5f372c0af3b0730f5152b35432afa0fd7"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Fri Sep 18 22:45:44 2009 +0200"
      },
      "committer": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Fri Sep 18 22:45:44 2009 +0200"
      },
      "message": "i2c/tsl2550: Use combined SMBus transactions\n\nMake the I/O faster, mainly by using combined SMBus transactions when\npossible. While the TSL2550 datasheet doesn\u0027t say the device supports\nthem, they seem to work just fine in practice, and a combined\ntransaction is faster than two simple transactions in many cases and\nalways more reliable.\n\nA side effect is to suppress the delays between SMBus writes and\nreads. The datasheet doesn\u0027t say they are needed and things work just\nfine for me without them.\n\nI also couldn\u0027t see any reason for the delay between reading the two\nchannels. Nor for the loop to get a reading in the first place. The\n400 ms delay between samples only matters at chip power-up, after that\nthe chip always hold the previously sampled value so we never get to\nwait.\n\nAll these changes make reading the lux value much faster and cheaper.\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nTested-by: Michele De Candia \u003cmichele.decandia@valueteam.com\u003e\nCc: Rodolfo Giometti \u003cgiometti@linux.it\u003e\n"
    },
    {
      "commit": "96f699ad09c8b3c55cd229506a9add0047838e3e",
      "tree": "e7534331262fd5dc17c30d2f27b9440e6d58313b",
      "parents": [
        "4733fd328f14280900435d9dbae1487d110a4d56"
      ],
      "author": {
        "name": "Michele Jr De Candia",
        "email": "michele.decandia@valueteam.com",
        "time": "Tue Jul 28 16:33:03 2009 +0200"
      },
      "committer": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Tue Jul 28 16:33:03 2009 +0200"
      },
      "message": "i2c/tsl2550: Fix lux value in dark environment\n\nI\u0027ve tested TSL2550 driver and I\u0027ve found a bug: when light is off, \nreturned value from tsl2550_calculate_lux function is -1 when it should \nbe 0 (sensor correctly read that light was off).\n\nI think the bug is that a zero c0 value (approximated value of ch0) is \nmisinterpreted as an error. \n\nSigned-off-by: Michele Jr De Candia \u003cmichele.decandia@valueteam.com\u003e\nAcked-by: Rodolfo Giometti \u003cgiometti@linux.it\u003e\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\n"
    },
    {
      "commit": "3760f736716f74bdc62a4ba5406934338da93eb2",
      "tree": "e28e22c6655dd62566f1b7a99f9354a31bf9d06e",
      "parents": [
        "d2653e92732bd3911feff6bee5e23dbf959381db"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Tue Apr 29 23:11:40 2008 +0200"
      },
      "committer": {
        "name": "Jean Delvare",
        "email": "khali@hyperion.delvare",
        "time": "Tue Apr 29 23:11:40 2008 +0200"
      },
      "message": "i2c: Convert most new-style drivers to use module aliasing\n\nBased on earlier work by Jon Smirl and Jochen Friedrich.\n\nUpdate most new-style i2c drivers to use standard module aliasing\ninstead of the old driver_name/type driver matching scheme. I\u0027ve\nleft the video drivers apart (except for SoC camera drivers) as\nthey\u0027re a bit more diffcult to deal with, they\u0027ll have their own\npatch later.\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nCc: Jon Smirl \u003cjonsmirl@gmail.com\u003e\nCc: Jochen Friedrich \u003cjochen@scram.de\u003e\n"
    },
    {
      "commit": "d2653e92732bd3911feff6bee5e23dbf959381db",
      "tree": "fd3a413bc150855a09de29b2d253b7dbeb2705ff",
      "parents": [
        "ee56d977423a58b53fd0fc1ef0aca0c9cb564c53"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Tue Apr 29 23:11:39 2008 +0200"
      },
      "committer": {
        "name": "Jean Delvare",
        "email": "khali@hyperion.delvare",
        "time": "Tue Apr 29 23:11:39 2008 +0200"
      },
      "message": "i2c: Add support for device alias names\n\nBased on earlier work by Jon Smirl and Jochen Friedrich.\n\nThis patch allows new-style i2c chip drivers to have alias names using\nthe official kernel aliasing system and MODULE_DEVICE_TABLE(). At this\npoint, the old i2c driver binding scheme (driver_name/type) is still\nsupported.\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nCc: Jochen Friedrich \u003cjochen@scram.de\u003e\nCc: Jon Smirl \u003cjonsmirl@gmail.com\u003e\nCc: Kay Sievers \u003ckay.sievers@vrfy.org\u003e\n"
    },
    {
      "commit": "1b3e5baa8850947b2cc15f323783ddb04dc4bffa",
      "tree": "15dcdb060e6797aff1a688eb9c9eb5a95245821b",
      "parents": [
        "5864ae03ca982fb60bedeebfd67562db37c1ee6a"
      ],
      "author": {
        "name": "Rodolfo Giometti",
        "email": "giometti@enneenne.com",
        "time": "Sun Jan 27 18:14:45 2008 +0100"
      },
      "committer": {
        "name": "Jean Delvare",
        "email": "khali@hyperion.delvare",
        "time": "Sun Jan 27 18:14:45 2008 +0100"
      },
      "message": "i2c/tsl2550: Add power management added\n\nSigned-off-by: Rodolfo Giometti \u003cgiometti@linux.it\u003e\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\n"
    },
    {
      "commit": "e296fb7f301f3c3398adc6d991b097cfa73e1c0c",
      "tree": "8eb4fe324010c0bcd11e590334c69c224ad034ad",
      "parents": [
        "b9cdad74883a797952de52464d118d685cafc05a"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Thu Jul 12 14:12:31 2007 +0200"
      },
      "committer": {
        "name": "Jean Delvare",
        "email": "khali@hyperion.delvare",
        "time": "Thu Jul 12 14:12:31 2007 +0200"
      },
      "message": "i2c/tsl2550: Speed up initialization\n\nThere\u0027s some redundancy in the tsl2550 initialization sequence. It is\npowering up the device twice, and setting the operating mode twice\ntoo. Setting things just once saves SMBus transactions, which aren\u0027t\nalways cheap, speeding up the device initialization.\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nCc: Rodolfo Giometti \u003cgiometti@linux.it\u003e\n"
    },
    {
      "commit": "a92c344d8c640a812c7a9f5a5202d862cd052a0f",
      "tree": "f9c78b17f0a57137b7e90d8dae72a81dd98c2189",
      "parents": [
        "066af983c74162fa98e7c5ffa8a5ead4a6979b1f"
      ],
      "author": {
        "name": "Rodolfo Giometti",
        "email": "giometti@enneenne.com",
        "time": "Thu Jul 12 14:12:30 2007 +0200"
      },
      "committer": {
        "name": "Jean Delvare",
        "email": "khali@hyperion.delvare",
        "time": "Thu Jul 12 14:12:30 2007 +0200"
      },
      "message": "i2c: Add support for the TSL2550\n\nAdd support for Taos TSL2550 ambient light sensors.\n(http://www.taosinc.com/product_detail.asp?cateid\u003d4\u0026proid\u003d18).\n\nSigned-off-by: Rodolfo Giometti \u003cgiometti@linux.it\u003e\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\n"
    }
  ]
}
