)]}'
{
  "log": [
    {
      "commit": "3e26a423e78c1bb1ebd29c49d4ae4ccbbacd861b",
      "tree": "9ef489f3ec27e1d4325ac2a2ed9f0f0031e63ef7",
      "parents": [
        "416bc51292f977b43b010c6dd937522b90062390"
      ],
      "author": {
        "name": "Rolf Eike Beer",
        "email": "eike-kernel@sf-tec.de",
        "time": "Fri Sep 29 02:00:46 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Sep 29 09:18:16 2006 -0700"
      },
      "message": "[PATCH] Return better error codes if drivers/char/raw.c module init fails\n\nCurrently this module just returns 1 if anything on module init fails. Store\nthe error code of the different function calls and return their error on\nproblems.\n\nSigned-off-by: Rolf Eike Beer \u003ceike-kernel@sf-tec.de\u003e\nCc: Greg KH \u003cgreg@kroah.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\n[ Fixed to not unregister twice on error ]\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "5785c95baede8459d70c4aa0f7becb6e8b5fde4b",
      "tree": "17744eac694b4eab81cba4db28c4e083d779b753",
      "parents": [
        "54306cf04c0ea0a8c432603dbc657ab62a438668"
      ],
      "author": {
        "name": "Arjan van de Ven",
        "email": "arjan@infradead.org",
        "time": "Fri Sep 29 02:00:43 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Sep 29 09:18:16 2006 -0700"
      },
      "message": "[PATCH] tty: make termios_sem a mutex\n\n[akpm@osdl.org: fix]\nCc: Alan Cox \u003calan@lxorguk.ukuu.org.uk\u003e\nCc: Arjan van de Ven \u003carjan@infradead.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "808a0d389ff8d85017ec811085a6083394c02caf",
      "tree": "bdd458bced9222bcf9515c3e3b4d349304c9d1a4",
      "parents": [
        "1266b1e1aed0a4d7d5cb569deca8c31cba34a990"
      ],
      "author": {
        "name": "Alan Cox",
        "email": "alan@lxorguk.ukuu.org.uk",
        "time": "Fri Sep 29 02:00:40 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Sep 29 09:18:16 2006 -0700"
      },
      "message": "[PATCH] tty: lock ticogwinsz\n\nNow we lock the set ioctl its trivial to lock the get one so the data\ncopied is consistent.  At the moment we have the BKL here but this removes\nthe need for it and is a step in the right direction\n\nSigned-off-by: Alan Cox \u003calan@redhat.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "1266b1e1aed0a4d7d5cb569deca8c31cba34a990",
      "tree": "068b6914c89efd98fb75ff0eb3fa952ec92b56fa",
      "parents": [
        "0b4a8a789a328af6aac613734c362cf6aad72201"
      ],
      "author": {
        "name": "Alan Cox",
        "email": "alan@lxorguk.ukuu.org.uk",
        "time": "Fri Sep 29 02:00:40 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Sep 29 09:18:16 2006 -0700"
      },
      "message": "[PATCH] tty: trivial kzalloc opportunity\n\nSigned-off-by: Alan Cox \u003calan@redhat.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "254e948b2908dd50df9dca4e6ed14b6cc8524fc9",
      "tree": "5c3e3cf8c40babc88ae772dce0c90c0c40140baa",
      "parents": [
        "bce9a234ce7d8dddbfcec28e37ea58b5d8f6003d"
      ],
      "author": {
        "name": "Catalin Marinas",
        "email": "catalin.marinas@arm.com",
        "time": "Fri Sep 29 02:00:25 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Sep 29 09:18:14 2006 -0700"
      },
      "message": "[PATCH] Fix memory leak in vc_resize/vc_allocate\n\nMemory leaks can happen in the vc_resize() function in drivers/char/vt.c\nbecause of the vc-\u003evc_screenbuf variable overriding in vc_allocate().  The\nkmemleak reported trace is as follows:\n\n  \u003c__kmalloc\u003e\n  \u003cvc_resize\u003e\n  \u003cfbcon_init\u003e\n  \u003cvisual_init\u003e\n  \u003cvc_allocate\u003e\n  \u003ccon_open\u003e\n  \u003ctty_open\u003e\n  \u003cchrdev_open\u003e\n\nThis patch no longer allocates a screen buffer in vc_allocate() if it was\nalready allocated by vc_resize().\n\nSigned-off-by: Catalin Marinas \u003ccatalin.marinas@arm.com\u003e\nAcked-by: \"Antonino A. Daplas\" \u003cadaplas@pol.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "b22b4cdd53f5e1ee9ef1ef7933ddb77065859d05",
      "tree": "caa06b143f3f20a849afee6ea3a26d1910c1665e",
      "parents": [
        "07dccf3344010f9b9df7fe725da7e73bca2992df"
      ],
      "author": {
        "name": "Peter Korsgaard",
        "email": "jacmet@sunsite.dk",
        "time": "Fri Sep 29 02:00:23 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Sep 29 09:18:14 2006 -0700"
      },
      "message": "[PATCH] fix serial/amba-pl011.c console Kconfig\n\nFix the Kconfig entry for console on AMBA PL011 to match the code.\n\nSigned-off-by: Peter Korsgaard \u003cjacmet@sunsite.dk\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "d202a6c0883cf17a4a6e61a12e138598ec3ed32d",
      "tree": "385e5fd11d45071fc49abf21fe7718b205901a88",
      "parents": [
        "99f932f02627b211f7efa9602ddc389d1ccbed2b"
      ],
      "author": {
        "name": "Ben Dooks",
        "email": "ben-linux@fluff.org",
        "time": "Fri Sep 29 02:00:19 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Sep 29 09:18:13 2006 -0700"
      },
      "message": "[PATCH] Remove old drivers/char/s3c2410_rtc.c\n\nThis can now be removed, since there is now a drivers/rtc/rtc-s3c.c driver.\n\nSigned-off-by: Ben Dooks \u003cben-linux@fluff.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "7dd7d6912b8a978878847fdcd3feef0d1b6471de",
      "tree": "c989b47ee136e56ef8c5e1e9628d0e1aa6d127b6",
      "parents": [
        "af410fc13d95f079910fc3dca7496590c3275967"
      ],
      "author": {
        "name": "Alexey Dobriyan",
        "email": "adobriyan@gmail.com",
        "time": "Fri Sep 29 02:00:16 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Sep 29 09:18:13 2006 -0700"
      },
      "message": "[PATCH] CONFIG_PM\u003dn slim: drivers/parport/parport_serial.c\n\nRemove some code which is unneeded if CONFIG_PM\u003dn.\n\nSigned-off-by: Alexey Dobriyan \u003cadobriyan@gmail.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "2b33b4dcbe5e09e683eef281f72aef951e17061c",
      "tree": "c933020feb873f274ee5d72fb5d9071865e64ecf",
      "parents": [
        "01d553d0fe9f90a132c5ff494872be8d4126be1e"
      ],
      "author": {
        "name": "Anatoli Antonovitch",
        "email": "antonovi@ati.com",
        "time": "Fri Sep 29 02:00:09 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Sep 29 09:18:12 2006 -0700"
      },
      "message": "[PATCH] atiixp: ATI SB600 IDE support for various modes\n\nSupport SB600 SATA legacy IDE (DMA enable).\n\nSigned-off-by: Anatoli Antonovitch \u003cantonovi@ati.com\u003e\nCc: Jeff Garzik \u003cjeff@garzik.org\u003e\nAcked-by: Alan Cox \u003calan@lxorguk.ukuu.org.uk\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "f400e198b2ed26ce55b22a1412ded0896e7516ac",
      "tree": "a3d78bfc1c20635e199fe0fe85aaa1d8792acc58",
      "parents": [
        "959ed340f4867fda7684340625f60e211c2296d6"
      ],
      "author": {
        "name": "Sukadev Bhattiprolu",
        "email": "sukadev@us.ibm.com",
        "time": "Fri Sep 29 02:00:07 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Sep 29 09:18:12 2006 -0700"
      },
      "message": "[PATCH] pidspace: is_init()\n\nThis is an updated version of Eric Biederman\u0027s is_init() patch.\n(http://lkml.org/lkml/2006/2/6/280).  It applies cleanly to 2.6.18-rc3 and\nreplaces a few more instances of -\u003epid \u003d\u003d 1 with is_init().\n\nFurther, is_init() checks pid and thus removes dependency on Eric\u0027s other\npatches for now.\n\nEric\u0027s original description:\n\n\tThere are a lot of places in the kernel where we test for init\n\tbecause we give it special properties.  Most  significantly init\n\tmust not die.  This results in code all over the kernel test\n\t-\u003epid \u003d\u003d 1.\n\n\tIntroduce is_init to capture this case.\n\n\tWith multiple pid spaces for all of the cases affected we are\n\tlooking for only the first process on the system, not some other\n\tprocess that has pid \u003d\u003d 1.\n\nSigned-off-by: Eric W. Biederman \u003cebiederm@xmission.com\u003e\nSigned-off-by: Sukadev Bhattiprolu \u003csukadev@us.ibm.com\u003e\nCc: Dave Hansen \u003chaveblue@us.ibm.com\u003e\nCc: Serge Hallyn \u003cserue@us.ibm.com\u003e\nCc: Cedric Le Goater \u003cclg@fr.ibm.com\u003e\nCc: \u003clxc-devel@lists.sourceforge.net\u003e\nAcked-by: Paul Mackerras \u003cpaulus@samba.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "ca9bda00b4aafc42cd3d1b9d32934463e2993b4c",
      "tree": "dbb7ba5320bb8d1cbf97b3493687cb87932ad5f4",
      "parents": [
        "ae78bf9c4f5fde3c67e2829505f195d7347ce3e4"
      ],
      "author": {
        "name": "Alan Cox",
        "email": "alan@lxorguk.ukuu.org.uk",
        "time": "Fri Sep 29 02:00:03 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Sep 29 09:18:12 2006 -0700"
      },
      "message": "[PATCH] tty locking on resize\n\nThe current kernel serializes console resizes but does not serialize the\nresize against the tty structure updates.  This means that while two\nparallel resizes cannot mess up the console you can get incorrect results\nreported.\n\nSecondly while doing this I added vc_lock_resize() to lock and resize the\nconsole.  This leaves all knowledge of the console_sem in the vt/console\ndriver and kicks it out of the tty layer, which is good\n\nThirdly while doing this I decided I couldn\u0027t stand \"disallocate\" any\nlonger so I switched it to \"deallocate\".\n\nSigned-off-by: Alan Cox \u003calan@redhat.com\u003e\nCc: Paul Fulghum \u003cpaulkf@microgate.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "d4328b40af16bae62ff8f854060d33daad237093",
      "tree": "7fdb3bb354da8a04efc19ec0eb9cdabe7adef98e",
      "parents": [
        "08c67d2a5d1c97b7997dc9589f702d875c63de07"
      ],
      "author": {
        "name": "Adam Tlalka",
        "email": "atlka@pg.gda.pl",
        "time": "Fri Sep 29 01:59:53 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Sep 29 09:18:11 2006 -0700"
      },
      "message": "[PATCH] console utf-8 mode fixes\n\nFix utf-8 mode so alternate charset modes always work according to control\nsequences interpreted in do_con_trol function preserving backward US-ASCII\nand VT100 semigraphics compatibility.\n\nMalformed utf-8 sequences are represented as sequences of replacement\nglyphs,original codes or \u0027?\u0027 as a last resort.\n\nunicode-xterm, gnome-terminal, kconsole and other terminal emulators in\nutf-8 mode respect acsc, enacs, rmacs sequences.  Also I found that some\nimportant system programs (from Debian distro) uses acsc in utf-8 mode -\ndselect, aptitude, w3m for example.\n\nSigned-off-by: Adam Tlalka \u003catlka@pg.gda.pl\u003e\nAcked-by: Alan Cox \u003calan@redhat.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "08c67d2a5d1c97b7997dc9589f702d875c63de07",
      "tree": "b0b8f98c0d689dded45514ce801429e7264ad542",
      "parents": [
        "aa83aa40ed2ae113d9ee5529cdd9e8c0e5fabe61"
      ],
      "author": {
        "name": "Dmitry Torokhov",
        "email": "dtor@insightbb.com",
        "time": "Fri Sep 29 01:59:52 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Sep 29 09:18:10 2006 -0700"
      },
      "message": "[PATCH] ucb1x00-ts: handle errors from input_register_device()\n\nucb1x00-ts: handle errors from input_register_device()\n\nSigned-off-by: Dmitry Torokhov \u003cdtor@mail.ru\u003e\nCc: Russell King \u003crmk@arm.linux.org.uk\u003e\nCc: Pavel Machek \u003cpavel@ucw.cz\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "527063ba985740e9cd271731c31f503f916681c9",
      "tree": "db8ecc8ac45c432887bc1a7c623625db714c5354",
      "parents": [
        "3bc1fa8ae18f281b40903cce94baba10c3cf9d88"
      ],
      "author": {
        "name": "Alexey Dobriyan",
        "email": "adobriyan@gmail.com",
        "time": "Fri Sep 29 01:59:50 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Sep 29 09:18:10 2006 -0700"
      },
      "message": "[PATCH] tty_io.c: keep davej sane\n\nJust comment and next \"while\" look _very_ wrong.  Place { correctly to hint\nunsuspecting ones that it\u0027s the end of the loop actually.\n\nSigned-off-by: Alexey Dobriyan \u003cadobriyan@gmail.com\u003e\nCc: Dave Jones \u003cdavej@redhat.com\u003e\nAcked-by: Alan Cox \u003calan@redhat.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "d6bd3a39f7c6ebad49c261c3d458df974c880758",
      "tree": "a5cf6054a8ff276f8d84ba94bb5df89ed5646332",
      "parents": [
        "d09d7ddf3018b4c6efa76dce72f6dec6054fa22b"
      ],
      "author": {
        "name": "Rolf Eike Beer",
        "email": "eike-kernel@sf-tec.de",
        "time": "Fri Sep 29 01:59:48 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Sep 29 09:18:10 2006 -0700"
      },
      "message": "[PATCH] Move valid_dma_direction() from x86_64 to generic code\n\nAs suggested by Muli Ben-Yehuda this function is moved to generic code as\nmay be useful for all archs.\n\n[akpm@osdl.org: fix]\nSigned-off-by: Rolf Eike Beer \u003ceike-kernel@sf-tec.de\u003e\nCc: Muli Ben-Yehuda \u003cmuli@il.ibm.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "d09d7ddf3018b4c6efa76dce72f6dec6054fa22b",
      "tree": "09e28b0602f482b2fadcaecf353ffc02134485cd",
      "parents": [
        "2aae4a108dab8b8bc92270335f6e4b5c146b32ae"
      ],
      "author": {
        "name": "Alan Cox",
        "email": "alan@lxorguk.ukuu.org.uk",
        "time": "Fri Sep 29 01:59:47 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Sep 29 09:18:10 2006 -0700"
      },
      "message": "[PATCH] There is no devfs, there has never been a devfs, we have always been at war with...\n\nJon Smirl noted a couple of tty driver functions now are quite misleadingly\nnamed with the death of devfs.  A quick grep found another case in the lp\ndriver.\n\nSigned-off-by: Alan Cox \u003calan@redhat.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "c24c95a085c6b52c11c2f5afecc38b0ca143cdae",
      "tree": "f24a1714d7d25511d7927841ceadca1df103ac7f",
      "parents": [
        "39b3f6d6e915aa29ad6f90d1517d9217f903c8dc"
      ],
      "author": {
        "name": "Jan Beulich",
        "email": "jbeulich@novell.com",
        "time": "Fri Sep 29 01:59:42 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Sep 29 09:18:09 2006 -0700"
      },
      "message": "[PATCH] fix Intel RNG detection\n\nPreviously, since determination whether there was an Intel random number\ngenerator was based on a single bit, on systems with a matching bridge\ndevice but without a firmware hub, there was a 50% chance that the code\nwould incorrectly decide that the system had an RNG.  This patch adds\ndetection of the firmware hub to better qualify the existence of an RNG.\n\nThere is one issue with the patch: I was unable to determine the LPC\nequivalent for the PCI bridge 8086:2430 (since the old code didn\u0027t care\nabout which of the many devices provided by the ICH/ESB it was chose to use\nthe PCI bridge device, but the FWH settings live in the LPC device, so the\ndevice list needed to be changed).\n\nSigned-off-by: Jan Beulich \u003cjbeulich@novell.com\u003e\nSigned-off-by: Michael Buesch \u003cmb@bu3sch.de\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "2e0c1f6ce7b816f63fea2af3e5e2cb20c66430e9",
      "tree": "9ee9f9d5d1aff04df6d0974883d8817a980dfa37",
      "parents": [
        "89e7e374dde1015d69d2d70797ae4053b14fa9db"
      ],
      "author": {
        "name": "Shem Multinymous",
        "email": "multinymous@gmail.com",
        "time": "Fri Sep 29 01:59:37 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Sep 29 09:18:09 2006 -0700"
      },
      "message": "[PATCH] DMI: Decode and save OEM String information\n\nThis teaches dmi_decode() how to decode and save OEM Strings (type 11) DMI\ninformation, which is currently discarded silently.  Existing code using\nDMI is not affected.  Follows the \"System Management BIOS (SMBIOS)\nSpecification\" (http://www.dmtf.org/standards/smbios), and also the\nuserspace dmidecode.c code.\n\nOEM Strings are the only safe way to identify some hardware, e.g., the\nThinkPad embedded controller used by the soon-to-be-submitted tp_smapi\ndriver.  This will also let us eliminate the long whitelist in the mainline\nhdaps driver (in a future patch).\n\nSigned-off-by: Shem Multinymous \u003cmultinymous@gmail.com\u003e\nCc: Bjorn Helgaas \u003cbjorn.helgaas@hp.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "563d075702454f6fa745ff8b0db605c73478078e",
      "tree": "8879eeb7aa0c6f7f944cad5cab6b4587fac977e2",
      "parents": [
        "a49a4af759c0193d42aeaeefb4df7de8973dd713"
      ],
      "author": {
        "name": "Sukadev Bhattiprolu",
        "email": "sukadev@us.ibm.com",
        "time": "Fri Sep 29 01:59:31 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Sep 29 09:18:08 2006 -0700"
      },
      "message": "[PATCH] kthread: drivers/base/firmware_class.c\n\nReplace kernel_thread() call in drivers/base/firmware_class.c with\nkthread_create() since kernel_thread() is deprecated in drivers.\n\nSigned-off-by: Sukadev Bhattiprolu \u003csukadev@us.ibm.com\u003e\nCc: Cedric Le Goater \u003cclg@fr.ibm.com\u003e\nCc: Serge E. Hallyn \u003cserue@us.ibm.com\u003e\nCc: Dave Hansen \u003chaveblue@us.ibm.com\u003e\nCc: Manuel Estrada Sainz \u003cranty@debian.org\u003e\nAcked-by: Marcel Holtmann \u003cmarcel@holtmann.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "ad4e09b16ad361c15bd7186dcd118cb901089b97",
      "tree": "eb74ac65ec10ac73eb404a98b34e851fd98bd499",
      "parents": [
        "7768a13c252a97e13a552f88f642962768de1fa4"
      ],
      "author": {
        "name": "Komal Shah",
        "email": "komal_shah802003@yahoo.com",
        "time": "Fri Sep 29 01:59:19 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Sep 29 09:18:07 2006 -0700"
      },
      "message": "[PATCH] OMAP: Add keypad driver\n\nThis patch adds support for keypad driver running on different TI\nOMAP(http://www.ti.com/omap) processor based boards like OSK, H2, H3, H4,\nPersuas and Nokia 770.\n\nSigned-off-by: Komal Shah \u003ckomal_shah802003@yahoo.com\u003e\nAcked-by: Dmitry Torokhov \u003cdtor@mail.ru\u003e\nCc: Russell King \u003crmk@arm.linux.org.uk\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "7768a13c252a97e13a552f88f642962768de1fa4",
      "tree": "6c21fc7dcd915c676b87115ca0b769bb04954533",
      "parents": [
        "f1b7c5f459b21feba80f96415429ff2570d63e4d"
      ],
      "author": {
        "name": "Komal Shah",
        "email": "komal_shah802003@yahoo.com",
        "time": "Fri Sep 29 01:59:18 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Sep 29 09:18:07 2006 -0700"
      },
      "message": "[PATCH] OMAP: Add Watchdog driver support\n\nAdd Texas Instruments (TI) OMAP1/2 (http://www.ti.com/omap) based\nprocessors, like OMAP1610/1710/242x.\n\n[akpm@osdl.org: cleanups]\nCc: \u003cgdavis@mvista.com\u003e\nCc: \"Komal Shah\" \u003ckomal_shah802003@yahoo.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "f1b7c5f459b21feba80f96415429ff2570d63e4d",
      "tree": "dcfe4f9fe3c6584f13c8db3c394395020da725e7",
      "parents": [
        "c22f008ba226e2ff25ee1a56abd9c5fd355828fc"
      ],
      "author": {
        "name": "Komal Shah",
        "email": "komal_shah802003@yahoo.com",
        "time": "Fri Sep 29 01:59:15 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Sep 29 09:18:07 2006 -0700"
      },
      "message": "[PATCH] OMAP: Add smc91x support for TI OMAP2420 H4 board\n\nAdd smc91x support for TI OMAP2420 H4 EVM board.\n\nCc: \u003cnico@cam.org\u003e\nCc: Greg KH \u003cgreg@kroah.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "92a0f861fe1790dad55ea249169d94f2dc88d696",
      "tree": "4cc7adf57b8531ea3b540868837b3dafed166c68",
      "parents": [
        "78b2290f2977044ced27d1158b03587aa674fe07"
      ],
      "author": {
        "name": "Rolf Eike Beer",
        "email": "eike-kernel@sf-tec.de",
        "time": "Fri Sep 29 01:59:13 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Sep 29 09:18:06 2006 -0700"
      },
      "message": "[PATCH] Fix parameter names in drivers/base/class.c\n\nChange parameter names to match arguments of functions.\n\nSigned-off-by: Rolf Eike Beer \u003ceike-kernel@sf-tec.de\u003e\nCc: Martin Waitz \u003ctali@admingilde.org\u003e\nCc: Randy Dunlap \u003crdunlap@xenotime.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "6c9979185c7ef4feeb7f8d29be032b8f032a1838",
      "tree": "dd6d45dc21adf280164ba840ae0c954dd0c94233",
      "parents": [
        "5b217fa75c3aea381f1f5fa7ff09e7b4019ea374"
      ],
      "author": {
        "name": "Serge E. Hallyn",
        "email": "serue@us.ibm.com",
        "time": "Fri Sep 29 01:59:11 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Sep 29 09:18:06 2006 -0700"
      },
      "message": "[PATCH] kthread: convert loop.c to kthread\n\nConvert loop.c from the deprecated kernel_thread to kthread.  This patch\nsimplifies the code quite a bit and passes similar testing to the previous\nsubmission on both emulated x86 and s390.\n\nChanges since last submission:\n\tswitched to using a rather simple loop based on\n\twait_event_interruptible.\n\nSigned-off-by: Serge E. Hallyn \u003cserue@us.ibm.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "cfedc920a7bca828fd4af8e203f7d8514990f999",
      "tree": "bde0f40c77b9e433652492e9ffc9301506be3ea9",
      "parents": [
        "58012cd788443b9d144bd7c72260a84b6b30f45d"
      ],
      "author": {
        "name": "Chris Boot",
        "email": "bootc@bootc.net",
        "time": "Fri Sep 29 01:59:08 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Sep 29 09:18:06 2006 -0700"
      },
      "message": "[PATCH] Make net48xx-led use scx200_gpio_ops\n\nMake the next48xx LED code use scx200_gpio_ops instead of raw SCx200 GPIO\naccesses.\n\nSigned-off-by: Chris Boot \u003cbootc@bootc.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "58012cd788443b9d144bd7c72260a84b6b30f45d",
      "tree": "22696f3e8201dfb5b5a59544a8f6be335293077e",
      "parents": [
        "684f978347deb42d180373ac4c427f82ef963171"
      ],
      "author": {
        "name": "Chris Boot",
        "email": "bootc@bootc.net",
        "time": "Fri Sep 29 01:59:07 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Sep 29 09:18:06 2006 -0700"
      },
      "message": "[PATCH] scx200_gpio export cleanups\n\nUse EXPORT_SYMBOL_GPL for new symbols, and declare the struct in the header\nfile for access by other modules.\n\nSigned-off-by: Chris Boot \u003cbootc@bootc.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "6299a2dec89d22940e36832f15c0addfb77e6910",
      "tree": "504cff1e9d845bf4364bf6afdc16491650d63126",
      "parents": [
        "c8ad9681fdec37ad298da6d505f9baba61e5f15c"
      ],
      "author": {
        "name": "Adrian Bunk",
        "email": "bunk@stusta.de",
        "time": "Fri Sep 29 01:59:05 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Sep 29 09:18:05 2006 -0700"
      },
      "message": "[PATCH] drivers/char/pc8736x_gpio.c: remove unused static functions\n\ndrivers/char/pc8736x_gpio.c:192: warning: #pc8736x_gpio_set_high# defined but not used\ndrivers/char/pc8736x_gpio.c:197: warning: #pc8736x_gpio_set_low# defined but not used\n\nSigned-off-by: Adrian Bunk \u003cbunk@stusta.de\u003e\nAcked-by: Jim Cromie \u003cjim.cromie@gmail.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "c8ad9681fdec37ad298da6d505f9baba61e5f15c",
      "tree": "8c40b208d6f230eb39506f65d2cb0d28d780112c",
      "parents": [
        "358333a0cb4a6d279806e38d0368b79066dbe5e7"
      ],
      "author": {
        "name": "Jim Cromie",
        "email": "jim.cromie@gmail.com",
        "time": "Fri Sep 29 01:59:05 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Sep 29 09:18:05 2006 -0700"
      },
      "message": "[PATCH] drivers/char/scx200_gpio.c: make code static\n\nThis patch makes a needlessly global variable static.\n\nSigned-off-by: Adrian Bunk \u003cbunk@stusta.de\u003e\nSigned-off-by: Jim Cromie  \u003cjim.cromie@gmail.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "358333a0cb4a6d279806e38d0368b79066dbe5e7",
      "tree": "a3f32e874a52aa6874bb8ca5291daa970877d3cc",
      "parents": [
        "9938406ab6b2558d60c0c7200cc8e12f1ea7104a"
      ],
      "author": {
        "name": "Steven Rostedt",
        "email": "rostedt@goodmis.org",
        "time": "Fri Sep 29 01:59:04 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Sep 29 09:18:05 2006 -0700"
      },
      "message": "[PATCH] remove unnecessary barrier in rtc_get_rtc_time\n\nSigned-off-by: Steven Rostedt \u003crostedt@goodmis.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "4efd587bf9f9a97608b1fcecc78a4a046c37e9b1",
      "tree": "ee626d2ce4af18c0296df3f257079b76f71ae76d",
      "parents": [
        "910067d188d56d80801b71b0ca1f73aa400c7b8c"
      ],
      "author": {
        "name": "David Woodhouse",
        "email": "dwmw2@infradead.org",
        "time": "Fri Sep 29 01:58:37 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Sep 29 09:18:03 2006 -0700"
      },
      "message": "[PATCH] Fix uninitialised spinlock in via-pmu-backlight code.\n\nThe uninitialised pmu_backlight_lock causes the current Fedora test kernel\n(which has spinlock debugging enabled) to panic on suspend.\n\nThis is suboptimal, so I fixed it.\n\nSigned-off-by: David Woodhouse \u003cdwmw2@infradead.org\u003e\nAcked-by: Benjamin Herrenschmidt \u003cbenh@kernel.crashing.org\u003e\nAcked-by: Michael Hanselmann \u003clinux-kernel@hansmi.ch\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "3dcbbcda7c5b77c400791b26facd6593c5b176e0",
      "tree": "2e7b844c4d450cf43810a6ed0ddd5c702c245a88",
      "parents": [
        "c972398b7871d9fb58c6a317786065a7cc6ca4be",
        "6fbe59b9569b2c8d5522d182263935c6c86fc40a"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Sep 28 23:03:42 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Sep 28 23:03:42 2006 -0700"
      },
      "message": "Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6\n\n* master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6: (160 commits)\n  [ETHTOOL]: Remove some entries from non-root command list.\n  [Bluetooth]: Fix section mismatch of bt_sysfs_cleanup()\n  [Bluetooth]: Don\u0027t update disconnect timer for incoming connections\n  [ETHTOOL]: let mortals use ethtool\n  [NetLabel]: add audit support for configuration changes\n  [TCP]: Fix and simplify microsecond rtt sampling\n  [TCP] tcp-lp: prevent chance for oops\n  [SUNRPC]: Remove unnecessary check in net/sunrpc/svcsock.c\n  [IPVS] bug: endianness breakage in ip_vs_ftp\n  [IPVS]: ipvs annotations\n  [NETFILTER]: h323 annotations\n  [NETFILTER]: ipt annotations\n  [NETFILTER]: NAT annotations\n  [NETFILTER]: conntrack annotations\n  [NETFILTER]: netfilter misc annotations\n  [NET]: Annotate dst_ops protocol\n  [NET]: is it Andy or Andi ??\n  [IPVS]: Make sure ip_vs_ftp ports are valid: module_param_array approach\n  [IPVS]: Reverse valid ip_vs_ftp ports fix: port check approach\n  [IrDA] stir4200: removing undocumented bits handling\n  ...\n"
    },
    {
      "commit": "c972398b7871d9fb58c6a317786065a7cc6ca4be",
      "tree": "d83d783326f2c7204d8e1ff7812319e2be91be0c",
      "parents": [
        "2ff712585a5026a021859233fce145068292584d",
        "6e3ce3ae8e872f2d3a30f5ce5bc3b7c5eeca4343"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Sep 28 22:59:32 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Sep 28 22:59:32 2006 -0700"
      },
      "message": "Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/usb-2.6\n\n* master.kernel.org:/pub/scm/linux/kernel/git/gregkh/usb-2.6:\n  USB: fix build error in ohci driver\n"
    },
    {
      "commit": "febac9b93724f3ee293e7e5450043ae28e61531a",
      "tree": "4671a821410ffa228d8b6aac8457c444e0dbac9e",
      "parents": [
        "895de090d4302a02a77cdf366fc6e54fc2001857"
      ],
      "author": {
        "name": "Samuel Ortiz",
        "email": "samuel@sortiz.org",
        "time": "Wed Sep 27 22:50:06 2006 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Thu Sep 28 18:02:54 2006 -0700"
      },
      "message": "[IrDA] stir4200: removing undocumented bits handling\n\nFIFOCTL_RXERR and FIFOCTL_TXERR are undocumented bits, according to the\nSigmatel datasheet. We should thus not take any assumption on their values\nand semantics.\n\nProblem spotted by andrzej zaborowski \u003cbalrogg@gmail.com\u003e\nSigned-off-by: Samuel Ortiz \u003csamuel@sortiz.org\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "895de090d4302a02a77cdf366fc6e54fc2001857",
      "tree": "6460188f54fc5e2a58ae17c7be6bcc250b600d1c",
      "parents": [
        "2fd19a687c256fa4c4750465b9856e2c80660ec8"
      ],
      "author": {
        "name": "Linus Walleij (LD/EAB",
        "email": "linus.walleij@ericsson.com",
        "time": "Wed Sep 27 22:49:23 2006 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Thu Sep 28 18:02:53 2006 -0700"
      },
      "message": "[IrDA] smsc-ircc: More laptops detected\n\nThis patch detects the smsc-ircc chipset on the nx1000\n(including nx7000 and nx7010) and the nx5000 HP/Compaq laptop series.\n\nPatch from \"Linus Walleij (LD/EAB)\" \u003clinus.walleij@ericsson.com\u003e\nSigned-off-by: Samuel Ortiz \u003csamuel@sortiz.org\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "2fd19a687c256fa4c4750465b9856e2c80660ec8",
      "tree": "aca83115bcf8fafc7f91a8e607aa0f452b1d8c4d",
      "parents": [
        "b854d0d218688b30ccea70521d6ea5f3f56d4e12"
      ],
      "author": {
        "name": "Lamarque Vieira Souza",
        "email": "lamarque@gmail.com",
        "time": "Wed Sep 27 22:48:36 2006 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Thu Sep 28 18:02:52 2006 -0700"
      },
      "message": "[IrDA] nsc-ircc: Configuration base address for PC87383\n\nAccording to NatSemi datasheet, the configuration base address for the PC8738x\nfamily is 0x2e or 0x164. 0x0 doesn\u0027t appear in any datasheet.\n\nPatch from Lamarque Vieira Souza \u003clamarque@gmail.com\u003e\nSigned-off-by: Samuel Ortiz \u003csamuel@sortiz.org\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "7fa6b06689085a3e2237cf810f5e0c114e00a2da",
      "tree": "729eeef31a9ad44c0635f5e27b6c924767e17238",
      "parents": [
        "1b0fee7d68f234be6b270cda51d9fcb71bebd780"
      ],
      "author": {
        "name": "Stephen Hemminger",
        "email": "shemminger@osdl.org",
        "time": "Wed Sep 27 20:33:34 2006 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Thu Sep 28 18:02:49 2006 -0700"
      },
      "message": "[NET] loopback: minor statistics optimization\n\nThe loopback device status structure is a singleton and doesn\u0027t\nneed to be allocated. Add ethtool_ops hooks to show checksum always on,\nand make ethtool_ops const.\n\nSigned-off-by: Stephen Hemminger \u003cshemminger@osdl.org\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "778e6398d32590eaf2333706318cbcd04dbe50b7",
      "tree": "9c7aa6c79c80f882735a8b0229e4db26ea4eb0a1",
      "parents": [
        "da349f1c2e0a0bf8958cdaf14e8f33acdf3182a5"
      ],
      "author": {
        "name": "Samuel Ortiz",
        "email": "samuel@sortiz.org",
        "time": "Wed Sep 27 20:06:16 2006 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Thu Sep 28 18:02:47 2006 -0700"
      },
      "message": "[IrDA]: irda-usb needs firmware loader\n\nWith the inclusion of the stir421x code, we now need to select FW_LOADER\nwhenever we try to build the irda-usb code.\n\nSigned-off-by: Samuel Ortiz \u003csamuel@sortiz.org\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "c9aa6895371b2a257401f59d3393c9f7ac5a8698",
      "tree": "1ee6813a6db0e4d1b7f77e8c002e37bc9411a420",
      "parents": [
        "1533d382155ee888d9621391c108ffb7a68bb25d"
      ],
      "author": {
        "name": "Michal Ostrowski",
        "email": "mostrows@earthlink.net",
        "time": "Wed Sep 27 16:11:25 2006 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Thu Sep 28 18:01:44 2006 -0700"
      },
      "message": "[PPPOE]: Advertise PPPoE MTU\n\nPPPoE must advertise the underlying device\u0027s MTU via the ppp channel\ndescriptor structure, as multilink functionality depends on it.\n\nSigned-off-by: Michal Ostrowski \u003cmostrows@earthlink.net\u003e\nAcked-by: Paul Mackerras \u003cpaulus@samba.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "1533d382155ee888d9621391c108ffb7a68bb25d",
      "tree": "92e59711126e7213d0c4a5a3661f4ab0e414addd",
      "parents": [
        "b16250e3d1c55820f08f0296624a423122ea9805"
      ],
      "author": {
        "name": "Michael Chan",
        "email": "mchan@broadcom.com",
        "time": "Wed Sep 27 16:10:35 2006 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Thu Sep 28 18:01:43 2006 -0700"
      },
      "message": "[TG3]: Update version and reldate.\n\nUpdate version to 3.66.\n\nSigned-off-by: Michael Chan \u003cmchan@broadcom.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "b16250e3d1c55820f08f0296624a423122ea9805",
      "tree": "9559f4acd5e740b727c42e635699b7427f21d3c3",
      "parents": [
        "715116a12610b67c1d301a9b845ce95f7247dad3"
      ],
      "author": {
        "name": "Michael Chan",
        "email": "mchan@broadcom.com",
        "time": "Wed Sep 27 16:10:14 2006 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Thu Sep 28 18:01:42 2006 -0700"
      },
      "message": "[TG3]: Add 5709 self-test support.\n\nSigned-off-by: Michael Chan \u003cmchan@broadcom.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "715116a12610b67c1d301a9b845ce95f7247dad3",
      "tree": "1f9b680e4cfc32cc7759b82481f104eae6e22f24",
      "parents": [
        "b5d3772ccbe0bc5ac8ffbb5356b74ca698aee28c"
      ],
      "author": {
        "name": "Michael Chan",
        "email": "mchan@broadcom.com",
        "time": "Wed Sep 27 16:09:25 2006 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Thu Sep 28 18:01:41 2006 -0700"
      },
      "message": "[TG3]: Add 5709 PHY support.\n\nAdd support for the 5709 10/100 PHY.\n\nSigned-off-by: Michael Chan \u003cmchan@broadcom.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "b5d3772ccbe0bc5ac8ffbb5356b74ca698aee28c",
      "tree": "ef5f1e64d6e656a4931e22efed5809eb42d0e39f",
      "parents": [
        "7a6f4369449a471a6e5718a87c53ac75a46960ba"
      ],
      "author": {
        "name": "Michael Chan",
        "email": "mchan@broadcom.com",
        "time": "Wed Sep 27 16:06:21 2006 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Thu Sep 28 18:01:40 2006 -0700"
      },
      "message": "[TG3]: Add basic 5906 support.\n\nAdd support for the new 5709 device.  This is a new 10/100 Mbps chip.\nThe mailbox access and firmware interface are quite different from\nall other tg3 chips.\n\nSigned-off-by: Michael Chan \u003cmchan@broadcom.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "7a6f4369449a471a6e5718a87c53ac75a46960ba",
      "tree": "16de5bf219d8c9730ff4ac0f4a06eb9b0e975f73",
      "parents": [
        "126a336822a6594662f5898f1ddf33e6d048fcc7"
      ],
      "author": {
        "name": "Michael Chan",
        "email": "mchan@broadcom.com",
        "time": "Wed Sep 27 16:03:31 2006 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Thu Sep 28 18:01:39 2006 -0700"
      },
      "message": "[TG3]: Add tg3_poll_fw().\n\nPut the firmware polling logic into a separate function.  This makes\nthe code cleaner.\n\nSigned-off-by: Michael Chan \u003cmchan@broadcom.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "126a336822a6594662f5898f1ddf33e6d048fcc7",
      "tree": "b8bf224c080868d0f2e89c55eef1b23e2b6a2bc9",
      "parents": [
        "3f7045c1f28bedd44389b9392b54c6fdb83ee5c6"
      ],
      "author": {
        "name": "Michael Chan",
        "email": "mchan@broadcom.com",
        "time": "Wed Sep 27 16:03:07 2006 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Thu Sep 28 18:01:38 2006 -0700"
      },
      "message": "[TG3]: Add 5722 and 5756 support.\n\nAdd IDs to support 5722 and 5756.\n\nSigned-off-by: Michael Chan \u003cmchan@broadcom.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "3f7045c1f28bedd44389b9392b54c6fdb83ee5c6",
      "tree": "c504ff6ea5aa82500a43929fe10333060bc691d1",
      "parents": [
        "130b8e4d0e4edadcecee9fdff2c32f33d77c4fe9"
      ],
      "author": {
        "name": "Michael Chan",
        "email": "mchan@broadcom.com",
        "time": "Wed Sep 27 16:02:29 2006 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Thu Sep 28 18:01:36 2006 -0700"
      },
      "message": "[TG3]: PHY fixes.\n\nSome PHY related fixes:\n\n1. Fix Serdes WoL.\n2. Fix loopback test on 10/100 only devices.\n\nSigned-off-by: Michael Chan \u003cmchan@broadcom.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "130b8e4d0e4edadcecee9fdff2c32f33d77c4fe9",
      "tree": "1c0f165309fa5a6b5d23fdad038ae932470d0cf9",
      "parents": [
        "3d3ebe741b2c06fe3df67739d09f6ef0e25ee41a"
      ],
      "author": {
        "name": "Michael Chan",
        "email": "mchan@broadcom.com",
        "time": "Wed Sep 27 16:00:40 2006 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Thu Sep 28 18:01:35 2006 -0700"
      },
      "message": "[TG3]: Improve ASF heartbeat.\n\nChange to a different ASF heartbeat message code to improve\nreliability.\n\nThere were some reports of unintended resets on real time kernels\nwhere the timer may be slow and cause the heartbeat to be late.\nNetpoll will also have the same problem because the timer irq will\nbe unavailable.\n\nUsing the new heartbeat code, the ASF firmware will also check the\nring condition before resetting the chip when the heartbeat is\nexpiring.\n\nSigned-off-by: Michael Chan \u003cmchan@broadcom.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "3d3ebe741b2c06fe3df67739d09f6ef0e25ee41a",
      "tree": "f9112f5b5beac57673a26563a3a50517c5c96798",
      "parents": [
        "6ac59344ef25d5f0ebadb5663cf700d25d2a3886"
      ],
      "author": {
        "name": "Michael Chan",
        "email": "mchan@broadcom.com",
        "time": "Wed Sep 27 15:59:15 2006 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Thu Sep 28 18:01:34 2006 -0700"
      },
      "message": "[TG3]: Improve 5704S autoneg.\n\nImprove 5704S autoneg logic by using a serdes_counter field to keep\ntrack of the transient states.  This eliminates a 200 msec busy\nloop in the code.  Autoneg will take its course without the driver\nbusy waiting for it to finish.\n\nSigned-off-by: Michael Chan \u003cmchan@broadcom.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "7785162cf2baf7c6c1e4ad8ae5888f85fcc5febc",
      "tree": "440e68917ac0f276bbfa32e58d79b29666220b9f",
      "parents": [
        "62ae15919b6db6644049338296624fbd724c0054"
      ],
      "author": {
        "name": "Marcel Holtmann",
        "email": "marcel@holtmann.org",
        "time": "Thu Sep 21 16:23:19 2006 +0200"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Thu Sep 28 18:01:30 2006 -0700"
      },
      "message": "[Bluetooth] Code cleanup for the HCI UART driver\n\nThis patch cleans up the Bluetooth HCI UART driver a bit.\n\nSigned-off-by: Pavel Machek \u003cpavel@suse.cz\u003e\nSigned-off-by: Marcel Holtmann \u003cmarcel@holtmann.org\u003e\n"
    },
    {
      "commit": "62ae15919b6db6644049338296624fbd724c0054",
      "tree": "7556180e6f3ccc6f7e63028520ec84df81a1f776",
      "parents": [
        "defc761bc25643eeedee3abd6af0079ef214b55d"
      ],
      "author": {
        "name": "Marcel Holtmann",
        "email": "marcel@holtmann.org",
        "time": "Thu Sep 21 16:19:55 2006 +0200"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Thu Sep 28 18:01:29 2006 -0700"
      },
      "message": "[Bluetooth] Add support for Canyon CN-BTU1 dongle\n\nThis patch adds the vendor and product id of the Canycon CN-BTU1\ndongle and sets a flag to send HCI_Reset as the first command.\n\nSigned-off-by: Marcel Holtmann \u003cmarcel@holtmann.org\u003e\n"
    },
    {
      "commit": "0ac53939a06c610b394aeb0211b985804f2d2da3",
      "tree": "40e4b80f70a7cd42705e49a817950857055f2d1b",
      "parents": [
        "9c724357f432df5ddc83a62c8168414a604cd420"
      ],
      "author": {
        "name": "Marcel Holtmann",
        "email": "marcel@holtmann.org",
        "time": "Sat Jul 08 13:57:15 2006 +0200"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Thu Sep 28 18:01:28 2006 -0700"
      },
      "message": "[Bluetooth] Add HCI device identifier for SDIO cards\n\nThis patch assigns the next free HCI device identifier to Bluetooth\ndevices based on the SDIO interface.\n\nSigned-off-by: Marcel Holtmann \u003cmarcel@holtmann.org\u003e\n"
    },
    {
      "commit": "9c724357f432df5ddc83a62c8168414a604cd420",
      "tree": "d0a31bb522fbc78f4a813a9be81c7a5c34a9426b",
      "parents": [
        "0a85b964e141a4b8db6eaf500ceace12f8f52f93"
      ],
      "author": {
        "name": "Marcel Holtmann",
        "email": "marcel@holtmann.org",
        "time": "Thu Jul 06 15:45:23 2006 +0200"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Thu Sep 28 18:01:27 2006 -0700"
      },
      "message": "[Bluetooth] Code cleanup of the drivers source code\n\nThis patch is an attempt to cleanup the drivers source code to make all\nBluetooth drivers look more unique.\n\nSigned-off-by: Marcel Holtmann \u003cmarcel@holtmann.org\u003e\n"
    },
    {
      "commit": "fd6832220974809141b3981e380b78690bba8911",
      "tree": "60fcf8bb0912b3b2eb91836540fdbb83265ef8e4",
      "parents": [
        "e4883014f48f8c17c17a2526cb5cb6e17c5f94e7"
      ],
      "author": {
        "name": "Al Viro",
        "email": "viro@zeniv.linux.org.uk",
        "time": "Tue Sep 26 22:17:51 2006 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Thu Sep 28 18:01:07 2006 -0700"
      },
      "message": "[IPV4]: inet_addr_type() annotations\n\nargument and inferred net-endian variables in callers annotated.\n\nSigned-off-by: Al Viro \u003cviro@zeniv.linux.org.uk\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "60cad5da5791ceb0beefe9a79b570cca45791f50",
      "tree": "a70aaf76021d0824855d48f975ac2a12a14a045d",
      "parents": [
        "a7a628c442ed28511e1569a975c993b27fa034f4"
      ],
      "author": {
        "name": "Al Viro",
        "email": "viro@zeniv.linux.org.uk",
        "time": "Tue Sep 26 22:17:09 2006 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Thu Sep 28 18:01:05 2006 -0700"
      },
      "message": "[IPV4]: annotate inetdev.h helpers\n\ninet_confirm_addr(), inet_ifa_byprefix(), ip_dev_find(), inet_make_mask() and\ninet_ifa_match() annotated, along with inferred net-endian variables\n\nSigned-off-by: Al Viro \u003cviro@zeniv.linux.org.uk\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "a144ea4b7a13087081ab5402fa9ad0bcfd249e67",
      "tree": "a0452a546c231d85a89e8920c26e5dec4595ba54",
      "parents": [
        "6d85c10abe840e98cbac673202fe7cc9ada2180c"
      ],
      "author": {
        "name": "Al Viro",
        "email": "viro@zeniv.linux.org.uk",
        "time": "Thu Sep 28 18:00:55 2006 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Thu Sep 28 18:00:55 2006 -0700"
      },
      "message": "[IPV4]: annotate struct in_ifaddr\n\nifa_local, ifa_address, ifa_mask, ifa_broadcast and ifa_anycast are\nnet-endian.  Annotated them and variables that are inferred to be\nnet-endian.\n\nSigned-off-by: Al Viro \u003cviro@zeniv.linux.org.uk\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "2a50f28c326d20ab4556be1b867ecddf6aefbb88",
      "tree": "6890abb1bf8ebfadca86b19bceb48502bda47001",
      "parents": [
        "82fe7c924e61f9444b376498496942d41fbe9d26"
      ],
      "author": {
        "name": "Al Viro",
        "email": "viro@zeniv.linux.org.uk",
        "time": "Tue Sep 26 21:22:08 2006 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Thu Sep 28 17:53:58 2006 -0700"
      },
      "message": "[ATALK]: endianness annotations\n\nSigned-off-by: Al Viro \u003cviro@zeniv.linux.org.uk\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "1618cb0c9c2ac128beb94ff376e3367932ae6432",
      "tree": "48459d2a26440137f90e359302e3f96dfc7b6805",
      "parents": [
        "83e331e2a492a134e491bcf50c984fd50c7fae03"
      ],
      "author": {
        "name": "Randy Dunlap",
        "email": "rdunlap@xenotime.net",
        "time": "Mon Sep 25 23:11:21 2006 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Thu Sep 28 17:53:56 2006 -0700"
      },
      "message": "[NETDEV] config: revert part of previous patch\n\nNet devices should depend on NETDEVICES, so revert part of\nPaolo\u0027s previous patch.\n\nSee http://marc.theaimsgroup.com/?l\u003dlinux-kernel\u0026m\u003d115566326218740\u0026w\u003d2\nfor history.\n\nSigned-off-by: Randy Dunlap \u003crdunlap@xenotime.net\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "83e331e2a492a134e491bcf50c984fd50c7fae03",
      "tree": "47ebe92b328ba1456e9437d09c7da3d1fc233b96",
      "parents": [
        "293b9c42511d800b5f7bb2acba50f3e584b8c410"
      ],
      "author": {
        "name": "Chuck Short",
        "email": "zulcss@gmail.com",
        "time": "Mon Sep 25 22:31:03 2006 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Thu Sep 28 17:53:55 2006 -0700"
      },
      "message": "[IRDA] via-ircc: fix memory leak\n\nFix memory leak.\n\nCoverity id# 653\n\npatch location:\nhttp://www.kernel.org/git/?p\u003dlinux/kernel/git/bcollins/ubuntu-dapper.git;a\u003dcommitdiff;h\u003da1f34cb68b16807ed9d5ebb0f6a6ec5ff8a5fc78\n\nSigned-off-by: Chuck Short \u003czulcss@gmail.com\u003e\nSigned-off-by: Ben Collins \u003cbcollins@ubuntu.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "6e3ce3ae8e872f2d3a30f5ce5bc3b7c5eeca4343",
      "tree": "d280a3f08a0e9803d270e45507c0a28df7cb044b",
      "parents": [
        "6174d0fd35f486f59b743630bdf088a9f9792d4d"
      ],
      "author": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Thu Sep 28 17:06:45 2006 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Thu Sep 28 17:06:45 2006 -0700"
      },
      "message": "USB: fix build error in ohci driver\n\nThanks to Andrew for the original patch for this.\nI need to upgrade my version of gcc to catch these things...\n\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "2ff712585a5026a021859233fce145068292584d",
      "tree": "1dda6f9fa831be1267cafe260932f0abfccc4583",
      "parents": [
        "6174d0fd35f486f59b743630bdf088a9f9792d4d",
        "3379ceeefde923a05c2c77ed2d84ba26c2fe9e81"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Sep 28 16:23:27 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Sep 28 16:23:27 2006 -0700"
      },
      "message": "Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/hwmon-2.6\n\n* master.kernel.org:/pub/scm/linux/kernel/git/gregkh/hwmon-2.6: (39 commits)\n  hwmon: Remove Yuan Mu\u0027s address\n  hwmon: Fix unchecked return status, SMSC chips\n  hwmon: Fix unchecked return status, batch 6\n  w83792d: Fix unchecked return status\n  w83l785ts: Fix unchecked return status\n  w83781d: Fix unchecked return status\n  vt8231: Fix unchecked return status\n  Fix unchecked return status, batch 5\n  hwmon: Fix unchecked return status, batch 4\n  hwmon: Fix unchecked return status, batch 3\n  hwmon: Fix unchecked return status, batch 2\n  w83627ehf: Fix unchecked return status\n  pc87360: Check for error on sysfs files creation\n  pc87360: Delete sysfs files on device deletion\n  pc87360: Move some code around\n  hwmon: Fix unchecked return status, batch 1\n  vt1211: Document module parameters\n  vt1211: Add documentation\n  hwmon: New driver for the VIA VT1211\n  w83791d: Documentation update\n  ...\n"
    },
    {
      "commit": "6174d0fd35f486f59b743630bdf088a9f9792d4d",
      "tree": "dff7959fbb7d36b96301a85c5e651912c6cf02b7",
      "parents": [
        "e0318ebff4d96131bb3524308b845f642e64df81"
      ],
      "author": {
        "name": "Alan Stern",
        "email": "stern@rowland.harvard.edu",
        "time": "Tue Sep 26 14:51:48 2006 -0400"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Thu Sep 28 15:36:47 2006 -0700"
      },
      "message": "USB: g_file_storage: Set sense info Valid bit only when needed\n\nStrictly speaking, the Valid bit in SCSI sense data is supposed to\nbe set only when the Information field contains a valid number.  This\npatch (as793) turns off the Valid bit when the Information field\nhasn\u0027t been set.\n\nSigned-off-by: Alan Stern \u003cstern@rowland.harvard.edu\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "e0318ebff4d96131bb3524308b845f642e64df81",
      "tree": "20cc60b491fc9694521a48a996075e652ab9de49",
      "parents": [
        "8d1a243ba5dda5c1a3cca5df8fb19ab8b138f074"
      ],
      "author": {
        "name": "Alan Stern",
        "email": "stern@rowland.harvard.edu",
        "time": "Tue Sep 26 14:50:20 2006 -0400"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Thu Sep 28 15:36:46 2006 -0700"
      },
      "message": "USB: fix autosuspend when CONFIG_PM isn\u0027t set\n\nThis patch (as791b) fixes things up to avoid compiler warnings or\nerrors when CONFIG_USB_SUSPEND or CONFIG_PM isn\u0027t set.\n\nSigned-off-by: Alan Stern \u003cstern@rowland.harvard.edu\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "8d1a243ba5dda5c1a3cca5df8fb19ab8b138f074",
      "tree": "c9be9a9d8d4f5477a47bfc5f8a6f612a0c4867ca",
      "parents": [
        "1f7e1a3b7e05c833229c4b6e9d3c96262df59e99"
      ],
      "author": {
        "name": "Alan Stern",
        "email": "stern@rowland.harvard.edu",
        "time": "Tue Sep 26 14:46:16 2006 -0400"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Thu Sep 28 15:36:46 2006 -0700"
      },
      "message": "OHCI: add auto-stop support\n\nThis patch (as790b) adds \"autostop\" support to ohci-hcd: the driver\nwill automatically stop the host controller when no devices have been\nconnected for at least one second.  This feature is useful when the\nUSB autosuspend facility isn\u0027t available, such as when\nCONFIG_USB_SUSPEND hasn\u0027t been set.\n\nSigned-off-by: Alan Stern \u003cstern@rowland.harvard.edu\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "1f7e1a3b7e05c833229c4b6e9d3c96262df59e99",
      "tree": "b5b618378407be0785e3ba4324d8423dcb1c2a6d",
      "parents": [
        "d19ac7da72ab950c315d0da0aa03464587d88b53"
      ],
      "author": {
        "name": "Alan Stern",
        "email": "stern@rowland.harvard.edu",
        "time": "Mon Sep 25 15:41:21 2006 -0400"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Thu Sep 28 15:36:46 2006 -0700"
      },
      "message": "OHCI: remove existing autosuspend code\n\nThe autosuspend technique used by ohci-hcd doesn\u0027t mesh well with the\nnewer USB core autosuspend code.  This patch (as789) removes ohci-hcd\u0027s\nautosuspend support.  Now the driver will be usable, but it won\u0027t\nautomatically go into a low-power state when no devices are connected.\nThat\u0027s for a later patch.\n\nSigned-off-by: Alan Stern \u003cstern@rowland.harvard.edu\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "d19ac7da72ab950c315d0da0aa03464587d88b53",
      "tree": "1007c1222a7844a18be1fb04de77f0a0ff7a28fc",
      "parents": [
        "2de9eaefa7330b8e3d3fc5f31288cb1e826173a8"
      ],
      "author": {
        "name": "Alan Stern",
        "email": "stern@rowland.harvard.edu",
        "time": "Mon Sep 25 15:41:12 2006 -0400"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Thu Sep 28 15:36:45 2006 -0700"
      },
      "message": "USB: allow both root-hub interrupts and polling\n\nOriginally I didn\u0027t think any host controller driver would ever use\ninterrupts and polling at the same time, but it turns out ohci-hcd wants\nto do exactly that.  This patch (as788) makes it possible.\n\nSigned-off-by: Alan Stern \u003cstern@rowland.harvard.edu\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "2de9eaefa7330b8e3d3fc5f31288cb1e826173a8",
      "tree": "da2121f71043fa686167abacfb69c644cacda53d",
      "parents": [
        "efd54a364121f61b2050b1df5ecb1b8329c4eaba"
      ],
      "author": {
        "name": "Alan Stern",
        "email": "stern@rowland.harvard.edu",
        "time": "Mon Sep 25 14:31:15 2006 -0400"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Thu Sep 28 15:36:45 2006 -0700"
      },
      "message": "USB: g_file_storage: fix \"ignoring return value\" warnings\n\nThis patch (as792) fixes \"ignoring return value\" warnings in\nfile_storage.c.\n\nSigned-off-by: Alan Stern \u003cstern@rowland.harvard.edu\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "efd54a364121f61b2050b1df5ecb1b8329c4eaba",
      "tree": "869e06362a7c0c6c2c4f05a6983b02647c73fe52",
      "parents": [
        "bd859281c09b4318153dc7222b5e9052aad83b61"
      ],
      "author": {
        "name": "Alan Stern",
        "email": "stern@rowland.harvard.edu",
        "time": "Mon Sep 25 11:55:56 2006 -0400"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Thu Sep 28 15:36:45 2006 -0700"
      },
      "message": "USB: dummy-hcd: fix \"warn-unused-result\" messages\n\nThis patch (as758) fixes the \"warn-unused-result\" messages in dummy-hcd.\n\nSigned-off-by: Alan Stern \u003cstern@rowland.harvard.edu\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "bd859281c09b4318153dc7222b5e9052aad83b61",
      "tree": "c56c116b7720aae3dc5192f115444d16a5c21e58",
      "parents": [
        "6a9fb060393e04a79973f95925f4f6587442e9c7"
      ],
      "author": {
        "name": "Alan Stern",
        "email": "stern@rowland.harvard.edu",
        "time": "Tue Sep 19 10:14:07 2006 -0400"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Thu Sep 28 15:36:44 2006 -0700"
      },
      "message": "USB: create new workqueue thread for USB autosuspend\n\nThis patch (as787) creates a new workqueue thread to handle delayed\nUSB autosuspend requests.  Previously the code used keventd.  However\nit turns out that the hub driver\u0027s suspend routine calls\nflush_scheduled_work(), making it a poor candidate for running in\nkeventd (the call immediately deadlocks).  The solution is to use a\nnew thread instead of keventd.\n\nSigned-off-by: Alan Stern \u003cstern@rowland.harvard.edu\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n\n"
    },
    {
      "commit": "6a9fb060393e04a79973f95925f4f6587442e9c7",
      "tree": "394ccc9cabfd53574e6fd4b27bb93f35ff536275",
      "parents": [
        "0eebe6ac7c58dc617d78b4e4713540f388e7c1f6"
      ],
      "author": {
        "name": "Jan Mate",
        "email": "mate@fiit.stuba.sk",
        "time": "Mon Sep 25 17:00:57 2006 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Thu Sep 28 15:36:44 2006 -0700"
      },
      "message": "USB Storage: unusual_devs.h entry for Sony Ericsson P990i\n\nUSB Storage: this patch adds support for Sony Ericsson P990i\n\nSigned-off-by: Jan Mate \u003cmate@fiit.stuba.sk\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "0eebe6ac7c58dc617d78b4e4713540f388e7c1f6",
      "tree": "7c6d8df62a35a0b1cab40c6e38e0d6a6f1162c35",
      "parents": [
        "701f35af282e3955159bd30d3fb3f6ebafe8bff2"
      ],
      "author": {
        "name": "Henrik Kretzschmar",
        "email": "henne@nachtwindheim.de",
        "time": "Mon Sep 25 17:00:58 2006 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Thu Sep 28 15:36:44 2006 -0700"
      },
      "message": "USB: microtek usb scanner: Scsi_Cmnd conversion\n\nConverts obsolete typedef\u0027d Scsi_Cmnd into struct scsi_cmnd.\n\nSigned-off-by: Henrik Kretzschmar \u003chenne@nachtwindheim.de\u003e\nCc: James Bottomley \u003cJames.Bottomley@steeleye.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "701f35af282e3955159bd30d3fb3f6ebafe8bff2",
      "tree": "b9cad9736b26c61b5fe457fc86aa0de9f53c76d8",
      "parents": [
        "931e24b93a10b53da8223272b83941bc5b1d6dc5"
      ],
      "author": {
        "name": "Henrik Kretzschmar",
        "email": "henne@nachtwindheim.de",
        "time": "Mon Sep 25 17:00:56 2006 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Thu Sep 28 15:36:44 2006 -0700"
      },
      "message": "USB: fixes kerneldoc errors in usbcore-auto(susp/res)-patch\n\nFixes kerneldoc errors on usb/core/driver.c, which occured in 2.6.18-rc6-mm2\ngregkh-usb-usbcore-add-autosuspend-autoresume-infrastructure.patch\n\nSigned-off-by: Henrik Kretzschmar \u003chenne@nachtwindheim.de\u003e\nAcked-by: Alan Stern \u003cstern@rowland.harvard.edu\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "931e24b93a10b53da8223272b83941bc5b1d6dc5",
      "tree": "5a60eb02a744d0db64c82efa49ac4a3f28e9270a",
      "parents": [
        "b923e7fcc152199959b673e09c318a750a10928b"
      ],
      "author": {
        "name": "Raghavendra Biligiri",
        "email": "Raghavendra_Biligiri@Dell.com",
        "time": "Fri Sep 15 19:53:35 2006 +0530"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Thu Sep 28 15:36:44 2006 -0700"
      },
      "message": "USB: add Raritan KVM USB Dongle to the HID_QUIRK_NOGET blacklist\n\nDuring Installation the host tries to enumerate the keyboard/mouse\ndongle for the Raritan KVM.At this time timeouts have been observed\nAdding the Raritan KVM USB dongle to the blacklist fixes this issue.\n\nSigned-off-by: Raghavendra Biligiri \u003cRaghavendra_Biligiri@Dell.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "b923e7fcc152199959b673e09c318a750a10928b",
      "tree": "a36c706b758952d2b62cfbe75952b83f66bc3a04",
      "parents": [
        "e81ee637e4aed723f71007c90a901268317ed6d6"
      ],
      "author": {
        "name": "David Hollis",
        "email": "dhollis@davehollis.com",
        "time": "Thu Sep 21 08:09:29 2006 -0400"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Thu Sep 28 15:36:43 2006 -0700"
      },
      "message": "USB: asix - Add alternate device IDs for Dlink DUB-E100 Rev B1\n\nAdd alternate device IDs for Dlink DUB-E100 Rev B1\n\nSigned-off-by: David Hollis \u003cdhollis@davehollis.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "e81ee637e4aed723f71007c90a901268317ed6d6",
      "tree": "25fec34b4577eb36b52b8e4e45a191138ac49404",
      "parents": [
        "2e3a43f0b6f16705ec76d3744b82a116965ebebe"
      ],
      "author": {
        "name": "Peter Zijlstra",
        "email": "a.p.zijlstra@chello.nl",
        "time": "Mon Sep 25 12:51:41 2006 +0200"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Thu Sep 28 15:36:43 2006 -0700"
      },
      "message": "usb-serial: possible irq lock inversion (PPP vs. usb/serial)\n\n\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\n[ INFO: possible irq lock inversion dependency detected ]\n"
    },
    {
      "commit": "2e3a43f0b6f16705ec76d3744b82a116965ebebe",
      "tree": "27fdc7716743cf77291931cda7e75b45d3529ad8",
      "parents": [
        "54bee6e1b455573658972510a76119f279db32b7"
      ],
      "author": {
        "name": "Alan Cox",
        "email": "alan@lxorguk.ukuu.org.uk",
        "time": "Wed Sep 27 15:43:22 2006 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Thu Sep 28 15:36:43 2006 -0700"
      },
      "message": "ohci: Use ref-counting hotplug safe interfaces\n\nWe want to avoid legacy APIs like pci_find_slot().\n\nSigned-off-by: Alan Cox \u003calan@redhat.com\u003e\nSigned-off-by: David Brownell \u003cdbrownell@users.sourceforge.net\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "54bee6e1b455573658972510a76119f279db32b7",
      "tree": "22d19b6377bdec45540db12bc4ae7bfc47343797",
      "parents": [
        "a14848275b04f3193b9d9e9c745a4fae37f11f2f"
      ],
      "author": {
        "name": "Mikael Pettersson",
        "email": "mikpe@it.uu.se",
        "time": "Sat Sep 23 17:05:31 2006 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Thu Sep 28 15:36:43 2006 -0700"
      },
      "message": "USB: Fix alignment of buffer passed down to -\u003ehub_control()\n\nImplementations assume the buffer is at least 4 byte aligned.\n\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\nCc: David Brownell \u003cdavid-b@pacbell.net\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "a14848275b04f3193b9d9e9c745a4fae37f11f2f",
      "tree": "64440fb12a93cb5bbf9a85f94bde8fdb4c57ca3a",
      "parents": [
        "238d0e7bcf20981f7baac8bedfc219a90748700d"
      ],
      "author": {
        "name": "Justin Carlson",
        "email": "justinca@qatar.cmu.edu",
        "time": "Sun Sep 24 11:52:12 2006 +0300"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Thu Sep 28 15:36:43 2006 -0700"
      },
      "message": "USB: add SeaLevel 2106 SeaLINK support to ftdi_sio\n\nWe have a couple of these USB-Serial converters around; they\u0027re slightly\ndifferent from the 2104 models in that they can handle 500Kb/sec over RS422.\nThe existing ftdi driver seems to work just fine if we add in the \nappropriate IDs.\n\nPatch is against 2.6.17.6, but should apply cleanly to pretty much \nanything recent.\n\nFrom: Justin Carlson \u003cjustinca@qatar.cmu.edu\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "238d0e7bcf20981f7baac8bedfc219a90748700d",
      "tree": "a879ddd71cd3e61d60fd94284000347d221a7f4a",
      "parents": [
        "1b495f753a65835e7dd9d043b12f2fca6a105b3d"
      ],
      "author": {
        "name": "Sean Young",
        "email": "sean@mess.org",
        "time": "Sun Sep 24 19:26:57 2006 +0000"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Thu Sep 28 15:36:43 2006 -0700"
      },
      "message": "USB: New PhidgetKit 8/8/8 reset outputs after 2 seconds\n\nNew phidget interface kits (type 8/8/8) reset their outputs if they\nhaven\u0027t received a set report for 2 seconds.\n\nSigned-off-by: Sean Young \u003csean@mess.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "1b495f753a65835e7dd9d043b12f2fca6a105b3d",
      "tree": "8a6ab9d4e172811059275282b5e0911e32baf67e",
      "parents": [
        "9978f9e1243be91243346b3e9555f1f53e50bb9c"
      ],
      "author": {
        "name": "Matthias Urlichs",
        "email": "smurf@smurf.noris.de",
        "time": "Sun Sep 24 21:38:47 2006 +0200"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Thu Sep 28 15:36:43 2006 -0700"
      },
      "message": "USB: another device ID for ipaq\n\nAdd yet another device ID to the ipaq USB-serial driver.\n\nSigned-Off-By: Matthias Urlichs \u003cmatthias@urlichs.de\u003e\nCc: Ganesh Varadarajan \u003cganesh@veritas.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "9978f9e1243be91243346b3e9555f1f53e50bb9c",
      "tree": "7b93d8ebe24c5f693ba5e5e66fcb0542cc88a45e",
      "parents": [
        "37cf3477d2140f496e0713738fabdb5bc6fd60f3"
      ],
      "author": {
        "name": "Ian Abbott",
        "email": "abbotti@mev.co.uk",
        "time": "Mon Sep 25 14:19:19 2006 +0100"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Thu Sep 28 15:36:43 2006 -0700"
      },
      "message": "USB serial ftdi_sio: Add support for Tactrix OpenPort devices\n\nThis patch adds support for three OpenPort ECU data cables from Tactrix\nInc. to the ftdi_sio driver\u0027s device ID table.  One of the PIDs was\nsupplied by Donour Sizemore on the ftdi-usb-sio-devel mailing list.  The\nother two were added by myself after examining the Windows driver software.\n\nSigned-off-by: Ian Abbott \u003cabbotti@mev.co.uk\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "37cf3477d2140f496e0713738fabdb5bc6fd60f3",
      "tree": "162f7a38f3279f03924d80272d9dd723c60c654b",
      "parents": [
        "7923811a46f7e29ae8052edf2461e6c6b8ec2415"
      ],
      "author": {
        "name": "Petko Manolov",
        "email": "petkan@nucleusys.com",
        "time": "Wed Sep 27 14:25:37 2006 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Thu Sep 28 15:36:42 2006 -0700"
      },
      "message": "USB: Pegasus driver failing for ADMtek 8515 network device\n\nAddress http://bugzilla.kernel.org/show_bug.cgi?id\u003d7126\n\nAttempting to read the ethernet ID directly from the eeprom somehow\nconfuses ADM8515.  Subsequent read requests to either the eeprom or the MII\nfail as well.  Didn\u0027t dig much deeper, though.  For example ADM8513 does\nnot experience this problem.\n\nI used the fact that at power up the device is reading its ID automatically\n(not true for older Pegasus based devices) and put it in the Ethernet ID\nregisters.  So now the driver uses get_registers() instead of\nread_eprom_word() if the device is Pegasus_II based one.  Tested it with\nall (Pegasus and Pegasus_II) gadgets i have and everything seems ok.\n\nCc: \u003cjogeedaklown@yahoo.com\u003e\nCc: David Brownell \u003cdavid-b@pacbell.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "7923811a46f7e29ae8052edf2461e6c6b8ec2415",
      "tree": "ebd8f2c3ca3d3dbcfb868548ad03971aa68385fd",
      "parents": [
        "b697f70f763fe92d5fd05e7e2043bd2b5f12b073"
      ],
      "author": {
        "name": "Alan Stern",
        "email": "stern@rowland.harvard.edu",
        "time": "Thu Sep 28 12:11:56 2006 -0400"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Thu Sep 28 15:36:42 2006 -0700"
      },
      "message": "USB: unusual-devs entry for Nokia E60\n\nThis patch (as794) adds an unusual_devs entry for the Nokia E60.\n\nSigned-off-by: Alan Stern \u003cstern@rowland.harvard.edu\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "b697f70f763fe92d5fd05e7e2043bd2b5f12b073",
      "tree": "983f1d34523cdba70d689de2c309bc417786ac2c",
      "parents": [
        "486ba2a9b26dd8b6219a13297eac012be78108cc"
      ],
      "author": {
        "name": "Wesley PA4WDH",
        "email": "pa4wdh@gmail.com",
        "time": "Thu Sep 28 20:45:38 2006 +0200"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Thu Sep 28 15:36:42 2006 -0700"
      },
      "message": "USB: Add vendor / product ID to pl2303\n\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "486ba2a9b26dd8b6219a13297eac012be78108cc",
      "tree": "8b949f43bf170c601defcaeeca8d74f383682e25",
      "parents": [
        "ebdea46fecae40c4d7effcd33f40918a37a1df4b"
      ],
      "author": {
        "name": "Oliver Neukum",
        "email": "oliver@neukum.name",
        "time": "Thu Sep 28 22:21:19 2006 +0200"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Thu Sep 28 15:36:42 2006 -0700"
      },
      "message": "USB: new id for kaweth\n\nthis adds a new id to the kaweth driver.\nPlease apply.\n\nSigned-Off-By: Oliver Neukum \u003coliver@neukum.name\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "3379ceeefde923a05c2c77ed2d84ba26c2fe9e81",
      "tree": "f736b86cc6c02ffac2a8ba5b235c8b64eff81ce2",
      "parents": [
        "ce8c6ce1eceecfe090f6c1aa4108087b2051497b"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Sun Sep 24 21:25:52 2006 +0200"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Thu Sep 28 15:31:19 2006 -0700"
      },
      "message": "hwmon: Remove Yuan Mu\u0027s address\n\nhwmon: Remove Yuan Mu\u0027s address\n\nYuan Mu no longer works at Winbond.\n\nI wish to publicly thank Yuan for his help with Winbond hardware\nmonitoring chips support during the past 10 months.\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "ce8c6ce1eceecfe090f6c1aa4108087b2051497b",
      "tree": "a119733f9fb1772f7c2436761fbbbe805b5f46fd",
      "parents": [
        "a5ebe668add5f76ed8f01f752b37cfa164a26a30"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Sun Sep 24 21:25:12 2006 +0200"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Thu Sep 28 15:31:19 2006 -0700"
      },
      "message": "hwmon: Fix unchecked return status, SMSC chips\n\nhwmon: Fix unchecked return status, SMSC chips\n\nFix up 2 more hwmon drivers so that they no longer ignore return\nstatus from device_create_file().\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "a5ebe668add5f76ed8f01f752b37cfa164a26a30",
      "tree": "116324063bd55666d0fa23db4342d5bd097518be",
      "parents": [
        "f52f79da2908796a0fa1e7bbbe0d5ff20183d75f"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Sun Sep 24 21:24:46 2006 +0200"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Thu Sep 28 15:31:19 2006 -0700"
      },
      "message": "hwmon: Fix unchecked return status, batch 6\n\nhwmon: Fix unchecked return status, batch 6\n\nFix up 5 more hwmon drivers so that they no longer ignore return status\nfrom device_create_file().\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "f52f79da2908796a0fa1e7bbbe0d5ff20183d75f",
      "tree": "32de8a34992593136d42381d9503a9f4bc85506f",
      "parents": [
        "ccc5c306957bb7fbaef61de249bac4b0f09f2336"
      ],
      "author": {
        "name": "Rudolf Marek",
        "email": "r.marek@assembler.cz",
        "time": "Sun Sep 24 21:24:12 2006 +0200"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Thu Sep 28 15:31:18 2006 -0700"
      },
      "message": "w83792d: Fix unchecked return status\n\nw83792d: Fix unchecked return status\n\nFix the w83792d driver. Add error checking to device_create_file\nand also care to destroy the files upon exit.\n\nSigned-off-by: Rudolf Marek \u003cr.marek@assembler.cz\u003e\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "ccc5c306957bb7fbaef61de249bac4b0f09f2336",
      "tree": "484101b931764f176ce027566b35cb7a93a6749b",
      "parents": [
        "311ce2efb1b640584676fc1b0b7f16c5baf85eb8"
      ],
      "author": {
        "name": "Rudolf Marek",
        "email": "r.marek@assembler.cz",
        "time": "Sun Sep 24 21:23:26 2006 +0200"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Thu Sep 28 15:31:18 2006 -0700"
      },
      "message": "w83l785ts: Fix unchecked return status\n\nw83l785ts: Fix unchecked return status\n\nFix the w83l785ts driver. Add error checking to device_create_file\nand also care to destroy the files upon exit.\n\nSigned-off-by: Rudolf Marek \u003cr.marek@assembler.cz\u003e\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "311ce2efb1b640584676fc1b0b7f16c5baf85eb8",
      "tree": "8f3cb7fdf3513a36390411d19610a00a7adbc0d8",
      "parents": [
        "cbeeb5b7c91b23967162185d7580048559db8d58"
      ],
      "author": {
        "name": "Jim Cromie",
        "email": "jim.cromie@gmail.com",
        "time": "Sun Sep 24 21:22:52 2006 +0200"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Thu Sep 28 15:31:18 2006 -0700"
      },
      "message": "w83781d: Fix unchecked return status\n\nw83781d: Fix unchecked return status\n\nAdd 2 attr-file groups (for base and model-specific attrs respectively),\ncreate the base group with single call to sysfs_create_group,\ncheck the return code on individual calls to device_create_file for each\nof the model-specific attr-files.\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\n"
    },
    {
      "commit": "cbeeb5b7c91b23967162185d7580048559db8d58",
      "tree": "49f924307d9786dc7da738fa5cc76757addfc86a",
      "parents": [
        "87808be4f97674e6a2982fa835080cc0320dcbdc"
      ],
      "author": {
        "name": "Roger Lucas",
        "email": "roger@planbit.co.uk",
        "time": "Sun Sep 24 21:21:46 2006 +0200"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Thu Sep 28 15:31:18 2006 -0700"
      },
      "message": "vt8231: Fix unchecked return status\n\nvt8231: Fix unchecked return status\n\nCheck the return status from device_create_file() and also use\nthe newer and cleaner sysfs creation functions.\n\nSigned-off-by: Roger Lucas \u003croger@planbit.co.uk\u003e\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "87808be4f97674e6a2982fa835080cc0320dcbdc",
      "tree": "c01cc40b9b3710c8692ddbb5641c3ca978dd8cc9",
      "parents": [
        "0e39e01c908fdc498fff0d788fd7b955ab75ebb6"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Sun Sep 24 21:17:13 2006 +0200"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Thu Sep 28 15:31:18 2006 -0700"
      },
      "message": "Fix unchecked return status, batch 5\n\nhwmon: Fix unchecked return status, batch 5\n\nFix up some hwmon drivers so that they no longer ignore return status\nfrom device_create_file().\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "0e39e01c908fdc498fff0d788fd7b955ab75ebb6",
      "tree": "2e117466ec9a60f3dac6d678e95af97454aa6c8c",
      "parents": [
        "681c6f7a6702f208d48b501c8829dbc03a2ca238"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Sun Sep 24 21:16:40 2006 +0200"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Thu Sep 28 15:31:18 2006 -0700"
      },
      "message": "hwmon: Fix unchecked return status, batch 4\n\nhwmon: Fix unchecked return status, batch 4\n\nFix up some hwmon drivers so that they no longer ignore return status\nfrom device_create_file().\n\nNote: f71805f actually checked the status from device_create_file\nalready. However it did not remove the files on device destruction.\nIt was also an opportunity to use sysfs_create/remove_group instead\nof hand-made loops. This makes the changes much more important but\nI think the result is worth it.\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "681c6f7a6702f208d48b501c8829dbc03a2ca238",
      "tree": "edeba1565c69b4be8e3aeb73df97ccea05fce66c",
      "parents": [
        "0501a3816e5b778830fc2157a6d6bb11a965fc2c"
      ],
      "author": {
        "name": "Mark M. Hoffman",
        "email": "mhoffman@lightlink.com",
        "time": "Sun Sep 24 21:15:35 2006 +0200"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Thu Sep 28 15:31:17 2006 -0700"
      },
      "message": "hwmon: Fix unchecked return status, batch 3\n\nhwmon: Fix unchecked return status, batch 3\n\nFix up some hwmon drivers so that they no longer ignore return status\nfrom device_create_file().\n\nSigned-off-by: Mark M. Hoffman \u003cmhoffman@lightlink.com\u003e\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "0501a3816e5b778830fc2157a6d6bb11a965fc2c",
      "tree": "9424b8b523ea1a9c1522babe2becd77b8c614494",
      "parents": [
        "c18beb5b92b090cb424718a4f1771b1a9fad56de"
      ],
      "author": {
        "name": "Mark M. Hoffman",
        "email": "mhoffman@lightlink.com",
        "time": "Sun Sep 24 21:14:35 2006 +0200"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Thu Sep 28 15:31:17 2006 -0700"
      },
      "message": "hwmon: Fix unchecked return status, batch 2\n\nhwmon: Fix unchecked return status, batch 2\n\nFix up some hwmon drivers so that they no longer ignore return status\nfrom device_create_file().\n\nSigned-off-by: Mark M. Hoffman \u003cmhoffman@lightlink.com\u003e\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "c18beb5b92b090cb424718a4f1771b1a9fad56de",
      "tree": "7fd1a129f13710d9273a71cf4d514199abd97944",
      "parents": [
        "f3722d5b6a474e31237d23980e9bd38facfda6f4"
      ],
      "author": {
        "name": "David Hubbard",
        "email": "david.c.hubbard@gmail.com",
        "time": "Sun Sep 24 21:04:38 2006 +0200"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Thu Sep 28 15:31:17 2006 -0700"
      },
      "message": "w83627ehf: Fix unchecked return status\n\nw83627ehf: Fix unchecked return status\n\nFix: check return value from device_create_file()\nFix: call device_remove_file() on error and module unload\nFix: call hwmon_device_register() after device_create_file() to eliminate race\n\nSigned-off-by: David Hubbard \u003cdavid.c.hubbard@gmail.com\u003e\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "f3722d5b6a474e31237d23980e9bd38facfda6f4",
      "tree": "68cf55a62cad0e4ea98e861e13c1fa184333c24c",
      "parents": [
        "941c5c05cf38da5e12d70edc5d0fec5c24bce8b6"
      ],
      "author": {
        "name": "Jim Cromie",
        "email": "jim.cromie@gmail.com",
        "time": "Sun Sep 24 21:03:25 2006 +0200"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Thu Sep 28 15:31:17 2006 -0700"
      },
      "message": "pc87360: Check for error on sysfs files creation\n\npc87360: Check for error on sysfs files creation\n\nUse sysfs_create_group() for 2 sensor-types which are chip-model\ninvariant, i.e. all-or-nothing attribute groups.\nOther 2 groups vary too much due to configuration, etc, so we keep the\nloops of device_create_file(), but now check their returns.\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\n"
    },
    {
      "commit": "941c5c05cf38da5e12d70edc5d0fec5c24bce8b6",
      "tree": "411baa7b0d43a314ceb58da2c4e551da7ae69161",
      "parents": [
        "44646c19b41e40d81f5e4863466914e8ce060cc0"
      ],
      "author": {
        "name": "Jim Cromie",
        "email": "jim.cromie@gmail.com",
        "time": "Sun Sep 24 21:02:44 2006 +0200"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Thu Sep 28 15:31:17 2006 -0700"
      },
      "message": "pc87360: Delete sysfs files on device deletion\n\npc87360: Delete sysfs files on device deletion\n\nAdd 4 explicit attribute groups for the 5 sensor types:\nvoltage (in), therm, temp, and fan \u0026 pwm (together in one group).\nUse sysfs_remove_group() to drop them, but keeps the existing\nstartup code, which calls device_create_file in loops.\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\n"
    },
    {
      "commit": "44646c19b41e40d81f5e4863466914e8ce060cc0",
      "tree": "82aab01472d4f46d382c735da49dde8f3003652b",
      "parents": [
        "c1685f61b0a3110b701d09b84a9f9a3d4e9ef2e2"
      ],
      "author": {
        "name": "Jim Cromie",
        "email": "jim.cromie@gmail.com",
        "time": "Sun Sep 24 21:01:56 2006 +0200"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Thu Sep 28 15:31:17 2006 -0700"
      },
      "message": "pc87360: Move some code around\n\npc87360: Move some code around\n\nMoves code for get-set-decl tuples for 3 items: cpu0_vid, vrm, alarms_in\nup, to just after the get-set-decl tuple for voltages.\nThese items are already \u0027activated\u0027 together with the rest of the \nvoltage attributes, so the move tightens the grouping that\u0027s made\nexplicit in next patch.\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\n"
    },
    {
      "commit": "c1685f61b0a3110b701d09b84a9f9a3d4e9ef2e2",
      "tree": "8c7f4791ae7c31390ba127d4e0c0d766775819f4",
      "parents": [
        "a1fdcb96ee33ba75318476a2a4691147c9f2ad90"
      ],
      "author": {
        "name": "Mark M. Hoffman",
        "email": "mhoffman@lightlink.com",
        "time": "Sun Sep 24 20:59:49 2006 +0200"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Thu Sep 28 15:31:17 2006 -0700"
      },
      "message": "hwmon: Fix unchecked return status, batch 1\n\nhwmon: Fix unchecked return status, batch 1\n\nFix up some hwmon drivers so that they no longer ignore return status\nfrom device_create_file().\n\nSigned-off-by: Mark M. Hoffman \u003cmhoffman@lightlink.com\u003e\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "ab41319eab3b5e600873dc77dff7756970424ca6",
      "tree": "28a66a3df7ed73de1fd90a7e20b095ddefd6cde2",
      "parents": [
        "125751cb833f20c12c7237782b2a4680fd636ed0"
      ],
      "author": {
        "name": "Juerg Haefliger",
        "email": "juergh@gmail.com",
        "time": "Sun Sep 24 20:54:04 2006 +0200"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Thu Sep 28 15:31:16 2006 -0700"
      },
      "message": "hwmon: New driver for the VIA VT1211\n\nhwmon: New driver for the VIA VT1211\n\nThis is a new driver for the VIA VT1211 Super-IO chip. It is a rewrite\nof the existing vt1211 driver (by Mark D. Studebaker and Lars Ekman)\nwhich has been around for a while but never made it into the main\nkernel tree.\n\nIt is implemented as a platform driver and therefore requires\nlm_sensors 2.10.1 to function properly.\n\nSigned-off-by: Juerg Haefliger \u003cjuergh@gmail.com\u003e\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    }
  ],
  "next": "125751cb833f20c12c7237782b2a4680fd636ed0"
}
