)]}'
{
  "log": [
    {
      "commit": "2785cefc98051646bd1d36a627822a3f43736697",
      "tree": "eec44536f75ba5429eb1d919cbe727a3c42eb5c4",
      "parents": [
        "f10513de2a6036742b55e23278f0322f2e5c3772"
      ],
      "author": {
        "name": "Kalle Jokiniemi",
        "email": "kalle.jokiniemi@nokia.com",
        "time": "Tue Mar 29 16:27:59 2011 +0300"
      },
      "committer": {
        "name": "Anton Vorontsov",
        "email": "cbouatmailru@gmail.com",
        "time": "Wed Apr 20 17:48:49 2011 +0400"
      },
      "message": "isp1704_charger: Allow board specific powering routine\n\nThe ISP1704/1707 chip can be put to full power down\nstate by asserting the CHIP_SEL line. This patch enables\nplatform or board specific hooks to put the device into\npower down mode in case not needed.\n\nThis patch is a preparation for enabling this powering\nroutine in n900 (rx-51) devices.\n\nThanks to Heikki Krogerus for helping out with the patch.\n\nSigned-off-by: Kalle Jokiniemi \u003ckalle.jokiniemi@nokia.com\u003e\nAcked-By: Heikki Krogerus \u003cheikki.krogerus@nokia.com\u003e\nSigned-off-by: Anton Vorontsov \u003ccbouatmailru@gmail.com\u003e\n"
    },
    {
      "commit": "b14a9ccc1ddddfbc76b7cae06d02db4adf0ae1db",
      "tree": "e9d1e596cee9ab6586972b1146ac412bab8745c3",
      "parents": [
        "f0e615c3cb72b42191b558c130409335812621d8"
      ],
      "author": {
        "name": "MyungJoo Ham",
        "email": "myungjoo.ham@samsung.com",
        "time": "Tue Mar 29 10:10:16 2011 +0900"
      },
      "committer": {
        "name": "Anton Vorontsov",
        "email": "cbouatmailru@gmail.com",
        "time": "Wed Apr 20 17:48:48 2011 +0400"
      },
      "message": "power_supply: Add driver for MAX8903 charger\n\nMAX8903 is an integrated battery charger and selector with two\npower inputs (USB and AC adapter). This driver enables the charger,\nhandles interrupts, and provides power-supply-class information to\nuserland.\n\nTested on Exynos4 NURI / S5PC210 SLP7 boards.\n\nSigned-off-by: MyungJoo Ham \u003cmyungjoo.ham@samsung.com\u003e\nSigned-off-by: Kyungmin Park \u003ckyungmin.park@samsung.com\u003e\nSigned-off-by: Anton Vorontsov \u003ccbouatmailru@gmail.com\u003e\n"
    },
    {
      "commit": "ff28fcef1bedcfbdf49500fee1573dc2f3eedb22",
      "tree": "c9aa6c77a3c79b997114717ccb7f4e7604b8a9fc",
      "parents": [
        "bb879101606dd7235d8f4ecd0f707b63281d0838"
      ],
      "author": {
        "name": "Rhyland Klein",
        "email": "rklein@nvidia.com",
        "time": "Mon Feb 28 16:55:29 2011 -0800"
      },
      "committer": {
        "name": "Anton Vorontsov",
        "email": "cbouatmailru@gmail.com",
        "time": "Tue Mar 01 22:24:19 2011 +0300"
      },
      "message": "bq20z75: Add i2c retry mechanism\n\nWith the support of platform data, now adding support for option i2c\nretries on read/write failures. Ths is specified through the optional\nplatform data.\n\nSigned-off-by: Rhyland Klein \u003crklein@nvidia.com\u003e\nSigned-off-by: Anton Vorontsov \u003ccbouatmailru@gmail.com\u003e\n"
    },
    {
      "commit": "bb879101606dd7235d8f4ecd0f707b63281d0838",
      "tree": "74aae7149b888a1e54f23608314f795ee992d47f",
      "parents": [
        "b5db7cde69f87178fb771970a2b512a452a9d680"
      ],
      "author": {
        "name": "Rhyland Klein",
        "email": "rklein@nvidia.com",
        "time": "Mon Feb 28 16:55:28 2011 -0800"
      },
      "committer": {
        "name": "Anton Vorontsov",
        "email": "cbouatmailru@gmail.com",
        "time": "Tue Mar 01 22:24:01 2011 +0300"
      },
      "message": "bq20z75: Add optional battery detect gpio\n\nAdding support for an optional gpio for battery detection. This is\npassed in through the i2c platform data. It also accepts another\nfield, battery_detect_present to signify the gpio state which means\nthe battery is present, either 0 (low) or 1 (high).\n\nSigned-off-by: Rhyland Klein \u003crklein@nvidia.com\u003e\nSigned-off-by: Anton Vorontsov \u003ccbouatmailru@gmail.com\u003e\n"
    },
    {
      "commit": "7fb7ba588c0f276609609565b21fcc853284a9a0",
      "tree": "68a47743764b763ba73572cfaf752d1ddecaccfb",
      "parents": [
        "a40402ef0bf3b6e53a7dfd396e9487eb2f613e19"
      ],
      "author": {
        "name": "Lars-Peter Clausen",
        "email": "lars@metafoo.de",
        "time": "Mon May 24 19:55:27 2010 +0200"
      },
      "committer": {
        "name": "Lars-Peter Clausen",
        "email": "lars@metafoo.de",
        "time": "Tue Feb 22 11:02:42 2011 +0100"
      },
      "message": "bq27x00: Add bq27000 support\n\nThis patch adds support for the bq27000 battery to the bq27x00 driver.\nThe bq27000 is similar to the bq27200 except that it uses the HDQ bus\ninstead of I2C to communicate with the host system.\n\nThe driver is implemented as a platform driver. The driver expects to be\nprovided with a read callback function through its platform data. The read\nfunction is assumed to do the lowlevel HDQ handling and read out the value\nof a certain register.\n\nSigned-off-by: Lars-Peter Clausen \u003clars@metafoo.de\u003e\nTested-by: Grazvydas Ignotas \u003cnotasas@gmail.com\u003e\n"
    },
    {
      "commit": "359ab9f5b154cbd807a11e22792235f0f36b0cd5",
      "tree": "3500652809c242b75deb5139ded7052c389e0bb4",
      "parents": [
        "bf542a4e7b634c2adcba4241a29082f69b0f45dc"
      ],
      "author": {
        "name": "MyungJoo Ham",
        "email": "myungjoo.ham@samsung.com",
        "time": "Fri Jan 14 14:46:11 2011 +0900"
      },
      "committer": {
        "name": "Anton Vorontsov",
        "email": "cbouatmailru@gmail.com",
        "time": "Fri Jan 14 18:11:59 2011 +0300"
      },
      "message": "power_supply: Add MAX17042 Fuel Gauge Driver\n\nThe MAX17042 is a fuel gauge with an I2C interface for lithium-ion\nbetteries. Unlike its predecessor MAX17040, MAX17042 uses 16bit\nregisters. Besides, MAX17042 has much more features than MAX17040; e.g.,\na thermistor, current and current accumulation measurement, battery\ninternal resistance estimate, average values of measurement, and others.\n\nThis patch implements a driver for MAX17042.\nIn this initial release, we have implemented the most basic features of\na fuel gauge: measure the battery capacity and voltage.\n\nSigned-off-by: MyungJoo Ham \u003cmyungjoo.ham@samsung.com\u003e\nSigned-off-by: Kyungmin Park \u003ckyungmin.park@samsung.com\u003e\nSigned-off-by: Anton Vorontsov \u003ccbouatmailru@gmail.com\u003e\n"
    },
    {
      "commit": "5070437cd99511f69ae561f2ab417142a47a85ec",
      "tree": "379dd2ab427ff33c09bee57f9d89726071b64137",
      "parents": [
        "8ec98fe0b4ffdedce4c1caa9fb3d550f52ad1c6b"
      ],
      "author": {
        "name": "Lars-Peter Clausen",
        "email": "lars@metafoo.de",
        "time": "Thu Oct 21 17:55:01 2010 +0200"
      },
      "committer": {
        "name": "Anton Vorontsov",
        "email": "cbouatmailru@gmail.com",
        "time": "Thu Nov 18 16:56:17 2010 +0300"
      },
      "message": "power_supply: Add gpio charger driver\n\nThis patch adds a simple driver for chargers indicating their online\nstatus through a GPIO pin.\n\nSigned-off-by: Lars-Peter Clausen \u003clars@metafoo.de\u003e\nSigned-off-by: Anton Vorontsov \u003ccbouatmailru@gmail.com\u003e\n"
    },
    {
      "commit": "f6a21388bd255773cc80d4423afb4c69d4daa173",
      "tree": "4d331d997e84ca319c935383040d6ac409d7ea14",
      "parents": [
        "7f983ba93d449972d5f372f12c6ad32d86ef30b4"
      ],
      "author": {
        "name": "Lars-Peter Clausen",
        "email": "lars@metafoo.de",
        "time": "Sat Jun 19 04:08:29 2010 +0000"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Thu Aug 05 13:26:20 2010 +0100"
      },
      "message": "POWER: Add JZ4740 battery driver.\n\nAdd support for the battery voltage measurement part of the JZ4740 ADC unit.\n\nSigned-off-by: Lars-Peter Clausen \u003clars@metafoo.de\u003e\nAcked-by: Anton Vorontsov \u003ccbouatmailru@gmail.com\u003e\nCc: linux-mips@linux-mips.org\nCc: linux-kernel@vger.kernel.org\nPatchwork: https://patchwork.linux-mips.org/patch/1416/\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    }
  ]
}
