)]}'
{
  "log": [
    {
      "commit": "697378972d075e1b26ed2935bf44fb828c6191f5",
      "tree": "527bc825e2e04b7a48bea4a5140fd05d54ea837e",
      "parents": [
        "c6d5cca0a0e565101e3ef8d37270f5316d7c5638"
      ],
      "author": {
        "name": "Arnaud Patard (Rtp)",
        "email": "arnaud.patard@rtp-net.org",
        "time": "Thu Sep 09 14:10:33 2010 +0200"
      },
      "committer": {
        "name": "Mark Brown",
        "email": "broonie@opensource.wolfsonmicro.com",
        "time": "Wed Sep 15 12:03:58 2010 +0100"
      },
      "message": "ASoC: Change my mail address\n\nLike other coworkers, I\u0027m about leave Mandriva/Edge-It so I\u0027m changing\nmy mail address to use my personal one.\n\nSigned-off-by: Arnaud Patard \u003carnaud.patard@rtp-net.org\u003e\nSigned-off-by: Arnaud Patard \u003capatard@mandriva.com\u003e\nAcked-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\nSigned-off-by: Mark Brown \u003cbroonie@opensource.wolfsonmicro.com\u003e\n"
    },
    {
      "commit": "3056c70c4943f1838b432a61956f609035ac1b7e",
      "tree": "626d5af737614c92daac25a0a17f873949f2c02a",
      "parents": [
        "b5e31dfe069e9ddd877e277116ca2f155137a937"
      ],
      "author": {
        "name": "Kuninori Morimoto",
        "email": "kuninori.morimoto.gx@renesas.com",
        "time": "Thu Sep 09 16:30:18 2010 +0900"
      },
      "committer": {
        "name": "Mark Brown",
        "email": "broonie@opensource.wolfsonmicro.com",
        "time": "Fri Sep 10 16:07:42 2010 +0100"
      },
      "message": "fbdev: sh_mobile_hdmi: Add select SND_SOC to Kconfig\n\nThis patch solve compile error when .config doesn\u0027t have\nCONFIG_SND_SOC which is needed for HDMI sound.\nIt was reported by Guennadi as follows\n\nBesides, I think, this will not link without CONFIG_SND_SOC.\n\nReported-by: Guennadi Liakhovetski \u003cg.liakhovetski@gmx.de\u003e\nSigned-off-by: Kuninori Morimoto \u003ckuninori.morimoto.gx@renesas.com\u003e\nReviewed-by: Guennadi Liakhovetski \u003cg.liakhovetski@gmx.de\u003e\nAcked-by: Liam Girdwood \u003clrg@slimlogic.co.uk\u003e\nSigned-off-by: Mark Brown \u003cbroonie@opensource.wolfsonmicro.com\u003e\n"
    },
    {
      "commit": "ec4e5ccd4b8be576f9cd8bfc3cb8651565ed87ef",
      "tree": "46f591057cd699035b79dfa9cd80a088e25c2dbe",
      "parents": [
        "17731f8dffe7dc6fd0eb82018505a74907431699"
      ],
      "author": {
        "name": "Kuninori Morimoto",
        "email": "kuninori.morimoto.gx@renesas.com",
        "time": "Thu Sep 09 11:48:20 2010 +0900"
      },
      "committer": {
        "name": "Mark Brown",
        "email": "broonie@opensource.wolfsonmicro.com",
        "time": "Fri Sep 10 16:07:41 2010 +0100"
      },
      "message": "fbdev: sh_mobile_hdmi: add new label for sound error path\n\nThis patch solve below report from Guennadi\n\n\u003e  /* External video parameter settings */\n\u003e  static void hdmi_external_video_param(struct sh_hdmi *hdmi)\n\u003e  {\n\u003e @@ -804,6 +862,11 @@ static int __init sh_hdmi_probe(struct platform_device *pdev)\n\u003e  \t\treturn -ENOMEM;\n\u003e  \t}\n\u003e\n\u003e +\tret \u003d  snd_soc_register_codec(\u0026pdev-\u003edev,\n\u003e +\t\t\t\u0026soc_codec_dev_sh_hdmi, \u0026sh_hdmi_dai, 1);\n\u003e +\tif (ret \u003c 0)\n\u003e +\t\tgoto egetclk;\n\u003e +\n\u003e  \thdmi-\u003edev \u003d \u0026pdev-\u003edev;\n\u003e\n\u003e  \thdmi-\u003ehdmi_clk \u003d clk_get(\u0026pdev-\u003edev, \"ick\");\n\nNAK. This breaks the error path and has to be fixed. Firstly, please, use\na new label like \"esndreg,\" secondly, you have to add\n\n \tclk_disable(hdmi-\u003ehdmi_clk);\n erate:\n \tclk_put(hdmi-\u003ehdmi_clk);\n egetclk:\n+\tsnd_soc_unregister_codec(\u0026pdev-\u003edev);\n+esndreg:\n \tmutex_destroy(\u0026hdmi-\u003emutex);\n \tkfree(hdmi);\n\nReported-by: Guennadi Liakhovetski \u003cg.liakhovetski@gmx.de\u003e\nSigned-off-by: Kuninori Morimoto \u003ckuninori.morimoto.gx@renesas.com\u003e\nReviewed-by: Guennadi Liakhovetski \u003cg.liakhovetski@gmx.de\u003e\nAcked-by: Liam Girdwood \u003clrg@slimlogic.co.uk\u003e\nSigned-off-by: Mark Brown \u003cbroonie@opensource.wolfsonmicro.com\u003e\n"
    },
    {
      "commit": "17731f8dffe7dc6fd0eb82018505a74907431699",
      "tree": "0830157255c296c377e0aafe315389ed2b435f48",
      "parents": [
        "dec6aa49abf73b061b631163cb1e1d803a614d24"
      ],
      "author": {
        "name": "Kuninori Morimoto",
        "email": "kuninori.morimoto.gx@renesas.com",
        "time": "Thu Sep 09 11:48:10 2010 +0900"
      },
      "committer": {
        "name": "Mark Brown",
        "email": "broonie@opensource.wolfsonmicro.com",
        "time": "Fri Sep 10 16:07:41 2010 +0100"
      },
      "message": "fbdev: sh_mobile_hdmi: modify snd_soc_dai_driver settings\n\nThis patch solve below report from Guennadi\n\n\u003e +static struct snd_soc_dai_driver sh_hdmi_dai \u003d {\n\u003e +\t.name \u003d \"sh_mobile_hdmi-hifi\",\n\u003e +\t.playback \u003d {\n\u003e +\t\t.stream_name \u003d \"Playback\",\n\u003e +\t\t.channels_min \u003d 1,\n\nCan it actually do mono? Maybe at probe time you could look at audio flags\nfrom your previous patch and, e.g., for SPDIF set channels_min to 2?\n\n\u003e +\t\t.channels_max \u003d 2,\n\nThat\u0027s the \"smallest max,\" yes. With some other interfaces (I2S, DSD) it\ncan support up to 8 channels...\n\n\u003e +\t\t.rates \u003d SNDRV_PCM_RATE_8000_48000,\n\nHm, in the datasheet I see supported frequencies 32kHz to 192kHz. And if\nyou promise support for multiple frequencies, don\u0027t you want to implement\n.hw_params? Besides, not all of these frequencies will be available,\ndepending on your supplied clock and your willingness to implement\ndownsampling.\n\nReported-by: Guennadi Liakhovetski \u003cg.liakhovetski@gmx.de\u003e\nSigned-off-by: Kuninori Morimoto \u003ckuninori.morimoto.gx@renesas.com\u003e\nReviewed-by: Guennadi Liakhovetski \u003cg.liakhovetski@gmx.de\u003e\nAcked-by: Liam Girdwood \u003clrg@slimlogic.co.uk\u003e\nSigned-off-by: Mark Brown \u003cbroonie@opensource.wolfsonmicro.com\u003e\n"
    },
    {
      "commit": "dec6aa49abf73b061b631163cb1e1d803a614d24",
      "tree": "6e4e8010c0ad0bb1eb005364e76fb1bf475cc753",
      "parents": [
        "f4363b7d88e99497e4241397efee09b106d802c4"
      ],
      "author": {
        "name": "Kuninori Morimoto",
        "email": "kuninori.morimoto.gx@renesas.com",
        "time": "Thu Sep 09 11:48:01 2010 +0900"
      },
      "committer": {
        "name": "Mark Brown",
        "email": "broonie@opensource.wolfsonmicro.com",
        "time": "Fri Sep 10 16:07:41 2010 +0100"
      },
      "message": "fbdev: sh_mobile_hdmi: modify flags name to more specific\n\nThis patch solve below report from Guennadi\n\n1)\n\n\u003e +/* Audio source select */\n\u003e +#define HDMI_SRC_MASK\t\t(0xF \u003c\u003c 0)\n\u003e +#define HDMI_SRC_I2S\t\t(0 \u003c\u003c 0) /* default */\n\u003e +#define HDMI_SRC_SPDIF\t\t(1 \u003c\u003c 0)\n\u003e +#define HDMI_SRC_DSD\t\t(2 \u003c\u003c 0)\n\u003e +#define HDMI_SRC_HBR\t\t(3 \u003c\u003c 0)\n\nI would be more specific with these macro names, i.e., include \"AUDIO\" or\n\"SND\" or something similar in them, e.g., HDMI_AUDIO_SRC_I2S.\n\n2)\n\n\u003e +\tcase HDMI_SRC_I2S:\n\u003e +\t\tdata \u003d (0x0 \u003c\u003c 3);\n\u003e +\t\tbreak;\n\u003e +\tcase HDMI_SRC_SPDIF:\n\u003e +\t\tdata \u003d (0x1 \u003c\u003c 3);\n\u003e +\t\tbreak;\n\u003e +\tcase HDMI_SRC_DSD:\n\u003e +\t\tdata \u003d (0x2 \u003c\u003c 3);\n\u003e +\t\tbreak;\n\u003e +\tcase HDMI_SRC_HBR:\n\u003e +\t\tdata \u003d (0x3 \u003c\u003c 3);\n\nIn all above cases parenthesis are superfluous.\n\nReported-by: Guennadi Liakhovetski \u003cg.liakhovetski@gmx.de\u003e\nSigned-off-by: Kuninori Morimoto \u003ckuninori.morimoto.gx@renesas.com\u003e\nReviewed-by: Guennadi Liakhovetski \u003cg.liakhovetski@gmx.de\u003e\nAcked-by: Liam Girdwood \u003clrg@slimlogic.co.uk\u003e\nSigned-off-by: Mark Brown \u003cbroonie@opensource.wolfsonmicro.com\u003e\n"
    },
    {
      "commit": "f4363b7d88e99497e4241397efee09b106d802c4",
      "tree": "668a3b3cebc4b4efe9e6b89a28993d1ee2acfe13",
      "parents": [
        "5fbdedf072500859601705fa6f07a9e895d5e3a8"
      ],
      "author": {
        "name": "Kuninori Morimoto",
        "email": "kuninori.morimoto.gx@renesas.com",
        "time": "Thu Sep 09 11:47:49 2010 +0900"
      },
      "committer": {
        "name": "Mark Brown",
        "email": "broonie@opensource.wolfsonmicro.com",
        "time": "Fri Sep 10 16:07:40 2010 +0100"
      },
      "message": "fbdev: sh_mobile_hdmi: modify noisy comment out\n\nThis patch solve below report from Guennadi\n\n1)\n\n\u003e -\thdmi_write(hdmi, 0x00, HDMI_AUDIO_SETTING_1);\n\u003e +\tswitch (pdata-\u003eflags \u0026 HDMI_SRC_MASK) {\n\u003e +\tdefault:\n\u003e +\t\t/* FALL THROUGH */\n\nI\u0027m not sure I like the capitalisation here - no reason to shout;)\n\n2)\n\n\u003e +/************************************************************************\n\u003e +\n\u003e +\n\u003e +\t\t\tHDMI sound\n\u003e +\n\u003e +\n\u003e +************************************************************************/\n\nI don\u0027t think this comment deserves 7 lines of text, besides breaking the\nmultiline comment style. If you think, one line like\n\n/*\t\t\tHDMI sound\t\t\t*/\n\nis not enough how about just\n\n/*\n *\t\t\tHDMI sound\n */\n\n3)\n\n\u003e +/************************************************************************\n\u003e +\n\u003e +\n\u003e +\t\t\tHDMI video\n\u003e +\n\u003e +\n\u003e +************************************************************************/\n\nSee above - 7 lines seem to be an overkill to me.\n\nReported-by: Guennadi Liakhovetski \u003cg.liakhovetski@gmx.de\u003e\nSigned-off-by: Kuninori Morimoto \u003ckuninori.morimoto.gx@renesas.com\u003e\nReviewed-by: Guennadi Liakhovetski \u003cg.liakhovetski@gmx.de\u003e\nAcked-by: Liam Girdwood \u003clrg@slimlogic.co.uk\u003e\nSigned-off-by: Mark Brown \u003cbroonie@opensource.wolfsonmicro.com\u003e\n"
    },
    {
      "commit": "1d6be338c11ddc1e58915ab85e19b0f6cbc10782",
      "tree": "814386b50bf0c959bbefbb025a17791af1c68e4f",
      "parents": [
        "41a686eedfcec74f5facd487835deff8fb5cef60"
      ],
      "author": {
        "name": "Kuninori Morimoto",
        "email": "kuninori.morimoto.gx@renesas.com",
        "time": "Tue Aug 31 14:47:07 2010 +0900"
      },
      "committer": {
        "name": "Mark Brown",
        "email": "broonie@opensource.wolfsonmicro.com",
        "time": "Wed Sep 01 11:18:32 2010 +0100"
      },
      "message": "ASoC: Add sh_mobile_hdmi sound support\n\nSigned-off-by: Kuninori Morimoto \u003ckuninori.morimoto.gx@renesas.com\u003e\nAcked-by: Liam Girdwood \u003clrg@slimlogic.co.uk\u003e\nSigned-off-by: Mark Brown \u003cbroonie@opensource.wolfsonmicro.com\u003e\n"
    },
    {
      "commit": "6d86577124bd674209954517a074a472456c758b",
      "tree": "2f8d768d6e76adf7dd9090eed9dac3f3fc9b8716",
      "parents": [
        "c88e7b93a80bd46899c4cb09a9b2d52bb04d79bd"
      ],
      "author": {
        "name": "Kuninori Morimoto",
        "email": "kuninori.morimoto.gx@renesas.com",
        "time": "Tue Aug 31 14:46:41 2010 +0900"
      },
      "committer": {
        "name": "Mark Brown",
        "email": "broonie@opensource.wolfsonmicro.com",
        "time": "Wed Sep 01 11:17:49 2010 +0100"
      },
      "message": "fbdev: sh-mobile: Add HDMI sound type selection\n\nSigned-off-by: Kuninori Morimoto \u003ckuninori.morimoto.gx@renesas.com\u003e\nAcked-by: Liam Girdwood \u003clrg@slimlogic.co.uk\u003e\nSigned-off-by: Mark Brown \u003cbroonie@opensource.wolfsonmicro.com\u003e\n"
    },
    {
      "commit": "e4862f2f6f5653dfb67f3ba2b6f0bc74516ed51a",
      "tree": "1db5a0540a4eecfad9b7daee476b985e82ddc810",
      "parents": [
        "ec62dbd7eb8e3dddb221da89ecbcea0fc3dee8c1",
        "b2c1e07b81a126e5846dfc3d36f559d861df59f4"
      ],
      "author": {
        "name": "Mark Brown",
        "email": "broonie@opensource.wolfsonmicro.com",
        "time": "Mon Aug 16 18:42:58 2010 +0100"
      },
      "committer": {
        "name": "Mark Brown",
        "email": "broonie@opensource.wolfsonmicro.com",
        "time": "Mon Aug 16 18:42:58 2010 +0100"
      },
      "message": "Merge branch \u0027for-2.6.36\u0027 into for-2.6.37\n\nFairly simple conflicts, the most serious ones are the i.MX ones which I\nsuspect now need another rename.\n\nConflicts:\n\tarch/arm/mach-mx2/clock_imx27.c\n\tarch/arm/mach-mx2/devices.c\n\tarch/arm/mach-omap2/board-rx51-peripherals.c\n\tarch/arm/mach-omap2/board-zoom2.c\n\tsound/soc/fsl/mpc5200_dma.c\n\tsound/soc/fsl/mpc5200_dma.h\n\tsound/soc/fsl/mpc8610_hpcd.c\n\tsound/soc/pxa/spitz.c\n"
    },
    {
      "commit": "2245ba2a3a975656bb303dfaa115accaa4667083",
      "tree": "cbeb348c43d58461d851907373c34a7b9a985e41",
      "parents": [
        "e2e96c663639a3361bb1a84e666887d308c6c87e",
        "95ee46aa8698f2000647dfb362400fadbb5807cf"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Sun Aug 15 17:37:07 2010 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Sun Aug 15 17:37:07 2010 -0700"
      },
      "message": "Merge branch \u0027release\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6\n\n* \u0027release\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6:\n  gcc-4.6: ACPI: fix unused but set variables in ACPI\n  ACPI thermal: make procfs I/F depend on CONFIG_ACPI_PROCFS\n  ACPI video: make procfs I/F depend on CONFIG_ACPI_PROCFS\n  ACPI processor: remove deprecated ACPI procfs I/F\n  ACPI power_resource: remove unused procfs I/F\n  ACPI: remove deprecated ACPI procfs I/F\n  ACPI: introduce drivers/acpi/sysfs.c\n  ACPI: introduce module parameter acpi.aml_debug_output\n  ACPI: introduce drivers/acpi/debugfs.c\n  ACPI, APEI, ERST debug support\n  ACPI, APEI, Manage GHES as platform devices\n  ACPI, APEI, Rename CPER and GHES severity constants\n  ACPI, APEI, Fix a typo of error path of apei_resources_request\n  ACPI / ACPICA: Fix reference counting problems with GPE handlers\n  ACPI: Add the check of ADR flag in course of finding ACPI handle for PCI device\n  ACPI / Sleep: Drop acpi_suspend_finish()\n  ACPI / Sleep: Consolidate suspend and hibernation routines\n  ACPI / Wakeup: Simplify enabling of wakeup devices\n  ACPI / Sleep: Rework enabling wakeup devices\n  ACPI / Sleep: Free NVS copy if suspending of devices fails\n\nFixed up totally buggered \"ACPI: fix unused but set variables in ACPI\"\npatch that doesn\u0027t even compile in the merge.\n\nThanks to Sedat Dilek \u003csedat.dilek@googlemail.com\u003e for noticing the\nbreakage before I even pulled.  And a big \"Grrr..\" at Len for not even\nbothering to compile the tree before asking me to pull.\n"
    },
    {
      "commit": "e2e96c663639a3361bb1a84e666887d308c6c87e",
      "tree": "7c28b1e5baaff4741d974193ba30f1c53992596f",
      "parents": [
        "7355a5a654ccbbfd2fd11bb1e2389910f786ea92",
        "1a8bd481bfba30515b54368d90a915db3faf302f"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Sun Aug 15 17:34:20 2010 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Sun Aug 15 17:34:20 2010 -0700"
      },
      "message": "Merge git://git.infradead.org/iommu-2.6\n\n* git://git.infradead.org/iommu-2.6:\n  intel-iommu: Fix 32-bit build warning with __cmpxchg()\n  intr-remap: allow disabling source id checking\n"
    },
    {
      "commit": "7355a5a654ccbbfd2fd11bb1e2389910f786ea92",
      "tree": "a1aa0b16bab51f8c5c505fe237d3ba6ba20b88aa",
      "parents": [
        "7a1b29a82ba76427de791098c095ce31dab9333d",
        "84c4f46d9c0bd67b763b01a6b4c86dcfde6c818a"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Sun Aug 15 17:32:47 2010 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Sun Aug 15 17:32:47 2010 -0700"
      },
      "message": "Merge git://git.infradead.org/mtd-2.6\n\n* git://git.infradead.org/mtd-2.6:\n  mtd/nand_ids: Fix buswidth\n  mtd/m25p80: fix test for end of loop\n  mtd/m25p80: retlen is never NULL\n  MIPS: Fix gen_nand probe structures contents\n  gen_nand: Test if nr_chips field is valid\n  BFIN: Fix gen_nand probe structures contents\n  nand/denali: move all hardware initialization work to denali_hw_init\n  nand/denali: Add a page check in denali_read_page \u0026 denali_read_page_raw\n  nand/denali: use cpu_relax() while waiting for hardware interrupt\n  nand/denali: change read_status function method\n  nand/denali: Fixed check patch warnings\n  ARM: Fix gen_nand probe structures contents\n  mtd/nand_base: fix kernel-doc warnings \u0026 typos\n  nand/denali: use dev_xx debug function to replace nand_dbg_print and some printk\n  nand/denali: Fixed handle ECC error bugs\n  nand/denali: use iowrite32() to replace denali_write32()\n  nand/denali: Fixed probe function bugs\n"
    },
    {
      "commit": "5a4179460cb50d939a2ae713cf88fcbff75f2c1c",
      "tree": "f41bfc36bbb14be449aaeecf01df592a5fd553f4",
      "parents": [
        "5d7cb157025b3b4852f38e6e5e97d06ef12c1d78",
        "4725fd3ce970c27a1678fb0809bfc7c2f4ac3e4f"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Sun Aug 15 11:17:52 2010 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Sun Aug 15 11:17:52 2010 -0700"
      },
      "message": "Merge branch \u0027idle-release\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-idle-2.6\n\n* \u0027idle-release\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-idle-2.6:\n  intel_idle: recognize Lincroft Atom Processor\n  intel_idle: no longer EXPERIMENTAL\n  intel_idle: disable module support\n  intel_idle: add support for Westmere-EX\n  intel_idle: delete power_policy modparam, and choose substate functions\n  intel_idle: delete substates DEBUG modparam\n"
    },
    {
      "commit": "95ee46aa8698f2000647dfb362400fadbb5807cf",
      "tree": "e5a05c7297f997e191c73091934e42e3195c0e40",
      "parents": [
        "cfa806f059801dbe7e435745eb2e187c8bfe1e7f",
        "92fa5bd9a946b6e7aab6764e7312e4e3d9bed295"
      ],
      "author": {
        "name": "Len Brown",
        "email": "len.brown@intel.com",
        "time": "Sun Aug 15 01:06:31 2010 -0400"
      },
      "committer": {
        "name": "Len Brown",
        "email": "len.brown@intel.com",
        "time": "Sun Aug 15 01:06:31 2010 -0400"
      },
      "message": "Merge branch \u0027linus\u0027 into release\n\nConflicts:\n\tdrivers/acpi/debug.c\n\nSigned-off-by: Len Brown \u003clen.brown@intel.com\u003e\n"
    },
    {
      "commit": "cfa806f059801dbe7e435745eb2e187c8bfe1e7f",
      "tree": "9c99026f29b863ca0541699e45349b8fa40ea93a",
      "parents": [
        "43d9f87b79804f2d75d9d8a81c862b179f055a15"
      ],
      "author": {
        "name": "Andi Kleen",
        "email": "andi@firstfloor.org",
        "time": "Tue Jul 20 15:18:36 2010 -0700"
      },
      "committer": {
        "name": "Len Brown",
        "email": "len.brown@intel.com",
        "time": "Sun Aug 15 00:53:08 2010 -0400"
      },
      "message": "gcc-4.6: ACPI: fix unused but set variables in ACPI\n\nSome minor improvements in error handling, but overall it was mostly dead\ncode.\n\nSigned-off-by: Andi Kleen \u003cak@linux.intel.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Len Brown \u003clen.brown@intel.com\u003e\n"
    },
    {
      "commit": "43d9f87b79804f2d75d9d8a81c862b179f055a15",
      "tree": "b3e6368c641d7999832f5b06b04639d41aa9f485",
      "parents": [
        "6e37c658aefa57c472b2dbf1de88dbd3c67cdb52"
      ],
      "author": {
        "name": "Zhang Rui",
        "email": "rui.zhang@intel.com",
        "time": "Thu Jul 15 10:46:44 2010 +0800"
      },
      "committer": {
        "name": "Len Brown",
        "email": "len.brown@intel.com",
        "time": "Sun Aug 15 00:37:33 2010 -0400"
      },
      "message": "ACPI thermal: make procfs I/F depend on CONFIG_ACPI_PROCFS\n\nMark the ACPI thermal procfs I/F deprecated, because /sys/class/thermal/\nis already available and has been working for years w/o any problem.\n\nThe ACPI thermal procfs I/F will be removed in 2.6.37.\n\nSigned-off-by: Zhang Rui \u003crui.zhang@intel.com\u003e\nSigned-off-by: Len Brown \u003clen.brown@intel.com\u003e\n"
    },
    {
      "commit": "6e37c658aefa57c472b2dbf1de88dbd3c67cdb52",
      "tree": "b16e489f5a371a8d60e86245e27fddc2b946d8a1",
      "parents": [
        "d09fe55510257f1acd21ea80a9bdd7c72b5895b3"
      ],
      "author": {
        "name": "Zhang Rui",
        "email": "rui.zhang@intel.com",
        "time": "Thu Jul 15 10:46:43 2010 +0800"
      },
      "committer": {
        "name": "Len Brown",
        "email": "len.brown@intel.com",
        "time": "Sun Aug 15 00:34:06 2010 -0400"
      },
      "message": "ACPI video: make procfs I/F depend on CONFIG_ACPI_PROCFS\n\nMark ACPI video driver procfs I/F deprecated, including:\n/proc/acpi/video/*/info\n/proc/acpi/video/*/DOS\n/proc/acpi/video/*/ROM\n/proc/acpi/video/*/POST\n/proc/acpi/video/*/POST_info\n/proc/acpi/video/*/*/info\n/proc/acpi/video/*/*/state\n/proc/acpi/video/*/*/EDID\nand\n/proc/acpi/video/*/*/brightness, because\n1. we already have the sysfs I/F /sysclass/backlight/ as the replacement\nof /proc/acpi/video/*/*/brightness.\n2. the other procfs I/F is not useful for userspace.\n\nSigned-off-by: Zhang Rui \u003crui.zhang@intel.com\u003e\nSigned-off-by: Len Brown \u003clen.brown@intel.com\u003e\n"
    },
    {
      "commit": "d09fe55510257f1acd21ea80a9bdd7c72b5895b3",
      "tree": "8de6e26f254167fabbc66b4de6f03a44bb57acde",
      "parents": [
        "06af7eb043c02822072cea862fce1b7c74115e8f"
      ],
      "author": {
        "name": "Zhang Rui",
        "email": "rui.zhang@intel.com",
        "time": "Thu Jul 15 10:46:41 2010 +0800"
      },
      "committer": {
        "name": "Len Brown",
        "email": "len.brown@intel.com",
        "time": "Sun Aug 15 00:31:45 2010 -0400"
      },
      "message": "ACPI processor: remove deprecated ACPI procfs I/F\n\nRemove deprecated ACPI processor procfs I/F, including:\n/proc/acpi/processor/CPUX/power\n/proc/acpi/processor/CPUX/limit\n/proc/acpi/processor/CPUX/info\n\n/proc/acpi/processor/CPUX/throttling still exists,\nas we don\u0027t have sysfs I/F available for now.\n\nSigned-off-by: Zhang Rui \u003crui.zhang@intel.com\u003e\nSigned-off-by: Len Brown \u003clen.brown@intel.com\u003e\n"
    },
    {
      "commit": "06af7eb043c02822072cea862fce1b7c74115e8f",
      "tree": "43af890ec5c9f6843cd12cc11e5b38f89f05b98e",
      "parents": [
        "47f5c892b06797336a34f1096b4b617623aa1960"
      ],
      "author": {
        "name": "Zhang Rui",
        "email": "rui.zhang@intel.com",
        "time": "Thu Jul 15 10:46:38 2010 +0800"
      },
      "committer": {
        "name": "Len Brown",
        "email": "len.brown@intel.com",
        "time": "Sun Aug 15 00:28:26 2010 -0400"
      },
      "message": "ACPI power_resource: remove unused procfs I/F\n\nRemove unused ACPI power procfs I/F.\n\nSigned-off-by: Zhang Rui \u003crui.zhang@intel.com\u003e\nSigned-off-by: Len Brown \u003clen.brown@intel.com\u003e\n"
    },
    {
      "commit": "47f5c892b06797336a34f1096b4b617623aa1960",
      "tree": "31613e2031b8b5ac40b48dc5f8d673c8dbe5ead6",
      "parents": [
        "1c8fce27e275fd7c6b75bc6455745f02d3903ee6"
      ],
      "author": {
        "name": "Zhang Rui",
        "email": "rui.zhang@intel.com",
        "time": "Thu Jul 15 10:46:33 2010 +0800"
      },
      "committer": {
        "name": "Len Brown",
        "email": "len.brown@intel.com",
        "time": "Sun Aug 15 00:27:51 2010 -0400"
      },
      "message": "ACPI: remove deprecated ACPI procfs I/F\n\nRmove deprecated ACPI procfs I/F, including\n/proc/acpi/debug_layer\n/proc/acpi/debug_level\n/proc/acpi/info\n/proc/acpi/dsdt\n/proc/acpi/fadt\n/proc/acpi/sleep\n\nbecause the sysfs I/F is already available\nand has been working well for years.\n\nSigned-off-by: Zhang Rui \u003crui.zhang@intel.com\u003e\nSigned-off-by: Len Brown \u003clen.brown@intel.com\u003e\n"
    },
    {
      "commit": "1c8fce27e275fd7c6b75bc6455745f02d3903ee6",
      "tree": "3d98b0879ba6bf0b8dca08e6ff185b5febb8026a",
      "parents": [
        "c172cb73bc79fe69915b1a1a48e374aa4b1f8a59"
      ],
      "author": {
        "name": "Zhang Rui",
        "email": "rui.zhang@intel.com",
        "time": "Thu Jul 15 10:46:30 2010 +0800"
      },
      "committer": {
        "name": "Len Brown",
        "email": "len.brown@intel.com",
        "time": "Sun Aug 15 00:26:30 2010 -0400"
      },
      "message": "ACPI: introduce drivers/acpi/sysfs.c\n\nIntroduce drivers/acpi/sysfs.c.\n\ncode for ACPI sysfs I/F, including\n#ifdef ACPI_DEBUG\n/sys/module/acpi/parameters/debug_layer\n/sys/module/acpi/parameters/debug_level\n/sys/module/acpi/parameters/trace_method_name\n/sys/module/acpi/parameters/trace_debug_layer\n/sys/module/acpi/parameters/trace_debug_level\n/sys/module/acpi/parameters/trace_state\n#endif\n/sys/module/acpi/parameters/acpica_version\n/sys/firmware/acpi/tables/\n/sys/firmware/acpi/interrupts/\nis moved to this file.\n\nNo function change in this patch.\n\nSigned-off-by: Zhang Rui \u003crui.zhang@intel.com\u003e\nSigned-off-by: Len Brown \u003clen.brown@intel.com\u003e\n"
    },
    {
      "commit": "c172cb73bc79fe69915b1a1a48e374aa4b1f8a59",
      "tree": "eb3d6415914968441c063f7282e824b14b5a5edb",
      "parents": [
        "e8eb6228094bcf0c84d9aa32b6363e78da68e1f5",
        "28f4f8a9def2b1f3a6066bae791c77043ec49524"
      ],
      "author": {
        "name": "Len Brown",
        "email": "len.brown@intel.com",
        "time": "Sun Aug 15 00:25:40 2010 -0400"
      },
      "committer": {
        "name": "Len Brown",
        "email": "len.brown@intel.com",
        "time": "Sun Aug 15 00:25:40 2010 -0400"
      },
      "message": "Merge branch \u0027acpica-gpe\u0027 into release\n"
    },
    {
      "commit": "e8eb6228094bcf0c84d9aa32b6363e78da68e1f5",
      "tree": "faebb2559bb45ba452dd596744b214326ee8281e",
      "parents": [
        "ecd8ee0955a2f21914c2e2ffff82541211c5bd43",
        "108029ff84fcad8f9199d2d2e2583ae2747d45a4"
      ],
      "author": {
        "name": "Len Brown",
        "email": "len.brown@intel.com",
        "time": "Sat Aug 14 23:57:32 2010 -0400"
      },
      "committer": {
        "name": "Len Brown",
        "email": "len.brown@intel.com",
        "time": "Sat Aug 14 23:57:32 2010 -0400"
      },
      "message": "Merge branch \u0027bugzilla-16422\u0027 into release\n"
    },
    {
      "commit": "ecd8ee0955a2f21914c2e2ffff82541211c5bd43",
      "tree": "3987f3d505482a00e9a1d2c44b340d0b71f66d75",
      "parents": [
        "feb29c5175e61d0f1ec2cbcaccdfa55e588780be",
        "c637e4861c7db8165d0f438db3829e7878c96059"
      ],
      "author": {
        "name": "Len Brown",
        "email": "len.brown@intel.com",
        "time": "Sat Aug 14 23:55:57 2010 -0400"
      },
      "committer": {
        "name": "Len Brown",
        "email": "len.brown@intel.com",
        "time": "Sat Aug 14 23:55:57 2010 -0400"
      },
      "message": "Merge branch \u0027procfs-cleanup\u0027 into release\n"
    },
    {
      "commit": "feb29c5175e61d0f1ec2cbcaccdfa55e588780be",
      "tree": "e904f95a4ef4e601af0c2d6619671b8a210c8a65",
      "parents": [
        "f2a66185bed21427d8d347a42eaf0ad1d3d9fc63",
        "2ff729d506e8db82d76a93bc963df4d0a4d46b57"
      ],
      "author": {
        "name": "Len Brown",
        "email": "len.brown@intel.com",
        "time": "Sat Aug 14 23:55:47 2010 -0400"
      },
      "committer": {
        "name": "Len Brown",
        "email": "len.brown@intel.com",
        "time": "Sat Aug 14 23:55:47 2010 -0400"
      },
      "message": "Merge branch \u0027apei\u0027 into release\n"
    },
    {
      "commit": "f2a66185bed21427d8d347a42eaf0ad1d3d9fc63",
      "tree": "de49c1ea5b87273596725d9bb1b0188ae2bbf3c9",
      "parents": [
        "9fe6206f400646a2322096b56c59891d530e8d51",
        "618d7fd0d4e51a45d25d9bc6097a0cb1e5a2f226"
      ],
      "author": {
        "name": "Len Brown",
        "email": "len.brown@intel.com",
        "time": "Sat Aug 14 23:55:44 2010 -0400"
      },
      "committer": {
        "name": "Len Brown",
        "email": "len.brown@intel.com",
        "time": "Sat Aug 14 23:55:44 2010 -0400"
      },
      "message": "Merge branch \u0027nvs\u0027 into release\n"
    },
    {
      "commit": "c637e4861c7db8165d0f438db3829e7878c96059",
      "tree": "7cb2621815f1861d0e333cced6bf993f1b38c4e0",
      "parents": [
        "a25ee9200eef07377e1703697afbb5d81f89e500"
      ],
      "author": {
        "name": "Zhang Rui",
        "email": "rui.zhang@intel.com",
        "time": "Thu Jul 15 10:46:17 2010 +0800"
      },
      "committer": {
        "name": "Len Brown",
        "email": "len.brown@intel.com",
        "time": "Sat Aug 14 23:02:14 2010 -0400"
      },
      "message": "ACPI: introduce module parameter acpi.aml_debug_output\n\nIntroduce module parameter acpi.aml_debug_output.\n\nWith acpi.aml_debug_output set, we can get AML debug object output\n(Store (AAA, Debug)), even with CONFIG_ACPI_DEBUG cleared.\n\nTogether with the runtime custom method mechanism,\nwe can debug AML code problems without rebuilding the kernel.\n\nSigned-off-by: Zhang Rui \u003crui.zhang@intel.com\u003e\nSigned-off-by: Len Brown \u003clen.brown@intel.com\u003e\n"
    },
    {
      "commit": "a25ee9200eef07377e1703697afbb5d81f89e500",
      "tree": "efecbc42b6a600ee17c81951834d88f1ad0566e3",
      "parents": [
        "9fe6206f400646a2322096b56c59891d530e8d51"
      ],
      "author": {
        "name": "Zhang Rui",
        "email": "rui.zhang@intel.com",
        "time": "Thu Jul 15 10:46:15 2010 +0800"
      },
      "committer": {
        "name": "Len Brown",
        "email": "len.brown@intel.com",
        "time": "Sat Aug 14 23:02:00 2010 -0400"
      },
      "message": "ACPI: introduce drivers/acpi/debugfs.c\n\nIntroduce drivers/acpi/debugfs.c.\n\nCode for ACPI debugfs I/F,\ni.e. /sys/kernel/debug/acpi/custom_method,\nis moved to this file.\n\nAnd make ACPI debugfs always built in,\neven if CONFIG_ACPI_DEBUG is cleared.\n\nBTW:this adds about 400bytes code to ACPI, when\nCONFIG_ACPI_DEBUG is cleared.\n\n[uaccess.h build fix from Andrew Morton \u003cakpm@linux-foundation.org\u003e]\n\nSigned-off-by: Zhang Rui \u003crui.zhang@intel.com\u003e\nSigned-off-by: Len Brown \u003clen.brown@intel.com\u003e\n"
    },
    {
      "commit": "4725fd3ce970c27a1678fb0809bfc7c2f4ac3e4f",
      "tree": "ac01950f1864a7a651360ad3ae1a403bacb9efef",
      "parents": [
        "5a5e28daea69652505ac07eb5fbda4d7f0534926"
      ],
      "author": {
        "name": "Arjan van de Ven",
        "email": "arjan@linux.intel.com",
        "time": "Wed Jul 21 23:42:25 2010 -0400"
      },
      "committer": {
        "name": "Len Brown",
        "email": "len.brown@intel.com",
        "time": "Sat Aug 14 22:54:52 2010 -0400"
      },
      "message": "intel_idle: recognize Lincroft Atom Processor\n\nSigned-off-by: Arjan van de Ven \u003carjan@linux.intel.com\u003e\nSigned-off-by: Len Brown \u003clen.brown@intel.com\u003e\n"
    },
    {
      "commit": "2ff729d506e8db82d76a93bc963df4d0a4d46b57",
      "tree": "51cdaa84aad4504232b426a770ce16a5bd0d050b",
      "parents": [
        "7ad6e9435596f692ff65f399da12816c94960185"
      ],
      "author": {
        "name": "Huang Ying",
        "email": "ying.huang@intel.com",
        "time": "Thu Aug 12 11:55:17 2010 +0800"
      },
      "committer": {
        "name": "Len Brown",
        "email": "len.brown@intel.com",
        "time": "Sat Aug 14 22:47:55 2010 -0400"
      },
      "message": "ACPI, APEI, ERST debug support\n\nThis patch adds debugging/testing support to ERST. A misc device is\nimplemented to export raw ERST read/write/clear etc operations to user\nspace. With this patch, we can add ERST testing support to\nlinuxfirmwarekit ISO (linuxfirmwarekit.org) to verify the kernel\nsupport and the firmware implementation.\n\nSigned-off-by: Huang Ying \u003cying.huang@intel.com\u003e\nAcked-by: Randy Dunlap \u003crandy.dunlap@oracle.com\u003e\nSigned-off-by: Andi Kleen \u003cak@linux.intel.com\u003e\nSigned-off-by: Len Brown \u003clen.brown@intel.com\u003e\n"
    },
    {
      "commit": "fc58fb180755cdeda3ce58776eef94a01b37a1c1",
      "tree": "60d7afba820cae89c5227db0b14fdae09f4a8cf7",
      "parents": [
        "cd956a1c039a55a0ea58175b9a6e83c45799f3de"
      ],
      "author": {
        "name": "Randy Dunlap",
        "email": "randy.dunlap@oracle.com",
        "time": "Sat Aug 14 13:05:57 2010 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Sat Aug 14 16:21:00 2010 -0700"
      },
      "message": "fusion: add function parameter names to kernel-doc\n\nFix fusion missing kernel-doc:\n\n  Warning(drivers/message/fusion/mptbase.c:649): No description found for parameter \u0027func_name\u0027\n  Warning(drivers/message/fusion/mptbase.c:8010): No description found for parameter \u0027cb_idx\u0027\n\nSigned-off-by: Randy Dunlap \u003crandy.dunlap@oracle.com\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "1f5cfe2f732c6f4d198950ec3c951105af24dd01",
      "tree": "5191777a5f556492f982a786a768fc0cb898927c",
      "parents": [
        "03ab450f030b08d786c7a262b67816396f09c7ab"
      ],
      "author": {
        "name": "Randy Dunlap",
        "email": "randy.dunlap@oracle.com",
        "time": "Sat Aug 14 13:05:50 2010 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Sat Aug 14 16:20:59 2010 -0700"
      },
      "message": "fusion: fix non-kernel-doc comment block\n\nFix comment begin notation not to look like kernel-doc\nsince it\u0027s not.  Removes kernel-doc warnings.\n\nSigned-off-by: Randy Dunlap \u003crandy.dunlap@oracle.com\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "d310ad0c9d6354affc8abdcfb189ae1a434f18ae",
      "tree": "b4daa9dc377e30087b6433a6ab95cc9ef0768528",
      "parents": [
        "c29c08b59875fe053471cf9eb66f8cfef39bc509",
        "f279941863f0d39fa8285b84449b52b8286a254b"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Sat Aug 14 14:57:58 2010 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Sat Aug 14 14:57:58 2010 -0700"
      },
      "message": "Merge branch \u0027hwmon-for-linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/staging\n\n* \u0027hwmon-for-linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/staging: (22 commits)\n  hwmon: (via-cputemp) Remove bogus \"SHOW\" global variable\n  hwmon: jc42 depends on I2C\n  hwmon: (pc87427) Add a maintainer\n  hwmon: (pc87427) Move sysfs file removal to a separate function\n  hwmon: (pc87427) Add temperature monitoring support\n  hwmon: (pc87427) Add support for the second logical device\n  hwmon: (pc87427) Add support for manual fan speed control\n  hwmon: (pc87427) Minor style cleanups\n  hwmon: (pc87427) Handle disabled fan inputs properly\n  hwmon: (w83627ehf) Add support for W83667HG-B\n  hwmon: (w83627ehf) Driver cleanup\n  hwmon: Add driver for SMSC EMC2103 temperature monitor and fan controller\n  hwmon: Remove in[0-*]_fault from sysfs-interface\n  hwmon: Add 4 current alarm/beep attributes to sysfs-interface\n  hwmon: Add 3 critical limit attributes to sysfs-interface\n  hwmon: (asc7621) Clean up and improve detect function\n  hwmon: (it87) Export labels for internal sensors\n  hwmon: (lm75) Add suspend/resume feature\n  hwmon: (emc1403) Add power support\n  hwmon: (ltc4245) Expose all GPIO pins as analog voltages\n  ...\n"
    },
    {
      "commit": "c29c08b59875fe053471cf9eb66f8cfef39bc509",
      "tree": "00c9b1794483666eddccdd7302611e0cffb4c184",
      "parents": [
        "bbbfb910d14988963fbc0b3fc5fc460daf21bf24",
        "3c3e210877e89aa3bfbda22551876986c035c433"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Sat Aug 14 12:34:34 2010 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Sat Aug 14 12:34:34 2010 -0700"
      },
      "message": "Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6\n\n* git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6: (28 commits)\n  [SCSI] qla4xxx: fix compilation warning\n  [SCSI] make error handling more robust in the face of reservations\n  [SCSI] tgt: fix warning\n  [SCSI] drivers/message/fusion: Adjust confusing if indentation\n  [SCSI] Return NEEDS_RETRY for eh commands with status BUSY\n  [SCSI] ibmvfc: Driver version 1.0.9\n  [SCSI] ibmvfc: Fix terminate_rport_io\n  [SCSI] ibmvfc: Fix rport add/delete race resulting in oops\n  [SCSI] lpfc 8.3.16: Change LPFC driver version to 8.3.16\n  [SCSI] lpfc 8.3.16: FCoE Discovery and Failover Fixes\n  [SCSI] lpfc 8.3.16: SLI Additions, updates, and code cleanup\n  [SCSI] pm8001: introduce missing kfree\n  [SCSI] qla4xxx: Update driver version to 5.02.00-k3\n  [SCSI] qla4xxx: Added AER support for ISP82xx\n  [SCSI] qla4xxx: Handle outstanding mbx cmds on hung f/w scenarios\n  [SCSI] qla4xxx: updated mbx_sys_info struct to sync with FW 4.6.x\n  [SCSI] qla4xxx: clear AF_DPC_SCHEDULED flage when exit from do_dpc\n  [SCSI] qla4xxx: Stop firmware before doing init firmware.\n  [SCSI] qla4xxx: Use the correct request queue.\n  [SCSI] qla4xxx: set correct value in sess-\u003erecovery_tmo\n  ...\n"
    },
    {
      "commit": "f279941863f0d39fa8285b84449b52b8286a254b",
      "tree": "b20832d72e2049de235423ce97d493e470c0ecb9",
      "parents": [
        "4bd2691d6ce37e04a965eede12dc05dd62d3a294"
      ],
      "author": {
        "name": "H. Peter Anvin",
        "email": "hpa@linux.intel.com",
        "time": "Sat Aug 14 21:09:02 2010 +0200"
      },
      "committer": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Sat Aug 14 21:09:02 2010 +0200"
      },
      "message": "hwmon: (via-cputemp) Remove bogus \"SHOW\" global variable\n\nThe via-cputemp hwmon driver was probably intending \"typedef enum {\n... } SHOW;\", but the \"typedef\" was missing creating a global variable\nnamed \"SHOW\".  There is absolutely no reason to have this in the\nglobal namespace.\n\nSigned-off-by: H. Peter Anvin \u003chpa@linux.intel.com\u003e\nAcked-by: Harald Welte \u003cHaraldWelte@viatech.com\u003e\nCc: Juerg Haefliger \u003cjuergh@gmail.com\u003e\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\n"
    },
    {
      "commit": "4bd2691d6ce37e04a965eede12dc05dd62d3a294",
      "tree": "e18504f25770242924557e2523afc88fe4c978d0",
      "parents": [
        "1ad107fd7492d3dd54d9622793f947b0afea5202"
      ],
      "author": {
        "name": "Randy Dunlap",
        "email": "randy.dunlap@oracle.com",
        "time": "Sat Aug 14 21:09:01 2010 +0200"
      },
      "committer": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Sat Aug 14 21:09:01 2010 +0200"
      },
      "message": "hwmon: jc42 depends on I2C\n\njc42 uses i2c interfaces, so it should depend on I2C.\n\ndrivers/hwmon/jc42.c:426: error: implicit declaration of function \u0027i2c_check_functionality\u0027\ndrivers/hwmon/jc42.c:521: error: implicit declaration of function \u0027i2c_smbus_read_word_data\u0027\ndrivers/hwmon/jc42.c:529: error: implicit declaration of function \u0027i2c_smbus_write_word_data\u0027\ndrivers/hwmon/jc42.c:580: error: implicit declaration of function \u0027i2c_add_driver\u0027\ndrivers/hwmon/jc42.c:585: error: implicit declaration of function \u0027i2c_del_driver\u0027\n\nSigned-off-by: Randy Dunlap \u003crandy.dunlap@oracle.com\u003e\nAcked-by: Guenter Roeck \u003cguenter.roeck@ericsson.com\u003e\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\n"
    },
    {
      "commit": "c6b8724647eb1c24dc37cec8518bb6957f0000a8",
      "tree": "ff5c9d77d023d049c51b84323b809bd16bd080f8",
      "parents": [
        "008e5f3350e0a474baff3ed3eb4f79653a6b6745"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Sat Aug 14 21:09:00 2010 +0200"
      },
      "committer": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Sat Aug 14 21:09:00 2010 +0200"
      },
      "message": "hwmon: (pc87427) Move sysfs file removal to a separate function\n\nThe sysfs file removal code is the same in the probe error path and in\nthe remove function, so move it to a separate function to avoid code\nduplication.\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nAcked-by: Guenter Roeck \u003cguenter.roeck@ericsson.com\u003e\n"
    },
    {
      "commit": "008e5f3350e0a474baff3ed3eb4f79653a6b6745",
      "tree": "b2a2b27fd68b6071bbe3f2560df477d39d2ddb24",
      "parents": [
        "9d32df192d2e4db4d59f26a3ea73601bd1a733e5"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Sat Aug 14 21:08:59 2010 +0200"
      },
      "committer": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Sat Aug 14 21:08:59 2010 +0200"
      },
      "message": "hwmon: (pc87427) Add temperature monitoring support\n\nAdd support for the 6 temperature monitoring channels of the PC87427.\nNote that the sensors resolution can vary, and I couldn\u0027t find a way\nto figure it out, so we might have to compensate in user-space.\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nAcked-by: Guenter Roeck \u003cguenter.roeck@ericsson.com\u003e\n"
    },
    {
      "commit": "9d32df192d2e4db4d59f26a3ea73601bd1a733e5",
      "tree": "69d44f6e2707af0d77244f78461a4c690f4ca0a8",
      "parents": [
        "328716bc16b7077ea5f6293c7420247c570d6480"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Sat Aug 14 21:08:58 2010 +0200"
      },
      "committer": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Sat Aug 14 21:08:58 2010 +0200"
      },
      "message": "hwmon: (pc87427) Add support for the second logical device\n\nThe second logical device contains the voltage and temperature\nregisters. We have to extend the driver to support a second logical\ndevice before we can add support for these features.\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nAcked-by: Guenter Roeck \u003cguenter.roeck@ericsson.com\u003e\n"
    },
    {
      "commit": "328716bc16b7077ea5f6293c7420247c570d6480",
      "tree": "e96b0cf74988b4b3b05c6408d8640ba61e99f63c",
      "parents": [
        "0d22d5835d4c82d1d03399688267f63334efd526"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Sat Aug 14 21:08:58 2010 +0200"
      },
      "committer": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Sat Aug 14 21:08:58 2010 +0200"
      },
      "message": "hwmon: (pc87427) Add support for manual fan speed control\n\nAdd initial support for PWM outputs of the PC87427 Super-I/O chip.\nOnly mode change and manual fan speed control are supported. Automatic\nmode configuration isn\u0027t supported, and won\u0027t be until at least one\nboard is known, which makes uses of the PWM outputs.\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nAcked-by: Guenter Roeck \u003cguenter.roeck@ericsson.com\u003e\n"
    },
    {
      "commit": "0d22d5835d4c82d1d03399688267f63334efd526",
      "tree": "345cf761428b93f411a65d8a2970169ff233018e",
      "parents": [
        "4e7d99e1acddea44be61aee0b934a7ce45d4c3f4"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Sat Aug 14 21:08:57 2010 +0200"
      },
      "committer": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Sat Aug 14 21:08:57 2010 +0200"
      },
      "message": "hwmon: (pc87427) Minor style cleanups\n\nFollow the best practice of the day.\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nAcked-by: Guenter Roeck \u003cguenter.roeck@ericsson.com\u003e\n"
    },
    {
      "commit": "4e7d99e1acddea44be61aee0b934a7ce45d4c3f4",
      "tree": "94b7735b2217b7c0d4dfd4dacce99a6bbfefaf2a",
      "parents": [
        "c39aedafb242601729bef48db052ebc055ce3ab4"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Sat Aug 14 21:08:56 2010 +0200"
      },
      "committer": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Sat Aug 14 21:08:56 2010 +0200"
      },
      "message": "hwmon: (pc87427) Handle disabled fan inputs properly\n\nMost fan input pins of the PC87427 can have alternate functions.\nUpdate the driver to check the configuration register and only support\nfan inputs which are really used for fan monitoring.\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nAcked-by: Guenter Roeck \u003cguenter.roeck@ericsson.com\u003e\n"
    },
    {
      "commit": "c39aedafb242601729bef48db052ebc055ce3ab4",
      "tree": "518a88dca7fa8b4904a21ad88df761b02c466c04",
      "parents": [
        "da2e025590cf7038440132d4bbc967a579b11112"
      ],
      "author": {
        "name": "Guenter Roeck",
        "email": "guenter.roeck@ericsson.com",
        "time": "Sat Aug 14 21:08:55 2010 +0200"
      },
      "committer": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Sat Aug 14 21:08:55 2010 +0200"
      },
      "message": "hwmon: (w83627ehf) Add support for W83667HG-B\n\nAdd support for W83667HG-B (very similar to the W83667HG).\n\nSigned-off-by: Guenter Roeck \u003cguenter.roeck@ericsson.com\u003e\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\n"
    },
    {
      "commit": "da2e025590cf7038440132d4bbc967a579b11112",
      "tree": "2a7433fb5d038481e28cb5b3dc1f0a9c0243ada2",
      "parents": [
        "9df7305b5a8651eb940e98496bc1d4742379c578"
      ],
      "author": {
        "name": "Guenter Roeck",
        "email": "guenter.roeck@ericsson.com",
        "time": "Sat Aug 14 21:08:55 2010 +0200"
      },
      "committer": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Sat Aug 14 21:08:55 2010 +0200"
      },
      "message": "hwmon: (w83627ehf) Driver cleanup\n\n- Moved fan pwm register array pointers into per-instance data.\n- Only read fan pwm data for installed/supported fans.\n- Update fan max output and fan step output information from data in\n  registers.\n- Create max_output and step_output attribute files only if respective\n  fan pwm registers exist.\n\nSigned-off-by: Guenter Roeck \u003cguenter.roeck@ericsson.com\u003e\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\n"
    },
    {
      "commit": "9df7305b5a8651eb940e98496bc1d4742379c578",
      "tree": "a57f2f4feca16e98da54c9fc39d6f549ce137d1e",
      "parents": [
        "5a9c2cd881f48d4bec627cccde386f8e3a28bb4a"
      ],
      "author": {
        "name": "Steve Glendinning",
        "email": "steve.glendinning@smsc.com",
        "time": "Sat Aug 14 21:08:54 2010 +0200"
      },
      "committer": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Sat Aug 14 21:08:54 2010 +0200"
      },
      "message": "hwmon: Add driver for SMSC EMC2103 temperature monitor and fan controller\n\nSMSC\u0027s EMC2103 family of temperature/fan controllers have 1\nonboard and up to 3 external temperature sensors, and allow\nclosed-loop control of one fan.  This patch adds support for\nthem.\n\nSigned-off-by: Steve Glendinning \u003csteve.glendinning@smsc.com\u003e\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\n"
    },
    {
      "commit": "28cbd461f022e30dba555926b76625a35e194166",
      "tree": "b5f4f40c39f8fd6cc84d247ad506985a8cd0dc23",
      "parents": [
        "738e5e05362bdbb31dbc270d31005c12cec8dbb2"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Sat Aug 14 21:08:52 2010 +0200"
      },
      "committer": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Sat Aug 14 21:08:52 2010 +0200"
      },
      "message": "hwmon: (asc7621) Clean up and improve detect function\n\n* The dev variable is never used.\n* Detect functions only need to set info-\u003etype, not client-\u003ename.\n* Include the device address in the log message.\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nCc: George Joseph \u003cgeorge.joseph@fairview5.com\u003e\nCc: Ken Milmore \u003cken.milmore@googlemail.com\u003e\n"
    },
    {
      "commit": "738e5e05362bdbb31dbc270d31005c12cec8dbb2",
      "tree": "0917c008a2f248620eac381a24909d69c0ba56d1",
      "parents": [
        "9914518e79800c977e20eda1335d43a4df813e3d"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Sat Aug 14 21:08:50 2010 +0200"
      },
      "committer": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Sat Aug 14 21:08:50 2010 +0200"
      },
      "message": "hwmon: (it87) Export labels for internal sensors\n\nSome voltage sensors can be wired internally to the IT87xxF chip\u0027s own\npower supply channels. In that case, we can inform user-space that the\nwiring is known by exporting proper labels for these sensors.\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\n"
    },
    {
      "commit": "9914518e79800c977e20eda1335d43a4df813e3d",
      "tree": "48cc84975364ad67932b184722dce594a67650de",
      "parents": [
        "960f12f4d1eb5ba3c76dc6b57a909a65dd59e1c2"
      ],
      "author": {
        "name": "Shubhrajyoti Datta",
        "email": "shubhrajyoti@ti.com",
        "time": "Sat Aug 14 21:08:50 2010 +0200"
      },
      "committer": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Sat Aug 14 21:08:50 2010 +0200"
      },
      "message": "hwmon: (lm75) Add suspend/resume feature\n\nThere is a shutdown feature at suspend it can be enabled to\nreduce current consumption and resume it can be switched off.\n\nSigned-off-by: Shubhrajyoti Datta \u003cshubhrajyoti@ti.com\u003e\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\n"
    },
    {
      "commit": "960f12f4d1eb5ba3c76dc6b57a909a65dd59e1c2",
      "tree": "e0871d3e14bc6a1b6981f13aa4a689da142373a0",
      "parents": [
        "5950ec8d3e47a08ec0b678a0e0ba5d1b9b62dd8e"
      ],
      "author": {
        "name": "Alan Cox",
        "email": "alan@linux.intel.com",
        "time": "Sat Aug 14 21:08:49 2010 +0200"
      },
      "committer": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Sat Aug 14 21:08:49 2010 +0200"
      },
      "message": "hwmon: (emc1403) Add power support\n\nAdd back the power interface we lost due to a slight misunderstanding of\nthe maintainers wishes.\n\nSigned-off-by: Alan Cox \u003calan@linux.intel.com\u003e\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\n"
    },
    {
      "commit": "5950ec8d3e47a08ec0b678a0e0ba5d1b9b62dd8e",
      "tree": "8cac7d3dadf50be14b2ac0441e61ecd8935f27e0",
      "parents": [
        "b9783dcebe952bf73449fe70a19ee4814adc81a0"
      ],
      "author": {
        "name": "Ira W. Snyder",
        "email": "iws@ovro.caltech.edu",
        "time": "Sat Aug 14 21:08:49 2010 +0200"
      },
      "committer": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Sat Aug 14 21:08:49 2010 +0200"
      },
      "message": "hwmon: (ltc4245) Expose all GPIO pins as analog voltages\n\nAdd support for exposing all GPIO pins as analog voltages. Though this is\nnot an ideal use of the chip, some hardware engineers may decide that the\nLTC4245 meets their design requirements when studying the datasheet.\n\nThe GPIO pins are sampled in round-robin fashion, meaning that a slow\nreader will see stale data. A userspace application can detect this,\nbecause it will get -EAGAIN when reading from a sysfs file which contains\nstale data.\n\nUsers can choose to use this feature on a per-chip basis by using either\nplatform data or the OF device tree (where applicable).\n\nSigned-off-by: Ira W. Snyder \u003ciws@ovro.caltech.edu\u003e\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\n"
    },
    {
      "commit": "b9783dcebe952bf73449fe70a19ee4814adc81a0",
      "tree": "0941a77358b59095e6d136cbd46221c1767ff748",
      "parents": [
        "df149d02ea8ee49cd14c6609cc7ef980d62dce80"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Sat Aug 14 21:08:48 2010 +0200"
      },
      "committer": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Sat Aug 14 21:08:48 2010 +0200"
      },
      "message": "hwmon: (pc87360) Fix device resource declaration\n\nIt\u0027s not OK to call platform_device_add_resources() multiple times\nin a row. Despite its name, this functions sets the resources, it\ndoesn\u0027t add them. So we have to prepare an array with all the\nresources, and then call platform_device_add_resources() once.\n\nBefore this fix, only the last I/O resource would be actually\nregistered. The other I/O resources were leaked.\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nCc: Jim Cromie \u003cjim.cromie@gmail.com\u003e\nCc: stable@kernel.org\n"
    },
    {
      "commit": "df149d02ea8ee49cd14c6609cc7ef980d62dce80",
      "tree": "98d2257db87600c7a8fad5fc112db4e5b69aa6ec",
      "parents": [
        "92fa5bd9a946b6e7aab6764e7312e4e3d9bed295"
      ],
      "author": {
        "name": "Julia Lawall",
        "email": "julia@diku.dk",
        "time": "Sat Aug 14 21:08:47 2010 +0200"
      },
      "committer": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Sat Aug 14 21:08:47 2010 +0200"
      },
      "message": "hwmon: (k8temp) Adjust confusing if indentation\n\nMove the if(err) statement after the if into the if branch indicated by its\nindentation.  The preceding if(err) test implies that err cannot be nonzero\nunless the if branch is taken.\n\nThe semantic match that finds this problem is as follows:\n(http://coccinelle.lip6.fr/)\n\n// \u003csmpl\u003e\n@r disable braces5@\nposition p1,p2;\nstatement S1,S2;\n@@\n\n(\nif (...) { ... }\n|\nif (...) S1@p1 S2@p2\n)\n\n@script:python@\np1 \u003c\u003c r.p1;\np2 \u003c\u003c r.p2;\n@@\n\nif (p1[0].column \u003d\u003d p2[0].column):\n cocci.print_main(\"branch\",p4)\n cocci.print_secs(\"after\",p5)\n// \u003c/smpl\u003e  \n\nSigned-off-by: Julia Lawall \u003cjulia@diku.dk\u003e\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\n"
    },
    {
      "commit": "d0a0c28cf178943afaf22f87957b73c47497cb4b",
      "tree": "c07ee70a42bdf046d0ce8540b4e86d2c16f05b6c",
      "parents": [
        "ce00f7feb0a497b4280e1efe16e03728ed292687",
        "f6e1901c4c596238abe6735bb20593f2734f757e"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Sat Aug 14 11:57:54 2010 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Sat Aug 14 11:57:54 2010 -0700"
      },
      "message": "Merge branch \u0027for-linus/i2c-2636\u0027 of git://git.fluff.org/bjdooks/linux\n\n* \u0027for-linus/i2c-2636\u0027 of git://git.fluff.org/bjdooks/linux:\n  i2c/nuc900: add i2c driver support for nuc900\n  i2c: Enable NXP LPC support in Kconfig\n  i2c-pxa: fix compiler warning, due to missing const\n  i2c: davinci: bus recovery procedure to clear the bus\n  i2c: davinci: Add cpufreq support\n  i2c: davinci: Add suspend/resume support\n  i2c: davinci: Add helper functions for power management\n  i2c: davinci: misc. cleanups: remove MOD_REG_BIT and IO_ADDRESS usage\n  i2c: davinci: Fix smbus Oops with AIC33 usage\n"
    },
    {
      "commit": "b171aa27700c78511086a759383b033949c9d7f0",
      "tree": "2775b0682ea342dd49c5b997de248da73ec83049",
      "parents": [
        "11ac552477e32835cb6970bf0a70c210807f5673",
        "b4225885deb569f7afcf1f3a9f069f74cc9db591"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Sat Aug 14 11:54:09 2010 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Sat Aug 14 11:54:09 2010 -0700"
      },
      "message": "Merge branch \u0027next-spi\u0027 of git://git.secretlab.ca/git/linux-2.6\n\n* \u0027next-spi\u0027 of git://git.secretlab.ca/git/linux-2.6:\n  spi/amba_pl022: Fix probe and remove hook section annotations.\n  spi/mpc5121: change annotations for probe and remove functions\n  spi/bitbang: reinitialize transfer parameters for every message\n  spi/spi-gpio: add support for controllers without MISO or MOSI pin\n  spi/bitbang: add support for SPI_MASTER_NO_{TX, RX} modes\n  SPI100k: Fix 8-bit and RX-only transfers\n  spi/mmc_spi: mmc_spi adaptations for SPI bus locking API\n  spi/mmc_spi: SPI bus locking API, using mutex\n\nFix trivial conflict in drivers/spi/mpc512x_psc_spi.c due to \u0027struct\nof_device\u0027 \u003d\u003e \u0027struct platform_device\u0027 rename and __init/__exit to\n__devinit/__devexit fix.\n"
    },
    {
      "commit": "5a5e28daea69652505ac07eb5fbda4d7f0534926",
      "tree": "fa29b0bbec19bd184dbeaf8d75771acec3c6031a",
      "parents": [
        "6ce9cd8669fa1195fdc21643370e34523c7ac988"
      ],
      "author": {
        "name": "Len Brown",
        "email": "len.brown@intel.com",
        "time": "Sat Aug 14 14:44:08 2010 -0400"
      },
      "committer": {
        "name": "Len Brown",
        "email": "len.brown@intel.com",
        "time": "Sat Aug 14 14:44:08 2010 -0400"
      },
      "message": "intel_idle: no longer EXPERIMENTAL\n\nThis is a fully supported driver.\n\nSigned-off-by: Len Brown \u003clen.brown@intel.com\u003e\n"
    },
    {
      "commit": "6ce9cd8669fa1195fdc21643370e34523c7ac988",
      "tree": "2f9ca7ab89701c25abd24457802c2ea413a984b3",
      "parents": [
        "ec67a2ba360d4874b1158e6e87fe1e859b0c9117"
      ],
      "author": {
        "name": "Len Brown",
        "email": "len.brown@intel.com",
        "time": "Sat Aug 14 14:40:36 2010 -0400"
      },
      "committer": {
        "name": "Len Brown",
        "email": "len.brown@intel.com",
        "time": "Sat Aug 14 14:40:36 2010 -0400"
      },
      "message": "intel_idle: disable module support\n\nRight now the module capability is cauing more trouble\nthan it is worth.  At least one distro built intel_idle as a module\nwhere it lost the init race with ACPI, making it useless.\n\nMake intel_idle bool so that if you select it, you will use it.\n\nWe can restore module capability after cpuidle is enhanced\nto handle run-time changing of idle drivers.\n\nSigned-off-by: Len Brown \u003clen.brown@intel.com\u003e\n"
    },
    {
      "commit": "eb3bbf805f8509f03ee479becf8c2f00737e1efb",
      "tree": "90ea306a044f4a1788dc87f94411d8572856279d",
      "parents": [
        "5e8530810805858892959b8ebbcec1009ea8c12d",
        "eba3f13716740c8a4bc12a987d3391a3c1f79e66"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Aug 13 18:06:37 2010 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Aug 13 18:06:37 2010 -0700"
      },
      "message": "Merge branch \u0027msm-mmc_sdcc\u0027 of git://codeaurora.org/quic/kernel/dwalker/linux-msm\n\n* \u0027msm-mmc_sdcc\u0027 of git://codeaurora.org/quic/kernel/dwalker/linux-msm:\n  mmc: msm_sdcc: Rename config MMC_MSM7X00A to MMC_MSM\n  mmc: msm_sdcc: Compile the driver for msm7x30\n  mmc: msm: fix up build breakage on !PM\n"
    },
    {
      "commit": "5e8530810805858892959b8ebbcec1009ea8c12d",
      "tree": "01c08d865f43b51ec6b4201082d5b84218192fe9",
      "parents": [
        "75a1e32cce30ab1c5a361ebae24a18753e42feaa",
        "4cde752587bab61cedf53fc59ca92787f8612ec0"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Aug 13 18:06:15 2010 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Aug 13 18:06:15 2010 -0700"
      },
      "message": "Merge branch \u0027stable/fixes\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/ibft-2.6\n\n* \u0027stable/fixes\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/ibft-2.6:\n  firmware: ibft depends on SCSI\n  ibft: Kernel oops when rmmoding iscsi_ibft with no iBFT present.\n"
    },
    {
      "commit": "75a1e32cce30ab1c5a361ebae24a18753e42feaa",
      "tree": "4f4a2fce8c81750f2f28e90149a6ee30fdeec1b6",
      "parents": [
        "c206d44ffdd539f5f4553e1a92cc7711084c1d3c",
        "54b9b308fa39e5147e2edde3492d8650b957be6c"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Aug 13 18:04:52 2010 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Aug 13 18:04:52 2010 -0700"
      },
      "message": "Merge git://git.infradead.org/~dwmw2/ideapad-2.6\n\n* git://git.infradead.org/~dwmw2/ideapad-2.6:\n  Call acpi_video_register() in intel_opregion_init() failure path\n  ideapad: Only allow camera state to be set to 0 or 1\n  ideapad: Stop using global variables\n  Add Lenovo ideapad driver\n"
    },
    {
      "commit": "7ec3fa1f4a5c4f9cc3d72983bfd8ac87cae356ab",
      "tree": "cd9dc3433846e59559666b6f5c022a27fc036607",
      "parents": [
        "9a459f6812fc26e0eb24bbe9c388000e23f67f6b",
        "86ded1f35df32ad795cfc8cc1bdaeffbcaec0d5f"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Aug 13 17:58:54 2010 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Aug 13 17:58:54 2010 -0700"
      },
      "message": "Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog\n\n* git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog:\n  watchdog: hpwdt (12/12): Make NMI decoding a compile-time option\n  watchdog: hpwdt (11/12): move NMI-decoding init and exit to seperate functions\n  watchdog: hpwdt (10/12): Use \"decoding\" instead of \"sourcing\"\n  watchdog: hpwdt (9/12): hpwdt_pretimeout reorganization\n  watchdog: hpwdt (8/12): implement WDIOC_GETTIMELEFT\n  watchdog: hpwdt (7/12): allow full range of timer values supported by hardware\n  watchdog: hpwdt (6/12): Introduce SECS_TO_TICKS() macro\n  watchdog: hpwdt (5/12): Make x86 assembly ifdef guard more strict\n  watchdog: hpwdt (4/12): Despecificate driver from iLO2\n  watchdog: hpwdt (3/12): Group NMI sourcing specific items together\n  watchdog: hpwdt (2/12): Group options that affect watchdog behavior together\n  watchdog: hpwdt (1/12): clean-up include-files.\n"
    },
    {
      "commit": "10041d2d14688e207d0d829095147aa82c1f211b",
      "tree": "57ef361d05e6bbffe3ec490ca9110878a6e969e2",
      "parents": [
        "4914c7f881845367b9198631a014ab466329b9e5",
        "b19dd42faf413b4705d4adb38521e82d73fa4249"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Aug 13 17:52:35 2010 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Aug 13 17:52:35 2010 -0700"
      },
      "message": "Merge branch \u0027bkl/ioctl\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing\n\n* \u0027bkl/ioctl\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing:\n  bkl: Remove locked .ioctl file operation\n  v4l: Remove reference to bkl ioctl in compat ioctl handling\n  logfs: kill BKL\n"
    },
    {
      "commit": "4914c7f881845367b9198631a014ab466329b9e5",
      "tree": "32a4691b88960a0773b9acfe2a63b776257c25e4",
      "parents": [
        "fe622e76fddd986e56f22842a6ce292504727ef1"
      ],
      "author": {
        "name": "Dominik Brodowski",
        "email": "linux@dominikbrodowski.net",
        "time": "Fri Aug 13 20:33:34 2010 +0200"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Aug 13 16:55:26 2010 -0700"
      },
      "message": "pcmcia: xirc2ps_cs bugfix\n\nWe need to set io_lines to 10 unconditionally.\n\nReported-by: Komuro \u003ckomurojun-mbn@nifty.com\u003e\nCC: netdev@vger.kernel.org\nSigned-off-by: Dominik Brodowski \u003clinux@dominikbrodowski.net\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "c6d7ba8b12636923f3e30997dec69bed58e176b6",
      "tree": "dacbb82afcf6eef471d7e6fd6a4665bff270506e",
      "parents": [
        "02d6d685fc6f2d8b48b133b5a5a43755e005074e"
      ],
      "author": {
        "name": "Frederic Weisbecker",
        "email": "fweisbec@gmail.com",
        "time": "Fri Aug 13 22:29:03 2010 +0200"
      },
      "committer": {
        "name": "Frederic Weisbecker",
        "email": "fweisbec@gmail.com",
        "time": "Sat Aug 14 00:24:24 2010 +0200"
      },
      "message": "v4l: Remove reference to bkl ioctl in compat ioctl handling\n\nThere are no more users of struct file_operations:ioctl. These\ncan be safely removed.\n\nSigned-off-by: Frederic Weisbecker \u003cfweisbec@gmail.com\u003e\nCc: Arnd Bergmann \u003carnd@arndb.de\u003e\nCc: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\nCc: John Kacur \u003cjkacur@redhat.com\u003e\nCc: Hans Verkuil \u003chverkuil@xs4all.nl\u003e\n"
    },
    {
      "commit": "86ded1f35df32ad795cfc8cc1bdaeffbcaec0d5f",
      "tree": "7b8d9f1b39b1b53d6d85bdee8518ced02c033f3c",
      "parents": [
        "2ec7ed67dc1e4e57d891233f5014d25f43f941ff"
      ],
      "author": {
        "name": "dann frazier",
        "email": "dannf@hp.com",
        "time": "Tue Jul 27 17:51:02 2010 -0600"
      },
      "committer": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Fri Aug 13 20:54:53 2010 +0000"
      },
      "message": "watchdog: hpwdt (12/12): Make NMI decoding a compile-time option\n\nhpwdt is quite functional without the NMI decoding feature.\nThis change lets users disable the NMI portion at compile-time\nvia the new HPWDT_NMI_DECODING config option.\n\nSigned-off-by: dann frazier \u003cdannf@hp.com\u003e\nAcked-by: Thomas Mingarelli \u003cThomas.Mingarelli@hp.com\u003e\nSigned-off-by: Wim Van Sebroeck \u003cwim@iguana.be\u003e\n\n"
    },
    {
      "commit": "2ec7ed67dc1e4e57d891233f5014d25f43f941ff",
      "tree": "4e19852f218a2c6dded2b987033794990cfd3484",
      "parents": [
        "34572b29dd1db23a36f9cc46abf1c9acf85f8cfe"
      ],
      "author": {
        "name": "dann frazier",
        "email": "dannf@hp.com",
        "time": "Wed Jul 28 12:38:43 2010 -0600"
      },
      "committer": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Fri Aug 13 20:54:52 2010 +0000"
      },
      "message": "watchdog: hpwdt (11/12): move NMI-decoding init and exit to seperate functions\n\nMove NMI-decoding initialisation and exit code to seperate functions so that\nwe can ifdef-out parts of it in the future.\n\nAlso, this is for a device, so let\u0027s use dev_info instead of printk.\n    \nSigned-off-by: dann frazier \u003cdannf@hp.com\u003e\nAcked-by: Thomas Mingarelli \u003cThomas.Mingarelli@hp.com\u003e\nSigned-off-by: Wim Van Sebroeck \u003cwim@iguana.be\u003e\n\n"
    },
    {
      "commit": "34572b29dd1db23a36f9cc46abf1c9acf85f8cfe",
      "tree": "3fec926ec117cf731a0fd0290d43aa4a2d57a431",
      "parents": [
        "243066bad7e4ff5072b4e67063c4298d5bbba9cd"
      ],
      "author": {
        "name": "dann frazier",
        "email": "dannf@hp.com",
        "time": "Tue Jul 27 17:51:01 2010 -0600"
      },
      "committer": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Fri Aug 13 20:54:50 2010 +0000"
      },
      "message": "watchdog: hpwdt (10/12): Use \"decoding\" instead of \"sourcing\"\n\nThe term \"decoding\" more clearly explains what hpwdt is doing. It isn\u0027t\njust finding the source of the interrupt, but rather aids in decoding what\nthe interrupt means.\n\nSigned-off-by: dann frazier \u003cdannf@hp.com\u003e\nAcked-by: Thomas Mingarelli \u003cThomas.Mingarelli@hp.com\u003e\nSigned-off-by: Wim Van Sebroeck \u003cwim@iguana.be\u003e\n\n"
    },
    {
      "commit": "243066bad7e4ff5072b4e67063c4298d5bbba9cd",
      "tree": "3c72f59ae38d9785428f80e17022afa2091e9035",
      "parents": [
        "aae67f3602d8869c8ab1b34b6ba9206e9fff4b16"
      ],
      "author": {
        "name": "dann frazier",
        "email": "dannf@hp.com",
        "time": "Tue Jul 27 17:50:49 2010 -0600"
      },
      "committer": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Fri Aug 13 20:54:48 2010 +0000"
      },
      "message": "watchdog: hpwdt (9/12): hpwdt_pretimeout reorganization\n\nReorganize this function to remove excess indentation and highlight\nthe single return code. (No functional change).\n\nSigned-off-by: dann frazier \u003cdannf@hp.com\u003e\nAcked-by: Thomas Mingarelli \u003cThomas.Mingarelli@hp.com\u003e\nSigned-off-by: Wim Van Sebroeck \u003cwim@iguana.be\u003e\n\n"
    },
    {
      "commit": "aae67f3602d8869c8ab1b34b6ba9206e9fff4b16",
      "tree": "e85f5ff3c9620ecb0501c403551b11254ad8ba6f",
      "parents": [
        "6f681c2eabbd8df062963c52abaa0c7c3b2c5a7d"
      ],
      "author": {
        "name": "dann frazier",
        "email": "dannf@hp.com",
        "time": "Wed Jun 02 16:23:41 2010 -0600"
      },
      "committer": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Fri Aug 13 20:54:46 2010 +0000"
      },
      "message": "watchdog: hpwdt (8/12): implement WDIOC_GETTIMELEFT\n\nLet applications check the amount of time left before the watchdog will fire.\n\nSigned-off-by: dann frazier \u003cdannf@hp.com\u003e\nAcked-by: Thomas Mingarelli \u003cThomas.Mingarelli@hp.com\u003e\nSigned-off-by: Wim Van Sebroeck \u003cwim@iguana.be\u003e\n\n"
    },
    {
      "commit": "6f681c2eabbd8df062963c52abaa0c7c3b2c5a7d",
      "tree": "13bf846272f0ff221e0b00cc04e876ff3af06ec8",
      "parents": [
        "e802e32d2b42ce1384baf4e150f444477729aad2"
      ],
      "author": {
        "name": "dann frazier",
        "email": "dannf@hp.com",
        "time": "Wed Jun 02 16:23:40 2010 -0600"
      },
      "committer": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Fri Aug 13 20:54:42 2010 +0000"
      },
      "message": "watchdog: hpwdt (7/12): allow full range of timer values supported by hardware\n\nThe hpwdt timer is a 16 bit value with 128ms resolution.\nLet applications use this entire range.\n\nSigned-off-by: dann frazier \u003cdannf@hp.com\u003e\nAcked-by: Thomas Mingarelli \u003cThomas.Mingarelli@hp.com\u003e\nSigned-off-by: Wim Van Sebroeck \u003cwim@iguana.be\u003e\n\n"
    },
    {
      "commit": "e802e32d2b42ce1384baf4e150f444477729aad2",
      "tree": "abbbd57b0fdc0cac171bd68878ab8788915fced4",
      "parents": [
        "6b7f3d5321fef4c050073ae08ed9db6c83bb85f1"
      ],
      "author": {
        "name": "dann frazier",
        "email": "dannf@hp.com",
        "time": "Wed Jun 02 16:23:39 2010 -0600"
      },
      "committer": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Fri Aug 13 20:54:39 2010 +0000"
      },
      "message": "watchdog: hpwdt (6/12): Introduce SECS_TO_TICKS() macro\n\nDefine a macro to convert from seconds to timer ticks.\n\nSigned-off-by: dann frazier \u003cdannf@hp.com\u003e\nAcked-by: Thomas Mingarelli \u003cThomas.Mingarelli@hp.com\u003e\nSigned-off-by: Wim Van Sebroeck \u003cwim@iguana.be\u003e\n\n"
    },
    {
      "commit": "6b7f3d5321fef4c050073ae08ed9db6c83bb85f1",
      "tree": "afae00a9ed05c860ec31e8688642207df39bf34d",
      "parents": [
        "36e3ff44cebd7e46756dec88f30c982bebefdab7"
      ],
      "author": {
        "name": "dann frazier",
        "email": "dannf@hp.com",
        "time": "Tue Jul 27 17:50:59 2010 -0600"
      },
      "committer": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Fri Aug 13 20:54:37 2010 +0000"
      },
      "message": "watchdog: hpwdt (5/12): Make x86 assembly ifdef guard more strict\n\nThe 32-bit assembly is guarded by an #ifndef CONFIG_X86_64. Kconfig prevents\nus from building this driver on !X86, so that happens to suffice - but we\nshould really lock it down to #ifdef CONFIG_X86_32.\n\nSigned-off-by: dann frazier \u003cdannf@hp.com\u003e\nAcked-by: Thomas Mingarelli \u003cThomas.Mingarelli@hp.com\u003e\nSigned-off-by: Wim Van Sebroeck \u003cwim@iguana.be\u003e\n\n"
    },
    {
      "commit": "36e3ff44cebd7e46756dec88f30c982bebefdab7",
      "tree": "cd4c57bbbce05dff16997e94089544fd0dbc9b31",
      "parents": [
        "923410d0bf80cb26744b366cadcd2917f4a36b25"
      ],
      "author": {
        "name": "dann frazier",
        "email": "dannf@hp.com",
        "time": "Tue Jul 27 17:50:57 2010 -0600"
      },
      "committer": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Fri Aug 13 20:54:35 2010 +0000"
      },
      "message": "watchdog: hpwdt (4/12): Despecificate driver from iLO2\n\nThis driver supports both iLO2 and iLO3, but our user-visible strings\ncurrently only reference iLO2. Let\u0027s just call it \"iLO2+\" to avoid having\nto update strings for each iLO generation. This driver doesn\u0027t support\niLO ASICs prior to iLO2, but that is sufficiently explained in Kconfig.\n\nSigned-off-by: dann frazier \u003cdannf@hp.com\u003e\nAcked-by: Thomas Mingarelli \u003cThomas.Mingarelli@hp.com\u003e\nSigned-off-by: Wim Van Sebroeck \u003cwim@iguana.be\u003e\n\n"
    },
    {
      "commit": "923410d0bf80cb26744b366cadcd2917f4a36b25",
      "tree": "4c62ef864873fe9bb32745e62af8e701244c6b8c",
      "parents": [
        "550d299eeb39cf8e2d12700585c490696ba34be8"
      ],
      "author": {
        "name": "dann frazier",
        "email": "dannf@hp.com",
        "time": "Tue Jul 27 17:50:54 2010 -0600"
      },
      "committer": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Fri Aug 13 20:54:31 2010 +0000"
      },
      "message": "watchdog: hpwdt (3/12): Group NMI sourcing specific items together\n\n* Group together includes specific to NMI sourcing\n* Group defines only used by NMI sourcing together\n* Group declarations specific to NMI sourcing together\n\nThis gives a clean seperation of watchdog specific items and\nNMI sourcing specific items (which is needed for making it\npossible to build hpwdt without the NMI functionality).\n\nSigned-off-by: dann frazier \u003cdannf@hp.com\u003e\nAcked-by: Thomas Mingarelli \u003cThomas.Mingarelli@hp.com\u003e\nSigned-off-by: Wim Van Sebroeck \u003cwim@iguana.be\u003e\n\n"
    },
    {
      "commit": "550d299eeb39cf8e2d12700585c490696ba34be8",
      "tree": "a70e1128a3523d5d4f7d57cda797bee09a741e29",
      "parents": [
        "a52e6d181d10202712fb8dc7e397a80599133733"
      ],
      "author": {
        "name": "dann frazier",
        "email": "dannf@hp.com",
        "time": "Tue Jul 27 17:50:54 2010 -0600"
      },
      "committer": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Fri Aug 13 20:54:27 2010 +0000"
      },
      "message": "watchdog: hpwdt (2/12): Group options that affect watchdog behavior together\n\nReorganization only.\n\nSigned-off-by: dann frazier \u003cdannf@hp.com\u003e\nAcked-by: Thomas Mingarelli \u003cThomas.Mingarelli@hp.com\u003e\nSigned-off-by: Wim Van Sebroeck \u003cwim@iguana.be\u003e\n\n"
    },
    {
      "commit": "a52e6d181d10202712fb8dc7e397a80599133733",
      "tree": "0712a2519c11bce901b6526b5b6ae527b3df390c",
      "parents": [
        "2be1f3a73dd02e38e181cf5abacb3d45a6a2d6b8"
      ],
      "author": {
        "name": "dann frazier",
        "email": "dannf@hp.com",
        "time": "Tue Jul 27 17:50:50 2010 -0600"
      },
      "committer": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Fri Aug 13 20:54:24 2010 +0000"
      },
      "message": "watchdog: hpwdt (1/12): clean-up include-files.\n\n* remove unnecessary includes\n* We use a spinlock, but lacked the include\n* We need bitops.h for test_and_set_bit/clear_bit\n\nSigned-off-by: dann frazier \u003cdannf@hp.com\u003e\nAcked-by: Thomas Mingarelli \u003cThomas.Mingarelli@hp.com\u003e\nSigned-off-by: Wim Van Sebroeck \u003cwim@iguana.be\u003e\n\n"
    },
    {
      "commit": "84c4f46d9c0bd67b763b01a6b4c86dcfde6c818a",
      "tree": "3e6fea52757d165649c574d4ea9c80f3d5335d9f",
      "parents": [
        "f78ec6b2f32efad1fc6b2196e966dcec8122d689"
      ],
      "author": {
        "name": "Brian Norris",
        "email": "norris@broadcom.com",
        "time": "Fri Aug 13 10:29:14 2010 -0700"
      },
      "committer": {
        "name": "David Woodhouse",
        "email": "David.Woodhouse@intel.com",
        "time": "Fri Aug 13 21:11:54 2010 +0100"
      },
      "message": "mtd/nand_ids: Fix buswidth\n\nThe buswidth for chips of ID 0xD7 is x8, not x16.\nThis was my previous typo.\n\nSigned-off-by: Brian Norris \u003cnorris@broadcom.com\u003e\nSigned-off-by: David Woodhouse \u003cDavid.Woodhouse@intel.com\u003e\n"
    },
    {
      "commit": "b84ae4a1401a731ef5fee987c0cb08743838dda7",
      "tree": "ec9e186c90833b92a010fbdbd2e0ff74fd8d7d0e",
      "parents": [
        "e259f191f2244df04a7746fac1df8aa68ebd0106"
      ],
      "author": {
        "name": "Daniel Mack",
        "email": "daniel@caiaq.de",
        "time": "Thu Aug 12 09:22:18 2010 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Aug 13 12:03:24 2010 -0700"
      },
      "message": "Input: fix faulty XXinput_* calls\n\nThey\u0027ve been introduced by 987a6c02 (\"Input: switch to input_abs_*()\naccess functions\") and they appear to be some kind of debug left-over.\n\n[Dmitry Torokhov: these are my fault - I added XX prefixes in places where\n I wanted to do additional review of the code but failed to actually do\n that in these particular instances.]\n\nSigned-off-by: Daniel Mack \u003cdaniel@caiaq.de\u003e\nSigned-off-by: Dmitry Torokhov \u003cdtor@mail.ru\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "2be1f3a73dd02e38e181cf5abacb3d45a6a2d6b8",
      "tree": "8e54da82410c8e57ff53b3d69d5760ff28bc236f",
      "parents": [
        "1547ac893acbf87738ded0b470e2735fdfba6947",
        "2041f657aa4dc77afd63bbb34b34ed9476cf9ab9"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Aug 13 10:54:04 2010 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Aug 13 10:54:04 2010 -0700"
      },
      "message": "Merge branch \u0027for-linus\u0027 of git://git390.marist.edu/pub/scm/linux-2.6\n\n* \u0027for-linus\u0027 of git://git390.marist.edu/pub/scm/linux-2.6:\n  [S390] partitions: fix build error in ibm partition detection code\n  [S390] appldata: fix dev_get_stats 64 bit conversion\n  [S390] wire up prlimit64 and fanotify* syscalls\n  [S390] zcrypt: fix Kconfig dependencies\n  [S390] sys_personality: follow u_long to unsigned int conversion\n  [S390] dasd: fix format string types\n"
    },
    {
      "commit": "1547ac893acbf87738ded0b470e2735fdfba6947",
      "tree": "26d0f08d2f198a45ec40b1f2a6f20eed1a7cb785",
      "parents": [
        "a30bfd6cd47f387e060fb06d2ba688a491e6eaec",
        "2b80163c390b593bad313f64948993475bfd6069"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Aug 13 10:44:24 2010 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Aug 13 10:44:24 2010 -0700"
      },
      "message": "Merge branch \u0027v4l_for_linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6\n\n* \u0027v4l_for_linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6:\n  V4L/DVB: v4l2-ctrls.c: needs to include slab.h\n  V4L/DVB: fix Kconfig to depends on VIDEO_IR\n  V4L/DVB: Fix IR_CORE dependencies\n"
    },
    {
      "commit": "2f2c779583e9646097b57599f8efeb8eca7bd654",
      "tree": "aa7c88eb4f4deb668cba56e6f1fddd8dcc5006cf",
      "parents": [
        "2897c684d1d5140e0e0302e73660c7cb97981b27",
        "3c09e2647b5e1f1f9fd383971468823c2505e1b0"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Aug 13 10:38:12 2010 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Aug 13 10:38:12 2010 -0700"
      },
      "message": "Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6\n\n* git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6: (30 commits)\n  ctcm: rename READ/WRITE defines to avoid redefinitions\n  claw: rename READ/WRITE defines to avoid redefinitions\n  phylib: available for any speed ethernet\n  can: add limit for nframes and clean up signed/unsigned variables\n  pkt_sched: Check .walk and .leaf class handlers\n  pkt_sched: Fix sch_sfq vs tc_modify_qdisc oops\n  caif-spi: Bugfix SPI_DATA_POS settings were inverted.\n  caif: Bugfix - Increase default headroom size for control channel.\n  net: make netpoll_rx return bool for !CONFIG_NETPOLL\n  Bluetooth: Use 3-DH5 payload size for default ERTM max PDU size\n  Bluetooth: Fix incorrect setting of remote_tx_win for L2CAP ERTM\n  Bluetooth: Change default L2CAP ERTM retransmit timeout\n  Bluetooth: Fix endianness issue with L2CAP MPS configuration\n  net: Use NET_XMIT_SUCCESS where possible.\n  isdn: mISDN: call pci_disable_device() if pci_probe() failed\n  isdn: avm: call pci_disable_device() if pci_probe() failed\n  isdn: avm: call pci_disable_device() if pci_probe() failed\n  usbnet: rx_submit() should return an error code.\n  pkt_sched: Add some basic qdisc class ops verification. Was: [PATCH] sfq: add dummy bind/unbind handles\n  pkt_sched: sch_sfq: Add dummy unbind_tcf and put handles. Was: [PATCH] sfq: add dummy bind/unbind handles\n  ...\n"
    },
    {
      "commit": "57a4955f134dcfd7761b5ba6205ffc8e9b0a1da9",
      "tree": "a34cd2e28272df1a5f9ff24b62d1d883db7be362",
      "parents": [
        "3a1103703538d164551dc9b5a734a2c8ebcd27ee"
      ],
      "author": {
        "name": "Heiko Carstens",
        "email": "heiko.carstens@de.ibm.com",
        "time": "Fri Aug 13 10:06:40 2010 +0200"
      },
      "committer": {
        "name": "Martin Schwidefsky",
        "email": "sky@mschwide.boeblingen.de.ibm.com",
        "time": "Fri Aug 13 10:06:54 2010 +0200"
      },
      "message": "[S390] zcrypt: fix Kconfig dependencies\n\nwarning: (ZCRYPT \u0026\u0026 CRYPTO \u0026\u0026 CRYPTO_HW \u0026\u0026 S390 \u0026\u0026 ZCRYPT\u003dy) selects\nZCRYPT_MONOLITHIC which has unmet direct dependencies (ZCRYPT\u003dm)\n\nZCRYPT_MONOLITHIC should not depend on ZCRYPT\u003d\"m\" when it gets\nselected if ZCRYPT\u003d\"y\".\n\nSigned-off-by: Heiko Carstens \u003cheiko.carstens@de.ibm.com\u003e\nSigned-off-by: Martin Schwidefsky \u003cschwidefsky@de.ibm.com\u003e\n"
    },
    {
      "commit": "625c94df22fb4247c8ccd54635a8ec77cb60d651",
      "tree": "1641e24f21b2a89a718244957c25701e3fc2a242",
      "parents": [
        "320b2b8de12698082609ebbc1a17165727f4c893"
      ],
      "author": {
        "name": "Heiko Carstens",
        "email": "heiko.carstens@de.ibm.com",
        "time": "Fri Aug 13 10:06:38 2010 +0200"
      },
      "committer": {
        "name": "Martin Schwidefsky",
        "email": "sky@mschwide.boeblingen.de.ibm.com",
        "time": "Fri Aug 13 10:06:54 2010 +0200"
      },
      "message": "[S390] dasd: fix format string types\n\nGet rid of these warnings:\n\ndrivers/s390/block/dasd.c: In function \u0027__dasd_device_check_expire\u0027:\ndrivers/s390/block/dasd.c:1330: warning: format \u0027%i\u0027 expects type \u0027int\u0027, but argument 4 has type \u0027long unsigned int\u0027\ndrivers/s390/block/dasd.c:1337: warning: format \u0027%i\u0027 expects type \u0027int\u0027, but argument 4 has type \u0027long unsigned int\u0027\n\nSigned-off-by: Heiko Carstens \u003cheiko.carstens@de.ibm.com\u003e\nSigned-off-by: Martin Schwidefsky \u003cschwidefsky@de.ibm.com\u003e\n"
    },
    {
      "commit": "54b9b308fa39e5147e2edde3492d8650b957be6c",
      "tree": "57b2b742864296233efc5033511b3a14b8717160",
      "parents": [
        "2016e4a0a1c49b68c9d820e28dadab7080c45d1b"
      ],
      "author": {
        "name": "David Woodhouse",
        "email": "David.Woodhouse@intel.com",
        "time": "Fri Aug 13 00:56:54 2010 +0100"
      },
      "committer": {
        "name": "David Woodhouse",
        "email": "David.Woodhouse@intel.com",
        "time": "Fri Aug 13 01:10:10 2010 +0100"
      },
      "message": "Call acpi_video_register() in intel_opregion_init() failure path\n\nIf i915 opregion is present, the acpi_video driver doesn\u0027t register\nitself immediately; it defers that until the i915 opregion code is done.\nBut if that *fails*, the acpi_video driver was never getting registered.\nAnd thus I have no backlight support on my Lenovo IdeaPad S10-3.\n\nCall acpi_video_register() on the failure path, and it works again.\n\nSigned-off-by: David Woodhouse \u003cDavid.Woodhouse@intel.com\u003e\nAcked-by: Jesse Barnes \u003cjbarnes@virtuousgeek.org\u003e\nAcked-by: Matthew Garrett \u003cmjg@redhat.com\u003e\n"
    },
    {
      "commit": "3c09e2647b5e1f1f9fd383971468823c2505e1b0",
      "tree": "df40652d16193fb3e81742e7b94104e2227205df",
      "parents": [
        "319cb083cc3a13a168dea0da00e11e52beb5043f"
      ],
      "author": {
        "name": "Ursula Braun",
        "email": "ursula.braun@de.ibm.com",
        "time": "Thu Aug 12 01:58:28 2010 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Thu Aug 12 16:04:23 2010 -0700"
      },
      "message": "ctcm: rename READ/WRITE defines to avoid redefinitions\n\nREAD/WRITE seems to be a bit too generic for defines in a device\ndriver. Just rename them to CTCM_READ/CTCM_WRITE to avoid warnings.\n\nSigned-off-by: Ursula Braun \u003cursula.braun@de.ibm.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "319cb083cc3a13a168dea0da00e11e52beb5043f",
      "tree": "71dc868971ea51a65c418c07d2dc8bed70a7718f",
      "parents": [
        "cba86f2e20a33cd2e6f41bd5e5b23aa2d55c95b8"
      ],
      "author": {
        "name": "Heiko Carstens",
        "email": "heiko.carstens@de.ibm.com",
        "time": "Thu Aug 12 01:58:27 2010 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Thu Aug 12 16:04:22 2010 -0700"
      },
      "message": "claw: rename READ/WRITE defines to avoid redefinitions\n\nREAD/WRITE seems to be a bit too generic for defines in a device driver.\nJust rename them to READ_CHANNEL/WRITE_CHANNEL which should suffice.\n\nFixes this:\n\nIn file included from drivers/s390/net/claw.c:93:\ndrivers/s390/net/claw.h:78:1: warning: \"WRITE\" redefined\nIn file included from /home2/heicarst/linux-2.6/arch/s390/include/asm/debug.h:12,\n                 from drivers/s390/net/claw.c:68:\ninclude/linux/fs.h:156:1: warning: this is the location of the previous definition\n\nSigned-off-by: Heiko Carstens \u003cheiko.carstens@de.ibm.com\u003e\nSigned-off-by: Ursula Braun \u003cursula.braun@de.ibm.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "2b80163c390b593bad313f64948993475bfd6069",
      "tree": "ca02f0f17409c7389ec6b8c7e2fbc0a6ceccec0f",
      "parents": [
        "361be7b1d099b671e01ca56b59b1e8b8e9ce4771"
      ],
      "author": {
        "name": "Randy Dunlap",
        "email": "randy.dunlap@oracle.com",
        "time": "Mon Aug 09 14:56:35 2010 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Thu Aug 12 15:08:05 2010 -0300"
      },
      "message": "V4L/DVB: v4l2-ctrls.c: needs to include slab.h\n\nv4l2-ctrls.c needs to include slab.h to prevent build errors:\n\ndrivers/media/video/v4l2-ctrls.c:766: error: implicit declaration of function \u0027kzalloc\u0027\ndrivers/media/video/v4l2-ctrls.c:786: error: implicit declaration of function \u0027kfree\u0027\ndrivers/media/video/v4l2-ctrls.c:1528: error: implicit declaration of function \u0027kmalloc\u0027\n\nSigned-off-by: Randy Dunlap \u003crandy.dunlap@oracle.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "361be7b1d099b671e01ca56b59b1e8b8e9ce4771",
      "tree": "8fe5c7cd50964a129f9f1bc7bcb608625e76f505",
      "parents": [
        "cfec93f769542a8893dc45c2d7ee4e9e72d3bd2d"
      ],
      "author": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Aug 09 14:45:02 2010 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Thu Aug 12 15:07:57 2010 -0300"
      },
      "message": "V4L/DVB: fix Kconfig to depends on VIDEO_IR\n\nwarning: (VIDEO_BT848 \u0026\u0026 MEDIA_SUPPORT \u0026\u0026 VIDEO_CAPTURE_DRIVERS \u0026\u0026 VIDEO_DEV \u0026\u0026 PCI \u0026\u0026 I2C \u0026\u0026 VIDEO_V4L2 \u0026\u0026 INPUT || VIDEO_SAA7134 \u0026\u0026 MEDIA_SUPPORT \u0026\u0026 VIDEO_CAPTURE_DRIVERS \u0026\u0026 VIDEO_V4L2 \u0026\u0026 VIDEO_DEV \u0026\u0026 PCI \u0026\u0026 I2C \u0026\u0026 INPUT || VIDEO_CX88 \u0026\u0026 MEDIA_SUPPORT \u0026\u0026 VIDEO_CAPTURE_DRIVERS \u0026\u0026 VIDEO_V4L2 \u0026\u0026 VIDEO_DEV \u0026\u0026 PCI \u0026\u0026 I2C \u0026\u0026 INPUT || VIDEO_IVTV \u0026\u0026 MEDIA_SUPPORT \u0026\u0026 VIDEO_CAPTURE_DRIVERS \u0026\u0026 VIDEO_V4L2 \u0026\u0026 PCI \u0026\u0026 I2C \u0026\u0026 INPUT || VIDEO_CX18 \u0026\u0026 MEDIA_SUPPORT \u0026\u0026 VIDEO_CAPTURE_DRIVERS \u0026\u0026 VIDEO_V4L2 \u0026\u0026 DVB_CORE \u0026\u0026 PCI \u0026\u0026 I2C \u0026\u0026 EXPERIMENTAL \u0026\u0026 INPUT || VIDEO_EM28XX \u0026\u0026 MEDIA_SUPPORT \u0026\u0026 VIDEO_CAPTURE_DRIVERS \u0026\u0026 VIDEO_V4L2 \u0026\u0026 V4L_USB_DRIVERS \u0026\u0026 USB \u0026\u0026 VIDEO_DEV \u0026\u0026 I2C \u0026\u0026 INPUT || VIDEO_TLG2300 \u0026\u0026 MEDIA_SUPPORT \u0026\u0026 VIDEO_CAPTURE_DRIVERS \u0026\u0026 VIDEO_V4L2 \u0026\u0026 V4L_USB_DRIVERS \u0026\u0026 USB \u0026\u0026 VIDEO_DEV \u0026\u0026 I2C \u0026\u0026 INPUT \u0026\u0026 SND \u0026\u0026 DVB_CORE || VIDEO_CX231XX \u0026\u0026 MEDIA_SUPPORT \u0026\u0026 VIDEO_CAPTURE_DRIVERS \u0026\u0026 VIDEO_V4L2 \u0026\u0026 V4L_USB_DRIVERS \u0026\u0026 USB \u0026\u0026 VIDEO_DEV \u0026\u0026 I2C \u0026\u0026 INPUT || DVB_BUDGET_CI \u0026\u0026 MEDIA_SUPPORT \u0026\u0026 DVB_CAPTURE_DRIVERS \u0026\u0026 DVB_CORE \u0026\u0026 DVB_BUDGET_CORE \u0026\u0026 I2C \u0026\u0026 INPUT || DVB_DM1105 \u0026\u0026 MEDIA_SUPPORT \u0026\u0026 DVB_CAPTURE_DRIVERS \u0026\u0026 DVB_CORE \u0026\u0026 PCI \u0026\u0026 I2C \u0026\u0026 INPUT || VIDEO_GO7007 \u0026\u0026 STAGING \u0026\u0026 !STAGING_EXCLUDE_BUILD \u0026\u0026 VIDEO_DEV \u0026\u0026 PCI \u0026\u0026 I2C \u0026\u0026 INPUT \u0026\u0026 SND || VIDEO_CX25821 \u0026\u0026 STAGING \u0026\u0026 !STAGING_EXCLUDE_BUILD \u0026\u0026 DVB_CORE \u0026\u0026 VIDEO_DEV \u0026\u0026 PCI \u0026\u0026 I2C \u0026\u0026 INPUT) selects VIDEO_IR which has unmet direct dependencies (IR_CORE)\n\nAcked-by: Randy Dunlap \u003crandy.dunlap@oracle.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "cfec93f769542a8893dc45c2d7ee4e9e72d3bd2d",
      "tree": "901cf14f8e8ff5215cf680b517219253d3902a3b",
      "parents": [
        "560afa7d85bdfb294506afd3032c315e6827824f"
      ],
      "author": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Aug 09 10:07:20 2010 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Thu Aug 12 15:07:48 2010 -0300"
      },
      "message": "V4L/DVB: Fix IR_CORE dependencies\n\nAs pointed by Randy Dunlap \u003crandy.dunlap@oracle.com\u003e:\n\u003e ERROR: \"ir_keydown\" [drivers/media/video/ir-kbd-i2c.ko] undefined!\n\u003e ERROR: \"__ir_input_register\" [drivers/media/video/ir-kbd-i2c.ko] undefined!\n\u003e ERROR: \"get_rc_map\" [drivers/media/video/ir-kbd-i2c.ko] undefined!\n\u003e ERROR: \"ir_input_unregister\" [drivers/media/video/ir-kbd-i2c.ko] undefined!\n\u003e ERROR: \"get_rc_map\" [drivers/media/video/cx88/cx88xx.ko] undefined!\n\u003e ERROR: \"ir_repeat\" [drivers/media/video/cx88/cx88xx.ko] undefined!\n\u003e ERROR: \"ir_input_unregister\" [drivers/media/video/cx88/cx88xx.ko] undefined!\n\u003e ERROR: \"ir_keydown\" [drivers/media/video/cx88/cx88xx.ko] undefined!\n\u003e ERROR: \"__ir_input_register\" [drivers/media/video/cx88/cx88xx.ko] undefined!\n\u003e ERROR: \"get_rc_map\" [drivers/media/video/bt8xx/bttv.ko] undefined!\n\u003e ERROR: \"ir_input_unregister\" [drivers/media/video/bt8xx/bttv.ko] undefined!\n\u003e ERROR: \"__ir_input_register\" [drivers/media/video/bt8xx/bttv.ko] undefined!\n\u003e ERROR: \"ir_g_keycode_from_table\" [drivers/media/IR/ir-common.ko] undefined!\n\u003e\n\u003e\n\u003e #5101:\n\u003e (.text+0x8306e2): undefined reference to `ir_core_debug\u0027\n\u003e (.text+0x830729): undefined reference to `ir_core_debug\u0027\n\u003e ir-functions.c:(.text+0x830906): undefined reference to `ir_core_debug\u0027\n\u003e (.text+0x8309d8): undefined reference to `ir_g_keycode_from_table\u0027\n\u003e (.text+0x830acf): undefined reference to `ir_core_debug\u0027\n\u003e (.text+0x830b92): undefined reference to `ir_core_debug\u0027\n\u003e (.text+0x830bef): undefined reference to `ir_core_debug\u0027\n\u003e (.text+0x830c6a): undefined reference to `ir_core_debug\u0027\n\u003e (.text+0x830cf7): undefined reference to `ir_core_debug\u0027\n\u003e budget-ci.c:(.text+0x89f5c8): undefined reference to `ir_keydown\u0027\n\u003e budget-ci.c:(.text+0x8a0c58): undefined reference to `get_rc_map\u0027\n\u003e budget-ci.c:(.text+0x8a0c80): undefined reference to `__ir_input_register\u0027\n\u003e budget-ci.c:(.text+0x8a0ee0): undefined reference to `get_rc_map\u0027\n\u003e budget-ci.c:(.text+0x8a11cd): undefined reference to `ir_input_unregister\u0027\n\u003e (.text+0x8a8adb): undefined reference to `ir_input_unregister\u0027\n\u003e dvb-usb-remote.c:(.text+0x8a9188): undefined reference to `get_rc_map\u0027\n\u003e dvb-usb-remote.c:(.text+0x8a91b1): undefined reference to `__ir_input_register\u0027\n\u003e dvb-usb-remote.c:(.text+0x8a9238): undefined reference to `get_rc_map\u0027\n\u003e dib0700_core.c:(.text+0x8b04ca): undefined reference to `ir_keydown\u0027\n\u003e dib0700_devices.c:(.text+0x8b2ea8): undefined reference to `ir_keydown\u0027\n\u003e dib0700_devices.c:(.text+0x8b2ef0): undefined reference to `ir_keydown\u0027\n\nThose breakages seem to be caused by two bad things at IR_CORE Kconfig:\n\n1) cx23885 is using select for IR_CORE;\n2) the dvb-usb and sms dependency for IR_CORE were missing.\n\nWhile here, allow users to un-select IR.\n\nAcked-by: Randy Dunlap \u003crandy.dunlap@oracle.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "8357422d4bf33bc2c35884d4016c3fc9efbbc1d2",
      "tree": "5779dfe36de828d3ef2dacfda48b7961cdc44525",
      "parents": [
        "1021a645344d4a77333e19e60d37b9343be0d7b7",
        "959eb4e5592cc0b0b07db0ca30d2b1efd790020f"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Thu Aug 12 10:16:46 2010 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Thu Aug 12 10:16:46 2010 -0700"
      },
      "message": "Merge git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-2.6-dm\n\n* git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-2.6-dm: (33 commits)\n  dm mpath: support discard\n  dm stripe: support discards\n  dm: split discard requests on target boundaries\n  dm stripe: optimize sector division\n  dm stripe: move sector translation to a function\n  dm: error return error for discards\n  dm delay: support discard\n  dm: zero silently drop discards\n  dm: use dm_target_offset macro\n  dm: factor out max_io_len_target_boundary\n  dm: use common __issue_target_request for flush and discard support\n  dm: linear support discard\n  dm crypt: simplify crypt_ctr\n  dm crypt: simplify crypt_config destruction logic\n  dm: allow autoloading of dm mod\n  dm: rename map_info flush_request to target_request_nr\n  dm ioctl: refactor dm_table_complete\n  dm snapshot: implement merge\n  dm: do not initialise full request queue when bio based\n  dm ioctl: make bio or request based device type immutable\n  ...\n"
    },
    {
      "commit": "ce4327d372af7e2f2d403286e9904ab012e72827",
      "tree": "aa95c33aa9277d3ecb4d7c46cee13c8b59611c7c",
      "parents": [
        "4032816dca04141e3d49ec4ed717c9f7cc5444c5",
        "b5d643de3ea28d7844a3a1a00a0a6f50897a2a6b"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Thu Aug 12 10:07:32 2010 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Thu Aug 12 10:07:32 2010 -0700"
      },
      "message": "Merge branch \u0027msm-core\u0027 of git://codeaurora.org/quic/kernel/dwalker/linux-msm\n\n* \u0027msm-core\u0027 of git://codeaurora.org/quic/kernel/dwalker/linux-msm:\n  msm: mmc: Add msm prefix to platform data structure\n  msm: trout: Remove extern declaration from source file\n  arm: msm: Fix section mismatch in smd.c.\n  arm: msm: trout add mmc support\n  arm: msm: trout: add trout specific gpio interrupts\n  arm: msm: remove unused #include \u003clinux/version.h\u003e\n"
    },
    {
      "commit": "1c00650c233c404fadf9347329214d55283bd17a",
      "tree": "9de7cda2fe2e54411cc24ff3befd758c9cb9cd74",
      "parents": [
        "26df0766a73a859bb93dc58e747c5028557a23fd",
        "7f528135da9704d67db1f727162024b078e1cd8f"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Thu Aug 12 10:06:29 2010 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Thu Aug 12 10:06:29 2010 -0700"
      },
      "message": "Merge branch \u0027i2c-for-linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/staging\n\n* \u0027i2c-for-linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/staging:\n  i2c: I2C bus multiplexer driver pca954x\n  i2c: Multiplexed I2C bus core support\n  i2c: Use a separate mutex for userspace client lists\n  i2c: Make i2c_default_probe self-sufficient\n  i2c: Drop dummy variable\n  i2c: Move adapter locking helpers to i2c-core\n  V4L/DVB: Use custom I2C probing function mechanism\n  i2c: Add support for custom probe function\n  i2c-dev: Use memdup_user\n  i2c-dev: Remove unnecessary kmalloc casts\n"
    },
    {
      "commit": "26df0766a73a859bb93dc58e747c5028557a23fd",
      "tree": "4776de567425a7fb66ca9a87228309f9c84de633",
      "parents": [
        "580287628cdd99366b10c9050c4479b387283be8",
        "a6de51b2787012ba3ab62c7d50df1b749b83d5f0"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Thu Aug 12 10:01:59 2010 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Thu Aug 12 10:01:59 2010 -0700"
      },
      "message": "Merge branch \u0027params\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus\n\n* \u0027params\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus: (22 commits)\n  param: don\u0027t deref arg in __same_type() checks\n  param: update drivers/acpi/debug.c to new scheme\n  param: use module_param in drivers/message/fusion/mptbase.c\n  ide: use module_param_named rather than module_param_call\n  param: update drivers/char/ipmi/ipmi_watchdog.c to new scheme\n  param: lock if_sdio\u0027s lbs_helper_name and lbs_fw_name against sysfs changes.\n  param: lock myri10ge_fw_name against sysfs changes.\n  param: simple locking for sysfs-writable charp parameters\n  param: remove unnecessary writable charp\n  param: add kerneldoc to moduleparam.h\n  param: locking for kernel parameters\n  param: make param sections const.\n  param: use free hook for charp (fix leak of charp parameters)\n  param: add a free hook to kernel_param_ops.\n  param: silence .init.text references from param ops\n  Add param ops struct for hvc_iucv driver.\n  nfs: update for module_param_named API change\n  AppArmor: update for module_param_named API change\n  param: use ops in struct kernel_param, rather than get and set fns directly\n  param: move the EXPORT_SYMBOL to after the definitions.\n  ...\n"
    },
    {
      "commit": "580287628cdd99366b10c9050c4479b387283be8",
      "tree": "754d9fe5d15db31497e45d542e816895d20a7e92",
      "parents": [
        "e83ddb335468cdd9ea6e9767eb30b64d8ff176ce",
        "120be663285f80e3501e36ccbb92e7143585fd93"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Thu Aug 12 10:01:30 2010 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Thu Aug 12 10:01:30 2010 -0700"
      },
      "message": "Merge branch \u0027for-linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/lrg/voltage-2.6\n\n* \u0027for-linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/lrg/voltage-2.6: (22 commits)\n  regulator: Remove default DEBUG define from TPS6586x\n  regulator: tps6507x - add missing platform_set_drvdata in tps6507x_pmic_probe\n  regulator: tps6586x - add regulator_unregister() in tps6586x_regulator_remove()\n  mfd: max8998 - fix incorrect kfree(i2c) in i2c_driver probe callback handler\n  regulator: lp3971 - remove unnecessary ret value checking in lp3971_i2c_write()\n  regulator: max8660 - fix a memory leak in max8660_remove()\n  regulator: max1586 - fix a memory leak in max1586_pmic_remove()\n  regulator: Default GPIO controlled WM8994 regulators to disabled\n  regulator: lp3971 - remove unnecessary ret value checking in lp3971_i2c_write()\n  max8998: fix off-by-one value range checking\n  regulator: tps6586x: fix millivolt return values and SM2 table\n  regulator: tps6586x: add dependancy on MFD_TPS6585x\n  regulator: add TPS6586X regulator driver\n  regulator: MAX8998: set_voltage bugfix. ramp_up delay and min/max voltage\n  regulator: add support for regulators on the ab8500 MFD\n  ab8500-mfd: add regulator support to ab8500 mfd device\n  tps65023: Allow registering similar TPS65021\n  drivers: regulators: depend on MFD_MAX8998\n  drivers: regulator: add Maxim 8998 driver\n  ISL6271A voltage regulator support.\n  ...\n"
    },
    {
      "commit": "e83ddb335468cdd9ea6e9767eb30b64d8ff176ce",
      "tree": "af7ca0b5be74b713970149efaebe682596523252",
      "parents": [
        "14a4fa20a10d76eb98b7feb25be60735217929ba",
        "d0a11693967295772d2a7c22b6b37eb20684e709"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Thu Aug 12 10:01:06 2010 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Thu Aug 12 10:01:06 2010 -0700"
      },
      "message": "Merge branch \u0027for-next\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6\n\n* \u0027for-next\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6: (40 commits)\n  mfd: Fix incorrect kfree(i2c) in wm8994-core i2c_driver probe\n  mfd: Fix incorrect kfree(i2c) in wm831x-core i2c_driver probe\n  mfd: Fix incorrect kfree(i2c) in tps6507x i2c_driver probe\n  mfd: Add TPS6586x driver\n  mfd: Use macros instead of some constant magic numbers for menelaus\n  mfd: Fix menelaus mmc slot 2 misconfiguration\n  mfd: Missing slab.h includes\n  mfd: Fix wrong wm8350-core kfree in error path\n  mfd: Fix wm8994_device_init() return value\n  mfd: Avoid calling platform_device_put() twice in ucb1400 probe error path\n  mfd: Annotate tc6387xb probe/remove routines with __devinit/__devexit\n  mfd: Fix tc6387xb resource reclaim\n  mfd: Fix wrong goto labels for tc6393xb error handling\n  mfd: Get rid of now unused mc13783 private header\n  hwmon: Don\u0027t access struct mc13783 directly from mc13783-adc\n  mfd: New mc13783 function exposing flags\n  mfd: Check jz4740-adc kmalloc() result\n  mfd: Fix jz4740-adc resource reclaim in probe error path\n  mfd: Add WM8321 support\n  mfd: Add stmpe auto sleep feature\n  ...\n"
    },
    {
      "commit": "16bb85bc12e7d0b066b1471185f3889cb1ceb382",
      "tree": "88f7bb3ff052ea0e68d5416853d8fd68a508d8e7",
      "parents": [
        "4936a3b90d79dd8775c6ac23c2cf2dcebe29abde",
        "f59f5bcb605f40d418aceb6f6047069435ffac72"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Thu Aug 12 09:58:33 2010 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Thu Aug 12 09:58:33 2010 -0700"
      },
      "message": "Merge git://git.infradead.org/battery-2.6\n\n* git://git.infradead.org/battery-2.6:\n  intel_mid_battery: Fix battery scaling\n  intel_mid_battery: Fix the argument order to intel_scu_ipc_command\n  olpc_battery: Fix build failure caused by sysfs changes\n  Add s3c-adc-battery driver\n  Intel MID platform battery driver\n\nFix up trivial conflicts (battery drivers added from different branches)\nin drivers/power/{Kconfig,Makefile}\n"
    },
    {
      "commit": "aa9f56b66d278aba2f278c75761b7e19fbaca97a",
      "tree": "f1a9a0e68b07a3a1a0643389cb5ff838366a2d32",
      "parents": [
        "58d4ea65b98f154f3326b038eecda32f90b46ea8",
        "31ce4bfdfd10bf5db9bf85c92bbe0cf2edbdcad8"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Thu Aug 12 09:21:39 2010 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Thu Aug 12 09:21:39 2010 -0700"
      },
      "message": "Merge branch \u0027drm-core-next\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6\n\n* \u0027drm-core-next\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6: (55 commits)\n  io-mapping: move asm include inside the config option\n  vgaarb: drop vga.h include\n  drm/radeon: Add probing of clocks from device-tree\n  drm/radeon: drop old and broken mesa warning\n  drm/radeon: Fix pci_map_page() error checking\n  drm: Remove count_lock for calling lastclose() after 58474713 (v2)\n  drm/radeon/kms: allow FG_ALPHA_VALUE on r5xx\n  drm/radeon/kms: another r6xx/r7xx CS checker fix\n  DRM: Replace kmalloc/memset combos with kzalloc\n  drm: expand gamma_set\n  drm/edid: Split mode lists out to their own header for readability\n  drm/edid: Rewrite mode parse to use the generic detailed block walk\n  drm/edid: Add detailed block walk for VTB extensions\n  drm/edid: Add detailed block walk for CEA extensions\n  drm: Remove unused fields from drm_display_info\n  drm: Use ENOENT consistently for the error return for an unmatched handle.\n  drm/radeon/kms: mark 3D power states as performance\n  drm: Only set DPMS once on the CRTC not after every encoder.\n  drm/radeon/kms: add additional quirk for Acer rv620 laptop\n  drm: Propagate error code from fb_create()\n  ...\n\nFix up trivial conflicts in drivers/gpu/drm/drm_edid.c\n"
    },
    {
      "commit": "58d4ea65b98f154f3326b038eecda32f90b46ea8",
      "tree": "636aed413349dece12c08a4bd3d1fea0254976d8",
      "parents": [
        "26f0cf91813bdc8e61595f8ad6660251e2ee9cf6",
        "fbe0f8348fd6c3d016a3f48756eb729b41a67c22"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Thu Aug 12 09:11:31 2010 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Thu Aug 12 09:11:31 2010 -0700"
      },
      "message": "Merge branch \u0027next-devicetree\u0027 of git://git.secretlab.ca/git/linux-2.6\n\n* \u0027next-devicetree\u0027 of git://git.secretlab.ca/git/linux-2.6:\n  mmc_spi: Fix unterminated of_match_table\n  of/sparc: fix build regression from of_device changes\n  of/device: Replace struct of_device with struct platform_device\n"
    },
    {
      "commit": "26f0cf91813bdc8e61595f8ad6660251e2ee9cf6",
      "tree": "db129d45fba03e3e59392410d0f35ba7d3e438e6",
      "parents": [
        "d862b13bc8cbab9692fbe0ef44c40d0488b81af1",
        "fe96eb404e33b59bb39f7050205f7c56c1c7d686"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Thu Aug 12 09:09:41 2010 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Thu Aug 12 09:09:41 2010 -0700"
      },
      "message": "Merge branch \u0027stable/xen-swiotlb-0.8.6\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen\n\n* \u0027stable/xen-swiotlb-0.8.6\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen:\n  x86: Detect whether we should use Xen SWIOTLB.\n  pci-swiotlb-xen: Add glue code to setup dma_ops utilizing xen_swiotlb_* functions.\n  swiotlb-xen: SWIOTLB library for Xen PV guest with PCI passthrough.\n  xen/mmu: inhibit vmap aliases rather than trying to clear them out\n  vmap: add flag to allow lazy unmap to be disabled at runtime\n  xen: Add xen_create_contiguous_region\n  xen: Rename the balloon lock\n  xen: Allow unprivileged Xen domains to create iomap pages\n  xen: use _PAGE_IOMAP in ioremap to do machine mappings\n\nFix up trivial conflicts (adding both xen swiotlb and xen pci platform\ndriver setup close to each other) in drivers/xen/{Kconfig,Makefile} and\ninclude/xen/xen-ops.h\n"
    },
    {
      "commit": "d862b13bc8cbab9692fbe0ef44c40d0488b81af1",
      "tree": "e8eeff7c7d8759cd6c812a895d2234ddf16d94c7",
      "parents": [
        "21fd0495ea61d53e0ebe575330e343ce4e6d2a61"
      ],
      "author": {
        "name": "Maxim Levitsky",
        "email": "maximlevitsky@gmail.com",
        "time": "Wed Aug 11 14:17:52 2010 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Thu Aug 12 08:43:31 2010 -0700"
      },
      "message": "memstick: fix hangs on unexpected device removal in mspro_blk\n\nmspro_block_remove() is called from detect thread that first calls the\nmspro_block_stop(), which stops the request queue.  If we call\ndel_gendisk() with the queue stopped we get a deadlock.\n\nSigned-off-by: Maxim Levitsky \u003cmaximlevitsky@gmail.com\u003e\nCc: Alex Dubov \u003coakad@yahoo.com\u003e\nCc: \u003cstable@kernel.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "21fd0495ea61d53e0ebe575330e343ce4e6d2a61",
      "tree": "a58516439b6f8e81c785edd44cf73596f50ea407",
      "parents": [
        "fec4dcce237c7185ff7129e704bc508850b6e3f0"
      ],
      "author": {
        "name": "Maxim Levitsky",
        "email": "maximlevitsky@gmail.com",
        "time": "Wed Aug 11 14:17:52 2010 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Thu Aug 12 08:43:31 2010 -0700"
      },
      "message": "memstick: init sysfs attributes\n\nOtherwise lockdep complains.\n\nSigned-off-by: Maxim Levitsky \u003cmaximlevitsky@gmail.com\u003e\nCc: Alex Dubov \u003coakad@yahoo.com\u003e\nCc: \u003cstable@kernel.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    }
  ],
  "next": "fec4dcce237c7185ff7129e704bc508850b6e3f0"
}
