)]}'
{
  "log": [
    {
      "commit": "5a23f34798f15838fe1b7f0fd7e5be388e08c2b2",
      "tree": "f8bafdde4ceb0eb4ab042c211fdfd89fe580f2a9",
      "parents": [
        "0b175a7e68c2f51555820efb0a01681e3419c1bc"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Sep 14 13:05:17 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Sep 14 13:05:17 2005 -0700"
      },
      "message": "Fix yenta error message when unable to find a bus assignment\n\nAnd mention \u0027pci\u003dassign-busses\u0027 as a possible fix.\n\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "c7fb0b35ada6e0e691e70af5591a2006fbec85b5",
      "tree": "04e058f2bd4a9ed1b7940bf7ff5b461a380e90b0",
      "parents": [
        "2fd4ef85e0db9ed75c98e13953257a967ea55e03"
      ],
      "author": {
        "name": "Ivan Kokshaysky",
        "email": "ink@jurassic.park.msu.ru",
        "time": "Wed Sep 14 23:05:30 2005 +0400"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Sep 14 12:28:15 2005 -0700"
      },
      "message": "[PATCH] yenta oops fix\n\nIn some cases, especially on modern laptops with a lot of PCI and\ncardbus bridges, we\u0027re unable to assign correct secondary/subordinate\nbus numbers to all cardbus bridges due to BIOS limitations unless\nwe are using \"pci\u003dassign-busses\" boot option.\nSo some cardbus controllers may not have attached subordinate pci_bus\nstructure, and yenta driver must cope with it - just ignore such cardbus\nbridges.\n\nFor example, see https://bugzilla.novell.com/show_bug.cgi?id\u003d113778\n\nSigned-off-by: Ivan Kokshaysky \u003cink@jurassic.park.msu.ru\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "c352ec8ab87b065cd2edda171811f49ac7d0d5cd",
      "tree": "f7efa2c669b314687dafa74a6d6082a19d4bc7a7",
      "parents": [
        "db84502b0229ed3075ca74b7d34eb8c609de3200"
      ],
      "author": {
        "name": "Dominik Brodowski",
        "email": "linux@dominikbrodowski.net",
        "time": "Tue Sep 13 01:25:03 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Sep 13 08:22:27 2005 -0700"
      },
      "message": "[PATCH] pcmcia: warn on IOCTL usage\n\nMore visible user information of scheduled feature removal.\n\nSigned-off-by: Dominik Brodowski \u003clinux@dominikbrodowski.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "bd65a68574b787304a0cd90f22cfd44540ce3695",
      "tree": "d3a1b36b28a270509304be29f8e17bcb66ee2350",
      "parents": [
        "d3feb1844ad33911ab1fe9df1ead66082b3bce9b"
      ],
      "author": {
        "name": "Brice Goglin",
        "email": "Brice.Goglin@ens-lyon.org",
        "time": "Fri Sep 09 13:03:29 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Sep 09 13:57:48 2005 -0700"
      },
      "message": "[PATCH] pcmcia: add pcmcia to IRQ information\n\nAdd a devname parameter to the pcmcia_device structure, fills it with\n\"pcmcia\u003cbus_id\u003e\" in pcmcia_device_add, and passes it to request_irq in\npcmcia_request_irq.\n\nSigned-off-by: Brice Goglin \u003cBrice.Goglin@ens-lyon.org\u003e\nSigned-off-by: Dominik Brodowski \u003clinux@dominikbrodowski.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "f74e48a51c38f54fa26eb86a7a42f592156eccc2",
      "tree": "c1b514520463170a51d2dc243664827425d7bc34",
      "parents": [
        "71ed90d89eff51a1137cbef727f11b8f7d5b20f1"
      ],
      "author": {
        "name": "David Brownell",
        "email": "dbrownell@users.sourceforge.net",
        "time": "Fri Sep 09 13:03:28 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Sep 09 13:57:48 2005 -0700"
      },
      "message": "[PATCH] pcmcia: OMAP CF controller\n\nThis adds a socket driver for the OMAP CF controller; it\u0027s currently in use on\nOSK boards.\n\nSigned-off-by: David Brownell \u003cdbrownell@users.sourceforge.net\u003e\nSigned-off-by: Dominik Brodowski \u003clinux@dominikbrodowski.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "71ed90d89eff51a1137cbef727f11b8f7d5b20f1",
      "tree": "a99d137d738e03bde1e957f08785788b4aa9082e",
      "parents": [
        "76d82ec526b0549cedf332d80929c8c225b653fa"
      ],
      "author": {
        "name": "Dominik Brodowski",
        "email": "linux@dominikbrodowski.net",
        "time": "Fri Sep 09 13:03:27 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Sep 09 13:57:48 2005 -0700"
      },
      "message": "[PATCH] pcmcia: remove unused Vpp1, Vpp2 and Vcc\n\nconfig_t-\u003eVpp1, Vpp2 and Vcc are never read, so remove them.\n\nSigned-off-by: Dominik Brodowski \u003clinux@dominikbrodowski.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "76d82ec526b0549cedf332d80929c8c225b653fa",
      "tree": "b98e791904a4f0a0e016ac26bd49ded25f659945",
      "parents": [
        "c8751e4c0bd32ecb76434240a56a087fa223280c"
      ],
      "author": {
        "name": "Dominik Brodowski",
        "email": "linux@dominikbrodowski.net",
        "time": "Fri Sep 09 13:03:26 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Sep 09 13:57:47 2005 -0700"
      },
      "message": "[PATCH] pcmcia: remove unused client_t\n\nclient_t and CLIENT_MAGIC are unused, so remove them\n\nSigned-off-by: Dominik Brodowski \u003clinux@dominikbrodowski.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "c8751e4c0bd32ecb76434240a56a087fa223280c",
      "tree": "7c51bd027a4e82ed374b1114890bd86f1e558367",
      "parents": [
        "c181e0e00ff778623c7fda055fd404a06d2c7845"
      ],
      "author": {
        "name": "Daniel Ritz",
        "email": "daniel.ritz@gmx.ch",
        "time": "Fri Sep 09 13:03:25 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Sep 09 13:57:47 2005 -0700"
      },
      "message": "[PATCH] pcmcia/yenta: avoid PCI write posting problem\n\nextend cb_writel(), exca_writeb(), exca_writel() to do a read[lb]() after\nthe write[lb]() to avoid possible problem with PCI write posting.\n\nSeems to fix Bug #5061.\n\nSigned-off-by: Daniel Ritz \u003cdaniel.ritz@gmx.ch\u003e\nCc: Dominik Brodowski \u003clinux@dominikbrodowski.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "c181e0e00ff778623c7fda055fd404a06d2c7845",
      "tree": "4d105c0d9653ad575b66017c163ac437a1a2b793",
      "parents": [
        "bf4de6f2db79f3c396bd884f546cd2ea91a686f2"
      ],
      "author": {
        "name": "Daniel Ritz",
        "email": "daniel.ritz@gmx.ch",
        "time": "Fri Sep 09 13:03:25 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Sep 09 13:57:47 2005 -0700"
      },
      "message": "[PATCH] fix pcmcia_request_irq() for multifunction card\n\nmultifunction cards need to have the same irq assigned to both functions.\nthe code tries that but fails because ret is still set to CS_IN_USE which\nresults in the function having the CB irq assigned.  yenta_set_socket then\njust changes the irq routing to use the PCI interrupt but the first\nfunctions irq handler is registered on an ISA interrupt.  boom.\n\nSigned-off-by: Daniel Ritz \u003cdaniel.ritz@gmx.ch\u003e\nCc: Dominik Brodowski \u003clinux@dominikbrodowski.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "bf4de6f2db79f3c396bd884f546cd2ea91a686f2",
      "tree": "6d2dc0b8ba8b91ea75d57c018d3958142c25eaef",
      "parents": [
        "b3743fa4442fc172e950ff0eaf6aa96e7d5ce9be"
      ],
      "author": {
        "name": "Daniel Ritz",
        "email": "daniel.ritz@gmx.ch",
        "time": "Fri Sep 09 13:03:23 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Sep 09 13:57:47 2005 -0700"
      },
      "message": "[PATCH] pcmcia/cs: fix possible missed wakeup\n\n- thread_done should only be completed when the wait_queue is installed.\n\n- all wake up conditions should be checked before schedule()\n\nthis fixes a hang of rmmod in the sequence modprobe yenta_socket; rmmod\nyenta_socket as reported by Andreas Steinmetz.  w/o this rmmod yenta_socket\ncan hang on wait_for_completion() in pcmcia_unregister_socket()\n\nSigned-off-by: Daniel Ritz \u003cdaniel.ritz@gmx.ch\u003e\nCc: Dominik Brodowski \u003clinux@brodo.de\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "b3743fa4442fc172e950ff0eaf6aa96e7d5ce9be",
      "tree": "fdc53b41cc1c1d762397bf673c43991000a6bdbe",
      "parents": [
        "76fa82fb7156aa7191dfd1fdede1fc0da51d45dd"
      ],
      "author": {
        "name": "Dominik Brodowski",
        "email": "linux@dominikbrodowski.net",
        "time": "Fri Sep 09 13:03:23 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Sep 09 13:57:47 2005 -0700"
      },
      "message": "[PATCH] yenta: share code with PCI core\n\nShare code between setup-bus.c and yenta_socket.c: use the write-out code of\nresources to the bridge also in yenta_socket.c, as it provides useful debug\noutput.  In addition, it fixes the bug that the CPU-centric resource view\nmight need to be transferred to the PCI-centric view: setup-bus.c does that,\nwhile yenta-socket.c did not.\n\nSigned-off-by: Dominik Brodowski \u003clinux@dominikbrodowski.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "76fa82fb7156aa7191dfd1fdede1fc0da51d45dd",
      "tree": "40278b8ff4816d46e66261f8b5ac02b42123c6ca",
      "parents": [
        "4da006c63fb4758ee2d688aa65a461337b3ed065"
      ],
      "author": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Fri Sep 09 13:03:21 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Sep 09 13:57:46 2005 -0700"
      },
      "message": "[PATCH] pcmcia: reduce ds.c stack footprint\n\nThis patch reduces the stack footprint of pcmcia_device_query() from 416 bytes\nto 36 bytes.\n\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\nSigned-off-by: Dominik Brodowski \u003clinux@dominikbrodowski.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "ea2f1590aaffbd02f1850c19c3895ff4d092c6e0",
      "tree": "472a30659fc1e32f25730d62d46a9dee481cf245",
      "parents": [
        "36d57ac4a818cb4aa3edbdf63ad2ebc31106f925"
      ],
      "author": {
        "name": "Daniel Ritz",
        "email": "daniel.ritz@gmx.ch",
        "time": "Tue Sep 06 15:16:50 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Sep 07 16:57:21 2005 -0700"
      },
      "message": "[PATCH] yenta: make ToPIC95 bridges work with 16bit cards\n\nToPIC95 brides (and maybe some other too) require to use the ExCA registers\nto power up the socket if a 16bit card is pluged.  allow socket drivers to\nset a flag so that yenta does just that.  also clean up yenta_get_status()\na bit to use the new yenta_get_power() function.\n\nSide note: ToPIC97 bridges (at least in Rev.5 i have) don\u0027t require this.\n\nRyan Underwood \u003cnemesis-lists@icequake.net\u003e said:\n\n According to the mail that David Hinds received from a Toshiba engineer,\n ToPIC95 and 97 do require this, and ToPIC100 does not.  Maybe you have a\n later revision.\n\n For all chips, 16-bit cards can be enabled through ExCA.  So doesn\u0027t it\n make sense just to make this the default behavior for all Toshiba chips,\n to avoid corner cases showing up later?\n\nDaniel responded:\n\n I disagree with ryan to change anything for topic97 bridges.  they work.\n and I couldn\u0027t find (read google) any report of a topic97 breaking on\n applying power with the CB registers.\n\n I\u0027m having several toshba notebooks at work (and home) with topic95,97,100\n bridges.  Only the ones with a topic95 didn\u0027t work.\n\nSigned-off-by: Daniel Ritz \u003cdaniel.ritz@gmx.ch\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "0ce7625f3c1e3f921f6b83f7e944e00031a39dfa",
      "tree": "bf04a478adbad082fe4689cecd02c2cd8c1f6031",
      "parents": [
        "027da01d734db0ca9dd1a084339dab07ab576935"
      ],
      "author": {
        "name": "Richard Purdie",
        "email": "rpurdie@rpsys.net",
        "time": "Mon Sep 05 20:49:54 2005 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Mon Sep 05 20:49:54 2005 +0100"
      },
      "message": "[ARM] 2882/1: pxa2xx_sharpsl: Update PCMCIA driver to support variety of new hardware\n\nPatch from Richard Purdie\n\nThis patch updates the PCMCIA pxa2xx_sharpsl driver to support multiple scoop\ndevices by adding a scoop to pcmcia slot mapping structure. It adds platform\nsupport for poodle, is known to work on spitz (which is dual slot) and\nshould also support collie with a minor amount of further work.\n\nSigned-off-by: Richard Purdie \u003crpurdie@rpsys.net\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "f36598aeca4c2dbaa607bf6f774e38eb965402f2",
      "tree": "e3f6ac9524f05d821b5fbe0c547c268ae3bedc3f",
      "parents": [
        "f505380ba7b98ec97bf25300c2a58aeae903530b"
      ],
      "author": {
        "name": "Richard Purdie",
        "email": "rpurdie@rpsys.net",
        "time": "Sat Sep 03 19:39:25 2005 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sat Sep 03 19:39:25 2005 +0100"
      },
      "message": "[ARM] 2873/1: PCMCIA soc: Allow access to filesystems on CF at boot time\n\nPatch from Richard Purdie\n\nThis change makes the soc pcmcia interfaces available earlier in the\nboot process meaning devices like CF microdrives can be used for the\nroot filesystem.\n\nSigned-off-by: Richard Purdie \u003crpurdie@rpsys.net\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "531e5ca62bd9aabef6bd8340d8ae93bac1b5caa2",
      "tree": "1bd14fc69b8c7b9afd04d7c2acb92809dd2abeb5",
      "parents": [
        "18415e923e90b986db316abd078f6d863cee7b18"
      ],
      "author": {
        "name": "Al Viro",
        "email": "viro@www.linux.org.uk",
        "time": "Tue Aug 23 22:47:01 2005 +0100"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Aug 23 18:43:43 2005 -0700"
      },
      "message": "[PATCH] missing include in pcmcia_resource.c\n\nmissing include of asm/irq.h\n\nSigned-off-by: Al Viro \u003cviro@parcelfarce.linux.theplanet.co.uk\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "43c34735524d5b1c9b9e5d63b49dd4c1b394bde4",
      "tree": "a61c11d4075f149be9c0aae6b6c0a935c94571af",
      "parents": [
        "fec59a711eef002d4ef9eb8de09dd0a26986eb77"
      ],
      "author": {
        "name": "Dominik Brodowski",
        "email": "linux@dominikbrodowski.net",
        "time": "Thu Aug 04 18:06:21 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Aug 04 21:32:46 2005 -0700"
      },
      "message": "[PATCH] pci and yenta: pcibios_bus_to_resource\n\nIn yenta_socket, we default to using the resource setting of the CardBus\nbridge.  However, this is a PCI-bus-centric view of resources and thus needs\nto be converted to generic resources first.  Therefore, add a call to\npcibios_bus_to_resource() call in between.  This function is a mere wrapper on\nx86 and friends, however on some others it already exists, is added in this\npatch (alpha, arm, ppc, ppc64) or still needs to be provided (parisc -- where\nis its pcibios_resource_to_bus() ?).\n\nSigned-off-by: Dominik Brodowski \u003clinux@dominikbrodowski.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "f7d1d23c301e0ce82c801f3b5800be6341752a1f",
      "tree": "12095ed260df39f8ee870f38d108d90519feb32f",
      "parents": [
        "9a351e30d72d409ec62c83f380e330e0baa584b4"
      ],
      "author": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Tue Aug 02 21:51:36 2005 +1000"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Aug 02 08:28:48 2005 -0700"
      },
      "message": "[PATCH] Obvious bugfix for yenta resource allocation\n\nRecent changes (well, dating from 12 July) have broken cardbus on my\npowerbook: I get 3 messages saying \"no resource of type xxx available,\ntrying to continue\", and if I plug in my wireless card, it complains\nthat there are no resources allocated to the card.  This all worked in\n2.6.12.\n\nLooking at the code in yenta_socket.c, function yenta_allocate_res,\nit\u0027s obvious what is wrong: if we get to line 639 (i.e. there wasn\u0027t a\nusable preassigned resource), we will always flow through to line 668,\nwhich is the printk that I was seeing, even if a resource was\nsuccessfully allocated.  It looks to me as though there should be a\nreturn statement after the two config_writel\u0027s in each of the 3\nbranches of the if statements, so that the function returns after\nsuccessfully setting up the resource.\n\nThe patch below adds these return statements, and with this patch,\ncardbus works on my powerbook once again.\n\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\nAcked-by: Dominik Brodowski \u003clinux@dominikbrodowski.net\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "5d546f54324e04747e82ccbb4ea85f54bdcacd6d",
      "tree": "58b217d83948d56dbb8d874941ad9aca1ab28f45",
      "parents": [
        "2b8d4669376332a6819e21994a78ecd5502d3ebc"
      ],
      "author": {
        "name": "Dominik Brodowski",
        "email": "linux@dominikbrodowski.net",
        "time": "Mon Aug 01 14:55:51 2005 +0200"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Mon Aug 01 10:03:56 2005 -0700"
      },
      "message": "[PATCH] pcmcia: fix multiple insertion of multifunction cards\n\nThe ordering of setting and clearing device_add_pending went wrong on some\noccasions, causing multifunction cards only to be handled correctly on the\nfirst insertion, not on subsequent ones.\n\nSigned-off-by: Dominik Brodowski \u003clinux@dominikbrodowski.net\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "889371f61fd5bb914d0331268f12432590cf7e85",
      "tree": "b2055808f8f7d26adad7507109e9d1890fe0cae8",
      "parents": [
        "035a4a4f8976bdf12aab992c630d3a6cfba90ea8"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sat Jul 30 13:41:56 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sat Jul 30 13:41:56 2005 -0700"
      },
      "message": "Revert \"yenta free_irq on suspend\"\n\nACPI is wrong.  Devices should not release their IRQ\u0027s on suspend and\nre-aquire them on resume.  ACPI should just re-init the IRQ controller\ninstead of breaking most drivers very subtly.\n\nBreakage reported by Hugh Dickins \u003chugh@veritas.com\u003e\n\nUndo: d8c4b4195c7d664baf296818bf756775149232d3\n\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "eaaf9c68e75edf0fa51c5770eb68c2a6cb5ff66b",
      "tree": "9f9426f38eff47c4e6ab4bc361dc66c30974b075",
      "parents": [
        "d8c4b4195c7d664baf296818bf756775149232d3"
      ],
      "author": {
        "name": "Daniel Ritz",
        "email": "daniel.ritz@gmx.ch",
        "time": "Thu Jul 28 01:07:30 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Jul 28 08:39:01 2005 -0700"
      },
      "message": "[PATCH] pcmcia: disable read prefetch/write burst on old O2Micro bridges\n\nOlder O2Micro bridges have problems with both read prefetch and write burst\ndepending on the combination of the chipset, bridge, cardbus card.  safest is\nto disable read prefetch and write burst on those old bridges.\n\nSigned-off-by: Daniel Ritz \u003cdaniel.ritz@gmx.ch\u003e\nSigned-off-by: Dominik Brodowski \u003clinux@dominikbrodowski.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "d8c4b4195c7d664baf296818bf756775149232d3",
      "tree": "0ca8d557b9bdb44836255ec72d1c4273db50bcce",
      "parents": [
        "a1b274fbe3f00469fb8a68806469ec7746c7f648"
      ],
      "author": {
        "name": "Daniel Ritz",
        "email": "daniel.ritz@gmx.ch",
        "time": "Thu Jul 28 01:07:28 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Jul 28 08:39:01 2005 -0700"
      },
      "message": "[PATCH] yenta: free_irq() on suspend.\n\nResume doesn\u0027t seem to work without.\n\nSigned-off-by: Daniel Ritz \u003cdaniel.ritz@gmx.ch\u003e\nSigned-off-by: Dominik Brodowski \u003clinux@dominikbrodowski.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "a1b274fbe3f00469fb8a68806469ec7746c7f648",
      "tree": "1c7701d1d9d8ec9dd6ff0d692501e6850032abef",
      "parents": [
        "661d04c6f08c16ae63fb3be05d59ee99c6f3de52"
      ],
      "author": {
        "name": "Dominik Brodowski",
        "email": "linux@dominikbrodowski.net",
        "time": "Thu Jul 28 01:07:27 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Jul 28 08:39:01 2005 -0700"
      },
      "message": "[PATCH] pcmcia: fix sharing IRQs and request_irq without IRQ_HANDLE_PRESENT\n\nDebugging and description from: Noah Misch \u003cnoah@cs.caltech.edu\u003e\n\nWhen a driver calls pcmcia_request_irq with IRQ_HANDLE_PRESENT unset, it looks\nfor an open IRQ by request_irq()ing with a dummy handler and NULL dev_info.\nfree_irq uses dev_info as a key for identifying the handler to free among\nthose sharing an IRQ, so request_irq returns -EINVAL if dev_info is NULL and\nthe IRQ may be shared.  That unknown error code is the -EINVAL.\n\nIt looks like only pcnet_cs and axnet_cs are affected.  Most other drivers let\npcmcia_request_irq install their interrupt handlers.  sym53c500_cs requests\nits IRQ manually, but it cannot share an IRQ.\n\nThe appended patch changes pcmcia_request_irq to pass an arbitrary, unique,\nnon-NULL dev_info with the dummy handler.\n\nSigned-off-by: Dominik Brodowski \u003clinux@dominikbrodowski.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "2e5a3e79091615c5eae871ad9e794ed48753ae05",
      "tree": "b354fe9969222384892d5a8629b62aeda95aee32",
      "parents": [
        "dc33a4a36cad02b939b9a4fb2f15ade17d61cdaf"
      ],
      "author": {
        "name": "Dominik Brodowski",
        "email": "linux@dominikbrodowski.net",
        "time": "Thu Jul 28 01:07:23 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Jul 28 08:39:00 2005 -0700"
      },
      "message": "[PATCH] pcmcia: avoid duble iounmap of one address\n\nAvoid double iounmap of one address, and disable cis_virt if set_mem_map\nfailed.\n\nSigned-off-by: Dominik Brodowski \u003clinux@dominikbrodowski.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "dc33a4a36cad02b939b9a4fb2f15ade17d61cdaf",
      "tree": "be772611363a522438fd6e130086e64d20bf6aba",
      "parents": [
        "b2e0743a515c3317b0f9c93fb1c5e082c87474a2"
      ],
      "author": {
        "name": "Dominik Brodowski",
        "email": "linux@dominikbrodowski.net",
        "time": "Thu Jul 28 01:07:22 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Jul 28 08:39:00 2005 -0700"
      },
      "message": "[PATCH] pcmcia: update au1000 to work with recent changes\n\nGet the au1000 PCMCIA socket drivers to work.\n\nSigned-off-by: Dominik Brodowski \u003clinux@dominikbrodowski.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "ba5bb6b58490693fb9b5de3ffee48c6dc9ae0d6c",
      "tree": "c905f6a5637672a255b519f5dc9ff4d6381782e1",
      "parents": [
        "698e22c4bf7dad25d63f5c2ec6ca07047579c434"
      ],
      "author": {
        "name": "Pavel Roskin",
        "email": "proski@gnu.org",
        "time": "Thu Jul 28 01:07:20 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Jul 28 08:38:59 2005 -0700"
      },
      "message": "[PATCH] pcmcia: fix comment\n\nThere are two problems with the message about missing callback functions: it\u0027s\nnot written in correct English and it lacks newline at the end.\n\nSigned-off-by: Pavel Roskin \u003cproski@gnu.org\u003e\nSigned-off-by: Dominik Brodowski \u003clinux@dominikbrodowski.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "821ca478867433502fc614b4be83e0362cd7e67e",
      "tree": "32253964ca72af1aa97a8df82c72d1a9be6d074e",
      "parents": [
        "7fcc113c3021a42db90e1ad27a7bec267b6e13e3"
      ],
      "author": {
        "name": "Michael Gernoth",
        "email": "michael@gernoth.net",
        "time": "Tue Jul 26 19:21:47 2005 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Tue Jul 26 19:21:47 2005 +0100"
      },
      "message": "[PATCH] ARM: 2830/1: Fix Jornada 720 PCMCIA-support\n\nPatch from Michael Gernoth\n\nThis patch lets the Jornada 720 PCMCIA-driver compile again. The\nresulting driver has been tested on a Jornada with a CF-card, which\nwas mounted and accessed successfully.\n\nSigned-off-by: Michael Gernoth \u003cmichael@gernoth.net\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "3f603ed319d5120e883e64ac5967b2fc848fc43b",
      "tree": "52ef311c245e4e4cd623b546ea1daf05a5ea8911",
      "parents": [
        "55ee3b8365fd5d301b9076eea739146f2b91e82c",
        "5028770a42e7bc4d15791a44c28f0ad539323807"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Jul 12 16:04:50 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Jul 12 16:04:50 2005 -0700"
      },
      "message": "Merge master.kernel.org:/pub/scm/linux/kernel/git/lenb/linux-2.6\n"
    },
    {
      "commit": "eb0a90b4970d667e9ae9df538710f12b8e78e442",
      "tree": "341f050368edbe235e3515032d5b6797545b7745",
      "parents": [
        "278798357d4a8658067dc9ac399d8ffba8389f03"
      ],
      "author": {
        "name": "Dominik Brodowski",
        "email": "linux@dominikbrodowski.net",
        "time": "Tue Jul 12 13:58:17 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Jul 12 16:01:00 2005 -0700"
      },
      "message": "[PATCH] yenta: allocate resource fixes\n\nThe current CardBus window allocation code in yenta_socket is unable to handle\nthe transparent PCI-bridge handling update in 2.6.13.  We need to check _all_\nresources of a given type to find the best one suitable for CardBus windows,\nnot just the first one.\n\nSigned-off-by: Dominik Brodowski \u003clinux@dominikbrodowski.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "278798357d4a8658067dc9ac399d8ffba8389f03",
      "tree": "faa00e598b8de5ce2401e79824308e32780c191c",
      "parents": [
        "c6fd718808df873b5d216d5827ac57ec39820238"
      ],
      "author": {
        "name": "Dominik Brodowski",
        "email": "linux@dominikbrodowski.net",
        "time": "Tue Jul 12 13:58:16 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Jul 12 16:01:00 2005 -0700"
      },
      "message": "[PATCH] yenta: same resources in same structs\n\ndrivers/pci/setup-bus.c enumerates the CardBus windows (bus-\u003eresources[])\n\nSigned-off-by: Dominik Brodowski \u003clinux@dominikbrodowski.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "862104e56329babf0b9571281e9516fe6259dd17",
      "tree": "2364a2bfb91961a806606b47b7b53ab65c9e5f54",
      "parents": [
        "8e2f3b70e60172f5ed7c0933b8d8a35654c1c031"
      ],
      "author": {
        "name": "Dominik Brodowski",
        "email": "linux@dominikbrodowski.net",
        "time": "Tue Jul 12 13:58:15 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Jul 12 16:00:59 2005 -0700"
      },
      "message": "[PATCH] yenta: fix parent resource determination\n\nIf the CardBus windows were pre-configured and the CardBus bridge is behind a\ntransparent PCI-PCI bridge, pci_find_parent_resource() might return a\ndifferent resource than the real parent if it is called before the window is\ndetermined.  Therefore, move that call around.\n\nAlso fix return of value in void function.\n\nSigned-off-by: Dominik Brodowski \u003clinux@dominikbrodowski.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "5028770a42e7bc4d15791a44c28f0ad539323807",
      "tree": "74800e35129775413c13ce7caf036ca19e3ce56c",
      "parents": [
        "9f02d6b7b43d46a74dd385f06090104ecd0fb807",
        "d8683a0cb5d09cb7f19feefa708424a84577e68f"
      ],
      "author": {
        "name": "Len Brown",
        "email": "len.brown@intel.com",
        "time": "Tue Jul 12 17:21:56 2005 -0400"
      },
      "committer": {
        "name": "Len Brown",
        "email": "len.brown@intel.com",
        "time": "Tue Jul 12 17:21:56 2005 -0400"
      },
      "message": "[ACPI] merge acpi-2.6.12 branch into latest Linux 2.6.13-rc...\n\nSigned-off-by: Len Brown \u003clen.brown@intel.com\u003e\n"
    },
    {
      "commit": "d58da590451cf6ae75379a2ebf96d3afb8d810d8",
      "tree": "3b39228dbd1ed798965cf64f5bd98a498f5811cc",
      "parents": [
        "362b06bb70b5a5779b2e852e0f2bdb437061106e"
      ],
      "author": {
        "name": "David Shaohua Li",
        "email": "shaohua.li@intel.com",
        "time": "Fri Mar 18 16:43:54 2005 -0500"
      },
      "committer": {
        "name": "Len Brown",
        "email": "len.brown@intel.com",
        "time": "Mon Jul 11 23:23:46 2005 -0400"
      },
      "message": "[ACPI] S3 Suspend to RAM: fix driver suspend/resume methods\n\nDrivers should do this:\n\n.suspend()\n\tpci_disable_device()\n\n.resume()\n\tpci_enable_device()\n\nhttp://bugzilla.kernel.org/show_bug.cgi?id\u003d3469\n\nSigned-off-by: David Shaohua Li \u003cshaohua.li@intel.com\u003e\nSigned-off-by: Len Brown \u003clen.brown@intel.com\u003e\n"
    },
    {
      "commit": "89b39f5d8d701ddd93546b3d8edbefa5d568529d",
      "tree": "bdb87ecd1d0b659f8e6c54486f2ec9c71ba0cf31",
      "parents": [
        "5bc6b68a103a6f4055890b5127ddca3a322751b0"
      ],
      "author": {
        "name": "Dominik Brodowski",
        "email": "linux@dominikbrodowski.net",
        "time": "Thu Jul 07 17:59:09 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Jul 07 18:24:07 2005 -0700"
      },
      "message": "[PATCH] yenta: don\u0027t depend on CardBus\n\nAs a follow-up, we can allow the yenta-driver to be limited to PCMCIA\noperation.\n\nSigned-off-by: Dominik Brodowski \u003clinux@dominikbrodowski.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "5bc6b68a103a6f4055890b5127ddca3a322751b0",
      "tree": "57195b4d7c6f0f97b111605f8eef6dccda83e0b8",
      "parents": [
        "4230dfc9c3f708f4765736b862aa313aa97e3c2e"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk+pcmcia@arm.linux.org.uk",
        "time": "Thu Jul 07 17:59:07 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Jul 07 18:24:07 2005 -0700"
      },
      "message": "[PATCH] yenta: no CardBus if IRQ fails\n\nIf probing for the correct interrupt fails on yenta bridges, the driver falls\nback to polling for interrupt actions.  However, CardBus cards cannot be used\nthen.\n\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\nSigned-off-by: Dominik Brodowski \u003clinux@dominikbrodowski.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "44670d2b50efd2443c3810239d6ea3fd02f8ef64",
      "tree": "a32aa41a9dd5eb33e657f94f823d44948f5be9c2",
      "parents": [
        "2ffe6e280f792790c39f241e7e3c5d2ef8da1b94"
      ],
      "author": {
        "name": "Dominik Brodowski",
        "email": "linux@dominikbrodowski.net",
        "time": "Thu Jul 07 17:59:05 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Jul 07 18:24:07 2005 -0700"
      },
      "message": "[PATCH] pcmcia: remove references to pcmcia/version.h\n\nAs a follow-up, remove the inclusion of pcmcia/version.h in many files.\n\nSigned-off-by: Dominik Brodowski \u003clinux@dominikbrodowski.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "a00db1ba7c33619cbd7c3153e4746d15881c0383",
      "tree": "5cb3bbbd8b9fd03947c75b7bdfede1db27c9d6b6",
      "parents": [
        "2bc5a9bdc56fac6f7cbf95b89443e3809141c247"
      ],
      "author": {
        "name": "Pavel Roskin",
        "email": "proski@gnu.org",
        "time": "Thu Jul 07 17:59:03 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Jul 07 18:24:06 2005 -0700"
      },
      "message": "[PATCH] pcmcia: remove client services version\n\nThe Linux PCMCIA code has some data that was apparently used (or meant to be\nused) to ensure that only proper client drivers are loaded.  This is now\nensured (to a certain degree) by the fact that the most client drivers are\npart of the kernel.  Also, the version information has not been updated\ndespite major changes in PCMCIA API.  This has made it meaningless.\n\nThis patch removes servinfo_t and pcmcia_get_card_services_info.  They are not\nused in any userspace utilities such as pcmcia-cs and pcmciautils.\ndrivers/pcmcia/pcmcia_ioctl.c is adjusted accordingly.\n\nCS_RELEASE and CS_RELEASE_CODE are removed.  include/pcmcia/version.h is empty\nnow.  It will be removed later, but for now it\u0027s left in the tree to avoid\ntouching all PCMCIA clients.\n\nThe only driver that needs to be changed is drivers/scsi/pcmcia/nsp_cs.c,\nwhich uses CS_RELEASE_CODE.\n\nSigned-off-by: Pavel Roskin \u003cproski@gnu.org\u003e\nSigned-off-by: Dominik Brodowski \u003clinux@dominikbrodowski.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "2bc5a9bdc56fac6f7cbf95b89443e3809141c247",
      "tree": "b9cc15e994df40ca5f1e9748f2bb32e9e292c5d7",
      "parents": [
        "e12a9a93a8417c4f2aa46ce8346c2d27e656b9a2"
      ],
      "author": {
        "name": "Dominik Brodowski",
        "email": "linux@dominikbrodowski.net",
        "time": "Thu Jul 07 17:59:02 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Jul 07 18:24:06 2005 -0700"
      },
      "message": "[PATCH] pcmcia: reduce client_handle_t usage\n\nReduce the occurences of \"client_handle_t\" which is nothing else than a\npointer to struct pcmcia_device by now.\n\nSigned-off-by: Dominik Brodowski \u003clinux@dominikbrodowski.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "e12a9a93a8417c4f2aa46ce8346c2d27e656b9a2",
      "tree": "ca4295237f29c54901c199b322e504f89a45c902",
      "parents": [
        "1e212f3645a6b355de8c43a23376bc0e2ac49a63"
      ],
      "author": {
        "name": "Dominik Brodowski",
        "email": "linux@dominikbrodowski.net",
        "time": "Thu Jul 07 17:59:01 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Jul 07 18:24:06 2005 -0700"
      },
      "message": "[PATCH] pcmcia: remove client_t usage\n\nReduce the occurences of \"client_handle_t\" which is nothing else than a\npointer to struct pcmcia_device by now.\n\nSigned-off-by: Dominik Brodowski \u003clinux@dominikbrodowski.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "1e212f3645a6b355de8c43a23376bc0e2ac49a63",
      "tree": "89324df417c19a1a63efb2ec6630e7d4b47181a0",
      "parents": [
        "bf45d9b0ac108b11245203ebb082d30f5059846b"
      ],
      "author": {
        "name": "Dominik Brodowski",
        "email": "linux@dominikbrodowski.net",
        "time": "Thu Jul 07 17:59:00 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Jul 07 18:24:05 2005 -0700"
      },
      "message": "[PATCH] pcmcia: move event handler\n\nMove the \"event handler\" to struct pcmcia_driver -- the unified event handler\nwill disappear really soon, but switching it to struct pcmcia_driver in the\nmeantime allows for better \"step-by-step\" patches.\n\nSigned-off-by: Dominik Brodowski \u003clinux@dominikbrodowski.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "bf45d9b0ac108b11245203ebb082d30f5059846b",
      "tree": "786c8812418142f6f05f42045bb0ebbe95d0bc52",
      "parents": [
        "69a4d56bae492b1a5e74459d9d771d9bc7f9320f"
      ],
      "author": {
        "name": "Dominik Brodowski",
        "email": "linux@dominikbrodowski.net",
        "time": "Thu Jul 07 17:58:58 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Jul 07 18:24:04 2005 -0700"
      },
      "message": "[PATCH] pcmcia: deprecate ioctl\n\nSchedule removal of the PCMCIA ioctl (and thus kernel support for the\npcmcia-cs userspace package) for November 2005.\n\nA big \"thank you\" to Dave Hinds for his great work on supporting PCMCIA in\nLinux.  Things are just done differently by now, so the ongoing work to make\nPCMCIA behave like any other hotpluggable bus should continue.\n\nSigned-off-by: Dominik Brodowski \u003clinux@dominikbrodowski.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "69a4d56bae492b1a5e74459d9d771d9bc7f9320f",
      "tree": "62a8531c160d56b3761034cb9803bf2fbd1c1392",
      "parents": [
        "08d805258f69bff5ba8268a969f140ef1f105c71"
      ],
      "author": {
        "name": "Ian Campbell",
        "email": "icampbell@arcom.com",
        "time": "Thu Jul 07 17:58:52 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Jul 07 18:24:04 2005 -0700"
      },
      "message": "[PATCH] pcmcia: fix i82365 request_region double usage\n\nhttp://www.kernel.org/git/?p\u003dlinux/kernel/git/torvalds/linux-2.6.git;a\u003dcommit;h\u003df354942cb301fed273f423fb5c4f57bde3efc5b2\nconverted the check_region() calls in drivers/pcmcia/i82365.c into\nrequest_regions.  Unfortunately this seems to have broken things.\n\nisa_probe() used to call check_region() and then call add_pcic() which would\nrequest_region().\n\nNow isa_probe() calls request_region() and then calls add_pcic() which calls\nrequest_region() again, this fails and add_pcic() returns immediately without\ndoing all the setup etc.\n\nOn the face of it the patch below fixes the problem, by not doing the second\nrequest region in add_pcic().  I think this is preferable to remove the call\nin isa_probe() since identify() touches the I/O regions and is called before\nadd_pcic().\n\nHowever I haven\u0027t fully grokked the meaning of the code which follows the\nrequest_region() in isa_probe(), so I\u0027m not sure that the handling WRT\nmultiple sockets and multiple bridge chips is correct.  In particular I\u0027m not\nconvinced that the regions for subsequent sockets and/or bridges will be\nrequested at all.  I suspect a more thorough reworking by someone who\nunderstands what is going on there might be in order.\n\nI should mention that I\u0027m actually messing about with this on an ARM platform\nwith wacky memory and i/o mapping offsets etc, it doesn\u0027t quite work yet for\nother reasons which preclude full testing etc, but I think the problem above\nis still present for more normal x86 stuff.\n\nSigned-off-by: Ian Campbell \u003cicampbell@arcom.com\u003e\nSigned-off-by: Dominik Brodowski \u003clinux@dominikbrodowski.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "3704511b2ee8b01475ca7c171d62c682342fa38e",
      "tree": "e6f59bcdaf513b241ba3ecb65900149e0c419564",
      "parents": [
        "9b4311eedb17fa88f02e4876cd6aa9a08e383cd6"
      ],
      "author": {
        "name": "Dominik Brodowski",
        "email": "linux@dominikbrodowski.net",
        "time": "Thu Jun 30 02:58:47 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Thu Jun 30 08:45:08 2005 -0700"
      },
      "message": "[PATCH] pcmcia: fix modalias attribute in sysfs\n\nFix up PCMCIA modalias file in sysfs\n\nSigned-off-by: Dominik Brodowski \u003clinux@dominikbrodowski.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "b6d00f0de9e932e2884b3b7af8e43c0a61a271ee",
      "tree": "1d9b01dd4136eb4e44083a31f46dd7e7283dd683",
      "parents": [
        "3248ff43f86493368b321376d447d84fa9a2737d"
      ],
      "author": {
        "name": "Dominik Brodowski",
        "email": "linux@dominikbrodowski.net",
        "time": "Mon Jun 27 16:29:02 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Mon Jun 27 18:03:22 2005 -0700"
      },
      "message": "[PATCH] ACPI-based PCI resources: PCMCIA bugfix, but resources missing in trees\n\nDon\u0027t auto-configure yenta sockets for PCMCIA devices if it is connected to\nthe root PCI bus on the x86 or x86_64 architectures.  Previously, this was\nhandled by the \"ioport_resource\"/\"iomem_resource\" check a few lines below,\nbut with the new ACPI-based resource handling this doesn\u0027t catch all cases\nany longer.\n\npci-yenta-cardbus-fix.patch and this patch should solve the initialization\ntime trouble.  However, the ACPI-based PCI resource handling is badly\nbroken, IMHO:\n\n- many resources of devices don\u0027t show up in the resource trees (\n  /proc/iomem and /proc/ioports) any longer. This means that PCMCIA, but\n  also possibly other subsystems (ISA, PnP, ...) do not know which resources\n  it cannot use.\n\n- verify_root_windows() should fail if there are no iomem _or_ ioport\n  resources, not only if there are no iomem _and_ ioport resources.\n\nSigned-off-by: Dominik Brodowski \u003clinux@dominikbrodowski.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "3248ff43f86493368b321376d447d84fa9a2737d",
      "tree": "36b11c42479f7370e669f8c6747501ad5a72795b",
      "parents": [
        "57b6281cea59639cce995745f1dc42fe9da2c533"
      ],
      "author": {
        "name": "Dominik Brodowski",
        "email": "linux@dominikbrodowski.net",
        "time": "Mon Jun 27 16:29:01 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Mon Jun 27 18:03:22 2005 -0700"
      },
      "message": "[PATCH] pcmcia: export modalias in sysfs\n\nProvide a \"modalias\" entry in sysfs for PCMCIA devices.\n\nSigned-off-by: Dominik Brodowski \u003clinux@dominikbrodowski.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "57b6281cea59639cce995745f1dc42fe9da2c533",
      "tree": "3853530c322d331417bc5184af38fb77a061d6d1",
      "parents": [
        "1a8ceafce5f1e68c28c7ba52fd7e72ab0008eb46"
      ],
      "author": {
        "name": "Dominik Brodowski",
        "email": "linux@dominikbrodowski.net",
        "time": "Mon Jun 27 16:29:01 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Mon Jun 27 18:03:22 2005 -0700"
      },
      "message": "[PATCH] pcmcia: 8 and 16 bit access for static_map\n\nThe PCMCIA card services layer is never setting the i/o map attributes when\nSS_CAP_STATIC_MAP is specified.  Net result, sockets\u0027 set_io_map() calls\nalways see requests with most flags clear, meaning 8 bit access.\n\nFor hardware that always autosizes, that won\u0027t matter; and all current\nSTATIC_MAP drivers ignore those attributes.  A new driver (for at91rm9200)\nsuffers badly from this, since this forces everything into 8 bit mode and\nthat breaks both (a) cards requiring 16 bit access, and (b) ide-cs; but of\ncourse 8-bit cards work OK (as does accessing card attributes).\n\nSo this patch arranges to pass the attributes down, matching the behavior\nfor non-static mappings (using the first/only I/O window).\n\nSigned-off-by: David Brownell \u003cdbrownell@users.sourceforge.net\u003e\nSigned-off-by: Dominik Brodowski \u003clinux@dominikbrodowski.de\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "1a8ceafce5f1e68c28c7ba52fd7e72ab0008eb46",
      "tree": "35cda6b26cdd92f2f4ed66cc43fc0d82a1ebeb2c",
      "parents": [
        "a9a55243d4a5f41b0035d36457b87463aa232807"
      ],
      "author": {
        "name": "Dominik Brodowski",
        "email": "linux@dominikbrodowski.net",
        "time": "Mon Jun 27 16:29:00 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Mon Jun 27 18:03:22 2005 -0700"
      },
      "message": "[PATCH] pcmcia: properly handle all errors of register_chrdev\n\nregister_chrdev() can return errors (negative) other then -EBUSY, so check\nfor any negative error code.\n\nSigned-off-by: Randy Dunlap \u003crdunlap@xenotime.net\u003e\nSigned-off-by: Dominik Brodowski \u003clinux@dominikbrodowski.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "2ad0a0a793cbd87a87488d59abc744374669498f",
      "tree": "13971415c68a769943c2323fc1659db8b40286a6",
      "parents": [
        "f861bd23076efc4c86063721b9021d82481fd6b2"
      ],
      "author": {
        "name": "Dominik Brodowski",
        "email": "linux@dominikbrodowski.net",
        "time": "Mon Jun 27 16:28:58 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Mon Jun 27 18:03:21 2005 -0700"
      },
      "message": "[PATCH] pcmcia: resource handling fixes\n\n- properly bail out in set_cis_map if call to socket driver\u0027s set_mem_map\n  failed\n- don\u0027t abort do_mem_probe cycle if one entry failed (!CONFIG_PCMCIA_PROBE)\n- don\u0027t do iomem probing in chunks larger than 0x800000 (1 \u003c\u003c 23) as\n  yenta_socket and vrc4173_cardu.c fail to set_mem_map for windows equal to\n  or larger than (1 \u003c\u003c 24).\n\nSigned-off-by: Dominik Brodowski \u003clinux@dominikbrodowski.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "f861bd23076efc4c86063721b9021d82481fd6b2",
      "tree": "64d8e106ec0a01dc9d0bdee2eaa11b12d3b052f2",
      "parents": [
        "aecab27aeabaa897d69fc082686df314329830de"
      ],
      "author": {
        "name": "Dominik Brodowski",
        "email": "linux@dominikbrodowski.net",
        "time": "Mon Jun 27 16:28:57 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Mon Jun 27 18:03:21 2005 -0700"
      },
      "message": "[PATCH] pcmcia: select crc32 in Kconfig for PCMCIA\n\nPCMCIA needs CRC32.\n\nSigned-off-by: Dominik Brodowski \u003clinux@dominikbrodowski.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "f354942cb301fed273f423fb5c4f57bde3efc5b2",
      "tree": "0064f004c20d2b8c17cb94bd42b3cbc765d7c4f9",
      "parents": [
        "378a33a686d457fa5a38d6ad134f5385a9cc7860"
      ],
      "author": {
        "name": "Dominik Brodowski",
        "email": "linux@dominikbrodowski.net",
        "time": "Mon Jun 27 16:28:55 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Mon Jun 27 18:03:21 2005 -0700"
      },
      "message": "[PATCH] pcmcia: use request_region in i82365\n\n      randy_dunlap \u003crdunlap@xenotime.net\u003e\n\nConvert deprecated check_region() calls to request/release region.\nAdd return value check on one request_region().\n\nI suspect that it may do an extra release_region(), which should\ngenerate a warning message from the kernel.\n\nSigned-off-by: randy_dunlap \u003crdunlap@xenotime.net\u003e\nSigned-off-by: Dominik Brodowski \u003clinux@dominikbrodowski.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "378a33a686d457fa5a38d6ad134f5385a9cc7860",
      "tree": "d3773b8cc8dec6580b7d2b7327766e9cd8738e5d",
      "parents": [
        "3448139b41b9e3b8799eed7d427cd50789dadc3e"
      ],
      "author": {
        "name": "Dominik Brodowski",
        "email": "linux@dominikbrodowski.net",
        "time": "Mon Jun 27 16:28:54 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Mon Jun 27 18:03:20 2005 -0700"
      },
      "message": "[PATCH] pcmcia: release_class\n\nProperly wait for the class refcount to reach zero.\n\nSigned-off-by: Dominik Brodowski \u003clinux@dominikbrodowski.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "3448139b41b9e3b8799eed7d427cd50789dadc3e",
      "tree": "9c6c2938220fb6826de49f7bf1b7fe3ecdc801ad",
      "parents": [
        "33519ddd43f4adc221ee7b2801dedd19ac97540b"
      ],
      "author": {
        "name": "Dominik Brodowski",
        "email": "linux@dominikbrodowski.net",
        "time": "Mon Jun 27 16:28:54 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Mon Jun 27 18:03:20 2005 -0700"
      },
      "message": "[PATCH] pcmcia: ds.c cleanup\n\nClean up ds.c\n\nSigned-off-by: Dominik Brodowski \u003clinux@dominikbrodowski.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "33519ddd43f4adc221ee7b2801dedd19ac97540b",
      "tree": "f80b15281279ff58fcfce01f15d32153cd825ec1",
      "parents": [
        "1a8d46631e166a3c79fe1466ce8cfc4721fdf780"
      ],
      "author": {
        "name": "Dominik Brodowski",
        "email": "linux@dominikbrodowski.net",
        "time": "Mon Jun 27 16:28:53 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Mon Jun 27 18:03:20 2005 -0700"
      },
      "message": "[PATCH] pcmcia: cs.c cleanup\n\nClean up cs.c\n\nSigned-off-by: Dominik Brodowski \u003clinux@dominikbrodowski.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "1a8d46631e166a3c79fe1466ce8cfc4721fdf780",
      "tree": "71d2d6327019e1a6cb01b5027f2071aea9c4f04a",
      "parents": [
        "e6ea0b9ec5131ac360581d6924fed536758bd024"
      ],
      "author": {
        "name": "Dominik Brodowski",
        "email": "linux@dominikbrodowski.net",
        "time": "Mon Jun 27 16:28:53 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Mon Jun 27 18:03:20 2005 -0700"
      },
      "message": "[PATCH] pcmcia: move pcmcia resource handling out of cs.c\n\nMove the 16-bit PCMICA resource handling from pcmcia_core.o to pcmcia.o.\n\nSigned-off-by: Dominik Brodowski \u003clinux@dominikbrodowski.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "e6ea0b9ec5131ac360581d6924fed536758bd024",
      "tree": "a6d97d93480e578b95ac855855906bee423c099f",
      "parents": [
        "3b659fb862db02c77ea7e6db7e70b6e888681579"
      ],
      "author": {
        "name": "Dominik Brodowski",
        "email": "linux@dominikbrodowski.net",
        "time": "Mon Jun 27 16:28:52 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Mon Jun 27 18:03:19 2005 -0700"
      },
      "message": "[PATCH] pcmcia: rename some functions\n\nRename some functions in drivers/pcmcia/ to show they belong to the PCMCIA\nsubsystem.\n\nSigned-off-by: Dominik Brodowski \u003clinux@dominikbrodowski.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "3b659fb862db02c77ea7e6db7e70b6e888681579",
      "tree": "6b2e67d09d8738ecc727f3cf376a3f731f142fd4",
      "parents": [
        "dc109497bd5799770fedfc6503119808497b3677"
      ],
      "author": {
        "name": "Dominik Brodowski",
        "email": "linux@dominikbrodowski.net",
        "time": "Mon Jun 27 16:28:51 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Mon Jun 27 18:03:19 2005 -0700"
      },
      "message": "[PATCH] pcmcia: remove unneeded includes in ds.c\n\nRemove unnecessary includes in ds.c and pcmcia_ioctl.c\n\nSigned-off-by: Dominik Brodowski \u003clinux@dominikbrodowski.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "dc109497bd5799770fedfc6503119808497b3677",
      "tree": "04b2a219ab92511c2fe37220543405fa4ff86d49",
      "parents": [
        "b5e43913cfe95a18ad8929585a0bb58e46cf3390"
      ],
      "author": {
        "name": "Dominik Brodowski",
        "email": "linux@dominikbrodowski.net",
        "time": "Mon Jun 27 16:28:50 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Mon Jun 27 18:03:19 2005 -0700"
      },
      "message": "[PATCH] pcmcia: merge struct pcmcia_bus_socket into struct pcmcia_socket\n\nMerge struct pcmcia_bus_socket into struct pcmcia_socket.\n\nSigned-off-by: Dominik Brodowski \u003clinux@dominikbrodowski.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "b5e43913cfe95a18ad8929585a0bb58e46cf3390",
      "tree": "2dbdcf979e3a300141c1ffdaf96e03127675cb1e",
      "parents": [
        "90c6cdd1fa8dd4d69af792541a37b38576aa9b5a"
      ],
      "author": {
        "name": "Dominik Brodowski",
        "email": "linux@dominikbrodowski.net",
        "time": "Mon Jun 27 16:28:50 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Mon Jun 27 18:03:19 2005 -0700"
      },
      "message": "[PATCH] pcmcia: make PCMCIA status a bitfield\n\nmake pcmcia_bus_socket-\u003estate a bitfield, and rename it pcmcia_state to\nprepare for struct pcmcia_bus_socket integration into struct pcmcia_socket.\n\nSigned-off-by: Dominik Brodowski \u003clinux@dominikbrodowski.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "90c6cdd1fa8dd4d69af792541a37b38576aa9b5a",
      "tree": "f8294e94811eb9cf6c121a65c4afbce485d7d6f6",
      "parents": [
        "e7a480d229461e54a0b3b0439b2bf0e652545e3d"
      ],
      "author": {
        "name": "Dominik Brodowski",
        "email": "linux@dominikbrodowski.net",
        "time": "Mon Jun 27 16:28:49 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Mon Jun 27 18:03:19 2005 -0700"
      },
      "message": "[PATCH] pcmcia: clean up cs ds callback\n\nstruct pcmcia_callback isn\u0027t needed for each socket, one is enough for all\nsockets.\n\nSigned-off-by: Dominik Brodowski \u003clinux@dominikbrodowski.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "e7a480d229461e54a0b3b0439b2bf0e652545e3d",
      "tree": "a1a8226fcd713e5db3e26a99ad877e4fd1a58edd",
      "parents": [
        "9a5555b81fde402119a6b4f2b38d3373d272ff69"
      ],
      "author": {
        "name": "Dominik Brodowski",
        "email": "linux@dominikbrodowski.net",
        "time": "Mon Jun 27 16:28:47 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Mon Jun 27 18:03:18 2005 -0700"
      },
      "message": "[PATCH] pcmcia: move PCMCIA ioctl to a separate file\n\nMove all PCMCIA_IOCTL-related code to a different file.\n\nSigned-off-by: Dominik Brodowski \u003clinux@dominikbrodowski.net\u003e\n\nFrom: Richard Purdie \u003crpurdie@rpsys.net\u003e\n\nThe pcmcia-move-pcmcia-ioctl-to-a-separate-file patch was corrupted in -mm2\ncausing this problem.\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "9a5555b81fde402119a6b4f2b38d3373d272ff69",
      "tree": "68f5af92d99dc320e7d2954fd1173fa14780f8a8",
      "parents": [
        "3c29976a6469b81a7858812dc2d4b8430d74004a"
      ],
      "author": {
        "name": "Dominik Brodowski",
        "email": "linux@dominikbrodowski.net",
        "time": "Mon Jun 27 16:28:47 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Mon Jun 27 18:03:18 2005 -0700"
      },
      "message": "[PATCH] pcmcia: add a config option for the PCMICA ioctl\n\nAdd a new config option to control the building of the PCMCIA IOCTL. Currently,\nit is not yet made public, though the help text is there already.\n\nSigned-off-by: Dominik Brodowski \u003clinux@dominikbrodowksi.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "3c29976a6469b81a7858812dc2d4b8430d74004a",
      "tree": "2a8baf9ad5ffe36b55fd5c0b9f8fcf0e2c67e2f6",
      "parents": [
        "22916638b124e859b595099bd0c86a1e09e767fb"
      ],
      "author": {
        "name": "Dominik Brodowski",
        "email": "linux@dominikbrodowski.net",
        "time": "Mon Jun 27 16:28:46 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Mon Jun 27 18:03:18 2005 -0700"
      },
      "message": "[PATCH] pcmcia: mark parent bridge windows as resources available for PCMCIA devices\n\nAutomatically mark the parent PCI-PCI bridge windows as resources available\nfor PCMCIA usage.\n\nSigned-off-by: Dominik Brodowski \u003clinux@dominikbrodowski.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "22916638b124e859b595099bd0c86a1e09e767fb",
      "tree": "eb72f33295a0e7806c13df8f1bbf8b340a739326",
      "parents": [
        "5085cb26503a662a5cfdf53ce96fd606c1fbe9ba"
      ],
      "author": {
        "name": "Dominik Brodowski",
        "email": "linux@dominikbrodowski.net",
        "time": "Mon Jun 27 16:28:46 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Mon Jun 27 18:03:18 2005 -0700"
      },
      "message": "[PATCH] pcmcia: update resource database adjust routines to use unsigned long values\n\nMake adjust_io and adjust_memory independent of adjust_t to allow for IO\nresources \u003e x86\u0027s IO_SPACE_LIMIT.\n\nSigned-off-by: Dominik Brodowski \u003clinux@dominikbrodowski.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "5085cb26503a662a5cfdf53ce96fd606c1fbe9ba",
      "tree": "93f4cc37b516e4f6a812b760e3a52d1b2d0dfd5b",
      "parents": [
        "f4d7510d3d3b4501c94b4b00cf42fd58d49aeddd"
      ],
      "author": {
        "name": "Dominik Brodowski",
        "email": "linux@dominikbrodowski.net",
        "time": "Mon Jun 27 16:28:45 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Mon Jun 27 18:03:18 2005 -0700"
      },
      "message": "[PATCH] pcmcia: add some Documentation\n\nAdd some information useful for PCMCIA device driver authors to\nDocumentation/pcmcia/, and reference it in dmesg in case of hash mismatches.\n\nAlso add a reference to pcmciautils to Documentation/Changes.  With recent\nchanges, you don\u0027t need to concern yourself with pcmcia-cs even if you have\nPCMCIA hardware, so the example above the list needed to be adapted as well.\n\nSigned-off-by: Dominik Brodowski \u003clinux@dominikbrodowksi.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "e2f0b5344161dabfab102ac0a54f330f61477972",
      "tree": "74ecdbd6bd7e875c56f78a5a1d7822ade2159794",
      "parents": [
        "e94e15f70559962f60915a09d44658b73a453fe2"
      ],
      "author": {
        "name": "Dominik Brodowski",
        "email": "linux@dominikbrodowski.net",
        "time": "Mon Jun 27 16:28:17 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Mon Jun 27 18:03:08 2005 -0700"
      },
      "message": "[PATCH] pcmcia: rescan bus always upon echoing into setup_done\n\nAlways rescan the devices upon echo\u0027ing something to\navailable_resources_setup_done.  This is needed for proper \"coldplug\" support.\n\nSigned-off-by: Dominik Brodowski \u003clinux@dominikbrodowski.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "e94e15f70559962f60915a09d44658b73a453fe2",
      "tree": "0ce8fb08e276cfc93a65b82ded38c4c1a1c9169b",
      "parents": [
        "daa9517d9eccc3598b2b0cdfa0b016ae4a4fcdce"
      ],
      "author": {
        "name": "Dominik Brodowski",
        "email": "linux@dominikbrodowski.net",
        "time": "Mon Jun 27 16:28:15 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Mon Jun 27 18:03:08 2005 -0700"
      },
      "message": "[PATCH] pcmcia: cleanups\n\nFrom: Adrian Bunk \u003cbunk@stusta.de\u003e\n\nThis patch contains the following cleanups:\n- make needlessly global code static\n- remove the following unneeded EXPORT_SYMBOL\u0027s:\n  - ds.c: pcmcia_report_error\n  - ds.c: pcmcia_bus_type\n\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": "daa9517d9eccc3598b2b0cdfa0b016ae4a4fcdce",
      "tree": "e62d4533e29344a9e0259020e8e3818ecb6f220e",
      "parents": [
        "90829cfe1df2466c98a831f6c44f71026665cec1"
      ],
      "author": {
        "name": "Dominik Brodowski",
        "email": "linux@dominikbrodowski.net",
        "time": "Mon Jun 27 16:28:14 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Mon Jun 27 18:03:08 2005 -0700"
      },
      "message": "[PATCH] pcmcia: request CIS via firmware interface\n\nUse the firmware method to load replacement CIS tables.  It is recommended\nthat the /lib/firmware/cis/ points to /etc/pcmcia/cis or the other way round\nso that both old-style cardmgr and new-style hotplug/firmware can access these\n\"overwrite\" files\n\nSigned-off-by: Dominik Brodowski \u003clinux@dominikbrodowski.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "a5b5577898d9330a78dea1c9e75da1540c36bf72",
      "tree": "8f0b51b7267e765582fc53a4c95e5d7c70b06b35",
      "parents": [
        "f602ff7eb4e44e7245bfeeba4d078144703fcd76"
      ],
      "author": {
        "name": "Dominik Brodowski",
        "email": "linux@dominikbrodowski.net",
        "time": "Mon Jun 27 16:28:10 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Mon Jun 27 18:03:07 2005 -0700"
      },
      "message": "[PATCH] pcmcia: allow function-ID based match\n\nThe \"func_id\"-based matching is very fuzzy and can lead to false positives.\nTherefore, it should be tried to avoid relying on these matches.  Until\nmost/all existing func_id-based matches are replaced by\nmanf_id/card_id/prod_id matches (a patch which will ask to send the\nappropriate card information to the PCMCIA mailing list will be added once\nother, more pressing issues are adressed), we need to emulate cardmgr\nbehaviour by allowing func_id matches if no manf_id/card_id/prod_id match\noccurs.  This can only be done in userspace because of modules possibly loaded\nwith long delays.  So, add a per-device sysfs file for this purpose.\n\nSigned-off-by: Dominik Brodowski \u003clinux@dominikbrodowski.net\u003e\nSigned-off-by: Brice Goglin \u003cBrice.Goglin@ens-lyon.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "f602ff7eb4e44e7245bfeeba4d078144703fcd76",
      "tree": "e919cf5470a7e963ae4ce9f21b7fa1ed3bd4cb71",
      "parents": [
        "ff1fa9ef3c9fb23a6baa06b63f4bdf3de089b29a"
      ],
      "author": {
        "name": "Dominik Brodowski",
        "email": "linux@dominikbrodowski.net",
        "time": "Mon Jun 27 16:28:09 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Mon Jun 27 18:03:07 2005 -0700"
      },
      "message": "[PATCH] pcmcia: match \"anonymous\" cards\n\nIf a card doesn\u0027t provide _any_ information about itself, assume it is a\nso-called \"anonymous\" card.  pcmciamtd will bind to it if it is configured to\ndo so.\n\nSigned-off-by: Dominik Brodowski \u003clinux@dominikbrodowski.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "ff1fa9ef3c9fb23a6baa06b63f4bdf3de089b29a",
      "tree": "05cd82cc6bbb4c9881de5d9c5584cc64f15262d1",
      "parents": [
        "7f299bccb422d707be3b074f9a669b34cb207a14"
      ],
      "author": {
        "name": "Dominik Brodowski",
        "email": "linux@dominikbrodowski.net",
        "time": "Mon Jun 27 16:28:09 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Mon Jun 27 18:03:07 2005 -0700"
      },
      "message": "[PATCH] pcmcia: CIS overrid via sysfs\n\nThe one thing which surprises me in this patch that cis-\u003eLength needs to be\nset to count+1.  Without it, it doesn\u0027t work, but with it, it doesn\u0027t make\nsense to me.\n\nSigned-off-by: Dominik Brodowski \u003clinux@dominikbrodowski.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "7f299bccb422d707be3b074f9a669b34cb207a14",
      "tree": "7a364c4056a967f6529f99beaeec82584d6a8dd3",
      "parents": [
        "ea7b38825bba66a81745a706da70a1c81adc95bd"
      ],
      "author": {
        "name": "Dominik Brodowski",
        "email": "linux@dominikbrodowski.net",
        "time": "Mon Jun 27 16:28:08 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Mon Jun 27 18:03:07 2005 -0700"
      },
      "message": "[PATCH] pcmcia: export CIS in sysfs\n\nExport the CIS to userspace using a sysfs binary file in\n/sys/class/pcmcia_socket/pcmcia_scoket%n/\n\nSigned-off-by: Dominik Brodowski \u003clinux@dominikbrodowski.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "ea7b38825bba66a81745a706da70a1c81adc95bd",
      "tree": "e4a55eb31a250cfc5465d17cc89450e0b5445862",
      "parents": [
        "23a83bfe6ab51c745d109d979c78a96fe3e93f5c"
      ],
      "author": {
        "name": "Dominik Brodowski",
        "email": "linux@dominikbrodowski.net",
        "time": "Mon Jun 27 16:28:07 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Mon Jun 27 18:03:06 2005 -0700"
      },
      "message": "[PATCH] pcmcia: match for fake CIS\n\nAdd another match flag for devices needing a CIS override.  The driver will\nonly probe/attach if the CIS has been replaced before.\n\nSigned-off-by: Dominik Brodowski \u003clinux@dominikbrodowski.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "23a83bfe6ab51c745d109d979c78a96fe3e93f5c",
      "tree": "32f7e48ab0eb18966c709880747d8ed1c616e4a2",
      "parents": [
        "1ad275e3e7d253d44f03868e85977c908e334fed"
      ],
      "author": {
        "name": "Dominik Brodowski",
        "email": "linux@dominikbrodowski.net",
        "time": "Mon Jun 27 16:28:07 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Mon Jun 27 18:03:06 2005 -0700"
      },
      "message": "[PATCH] pcmcia: check for invalid crc32 hashes in id_tables\n\nCheck for invalid crc32 hashes in drivers\u0027 id_tables if CONFIG_PCMCIA_DEBUG is\nset.\n\nSigned-off-by: Dominik Brodowski \u003clinux@dominikbrodowski.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "1ad275e3e7d253d44f03868e85977c908e334fed",
      "tree": "82f0a1fc070f32c015be14596c50c681d90d4c1a",
      "parents": [
        "3ee13937525f6044d769b1a84d5db5669ac1959e"
      ],
      "author": {
        "name": "Dominik Brodowski",
        "email": "linux@dominikbrodowski.net",
        "time": "Mon Jun 27 16:28:06 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Mon Jun 27 18:03:06 2005 -0700"
      },
      "message": "[PATCH] pcmcia: device and driver matching\n\nThe actual matching of pcmcia drivers and pcmcia devices.  The original\nversion of this was written by David Woodhouse.\n\nSigned-off-by: Dominik Brodowski \u003clinux@dominikbrodowski.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "3ee13937525f6044d769b1a84d5db5669ac1959e",
      "tree": "5323526999e6c739ae453340492b1c95fdcccc7a",
      "parents": [
        "840c2ac5d3c1d50e8a181e3f661da814e89c8cf8"
      ],
      "author": {
        "name": "Dominik Brodowski",
        "email": "linux@dominikbrodowski.net",
        "time": "Mon Jun 27 16:28:05 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Mon Jun 27 18:03:06 2005 -0700"
      },
      "message": "[PATCH] pcmcia: hotplug event for PCMCIA socket devices\n\nGenerate hotplug event for PCMCIA sockets being registered.\n\nSigned-off-by: Dominik Brodowski \u003clinux@dominikbrodowski.de\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "840c2ac5d3c1d50e8a181e3f661da814e89c8cf8",
      "tree": "bd9239d8116ff69a9be8085a2e8ae3f7499a55f5",
      "parents": [
        "7925407aa02653ba462b1d8b0b1229b99aee5411"
      ],
      "author": {
        "name": "Dominik Brodowski",
        "email": "linux@dominikbrodowski.net",
        "time": "Mon Jun 27 16:28:04 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Mon Jun 27 18:03:05 2005 -0700"
      },
      "message": "[PATCH] pcmcia: hotplug event for PCMCIA devices\n\nExport information to /sbin/hotplug for PCMCIA devices: card_id, manf_id,\nfunc_id, bus_id (like pcmcia1.0) and crc32-hashes of the prod_id strings.\n\nWhy not the prod_id strings themselves?\n\na) They may contain all sorts of strange and difficult to handle characters,\n   like \" \".\n\nb) It\u0027s impossible to pass multiple strings to userspace.\n\nSigned-off-by: Dominik Brodowski \u003clinux@dominikbrodowski.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "7925407aa02653ba462b1d8b0b1229b99aee5411",
      "tree": "450fbfe7570b65ae978cb036bc1cc689dde30e69",
      "parents": [
        "3c803e8e2f15d02c5ad0a3888eea2bbd31dc59c5"
      ],
      "author": {
        "name": "Ivan Kokshaysky",
        "email": "ink@jurassic.park.msu.ru",
        "time": "Mon Jun 27 16:28:02 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Mon Jun 27 18:03:05 2005 -0700"
      },
      "message": "[PATCH] pci: yenta cardbus fix\n\nOn Mon, Jun 20, 2005 at 07:15:34PM +1000, Grant Coady wrote:\n\u003e Yenta: CardBus bridge found at 0000:00:0b.0 [1179:0001]\n\u003e yenta 0000:00:0b.0: Preassigned resource 0 busy, reconfiguring...\n\nIn -mm1 the cardbus resources might be assigned in\npci_assign_unassigned_resources() pass. From your dmesg:\nPCI: Bus 2, cardbus bridge: 0000:00:0b.0\n  IO window: 00002000-00002fff\n  IO window: 00003000-00003fff\n  PREFETCH window: 12000000-13ffffff\n  MEM window: 14000000-15ffffff\n\nThen yenta_allocate_res() tries to assign these resources again and,\nnaturally, fails.\n\nThis adds check for already assigned cardbus resources.\n\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "3e1d1d28d99dabe63c64f7f40f1ca1d646de1f73",
      "tree": "d1e7c1e2e8902072042aefc3a7976b271cf76021",
      "parents": [
        "b3e112bcc19abd8e9657dca34a87316786e096f3"
      ],
      "author": {
        "name": "Christoph Lameter",
        "email": "christoph@lameter.com",
        "time": "Fri Jun 24 23:13:50 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Sat Jun 25 17:10:13 2005 -0700"
      },
      "message": "[PATCH] Cleanup patch for process freezing\n\n1. Establish a simple API for process freezing defined in linux/include/sched.h:\n\n   frozen(process)\t\tCheck for frozen process\n   freezing(process)\t\tCheck if a process is being frozen\n   freeze(process)\t\tTell a process to freeze (go to refrigerator)\n   thaw_process(process)\tRestart process\n   frozen_process(process)\tProcess is frozen now\n\n2. Remove all references to PF_FREEZE and PF_FROZEN from all\n   kernel sources except sched.h\n\n3. Fix numerous locations where try_to_freeze is manually done by a driver\n\n4. Remove the argument that is no longer necessary from two function calls.\n\n5. Some whitespace cleanup\n\n6. Clear potential race in refrigerator (provides an open window of PF_FREEZE\n   cleared before setting PF_FROZEN, recalc_sigpending does not check\n   PF_FROZEN).\n\nThis patch does not address the problem of freeze_processes() violating the rule\nthat a task may only modify its own flags by setting PF_FREEZE. This is not clean\nin an SMP environment. freeze(process) is therefore not SMP safe!\n\nSigned-off-by: Christoph Lameter \u003cchristoph@lameter.com\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "fa912bcb06d5dc9525d8912a145db2bf4b7668c5",
      "tree": "5c62d9a1ef416c83d3e149ca94c4e646eb29daf2",
      "parents": [
        "7007cab53176dc906e67b4efa62f20ff1432805a"
      ],
      "author": {
        "name": "Daniel Ritz",
        "email": "daniel.ritz@gmx.ch",
        "time": "Thu Jun 23 00:10:12 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Thu Jun 23 09:45:31 2005 -0700"
      },
      "message": "[PATCH] yenta TI: turn off interrupts during card power-on #2\n\n- make boot-up card recognition more reliable (ie.  redo interrogation\n  always if there is no valid \u0027card inserted\u0027 state) (and yes, i saw it\n  happening on an o2micro controller that both CB_CBARD and CB_16BITCARD\n  bits were set at the same time)\n\n- also redo interrogation before probing the ISA interrupts.  it\u0027s safer\n  to do the probing with the socket in a clean state.\n\n- make card insert detect more reliable.  yenta_get_status() now returns\n  SS_PENDING as long as the card is not completley inserted and one of the\n  voltage bits is set.  also !CB_CBARD doesn\u0027t mean CB_16BITCARD.  there is\n  CB_NOTACARD as well, so make an explicit check for CB_16BITCARD.\n\n- for TI bridges: disable IRQs during power-on.  in all-serial and tied\n  interrupt mode the interrupts are always disabled for single-slot\n  controllers.  for two-slot contollers the disabling is only done when the\n  other slot is empty.  to force disabling there is a new module parameter\n  now: pwr_irqs_off\u003dY (which is a regression for working setups.  that\u0027s\n  why it\u0027s an option, only use when required)\n\n- modparm to disable ISA interrupt probing (isa_probe, defaults to on)\n\n- remove unneeded code/cleanups (ie.  merge yenta_events() into\n  yenta_interrupts())\n\nSigned-off-by: Daniel Ritz \u003cdaniel.ritz@gmx.ch\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "934bb7f88eb398f62314fa63ba72ac6dcd21192a",
      "tree": "128dcf7fd138a8f9b340c776c5acc501cd913f0a",
      "parents": [
        "6f973b001a9b511900fb73d816adf77d8755838c"
      ],
      "author": {
        "name": "Hirokazu Takata",
        "email": "takata@linux-m32r.org",
        "time": "Tue Jun 21 17:16:14 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Tue Jun 21 19:07:30 2005 -0700"
      },
      "message": "[PATCH] m32r: Update m32r_cfc.[ch] to support Mappi-III platform\n\nThis patch is for the M32R CF/PCMCIA drivers to support a new platform,\nMappi-III evaluation board.\n\nSigned-off-by: Mamoru Sakugawa \u003csakugawa@linux-m32r.org\u003e\nSigned-off-by: Hirokazu Takata \u003ctakata@linux-m32r.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "e404e274f62665f3333d6a539d0d3701f678a598",
      "tree": "ef6618291524edaab45c4123274730c7d57ae852",
      "parents": [
        "a5099cfc2e82240b0a3e72ad79a5969d5af1a7dc"
      ],
      "author": {
        "name": "Yani Ioannou",
        "email": "yani.ioannou@gmail.com",
        "time": "Tue May 17 06:42:58 2005 -0400"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Mon Jun 20 15:15:34 2005 -0700"
      },
      "message": "[PATCH] Driver Core: drivers/i2c/chips/w83781d.c - drivers/s390/block/dcssblk.c: update device attribute callbacks\n\nSigned-off-by: Yani Ioannou \u003cyani.ioannou@gmail.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "afbf510d47c4009f5d67ec3c0e0b45eb0441bca3",
      "tree": "129434483daa8180e35751f231d28045f9e8ead0",
      "parents": [
        "24d568ed1b97cb93c2a917cd90296655a8b661a6"
      ],
      "author": {
        "name": "Randy Dunlap",
        "email": "rdunlap@xenotime.net",
        "time": "Mon May 16 21:53:56 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Tue May 17 07:59:21 2005 -0700"
      },
      "message": "[PATCH] pcmcia/ds: handle any error code\n\nregister_chrdev() can return errors (negative) other then -EBUSY, so check\nfor any negative error code.\n\nSigned-off-by: Randy Dunlap \u003crdunlap@xenotime.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "c835a388968f5437491e3fe6e9b0332bc3c52e0e",
      "tree": "cdc6c80289327999e23996c07abe68a869534783",
      "parents": [
        "c35e66a4216c99fe94868ed3f714bd2708d0032a"
      ],
      "author": {
        "name": "Daniel Ritz",
        "email": "daniel.ritz@gmx.ch",
        "time": "Thu May 05 16:15:57 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Thu May 05 16:36:43 2005 -0700"
      },
      "message": "[PATCH] pcmcia: yenta TI: align irq of func1 to func0 if INTRTIE is set\n\nMake sure that if the INTRTIE bit is set both functions of the cardbus\nbridge use the same IRQ before doing any probing...\n\n[ yes i hate the TI bridges for the fact that they are very flexible\n  so that so many BIOS vendors get it wrong. ]\n\nSigned-off-by: Daniel Ritz \u003cdaniel.ritz@gmx.ch\u003e\nSigned-off-by: Dominik Brodowski \u003clinux@dominikbrodowski.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "c35e66a4216c99fe94868ed3f714bd2708d0032a",
      "tree": "2781dc65cd530a6e725e47768d49cf10f10a31d4",
      "parents": [
        "0a4c9c93c2fb5d09259136531d3e8e70fdcd6027"
      ],
      "author": {
        "name": "Dominik Brodowski",
        "email": "linux@dominikbrodowski.net",
        "time": "Thu May 05 16:15:56 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Thu May 05 16:36:43 2005 -0700"
      },
      "message": "[PATCH] pcmcia: enable 32-bit memory windows on pd6729\n\nEnable 32-bit memory windows on pd6729 PCI-PCMCIA bridges.\n\nSigned-off-by: Jarkko Raja \u003cjar@pcuf.fi\u003e\nSigned-off-by: Dominik Brodowski \u003clinux@dominikbrodowski.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "8bf28030f3683f69669d08cb5b32bc46db3d22ae",
      "tree": "a42dc815087588ab706d421eb9229637de704df4",
      "parents": [
        "05adc3b7458e97a1d0180828000207a403083389"
      ],
      "author": {
        "name": "Pavel Machek",
        "email": "pavel@ucw.cz",
        "time": "Sat Apr 16 15:25:26 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Sat Apr 16 15:25:26 2005 -0700"
      },
      "message": "[PATCH] fix u32 vs. pm_message_t in pcmcia\n\nThis fixes u32 vs. pm_message_t in pcmcia.\n\nSigned-off-by: Pavel Machek \u003cpavel@suse.cz\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "1da177e4c3f41524e886b7f1b8a0c1fc7321cac2",
      "tree": "0bba044c4ce775e45a88a51686b5d9f90697ea9d",
      "parents": [],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Sat Apr 16 15:20:36 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Sat Apr 16 15:20:36 2005 -0700"
      },
      "message": "Linux-2.6.12-rc2\n\nInitial git repository build. I\u0027m not bothering with the full history,\neven though we have it. We can create a separate \"historical\" git\narchive of that later if we want to, and in the meantime it\u0027s about\n3.2GB when imported into git - space that would just make the early\ngit days unnecessarily complicated, when we don\u0027t have a lot of good\ninfrastructure for it.\n\nLet it rip!\n"
    }
  ]
}
