)]}'
{
  "log": [
    {
      "commit": "5a9d6e0632b867ca71d3ee1e7e5c2365b6711031",
      "tree": "65e6d74dc6cc21dc027395fbdd042d9ba992e0b0",
      "parents": [
        "c7a43575518702fe6829d970c3d04acd91ae5c91"
      ],
      "author": {
        "name": "Jean-Luc Leger",
        "email": "jean-luc.leger@dspnet.fr.eu.org",
        "time": "Fri Jun 23 02:05:21 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Jun 23 07:43:04 2006 -0700"
      },
      "message": "[PATCH] clean up default value of USB_ISP116X_HCD, USB_SL811_HCD and USB_SL811_CS\n\nDefault values for boolean and tristate options can only be \u0027y\u0027, \u0027m\u0027 or \u0027n\u0027.\nThis patch removes wrong default for USB_ISP116X_HCD, USB_SL811_HCD and\nUSB_SL811_CS.\n\nSigned-off-by: Jean-Luc Leger \u003cjean-luc.leger@dspnet.fr.eu.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": "32797f976d62af709943aae38a9457b5a6dbcd8a",
      "tree": "63c71a314678946589d575bcb0559fe727a4daad",
      "parents": [
        "8d27e9084b372441dc8c9cf361a965ee58032767"
      ],
      "author": {
        "name": "Domen Puncer",
        "email": "domen@coderock.org",
        "time": "Fri Jun 23 02:05:14 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Jun 23 07:43:03 2006 -0700"
      },
      "message": "[PATCH] Remove CONFIG_PARPORT_ARC, drivers/parport/parport_arc.c\n\nIt\u0027s wasn\u0027t referenced in Makefile since at least 2.2.8, unbuildable due to\ntrivial typos and things like DATA_LATCH and arc_write_control() which\ndoesn\u0027t exist.\n\nAdrian Bunk:\nadapted the patch to unrelated context changes\n\nSigned-off-by: Domen Puncer \u003cdomen@coderock.org\u003e\nSigned-off-by: Alexey Dobriyan \u003cadobriyan@gmail.com\u003e\nSigned-off-by: Adrian Bunk \u003cbunk@stusta.de\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "75e1fcc0b18df0a65ab113198e9dc0e98999a08c",
      "tree": "3ac0d0d3120cbca4ee9734494e2c9a4e0775ac4f",
      "parents": [
        "ff7b86b82083f24b8637dff1528c7101c18c7f39"
      ],
      "author": {
        "name": "Miklos Szeredi",
        "email": "miklos@szeredi.hu",
        "time": "Fri Jun 23 02:05:12 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Jun 23 07:43:02 2006 -0700"
      },
      "message": "[PATCH] vfs: add lock owner argument to flush operation\n\nPass the POSIX lock owner ID to the flush operation.\n\nThis is useful for filesystems which don\u0027t want to store any locking state\nin inode-\u003ei_flock but want to handle locking/unlocking POSIX locks\ninternally.  FUSE is one such filesystem but I think it possible that some\nnetwork filesystems would need this also.\n\nAlso add a flag to indicate that a POSIX locking request was generated by\nclose(), so filesystems using the above feature won\u0027t send an extra locking\nrequest in this case.\n\nSigned-off-by: Miklos Szeredi \u003cmiklos@szeredi.hu\u003e\nCc: Trond Myklebust \u003ctrond.myklebust@fys.uio.no\u003e\nCc: Al Viro \u003cviro@zeniv.linux.org.uk\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "6f36d17a87ea9c2584aa8f649e438334bd69e32f",
      "tree": "d7fb30847c42598631cc29f4a5afa2ecd3a9d92d",
      "parents": [
        "f1b5e520bb65e98d27632cd270d931838bd2a5da"
      ],
      "author": {
        "name": "Al Viro",
        "email": "viro@ftp.linux.org.uk",
        "time": "Fri Jun 23 02:05:03 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Jun 23 07:43:01 2006 -0700"
      },
      "message": "[PATCH] m68k: windfarm is powerpc-only, don\u0027t do it on m68k macs\n\nSigned-off-by: Al Viro \u003cviro@zeniv.linux.org.uk\u003e\nCc: Roman Zippel \u003czippel@linux-m68k.org\u003e\nCc: Geert Uytterhoeven \u003cgeert@linux-m68k.org\u003e\nAcked-by: Benjamin Herrenschmidt \u003cbenh@kernel.crashing.org\u003e\nCc: 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": "882905c7ff81763a3aa3413629f7253b75587cb1",
      "tree": "1425504c208f6c06a8817e376b113ae6360b12ef",
      "parents": [
        "5fa28ea42f28342ca6efaa2d23789f3fec5adff6"
      ],
      "author": {
        "name": "Roman Zippel",
        "email": "zippel@linux-m68k.org",
        "time": "Fri Jun 23 02:04:57 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Jun 23 07:43:01 2006 -0700"
      },
      "message": "[PATCH] m68k: wd33c93: extra delay\n\nThe wd33c93 needs a small delay before a new command can be started.\n\nSigned-off-by: Roman Zippel \u003czippel@linux-m68k.org\u003e\nCc: James Bottomley \u003cJames.Bottomley@steeleye.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "5fa28ea42f28342ca6efaa2d23789f3fec5adff6",
      "tree": "3433408bfa592c8ca93a121422fab5f42e7c3444",
      "parents": [
        "cb7d390df391402c9630940d5a2ea1571fc5cde2"
      ],
      "author": {
        "name": "Roman Zippel",
        "email": "zippel@linux-m68k.org",
        "time": "Fri Jun 23 02:04:56 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Jun 23 07:43:01 2006 -0700"
      },
      "message": "[PATCH] m68k: restore amikbd compatibility with 2.4\n\nDump the extra mapping in the amikbd interrupt handler, so old Amiga keymaps\nwork again.  Amigas need a special keymap anyway, standard keymaps are not\nusable and recreating all keymaps is simply not worth the trouble.\n\nSigned-off-by: Roman Zippel \u003czippel@linux-m68k.org\u003e\nCc: Dmitry Torokhov \u003cdtor_core@ameritech.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "078517e4118dc60a97c4eda127b849383eb26f8e",
      "tree": "894d17bb1979dc894f12cb22d95507db1330536c",
      "parents": [
        "2c3e0262e0cb5395fe02cdf27c229ee7414ab0c0"
      ],
      "author": {
        "name": "Roman Zippel",
        "email": "zippel@linux-m68k.org",
        "time": "Fri Jun 23 02:04:53 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Jun 23 07:43:00 2006 -0700"
      },
      "message": "[PATCH] m68k: atyfb_base compile fix for CONFIG_PCI\u003dn\n\nThe atyfb_driver structure is only available if CONFIG_PCI is set.\n\nSigned-off-by: Roman Zippel \u003czippel@linux-m68k.org\u003e\nCc: \"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": "2c3e0262e0cb5395fe02cdf27c229ee7414ab0c0",
      "tree": "d375b705880fc70b8dc5029b81b697936f1bbce7",
      "parents": [
        "daacf8bc0dd37a6ad3a87d1a667599e15940815e"
      ],
      "author": {
        "name": "Roman Zippel",
        "email": "zippel@linux-m68k.org",
        "time": "Fri Jun 23 02:04:51 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Jun 23 07:43:00 2006 -0700"
      },
      "message": "[PATCH] m68k: completely initialize hw_regs_t in ide_setup_ports\n\nide_setup_ports does not completely initialize the hw_regs_t structure which\ncan cause random failures, as the structure is often on the stack.  None of\nthe callers expect a partially initialized structure, i.e.  none of them do\nany setup of their own before calling ide_setup_ports().\n\nSigned-off-by: Roman Zippel \u003czippel@linux-m68k.org\u003e\nCc: Bartlomiej Zolnierkiewicz \u003cB.Zolnierkiewicz@elka.pw.edu.pl\u003e\nCc: 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": "9f22271898707aed2f84cc75ab3bd109173cdbbf",
      "tree": "773c9c455c881a32ce5a5afd80dfe559ae10dc68",
      "parents": [
        "7b0c2d92180dbd9c7cd0c4b9bd38b06bb0f12843"
      ],
      "author": {
        "name": "Andreas Mohr",
        "email": "andi@rhlx01.fht-esslingen.de",
        "time": "Fri Jun 23 02:04:27 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Jun 23 07:42:57 2006 -0700"
      },
      "message": "[PATCH] make ACPI errata __read_mostly\n\nSigned-off-by: Andreas Mohr \u003candi@lisas.de\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "a73df4dfdb0e01a1cbf119416a00e520a5e22306",
      "tree": "4d75e3a690b9ad781dba21b1e12a1e3533e3028b",
      "parents": [
        "7f788435568795c4cd29301bb4ccf7aff54f5051"
      ],
      "author": {
        "name": "Al Viro",
        "email": "viro@zeniv.linux.org.uk",
        "time": "Fri Jun 23 02:04:10 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Jun 23 07:42:55 2006 -0700"
      },
      "message": "[PATCH] frv: ieee1394 is borken on frv\n\nThe ieee1394 assumes it may make direct use of -\u003ecount in the semaphore\nstructure.\n\nSigned-off-by: Al Viro \u003cviro@zeniv.linux.org.uk\u003e\nSigned-off-by: David Howells \u003cdhowells@redhat.com\u003e\nCc: Stefan Richter \u003cstefanr@s5r6.in-berlin.de\u003e\nCc: Ben Collins \u003cbcollins@ubuntu.com\u003e\nCc: Jody McIntyre \u003cscjody@modernduck.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "ffca11104c06aff1641b9787f9e5b1099187ff83",
      "tree": "b9fb644c7397113f6ac91aad9187cb2f9fe59944",
      "parents": [
        "0c426f26cce71626ed39cd7b9496ea7f460ea9d0"
      ],
      "author": {
        "name": "Al Viro",
        "email": "viro@zeniv.linux.org.uk",
        "time": "Fri Jun 23 02:04:09 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Jun 23 07:42:55 2006 -0700"
      },
      "message": "[PATCH] frv: initrd is grossly broken on frv (never built)\n\nThe FRV arch doesn\u0027t currently support initrd, so it should be disabled\nautomatically for the moment.\n\nSigned-off-by: Al Viro \u003cviro@zeniv.linux.org.uk\u003e\nSigned-off-by: David Howells \u003cdhowells@redhat.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "762834e8bf46bf41ce9034d062a7c1f8563175f3",
      "tree": "fb134ef41772ba61050a08cc4ed92c50cd057658",
      "parents": [
        "d6277db4ab271862ed599da08d78961c70f00002"
      ],
      "author": {
        "name": "Yasunori Goto",
        "email": "y-goto@jp.fujitsu.com",
        "time": "Fri Jun 23 02:03:19 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Jun 23 07:42:48 2006 -0700"
      },
      "message": "[PATCH] Unify pxm_to_node() and node_to_pxm()\n\nConsolidate the various arch-specific implementations of pxm_to_node() and\nnode_to_pxm() into a single generic version.\n\nSigned-off-by: Yasunori Goto \u003cy-goto@jp.fujitsu.com\u003e\nCc: \"Luck, Tony\" \u003ctony.luck@intel.com\u003e\nCc: Andi Kleen \u003cak@muc.de\u003e\nCc: Dave Hansen \u003chaveblue@us.ibm.com\u003e\nCc: \"Brown, Len\" \u003clen.brown@intel.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "454e2398be9b9fa30433fccc548db34d19aa9958",
      "tree": "1f61cb0c3716a33b661cfc8977e9beeb480a322c",
      "parents": [
        "1ad5544098a69d7dc1fa508cbb17e13a7a952fd8"
      ],
      "author": {
        "name": "David Howells",
        "email": "dhowells@redhat.com",
        "time": "Fri Jun 23 02:02:57 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Jun 23 07:42:45 2006 -0700"
      },
      "message": "[PATCH] VFS: Permit filesystem to override root dentry on mount\n\nExtend the get_sb() filesystem operation to take an extra argument that\npermits the VFS to pass in the target vfsmount that defines the mountpoint.\n\nThe filesystem is then required to manually set the superblock and root dentry\npointers.  For most filesystems, this should be done with simple_set_mnt()\nwhich will set the superblock pointer and then set the root dentry to the\nsuperblock\u0027s s_root (as per the old default behaviour).\n\nThe get_sb() op now returns an integer as there\u0027s now no need to return the\nsuperblock pointer.\n\nThis patch permits a superblock to be implicitly shared amongst several mount\npoints, such as can be done with NFS to avoid potential inode aliasing.  In\nsuch a case, simple_set_mnt() would not be called, and instead the mnt_root\nand mnt_sb would be set directly.\n\nThe patch also makes the following changes:\n\n (*) the get_sb_*() convenience functions in the core kernel now take a vfsmount\n     pointer argument and return an integer, so most filesystems have to change\n     very little.\n\n (*) If one of the convenience function is not used, then get_sb() should\n     normally call simple_set_mnt() to instantiate the vfsmount. This will\n     always return 0, and so can be tail-called from get_sb().\n\n (*) generic_shutdown_super() now calls shrink_dcache_sb() to clean up the\n     dcache upon superblock destruction rather than shrink_dcache_anon().\n\n     This is required because the superblock may now have multiple trees that\n     aren\u0027t actually bound to s_root, but that still need to be cleaned up. The\n     currently called functions assume that the whole tree is rooted at s_root,\n     and that anonymous dentries are not the roots of trees which results in\n     dentries being left unculled.\n\n     However, with the way NFS superblock sharing are currently set to be\n     implemented, these assumptions are violated: the root of the filesystem is\n     simply a dummy dentry and inode (the real inode for \u0027/\u0027 may well be\n     inaccessible), and all the vfsmounts are rooted on anonymous[*] dentries\n     with child trees.\n\n     [*] Anonymous until discovered from another tree.\n\n (*) The documentation has been adjusted, including the additional bit of\n     changing ext2_* into foo_* in the documentation.\n\n[akpm@osdl.org: convert ipath_fs, do other stuff]\nSigned-off-by: David Howells \u003cdhowells@redhat.com\u003e\nAcked-by: Al Viro \u003cviro@zeniv.linux.org.uk\u003e\nCc: Nathan Scott \u003cnathans@sgi.com\u003e\nCc: Roland Dreier \u003crolandd@cisco.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "1ad5544098a69d7dc1fa508cbb17e13a7a952fd8",
      "tree": "60eb468a15572cbecd167286b5a91d22e8bd1710",
      "parents": [
        "5fa21d821f6972e70942f2c555ec29dde962bdb2"
      ],
      "author": {
        "name": "Rachita Kothiyal",
        "email": "rachita@in.ibm.com",
        "time": "Fri Jun 23 02:02:56 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Jun 23 07:42:44 2006 -0700"
      },
      "message": "[PATCH] Fix cdrom being confused on using kdump\n\nI have seen the cdrom drive appearing confused on using kdump on certain\nx86_64 systems.  During the booting up of the second kernel, the following\nmessage would keep flooding the console, and the booting would not proceed\nany further.\n\nhda: cdrom_pc_intr: The drive appears confused (ireason \u003d 0x01)\n\nIn this patch, whenever we are hitting a confused state in the interrupt\nhandler with the DRQ set, we end the request and return ide_stopped.  Using\nthis I dont see the status error.\n\nSigned-off-by: Rachita Kothiyal \u003crachita@in.ibm.com\u003e\nAcked-by: Jens Axboe \u003caxboe@suse.de\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "5fa21d821f6972e70942f2c555ec29dde962bdb2",
      "tree": "fbe0a083ce7fc7ddb58cd452d5598662acac325b",
      "parents": [
        "8542e5893c2b10b4f6c80149e7dc3fdd2dc38bc6",
        "5d9fd169c9fbdaecdc430431e59bf94ff40b93d3"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Jun 22 23:09:42 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Jun 22 23:09:42 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  [PATCH] Driver core: fix locking issues with the devices that are attached to classes\n  [PATCH] USB: get USB suspend to work again\n"
    },
    {
      "commit": "5d9fd169c9fbdaecdc430431e59bf94ff40b93d3",
      "tree": "11afe01918373ecbfe9097b084a1cc88d706f1a4",
      "parents": [
        "0517587e5896cef1d5f99d3b24f5f2ca15d952ad"
      ],
      "author": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Thu Jun 22 17:17:32 2006 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Thu Jun 22 22:54:30 2006 -0700"
      },
      "message": "[PATCH] Driver core: fix locking issues with the devices that are attached to classes\n\nDoh, that was foolish...\n\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "0517587e5896cef1d5f99d3b24f5f2ca15d952ad",
      "tree": "8f96898bc231018e899ae92c5e2542fe13a7e9d8",
      "parents": [
        "c71bd6944eb1458b7887af1783101f5a46140c40"
      ],
      "author": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Thu Jun 22 13:29:52 2006 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Thu Jun 22 22:54:23 2006 -0700"
      },
      "message": "[PATCH] USB: get USB suspend to work again\n\nYeah, it\u0027s a hack, but it is only temporary until Alan\u0027s patches\nreworking this area make it in.  We really should not care what devices\nbelow us are doing, especially when we do not really know what type of\ndevices they are.  This patch relies on the fact that the endpoint\ndevices do not have a driver assigned to us.\n\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "8542e5893c2b10b4f6c80149e7dc3fdd2dc38bc6",
      "tree": "a02ec337d6d6e4b30cd0b4d8968116a32c59357c",
      "parents": [
        "6f3cafce0ed24372084b5648c9e8a6aacbaf9900",
        "b44fb7a09e6bb7d77c1b4b402591f6f953c1e51c"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Jun 22 22:47:06 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Jun 22 22:47:06 2006 -0700"
      },
      "message": "Merge branch \u0027devel\u0027 of master.kernel.org:/home/rmk/linux-2.6-mmc\n\n* \u0027devel\u0027 of master.kernel.org:/home/rmk/linux-2.6-mmc:\n  [ARM] 3565/1: AT91RM9200 MMC update\n  [MMC] Convert all hosts except mmci to use data-\u003eblksz\n"
    },
    {
      "commit": "6f3cafce0ed24372084b5648c9e8a6aacbaf9900",
      "tree": "a20de49dbad477a608d1df3ce19f3eeb68417585",
      "parents": [
        "0c97f524fc16004602f97ba19c36acdcc0fb9688",
        "02916526133aebc0b3b6c486d1b0af95221033bd"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Jun 22 22:46:28 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Jun 22 22:46:28 2006 -0700"
      },
      "message": "Merge branch \u0027devel\u0027 of master.kernel.org:/home/rmk/linux-2.6-arm\n\n* \u0027devel\u0027 of master.kernel.org:/home/rmk/linux-2.6-arm: (21 commits)\n  [ARM] 3629/1: S3C24XX: fix missing bracket in regs-dsc.h\n  [ARM] 3537/1: Rework DMA-bounce locking for finer granularity\n  [ARM] 3601/1: i.MX/MX1 DMA error handling for signaled channels only\n  [ARM] 3597/1: ixp4xx/nslu2: Board support for new LED subsystem\n  [ARM] 3595/1: ixp4xx/nas100d: Board support for new LED subsystem\n  [ARM] 3626/1: ARM EABI: fix syscall restarting\n  [ARM] 3628/1: S3C24XX: add get_rate call to struct clk\n  [ARM] 3627/1: S3C24XX: split s3c2410 clocks from core clocks\n  [ARM] 3613/1: S3C2410: Add sysdev and sysclass\n  [ARM] 3624/1: Report true modem control line states\n  [ARM] 3620/2: ixp23xx: add uengine loader support\n  [ARM] 3618/1: add defconfig for logicpd pxa270 card engine\n  [ARM] 3617/1: ep93xx: fix slightly incorrect timer tick rate\n  [ARM] 3616/1: fix timer handler wrap logic for a number of platforms\n  [ARM] 3615/1: ixp23xx: use platform devices for physmap flash\n  [ARM] 3614/1: ep93xx: use platform devices for physmap flash\n  [ARM] 3621/1: fix compilation breakage for pnx4008\n  [ARM] 3623/1: pnx4008: move GPIO-related defines to gpio.h\n  [ARM] 3622/1: pnx4008: remove clk_use/clk_unuse\n  [ARM] Enable VFP to be built when non-VFP capable CPUs are selected\n  ...\n"
    },
    {
      "commit": "0c97f524fc16004602f97ba19c36acdcc0fb9688",
      "tree": "c413a5d51dec3ddbe5f2e5cb0ea828976538168f",
      "parents": [
        "c71bd6944eb1458b7887af1783101f5a46140c40",
        "4faf4e0e7d4e1935fbfc5043d3ebd8d51a3d898d"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Jun 22 22:45:53 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Jun 22 22:45:53 2006 -0700"
      },
      "message": "Merge branch \u0027devel\u0027 of master.kernel.org:/home/rmk/linux-2.6-serial\n\n* \u0027devel\u0027 of master.kernel.org:/home/rmk/linux-2.6-serial:\n  [ARM] 3600/1: increase amba-pl010 UART_NR to 8\n  [ARM] 3571/1: netX: serial driver for Hilscher netX\n"
    },
    {
      "commit": "c71bd6944eb1458b7887af1783101f5a46140c40",
      "tree": "97a7f30a1fb5b3cde3d9f3108779e612960056da",
      "parents": [
        "065a3e17baa36d1d48eb7376138820035b44775e",
        "4ec223d02f4d5f5a3129edc0e3d22550d6ac8a32"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Jun 22 22:40:00 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Jun 22 22:40:00 2006 -0700"
      },
      "message": "Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/cpufreq\n\n* master.kernel.org:/pub/scm/linux/kernel/git/davej/cpufreq:\n  [CPUFREQ] Fix ondemand vs suspend deadlock\n  [CPUFREQ] Fix powernow-k8 SMP kernel on UP hardware bug.\n  [PATCH] redirect speedstep-centrino maintainer mail to cpufreq list\n  [CPUFREQ] correct powernow-k8 fid/vid masks for extended parts\n  [CPUFREQ] Clarify powernow-k8 cpu_family statements\n"
    },
    {
      "commit": "065a3e17baa36d1d48eb7376138820035b44775e",
      "tree": "556abb5dbeaad98fc5a66bd56f6a647dfbd22182",
      "parents": [
        "45c091bb2d453ce4a8b06cf19872ec7a77fc4799",
        "bfcbb00855db21dacd3c154ea13ec3fdd98e747b"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Jun 22 22:15:09 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Jun 22 22:15:09 2006 -0700"
      },
      "message": "Merge branch \u0027upstream-linus\u0027 of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6\n\n* \u0027upstream-linus\u0027 of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6: (33 commits)\n  [PATCH] myri10ge - drop workaround pci_save_state() disabling MSI\n  [PATCH] myri10ge - drop workaround for the missing AER ext cap on nVidia CK804\n  via-velocity: the link is not correctly detected when the device starts\n  [PATCH] add b44 to maintainers\n  [PATCH] WAN: ioremap() failure checks in drivers\n  [PATCH] WAN: register_hdlc_device() doesn\u0027t need dev_alloc_name()\n  [PATCH] skb_padto()-area fixes in 8390, wavelan\n  [PATCH] make drivers/net/forcedeth.c:nv_update_pause() static\n  [PATCH] network driver for Hilscher netx\n  [PATCH] Dereference in tokenring/olympic.c\n  [PATCH] Array overrun in drivers/net/wireless/wavelan.c\n  [PATCH] Remove useless check in drivers/net/pcmcia/xirc2ps_cs.c\n  [PATCH] 8139cp: add ethtool eeprom support\n  [PATCH] 8139cp: fix eeprom read command length\n  [PATCH] b44: update b44 Kconfig entry\n  [PATCH] b44: update version to 1.01\n  [PATCH] b44: add wol for old nic\n  [PATCH] b44: add parameter\n  [PATCH] b44: add wol\n  [PATCH] b44: fix manual speed/duplex/autoneg settings\n  ...\n"
    },
    {
      "commit": "45c091bb2d453ce4a8b06cf19872ec7a77fc4799",
      "tree": "06fb2e05518ebfba163f8424e028e7faf5672d66",
      "parents": [
        "d588fcbe5a7ba8bba2cebf7799ab2d573717a806",
        "2191fe3e39159e3375f4b7ec1420df149f154101"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Jun 22 22:11:30 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Jun 22 22:11:30 2006 -0700"
      },
      "message": "Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc\n\n* git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc: (139 commits)\n  [POWERPC] re-enable OProfile for iSeries, using timer interrupt\n  [POWERPC] support ibm,extended-*-frequency properties\n  [POWERPC] Extra sanity check in EEH code\n  [POWERPC] Dont look for class-code in pci children\n  [POWERPC] Fix mdelay badness on shared processor partitions\n  [POWERPC] disable floating point exceptions for init\n  [POWERPC] Unify ppc syscall tables\n  [POWERPC] mpic: add support for serial mode interrupts\n  [POWERPC] pseries: Print PCI slot location code on failure\n  [POWERPC] spufs: one more fix for 64k pages\n  [POWERPC] spufs: fail spu_create with invalid flags\n  [POWERPC] spufs: clear class2 interrupt status before wakeup\n  [POWERPC] spufs: fix Makefile for \"make clean\"\n  [POWERPC] spufs: remove stop_code from struct spu\n  [POWERPC] spufs: fix spu irq affinity setting\n  [POWERPC] spufs: further abstract priv1 register access\n  [POWERPC] spufs: split the Cell BE support into generic and platform dependant parts\n  [POWERPC] spufs: dont try to access SPE channel 1 count\n  [POWERPC] spufs: use kzalloc in create_spu\n  [POWERPC] spufs: fix initial state of wbox file\n  ...\n\nManually resolved conflicts in:\n\tdrivers/net/phy/Makefile\n\tinclude/asm-powerpc/spu.h\n"
    },
    {
      "commit": "bfcbb00855db21dacd3c154ea13ec3fdd98e747b",
      "tree": "507cfad1eb90150516984d964580c19127233b3c",
      "parents": [
        "69eb887b0c2380791d33f7c07bfba88d7c5cef15"
      ],
      "author": {
        "name": "Brice Goglin",
        "email": "brice@myri.com",
        "time": "Thu Jun 22 21:12:36 2006 -0400"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Thu Jun 22 23:35:19 2006 -0400"
      },
      "message": "[PATCH] myri10ge - drop workaround pci_save_state() disabling MSI \n\nWe don\u0027t need to restore the state right after saving it for later recovery\nsince commit 99dc804d9bcc2c53f4c20c291bf4e185312a1a0c (PCI: disable msi mode\nin pci_disable_device) now prevents pci_save_state() from disabling MSI.\n\nSigned-off-by: Brice Goglin \u003cbrice@myri.com\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "69eb887b0c2380791d33f7c07bfba88d7c5cef15",
      "tree": "c825bedddbc9fd6fd3094aff7d74af7e95a5b1d9",
      "parents": [
        "af57d238aa2107e1b45d8dacad6e50db938f0567"
      ],
      "author": {
        "name": "Brice Goglin",
        "email": "brice@myri.com",
        "time": "Thu Jun 22 21:11:59 2006 -0400"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Thu Jun 22 23:35:19 2006 -0400"
      },
      "message": "[PATCH] myri10ge - drop workaround for the missing AER ext cap on nVidia CK804 \n\nWe don\u0027t need to hardcode the AER capability of the nVidia CK804 chipset\nanymore since commit cf34a8e07f02c76f3f1232eecb681301a3d7b10b (PCI: nVidia\nquirk to make AER PCI-E extended capability visible) now makes sure that\nthis cap will be available to pci_find_ext_capability().\n\nSigned-off-by: Brice Goglin \u003cbrice@myri.com\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "af57d238aa2107e1b45d8dacad6e50db938f0567",
      "tree": "c3ce4b9aa7a12e2b48a36fa01fef2190f13fc05c",
      "parents": [
        "39105890516b06319ffcf5ef0d0cea6c7f65bc96",
        "8a22dddb2a5b5834577afd9e25b5392218715611"
      ],
      "author": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Thu Jun 22 23:33:23 2006 -0400"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Thu Jun 22 23:33:23 2006 -0400"
      },
      "message": "Merge branch \u0027upstream\u0027 of git://electric-eye.fr.zoreil.com/home/romieu/linux-2.6 into upstream\n"
    },
    {
      "commit": "4446065a2c9b65398ceb115f4d8c256eb1bb9647",
      "tree": "cdaa04d42876632e0df95054d46851cac6648ce3",
      "parents": [
        "4a31e348e3ecaf54c50240109ac4574b180f8840"
      ],
      "author": {
        "name": "Krzysztof Halasa",
        "email": "khc@pm.waw.pl",
        "time": "Thu Jun 22 22:29:28 2006 +0200"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Thu Jun 22 23:32:03 2006 -0400"
      },
      "message": "[PATCH] WAN: ioremap() failure checks in drivers\n\nEric Sesterhenn found that pci200syn initialization lacks return\nstatement in ioremap() error path (coverity bug id #195). It looks\nlike more WAN drivers have problems with ioremap().\n\nSigned-off-by: Krzysztof Halasa \u003ckhc@pm.waw.pl\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "4a31e348e3ecaf54c50240109ac4574b180f8840",
      "tree": "319978d90b95c7f1d4bf1fdfc552dc8850f330e7",
      "parents": [
        "aa95abefccc25efea5c8654bc3475e8161319b94"
      ],
      "author": {
        "name": "Krzysztof Halasa",
        "email": "khc@pm.waw.pl",
        "time": "Thu Jun 22 22:20:19 2006 +0200"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Thu Jun 22 23:32:03 2006 -0400"
      },
      "message": "[PATCH] WAN: register_hdlc_device() doesn\u0027t need dev_alloc_name()\n\nDavid Boggs noticed that register_hdlc_device() no longer needs\nto call dev_alloc_name() as it\u0027s called by register_netdev().\nregister_hdlc_device() is currently equivalent to register_netdev().\n\nhdlc_setup() is now EXPORTed as per David\u0027s request.\n\nSigned-off-by: Krzysztof Halasa \u003ckhc@pm.waw.pl\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "aa95abefccc25efea5c8654bc3475e8161319b94",
      "tree": "cd2611a0998be1e68ce10d3a5cd6d7e4c6810a03",
      "parents": [
        "c7985051dec26dc5ae2562a975a0b37b70621f3f"
      ],
      "author": {
        "name": "Alan Cox",
        "email": "alan@lxorguk.ukuu.org.uk",
        "time": "Thu Jun 22 14:25:34 2006 +0100"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Thu Jun 22 23:32:02 2006 -0400"
      },
      "message": "[PATCH] skb_padto()-area fixes in 8390, wavelan\n\nAr Iau, 2006-06-22 am 21:29 +1000, ysgrifennodd Herbert Xu:\n\u003e Alan Cox \u003calan@lxorguk.ukuu.org.uk\u003e wrote:\n\u003e \u003e\n\u003e \u003e The 8390 change (corrected version) also makes 8390.c faster so should\n\u003e \u003e be applied anyway, and the orinoco one fixes some code that isn\u0027t even\n\u003e \u003e needed and someone forgot to remove long ago. Otherwise the skb_padto\n\u003e\n\u003e Yeah I agree totally.  However, I haven\u0027t actually seen the fixed 8390\n\u003e version being posted yet or at least not to netdev :)\n\nAh the resounding clang of a subtle hint ;)\n\nSigned-off-by: Alan Cox \u003calan@redhat.com\u003e\n\n- Return 8390.c to the old way of handling short packets (which is also\nfaster)\n\n- Remove the skb_padto from orinoco. This got left in when the padding bad\nwrite patch was added and is actually not needed. This is fixing a merge\nerror way back when.\n\n- Wavelan can also use the stack based buffer trick if you want\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "c7985051dec26dc5ae2562a975a0b37b70621f3f",
      "tree": "390de4b741a22c8a18e6ce6203ef25b709d9a8e4",
      "parents": [
        "92aa674d721d089c440301ab95cb6be19c78727e"
      ],
      "author": {
        "name": "Adrian Bunk",
        "email": "bunk@stusta.de",
        "time": "Thu Jun 22 12:03:29 2006 +0200"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Thu Jun 22 23:31:06 2006 -0400"
      },
      "message": "[PATCH] make drivers/net/forcedeth.c:nv_update_pause() static\n\nThis patch makes the needlessly global nv_update_pause() static.\n\nSigned-off-by: Adrian Bunk \u003cbunk@stusta.de\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "92aa674d721d089c440301ab95cb6be19c78727e",
      "tree": "f5114973b0e5a975035664b48f44217802b4b6b1",
      "parents": [
        "6d56ab936237b429366ade0d2a1540c7e41beb87"
      ],
      "author": {
        "name": "Sascha Hauer",
        "email": "s.hauer@pengutronix.de",
        "time": "Thu Jun 22 07:11:13 2006 +0200"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Thu Jun 22 23:28:05 2006 -0400"
      },
      "message": "[PATCH] network driver for Hilscher netx\n\nThis is a patch for the Hilscher netx builtin ethernet ports. The\nnetx board support was merged into 2.6.17-git2.\nThe netx is a arm926 based SoC.\n\nSigned-off-by: Robert Schwebel \u003cr.schwebel@pengutronix.de\u003e\nSigned-off-by: Sascha Hauer \u003cs.hauer@pengutronix.de\u003e\n\n--\n drivers/net/Kconfig             |   11\n drivers/net/Makefile            |    1\n drivers/net/netx-eth.c          |  516 ++++++++++++++++++++++++++++++++++++++++\n include/asm-arm/arch-netx/eth.h |   27 ++\n 4 files changed, 555 insertions(+)\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "6d56ab936237b429366ade0d2a1540c7e41beb87",
      "tree": "6e767fd02c7c43aa72d600bdb5057c14dd05d56f",
      "parents": [
        "a192491ad58098f2c57d2d1efe721ea0634dc0aa"
      ],
      "author": {
        "name": "Eric Sesterhenn",
        "email": "snakebyte@gmx.de",
        "time": "Wed Jun 21 16:17:17 2006 +0200"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Thu Jun 22 23:24:18 2006 -0400"
      },
      "message": "[PATCH] Dereference in tokenring/olympic.c\n\nhi,\n\ncoverity found (bug id #225) that we might call free_netdev()\nwith NULL argument, when alloc_trdev() fails. This patch\nchanges the goto, so we dont call free_netdev() for\ndev \u003d\u003d NULL.\n\nSigned-off-by: Eric Sesterhenn \u003csnakebyte@gmx.de\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "a192491ad58098f2c57d2d1efe721ea0634dc0aa",
      "tree": "7a8ef6923e28dcec98f0a6d5bd2c3246cd01eacf",
      "parents": [
        "da4f5ccf6040b998b64c60db8fa5f4ee03fdaf95"
      ],
      "author": {
        "name": "Eric Sesterhenn",
        "email": "snakebyte@gmx.de",
        "time": "Wed Jun 21 16:40:24 2006 +0200"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Thu Jun 22 23:24:18 2006 -0400"
      },
      "message": "[PATCH] Array overrun in drivers/net/wireless/wavelan.c\n\nhi,\n\nthis is another array overrun spotted by coverity (#id 507)\nwe should check the index against array size before using it.\nNot sure why the driver doesnt use ARRAY_SIZE instead of its\nown macro.\n\nSigned-off-by: Eric Sesterhenn \u003csnakebyte@gmx.de\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "da4f5ccf6040b998b64c60db8fa5f4ee03fdaf95",
      "tree": "f150dbaf402cc48baca720749135ff47987ff87e",
      "parents": [
        "722fdb33591bc7308a661913fb2f829128236b6f"
      ],
      "author": {
        "name": "Eric Sesterhenn",
        "email": "snakebyte@gmx.de",
        "time": "Wed Jun 21 16:10:48 2006 +0200"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Thu Jun 22 23:22:17 2006 -0400"
      },
      "message": "[PATCH] Remove useless check in drivers/net/pcmcia/xirc2ps_cs.c\n\nhi,\n\ncoverity choked at this check (id #223), assuming that\nskb might be NULL and used anyways later. Since\nstart_hard_xmit() always gets called with a valid\nskb, the check is useless and this patch removes it.\n\nSigned-off-by: Eric Sesterhenn \u003csnakebyte@gmx.de\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "722fdb33591bc7308a661913fb2f829128236b6f",
      "tree": "6b8612e0f72f1ae26adb7d7f07a60e5f1a8bdf60",
      "parents": [
        "d73f1e3c3b0703e25728ce5bdda9806d6f2c576f"
      ],
      "author": {
        "name": "Philip Craig",
        "email": "philipc@snapgear.com",
        "time": "Wed Jun 21 11:33:27 2006 +1000"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Thu Jun 22 23:20:29 2006 -0400"
      },
      "message": "[PATCH] 8139cp: add ethtool eeprom support\n\nImplement the ethtool eeprom operations for the 8139cp driver.\nTested on x86 and big-endian ARM.\n\nSigned-off-by: Philip Craig \u003cphilipc@snapgear.com\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "d73f1e3c3b0703e25728ce5bdda9806d6f2c576f",
      "tree": "5bb928aa9d053bf14cc5a2a2eeb63e6ffa6160d6",
      "parents": [
        "fc13dcae24bfd877aeff07774c035b2b896e05ca"
      ],
      "author": {
        "name": "Philip Craig",
        "email": "philipc@snapgear.com",
        "time": "Wed Jun 21 11:33:26 2006 +1000"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Thu Jun 22 23:20:29 2006 -0400"
      },
      "message": "[PATCH] 8139cp: fix eeprom read command length\n\nThe read command for the 93C46/93C56 EEPROMS should be 3 bits plus\nthe address.  This doesn\u0027t appear to affect the operation of the\nread command, but similar errors for write commands do cause failures.\n\nSigned-off-by: Philip Craig \u003cphilipc@snapgear.com\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "fc13dcae24bfd877aeff07774c035b2b896e05ca",
      "tree": "0127b4e01a4c672520b9521c53b144ab1e24ca89",
      "parents": [
        "4d1dabdb52ee49f24cf874b6af2cd2c9efd9444a"
      ],
      "author": {
        "name": "Gary Zambrano",
        "email": "zambrano@broadcom.com",
        "time": "Tue Jun 20 15:34:46 2006 -0700"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Thu Jun 22 23:16:13 2006 -0400"
      },
      "message": "[PATCH] b44: update b44 Kconfig entry\n\nDeleted \"EXPERIMENTAL\" from b44 entry in Kconfig.\n\nSigned-off-by: Gary Zambrano \u003czambrano@broadcom.com\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "4d1dabdb52ee49f24cf874b6af2cd2c9efd9444a",
      "tree": "1e5584a3d9fc9ed073380046438bfbf0d7e1c702",
      "parents": [
        "725ad800b73a71fe91bfd8859f928852de688ea0"
      ],
      "author": {
        "name": "Gary Zambrano",
        "email": "zambrano@broadcom.com",
        "time": "Tue Jun 20 15:34:40 2006 -0700"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Thu Jun 22 23:16:13 2006 -0400"
      },
      "message": "[PATCH] b44: update version to 1.01\n\nUpdate the driver version to 1.01\n\nSigned-off-by: Gary Zambrano \u003czambrano@broadcom.com\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "725ad800b73a71fe91bfd8859f928852de688ea0",
      "tree": "1612e231baf1bd861c7a5724949a0b7b91966314",
      "parents": [
        "00e8b3aa1cfd7577fd4019a24f7c3980506f83f3"
      ],
      "author": {
        "name": "Gary Zambrano",
        "email": "zambrano@broadcom.com",
        "time": "Tue Jun 20 15:34:36 2006 -0700"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Thu Jun 22 23:16:13 2006 -0400"
      },
      "message": "[PATCH] b44: add wol for old nic\n\nThis patch adds wol support for the older 440x nics that use pattern matching.\nThis patch is a redo thanks to feedback from Michael Chan and Francois Romieu.\n\nSigned-off-by: Gary Zambrano  \u003czambrano@broadcom.com\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "00e8b3aa1cfd7577fd4019a24f7c3980506f83f3",
      "tree": "bcdc179045db7ba908671ec864caf3cca74282ae",
      "parents": [
        "52cafd965507b7a7bb962486539f6d7422552692"
      ],
      "author": {
        "name": "Gary Zambrano",
        "email": "zambrano@broadcom.com",
        "time": "Tue Jun 20 15:34:26 2006 -0700"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Thu Jun 22 23:16:13 2006 -0400"
      },
      "message": "[PATCH] b44: add parameter\n\nThis patch adds a parameter to init_hw() to not completely initialize\nthe nic for wol.\n\nSigned-off-by: Gary Zambrano \u003czambrano@broadcom.com\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "52cafd965507b7a7bb962486539f6d7422552692",
      "tree": "629aa6883f073b1d28fad4340f3d4d3f5c124230",
      "parents": [
        "47b9c3b1e6afa3c40e3ac1822cd13946567b5955"
      ],
      "author": {
        "name": "Gary Zambrano",
        "email": "zambrano@broadcom.com",
        "time": "Tue Jun 20 15:34:23 2006 -0700"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Thu Jun 22 23:16:13 2006 -0400"
      },
      "message": "[PATCH] b44: add wol\n\nAdds wol to the driver.\nThis is a redo of a previous patch thanks to feedback from Francois Romieu.\n\nSigned-off-by Gary Zambrano \u003czambrano@broadcom.com\u003e\n\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "47b9c3b1e6afa3c40e3ac1822cd13946567b5955",
      "tree": "21316fb2f44240c9eb123367097b2e41a43a1ecc",
      "parents": [
        "00e5edcbfdb7030f6cbb8d5d89fdc2848133a182"
      ],
      "author": {
        "name": "Gary Zambrano",
        "email": "zambrano@broadcom.com",
        "time": "Tue Jun 20 15:34:15 2006 -0700"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Thu Jun 22 23:16:13 2006 -0400"
      },
      "message": "[PATCH] b44: fix manual speed/duplex/autoneg settings\n\nFixes for speed/duplex/autoneg settings and driver settings info.\nThis is a redo of a previous patch thanks to feedback from Jeff Garzik.\n\nSigned-off-by: Gary Zambrano \u003czambrano@broadcom.com\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "00e5edcbfdb7030f6cbb8d5d89fdc2848133a182",
      "tree": "db1e8bc9e3ff9adbf78b7695bd566f9681567e98",
      "parents": [
        "427d269f17fd02d192e9ae3bd93bdc07790fa02c"
      ],
      "author": {
        "name": "Andrew Victor",
        "email": "andrew@sanpeople.com",
        "time": "Tue Jun 20 12:19:13 2006 +0200"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Thu Jun 22 22:56:21 2006 -0400"
      },
      "message": "[PATCH] AT91RM9200 Ethernet #4: Suspend/Resume\n\nAdds power-management (suspend/resume) support to the AT91RM9200\nEthernet driver.\nPatch from David Brownell.\n\nSigned-off-by: Andrew Victor \u003candrew@sanpeople.com\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "427d269f17fd02d192e9ae3bd93bdc07790fa02c",
      "tree": "2bb5f446e7e134173a7b83a4940d147dd88a2c19",
      "parents": [
        "ca5585ed248dc01ce918002ee9a9c9c41ae4f7c0"
      ],
      "author": {
        "name": "Andrew Victor",
        "email": "andrew@sanpeople.com",
        "time": "Tue Jun 20 12:10:57 2006 +0200"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Thu Jun 22 22:56:21 2006 -0400"
      },
      "message": "[PATCH] AT91RM9200 Ethernet #3: Cleanup\n\nMoved global ether_clk variable into controller data structure.\nPatch from David Brownell.\n\nDavicom 9161 PHY was being incorrectly displayed as \"9196\".\nPatch from Brian Stafford.\n\nclk_get() doesn\u0027t return NULL on error, so the return value needs to be\ntested with IS_ERR().\n\nWhitespace cleanup.\n\nSigned-off-by: Andrew Victor \u003candrew@sanpeople.com\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "ca5585ed248dc01ce918002ee9a9c9c41ae4f7c0",
      "tree": "354844b9b92c9694625b805b7044ded9c9abe1c6",
      "parents": [
        "775637df0caccc204628ebacca2b07f35c88b96b"
      ],
      "author": {
        "name": "Andrew Victor",
        "email": "andrew@sanpeople.com",
        "time": "Tue Jun 20 11:59:05 2006 +0200"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Thu Jun 22 22:56:21 2006 -0400"
      },
      "message": "[PATCH] AT91RM9200 Ethernet #2: MII interface\n\nAdds support for the MII ioctls via generic_mii_ioctl().\nPatch from Brian Stafford.\n\nSet the mii.phy_id to the detected PHY address, otherwise ethtool cannot\naccess PHYs other than 0.\nPatch from Roman Kolesnikov.\n\nSigned-off-by: Andrew Victor \u003candrew@sanpeople.com\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "775637df0caccc204628ebacca2b07f35c88b96b",
      "tree": "837b379c417d2bd39f92ede7036642c12f47b014",
      "parents": [
        "d955d90b90db4b3ac2a3e56d271f372c41fb00d6"
      ],
      "author": {
        "name": "Andrew Victor",
        "email": "andrew@sanpeople.com",
        "time": "Tue Jun 20 11:50:23 2006 +0200"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Thu Jun 22 22:56:21 2006 -0400"
      },
      "message": "[PATCH] AT91RM9200 Ethernet #1: Link poll\n\nFor Ethernet PHYs that don\u0027t have an IRQ pin or boards that don\u0027t\nconnect the IRQ pin to the processor, we enable a timer to poll the\nPHY\u0027s link state.\n\nPatch originally supplied by Eric Benard and Roman Kolesnikov.\n\nSigned-off-by: Andrew Victor \u003candrew@sanpeople.com\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "d955d90b90db4b3ac2a3e56d271f372c41fb00d6",
      "tree": "ef769c3b50bebc185785a0cff1bb1d20b779656b",
      "parents": [
        "dbe1ab9514c231c9b062140a107d9dea0eabefcc"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Jun 17 18:57:39 2006 +0100"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Thu Jun 22 22:52:35 2006 -0400"
      },
      "message": "[PATCH] IP27: Really set PCI64_ATTR_VIRTUAL, not PCI64_ATTR_PREC.\n\nIOC3\u0027s homegrown DMA mapping functions that are used to optimize things\na little on IP27 set the wrong bit.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "dbe1ab9514c231c9b062140a107d9dea0eabefcc",
      "tree": "0001c7143cf923fc704215f0a0e54221e9e5cbb9",
      "parents": [
        "612eff0e3715a6faff5ba1b74873b99e036c59fe",
        "d588fcbe5a7ba8bba2cebf7799ab2d573717a806"
      ],
      "author": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Thu Jun 22 22:51:46 2006 -0400"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Thu Jun 22 22:51:46 2006 -0400"
      },
      "message": "Merge branch \u0027master\u0027 into upstream\n"
    },
    {
      "commit": "8a22dddb2a5b5834577afd9e25b5392218715611",
      "tree": "987fb5c1b8a6ce4d0437b675909e4505a09144d7",
      "parents": [
        "612eff0e3715a6faff5ba1b74873b99e036c59fe"
      ],
      "author": {
        "name": "Francois Romieu",
        "email": "romieu@fr.zoreil.com",
        "time": "Fri Jun 23 00:47:06 2006 +0200"
      },
      "committer": {
        "name": "Francois Romieu",
        "email": "romieu@electric-eye.fr.zoreil.com",
        "time": "Fri Jun 23 01:18:35 2006 +0200"
      },
      "message": "via-velocity: the link is not correctly detected when the device starts\n\nThe patch fixes http://bugzilla.kernel.org/show_bug.cgi?id\u003d6711\n\nSigned-off-by: Roy Marples \u003cuberlord@gentoo.org\u003e\nSigned-off-by: Francois Romieu \u003cromieu@fr.zoreil.com\u003e\n"
    },
    {
      "commit": "d588fcbe5a7ba8bba2cebf7799ab2d573717a806",
      "tree": "2c82f5d26bd9f2e2f82711ef58f3c7a1b6a9a4df",
      "parents": [
        "eaa8568901b3164197ce727c4c9b4067383e526c",
        "4941b395b3c2635a8c16d88791a789fb6ac6be43"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Jun 22 15:08:56 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Jun 22 15:08:56 2006 -0700"
      },
      "message": "Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/i2c-2.6\n\n* master.kernel.org:/pub/scm/linux/kernel/git/gregkh/i2c-2.6: (44 commits)\n  [PATCH] I2C: I2C controllers go into right place on sysfs\n  [PATCH] hwmon-vid: Add support for Intel Core and Conroe\n  [PATCH] lm70: New hardware monitoring driver\n  [PATCH] hwmon: Fix the Kconfig header\n  [PATCH] i2c-i801: Merge setup function\n  [PATCH] i2c-i801: Better pci subsystem integration\n  [PATCH] i2c-i801: Cleanups\n  [PATCH] i2c-i801: Remove PCI function check\n  [PATCH] i2c-i801: Remove force_addr parameter\n  [PATCH] i2c-i801: Fix block transaction poll loops\n  [PATCH] scx200_acb: Documentation update\n  [PATCH] scx200_acb: Mark scx200_acb_probe __init\n  [PATCH] scx200_acb: Use PCI I/O resource when appropriate\n  [PATCH] i2c: Mark block write buffers as const\n  [PATCH] i2c-ocores: Minor cleanups\n  [PATCH] abituguru: Fix fan detection\n  [PATCH] abituguru: Review fixes\n  [PATCH] abituguru: New hardware monitoring driver\n  [PATCH] w83792d: Add missing data access locks\n  [PATCH] w83792d: Fix setting the PWM value\n  ...\n"
    },
    {
      "commit": "eaa8568901b3164197ce727c4c9b4067383e526c",
      "tree": "6dc48f016cfff6e1e5ce9278be819e1b651027b0",
      "parents": [
        "6c763eb9ead86c612492b59287b36c0dcf7d09b1",
        "c6976a4eb3c9ead165de950899b45db0840b8e30"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Jun 22 15:08:34 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Jun 22 15:08:34 2006 -0700"
      },
      "message": "Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/w1-2.6\n\n* master.kernel.org:/pub/scm/linux/kernel/git/gregkh/w1-2.6:\n  [PATCH] w1: warning fix\n  [PATCH] w1: clean up W1_CON dependency.\n  [PATCH] drivers/w1/w1.c: fix a compile error\n  [PATCH] W1: fix dependencies of W1_SLAVE_DS2433_CRC\n  [PATCH] W1: possible cleanups\n  [PATCH] W1: cleanups\n  [PATCH] w1 exports\n  [PATCH] w1: Use mutexes instead of semaphores.\n  [PATCH] w1: Make w1 connector notifications depend on connector.\n  [PATCH] w1: netlink: Mark netlink group 1 as unused.\n  [PATCH] w1: Move w1-connector definitions into linux/include/connector.h\n  [PATCH] w1: Userspace communication protocol over connector.\n  [PATCH] w1: Replace dscore and ds_w1_bridge with ds2490 driver.\n  [PATCH] w1: Added default generic read/write operations.\n"
    },
    {
      "commit": "6c763eb9ead86c612492b59287b36c0dcf7d09b1",
      "tree": "46497ff44bcf909517bffac70f0d6c7ad45ae1f0",
      "parents": [
        "dcc1a66a09420ccc5a22671bddc5a842f92d67e5",
        "cf34a8e07f02c76f3f1232eecb681301a3d7b10b"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Jun 22 15:07:59 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Jun 22 15:07:59 2006 -0700"
      },
      "message": "Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6\n\n* master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6: (27 commits)\n  [PATCH] PCI: nVidia quirk to make AER PCI-E extended capability visible\n  [PATCH] PCI: fix issues with extended conf space when MMCONFIG disabled because of e820\n  [PATCH] PCI: Bus Parity Status sysfs interface\n  [PATCH] PCI: fix memory leak in MMCONFIG error path\n  [PATCH] PCI: fix error with pci_get_device() call in the mpc85xx driver\n  [PATCH] PCI: MSI-K8T-Neo2-Fir: run only where needed\n  [PATCH] PCI: fix race with pci_walk_bus and pci_destroy_dev\n  [PATCH] PCI: clean up pci documentation to be more specific\n  [PATCH] PCI: remove unneeded msi code\n  [PATCH] PCI: don\u0027t move ioapics below PCI bridge\n  [PATCH] PCI: cleanup unused variable about msi driver\n  [PATCH] PCI: disable msi mode in pci_disable_device\n  [PATCH] PCI: Allow MSI to work on kexec kernel\n  [PATCH] PCI: AMD 8131 MSI quirk called too late, bus_flags not inherited ?\n  [PATCH] PCI: Move various PCI IDs to header file\n  [PATCH] PCI Bus Parity Status-broken hardware attribute, EDAC foundation\n  [PATCH] PCI: i386/x86_84: disable PCI resource decode on device disable\n  [PATCH] PCI ACPI: Rename the functions to avoid multiple instances.\n  [PATCH] PCI: don\u0027t enable device if already enabled\n  [PATCH] PCI: Add a \"enable\" sysfs attribute to the pci devices to allow userspace (Xorg) to enable devices without doing foul direct access\n  ...\n"
    },
    {
      "commit": "dcc1a66a09420ccc5a22671bddc5a842f92d67e5",
      "tree": "612610869ea027b80b721a0f205d217792b95f3d",
      "parents": [
        "4f3865fb57a04db7cca068fed1c15badc064a302"
      ],
      "author": {
        "name": "Roman Zippel",
        "email": "zippel@linux-m68k.org",
        "time": "Thu Jun 22 14:47:35 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Jun 22 15:05:58 2006 -0700"
      },
      "message": "[PATCH] x86_64: use select for GART_IOMMU to enable AGP\n\nThe AGP default doesn\u0027t work well with other selects, so use a select for\nGART_IOMMU as well.  Remove a redundant default for SWIOTLB as well.\n\nSigned-off-by: Roman Zippel \u003czippel@linux-m68k.org\u003e\nSigned-off-by: Andi Kleen \u003cak@suse.de\u003e\nCc: Andi Kleen \u003cak@muc.de\u003e\nCc: Dave Jones \u003cdavej@codemonkey.org.uk\u003e\nCc: Dave Airlie \u003cairlied@linux.ie\u003e\nCc: Jeff Garzik \u003cjeff@garzik.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "4f1bcaf094ccc512c23e10104c05a6f8e5b7a9e4",
      "tree": "883c6ece20a28f86eb73cd329bb9d4674b1e5480",
      "parents": [
        "d702ccb342e49f7591df5a87c3857c698183b0fa"
      ],
      "author": {
        "name": "Bjorn Helgaas",
        "email": "bjorn.helgaas@hp.com",
        "time": "Thu Jun 22 14:47:32 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Jun 22 15:05:58 2006 -0700"
      },
      "message": "[PATCH] vgacon: make VGA_MAP_MEM take size, remove extra use\n\nVGA_MAP_MEM translates to ioremap() on some architectures.  It makes sense\nto do this to vga_vram_base, because we\u0027re going to access memory between\nvga_vram_base and vga_vram_end.\n\nBut it doesn\u0027t really make sense to map starting at vga_vram_end, because\nwe aren\u0027t going to access memory starting there.  On ia64, which always has\nto be different, ioremapping vga_vram_end gives you something completely\nincompatible with ioremapped vga_vram_start, so vga_vram_size ends up being\nnonsense.\n\nAs a bonus, we often know the size up front, so we can use ioremap()\ncorrectly, rather than giving it a zero size.\n\nSigned-off-by: Bjorn Helgaas \u003cbjorn.helgaas@hp.com\u003e\nCc: \"Antonino A. Daplas\" \u003cadaplas@pol.net\u003e\nCc: \"Luck, Tony\" \u003ctony.luck@intel.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "bec0e85910b95c325a008ead7c3bbe047cc39672",
      "tree": "06628df44497bbcd17c7aadd2932f30d8170c8cb",
      "parents": [
        "6cc0719181a7aa8883855140541e7892250e66af"
      ],
      "author": {
        "name": "Andrew Morton",
        "email": "akpm@osdl.org",
        "time": "Thu Jun 22 14:47:19 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Jun 22 15:05:56 2006 -0700"
      },
      "message": "[PATCH] myri10ge build fix\n\nSomeone changed skb_linearize().\n\nCc: Brice Goglin \u003cbgoglin@myri.com\u003e\nCc: \"David S. Miller\" \u003cdavem@davemloft.net\u003e\nCc: Jeff Garzik \u003cjeff@garzik.org\u003e\nCc: Herbert Xu \u003cherbert@gondor.apana.org.au\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": "c6976a4eb3c9ead165de950899b45db0840b8e30",
      "tree": "093fdb13bdef4bbd5f9b23e6f02e98ddede68ed3",
      "parents": [
        "30841711c88dc2d9ce31bfa3fa5479aa823804cf"
      ],
      "author": {
        "name": "Andrew Morton",
        "email": "akpm@osdl.org",
        "time": "Sun May 14 21:43:50 2006 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Thu Jun 22 11:22:51 2006 -0700"
      },
      "message": "[PATCH] w1: warning fix\n\ndrivers/w1/w1.c:423: warning: long long unsigned int format, __u64 arg (arg 8)\n\nu64 is not, never has been and never will be \"unsigned long long\"!\n\nWhile we\u0027re there, fix up some code layout - it looks awful in an 80-col\ndisplay.\n\nCc: Evgeniy Polyakov \u003cjohnpol@2ka.mipt.ru\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "30841711c88dc2d9ce31bfa3fa5479aa823804cf",
      "tree": "f06a08530d844e17925179a0703dda6fc334e5d9",
      "parents": [
        "6a873403d387c34c4466cc81649acc8acd66874d"
      ],
      "author": {
        "name": "Evgeniy Polyakov",
        "email": "johnpol@2ka.mipt.ru",
        "time": "Thu Apr 27 19:40:27 2006 +0400"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Thu Jun 22 11:22:51 2006 -0700"
      },
      "message": "[PATCH] w1: clean up W1_CON dependency.\n\nIf w1 is not enabled, w1_con should not appear in configuration,\neven if no logic is turned on without w1.\nW1_CON should depend on W1 also.\n\nSigned-off-by: Randy Dunlap \u003crdunlap@xenotime.net\u003e\nSigned-off-by: Evgeniy Polyakov \u003cjohnpol@2ka.mipt.ru\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "6a873403d387c34c4466cc81649acc8acd66874d",
      "tree": "1b449b00ef736ede8e07481909d2e333c126a01b",
      "parents": [
        "f621e1c78134f7cea0d2cf2c2822c917bedec516"
      ],
      "author": {
        "name": "Adrian Bunk",
        "email": "bunk@stusta.de",
        "time": "Thu Apr 27 02:29:18 2006 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Thu Jun 22 11:22:51 2006 -0700"
      },
      "message": "[PATCH] drivers/w1/w1.c: fix a compile error\n\nFrom: Adrian Bunk \u003cbunk@stusta.de\u003e\n\ndrivers/w1/w1.c:197: error: static declaration of \u0027w1_bus_type\u0027 follows non-static declaration\ndrivers/w1/w1.h:217: error: previous declaration of \u0027w1_bus_type\u0027 was here\n\nSigned-off-by: Adrian Bunk \u003cbunk@stusta.de\u003e\nCc: Evgeniy Polyakov \u003cjohnpol@2ka.mipt.ru\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "f621e1c78134f7cea0d2cf2c2822c917bedec516",
      "tree": "4b9b30d7d708aa778a5fb0e0e7c8fe230073386f",
      "parents": [
        "70d484bff43013e9b08f5d970b1c5941e9d98e16"
      ],
      "author": {
        "name": "Jean-Luc Leger",
        "email": "jean-luc.leger@dspnet.fr.eu.org",
        "time": "Tue Apr 18 21:18:20 2006 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Thu Jun 22 11:22:51 2006 -0700"
      },
      "message": "[PATCH] W1: fix dependencies of W1_SLAVE_DS2433_CRC\n\nFrom: Jean-Luc Leger \u003cjean-luc.leger@dspnet.fr.eu.org\u003e\n\nDefault values for boolean and tristate options can only be \u0027y\u0027, \u0027m\u0027 or \u0027n\u0027.\nThis patch fixes dependencies of W1_SLAVE_DS2433_CRC.\n\nSigned-off-by: Jean-Luc Leger \u003cjean-luc.leger@dspnet.fr.eu.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "70d484bff43013e9b08f5d970b1c5941e9d98e16",
      "tree": "1d5fdc87b7cdfe45b4ae745aef0310c256bd50f7",
      "parents": [
        "2c5bfdac33607a618d8cf1532ef235ca9eccd49e"
      ],
      "author": {
        "name": "Evgeniy Polyakov",
        "email": "johnpol@2ka.mipt.ru",
        "time": "Mon Apr 24 10:46:14 2006 +0400"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Thu Jun 22 11:22:50 2006 -0700"
      },
      "message": "[PATCH] W1: possible cleanups\n\nThis patch contains the following possible cleanups:\n- the following file did\u0027t #include the header with the prototypes for\n  it\u0027s global functions:\n  - w1_int.c\n- #if 0 the following unused global function:\n  - w1_family.c: w1_family_get()\n- make the following needlessly global functions static:\n  - w1_family.c: __w1_family_put()\n  - w1_io.c: w1_delay()\n  - w1_io.c: w1_touch_bit()\n  - w1_io.c: w1_read_8()\n- remove the following unused EXPORT_SYMBOL\u0027s:\n  - w1_family.c: w1_family_put\n  - w1_family.c: w1_family_registered\n\nSigned-off-by: Adrian Bunk \u003cbunk@stusta.de\u003e\nSigned-off-by: Evgeniy Polyakov \u003cjohnpol@2ka.mipt.ru\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "2c5bfdac33607a618d8cf1532ef235ca9eccd49e",
      "tree": "77786a135938d368db3d386ab864fc9d8d50c153",
      "parents": [
        "339f07236b481371ffb4993cf309dd1f1b3382ab"
      ],
      "author": {
        "name": "Evgeniy Polyakov",
        "email": "johnpol@2ka.mipt.ru",
        "time": "Tue Apr 04 20:35:22 2006 +0400"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Thu Jun 22 11:22:50 2006 -0700"
      },
      "message": "[PATCH] W1: cleanups\n\nNice cleanup spotted by Adrian Bunk, which was lost due to moving to the\ncompletely new functionality.\n\nShame-shame-shame on me.\n\nSigned-off-by: Evgeniy Polyakov \u003cjohnpol@2ka.mipt.ru\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "339f07236b481371ffb4993cf309dd1f1b3382ab",
      "tree": "aaa6fe54ce812ca9fcf7752664acb74d846b77fe",
      "parents": [
        "abd52a13206e02537ca1dc08fc5438c7d27bdbf1"
      ],
      "author": {
        "name": "Andrew Morton",
        "email": "akpm@osdl.org",
        "time": "Mon Apr 03 22:51:17 2006 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Thu Jun 22 11:22:50 2006 -0700"
      },
      "message": "[PATCH] w1 exports\n\nFrom: Andrew Morton \u003cakpm@osdl.org\u003e\n\nWARNING: \"w1_read_block\" [drivers/w1/slaves/w1_therm.ko] undefined!\nWARNING: \"w1_write_8\" [drivers/w1/slaves/w1_therm.ko] undefined!\nWARNING: \"w1_reset_select_slave\" [drivers/w1/slaves/w1_therm.ko] undefined!\nWARNING: \"w1_reset_bus\" [drivers/w1/slaves/w1_ds2433.ko] undefined!\nWARNING: \"w1_write_8\" [drivers/w1/slaves/w1_ds2433.ko] undefined!\nWARNING: \"w1_read_block\" [drivers/w1/slaves/w1_ds2433.ko] undefined!\nWARNING: \"w1_write_block\" [drivers/w1/slaves/w1_ds2433.ko] undefined!\nWARNING: \"w1_reset_select_slave\" [drivers/w1/slaves/w1_ds2433.ko] undefined!\n\nCc: Evgeniy Polyakov \u003cjohnpol@2ka.mipt.ru\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "abd52a13206e02537ca1dc08fc5438c7d27bdbf1",
      "tree": "efe0ff89898aad10600d392ac727dcea9e7af322",
      "parents": [
        "46e07f6e5eb0e465e086b8f485f4238bd453e3e9"
      ],
      "author": {
        "name": "Evgeniy Polyakov",
        "email": "johnpol@2ka.mipt.ru",
        "time": "Mon Apr 03 12:04:27 2006 +0400"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Thu Jun 22 11:22:50 2006 -0700"
      },
      "message": "[PATCH] w1: Use mutexes instead of semaphores.\n\nUse mutexes instead of semaphores.\nPatch tested on x86_64 and i386 with test bus master driver.\n\nSigned-off-by: Evgeniy Polyakov \u003cjohnpol@2ka.mipt.ru\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "46e07f6e5eb0e465e086b8f485f4238bd453e3e9",
      "tree": "3ec2810e889f2938ba6811e8c717c1cde2e69eea",
      "parents": [
        "bb5427b5466782ba0bbf56a4ed752e08b65a5d08"
      ],
      "author": {
        "name": "Evgeniy Polyakov",
        "email": "johnpol@2ka.mipt.ru",
        "time": "Mon Apr 03 12:01:12 2006 +0400"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Thu Jun 22 11:22:50 2006 -0700"
      },
      "message": "[PATCH] w1: Make w1 connector notifications depend on connector.\n\nMake w1 connector notifications depend on connector.\n\nSigned-off-by: Evgeniy Polyakov \u003cjohnpol@2ka.mipt.ru\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "b6043fcab4b2b06b9fcde4c783ab253cdc2c1129",
      "tree": "fd89df381e6d0beabf41f11be5fdc2b7bfe941d6",
      "parents": [
        "12003375acd879e498c6c511faf27531296f9640"
      ],
      "author": {
        "name": "Evgeniy Polyakov",
        "email": "johnpol@2ka.mipt.ru",
        "time": "Thu Mar 23 19:11:58 2006 +0300"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Thu Jun 22 11:22:50 2006 -0700"
      },
      "message": "[PATCH] w1: Move w1-connector definitions into linux/include/connector.h\n\nSigned-off-by: Evgeniy Polyakov \u003cjohnpol@2ka.mipt.ru\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "12003375acd879e498c6c511faf27531296f9640",
      "tree": "f69001169d28c6e56e1a12e04420683620e31d79",
      "parents": [
        "81f6075ebcf3b0800321b7d81e4845d6ad9566d8"
      ],
      "author": {
        "name": "Evgeniy Polyakov",
        "email": "johnpol@2ka.mipt.ru",
        "time": "Thu Mar 23 19:11:58 2006 +0300"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Thu Jun 22 11:22:50 2006 -0700"
      },
      "message": "[PATCH] w1: Userspace communication protocol over connector.\n\nThere are three types of messages between w1 core and userspace:\n1. Events. They are generated each time new master or slave device found\n\teither due to automatic or requested search.\n2. Userspace commands. Includes read/write and search/alarm search comamnds.\n3. Replies to userspace commands.\n\nFrom: Evgeniy Polyakov \u003cjohnpol@2ka.mipt.ru\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "81f6075ebcf3b0800321b7d81e4845d6ad9566d8",
      "tree": "48eb8a7a5f96813882402a211b8db9d91d2e7af5",
      "parents": [
        "f522d2396138e68bcb9cc5650aa368a81d7f7ff0"
      ],
      "author": {
        "name": "Evgeniy Polyakov",
        "email": "johnpol@2ka.mipt.ru",
        "time": "Thu Mar 23 19:11:58 2006 +0300"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Thu Jun 22 11:22:50 2006 -0700"
      },
      "message": "[PATCH] w1: Replace dscore and ds_w1_bridge with ds2490 driver.\n"
    },
    {
      "commit": "f522d2396138e68bcb9cc5650aa368a81d7f7ff0",
      "tree": "3446d411b996b19094856c5729725e0e43ff4b0e",
      "parents": [
        "52ab3f3dc711eeccbfbcc5d4f5c5d9b9ff59650f"
      ],
      "author": {
        "name": "Evgeniy Polyakov",
        "email": "johnpol@2ka.mipt.ru",
        "time": "Thu Mar 23 19:11:58 2006 +0300"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Thu Jun 22 11:22:50 2006 -0700"
      },
      "message": "[PATCH] w1: Added default generic read/write operations.\n\nSpecial file in each w1 slave device\u0027s directory called \"rw\" is created\neach time new slave and no appropriate w1 family is registered.\n\"rw\" file supports read and write operations, which allows to perform\nalmost any kind of operations. Each logical operation is a transaction\nin nature, which can contain several (two or one) low-level operations.\nLet\u0027s see how one can read EEPROM context:\n1. one must write control buffer, i.e. buffer containing command byte\nand two byte address. At this step bus is reset and appropriate device\nis selected using either W1_SKIP_ROM or W1_MATCH_ROM command.\nThen provided control buffer is being written to the wire.\n2. reading. This will issue reading eeprom response.\n\nIt is possible that between 1. and 2. w1 master thread will reset bus for\nsearching and slave device will be even removed, but in this case 0xff will\nbe read, since no device was selected.\n\nSigned-off-by: Evgeniy Polyakov \u003cjohnpol@2ka.mipt.ru\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "4941b395b3c2635a8c16d88791a789fb6ac6be43",
      "tree": "82c06cf9135c65a6d4c48240b87df8ceb73ffa48",
      "parents": [
        "6af586dc58820d052aa538abef4d4d15c2a9e33e"
      ],
      "author": {
        "name": "David Brownell",
        "email": "david-b@pacbell.net",
        "time": "Tue Jun 13 09:47:27 2006 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Thu Jun 22 11:10:36 2006 -0700"
      },
      "message": "[PATCH] I2C: I2C controllers go into right place on sysfs\n\nI2C creates some sysfs nodes in the wrong places:  not as children of parent\ncontrollers, but as their peers (!).  This puts them into the right place\nalways, instead of just when the adapter is on the platform bus.\n\nSigned-off-by: David Brownell \u003cdbrownell@users.sourceforge.net\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "6af586dc58820d052aa538abef4d4d15c2a9e33e",
      "tree": "8ff2ba7d6fd130259e099df3771694c5961bf924",
      "parents": [
        "e1a8e913f97e36cc5a23a24a8b4717e84998f13c"
      ],
      "author": {
        "name": "Rudolf Marek",
        "email": "r.marek@sh.cvut.cz",
        "time": "Mon Jun 12 22:00:53 2006 +0200"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Thu Jun 22 11:10:36 2006 -0700"
      },
      "message": "[PATCH] hwmon-vid: Add support for Intel Core and Conroe\n\nThis patch adds support for two new VID codes, supporting Intel mobile Core\nprocessors and new Conroe based platforms.\n\nSigned-off-by: Rudolf Marek \u003cr.marek@sh.cvut.cz\u003e\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "e1a8e913f97e36cc5a23a24a8b4717e84998f13c",
      "tree": "3ee23138ab7acba7a8ceb8f38f14eecac055141e",
      "parents": [
        "060b2f5584bf3bbb0268c83c24d5a506780fb702"
      ],
      "author": {
        "name": "Kaiwan N Billimoria",
        "email": "kaiwan@designergraphix.com",
        "time": "Mon Jun 12 22:00:05 2006 +0200"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Thu Jun 22 11:10:35 2006 -0700"
      },
      "message": "[PATCH] lm70: New hardware monitoring driver\n\nThis driver implements support for the National Semiconductor LM70\ntemperature sensor.\n\nThe LM70 temperature sensor chip supports a single temperature sensor.\nIt communicates with a host processor (or microcontroller) via an\nSPI/Microwire Bus interface.\n\nCommunication with the LM70 is simple: when the temperature is to be sensed,\nthe driver accesses the LM70 using SPI communication: 16 SCLK cycles\ncomprise the MOSI/MISO loop. At the end of the transfer, the 11-bit 2\u0027s\ncomplement digital temperature (sent via the SIO line), is available in the\ndriver for interpretation. This driver makes use of the kernel\u0027s in-core\nSPI support.\n\nSigned-off-by: Kaiwan N Billimoria \u003ckaiwan@designergraphix.com\u003e\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "060b2f5584bf3bbb0268c83c24d5a506780fb702",
      "tree": "32d2ea5f9325a24f1e733065bd46ed7d25695f43",
      "parents": [
        "02dd7ae2892e5ceff111d032769c78d3377df970"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Mon Jun 12 21:55:28 2006 +0200"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Thu Jun 22 11:10:35 2006 -0700"
      },
      "message": "[PATCH] hwmon: Fix the Kconfig header\n\nHardware monitoring chips don\u0027t have to be on the I2C bus.\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "02dd7ae2892e5ceff111d032769c78d3377df970",
      "tree": "965487234823f6d4895512d575d3f6a198182a37",
      "parents": [
        "6dcc19dfbc84b2ea5428711b7a47146b5b1788bb"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Mon Jun 12 21:53:41 2006 +0200"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Thu Jun 22 11:10:35 2006 -0700"
      },
      "message": "[PATCH] i2c-i801: Merge setup function\n\ni2c-i801: Merge setup function\n\nMerge i801_setup into i801_probe, as it doesn\u0027t make much sense to\nhave them split. This lets us handle errors better. Christopher\nHellwig had been suggesting this back in March 2003 when the driver\nwas merged.\n\nAlso drop two useless debug messages (revision and base address can be\nobtained from lspci, procfs or sysfs.)\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "6dcc19dfbc84b2ea5428711b7a47146b5b1788bb",
      "tree": "f4f9edfc5c66a7ef586e941172c47f2482aa4508",
      "parents": [
        "455f332323a17446fb66ea7b2f65f2751f1a3f06"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Mon Jun 12 21:53:02 2006 +0200"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Thu Jun 22 11:10:35 2006 -0700"
      },
      "message": "[PATCH] i2c-i801: Better pci subsystem integration\n\ni2c-i801: Better pci subsystem integration\n\nIntegrate the i2c-i801 driver better with the pci subsystem, by\ncalling pci_{enable,disable}_device and requesting the I/O region\nby BAR rather than direct configuration space access.\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "455f332323a17446fb66ea7b2f65f2751f1a3f06",
      "tree": "e5e8011731dd00b41bd1dbf035bc9595afa1f114",
      "parents": [
        "520e64d5c081c76b77b4ee87d241cd3e40edc43a"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Mon Jun 12 21:52:02 2006 +0200"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Thu Jun 22 11:10:35 2006 -0700"
      },
      "message": "[PATCH] i2c-i801: Cleanups\n\ni2c-i801: Cleanups\n\nVarious cleanups to the i2c-i801 driver:\n* Fix documentation file and self file name references.\n* i801_setup can be marked __devinit.\n* Drop useless error local variable and label in i801_setup.\n* Avoid a double PCI configuration register write in some cases.\n* Use symbolic names for SMBHSTCFG bits.\n* Transmit the error code returned by i801_setup instead of forcing it\n  to an arbitrary value.\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "520e64d5c081c76b77b4ee87d241cd3e40edc43a",
      "tree": "7ff6d4868a5be78b10e7a84927c18fc3c42cc538",
      "parents": [
        "d8db8f98562c1e358e42503bb920f75f15a5c6d2"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Mon Jun 12 21:51:20 2006 +0200"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Thu Jun 22 11:10:35 2006 -0700"
      },
      "message": "[PATCH] i2c-i801: Remove PCI function check\n\ni2c-i801: Remove PCI function check\n\nRemove the PCI function number check when probing devices.\nThis check is redundant, each function has a separate PCI device\nID, so checking for that ID is sufficient.\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "d8db8f98562c1e358e42503bb920f75f15a5c6d2",
      "tree": "389e113cfd07cef7e8c213a49d517bfe206aba79",
      "parents": [
        "397e2f66a23469e2b8a13b764cb2d9ff2444ad5a"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Mon Jun 12 21:50:11 2006 +0200"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Thu Jun 22 11:10:35 2006 -0700"
      },
      "message": "[PATCH] i2c-i801: Remove force_addr parameter\n\ni2c-i801: Remove force_addr parameter\n\nRemove the force_addr module parameter. It doesn\u0027t appear to ever\nhave been needed, and PCI resources shouldn\u0027t be arbitrarily\nchanged anyway.\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "397e2f66a23469e2b8a13b764cb2d9ff2444ad5a",
      "tree": "188283532b9ae804752b30cf8d5ac5c8739a53e2",
      "parents": [
        "62aaa288ab0425b058fd337c5135a32e8c1aeace"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Mon Jun 12 21:49:36 2006 +0200"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Thu Jun 22 11:10:35 2006 -0700"
      },
      "message": "[PATCH] i2c-i801: Fix block transaction poll loops\n\ni2c-i801: Fix block transaction poll loops\n\nTwo of the three poll loops have the poll and sleep swapped,\ncausing an extra sleep to occur after the polled condition is\nfulfilled. In practice, this doubles the amount of sleep time for\nevery block transaction.\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "9917392608c6d8b8952bce9f7b5867b1e9149235",
      "tree": "8a9947478ca98bba567ac55cb633a8165e095f28",
      "parents": [
        "80cd3a8769c66203d55cdf635390bdcebd742091"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Mon Jun 12 21:46:04 2006 +0200"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Thu Jun 22 11:10:35 2006 -0700"
      },
      "message": "[PATCH] scx200_acb: Mark scx200_acb_probe __init\n\nIn i2c bus driver scx200_acb, function scx200_acb_probe can be\ntagged __init.\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "80cd3a8769c66203d55cdf635390bdcebd742091",
      "tree": "de8b6e47ffb2651dd75ddce036dee9b5732199fa",
      "parents": [
        "46f5ed753fac512f73069bd07455555b41a8a06e"
      ],
      "author": {
        "name": "Jordan Crouse",
        "email": "jordan.crouse@amd.com",
        "time": "Mon Jun 12 21:44:28 2006 +0200"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Thu Jun 22 11:10:35 2006 -0700"
      },
      "message": "[PATCH] scx200_acb: Use PCI I/O resource when appropriate\n\nOn the CS5535 and CS5536, the I/O resource is allocated through PCI,\nso use that instead of using the MSR backdoor.\n\nSigned-off-by: Jordan Crouse \u003cjordan.crouse@amd.com\u003e\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "46f5ed753fac512f73069bd07455555b41a8a06e",
      "tree": "fd36fabe80349967a71efa373e2ad42c12b1af3b",
      "parents": [
        "1ded969fb97fba33e7310ef95f0b3e3123d4d92a"
      ],
      "author": {
        "name": "Krzysztof Halasa",
        "email": "khc@pm.waw.pl",
        "time": "Mon Jun 12 21:42:20 2006 +0200"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Thu Jun 22 11:10:34 2006 -0700"
      },
      "message": "[PATCH] i2c: Mark block write buffers as const\n\nThe attached patch marks i2c_smbus_write_block_data() and\ni2c_smbus_write_i2c_block_data() buffers as const.\n\nSigned-off-by: Krzysztof Halasa \u003ckhc@pm.waw.pl\u003e\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "1ded969fb97fba33e7310ef95f0b3e3123d4d92a",
      "tree": "660ed1ca5eee779d8e03aae97324d318b2a1fa45",
      "parents": [
        "b7c066044f4355d9fbe1ac45e03303b78d21e8d4"
      ],
      "author": {
        "name": "Peter Korsgaard",
        "email": "jacmet@sunsite.dk",
        "time": "Mon Jun 12 21:40:53 2006 +0200"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Thu Jun 22 11:10:34 2006 -0700"
      },
      "message": "[PATCH] i2c-ocores: Minor cleanups\n\nMinor cleanup to the i2c-ocores driver.\n\nPeter Korsgaard will maintain the i2c-ocores driver.\n\nSigned-off-by: Peter Korsgaard \u003cjacmet@sunsite.dk\u003e\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "b7c066044f4355d9fbe1ac45e03303b78d21e8d4",
      "tree": "4bcd5f967fcb44994eea388df23900f90fe94f0e",
      "parents": [
        "a2392e0b907b9633c31be14ee75bb39fce348b01"
      ],
      "author": {
        "name": "Hans de Goede",
        "email": "j.w.r.degoede@hhs.nl",
        "time": "Sun Jun 04 20:24:11 2006 +0200"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Thu Jun 22 11:10:34 2006 -0700"
      },
      "message": "[PATCH] abituguru: Fix fan detection\n\nOne of my testers had a problem where the driver only saw 2 of the 4 fan\nsensors his uGuru has, this fixes this.\n -accept 0x40 (bit 6) being high as a valid fan sensor setting for all fans\n  not just fan 1, I have a feeling this bit indicates whether or not a fan is\n  actually connected .\n\nSigned-off-by: Hans de Goede \u003cj.w.r.degoede@hhs.nl\u003e\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "a2392e0b907b9633c31be14ee75bb39fce348b01",
      "tree": "7e393e1c53b7f26c87d871fd9eb401b0f4369d7d",
      "parents": [
        "f2b84bbcebfdbe4855bab532909eef6621999f9f"
      ],
      "author": {
        "name": "Hans de Goede",
        "email": "j.w.r.degoede@hhs.nl",
        "time": "Sun Jun 04 20:23:01 2006 +0200"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Thu Jun 22 11:10:34 2006 -0700"
      },
      "message": "[PATCH] abituguru: Review fixes\n\nFixes to the Abit uGuru driver as requested in review by Jean Delvare:\n - exactly calculate the sysfs_names array length using macro\n - use snprintf when generating names to double check that the sysfs_names\n   array does not overflow.\n - use ARRAY_SIZE and / or defines to determine number of loops in for loops\n   instead of using hardcoded values.\n - In abituguru_probe(), refactor the error path leaving a single call to kfree\n\nSigned-off-by: Hans de Goede \u003cj.w.r.degoede@hhs.nl\u003e\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "f2b84bbcebfdbe4855bab532909eef6621999f9f",
      "tree": "9e0112af923b56af771708505b69e792c4bc9f2f",
      "parents": [
        "bed730821b74be4c7d135098842219473f7c8f2c"
      ],
      "author": {
        "name": "Hans de Goede",
        "email": "j.w.r.degoede@hhs.nl",
        "time": "Sun Jun 04 20:22:24 2006 +0200"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Thu Jun 22 11:10:34 2006 -0700"
      },
      "message": "[PATCH] abituguru: New hardware monitoring driver\n\nNew hardware monitoring driver for the Abit uGuru\n\nSigned-off-by: Hans de Goede \u003cj.w.r.degoede@hhs.nl\u003e\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "bed730821b74be4c7d135098842219473f7c8f2c",
      "tree": "8cc046bc9b7415c5036322de29d754dd5bc97be5",
      "parents": [
        "53e2761bb2e4ed58913c266ad13e8c10692aec1e"
      ],
      "author": {
        "name": "Yuan Mu",
        "email": "ymu@winbond.com.tw",
        "time": "Sun Jun 04 20:18:45 2006 +0200"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Thu Jun 22 11:10:34 2006 -0700"
      },
      "message": "[PATCH] w83792d: Add missing data access locks\n\nAdd missing data lock in w83792d driver to avoid unexpected\ndata change.\n\nSigned-off-by: Yuan Mu \u003cymu@winbond.com.tw\u003e\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "53e2761bb2e4ed58913c266ad13e8c10692aec1e",
      "tree": "163840e48c2a50f4a86f2a584cd9a697c065075a",
      "parents": [
        "3dc26c600cbae8e8e7566136148aef5667e8342b"
      ],
      "author": {
        "name": "Yuan Mu",
        "email": "ymu@winbond.com.tw",
        "time": "Sun Jun 04 20:18:05 2006 +0200"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Thu Jun 22 11:10:34 2006 -0700"
      },
      "message": "[PATCH] w83792d: Fix setting the PWM value\n\nW83792D use pwm register low 4 bits to store PWM/DC value, bit 7\nis used to store fan PWM/DC mode. The store_pwm function did not\nconvert the pwm input correctly, so it may change the fan mode\nwhen new value is set.\n\nThis fix the problem. Change the \"index\" value of pwm*_mode\nand pwm* SENSOR_ATTR to simplify code.\n\nSigned-off-by: Yuan Mu \u003cymu@winbond.com.tw\u003e\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "0a704681f37f8cd84fa10312728a39e9fcf2c2c5",
      "tree": "167dd8974c1a8f17c661b64ef3455343dad3a6b2",
      "parents": [
        "740e06a89fb905ee1979c57442c544afe51ed21c"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Sun Jun 04 20:10:55 2006 +0200"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Thu Jun 22 11:10:34 2006 -0700"
      },
      "message": "[PATCH] hwmon: Fix a typo in the hdaps driver\n\nFix a typo in the hdaps driver.\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nAcked-by: Robert Love \u003crml@novell.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "18f98b1e3147afdb51e545cc6ff2b016c7d088a7",
      "tree": "5f974b01a7efadabe037ace19a0f33037d36a4b7",
      "parents": [
        "aee62305345863430a937af289b9bd080a100dac"
      ],
      "author": {
        "name": "Peter Korsgaard",
        "email": "jacmet@sunsite.dk",
        "time": "Sun Jun 04 20:01:08 2006 +0200"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Thu Jun 22 11:10:33 2006 -0700"
      },
      "message": "[PATCH] i2c: New bus driver for the OpenCores I2C controller\n\nThe following patch adds support for the OpenCores I2C controller IP\ncore (See http://www.opencores.org/projects.cgi/web/i2c/overview).\n\nSigned-off-by: Peter Korsgaard \u003cjacmet@sunsite.dk\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "aee62305345863430a937af289b9bd080a100dac",
      "tree": "7e145ccf7052fd298ed94b75e7f9e85a64999a53",
      "parents": [
        "177d165d7c2ec424007d6241a93d0cb83d953c51"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Sun Jun 04 19:59:57 2006 +0200"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Thu Jun 22 11:10:33 2006 -0700"
      },
      "message": "[PATCH] i2c: Suggest N for rare devices in Kconfig\n\nImprove the Kconfig help text of the follwing i2c drivers:\n* busses/i2c-pca-isa.c\n* chips/pcf8574.c\n* chips/pcf8591.c\nThese are hard to detect and building them into the kernel\nresults in long delays at boot.\n\nMarch 2006, thread \"I2C_PCA_ISA causes boot delays\"\nhttp://marc.theaimsgroup.com/?l\u003dlinux-kernel\u0026m\u003d114360399415744\u0026w\u003d2\n\nApril 2006, thread \"i2c-related 1-minute hang during bootup\"\nhttp://marc.theaimsgroup.com/?l\u003dlinux-kernel\u0026m\u003d114640992330721\u0026w\u003d2\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "177d165d7c2ec424007d6241a93d0cb83d953c51",
      "tree": "9ebddfb4b97fae069b99d1162334a95729bf4015",
      "parents": [
        "0d0001dd956d4ae2c8739c2877fa660eec68ed5f"
      ],
      "author": {
        "name": "Rudolf Marek",
        "email": "r.marek@sh.cvut.cz",
        "time": "Tue Apr 25 14:24:46 2006 +0200"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Thu Jun 22 11:10:33 2006 -0700"
      },
      "message": "[PATCH] HWMON: Trim VID values to correct number of bits\n\nFollowing patch trims the VID value to correct number of bits\nfor each VRM.\n\nSigned-off-by: Rudolf Marek \u003cr.marek@sh.cvut.cz\u003e\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "0d0001dd956d4ae2c8739c2877fa660eec68ed5f",
      "tree": "5990ffaa2bdd946bf3b46d26107f4c76f2d67080",
      "parents": [
        "114cc0c0c1e98f0b8e205f91ae7b2471e0ad5325"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Tue Apr 25 14:23:01 2006 +0200"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Thu Jun 22 11:10:33 2006 -0700"
      },
      "message": "[PATCH] HWMON: Improve the help text for CONFIG_HWMON\n\nImprove the help text for CONFIG_HWMON to let the users know how they\npick the right hardware monitoring driver(s) for their system.\n\nAlso fix a couple typos in the related documentation file and improve\nsome parts a bit.\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "9873964d6eb24bd0205394f9b791de9eddbcb855",
      "tree": "b0e4a6f72f31e4a1215d2ae1e79a16d6e753f617",
      "parents": [
        "4f507ea1560805b16cf4a4359e304ae0db0c2dcb"
      ],
      "author": {
        "name": "Charles Spirakis",
        "email": "bezaur@gmail.com",
        "time": "Tue Apr 25 14:21:03 2006 +0200"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Thu Jun 22 11:10:33 2006 -0700"
      },
      "message": "[PATCH] HWMON: w83791d: New hardware monitoring driver for the Winbond W83791D\n\nAdd support for the w83791d sensor chip. The w83791d hardware is\nsomewhere between the w83781d and the w83792d and this driver code\nis derived from the code that supports those chips.\n\nSigned-off-by: Charles Spirakis \u003cbezaur@gmail.com\u003e\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "4f507ea1560805b16cf4a4359e304ae0db0c2dcb",
      "tree": "3b94e81b46f2c42461e2aaa734783ca94940efd4",
      "parents": [
        "5c7ae65899a4c5b05b6277f856018d1eeeb98907"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Tue Apr 25 14:20:11 2006 +0200"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Thu Jun 22 11:10:33 2006 -0700"
      },
      "message": "[PATCH] HWMON: hdaps: Update the list of supported systems\n\nUpdate the list of systems supported by the hdaps driver:\n* Add the \"ThinkPad Z60m\" entry, reported by Arkadiusz Miskiewicz.\n* Add the \"ThinkPad H\" entry, reported by Frank Gevaerts for some\n  ThinkPad R52 models (1846AQG).\n* Drop the \"ThinkPad X41 Tablet\" entry, which looks redundant to me.\nAnd a comment update for good measure.\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nCc: Arkadiusz Miskiewicz \u003carekm@maven.pl\u003e\nCc: Frank Gevaerts \u003cfrank@gevaerts.be\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "5c7ae65899a4c5b05b6277f856018d1eeeb98907",
      "tree": "e59ee9f28b3e07bdb0a0716c058cfde0fd867ee1",
      "parents": [
        "f9ba6c04ef1dcf16f7179b7883e9751baaac218e"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Tue Apr 25 14:18:16 2006 +0200"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Thu Jun 22 11:10:33 2006 -0700"
      },
      "message": "[PATCH] I2C: i2c-nforce2: Add support for the nForce4 MCP51 and MCP55\n\nAdd support for the new nForce4 MCP51 (also known as nForce 410 or\n430) and nForce4 MCP55 to the i2c-nforce2 driver. Some code changes\nwere required because the base I/O address registers have changed in\nthese versions. Standard BARs are now being used, while the original\nnForce2 chips used non-standard ones.\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "f9ba6c04ef1dcf16f7179b7883e9751baaac218e",
      "tree": "0d66c8aab1ea1c0343744925e53f7e9111daaff0",
      "parents": [
        "7aadb8f943f6f8fb48962099cfba05ad0518b0ac"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Tue Apr 25 13:37:25 2006 +0200"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Thu Jun 22 11:10:32 2006 -0700"
      },
      "message": "[PATCH] I2C: i2c-piix4: Document the IBM problem more clearly\n\nProperly document on which systems the i2c-piix4 SMBus driver will\nrefuse to load. Hopefully this will make it clearer for users, which\nwere often wondering why their destop or server systems were detected\nas laptops.\n\nCloses bug #6429.\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "54aaa1ca1022d95d854315743241bb6bf59f531f",
      "tree": "af43ffb4efb559b823b6ce6db30df3667ecfe194",
      "parents": [
        "5e9f4f2e5a02bb6908278a819952aa31fffefaa2"
      ],
      "author": {
        "name": "Rudolf Marek",
        "email": "r.marek@sh.cvut.cz",
        "time": "Tue Apr 25 13:06:41 2006 +0200"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Thu Jun 22 11:10:32 2006 -0700"
      },
      "message": "[PATCH] I2C: i2c-piix4: Remove the fix_hstcfg parameter\n\nThis patch removes the fix_hstcfg option from the driver and related\nSMBus Interrupt Select register magic because now we know what are\nvalid values for this register. This patch updates the documentation\nand adds new IRQ mode check so we are sure not to miss any new\n\"unusual\" value.\n\nThe PCI quirk for users of fix_hstcfg was not developed because the\nchipset lacks of subsystem ID registers and DMI is stated \"To be\nfilled\". Impact to existing systems is minimal because the problem\nshowed up on motherboards like 10 years back. On the other hand users\nof newer Serverworks and HT1000 systems won\u0027t be misleaded by the\nmessage suggesting to try the fix_hstcfg any more.\n\nSigned-off-by: Rudolf Marek \u003cr.marek@sh.cvut.cz\u003e\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "5e9f4f2e5a02bb6908278a819952aa31fffefaa2",
      "tree": "6f000080ee15597f9523de0e6d31b192bdb0aaec",
      "parents": [
        "e931b8d8a428f87e6ea488d2fd80007bb66b3ea8"
      ],
      "author": {
        "name": "Mark A. Greer",
        "email": "mgreer@mvista.com",
        "time": "Tue Apr 25 13:04:54 2006 +0200"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Thu Jun 22 11:10:32 2006 -0700"
      },
      "message": "[PATCH] I2C: m41t00: Add support for the ST M41T81 and M41T85\n\nThis patch adds support for the ST m41t81 and m41t85 i2c rtc chips\nto the existing m41t00 driver.\n\nSince there is no way to reliably determine what type of rtc chip\nis in use, the chip type is passed in via platform_data.  The i2c\naddress and square wave frequency are passed in via platform_data\nas well.  To accommodate the use of platform_data, a new header\nfile include/linux/m41t00.h has been added.\n\nThe m41t81 and m41t85 chips halt the updating of their time registers\nwhile they are being accessed.  They resume when a stop condition\nexists on the i2c bus or when non-time related regs are accessed.\nTo make the best use of that facility and to make more efficient\nuse of the i2c bus, this patch replaces multiple i2c_smbus_xxx calls\nwith a single i2c_transfer call.\n\nSigned-off-by: Mark A. Greer \u003cmgreer@mvista.com\u003e\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "e931b8d8a428f87e6ea488d2fd80007bb66b3ea8",
      "tree": "709992bdc7dee30f2eefd4b8481b09cb7dc4b670",
      "parents": [
        "02e0c5d5c2e00374b6808a42f8eea4ea9baaa216"
      ],
      "author": {
        "name": "Mark A. Greer",
        "email": "mgreer@mvista.com",
        "time": "Fri Mar 31 23:06:46 2006 +0200"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Thu Jun 22 11:10:32 2006 -0700"
      },
      "message": "[PATCH] i2c: cleanup m41t00\n\nThis patch does some cleanup to the m41t00 i2c/rtc driver including:\n- use BCD2BIN/BIN2BCD instead of BCD_TO_BIN/BIN_TO_BCD\n- use strlcpy instead of strncpy\n- some whitespace cleanup\n\nSigned-off-by: Mark A. Greer \u003cmgreer@mvista.com\u003e\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "02e0c5d5c2e00374b6808a42f8eea4ea9baaa216",
      "tree": "13ab61631d66e9fe83d8abd47e774e90c90239e1",
      "parents": [
        "400b48ecd95a7fac6b126042d37b7efe0202b582"
      ],
      "author": {
        "name": "Rudolf Marek",
        "email": "r.marek@sh.cvut.cz",
        "time": "Thu Mar 23 16:48:09 2006 +0100"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Thu Jun 22 11:10:32 2006 -0700"
      },
      "message": "[PATCH] i2c-piix4: Add ATI IXP200/300/400 support\n\nThis patch adds the ATI IXP southbridges support to i2c-piix4,\nas it turned out those chips are compatible with it.\n\nSigned-off-by: Rudolf Marek \u003cr.marek@sh.cvut.cz\u003e\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    }
  ],
  "next": "568825c8ed3c902981ce908ed5693abb3c9ddf59"
}
