)]}'
{
  "log": [
    {
      "commit": "8446f1d391f3d27e6bf9c43d4cbcdac0ca720417",
      "tree": "738853af877c9a391b4f2db467e7f90c6e2e38ed",
      "parents": [
        "4732efbeb997189d9f9b04708dc26bf8613ed721"
      ],
      "author": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Tue Sep 06 15:16:27 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Sep 07 16:57:17 2005 -0700"
      },
      "message": "[PATCH] detect soft lockups\n\nThis patch adds a new kernel debug feature: CONFIG_DETECT_SOFTLOCKUP.\n\nWhen enabled then per-CPU watchdog threads are started, which try to run\nonce per second.  If they get delayed for more than 10 seconds then a\ncallback from the timer interrupt detects this condition and prints out a\nwarning message and a stack dump (once per lockup incident).  The feature\nis otherwise non-intrusive, it doesnt try to unlock the box in any way, it\nonly gets the debug info out, automatically, and on all CPUs affected by\nthe lockup.\n\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\nSigned-off-by: Nishanth Aravamudan \u003cnacc@us.ibm.com\u003e\nSigned-Off-By: Matthias Urlichs \u003csmurf@smurf.noris.de\u003e\nSigned-off-by: Richard Purdie \u003crpurdie@rpsys.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "5b039e681b8c5f30aac9cc04385cc94be45d0823",
      "tree": "8e5a1045b36849c9568677611e060221f49748ca",
      "parents": [
        "d7ae79c72d072e3208c18ff2dc402a69229b7b1b"
      ],
      "author": {
        "name": "Rafael J. Wysocki",
        "email": "rjw@sisk.pl",
        "time": "Tue Sep 06 15:16:22 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Sep 07 16:57:16 2005 -0700"
      },
      "message": "[PATCH] 3c59x PM fixes\n\nThis patch adds some missing pci-related calls to the suspend and resume\nroutines of the 3c59x driver.  It also makes the driver free/request IRQ on\nsuspend/resume, in accordance with the proposal at:\nhttp://lists.osdl.org/pipermail/linux-pm/2005-May/000955.html\n\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "54d5d42404e7705cf3804593189e963350d470e5",
      "tree": "7cf8a7fce163b19672193d8cf4ef6a7f6c131d9e",
      "parents": [
        "f63ed39c578a2a2d067356a85ce7c28a7c795d8a"
      ],
      "author": {
        "name": "Ashok Raj",
        "email": "ashok.raj@intel.com",
        "time": "Tue Sep 06 15:16:15 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Sep 07 16:57:15 2005 -0700"
      },
      "message": "[PATCH] x86/x86_64: deferred handling of writes to /proc/irqxx/smp_affinity\n\nWhen handling writes to /proc/irq, current code is re-programming rte\nentries directly. This is not recommended and could potentially cause\nchipset\u0027s to lockup, or cause missing interrupts.\n\nCONFIG_IRQ_BALANCE does this correctly, where it re-programs only when the\ninterrupt is pending. The same needs to be done for /proc/irq handling as well.\nOtherwise user space irq balancers are really not doing the right thing.\n\n- Changed pending_irq_balance_cpumask to pending_irq_migrate_cpumask for\n  lack of a generic name.\n- added move_irq out of IRQ_BALANCE, and added this same to X86_64\n- Added new proc handler for write, so we can do deferred write at irq\n  handling time.\n- Display of /proc/irq/XX/smp_affinity used to display CPU_MASKALL, instead\n  it now shows only active cpu masks, or exactly what was set.\n- Provided a common move_irq implementation, instead of duplicating\n  when using generic irq framework.\n\nTested on i386/x86_64 and ia64 with CONFIG_PCI_MSI turned on and off.\nTested UP builds as well.\n\nMSI testing: tbd: I have cards, need to look for a x-over cable, although I\ndid test an earlier version of this patch.  Will test in a couple days.\n\nSigned-off-by: Ashok Raj \u003cashok.raj@intel.com\u003e\nAcked-by: Zwane Mwaikambo \u003czwane@holomorphy.com\u003e\nGrudgingly-acked-by: Andi Kleen \u003cak@muc.de\u003e\nSigned-off-by: Coywolf Qi Hunt \u003ccoywolf@lovecn.org\u003e\nSigned-off-by: Ashok Raj \u003cashok.raj@intel.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "5bcaa155797ab62ed363932ec0f02fbcb5db1ef1",
      "tree": "1db633712bd47ce72ac5a1aed62b3417733ac63a",
      "parents": [
        "1e231efe50ffe4d291be24d2fe393188de9c4b08",
        "3a48c4c2d52a08e12319ab7caacad0a9b88e6cb4"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@evo.osdl.org",
        "time": "Tue Sep 06 00:47:18 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@evo.osdl.org",
        "time": "Tue Sep 06 00:47:18 2005 -0700"
      },
      "message": "Merge branch \u0027upstream\u0027 of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6 \n"
    },
    {
      "commit": "1e231efe50ffe4d291be24d2fe393188de9c4b08",
      "tree": "5a7b92970eedd27c74bdf29c2cbe23e9b6a6a849",
      "parents": [
        "ef88b7dba2b47c70037a34a599d383462bb74bd3",
        "0ce7625f3c1e3f921f6b83f7e944e00031a39dfa"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@evo.osdl.org",
        "time": "Tue Sep 06 00:45:34 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@evo.osdl.org",
        "time": "Tue Sep 06 00:45:34 2005 -0700"
      },
      "message": "Merge master.kernel.org:/home/rmk/linux-2.6-arm \n"
    },
    {
      "commit": "ef88b7dba2b47c70037a34a599d383462bb74bd3",
      "tree": "f50afe82c446cbf93893880878b97339fbdb8f49",
      "parents": [
        "f65e77693aa5a1cf688fc378bc6913a56f9ff7b7",
        "aaebf4332018980fef4e601d1b5a6e52dd9e9ae4"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@evo.osdl.org",
        "time": "Tue Sep 06 00:35:51 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@evo.osdl.org",
        "time": "Tue Sep 06 00:35:51 2005 -0700"
      },
      "message": "Merge master.kernel.org:/pub/scm/linux/kernel/git/sam/kbuild \n"
    },
    {
      "commit": "f65e77693aa5a1cf688fc378bc6913a56f9ff7b7",
      "tree": "5d5b6ee3e3f9da241a583bf49ab648637ac4c1a9",
      "parents": [
        "8566cfc9fe0934f52ddedc12b083176116c13978",
        "d856f1e337782326c638c70c0b4df2b909350dec"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@evo.osdl.org",
        "time": "Tue Sep 06 00:32:12 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@evo.osdl.org",
        "time": "Tue Sep 06 00:32:12 2005 -0700"
      },
      "message": "Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6 \n"
    },
    {
      "commit": "8566cfc9fe0934f52ddedc12b083176116c13978",
      "tree": "b0f92fd0982a4dabaa2c108f4f1d130d2cff6798",
      "parents": [
        "7bdb2b6aca356c765bb697a4e9e7599357ee1542",
        "77ae84554cc0178e03862391599a0cedf96fa4c4"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@evo.osdl.org",
        "time": "Tue Sep 06 00:31:02 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@evo.osdl.org",
        "time": "Tue Sep 06 00:31:02 2005 -0700"
      },
      "message": "Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/i2c-2.6 \n"
    },
    {
      "commit": "7bdb2b6aca356c765bb697a4e9e7599357ee1542",
      "tree": "63557166f8f85ba7751b5c9ebf83930ac943bafe",
      "parents": [
        "4c2cac8908ded8436191bd058e52d2737fd7fd31",
        "c0f2f761e1ea3923952e31cce2cdb7d65f450fbd"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@evo.osdl.org",
        "time": "Tue Sep 06 00:29:52 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@evo.osdl.org",
        "time": "Tue Sep 06 00:29:52 2005 -0700"
      },
      "message": "Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6 \n"
    },
    {
      "commit": "c0f2f761e1ea3923952e31cce2cdb7d65f450fbd",
      "tree": "fc6f6c2544da27886555681603e934f1569b078c",
      "parents": [
        "3d9c994840f0e217c391871ddbb84a506d275658"
      ],
      "author": {
        "name": "Al Viro",
        "email": "viro@zeniv.linux.org.uk",
        "time": "Mon Sep 05 23:35:41 2005 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Mon Sep 05 23:35:41 2005 -0700"
      },
      "message": "[SPARC64]: Kconfig fix (GEN_RTC dependencies)\n\nYet another architecture not coverd by GEN_RTC - sparc64 never picked\nit until now and it doesn\u0027t have asm/rtc.h to go with it, so it\nwouldn\u0027t compile anyway (or have these ioctls in the user-visible\nheaders, for that matter).\n\nFWIW, I\u0027m very tempted to introduce ARCH_HAS_GEN_RTC and have it set\nin arch/*/Kconfig for architectures that know what to do with this\nstuff - for something supposedly generic the list of architectures\nwhere it doesn\u0027t work is getting too long...\n\nSigned-off-by: Al Viro \u003cviro@zeniv.linux.org.uk\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "3d9c994840f0e217c391871ddbb84a506d275658",
      "tree": "982de5c45f41b6372f722fc3339f28be84c2efe9",
      "parents": [
        "e5e259466f2fe68251b1e1092949ef3d4dabb254"
      ],
      "author": {
        "name": "Al Viro",
        "email": "viro@zeniv.linux.org.uk",
        "time": "Mon Sep 05 23:35:05 2005 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Mon Sep 05 23:35:05 2005 -0700"
      },
      "message": "[SUNSU]: Compile fixes.\n\nsunsu had been broken by -\u003estop_tx/-\u003estart_tx API changes.\n\nSigned-off-by: Al Viro \u003cviro@zeniv.linux.org.uk\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "53d0fc27af3a3ab22c0ffb67857adfa18977e681",
      "tree": "22686ede46dd7f3207d09a65cbc88da14032b9d8",
      "parents": [
        "1d25240fcfce0e55540a273b1e1b07d304065a31"
      ],
      "author": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Mon Sep 05 23:33:05 2005 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Mon Sep 05 23:33:05 2005 -0700"
      },
      "message": "[RTC]: Use SA_SHIRQ in sparc specific code.\n\nBased upon a report from Jason Wever.\n\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "1d25240fcfce0e55540a273b1e1b07d304065a31",
      "tree": "96a2a7d68af533283e59f055033a7d5fd44d0dda",
      "parents": [
        "67d2c36e901403bb97cb79ddb44d702c3284d0ba"
      ],
      "author": {
        "name": "Al Viro",
        "email": "viro@ZenIV.linux.org.uk",
        "time": "Mon Sep 05 23:30:15 2005 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Mon Sep 05 23:30:15 2005 -0700"
      },
      "message": "[MOXA]: Fix this driver properly.\n\nActually, proper fix of that breakage is embarrassingly simple - it\u0027s yet\nanother gratitious leftover include of asm/segment.h, so incremental to the\nprevios would be removal of that BROKEN and removal of bogus include from\nmxser.c itself.\n\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "3da54c5b253549153ee6521db21d541a06abaa65",
      "tree": "1f4e1dacdad53b77299026b1a72dc0993066223a",
      "parents": [
        "fb5f5e6e0cebd574be737334671d1aa8f170d5f3"
      ],
      "author": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Mon Sep 05 23:08:01 2005 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Mon Sep 05 23:08:01 2005 -0700"
      },
      "message": "[IPW2200]: ipw2200.h needs linux/dma-mapping.h\n\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "74da1edf264c5982b465041a5706caff25d7e1ed",
      "tree": "ce99103b1c0729e68c8e86b6a06dce6d123c8bc8",
      "parents": [
        "38f3843ed6bdbcff9465386c3539523466880320"
      ],
      "author": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Mon Sep 05 17:56:11 2005 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Mon Sep 05 17:56:11 2005 -0700"
      },
      "message": "[TG3]: Update driver version and release date.\n\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "38f3843ed6bdbcff9465386c3539523466880320",
      "tree": "b3e1a3a714db10d8d7f6f083659e67fe193487b7",
      "parents": [
        "61487480dd79acc5e82b08cd29cbcbd3301645fa"
      ],
      "author": {
        "name": "Michael Chan",
        "email": "mchan@broadcom.com",
        "time": "Mon Sep 05 17:53:32 2005 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Mon Sep 05 17:53:32 2005 -0700"
      },
      "message": "[TG3]: Use status tag to check for new events\n\nUse the status tag to determine if there are new events in\ntg3_interrupt_tagged(). We discussed about this a while ago with Grant\nGrundler and DaveM. This scheme makes it unnecessary to clear the\nupdated bit in the status block when using tagged mode, and only\na simple comparison is needed to determine if there are new events.\n\nThe tp-\u003elock around netif_rx_complete() and tg3_restart_ints() is also\nremoved. It is unnecessary with DaveM\u0027s new locking scheme.\n\nSigned-off-by: Michael Chan \u003cmchan@broadcom.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "61487480dd79acc5e82b08cd29cbcbd3301645fa",
      "tree": "79f40bebd2062bfad707eb5f49087c100843a20a",
      "parents": [
        "9f40dead25957434937f2b1872e9f4b43605f0ad"
      ],
      "author": {
        "name": "Michael Chan",
        "email": "mchan@broadcom.com",
        "time": "Mon Sep 05 17:53:19 2005 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Mon Sep 05 17:53:19 2005 -0700"
      },
      "message": "[TG3]: Remove status block access in tg3_msi() and add prefetches\n\nRemove unnecessary status block accesses in tg3_msi(). Since MSI is\nnot shared, it is unnecessary to read the status block to determine if\nthere are any new events in the MSI handler. It is also unnecessary to\nclear the updated bit in the status block.\n\nSince the poll list is per-cpu, tg3_poll() will be scheduled to run on\nthe same CPU that received the MSI. Prefetches for the status block\nand the next rx descriptors are added in tg3_msi() to improve their\naccess times when tg3_poll() runs.\n\nIn the non-MSI irq handlers, we need to check the status block because\ninterrupts may be shared. Only prefetches for the next rx descriptors\nare added.\n\nSigned-off-by: Michael Chan \u003cmchan@broadcom.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "9f40dead25957434937f2b1872e9f4b43605f0ad",
      "tree": "39f80cdabbe7775fddc37490f4ae3609963e31d4",
      "parents": [
        "4009a93d8e85f685b02794aee28e3272be862e2b"
      ],
      "author": {
        "name": "Michael Chan",
        "email": "mchan@broadcom.com",
        "time": "Mon Sep 05 17:53:06 2005 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Mon Sep 05 17:53:06 2005 -0700"
      },
      "message": "[TG3]: Add PHY loopback test\n\nImprove ethtool loopback self test by adding PHY loopback to the\nexisting MAC loopback test.\n\nSigned-off-by: Michael Chan \u003cmchan@broadcom.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "4009a93d8e85f685b02794aee28e3272be862e2b",
      "tree": "1571d9399aa0ae6ba0472b59179d447ac8185a80",
      "parents": [
        "4c98748763ce25c5394a7edd686d92c70b4fac38"
      ],
      "author": {
        "name": "Michael Chan",
        "email": "mchan@broadcom.com",
        "time": "Mon Sep 05 17:52:54 2005 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Mon Sep 05 17:52:54 2005 -0700"
      },
      "message": "[TG3]: Add ethtool -p support\n\nSigned-off-by: Michael Chan \u003cmchan@broadcom.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n\n"
    },
    {
      "commit": "4c98748763ce25c5394a7edd686d92c70b4fac38",
      "tree": "c80f671c4a04683d9efd7a6763d82cadaa459203",
      "parents": [
        "67d2c36e901403bb97cb79ddb44d702c3284d0ba"
      ],
      "author": {
        "name": "Michael Chan",
        "email": "mchan@broadcom.com",
        "time": "Mon Sep 05 17:52:38 2005 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Mon Sep 05 17:52:38 2005 -0700"
      },
      "message": "[TG3]: Minor 5780 and 5752 fixes\n\nMinor SerDes bug fixes for 5780S and nvram bug fixes for 5780 and\n5752.\n\nSigned-off-by: Michael Chan \u003cmchan@broadcom.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "d856f1e337782326c638c70c0b4df2b909350dec",
      "tree": "15c070e3909cbd260b2616001f0a6dde4a0c24fa",
      "parents": [
        "fef6ec8dd96205fb22e3cfe2e4abd69d89413631"
      ],
      "author": {
        "name": "James Bottomley",
        "email": "James.Bottomley@SteelEye.com",
        "time": "Fri Aug 19 09:14:01 2005 -0400"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Mon Sep 05 16:03:13 2005 -0700"
      },
      "message": "[PATCH] klist: fix klist to have the same klist_add semantics as list_head\n\nat the moment, the list_head semantics are\n\nlist_add(node, head)\n\nwhereas current klist semantics are\n\nklist_add(head, node)\n\nThis is bound to cause confusion, and since klist is the newcomer, it\nshould follow the list_head semantics.\n\nI also added missing include guards to klist.h\n\nSigned-off-by: James Bottomley \u003cJames.Bottomley@SteelEye.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "fef6ec8dd96205fb22e3cfe2e4abd69d89413631",
      "tree": "8c38a91106351c8af46916d73898c79f741f8654",
      "parents": [
        "ceaeade1f94c0a1c0163906ceeaede6493a9715e"
      ],
      "author": {
        "name": "Jesper Juhl",
        "email": "jesper.juhl@gmail.com",
        "time": "Wed Aug 17 22:06:34 2005 +0200"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Mon Sep 05 16:03:13 2005 -0700"
      },
      "message": "[PATCH] Driver core: small cleanup; remove check for NULL before kfree() in driver core\n\nRemove needless checking of variable for NULL before calling kfree() on it.\nApplies to 2.6.13-rc6-git9\n\nSigned-off-by: Jesper Juhl \u003cjesper.juhl@gmail.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "ceaeade1f94c0a1c0163906ceeaede6493a9715e",
      "tree": "fafff19d6510ce06e229b4cbacc1023f6845a8f7",
      "parents": [
        "91e49001b9a7fe5dc2fa5b56039fbca9aa638ccc"
      ],
      "author": {
        "name": "Shaohua Li",
        "email": "shaohua.li@intel.com",
        "time": "Thu Aug 11 10:37:39 2005 +0800"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Mon Sep 05 16:03:12 2005 -0700"
      },
      "message": "[PATCH] Driver core: hande sysdev suspend failure\n\nThis patch adds the return value check for sysdev suspend and does\nrestore in failure case. Send the patch to pm-list, but seems lost, so I\nresend it.\n\nSigned-off-by: Shaohua Li\u003cshaohua.li@intel.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "9a8af6b3b64ee97a1aeecde017ffd02e6796913a",
      "tree": "1e2fe584510f1af920b084cbbe1f2fe756508733",
      "parents": [
        "94fd0db7bfb4a03da202fd426d4e8e7eab42ab86"
      ],
      "author": {
        "name": "Andrew Morton",
        "email": "akpm@osdl.org",
        "time": "Wed Jul 27 17:37:34 2005 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Mon Sep 05 16:03:11 2005 -0700"
      },
      "message": "[PATCH] Floppy: add cmos attribute to floppy driver tidy\n\nFiddle with coding style a bit.\n\nCc: Hannes Reinecke \u003chare@suse.de\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "94fd0db7bfb4a03da202fd426d4e8e7eab42ab86",
      "tree": "3b440ad6560e832f2b91629e6af7fa9b602f75c0",
      "parents": [
        "76d1ce00bdd76c2987fbfb763cd40447413a55b3"
      ],
      "author": {
        "name": "Hannes Reinecke",
        "email": "hare@suse.de",
        "time": "Fri Jul 15 10:09:25 2005 +0200"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Mon Sep 05 16:03:10 2005 -0700"
      },
      "message": "[PATCH] Floppy: Add cmos attribute to floppy driver\n\nCurrently only a device \u0027fdX\u0027 shows up in sysfs; the other possible\ndevice for this drive (like fd0h1440 etc) must be guessed from there.\n\nThis patch corrects the floppy driver to create a platform device for\neach floppy found; each platform device also has an attribute \u0027cmos\u0027\nwhich represents the cmos type for this drive. From this attribute the\nother possible device types can be computed.\n\nFrom: Hannes Reinecke \u003chare@suse.de\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "76d1ce00bdd76c2987fbfb763cd40447413a55b3",
      "tree": "153a44b7e0821d75b6dcd829a0648c62a5bc6fb9",
      "parents": [
        "d65da6eae10cc77f93ead0188cde0b45f124d912"
      ],
      "author": {
        "name": "Dmitry Torokhov",
        "email": "dtor_core@ameritech.net",
        "time": "Sun Jul 10 01:21:24 2005 -0500"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Mon Sep 05 16:03:10 2005 -0700"
      },
      "message": "[PATCH] Driver core: link device and all class devices derived from it.\n\nDriver core: link device and all class devices derived from it.\n\nTo ease the task of locating class devices derived from a certain\ndevice create symlinks from parent device to its class devices.\nChange USB host class device name from usbX to usb_hostX to avoid\nconflict when creating aforementioned links.\n\nTweaked by Greg to have the symlink be \"class_name:class_device_name\" in\norder to prevent duplicate links.\n\nSigned-off-by: Dmitry Torokhov \u003cdtor@mail.ru\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "d65da6eae10cc77f93ead0188cde0b45f124d912",
      "tree": "2494fac5df0711f16cd4d49cc25133ea9d99b5e7",
      "parents": [
        "67d2c36e901403bb97cb79ddb44d702c3284d0ba"
      ],
      "author": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Wed Aug 17 17:33:11 2005 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Mon Sep 05 16:03:09 2005 -0700"
      },
      "message": "[PATCH] Fix manual binding infinite loop\n\nFix for manual binding of drivers to devices.  Problem is if you pass in\na valid device id, but the driver refuses to bind.  Infinite loop as\nwrite() tries to resubmit the data it just sent.\n\nThanks to Michal Ostrowski \u003cmostrows@watson.ibm.com\u003e for pointing the\nproblem out.\n\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "3a48c4c2d52a08e12319ab7caacad0a9b88e6cb4",
      "tree": "035dffa590835d9a1c998b7984d958a68f08bec4",
      "parents": [
        "ec82905177a22b0fe0abaf4ecb76813d3d45d16e"
      ],
      "author": {
        "name": "Pavel Roskin",
        "email": "proski@gnu.org",
        "time": "Thu Sep 01 20:10:06 2005 -0400"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Mon Sep 05 18:14:08 2005 -0400"
      },
      "message": "[PATCH] orinoco: New driver - spectrum_cs.\n\nSigned-off-by: Pavel Roskin \u003cproski@gnu.org\u003e\n\ndiff-tree dee4f325520d4ea29397dd67ca657b7235bb1790 (from c88faac230cc9775445e5c644991c352e35c72a1)\nAuthor: Pavel Roskin \u003cproski@gnu.org\u003e\nDate:   Thu Sep 1 17:46:39 2005 -0400\n\n    New driver - spectrum_cs.\n\n    Driver for 802.11b cards using RAM-loadable Symbol firmware, such as\n    Symbol Wireless Networker LA4100, CompactFlash cards by Socket\n    Communications and Intel PRO/Wireless 2011B.\n\n    The driver implements Symbol firmware download.  The rest is handled\n    in hermes.c and orinoco.c.\n\n    Utilities for downloading the Symbol firmware are available at\n    http://sourceforge.net/projects/orinoco/\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "ec82905177a22b0fe0abaf4ecb76813d3d45d16e",
      "tree": "e32ab69ce85ed4a4a3f5358e99e4c67f241c5abb",
      "parents": [
        "8c09e16bd8f816f19cea0920430a1ac26478fcf6"
      ],
      "author": {
        "name": "Pavel Roskin",
        "email": "proski@gnu.org",
        "time": "Thu Sep 01 20:08:56 2005 -0400"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Mon Sep 05 18:14:08 2005 -0400"
      },
      "message": "[PATCH] orinoco: New driver - orinoco_nortel.\n\nSigned-off-by: Pavel Roskin \u003cproski@gnu.org\u003e\n\ndiff-tree dce61aef99ceb57370b70222dc34d788666c0ac3 (from ceb6695092be8dcdfe2dec6ee5097d613011489d)\nAuthor: Pavel Roskin \u003cproski@gnu.org\u003e\nDate:   Thu Sep 1 15:50:55 2005 -0400\n\n    New driver - orinoco_nortel.\n\n    This is a driver for Nortel emobility PCI adaptors, which consist of an\n    Orinoco compatible PCMCIA card and a simple PCI-to-PCMCIA bridge.  The\n    driver initializes the device and uses Orinoco core driver for actual\n    wireless networking.\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "8c09e16bd8f816f19cea0920430a1ac26478fcf6",
      "tree": "522f94abb0250c656459fb297ac04a91b246f29a",
      "parents": [
        "c89cc225f72ec240196733872fa1a9eb9d8335ac"
      ],
      "author": {
        "name": "Pavel Roskin",
        "email": "proski@gnu.org",
        "time": "Thu Sep 01 20:07:52 2005 -0400"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Mon Sep 05 18:14:07 2005 -0400"
      },
      "message": "[PATCH] orinoco: Remove EXPERIMENTAL mark from PLX_HERMES, TMD_HERMES and PCI_HERMES.\n\nSigned-off-by: Pavel Roskin \u003cproski@gnu.org\u003e\n\ndiff-tree ceb6695092be8dcdfe2dec6ee5097d613011489d (from 6b39374a27eb4be7e9d82145ae270ba02ea90dc8)\nAuthor: Pavel Roskin \u003cproski@gnu.org\u003e\nDate:   Thu Sep 1 14:50:10 2005 -0400\n\n    Remove EXPERIMENTAL mark from PLX_HERMES, TMD_HERMES and PCI_HERMES.\n\n    Those drivers have been used for a long time, and there have been very\n    few problem reports.\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "c89cc225f72ec240196733872fa1a9eb9d8335ac",
      "tree": "08d8d46b486a3517f94e1c3d9077dbb156dcbd73",
      "parents": [
        "708218b064e3ad3d55ac0f9d19b3c8c0fb7af3a4"
      ],
      "author": {
        "name": "Pavel Roskin",
        "email": "proski@gnu.org",
        "time": "Thu Sep 01 20:06:06 2005 -0400"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Mon Sep 05 18:14:07 2005 -0400"
      },
      "message": "[PATCH] orinoco: Optimize orinoco_join_ap()\n\nSigned-off-by: Pavel Roskin \u003cproski@gnu.org\u003e\n\ndiff-tree cb289b9f9b2a0f3ae7070a008f22e383b37526ee (from 56bfcdb38b3d04c1f8c1fd705e411f4be53b663c)\nAuthor: Pavel Roskin \u003cproski@gnu.org\u003e\nDate:   Thu Sep 1 19:05:16 2005 -0400\n\n    Optimize orinoco_join_ap() - break from loop once the requested\nBSSID\n    is found.\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "708218b064e3ad3d55ac0f9d19b3c8c0fb7af3a4",
      "tree": "4ad69b823c2cc943c0ab84445a1435e65313a6e5",
      "parents": [
        "acf73a8563ff7540a54345c23f6cfe5a49b9d682"
      ],
      "author": {
        "name": "Pavel Roskin",
        "email": "proski@gnu.org",
        "time": "Thu Sep 01 20:05:19 2005 -0400"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Mon Sep 05 18:13:44 2005 -0400"
      },
      "message": "[PATCH] orinoco: Fix memory leak on error in processing hostscan frames.\n\nSigned-off-by: Pavel Roskin \u003cproski@gnu.org\u003e\n\ndiff-tree ca955293cdfd3139e150d3b4fed3922a7eb651fb (from cb289b9f9b2a0f3ae7070a008f22e383b37526ee)\nAuthor: Pavel Roskin \u003cproski@gnu.org\u003e\nDate:   Thu Sep 1 19:08:00 2005 -0400\n\n    Fix memory leak on error in processing hostscan frames.\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "acf73a8563ff7540a54345c23f6cfe5a49b9d682",
      "tree": "ea6fc37e15127c581144b48e8240953981a2a92e",
      "parents": [
        "70817c40b94eef047f1bfdd46f8c56cc16075a78"
      ],
      "author": {
        "name": "Pavel Roskin",
        "email": "proski@gnu.org",
        "time": "Thu Sep 01 20:04:20 2005 -0400"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Mon Sep 05 18:13:44 2005 -0400"
      },
      "message": "[PATCH] orinoco: Remove entry for Intel PRO/Wireless 2011B.\n\nSigned-off-by: Pavel Roskin \u003cproski@gnu.org\u003e\n\ndiff-tree c88faac230cc9775445e5c644991c352e35c72a1 (from dce61aef99ceb57370b70222dc34d788666c0ac3)\nAuthor: Pavel Roskin \u003cproski@gnu.org\u003e\nDate:   Thu Sep 1 17:09:45 2005 -0400\n\n    Remove entry for Intel PRO/Wireless 2011B.\n\n    It is not supported by this driver because it has no firmware in\n    flash.  spectrum_cs is needed for this device.\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "70817c40b94eef047f1bfdd46f8c56cc16075a78",
      "tree": "27a774e43d563b08c1929fd4417f88494e703e92",
      "parents": [
        "7cda62455c800cf46bb86487d4f32ac6e4e8c519"
      ],
      "author": {
        "name": "Pavel Roskin",
        "email": "proski@gnu.org",
        "time": "Thu Sep 01 20:02:50 2005 -0400"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Mon Sep 05 18:13:44 2005 -0400"
      },
      "message": "[PATCH] orinoco: Change orinoco_translate_scan() to return error code on error.\n\nSigned-off-by: Pavel Roskin \u003cproski@gnu.org\u003e\n\ndiff-tree 8fc038ec51acf5f777fade80c5e38112b766aeee (from ca955293cdfd3139e150d3b4fed3922a7eb651fb)\nAuthor: Pavel Roskin \u003cproski@gnu.org\u003e\nDate:   Thu Sep 1 19:10:12 2005 -0400\n\n    Change orinoco_translate_scan() to return error code on error.\n    Adjust the caller to check for errors and clean up if needed.\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "7cda62455c800cf46bb86487d4f32ac6e4e8c519",
      "tree": "9aca4dcf206cb77f6c5013b67e6baea6f1e6b392",
      "parents": [
        "9a4822063e4865d07e902edbd0f31baf4857c2ce"
      ],
      "author": {
        "name": "viro@ZenIV.linux.org.uk",
        "email": "viro@ZenIV.linux.org.uk",
        "time": "Fri Sep 02 20:13:40 2005 +0100"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Mon Sep 05 18:12:08 2005 -0400"
      },
      "message": "[PATCH] Kconfig fix (PHYLIB vs. s390)\n\ndrivers/net/phy/phy.c is broken on s390; it uses enable_irq() and friends\nand these do not exist on s390.  Marked as broken for now.\n\nSigned-off-by: Al Viro \u003cviro@zeniv.linux.org.uk\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "9a4822063e4865d07e902edbd0f31baf4857c2ce",
      "tree": "5eb9ceb861914b59becad669b58b17444057a3c9",
      "parents": [
        "63c9e549148fb95c11befb4f255c84ded9277f89"
      ],
      "author": {
        "name": "Al Viro",
        "email": "viro@www.linux.org.uk",
        "time": "Thu Aug 25 06:24:56 2005 +0100"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Mon Sep 05 18:10:00 2005 -0400"
      },
      "message": "[PATCH] (15/22) Kconfig fix (82596)\n\ndriver is non-modular\n\nSigned-off-by: Al Viro \u003cviro@parcelfarce.linux.theplanet.co.uk\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "63c9e549148fb95c11befb4f255c84ded9277f89",
      "tree": "d3ec50c0949080f2dd3977654530d575403659b5",
      "parents": [
        "7342cd810cfd73120687d5323846e5c114cb23bb"
      ],
      "author": {
        "name": "Dale Farnsworth",
        "email": "dale@farnsworth.org",
        "time": "Fri Sep 02 13:49:10 2005 -0700"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Mon Sep 05 18:08:30 2005 -0400"
      },
      "message": "[PATCH] mv643xx: add netpoll api support\n\nAdd support for the netpoll api for use by netconsole, kgdb, etc.\n\nSigned-off-by: Dale Farnsworth \u003cdale@farnsworth.org\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "7342cd810cfd73120687d5323846e5c114cb23bb",
      "tree": "60106923617dae852111129609bc68e6b4be3aeb",
      "parents": [
        "8f543718ea1c20795853bf065f1dcb510f210465"
      ],
      "author": {
        "name": "Dale Farnsworth",
        "email": "dale@farnsworth.org",
        "time": "Fri Sep 02 12:36:48 2005 -0700"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Mon Sep 05 18:08:30 2005 -0400"
      },
      "message": "[PATCH] mv643xx: Fix promiscuous mode handling\n\nmv643xx_eth_get_config_reg() was reading the wrong register.\nmv643xx_eth_set_config_reg() was or\u0027ing instead of setting the\nregister.  These functions are trivial and both are called only from\nmv643xx_eth_set_rx_mode() when changing to/from promiscuous mode.\nRemove both functions and do the operations directly in\nmv643xx_eth_set_rx_mode().\n\nAlso, maintain promiscuous mode setting across port resets.\n\nSigned-off-by: Dale Farnsworth \u003cdale@farnsworth.org\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "8f543718ea1c20795853bf065f1dcb510f210465",
      "tree": "d4ec74fdf3f80711af27ea76d5c7da8d6524c64e",
      "parents": [
        "b111ceb68ac4c44d1a6fa697c55f267fa09b1058"
      ],
      "author": {
        "name": "Dale Farnsworth",
        "email": "dale@farnsworth.org",
        "time": "Fri Sep 02 12:34:35 2005 -0700"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Mon Sep 05 18:08:30 2005 -0400"
      },
      "message": "[PATCH] mv643xx: Disable per port bandwidth limits\n\nThe mv643xx chips support per port bandwith limits.  This patch\ndisables the bandwidth limits by clearing the MTU register.\n\nSigned-off-by: Dale Farnsworth \u003cdale@farnsworth.org\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "b111ceb68ac4c44d1a6fa697c55f267fa09b1058",
      "tree": "2871ed739a146543646f0e7cf63acd5d16afd0a9",
      "parents": [
        "b1dd9ca177bd2ff5260376dd024dd43eb4631dc7"
      ],
      "author": {
        "name": "Dale Farnsworth",
        "email": "dale@farnsworth.org",
        "time": "Fri Sep 02 10:25:24 2005 -0700"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Mon Sep 05 18:08:30 2005 -0400"
      },
      "message": "[PATCH] mv643xx: fix outstanding tx skb counter\n\nThis patch corrects the accounting of outstanding tx skbs.  It fixes\na bug that causes \"Error on Queue Full\" messages seen since scatter-gather\nwas enabled by using the hardware tcp/udp checksum generator.\n\nSigned-off-by: Dale Farnsworth \u003cdale@farnsworth.org\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "b1dd9ca177bd2ff5260376dd024dd43eb4631dc7",
      "tree": "b6903b12d4124a6fa835cab4b35db1eb99a6d1aa",
      "parents": [
        "e797637f4c1cbcecb2d8f5cfa05b161da1f0b802"
      ],
      "author": {
        "name": "Dale Farnsworth",
        "email": "dale@farnsworth.org",
        "time": "Thu Sep 01 09:59:23 2005 -0700"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Mon Sep 05 18:08:30 2005 -0400"
      },
      "message": "[PATCH] mv643xx: fix skb memory leak\n\nThis patch fixes an skb memory leak under heavy receive load\n(whenever the more packets have been received than the NAPI budget\nallows to be processed).\n\nSigned-off-by: Dale Farnsworth \u003cdale@farnsworth.org\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "e797637f4c1cbcecb2d8f5cfa05b161da1f0b802",
      "tree": "f22e5bff47b87d30af3a63b467c99521f7fe5bba",
      "parents": [
        "c3d6f1f24cf3fdfdad3bff631349dc2aef06c8df"
      ],
      "author": {
        "name": "Francois Romieu",
        "email": "romieu@fr.zoreil.com",
        "time": "Sat Sep 03 00:57:51 2005 +0200"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Mon Sep 05 18:06:53 2005 -0400"
      },
      "message": "[PATCH] sis190: basic sis191 support\n\nThe sis191 is the gigabit brother of the sis190. SiS\u0027s driver suggests\nthat the register set is backward compatible: this should hopefully\ngive a basic driver.\n\nThe device should allow the usual features from a modern ethernet\nadapter (802.1q, SG, Jumbo frames, TSO, checksum offload). So far\nthe relevant register layout is not documented. SiS\u0027s driver does\nnot provide these features either (at least not for Linux).\n\nSigned-off-by: Francois Romieu \u003cromieu@fr.zoreil.com\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "c3d6f1f24cf3fdfdad3bff631349dc2aef06c8df",
      "tree": "af58a41345f99a23137b1d0d868787d03b483c99",
      "parents": [
        "6614a6dc6ebba4d3ca0ba5ea023b61a7d22ab00b"
      ],
      "author": {
        "name": "Francois Romieu",
        "email": "romieu@fr.zoreil.com",
        "time": "Sat Sep 03 00:56:57 2005 +0200"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Mon Sep 05 18:06:53 2005 -0400"
      },
      "message": "[PATCH] sis190: RGMII Tx internal delay fiddling\n\nDon\u0027t ask.\nThe patch is based on SiS\u0027s GPLed driver.\n\nSigned-off-by: Francois Romieu \u003cromieu@fr.zoreil.com\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "6614a6dc6ebba4d3ca0ba5ea023b61a7d22ab00b",
      "tree": "167513c1c9fb84d3ff3bedca626a21a3ab018e8f",
      "parents": [
        "900eb9d69252cf91d42f6a87fc80b1c5518dbff1"
      ],
      "author": {
        "name": "Francois Romieu",
        "email": "romieu@fr.zoreil.com",
        "time": "Sat Sep 03 00:56:16 2005 +0200"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Mon Sep 05 18:06:53 2005 -0400"
      },
      "message": "[PATCH] sis190: make 10Mbps the default when handling the StationControl register\n\nThis patch does three things:\n- widen the access to the StationControl register (note the SIS_W16\n  versus SIS_W32 change);\n- default to 10Mbps half duplex when the LPA can not be evaluated\n  (reg31-\u003ectl is identical for both). It can be argued that it makes\n  sense as the lowest common denominator when everything else failed.\n  Btw it works better than the current code. :o)\n- remove some enums: they do not document anymore.\n\nSigned-off-by: Francois Romieu \u003cromieu@fr.zoreil.com\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "900eb9d69252cf91d42f6a87fc80b1c5518dbff1",
      "tree": "543e26050dda2cdffbb0c84c1aabf5e514c86849",
      "parents": [
        "21461380d30fb52b0bbf96dbcccd0b5096a7b346"
      ],
      "author": {
        "name": "Francois Romieu",
        "email": "romieu@fr.zoreil.com",
        "time": "Sat Sep 03 00:55:27 2005 +0200"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Mon Sep 05 18:06:52 2005 -0400"
      },
      "message": "[PATCH] sis190: recent chipsets from SiS include a RGMII\n\nExtracted from SiS\u0027s GPLed driver. From the few pdf available at SiS\u0027s,\nit seems that the 965 and the 966 south bridge include this interface\nwhereas the 965L (and anything below) does not. It is expected to be a\nsis191 related feature and should not hurt the existing sis190 driver.\n\nSigned-off-by: Francois Romieu \u003cromieu@fr.zoreil.com\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "21461380d30fb52b0bbf96dbcccd0b5096a7b346",
      "tree": "d0fd757ee52ae17c1ef3af8d60e3af0e19e99001",
      "parents": [
        "dc85dec68880176c8ba05f68218a161964cada46"
      ],
      "author": {
        "name": "Francois Romieu",
        "email": "romieu@fr.zoreil.com",
        "time": "Sat Sep 03 00:54:25 2005 +0200"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Mon Sep 05 18:06:52 2005 -0400"
      },
      "message": "[PATCH] sis190: unmask the link change events\n\nlink changes reporting does not work when the driver masks its irq event\n\nSigned-off-by: Arnaud Patard \u003capatard@mandriva.com\u003e\nSigned-off-by: Francois Romieu \u003cromieu@fr.zoreil.com\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "dc85dec68880176c8ba05f68218a161964cada46",
      "tree": "33d78bd454e1c6d7d459f009ca9c6ff0ce345536",
      "parents": [
        "9d8cc1b6c3cba2be61c0884e3a04dd6baea70654"
      ],
      "author": {
        "name": "Peter Chubb",
        "email": "peterc@gelato.unsw.edu.au",
        "time": "Sat Sep 03 14:05:06 2005 -0700"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Mon Sep 05 18:04:19 2005 -0400"
      },
      "message": "[PATCH] \u0027mdio_bus_exit\u0027 in discarded section .text.exit\n\nWhen building with  CONFIG_PHYLIB\u003dy on Itanium, I see:\n `mdio_bus_exit\u0027 referenced in section `.init.text\u0027 of\ndrivers/built-in.o: defined in discarded section `.exit.text\u0027 of\ndrivers/built-in.o\n\nI believe that mdio_bus_exit should not be declared __exit, because it is\nreferencesd from __init sections in, say, phy_init().\n\nSigned-off-by: Peter Chubb \u003cpeterc@gelato.unsw.edu.au\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "9d8cc1b6c3cba2be61c0884e3a04dd6baea70654",
      "tree": "5c469e68a5ff9616e5d91ae632e75f9652162ed1",
      "parents": [
        "0bf0519d2b531459009caab718b94fdf94d63d17"
      ],
      "author": {
        "name": "Adrian Bunk",
        "email": "bunk@stusta.de",
        "time": "Sat Sep 03 14:04:55 2005 -0700"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Mon Sep 05 18:02:31 2005 -0400"
      },
      "message": "[PATCH] drivers/net/ne3210.c: cleanups\n\n- make two needlessly global functions static\n\n- kill an ancient version variable\n\nSigned-off-by: Adrian Bunk \u003cbunk@stusta.de\u003e\nCc: Jeff Garzik \u003cjgarzik@pobox.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "843684a24eb7b261461d8bc1aa723c23732ecb94",
      "tree": "4181cb682b768f7f73bfc7df1975349736296319",
      "parents": [
        "2be041a79bbdbb3c830f4cc3bc3387ba6fff7566"
      ],
      "author": {
        "name": "viro@ftp.linux.org.uk",
        "email": "viro@ftp.linux.org.uk",
        "time": "Mon Sep 05 03:26:13 2005 +0100"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Mon Sep 05 17:57:23 2005 -0400"
      },
      "message": "[PATCH] (6/7) missing include (ipw2200)\n\nadded missing include of dma-mapping.h\n\nSigned-off-by: Al Viro \u003cviro@parcelfarce.linux.theplanet.co.uk\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "2be041a79bbdbb3c830f4cc3bc3387ba6fff7566",
      "tree": "ed5046a687022c652a7420fbc60f33b465db6d3b",
      "parents": [
        "6cafa99f01ee355bf2590a45f0f7d236fe6bdca8"
      ],
      "author": {
        "name": "viro@ftp.linux.org.uk",
        "email": "viro@ftp.linux.org.uk",
        "time": "Mon Sep 05 03:26:08 2005 +0100"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Mon Sep 05 17:57:23 2005 -0400"
      },
      "message": "[PATCH] (5/7) iomem annotations, NULL noise removal (ipw2100)\n\nSigned-off-by: Al Viro \u003cviro@parcelfarce.linux.theplanet.co.uk\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "6cafa99f01ee355bf2590a45f0f7d236fe6bdca8",
      "tree": "cc47695ba15ad223da296b61f478203364fe63ca",
      "parents": [
        "509a2671a445345d917d8828b2cb3f5743af6093"
      ],
      "author": {
        "name": "viro@ftp.linux.org.uk",
        "email": "viro@ftp.linux.org.uk",
        "time": "Mon Sep 05 03:26:03 2005 +0100"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Mon Sep 05 17:57:23 2005 -0400"
      },
      "message": "[PATCH] (4/7) missing include (uli526x)\n\nadded missing include of dma-mapping.h, removed bogus ptrace.h (what the\nhell was it doing there, in the first place?)\n\nSigned-off-by: Al Viro \u003cviro@parcelfarce.linux.theplanet.co.uk\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "509a2671a445345d917d8828b2cb3f5743af6093",
      "tree": "61c6fd0a9cdf89480c88c1ecd1bcdab7c3e319d4",
      "parents": [
        "1bea9add7391be9d83886530a610fd0694f93130"
      ],
      "author": {
        "name": "viro@ftp.linux.org.uk",
        "email": "viro@ftp.linux.org.uk",
        "time": "Mon Sep 05 03:25:58 2005 +0100"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Mon Sep 05 17:57:23 2005 -0400"
      },
      "message": "[PATCH] (3/7) iomem annotations (s2io)\n\nSigned-off-by: Al Viro \u003cviro@parcelfarce.linux.theplanet.co.uk\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "1bea9add7391be9d83886530a610fd0694f93130",
      "tree": "8d1053e9c70f7a5fefdcdfb29a46756b365e1e57",
      "parents": [
        "91fb4c964c606e63ce0d0d31814728d62a5de9bc"
      ],
      "author": {
        "name": "viro@ftp.linux.org.uk",
        "email": "viro@ftp.linux.org.uk",
        "time": "Mon Sep 05 03:25:53 2005 +0100"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Mon Sep 05 17:57:23 2005 -0400"
      },
      "message": "[PATCH] (2/7) iomem annotations (e1000)\n\nSigned-off-by: Al Viro \u003cviro@parcelfarce.linux.theplanet.co.uk\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "91fb4c964c606e63ce0d0d31814728d62a5de9bc",
      "tree": "11f7b7eaa9575555666e8c8f96d5bb28a0e1ae8d",
      "parents": [
        "67d2c36e901403bb97cb79ddb44d702c3284d0ba"
      ],
      "author": {
        "name": "viro@ftp.linux.org.uk",
        "email": "viro@ftp.linux.org.uk",
        "time": "Mon Sep 05 03:25:48 2005 +0100"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Mon Sep 05 17:57:22 2005 -0400"
      },
      "message": "[PATCH] (1/7) chelsio sparse annotations\n\nNULL noise removal, __iomem annotations, use of if_mii() instead of\nopen-coding it.\n\nSigned-off-by: Al Viro \u003cviro@parcelfarce.linux.theplanet.co.uk\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "0ce7625f3c1e3f921f6b83f7e944e00031a39dfa",
      "tree": "bf04a478adbad082fe4689cecd02c2cd8c1f6031",
      "parents": [
        "027da01d734db0ca9dd1a084339dab07ab576935"
      ],
      "author": {
        "name": "Richard Purdie",
        "email": "rpurdie@rpsys.net",
        "time": "Mon Sep 05 20:49:54 2005 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Mon Sep 05 20:49:54 2005 +0100"
      },
      "message": "[ARM] 2882/1: pxa2xx_sharpsl: Update PCMCIA driver to support variety of new hardware\n\nPatch from Richard Purdie\n\nThis patch updates the PCMCIA pxa2xx_sharpsl driver to support multiple scoop\ndevices by adding a scoop to pcmcia slot mapping structure. It adds platform\nsupport for poodle, is known to work on spitz (which is dual slot) and\nshould also support collie with a minor amount of further work.\n\nSigned-off-by: Richard Purdie \u003crpurdie@rpsys.net\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "11be27ea9bfd0ea7bca797ba6937285d18d426c2",
      "tree": "84d4952d0784b42990a3fbe1836d47992a22448d",
      "parents": [
        "694fa056a60828ef54a5db958468cc600c3b3622"
      ],
      "author": {
        "name": "Jim Cromie",
        "email": "jim.cromie@gmail.com",
        "time": "Fri Sep 02 23:05:07 2005 +0200"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Mon Sep 05 09:26:55 2005 -0700"
      },
      "message": "[PATCH] hwmon: (3/3) pc87360 driver update\n\npc87360: consolidate fan helper\n\nThis patch consolidates the _set_fan_min() helper routine into the 2\nline sysfs-callback wrapper that uses it.\n\nSigned-off-by: Jim Cromie \u003cjim.cromie@gmail.com\u003e\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "694fa056a60828ef54a5db958468cc600c3b3622",
      "tree": "ad18cb871ffc475a6dfb7ff09dda6996b6e62f1b",
      "parents": [
        "f0986bd8f390392948db85dac526fb238752372b"
      ],
      "author": {
        "name": "Jim Cromie",
        "email": "jim.cromie@gmail.com",
        "time": "Fri Sep 02 22:57:52 2005 +0200"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Mon Sep 05 09:26:55 2005 -0700"
      },
      "message": "[PATCH] hwmon: (2/3) pc87360 driver update\n\npc87360: number-skew to init\n\nThe temp, therm, fan, pwm callbacks all have an offset skew in the code\nwhich accommodates attribute numbering conventions under\n/sys/bus/i2c/devices/9191-6620/ (ie they start at 1)\n\nThis patch moves that skew into the declaration, and out of the\nfunctions (except for therm, where we simplify from 2 skews to 1). The\ndeclarative skew is clearer, less error-prone, and more efficient.\n\nThe use of 11+offset-4 below reflects the fact that the sysfs numbering\nof these units is 4, 5, 6, but they use internal VLM units 11, 12, 13 to\nmeasure the thermistor voltages.\n\nThere\u0027s one remaining skew factor, in *_crit callbacks below, because\nthere are no critical thresholds for voltages 0-10, only for those\nsupporting the thermistors.\n\nSigned-off-by: Jim Cromie \u003cjim.cromie@gmail.com\u003e\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "f0986bd8f390392948db85dac526fb238752372b",
      "tree": "2d4851d8d17ac9576ca8dbd223ee378700475bbe",
      "parents": [
        "a89923fff79f8eeed0ccdf51e13453754e48a71e"
      ],
      "author": {
        "name": "Jim Cromie",
        "email": "jim.cromie@gmail.com",
        "time": "Fri Sep 02 22:52:43 2005 +0200"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Mon Sep 05 09:26:54 2005 -0700"
      },
      "message": "[PATCH] hwmon: (1/3) pc87360 driver update\n\nUse the new \"dynamic sysfs callbacks\", as introduced recently by Yani\nIoannou, in pc87360.\n\nNote that this change isn\u0027t indiscriminate.  Only those attributes that\nwould benefit from having an index (i.e., those which are\nmacro-repeated) have been converted.\n\nThis significantly shrinks the size of the module:\n  before:  49235  drivers/hwmon/pc87360.ko\n  after:   32532  drivers/hwmon/pc87360.ko\n\nSigned-off-by: Jim Cromie \u003cjim.cromie@gmail.com\u003e\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "a89923fff79f8eeed0ccdf51e13453754e48a71e",
      "tree": "8fbf4d2ad1fce9452404b081035b30c579f3753a",
      "parents": [
        "d1b2f0a9754d3087ee29b3e88b8f20f2d30090d3"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Fri Sep 02 21:28:00 2005 +0200"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Mon Sep 05 09:26:54 2005 -0700"
      },
      "message": "[PATCH] I2C: Fix sgi_xfer return value\n\nThe sgi_xfer function returns 0 on success instead of the number of\ntransfered messages as it is supposed to. This patch fixes that.\n\nLet\u0027s just hope that no client chip driver was relying on this\nmisbehavior.\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "d1b2f0a9754d3087ee29b3e88b8f20f2d30090d3",
      "tree": "292f29b437f14c9af06ac276be48004ec1df8460",
      "parents": [
        "8e14d6c173f8fff05a94e62669c87c26141766af"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Fri Sep 02 21:25:47 2005 +0200"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Mon Sep 05 09:26:53 2005 -0700"
      },
      "message": "[PATCH] i2c: bug fix for busses/i2c-mv64xxx.c\n\nWhen an i2c transfer is successful, an incorrect value is returned.\nThis patch fixes that.\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "8e14d6c173f8fff05a94e62669c87c26141766af",
      "tree": "1df28e8ce3deab3a3a9ebaa4d6a5846f0ab5c733",
      "parents": [
        "a44e40b4d8c2c6faa2158caf7114e1065fed3b34"
      ],
      "author": {
        "name": "Mark A. Greer",
        "email": "mgreer@mvista.com",
        "time": "Thu Sep 01 18:12:04 2005 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Mon Sep 05 09:26:53 2005 -0700"
      },
      "message": "[PATCH] i2c: chips/ds1374.c fixup\n\nThe \u0027new_time\u0027 variable should be static.\n\nSigned-off-by: Mark A. Greer \u003cmgreer@mvista.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "a44e40b4d8c2c6faa2158caf7114e1065fed3b34",
      "tree": "2ad3bac3e7ce7a64d91c9bba636a1f59372a83d7",
      "parents": [
        "b280dab6d62c8d0434cbc0aaeebf56d1fa4fcc19"
      ],
      "author": {
        "name": "Mark A. Greer",
        "email": "mgreer@mvista.com",
        "time": "Thu Sep 01 18:09:54 2005 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Mon Sep 05 09:26:53 2005 -0700"
      },
      "message": "[PATCH] i2c: chips/m41t00.c fixup\n\nThe \u0027new_time\u0027 variable should be static.\n\nSigned-off-by: Mark A. Greer \u003cmgreer@mvista.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "b280dab6d62c8d0434cbc0aaeebf56d1fa4fcc19",
      "tree": "591ad43d6466310312254f6bd1766f9e1e92f010",
      "parents": [
        "386625f9f5cd94d10a21241b555b130dcec484fb"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Mon Aug 29 21:10:31 2005 +0200"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Mon Sep 05 09:26:52 2005 -0700"
      },
      "message": "[PATCH] I2C: Drop probe parameter of i2c-keywest\n\nThe i2c-keywest driver has a \"probe\" module parameter which enables bus\nscanning at load time. This can be done in userspace with the i2cdetect\ntool (part of the lm_sensors package) instead. What\u0027s more, i2cdetect\ngives more control on the way the bus is scanned, and is safer\n(i2c-keywest currently scans reserved addresses and doesn\u0027t properly\nhandle the famous 24RF08 corruption case.)\n\nThus, I would propose that this module parameter be simply dropped.\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nAcked-by: Benjamin Herrenschmidt \u003cbenh@kernel.crashing.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "386625f9f5cd94d10a21241b555b130dcec484fb",
      "tree": "15746d1a5c66fa476487a7f95d84115f86ac3f81",
      "parents": [
        "4e0c64cfc1126a2946487d4771168458bb9ba9be"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Thu Aug 25 16:43:29 2005 +0200"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Mon Sep 05 09:26:52 2005 -0700"
      },
      "message": "[PATCH] I2C: Drop debug eeprom dump code in pcilynx\n\nThe pcilynx driver includes code to dump the contents of an i2c eeprom\nfor debugging purposes. The same can be done from userspace using the\ni2cdump tool (part of the lm_sensors project) instead, in a more\nefficient and flexible way.\n\nThus I would suggest that this functionality be simply dropped from the\npcilynx driver.\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "4e0c64cfc1126a2946487d4771168458bb9ba9be",
      "tree": "1825887c36f029ca795561cc428fd6a2585cb5fa",
      "parents": [
        "fae91e72b79ba9a21f0ce7551a1fd7e8984c85a6",
        "67d2c36e901403bb97cb79ddb44d702c3284d0ba"
      ],
      "author": {
        "name": "",
        "email": "greg@echidna.(none)",
        "time": "Mon Sep 05 09:20:31 2005 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Mon Sep 05 09:20:31 2005 -0700"
      },
      "message": "Merge HEAD from gregkh@master.kernel.org:/pub/scm/linux/kernel/git/gregkh/i2c-2.6.git \n"
    },
    {
      "commit": "fae91e72b79ba9a21f0ce7551a1fd7e8984c85a6",
      "tree": "1db62e590a010d7ece7f170aedbcc72c8f126122",
      "parents": [
        "5b5439652af79106b792faf79b2c1e787e143ba0"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Mon Aug 15 19:57:04 2005 +0200"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Mon Sep 05 09:14:35 2005 -0700"
      },
      "message": "[PATCH] I2C: Drop I2C_DEVNAME and i2c_clientname\n\nI2C_DEVNAME and i2c_clientname were introduced in 2.5.68 [1] to help\nmedia/video driver authors who wanted their code to be compatible with\nboth Linux 2.4 and 2.6. The cause of the incompatibility has gone since\n[2], so I think we can get rid of them, as they tend to make the code\nharder to read and longer to preprocess/compile for no more benefit.\n\nI\u0027d hope nobody seriously attempts to keep media/video driver compatible\nacross Linux trees anymore, BTW.\n\n[1] http://marc.theaimsgroup.com/?l\u003dlinux-kernel\u0026m\u003d104930186524598\u0026w\u003d2\n[2] http://www.linuxhq.com/kernel/v2.6/0-test3/include/linux/i2c.h\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "1684a984303abbfc39aa8b59b0fe825c717811a9",
      "tree": "5ba646c7c81f1ed3a2bbc032a412dcff21fc7c37",
      "parents": [
        "c7a46533ff7ef9e1c51bae6e54208527c5275b24"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Thu Aug 11 23:51:10 2005 +0200"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Mon Sep 05 09:14:32 2005 -0700"
      },
      "message": "[PATCH] I2C: Kill i2c_algorithm.id (6/7)\n\nIn theory, there should be no more users of I2C_ALGO_* at this point.\nHowever, it happens that several drivers were using I2C_ALGO_* for\nadapter ids, so we need to correct these before we can get rid of all\nthe I2C_ALGO_* definitions.\n\nNote that this also fixes a bug in media/video/tvaudio.c:\n\n\t/* don\u0027t attach on saa7146 based cards,\n\t   because dedicated drivers are used */\n\tif ((adap-\u003eid \u0026 I2C_ALGO_SAA7146))\n\t\treturn 0;\n\nThis test was plain broken, as it would succeed for many more adapters\nthan just the saa7146: any those id would share at least one bit with\nthe saa7146 id. We are really lucky that the few other adapters we want\nthis driver to work with did not fulfill that condition.\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "c7a46533ff7ef9e1c51bae6e54208527c5275b24",
      "tree": "4b952a757d60d9cfa4aad8462ee8ef7e03fec6dd",
      "parents": [
        "1d8b9e1bad35fa3ea829990b9056c2a257d8fe79"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Thu Aug 11 23:41:56 2005 +0200"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Mon Sep 05 09:14:31 2005 -0700"
      },
      "message": "[PATCH] I2C: Kill i2c_algorithm.id (5/7)\n\nMerge the algorithm id part (16 upper bits) of the i2c adapters ids\ninto the definition of the adapters ids directly. After that, we don\u0027t\nneed to OR both ids together for each i2c_adapter structure.\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "1d8b9e1bad35fa3ea829990b9056c2a257d8fe79",
      "tree": "f3bba0f4b011d3a608dae6be4f296484328b638f",
      "parents": [
        "87c3d7a8bc0ff5c8d4481e509b407b6be1859925"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Thu Aug 11 23:40:19 2005 +0200"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Mon Sep 05 09:14:29 2005 -0700"
      },
      "message": "[PATCH] I2C: Kill i2c_algorithm.id (4/7)\n\nThere are no more users of i2c_algorithm.id, so we can finally drop\nthis structure member.\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "87c3d7a8bc0ff5c8d4481e509b407b6be1859925",
      "tree": "73fadb7bdd87a054cf3131b541af4216ba545755",
      "parents": [
        "e51cc6b3a365e170d3ebe51c2308fdd42e027a46"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Thu Aug 11 23:38:52 2005 +0200"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Mon Sep 05 09:14:29 2005 -0700"
      },
      "message": "[PATCH] I2C: Kill i2c_algorithm.id (3/7)\n\nDon\u0027t rely on i2c_algorithm.id to alter the i2c adapter\u0027s id, use the\nI2C_ALGO_* value directly instead, because i2c_algorithm will soon\nhave no id member no more.\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "e51cc6b3a365e170d3ebe51c2308fdd42e027a46",
      "tree": "fb09b8c3b44047771a395c5430bdba1e42f4ac17",
      "parents": [
        "975185880d55676b1352047e82a0cb84173c6c28"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Thu Aug 11 23:36:49 2005 +0200"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Mon Sep 05 09:14:28 2005 -0700"
      },
      "message": "[PATCH] I2C: Kill i2c_algorithm.id (2/7)\n\nUse the adapter id rather than the algorithm id to detect the i2c-isa\npseudo-adapter. This saves one level of dereferencing, and the\nalgorithm ids will soon be gone anyway.\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "975185880d55676b1352047e82a0cb84173c6c28",
      "tree": "613fdd41f1f967d3795144aae304ce20d3e40b19",
      "parents": [
        "4c9337da37c877e53a64696fc8524f642d446cba"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Thu Aug 11 23:33:24 2005 +0200"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Mon Sep 05 09:14:27 2005 -0700"
      },
      "message": "[PATCH] I2C: Kill i2c_algorithm.name (1/7)\n\nThe name member of the i2c_algorithm is never used, although all\ndrivers conscientiously fill it. We can drop it completely, this\nstructure doesn\u0027t need to have a name.\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "4c9337da37c877e53a64696fc8524f642d446cba",
      "tree": "30f34691bd61b55b11ec19f6fbc27ae69886eff8",
      "parents": [
        "a89ba0bc02e82920a0f4137aa5d655ac0366cc28"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Tue Aug 09 20:28:10 2005 +0200"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Mon Sep 05 09:14:25 2005 -0700"
      },
      "message": "[PATCH] I2C: Centralize 24RF08 corruption prevention\n\nThe 24RF08 corruption would better be prevented at i2c-core level than\nat chip driver level, for several reasons:\n* The second quick write should happen as soon as possible after the\n  first one, so as to limit the risk that another command is issued on\n  the bus inbetween, causing the corruption.\n* As a matter of fact, the protection code at driver level was reworked\n  at least three times already, which proves how hard it is to get it\n  right there, while it\u0027s straightforward at i2c-core level.\n* It\u0027s easy to add a new driver that would need the protection, and\n  forget to add it. This did happen already.\n* As additional probing addresses can be passed to most i2c chip drivers\n  as module parameters, virtually every i2c chip driver would need the\n  protection if we want to be really safe.\n* Why duplicate code when we can easily avoid it?\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "a89ba0bc02e82920a0f4137aa5d655ac0366cc28",
      "tree": "98489ed77a287a81ff4ad7233fd543e59e58c328",
      "parents": [
        "3b6c0634cc989f0735a1541ccf9288947685cab5"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Tue Aug 09 20:17:55 2005 +0200"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Mon Sep 05 09:14:25 2005 -0700"
      },
      "message": "[PATCH] I2C: Rewrite i2c_probe\n\ni2c_probe was quite complex and slow, so I rewrote it in a more\nefficient and hopefully clearer way.\n\nNote that this slightly changes the way the module parameters are\nhandled. This shouldn\u0027t change anything for the most common cases\nthough.\n\nFor one thing, the function now respects the order of the parameters\nfor address probing. It used to always do lower addresses first. The\nnew approach gives the user more control.\n\nFor another, ignore addresses don\u0027t overrule probe addresses anymore.\nThis could have been restored the way it was at the cost of a few more\nlines of code, but I don\u0027t think it\u0027s worth it. Both lists are given\nas module parameters, so a user would be quite silly to specify the\nsame addresses in both lists. The normal addresses list is the only\none that isn\u0027t controlled by a module parameter, thus is the only one\nthe user may reasonably want to remove an address from.\n\nAnother significant change is the fact that i2c_probe() will no more\nstop when a detection function returns -ENODEV. Just because a driver\nfound a chip it doesn\u0027t support isn\u0027t a valid reason to stop all\nprobings for this one driver. This closes the long standing lm_sensors\nticket #1807.\n\n  http://www2.lm-sensors.nu/~lm78/readticket.cgi?ticket\u003d1807\n\nI updated the documentation accordingly.\n\nIn terms of algorithmic complexity, the new code is way better. If\nI is the ignore address count, P the probe address count, N the\nnormal address count and F the force address count, the old code\nwas doing 128 * (F + I + P + N) iterations max, while the new code\ndoes F + P + ((I+1) * N) iterations max. For the most common case\nwhere F, I and P are empty, this is down from 128 * N to N.\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "3b6c0634cc989f0735a1541ccf9288947685cab5",
      "tree": "55c4697ce3835e35148d18572ceb7a30253b315e",
      "parents": [
        "19f673eddb5a406be72989fb57b7f286772b8cf4"
      ],
      "author": {
        "name": "R.Marek@sh.cvut.cz",
        "email": "R.Marek@sh.cvut.cz",
        "time": "Fri Aug 05 15:40:11 2005 +0000"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Mon Sep 05 09:14:24 2005 -0700"
      },
      "message": "[PATCH] hwmon: VID table update\n\nThis patch updates the VID entries, so any future\nIntel CPU will be detected as unknown rather than 9.0\n\nSigned-off-by: Rudolf Marek \u003cr.marek@sh.cvut.cz\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "19f673eddb5a406be72989fb57b7f286772b8cf4",
      "tree": "d552112cd0721467e6ff0a13f8eef7c3491c847c",
      "parents": [
        "d0f282706df877f8fd8869419e308d24eedb523b"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Sun Jul 31 22:12:09 2005 +0200"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Mon Sep 05 09:14:24 2005 -0700"
      },
      "message": "[PATCH] hwmon: hwmon vs i2c, second round (11/11)\n\nUse the common vid_from_reg function in lm78 rather than\nreimplementing it.\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "d0f282706df877f8fd8869419e308d24eedb523b",
      "tree": "a0305b5bcb691fa7bc7005b56b4dc45263fb3cbb",
      "parents": [
        "ee70d3a33368038d41985474d9e70ac07f19651c"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Mon Aug 01 22:50:08 2005 +0200"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Mon Sep 05 09:14:23 2005 -0700"
      },
      "message": "[PATCH] hwmon: hwmon vs i2c, second round (10/11)\n\nI see very little reason why vid_from_reg is inlined. It is not\nexactly short, its parameters are seldom known in advance, and it is\nnever called in speed critical areas. Uninlining it should cause\nlittle performance loss if any, and saves a signficant space as well\nas compilation time.\n\nAs suggested by Alexey Dobriyan, I am leaving vid_to_reg inline for now,\nas it is short and has a single user so far.\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "da97a5a3279340462e8be6612feabc4b28883f87",
      "tree": "d4c40ea5d37cffc2316c0528a8d9807fe114abde",
      "parents": [
        "303760b44a7a142cb9f4c9df4609fb63bbda98db"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Sun Jul 31 21:54:28 2005 +0200"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Mon Sep 05 09:14:22 2005 -0700"
      },
      "message": "[PATCH] hwmon: hwmon vs i2c, second round (08/11)\n\nCleanup hwmon-vid a bit, fixing typos, rewording some comments and\nreindenting properly at places.\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "303760b44a7a142cb9f4c9df4609fb63bbda98db",
      "tree": "8097f99cd993bc005b25e14a5690770b6e351195",
      "parents": [
        "f4b50261207c987913f076d867c2e154d71fd012"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Sun Jul 31 21:52:01 2005 +0200"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Mon Sep 05 09:14:22 2005 -0700"
      },
      "message": "[PATCH] hwmon: hwmon vs i2c, second round (07/11)\n\nThe only part left in i2c-sensor is the VRM/VRD/VID handling code.\nThis is in no way related to i2c, so it doesn\u0027t belong there. Move\nthe code to hwmon, where it belongs.\n\nNote that not all hardware monitoring drivers do VRM/VRD/VID\noperations, so less drivers depend on hwmon-vid than there were\ndepending on i2c-sensor.\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "f4b50261207c987913f076d867c2e154d71fd012",
      "tree": "0b50cfa93f2e1e6a877f51028f93539db0e4547e",
      "parents": [
        "96478ef3f3f71fa929cc905cc794993e312d9a5d"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Sun Jul 31 21:49:03 2005 +0200"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Mon Sep 05 09:14:21 2005 -0700"
      },
      "message": "[PATCH] hwmon: hwmon vs i2c, second round (06/11)\n\nThe only thing left in i2c-sensor.h are module parameter definition\nmacros. It\u0027s only an extension of what i2c.h offers, and this extension\nis not sensors-specific. As a matter of fact, a few non-sensors drivers\nuse them. So we better merge them in i2c.h, and get rid of i2c-sensor.h\naltogether.\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "96478ef3f3f71fa929cc905cc794993e312d9a5d",
      "tree": "0d2200f9b89937944029880cd24f18d157d91901",
      "parents": [
        "2ed2dc3c116d26fc6a9384e83d136b15cc203b6c"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Sun Jul 31 21:45:27 2005 +0200"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Mon Sep 05 09:14:20 2005 -0700"
      },
      "message": "[PATCH] hwmon: hwmon vs i2c, second round (05/11)\n\nThe i2c_detect function has no more user, delete it.\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "2ed2dc3c116d26fc6a9384e83d136b15cc203b6c",
      "tree": "c79308b2cfe55eaddc95c47cbcafa6e0cae27413",
      "parents": [
        "b78ec31582c60578ee1d3bb470791d6dde96ccf7"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Sun Jul 31 21:42:02 2005 +0200"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Mon Sep 05 09:14:20 2005 -0700"
      },
      "message": "[PATCH] hwmon: hwmon vs i2c, second round (04/11)\n\ni2c_probe and i2c_detect now do the exact same thing and operate on\nthe same data structure, so we can have everyone call i2c_probe.\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "b78ec31582c60578ee1d3bb470791d6dde96ccf7",
      "tree": "fa36aebdd3235c5cce1f70bac34066c4eeb5108b",
      "parents": [
        "ef8dec5d8b3e96e359f377f35cd8caff42fe6d58"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Sun Jul 31 21:36:24 2005 +0200"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Mon Sep 05 09:14:19 2005 -0700"
      },
      "message": "[PATCH] hwmon: hwmon vs i2c, second round (03/11)\n\nWe now have two identical structures, i2c_address_data in i2c-sensor.h\nand i2c_client_address_data in i2c.h. We can kill one of them, I choose\nto keep the one in i2c.h as it makes more sense (this structure is not\nspecific to sensors.)\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "ef8dec5d8b3e96e359f377f35cd8caff42fe6d58",
      "tree": "ca83d278af5da3dfc9ef01f1d5bf479e67229d25",
      "parents": [
        "9fc6adfa9adf2be84119a3c2592287f33bd1dff2"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Sun Jul 31 21:33:23 2005 +0200"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Mon Sep 05 09:14:18 2005 -0700"
      },
      "message": "[PATCH] hwmon: hwmon vs i2c, second round (02/11)\n\nThe way i2c-sensor handles forced addresses could be optimized. It\ndefines a structure (i2c_force_data) to associate a module parameter\nwith a given kind value, but in fact this kind value is always the\nindex of the structure in each array it is used in. So this additional\nvalue can be omitted, and still be deduced in the code handling these\narrays.\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "9fc6adfa9adf2be84119a3c2592287f33bd1dff2",
      "tree": "6a8e52520c4f99e52de428afc6cd24b844fcb72d",
      "parents": [
        "5cb802293e87035920d47979107af8cf42a2f62a"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Sun Jul 31 21:20:43 2005 +0200"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Mon Sep 05 09:14:18 2005 -0700"
      },
      "message": "[PATCH] hwmon: hwmon vs i2c, second round (01/11)\n\nAdd support for kind-forced addresses to i2c_probe, like i2c_detect\nhas for (essentially) hardware monitoring drivers.\n\nNote that this change will slightly increase the size of the drivers\nusing I2C_CLIENT_INSMOD, with no immediate benefit. This is a\nrequirement if we want to merge i2c_probe and i2c_detect though, and\nseems a reasonable price to pay in comparison with the previous\ncleanups which saved much more than that (such as the i2c-isa cleanup\nor the i2c address ranges removal.)\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "5cb802293e87035920d47979107af8cf42a2f62a",
      "tree": "f543daa9379e4ddfbf1de92283680d3c49ee69e5",
      "parents": [
        "53ae11b08353268c4012ef107bf205a0724d71aa"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Fri Jul 29 20:51:54 2005 +0200"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Mon Sep 05 09:14:17 2005 -0700"
      },
      "message": "[PATCH] hwmon: lm85: trivial cleanups\n\nRemove an unused macro and an outdated comment from the lm85 driver.\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "53ae11b08353268c4012ef107bf205a0724d71aa",
      "tree": "10820fdc417eb80a329a3326315fe74d5f545ae3",
      "parents": [
        "b6d7b3d1b5a388b7e9af2629a9ecccedee064078"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Thu Jul 28 23:14:59 2005 +0200"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Mon Sep 05 09:14:17 2005 -0700"
      },
      "message": "[PATCH] hwmon: move SENSORS_LIMIT to hwmon.h\n\nMove SENSORS_LIMIT from i2c-sensor.h to hwmon.h, as it is in no way\nrelated to i2c.\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "b6d7b3d1b5a388b7e9af2629a9ecccedee064078",
      "tree": "8961c6ee76ddf00c613308322472346c886a27e6",
      "parents": [
        "014e45380a3b96f2ebd8ff0d115b7a33c06d06d1"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Sun Jul 31 19:02:53 2005 +0200"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Mon Sep 05 09:14:16 2005 -0700"
      },
      "message": "[PATCH] I2C: Improve core debugging messages\n\nThe debugging messages in i2c-core are more confusing than helpful. Some\nlack their trailing newline, some lack a prefix, some are redundant,\nsome lack precious information. Here is my attempt to introduce some\nstandardization in there.\n\nI also changed two messages in i2c-dev to make it clear they come from\ni2c-dev.\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "48edcb65ddcd93b6421831ad133599aacea9724a",
      "tree": "8897c3568fc5f6651fa0ddb80d7e60a8ca2adef4",
      "parents": [
        "cdcb19219714c796ddef1202e952566c5f86354d"
      ],
      "author": {
        "name": "Ian Campbell",
        "email": "icampbell@arcom.com",
        "time": "Wed Aug 10 08:51:16 2005 +0100"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Mon Sep 05 09:14:15 2005 -0700"
      },
      "message": "[PATCH] I2C: i2c-algo-pca -- gracefully handle a busy bus\n\nI\u0027ve been running with this patch for a while now, and while I\u0027ve never\nseen it trigger except with buggy hardware I think it is a cleaner way\nto handle a busy bus. I had -EBUSY until about 10 minutes ago but -EIO\nseems to be what most of the existing algo drivers will return in the\nsame circumstances.\n\nSigned-off-by: Ian Campbell \u003cicampbell@arcom.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "cdcb19219714c796ddef1202e952566c5f86354d",
      "tree": "35569bf55128dbbeac19fc05db8ce2bb940fdb18",
      "parents": [
        "e6cfb3ad7209e4f4dcdc14f5fc437db55667041f"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Thu Jul 28 23:09:40 2005 +0200"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Mon Sep 05 09:14:15 2005 -0700"
      },
      "message": "[PATCH] I2C: inline i2c_adapter_id\n\nWe could inline i2c_adapter_id, as it is really, really short. Doing\nso saves a few bytes both in i2c-core and in the drivers using this\nfunction.\n\n                                            before     after      diff\ndrivers/hwmon/adm1026.ko                     41344     41305       -39\ndrivers/hwmon/asb100.ko                      27325     27246       -79\ndrivers/hwmon/gl518sm.ko                     20824     20785       -39\ndrivers/hwmon/it87.ko                        26419     26380       -39\ndrivers/hwmon/lm78.ko                        21424     21385       -39\ndrivers/hwmon/lm85.ko                        41034     40939       -95\ndrivers/hwmon/w83781d.ko                     39561     39514       -47\ndrivers/hwmon/w83792d.ko                     32979     32932       -47\ndrivers/i2c/i2c-core.ko                      24708     24531      -177\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "e6cfb3ad7209e4f4dcdc14f5fc437db55667041f",
      "tree": "13f6390bd5a31db45012ff93d9b93968256a7ab7",
      "parents": [
        "7bef559455fc71f66f8573cc1aafe1dd33966c1c"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Wed Jul 27 21:32:02 2005 +0200"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Mon Sep 05 09:14:15 2005 -0700"
      },
      "message": "[PATCH] hwmon: tag super-i/o find functions __init\n\nSuper-I/O find functions in hardware monitoring drivers can be tagged\n__init as they are only called from functions themselves tagged __init.\nTwo of them (smsc47b397 and w83627ehf) already do, but the other four\nof them (it87, pc87360, smsc47m1 and w83627hf) did not.\n\nThis saves a few bytes of memory after the drivers are loaded, 192 in\nthe case of the it87 driver.\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "7bef559455fc71f66f8573cc1aafe1dd33966c1c",
      "tree": "6c342574710f730d39bf5383f81eaa9f9bb10a25",
      "parents": [
        "1ff4e3065b41847b6fe5908b1214cb508dd49e61"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Wed Jul 27 22:14:49 2005 +0200"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Mon Sep 05 09:14:14 2005 -0700"
      },
      "message": "[PATCH] I2C: refactor message in i2c_detach_client\n\nWe could refactor the error message 34 different i2c drivers print if\ni2c_detach_client() fails in this function itself. Saves quite a few\nlines of code. Documentation is updated to reflect that change.\n\nNote that this patch should be applied after Rudolf Marek\u0027s w83792d\npatches.\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "ce785ab460ce8728a9daf337ba8fab3ba692b6aa",
      "tree": "ff3bbb4d1f417b4db05ad8d3c7e96f1ee82caf93",
      "parents": [
        "5563e27d3a42667734e81c1cb8ad72bff76321f6"
      ],
      "author": {
        "name": "R.Marek@sh.cvut.cz",
        "email": "R.Marek@sh.cvut.cz",
        "time": "Wed Jul 27 11:50:18 2005 +0000"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Mon Sep 05 09:14:13 2005 -0700"
      },
      "message": "[PATCH] I2C: W83792D add hwmon class register 2/3\n\nThis patch adds registration of hwmon class. Tested with help of i2c-stub.\n\nSigned-off-by: Rudolf Marek \u003cr.marek@sh.cvut.cz\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "5563e27d3a42667734e81c1cb8ad72bff76321f6",
      "tree": "c04676ff2cd3730efeb1a5b3dda2d9df9b1c1279",
      "parents": [
        "570aefc361d3315ec6749f573009286106b0b2d8"
      ],
      "author": {
        "name": "R.Marek@sh.cvut.cz",
        "email": "R.Marek@sh.cvut.cz",
        "time": "Wed Jul 27 11:43:47 2005 +0000"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Mon Sep 05 09:14:13 2005 -0700"
      },
      "message": "[PATCH] I2C: W83792D driver 1/3\n\nI would like to announce support for W83792D chip. This driver was developed\nby Winbond Electronics Corp. I added sysfs attributes callbacks infrastructure\nplus various code fixes and codingstyle cleanups. I would like to thank Winbond\nfor supporting free software.\n\nThis patch is against 2.6.13rc3 plus hwmon-class and hwmon-split.\nSeparate patch for documantation and hwmon class register will follow.\n\nSigned-off-by: Rudolf Marek \u003cr.marek@sh.cvut.cz\u003e\nSigned-off-by: Chunhao Huang \u003cDZShen@Winbond.com.tw\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "02ff982c6911de1484e13a1d765d7bd31a0f8fee",
      "tree": "94e8c388df0de6561da7f10840f4e87dead18724",
      "parents": [
        "5071860aba7fc69279ab822638ed2c2e4549f9fd"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Wed Jul 20 00:05:33 2005 +0200"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Mon Sep 05 09:14:12 2005 -0700"
      },
      "message": "[PATCH] I2C: Separate non-i2c hwmon drivers from i2c-core (8/9)\n\nKill all uses of i2c_is_isa_adapter except for the hybrid drivers (it87,\nlm78, w83781d). The i2c-isa adapter not being registered with the i2c\ncore anymore, drivers don\u0027t have to fear being erroneously attached to\nit.\n\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "5071860aba7fc69279ab822638ed2c2e4549f9fd",
      "tree": "e23a3c7eba547c9d81c7680a40c41536c8a45da3",
      "parents": [
        "4926c0d4de77c5396a274ee7941ed7fc02afed26"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Wed Jul 20 00:02:32 2005 +0200"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Mon Sep 05 09:14:12 2005 -0700"
      },
      "message": "[PATCH] I2C: Separate non-i2c hwmon drivers from i2c-core (7/9)\n\nKill normal_isa in header files, documentation and all chip drivers, as\nit is no more used.\n\nnormal_i2c could be renamed to normal, but I decided not to do so at the\nmoment, so as to limit the number of changes. This might be done later\nas part of the i2c_probe/i2c_detect merge.\n\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "4926c0d4de77c5396a274ee7941ed7fc02afed26",
      "tree": "64a2d9b6502f861f97afc47637527367b08881ae",
      "parents": [
        "2d8672c5a6ba0d3f1d8d3ad61ef67868941364f0"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Tue Jul 19 23:57:54 2005 +0200"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Mon Sep 05 09:14:11 2005 -0700"
      },
      "message": "[PATCH] I2C: Separate non-i2c hwmon drivers from i2c-core (6/9)\n\nKill all isa-related stuff from i2c_detect, it\u0027s not used anymore.\n\nThis is one major step in the directiom of merging i2c_probe and\ni2c_detect. The last obstacle I can think of is the different way forced\naddresses work between sensors and non-sensors i2c drivers. I\u0027ll deal\nwith that in a later patchset.\n\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "2d8672c5a6ba0d3f1d8d3ad61ef67868941364f0",
      "tree": "f01f038198bad63fee4c7d23af806ad0ab4e5071",
      "parents": [
        "5042c7d752fe72c6924037058367f63902e68c5c"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Tue Jul 19 23:56:35 2005 +0200"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Mon Sep 05 09:14:10 2005 -0700"
      },
      "message": "[PATCH] I2C: Separate non-i2c hwmon drivers from i2c-core (5/9)\n\nCall the ISA chip drivers detection function directly instead of relying\non i2c_detect. The net effect is that address lists won\u0027t be handled\nanymore, but they were mostly useless in the ISA case anyway (pc87360,\nsmsc47m1, smsc47b397 had already dropped them).\n\nWe don\u0027t need to handle multiple devices, all we may need is a way to\nforce a given address instead of the original one (some drivers already\ndo: sis5595, via686a, w83627hf), and, for drivers supporting multiple\nchips, a way to force one given kind. All this may be added later on\ndemand, but I actually don\u0027t think there will be much demand.\n\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "5042c7d752fe72c6924037058367f63902e68c5c",
      "tree": "5ae9c01c08497279fb3ffeac0394261412bdd6a9",
      "parents": [
        "fde0950903ce8cc38a91dd095280decceda2ff82"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Tue Jul 19 23:53:07 2005 +0200"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Mon Sep 05 09:14:10 2005 -0700"
      },
      "message": "[PATCH] I2C: Separate non-i2c hwmon drivers from i2c-core (4/9)\n\nAll ISA hardware monitoring drivers (including hybrid drivers) now have\na hard dependency on i2c-isa, so they must select I2C_ISA. As a result,\nCONFIG_I2C_ISA doesn\u0027t need to be left visible to the user. The good\nthing here is that users will stop complaining that some driver doesn\u0027t\nwork just because they forgot to compile or load i2c-isa.\n\nAt this point, all drivers are working again and the cleanup phase can\nbegin.\n\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "fde0950903ce8cc38a91dd095280decceda2ff82",
      "tree": "5a970459793ac46ad7082f0d722616730b0589c2",
      "parents": [
        "400c455eaa0d0819d18cd42a74070e0e238a73dc"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Tue Jul 19 23:51:07 2005 +0200"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Mon Sep 05 09:14:09 2005 -0700"
      },
      "message": "[PATCH] I2C: Separate non-i2c hwmon drivers from i2c-core (3/9)\n\nConvert the 10 ISA hardware monitoring drivers (it87, lm78, pc87360,\nsis5595, smsc47b397, smsc47m1, via686a, w83627hf, w83627ehf, w83781d) to\nexplicitely register with i2c-isa. For hybrid drivers (it87, lm78,\nw83781d), we now have two separate instances of i2c_driver, one for the\nI2C interface of the chip, and one for ISA interface. In the long run,\nthe one for ISA will be replaced with a different driver type.\n\nAt this point, all drivers are working again, except for missing\ndependencies in Kconfig.\n\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    }
  ],
  "next": "400c455eaa0d0819d18cd42a74070e0e238a73dc"
}
