)]}'
{
  "log": [
    {
      "commit": "96facd23e45e6d5020be135c8ab392ba9e044fa4",
      "tree": "fd1e439a6ac122cc7542d7d44500a4c0819c74e4",
      "parents": [
        "fcc015cda7dfe1af26e17bbed21eecb742183b7e"
      ],
      "author": {
        "name": "Mika Westerberg",
        "email": "mika.westerberg@linux.intel.com",
        "time": "Mon May 07 11:26:37 2012 +0300"
      },
      "committer": {
        "name": "Anton Vorontsov",
        "email": "anton.vorontsov@linaro.org",
        "time": "Fri May 18 17:15:48 2012 -0700"
      },
      "message": "smb347-charger: Include missing \u003clinux/err.h\u003e\n\nWithout the include we get build errors like:\n\ndrivers/power/smb347-charger.c: In function \u0027smb347_probe\u0027:\ndrivers/power/smb347-charger.c:1039:2: error: implicit declaration of function \u0027IS_ERR\u0027 [-Werror\u003dimplicit-function-declaration]\ndrivers/power/smb347-charger.c:1040:3: error: implicit declaration of function \u0027PTR_ERR\u0027 [-Werror\u003dimplicit-function-declaration]\n\nReported-by: Stephen Rothwell \u003csfr@canb.auug.org.au\u003e\nSigned-off-by: Mika Westerberg \u003cmika.westerberg@linux.intel.com\u003e\nSigned-off-by: Anton Vorontsov \u003canton.vorontsov@linaro.org\u003e\n"
    },
    {
      "commit": "fcc015cda7dfe1af26e17bbed21eecb742183b7e",
      "tree": "b7121101f98a6beb33213a381174097f48d98ef0",
      "parents": [
        "9a8422d205ea142a27c2573e5ca3d2cc87d75260"
      ],
      "author": {
        "name": "Ramakrishna Pallala",
        "email": "ramakrishna.pallala@intel.com",
        "time": "Sat May 05 21:33:54 2012 +0530"
      },
      "committer": {
        "name": "Anton Vorontsov",
        "email": "anton.vorontsov@linaro.org",
        "time": "Sun May 06 04:46:18 2012 -0700"
      },
      "message": "smb347-charger: Clean up battery attributes\n\nCURRENT_NOW and VOLTAGE_NOW should be instantaneous readings\nfrom power supply(ex: battery).\n\nsmb347 charger driver reports charge voltage for VOLTAGE_NOW\nand charge current for CURRENT_NOW attributes which are not\ninstantaneous readings.\n\nThis patch removes the battery VOLTAGE_NOW and CURRENT_NOW\nproperties from the driver and also removes hw_to_current()\nwhich is not required anymore.\n\nSigned-off-by: Ramakrishna Pallala \u003cramakrishna.pallala@intel.com\u003e\nAcked-by: Mika Westerberg \u003cmika.westerberg@linux.intel.com\u003e\nSigned-off-by: Anton Vorontsov \u003canton.vorontsov@linaro.org\u003e\n"
    },
    {
      "commit": "34298d40e5853bc195c9db012fc1ddccac9b6f7f",
      "tree": "8a5a51a1f89117815b513057b1a5fad4d380cd3f",
      "parents": [
        "d72bade76d11da661d76aec5801567d573f39fea"
      ],
      "author": {
        "name": "Mika Westerberg",
        "email": "mika.westerberg@linux.intel.com",
        "time": "Mon Apr 16 11:48:41 2012 +0300"
      },
      "committer": {
        "name": "Anton Vorontsov",
        "email": "anton.vorontsov@linaro.org",
        "time": "Sat May 05 05:48:17 2012 -0700"
      },
      "message": "smb347-charger: Convert to regmap API\n\nThe smb347-charger driver does a lot of read-modify-write to the device\nregisters. Instead of open-coding everything we can take advantage of\nregmap API which provides nice functions to do this kind of things.\n\nIn addition there is no need for custom debugfs file for dumping\nregisters as this is already provided by the regmap API.\n\nSigned-off-by: Mika Westerberg \u003cmika.westerberg@linux.intel.com\u003e\nSigned-off-by: Anton Vorontsov \u003canton.vorontsov@linaro.org\u003e\n"
    },
    {
      "commit": "d72bade76d11da661d76aec5801567d573f39fea",
      "tree": "674cc60de51bb548dbb590fdc7b4d911822d83b9",
      "parents": [
        "055d7f0f29b2af6ec8fd5da9f0ce27b9e9e63436"
      ],
      "author": {
        "name": "Mika Westerberg",
        "email": "mika.westerberg@linux.intel.com",
        "time": "Mon Apr 16 11:48:40 2012 +0300"
      },
      "committer": {
        "name": "Anton Vorontsov",
        "email": "anton.vorontsov@linaro.org",
        "time": "Sat May 05 05:35:47 2012 -0700"
      },
      "message": "smb347-charger: Move IRQ enabling to the end of probe\n\nThere is a potential problem if we call smb347_irq_enable() from\nsmb347_irq_init() because smb347_irq_enable() makes the device registers\nread-only once it returns and smb347_irq_init() expects them to still be\nread-write. Currently no harm happens because it is the last call we make\nin smb347_irq_init().\n\nAnyway a better place for enabling IRQs is at the end of probe function\nand this is also symmetric to call smb347_irq_disable() which is done at\nthe beginning of remove function.\n\nSigned-off-by: Mika Westerberg \u003cmika.westerberg@linux.intel.com\u003e\nSigned-off-by: Anton Vorontsov \u003canton.vorontsov@linaro.org\u003e\n"
    },
    {
      "commit": "055d7f0f29b2af6ec8fd5da9f0ce27b9e9e63436",
      "tree": "a51e8bbec8a644205ebe8df629c5ee333d543503",
      "parents": [
        "b75ef1d807e20919a00bed16045537e76e0497a7"
      ],
      "author": {
        "name": "Mika Westerberg",
        "email": "mika.westerberg@linux.intel.com",
        "time": "Mon Apr 16 11:48:39 2012 +0300"
      },
      "committer": {
        "name": "Anton Vorontsov",
        "email": "anton.vorontsov@linaro.org",
        "time": "Sat May 05 05:35:22 2012 -0700"
      },
      "message": "smb347-charger: Rename few functions to match better what they are doing\n\nThe naming used in the driver for some functions is not very clear what\nthe functions are really doing. To make this a bit easier to understand\nwe rename few functions which were badly named.\n\nSigned-off-by: Mika Westerberg \u003cmika.westerberg@linux.intel.com\u003e\nSigned-off-by: Anton Vorontsov \u003canton.vorontsov@linaro.org\u003e\n"
    },
    {
      "commit": "b75ef1d807e20919a00bed16045537e76e0497a7",
      "tree": "0ac95add85c16c68605c570f34d1c4b0e724a00c",
      "parents": [
        "e6fe3597fa17dcd7ee82a5198beadb19a457a478"
      ],
      "author": {
        "name": "Mika Westerberg",
        "email": "mika.westerberg@linux.intel.com",
        "time": "Mon Apr 16 11:48:38 2012 +0300"
      },
      "committer": {
        "name": "Anton Vorontsov",
        "email": "anton.vorontsov@linaro.org",
        "time": "Sat May 05 05:34:56 2012 -0700"
      },
      "message": "smb347-charger: Convert to use module_i2c_driver()\n\nThis reduces the amount of boilerplate code in the driver and\nmakes it a bit simpler.\n\nSigned-off-by: Mika Westerberg \u003cmika.westerberg@linux.intel.com\u003e\nSigned-off-by: Anton Vorontsov \u003canton.vorontsov@linaro.org\u003e\n"
    },
    {
      "commit": "e6fe3597fa17dcd7ee82a5198beadb19a457a478",
      "tree": "8f62622cd7be07ab070cac1e37292e2bbeed60ea",
      "parents": [
        "2aac3de19b72608f474c90034185c2be4908728f"
      ],
      "author": {
        "name": "Ramakrishna Pallala",
        "email": "ramakrishna.pallala@intel.com",
        "time": "Thu Apr 19 10:00:18 2012 +0530"
      },
      "committer": {
        "name": "Anton Vorontsov",
        "email": "anton.vorontsov@linaro.org",
        "time": "Sat May 05 05:29:00 2012 -0700"
      },
      "message": "smb347_charger: Cleanup power supply registration code in probe\n\nThis patch checks if the usb or mains charging is enabled by the\nplatform before registering with the power supply class.\n\nSigned-off-by: Ramakrishna Pallala \u003cramakrishna.pallala@intel.com\u003e\nSigned-off-by: Anton Vorontsov \u003canton.vorontsov@linaro.org\u003e\n"
    },
    {
      "commit": "ed1a230f96eb4610f1f4296b8c3c067389ddf540",
      "tree": "42653c8122379507f3441b046dd85c6adff4c09f",
      "parents": [
        "d2c0077c54794d668b3639079a4262a52088d5e2"
      ],
      "author": {
        "name": "Bruce E. Robertson",
        "email": "bruce.e.robertson@intel.com",
        "time": "Mon Feb 06 15:59:01 2012 +0000"
      },
      "committer": {
        "name": "Anton Vorontsov",
        "email": "anton.vorontsov@linaro.org",
        "time": "Mon Mar 26 20:41:01 2012 +0400"
      },
      "message": "Add I2C driver for Summit Microelectronics SMB347 Battery Charger.\n\nDriver support for the Summit I²C battery charger. This is used in some\nIntel devices.\n\nSigned-off-by: Bruce E. Robertson \u003cbruce.e.robertson@intel.com\u003e\nSigned-off-by: Alan Cox \u003calan@linux.intel.com\u003e\nSigned-off-by: Anton Vorontsov \u003canton.vorontsov@linaro.org\u003e\n"
    }
  ]
}
