)]}'
{
  "log": [
    {
      "commit": "443cad920a1c6894da3de917ce02a194cc6d80ea",
      "tree": "152e8d04111fbaabcdf4fbd16cde2ac555eec365",
      "parents": [
        "73cf60232ef16e1f8a64defa97214a1722db1e6c"
      ],
      "author": {
        "name": "Dave Young",
        "email": "hidave.darkstar@gmail.com",
        "time": "Tue Jan 22 13:58:22 2008 +0800"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Thu Jan 24 20:40:44 2008 -0800"
      },
      "message": "power supply : use class iteration api\n\nConvert to use the class iteration api.\n\nSigned-off-by: Dave Young \u003chidave.darkstar@gmail.com\u003e\nCc: Anton Vorontsov \u003ccbou@mail.ru\u003e\nCc: David Woodhouse \u003cdwmw2@infradead.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "0c326331c8b107abc0a160e8899d749150b8f76a",
      "tree": "186df49fe26b66ca7c003d26152ef734a5ff35fd",
      "parents": [
        "ad792f4f46e12bae58298fc64f5139b99664a773",
        "2a721dfc8c677588fc98d818dfad3354081c6ddb"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Mon Oct 22 19:20:52 2007 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Mon Oct 22 19:20:52 2007 -0700"
      },
      "message": "Merge git://git.infradead.org/battery-2.6\n\n* git://git.infradead.org/battery-2.6:\n  apm_power: calculate to_full/to_empty time using energy\n  apm_power: improve battery finding algorithm\n  apm_power: fix obviously wrong logic for time reporting\n"
    },
    {
      "commit": "898eb71cb17644964c5895fb190e79e3d0c49679",
      "tree": "96be8f0a40feaf56fef836634c89955e432b12db",
      "parents": [
        "6c0286b199c3eb2caa973525dfc8a7ed67090ec0"
      ],
      "author": {
        "name": "Joe Perches",
        "email": "joe@perches.com",
        "time": "Thu Oct 18 03:06:30 2007 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Thu Oct 18 14:37:28 2007 -0700"
      },
      "message": "Add missing newlines to some uses of dev_\u003clevel\u003e messages\n\nFound these while looking at printk uses.\n\nAdd missing newlines to dev_\u003clevel\u003e uses\nAdd missing KERN_\u003clevel\u003e prefixes to multiline dev_\u003clevel\u003es\nFixed a wierd-\u003eweird spelling typo\nAdded a newline to a printk\n\nSigned-off-by: Joe Perches \u003cjoe@perches.com\u003e\nCc: \"Luck, Tony\" \u003ctony.luck@intel.com\u003e\nCc: Jens Axboe \u003cjens.axboe@oracle.com\u003e\nCc: Mark M. Hoffman \u003cmhoffman@lightlink.com\u003e\nCc: Roland Dreier \u003crolandd@cisco.com\u003e\nCc: Tilman Schmidt \u003ctilman@imap.cc\u003e\nCc: David Woodhouse \u003cdwmw2@infradead.org\u003e\nCc: Jeff Garzik \u003cjeff@garzik.org\u003e\nCc: Stephen Hemminger \u003cshemminger@linux-foundation.org\u003e\nCc: Greg KH \u003cgreg@kroah.com\u003e\nCc: Jeremy Fitzhardinge \u003cjeremy@goop.org\u003e\nCc: Geert Uytterhoeven \u003cgeert@linux-m68k.org\u003e\nCc: Alessandro Zummo \u003ca.zummo@towertech.it\u003e\nCc: David Brownell \u003cdavid-b@pacbell.net\u003e\nCc: James Smart \u003cJames.Smart@Emulex.Com\u003e\nCc: Andrew Vasquez \u003candrew.vasquez@qlogic.com\u003e\nCc: \"Antonino A. Daplas\" \u003cadaplas@pol.net\u003e\nCc: Evgeniy Polyakov \u003cjohnpol@2ka.mipt.ru\u003e\nCc: Russell King \u003crmk@arm.linux.org.uk\u003e\nCc: Jaroslav Kysela \u003cperex@suse.cz\u003e\nCc: Takashi Iwai \u003ctiwai@suse.de\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "7eff2e7a8b65c25920207324e56611150eb1cd9a",
      "tree": "02a0eeba9d25d996233e30c18f258dfae0ae2139",
      "parents": [
        "8380770c842faef3001e44662953d64ad9a93663"
      ],
      "author": {
        "name": "Kay Sievers",
        "email": "kay.sievers@vrfy.org",
        "time": "Tue Aug 14 15:15:12 2007 +0200"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Oct 12 14:51:01 2007 -0700"
      },
      "message": "Driver core: change add_uevent_var to use a struct\n\nThis changes the uevent buffer functions to use a struct instead of a\nlong list of parameters. It does no longer require the caller to do the\nproper buffer termination and size accounting, which is currently wrong\nin some places. It fixes a known bug where parts of the uevent\nenvironment are overwritten because of wrong index calculations.\n\nMany thanks to Mathieu Desnoyers for finding bugs and improving the\nerror handling.\n\nSigned-off-by: Kay Sievers \u003ckay.sievers@vrfy.org\u003e\nCc: Mathieu Desnoyers \u003cmathieu.desnoyers@polymtl.ca\u003e\nCc: Cornelia Huck \u003ccornelia.huck@de.ibm.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n\n"
    },
    {
      "commit": "2a721dfc8c677588fc98d818dfad3354081c6ddb",
      "tree": "93a4b90d68e3b445adc57333df07369c1c97b7af",
      "parents": [
        "d385376f0d75fdbeed8041ed6baf5cb4a1578ffb"
      ],
      "author": {
        "name": "Anton Vorontsov",
        "email": "cbou@mail.ru",
        "time": "Fri Oct 05 01:05:00 2007 +0400"
      },
      "committer": {
        "name": "Anton Vorontsov",
        "email": "cbou@mail.ru",
        "time": "Fri Oct 05 01:05:00 2007 +0400"
      },
      "message": "apm_power: calculate to_full/to_empty time using energy\n\nThis patch adds ability to calculate time using energy.\nNeeded to calculate time_to_full for PMU batteries.\n\nSigned-off-by: Anton Vorontsov \u003ccbou@mail.ru\u003e\n"
    },
    {
      "commit": "d385376f0d75fdbeed8041ed6baf5cb4a1578ffb",
      "tree": "123182e8e7c8468565d3f1718c7ac1fe4dd65b80",
      "parents": [
        "cd1ebcc0ef620e8e7c5e399bf9e123135e4f24a4"
      ],
      "author": {
        "name": "Anton Vorontsov",
        "email": "cbou@mail.ru",
        "time": "Fri Oct 05 01:05:00 2007 +0400"
      },
      "committer": {
        "name": "Anton Vorontsov",
        "email": "cbou@mail.ru",
        "time": "Fri Oct 05 01:05:00 2007 +0400"
      },
      "message": "apm_power: improve battery finding algorithm\n\nPrior to this patch, if use_for_apm unspecified, apm_power able\nto choice batteries according to their charge only.\n\nThis patch adds ability to choice batteries according to their charge,\nenergy, use_for_apm flag, and fallback to any battery if it failed to\ndecide.\n\nPatch is mandatory to report Apple PMU batteries through legacy\n/proc/apm interface using power supply class.\n\nSigned-off-by: Anton Vorontsov \u003ccbou@mail.ru\u003e\n"
    },
    {
      "commit": "cd1ebcc0ef620e8e7c5e399bf9e123135e4f24a4",
      "tree": "644ce92be6c29ec341fc1f8e44d32ab18c1fda82",
      "parents": [
        "804b3f9a16e446cb023417faec58b6506c834052"
      ],
      "author": {
        "name": "Anton Vorontsov",
        "email": "cbou@mail.ru",
        "time": "Fri Oct 05 01:04:59 2007 +0400"
      },
      "committer": {
        "name": "Anton Vorontsov",
        "email": "cbou@mail.ru",
        "time": "Fri Oct 05 01:04:59 2007 +0400"
      },
      "message": "apm_power: fix obviously wrong logic for time reporting\n\nPrior to this patch, apm_power was unable to report \"to empty\"/\"to full\"\ntime for batteries that hardware-report these values, such as\nApple PMU batteries.\n\nSigned-off-by: Anton Vorontsov \u003ccbou@mail.ru\u003e\n"
    },
    {
      "commit": "ed2ba977d43a6031f78f9e49d739ef5094f512e4",
      "tree": "4ff8b0620a00f778bc6a5582b08213837bcb963a",
      "parents": [
        "335fb8fc71692830aca0a5a5fe7f60016ee0d0aa"
      ],
      "author": {
        "name": "Stephen Hemminger",
        "email": "shemminger@linux-foundation.org",
        "time": "Thu Sep 20 12:06:10 2007 -0700"
      },
      "committer": {
        "name": "Anton Vorontsov",
        "email": "cbou@mail.ru",
        "time": "Fri Sep 21 01:22:23 2007 +0400"
      },
      "message": "[PATCH] missing null termination in power supply uevent\n\nNeed to null terminate environment. Found by inspection\nwhile looking for similar problems to platform uevent bug\n\nSigned-off-by: Stephen Hemminger \u003cshemminger@linux-foundation.org\u003e\n"
    },
    {
      "commit": "a1da5f4f1beb8cae83104a65f36afe527184a4ef",
      "tree": "902261ca19ab9781fab18c2573828d75e0337dfd",
      "parents": [
        "f695baf2df9e0413d3521661070103711545207a"
      ],
      "author": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Sun Jul 22 10:41:39 2007 +1000"
      },
      "committer": {
        "name": "David Woodhouse",
        "email": "dwmw2@infradead.org",
        "time": "Mon Jul 23 12:42:45 2007 +0100"
      },
      "message": "Don\u0027t compile the PMU power driver on 64-bit PowerPC\n\nAs reported by Stephen Rothwell, an allmodconfig build on 64-bit\nPowerPC reports these errors:\n\nERROR: \"pmu_batteries\" [drivers/power/pmu_battery.ko] undefined!\nERROR: \"pmu_battery_count\" [drivers/power/pmu_battery.ko] undefined!\nERROR: \"pmu_power_flags\" [drivers/power/pmu_battery.ko] undefined!\n\nThis fixes the problem by not building pmu_battery.ko on ppc64.  There\nare no battery-powered ppc64 machines with an Apple PMU, and we can be\nreasonably confident there never will be.\n\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\nSigned-off-by: David Woodhouse \u003cdwmw2@infradead.org\u003e\n"
    },
    {
      "commit": "8f41958bdd577731f7411c9605cfaa9db6766809",
      "tree": "424776ff9ffe3fac011634c7c8db15dee839b0bb",
      "parents": [
        "bc06cffdec85d487c77109dffcd2f285bdc502d3",
        "0909fca51346d0ece688532c54d41ebc986aef7f"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Sun Jul 15 16:56:12 2007 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Sun Jul 15 16:56:12 2007 -0700"
      },
      "message": "Merge git://git.infradead.org/battery-2.6\n\n* git://git.infradead.org/battery-2.6:\n  git-battery vs git-acpi\n  Power supply class and drivers: remove non obligatory return statements\n  pda_power: clean up irq, timer\n  MAINTAINERS: Add maintainers for power supply subsystem and drivers\n\nFixed up trivial conflict in drivers/w1/slaves/w1_ds2760.c manually\n"
    },
    {
      "commit": "5f17c70fe6d0b8562bf396f7e5638f243ebe4da8",
      "tree": "59d6fe264f8d41c2fadc5c74e7dcc1d8802b5a6b",
      "parents": [
        "51ec138c6416e9ed2ba0eae3af5f0ea8a90ae44b"
      ],
      "author": {
        "name": "Al Viro",
        "email": "viro@ftp.linux.org.uk",
        "time": "Sun Jul 15 21:00:01 2007 +0100"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Sun Jul 15 16:40:51 2007 -0700"
      },
      "message": "PDA_POWER depends on having request_irq()\n\n... so all proud owners of s390-based PDAs will have to live without that one\n\nSigned-off-by: Al Viro \u003cviro@zeniv.linux.org.uk\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "7b3d54a8c30d2c524889a05d0c1334813d516b93",
      "tree": "7bcbfadc8604f04bea356a8fc61f8069daf24b85",
      "parents": [
        "5ebf6e6a96e41220edec23a90e4140985d1a5732"
      ],
      "author": {
        "name": "Anton Vorontsov",
        "email": "cbou@mail.ru",
        "time": "Sun Jul 15 05:18:25 2007 +0400"
      },
      "committer": {
        "name": "Anton Vorontsov",
        "email": "cbou@mail.ru",
        "time": "Sun Jul 15 22:32:38 2007 +0400"
      },
      "message": "Power supply class and drivers: remove non obligatory return statements\n\nPer Jeff Garzik request.\n\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\nSigned-off-by: Anton Vorontsov \u003ccbou@mail.ru\u003e\n"
    },
    {
      "commit": "5ebf6e6a96e41220edec23a90e4140985d1a5732",
      "tree": "3ad37208eb90bb8ce530ee0befe99c192868ba1e",
      "parents": [
        "3be86148e7b394b5de2aeb720004f9788a66c300"
      ],
      "author": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Sat Jul 14 19:12:04 2007 -0400"
      },
      "committer": {
        "name": "Anton Vorontsov",
        "email": "cbou@mail.ru",
        "time": "Sun Jul 15 22:32:03 2007 +0400"
      },
      "message": "pda_power: clean up irq, timer\n\nClean up pda_power interrupt handling:\n\nPrior to this patch, the driver would pass information it needed\nto the interrupt handler dev_id pointer, and then prompt forget it\never did so, recreating that same information after a couple passes\nthrough the timer-based state machine.\n\nThis patch removes the redundant checks by passing the\npda_power_supply[] pointer through the state machine.  The current\ncode passed \u0027irq\u0027 through the state machine, as an index to recreate\nthe pointer, when we could more simply pass around the pointer itself.\n\nThis patch makes it easier to remove the \u0027irq\u0027 argument in the future,\nin addition to cleaning up the driver today.\n\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "fb972873a767220333ffb509de8d9131336e212c",
      "tree": "bb3212e2f531be875f8c8e82bb6236ed2d975760",
      "parents": [
        "efea58e397dec84e37209c98619d39a46872db4d"
      ],
      "author": {
        "name": "David Woodhouse",
        "email": "dwmw2@infradead.org",
        "time": "Fri May 04 00:51:18 2007 +0400"
      },
      "committer": {
        "name": "David Woodhouse",
        "email": "dwmw2@infradead.org",
        "time": "Tue Jul 10 11:28:22 2007 +0100"
      },
      "message": "[BATTERY] One Laptop Per Child power/battery driver\n\nSigned-off-by: David Woodhouse \u003cdwmw2@infradead.org\u003e\nSigned-off-by: Anton Vorontsov \u003ccbou@mail.ru\u003e\n"
    },
    {
      "commit": "efea58e397dec84e37209c98619d39a46872db4d",
      "tree": "45159f261783eab6a0df2d2e2999f46cb41eb6d6",
      "parents": [
        "fe0e3153acfef4864b69932cf116eb5f38f7500c"
      ],
      "author": {
        "name": "David Woodhouse",
        "email": "dwmw2@infradead.org",
        "time": "Fri May 04 00:47:40 2007 +0400"
      },
      "committer": {
        "name": "David Woodhouse",
        "email": "dwmw2@infradead.org",
        "time": "Tue Jul 10 11:28:12 2007 +0100"
      },
      "message": "[BATTERY] Apple PMU driver\n\nSigned-off-by: David Woodhouse \u003cdwmw2@infradead.org\u003e\nSigned-off-by: Anton Vorontsov \u003ccbou@mail.ru\u003e\n"
    },
    {
      "commit": "fe0e3153acfef4864b69932cf116eb5f38f7500c",
      "tree": "49875913f9166c5aae2b92192ca52f334ada0523",
      "parents": [
        "3788ec932bfd4942831e9a5034191509a2e11924"
      ],
      "author": {
        "name": "Anton Vorontsov",
        "email": "cbou@mail.ru",
        "time": "Fri May 04 00:45:39 2007 +0400"
      },
      "committer": {
        "name": "David Woodhouse",
        "email": "dwmw2@infradead.org",
        "time": "Tue Jul 10 11:26:18 2007 +0100"
      },
      "message": "[BATTERY] 1-Wire ds2760 chip battery driver\n\nThis is driver for batteries with ds2760 chip inside, found inside\nalmost every HP iPaq and HTC PDAs/phones.\n\nSigned-off-by: Anton Vorontsov \u003ccbou@mail.ru\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: David Woodhouse \u003cdwmw2@infradead.org\u003e\n"
    },
    {
      "commit": "3788ec932bfd4942831e9a5034191509a2e11924",
      "tree": "16999de498555c840864f4a18065615f13dcbcb9",
      "parents": [
        "b2998049cfae4f4a81c4bb048814d34912017bb9"
      ],
      "author": {
        "name": "Anton Vorontsov",
        "email": "cbou@mail.ru",
        "time": "Fri May 04 00:43:24 2007 +0400"
      },
      "committer": {
        "name": "David Woodhouse",
        "email": "dwmw2@infradead.org",
        "time": "Tue Jul 10 11:26:08 2007 +0100"
      },
      "message": "[BATTERY] APM emulation driver for class batteries\n\nSigned-off-by: Eugeny Boger \u003ceugenyboger@dgap.mipt.ru\u003e\nSigned-off-by: Anton Vorontsov \u003ccbou@mail.ru\u003e\nSigned-off-by: David Woodhouse \u003cdwmw2@infradead.org\u003e\n"
    },
    {
      "commit": "b2998049cfae4f4a81c4bb048814d34912017bb9",
      "tree": "ce56af8b6600a31bd78de03787848e1cecc044c8",
      "parents": [
        "4a11b59d8283662193a9c6a9c14c58d1b9bf0617"
      ],
      "author": {
        "name": "Anton Vorontsov",
        "email": "cbou@mail.ru",
        "time": "Fri May 04 00:32:17 2007 +0400"
      },
      "committer": {
        "name": "David Woodhouse",
        "email": "dwmw2@infradead.org",
        "time": "Tue Jul 10 11:25:59 2007 +0100"
      },
      "message": "[BATTERY] pda_power platform driver\n\nCommon power driver for PDAs and phones with one or two external\npower supplies (AC/USB) connected to main and backup batteries,\nand optional builtin charger.\n\nIt\u0027s used to stop logic duplication through different embedded\ndevices. So, power supply *logic* is here. pda_power register\npower supplies, and will take care about notifying batteries\nabout power changes through external power interface.\n\nCurrently, power consumption legal limits (including USB power\nconsumption) should be handled by platform code, inside set_charge\nfunction.\n\nSigned-off-by: Anton Vorontsov \u003ccbou@mail.ru\u003e\nSigned-off-by: Roman Moravcik \u003croman.moravcik@gmail.com\u003e\nSigned-off-by: David Woodhouse \u003cdwmw2@infradead.org\u003e\n"
    },
    {
      "commit": "4a11b59d8283662193a9c6a9c14c58d1b9bf0617",
      "tree": "492bf022c806ec6c554ca5f8e7c05ea6db138137",
      "parents": [
        "7dcca30a32aadb0520417521b0c44f42d09fe05c"
      ],
      "author": {
        "name": "Anton Vorontsov",
        "email": "cbou@mail.ru",
        "time": "Fri May 04 00:27:45 2007 +0400"
      },
      "committer": {
        "name": "David Woodhouse",
        "email": "dwmw2@infradead.org",
        "time": "Tue Jul 10 11:25:44 2007 +0100"
      },
      "message": "[BATTERY] Universal power supply class (was: battery class)\n\nThis class is result of \"external power\" and \"battery\" classes merge,\nas suggested by David Woodhouse. He also implemented uevent support.\n\nHere how userspace seeing it now:\n\n    \t# ls /sys/class/power\\ supply/\n    \tac  main-battery  usb\n\n    \t# cat /sys/class/power\\ supply/ac/type\n    \tAC\n\n    \t# cat /sys/class/power\\ supply/usb/type\n    \tUSB\n\n    \t# cat /sys/class/power\\ supply/main-battery/type\n    \tBattery\n\n    \t# cat /sys/class/power\\ supply/ac/online\n    \t1\n\n    \t# cat /sys/class/power\\ supply/usb/online\n    \t0\n\n    \t# cat /sys/class/power\\ supply/main-battery/status\n    \tCharging\n\n    \t# cat /sys/class/leds/h5400\\:red-left/trigger\n    \tnone h5400-radio timer hwtimer ac-online usb-online\n    \tmain-battery-charging-or-full [main-battery-charging]\n    \tmain-battery-full\n\nSigned-off-by: Anton Vorontsov \u003ccbou@mail.ru\u003e\nSigned-off-by: David Woodhouse \u003cdwmw2@infradead.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\n"
    }
  ]
}
