)]}'
{
  "log": [
    {
      "commit": "ec412b92dbe3ea839716853eea058d1bcc5e6ca4",
      "tree": "1a06573fea556fb6b45132b4130306b741bf3fce",
      "parents": [
        "7723de7e19b744144975a09c81777ec0f14ac5b3"
      ],
      "author": {
        "name": "Andre Herms",
        "email": "andre.herms@tec-venture.de",
        "time": "Thu Nov 19 18:14:49 2009 +0100"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Dec 11 11:55:25 2009 -0800"
      },
      "message": "USB: usbtmc: repeat usb_bulk_msg until whole message is transfered\n\nusb_bulk_msg() transfers only bytes up to the maximum packet size.\nIt must be repeated by the usbtmc driver until all bytes of a TMC message\nare transfered.\n\nWithout this patch, ETIMEDOUT is reported when writing TMC messages\nlarger than the maximum USB bulk size and the transfer remains incomplete.\nThe user will notice that the device hangs and must be reset by either closing\nthe application or pulling the plug.\n\nSigned-off-by: Andre Herms \u003candre.herms@tec-venture.de\u003e\nCc: stable \u003cstable@kernel.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "7723de7e19b744144975a09c81777ec0f14ac5b3",
      "tree": "a81ccadfed2633fc8a5224adccf9f990614cb78e",
      "parents": [
        "46034dca515bc4ddca0399ae58106d1f5f0d809f"
      ],
      "author": {
        "name": "Sergei Shtylyov",
        "email": "sshtylyov@ru.mvista.com",
        "time": "Wed Nov 18 22:55:28 2009 +0300"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Dec 11 11:55:25 2009 -0800"
      },
      "message": "USB: musb_gadget: remove pointless loop\n\nRemove the pointless \u0027do () while (0)\u0027 loop from musb_g_tx() -- it\nmakes this function symmetric to musb_g_rx()...\n\nSigned-off-by: Sergei Shtylyov \u003csshtylyov@ru.mvista.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "46034dca515bc4ddca0399ae58106d1f5f0d809f",
      "tree": "ea4a13b7f5ce2099470ed0d888cabf5cde0004f4",
      "parents": [
        "47e9760529a9823be59d879f726acdc7e2fcbe11"
      ],
      "author": {
        "name": "Sergei Shtylyov",
        "email": "sshtylyov@ru.mvista.com",
        "time": "Wed Nov 18 22:54:32 2009 +0300"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Dec 11 11:55:25 2009 -0800"
      },
      "message": "USB: musb_gadget_ep0: stop abusing musb_gadget_set_halt()\n\nStop playing with musb-\u003elock and abusing musb_gadget_set_halt() in\nthe code clearing the endpoint halt feature -- instead, manipulate\nthe registers directly.\n\nWhile at it, get rid uf unneeded line breaks and over-indentation in\nthe code setting the endpoint halt feature.\n\nSigned-off-by: Sergei Shtylyov \u003csshtylyov@ru.mvista.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "47e9760529a9823be59d879f726acdc7e2fcbe11",
      "tree": "d9c5d1ac662e0bd54c0b3a0fd40639ddcf4b177d",
      "parents": [
        "196f1b7a387546f425df2f1fad26772e3d513aea"
      ],
      "author": {
        "name": "Sergei Shtylyov",
        "email": "sshtylyov@ru.mvista.com",
        "time": "Wed Nov 18 22:51:51 2009 +0300"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Dec 11 11:55:25 2009 -0800"
      },
      "message": "USB: musb_gadget: implement set_wedge() method\n\nImplement the driver\u0027s set_wedge() method by adding the \u0027wedged\u0027 flag\nto the \u0027struct musb_ep\u0027.\n\nSigned-off-by: Sergei Shtylyov \u003csshtylyov@ru.mvista.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "196f1b7a387546f425df2f1fad26772e3d513aea",
      "tree": "cce6d7b595f33c2d5447a1e16820205988b8a8a0",
      "parents": [
        "32c3b94e2b643bfeca5e48b0f7f0b81812c7a1d3"
      ],
      "author": {
        "name": "Sergei Shtylyov",
        "email": "sshtylyov@ru.mvista.com",
        "time": "Mon Nov 16 16:24:05 2009 +0530"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Dec 11 11:55:25 2009 -0800"
      },
      "message": "USB: musb_gadget_ep0: fix unhandled endpoint 0 IRQs, again\n\nCommit a5073b52833e4df8e16c93dc4cbb7e0c558c74a2 (musb_gadget: fix\nunhandled endpoint 0 IRQs) somehow missed its key change:\n\n\"The gadget EP0 code routinely ignores an interrupt at end of\nthe data phase because of musb_g_ep0_giveback() resetting the\nstate machine to \"idle, waiting for SETUP\" phase prematurely.\"\n\nSo, the majority of the cases of unhandled IRQs is still unfixed...\n\nSigned-off-by: Sergei Shtylyov \u003csshtylyov@ru.mvista.com\u003e\nSigned-off-by: Anand Gadiyar \u003cgadiyar@ti.com\u003e\nCc: stable \u003cstable@kernel.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "32c3b94e2b643bfeca5e48b0f7f0b81812c7a1d3",
      "tree": "8c868427abac6a9c8006cd2c44fa32ee164694ee",
      "parents": [
        "32340d3f75dba732a0545173ac65aab6fc3d4952"
      ],
      "author": {
        "name": "Anand Gadiyar",
        "email": "gadiyar@ti.com",
        "time": "Mon Nov 16 21:09:21 2009 +0530"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Dec 11 11:55:25 2009 -0800"
      },
      "message": "USB: MUSB: save hardware revision at init\n\nMUSB: save hardware revision at init\n\nThis can be used later to flag workarounds for issues affecting\nparticular revisions. Saving this at init avoids having to\nread the HWVERS register multiple times in code.\n\nWhile at it, use macros to extract the version information\ninstead of using hardcoded values.\n\nSigned-off-by: Anand Gadiyar \u003cgadiyar@ti.com\u003e\nCc: Ajay Kumar Gupta \u003cajay.gupta@ti.com\u003e\nAcked-by: Felipe Balbi \u003cfelipe.balbi@nokia.com\u003e\nCc: David Brownell \u003cdbrownell@users.sourceforge.net\u003e\nCc: Sergei Shtylyov \u003csshtylyov@ru.mvista.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "32340d3f75dba732a0545173ac65aab6fc3d4952",
      "tree": "d90eb407279aabca0dcf9a468f2a638992625548",
      "parents": [
        "8ba63a22962e7030a10f5ce112a212240792ec44"
      ],
      "author": {
        "name": "Mike Frysinger",
        "email": "vapier@gentoo.org",
        "time": "Mon Nov 16 16:19:29 2009 +0530"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Dec 11 11:55:25 2009 -0800"
      },
      "message": "USB: musb: fix printf warning in debug code\n\nThe debug code in the DMA ISR uses a %d for a size_t when it should be\nusing %zu.  Otherwise gcc whines with:\n\ndrivers/usb/musb/musbhsdma.c: In function \u0027dma_controller_irq\u0027:\ndrivers/usb/musb/musbhsdma.c:288: warning: format \u0027%d\u0027 expects type \u0027int\u0027,\n\tbut argument 7 has type \u0027size_t\u0027\n\nSigned-off-by: Mike Frysinger \u003cvapier@gentoo.org\u003e\nSigned-off-by: Anand Gadiyar \u003cgadiyar@ti.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "8ba63a22962e7030a10f5ce112a212240792ec44",
      "tree": "1c93615c4732170d2673d25cb97c86b32cee45c8",
      "parents": [
        "0702794c41c3740e65ec83d393b7cb4d048be954"
      ],
      "author": {
        "name": "Cliff Cai",
        "email": "cliff.cai@analog.com",
        "time": "Mon Nov 16 20:05:03 2009 -0500"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Dec 11 11:55:24 2009 -0800"
      },
      "message": "USB: musb: Blackfin code needs NOP_USB_XCEIV too\n\nOtherwise we get the link failure:\ndrivers/built-in.o: In function \u0027musb_platform_init\u0027:\ndrivers/usb/musb/blackfin.c:300: undefined reference to \u0027usb_nop_xceiv_register\u0027\nmake: *** [.tmp_vmlinux1] Error 1\n\nSigned-off-by: Cliff Cai \u003ccliff.cai@analog.com\u003e\nSigned-off-by: Mike Frysinger \u003cvapier@gentoo.org\u003e\nSigned-off-by: Anand Gadiyar \u003cgadiyar@ti.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "0702794c41c3740e65ec83d393b7cb4d048be954",
      "tree": "e982a1474ad70912116ac85d70b537ff2abc3046",
      "parents": [
        "6bd03e7b9d0f70928f9cd793326c28e4e08ffc96"
      ],
      "author": {
        "name": "Sonic Zhang",
        "email": "sonic.zhang@analog.com",
        "time": "Mon Nov 16 16:19:27 2009 +0530"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Dec 11 11:55:24 2009 -0800"
      },
      "message": "USB: musb: error out when anomaly 05000380 is applicable\n\nSince we can\u0027t work around anomaly 05000380, throw a build error up and\ninstruct the user to use a different mode.\n\nSigned-off-by: Sonic Zhang \u003csonic.zhang@analog.com\u003e\nSigned-off-by: Mike Frysinger \u003cvapier@gentoo.org\u003e\nSigned-off-by: Anand Gadiyar \u003cgadiyar@ti.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "6bd03e7b9d0f70928f9cd793326c28e4e08ffc96",
      "tree": "0ce38b2a5eb23bf1d7efd54494a9f617a1add84b",
      "parents": [
        "2002e7684dc24a9ac245b7d015380918657ec032"
      ],
      "author": {
        "name": "Cliff Cai",
        "email": "cliff.cai@analog.com",
        "time": "Mon Nov 16 16:19:26 2009 +0530"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Dec 11 11:55:24 2009 -0800"
      },
      "message": "USB: musb: clear the Blackfin interrupt pending bits early in the ISR\n\nIf we clear the interrupt pending bits at the end, we sometimes return too\nfast and have the same interrupt assert itself.  There is no way in a\nBlackfin system to force a sync of this state, so the hardware manual\ninstructs people to clear interrupt flags early in their ISR.\n\nSigned-off-by: Cliff Cai \u003ccliff.cai@analog.com\u003e\nSigned-off-by: Mike Frysinger \u003cvapier@gentoo.org\u003e\nSigned-off-by: Anand Gadiyar \u003cgadiyar@ti.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "2002e7684dc24a9ac245b7d015380918657ec032",
      "tree": "0c871bdfcac8efc274fee5aaaedf79b592acdaa1",
      "parents": [
        "9720faec51127d35f8bf1bdf577de92728d5e91b"
      ],
      "author": {
        "name": "Bryan Wu",
        "email": "cooloney@kernel.org",
        "time": "Mon Nov 16 16:19:25 2009 +0530"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Dec 11 11:55:24 2009 -0800"
      },
      "message": "USB: musb: fix musb_platform_set_mode() definition\n\nUpdate function definition to match latest MUSB framework.\n\nSigned-off-by: Bryan Wu \u003ccooloney@kernel.org\u003e\nSigned-off-by: Cliff Cai \u003ccliff.cai@analog.com\u003e\nSigned-off-by: Mike Frysinger \u003cvapier@gentoo.org\u003e\nSigned-off-by: Anand Gadiyar \u003cgadiyar@ti.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "9720faec51127d35f8bf1bdf577de92728d5e91b",
      "tree": "622da64957019446c9f1c01f3da309c16e8413d1",
      "parents": [
        "daf5822f05397623c6d2376748c7965707cf8ef8"
      ],
      "author": {
        "name": "Sonic Zhang",
        "email": "sonic.zhang@analog.com",
        "time": "Mon Nov 16 16:19:24 2009 +0530"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Dec 11 11:55:24 2009 -0800"
      },
      "message": "USB: musb: add work around for Blackfin anomaly 05000456\n\nOnly allow USE_MODE1 when the Blackfin part is not affected by anomaly\n05000456 (USB Receive Interrupt Is Not Generated in DMA Mode 1) since we\ncan\u0027t support the mode in that case.\n\nSigned-off-by: Sonic Zhang \u003csonic.zhang@analog.com\u003e\nSigned-off-by: Cliff Cai \u003ccliff.cai@analog.com\u003e\nSigned-off-by: Mike Frysinger \u003cvapier@gentoo.org\u003e\nSigned-off-by: Anand Gadiyar \u003cgadiyar@ti.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "daf5822f05397623c6d2376748c7965707cf8ef8",
      "tree": "f13dce99fa38713bd1c9f623c9cbce01e40763d6",
      "parents": [
        "1c47cb018d79b444a189074a955d88811581efb1"
      ],
      "author": {
        "name": "Sonic Zhang",
        "email": "sonic.zhang@analog.com",
        "time": "Mon Nov 16 19:13:08 2009 +0530"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Dec 11 11:55:24 2009 -0800"
      },
      "message": "USB: musb: add notes for Blackfin anomalies\n\nAdd some helpful notes about how the driver works around different\nanomalies that exist in the on-chip host controller.\n\nSigned-off-by: Sonic Zhang \u003csonic.zhang@analog.com\u003e\nSigned-off-by: Cliff Cai \u003ccliff.cai@analog.com\u003e\nSigned-off-by: Mike Frysinger \u003cvapier@gentoo.org\u003e\nSigned-off-by: Anand Gadiyar \u003cgadiyar@ti.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "1c47cb018d79b444a189074a955d88811581efb1",
      "tree": "cb2c5421ac10b431dbb79bafbfe77672be437566",
      "parents": [
        "42c84247369de15041920554a66328924605c9da"
      ],
      "author": {
        "name": "Sonic Zhang",
        "email": "sonic.zhang@analog.com",
        "time": "Mon Nov 16 20:04:21 2009 -0500"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Dec 11 11:55:24 2009 -0800"
      },
      "message": "USB: musb: update Blackfin processor dependency\n\nDo not allow MUSB driver to be selected on derivatives that don\u0027t have the\nMUSB controller on them.\n\nSigned-off-by: Sonic Zhang \u003csonic.zhang@analog.com\u003e\nSigned-off-by: Bryan Wu \u003ccooloney@kernel.org\u003e\nSigned-off-by: Cliff Cai \u003ccliff.cai@analog.com\u003e\nSigned-off-by: Mike Frysinger \u003cvapier@gentoo.org\u003e\nSigned-off-by: Anand Gadiyar \u003cgadiyar@ti.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "42c84247369de15041920554a66328924605c9da",
      "tree": "bab15c93d4c38559ec950c4546e7c5b76fadcfc3",
      "parents": [
        "92dea9f3c92a96fce8f355151d536f5b1d07589e"
      ],
      "author": {
        "name": "Bryan Wu",
        "email": "cooloney@kernel.org",
        "time": "Mon Nov 16 16:19:21 2009 +0530"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Dec 11 11:55:24 2009 -0800"
      },
      "message": "USB: musb: kill some useless comments in Blackfin driver\n\nSigned-off-by: Bryan Wu \u003ccooloney@kernel.org\u003e\nSigned-off-by: Cliff Cai \u003ccliff.cai@analog.com\u003e\nSigned-off-by: Mike Frysinger \u003cvapier@gentoo.org\u003e\nSigned-off-by: Anand Gadiyar \u003cgadiyar@ti.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "92dea9f3c92a96fce8f355151d536f5b1d07589e",
      "tree": "cef37442e412d5d8179116a21bce1212436778d7",
      "parents": [
        "04f4086fdc10e60e790d5fc070c33c8905d1d32e"
      ],
      "author": {
        "name": "Bryan Wu",
        "email": "cooloney@kernel.org",
        "time": "Mon Nov 16 16:19:20 2009 +0530"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Dec 11 11:55:24 2009 -0800"
      },
      "message": "USB: musb: kill compile warning for Blackfin systems\n\nThe Blackfin version of musb_read_target_reg_base() returns a u16 when the\ncommon code expects a (void __iomem *), so update the Blackfin function to\nreturn the right value.  This fixes the compile warning:\n\ndrivers/usb/musb/musb_core.c: In function \u0027musb_core_init\u0027:\ndrivers/usb/musb/musb_core.c:1448: warning: assignment makes pointer from\n\tinteger without a cast\n\nSigned-off-by: Bryan Wu \u003ccooloney@kernel.org\u003e\nSigned-off-by: Mike Frysinger \u003cvapier@gentoo.org\u003e\nSigned-off-by: Anand Gadiyar \u003cgadiyar@ti.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "04f4086fdc10e60e790d5fc070c33c8905d1d32e",
      "tree": "c0ddea496538a68d35bfb1e02bd665c7fc9bef64",
      "parents": [
        "bcef3fd57019e5fc0c8df402b040a52826422a4b"
      ],
      "author": {
        "name": "Mike Frysinger",
        "email": "vapier@gentoo.org",
        "time": "Mon Nov 16 16:19:19 2009 +0530"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Dec 11 11:55:23 2009 -0800"
      },
      "message": "USB: musb: tweak musb_read_fifo() to avoid unused warnings\n\nOtherwise gcc will whine about epnum/dma_reg being unused when building\nfor BF54x parts.\n\nSigned-off-by: Mike Frysinger \u003cvapier@gentoo.org\u003e\nSigned-off-by: Bryan Wu \u003ccooloney@kernel.org\u003e\nSigned-off-by: Cliff Cai \u003ccliff.cai@analog.com\u003e\nSigned-off-by: Anand Gadiyar \u003cgadiyar@ti.com\u003e\nAcked-by: Felipe Balbi \u003cfelipe.balbi@nokia.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "bcef3fd57019e5fc0c8df402b040a52826422a4b",
      "tree": "ab98ded86bd3bcfc2f03629d421bcdfd8462c13a",
      "parents": [
        "5ad6a529c28db36010ec56c5ee8120addc712b51"
      ],
      "author": {
        "name": "Sarah Sharp",
        "email": "sarah.a.sharp@linux.intel.com",
        "time": "Wed Nov 11 10:28:44 2009 -0800"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Dec 11 11:55:23 2009 -0800"
      },
      "message": "USB: xhci: Handle errors that cause endpoint halts.\n\nThe xHCI 0.95 and 0.96 specification defines several transfer buffer\nrequest completion codes that indicate a USB transaction error occurred.\nWhen a stall, babble, transaction, or split transaction error completion code\nis set, the xHCI has halted that endpoint ring.  Software must issue a\nReset Endpoint command and a Set Transfer Ring Dequeue Pointer command\nto clean up the halted ring.\n\nThe USB device driver is supposed to call into usb_reset_endpoint() when\nan endpoint stalls.  That calls into the xHCI driver to issue the proper\ncommands.  However, drivers don\u0027t call that function for the other\nerrors that cause the xHC to halt the endpoint ring.  If a babble,\ntransaction, or split transaction error occurs, check if the endpoint\ncontext reports a halted condition, and clean up the endpoint ring if it\ndoes.\n\nSigned-off-by: Sarah Sharp \u003csarah.a.sharp@linux.intel.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "5ad6a529c28db36010ec56c5ee8120addc712b51",
      "tree": "02eb9560267c0151dcdf7a14c72cb74f216f8e7b",
      "parents": [
        "ec74e4035a660013379882ec243de98dd6717b61"
      ],
      "author": {
        "name": "Sarah Sharp",
        "email": "sarah.a.sharp@linux.intel.com",
        "time": "Wed Nov 11 10:28:40 2009 -0800"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Dec 11 11:55:23 2009 -0800"
      },
      "message": "USB: xhci: Return success for vendor-specific info codes.\n\nAn xHCI host controller manufacturer can choose to implement several\nvendor-specific informational completion codes.  These are all to be\ntreated like a successful transfer completion.\n\nSigned-off-by: Sarah Sharp \u003csarah.a.sharp@linux.intel.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "ec74e4035a660013379882ec243de98dd6717b61",
      "tree": "762fa327d846fbbe181fbd0af0e0077774d46182",
      "parents": [
        "04dd950d92f41155ed0cdf39b6bfbeea22eadb34"
      ],
      "author": {
        "name": "Sarah Sharp",
        "email": "sarah.a.sharp@linux.intel.com",
        "time": "Wed Nov 11 10:28:36 2009 -0800"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Dec 11 11:55:23 2009 -0800"
      },
      "message": "USB: xhci: Return -EPROTO on a split transaction error.\n\nWhen the xHCI hardware says a transfer completed with a split\ntransaction error, set the URB status to -EPROTO.\n\nSigned-off-by: Sarah Sharp \u003csarah.a.sharp@linux.intel.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "04dd950d92f41155ed0cdf39b6bfbeea22eadb34",
      "tree": "6d88c1b0ae7f2b5bbdebd3d29da77c8e1b3eb39b",
      "parents": [
        "f176a5d81214864904d285912da02c4bc0e9041a"
      ],
      "author": {
        "name": "Sarah Sharp",
        "email": "sarah.a.sharp@linux.intel.com",
        "time": "Wed Nov 11 10:28:30 2009 -0800"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Dec 11 11:55:23 2009 -0800"
      },
      "message": "USB: xhci: Set transfer descriptor size field correctly.\n\nThe transfer descriptor (TD) is a series of transfer request buffers\n(TRBs) that describe the buffer pointer, length, and other\ncharacteristics.  The xHCI controllers want to know an estimate of how\nlong the TD is, for caching reasons.  In each TRB, there is a \"TD size\"\nfield that provides a rough estimate of the remaining buffers to be\ntransmitted, including the buffer pointed to by that TRB.\n\nThe TD size is 5 bits long, and contains the remaining size in bytes,\nright shifted by 10 bits.  So a remaining TD size less than 1024 would get\na zero in the TD size field, and a remaining size greater than 32767 would\nget 31 in the field.\n\nThis patches fixes a bug in the TD_REMAINDER macro that is triggered when\nthe URB has a scatter gather list with a size bigger than 32767 bytes.\nNot all host controllers pay attention to the TD size field, so the bug\nwill not appear on all USB 3.0 hosts.\n\nSigned-off-by: Sarah Sharp \u003csarah.a.sharp@linux.intel.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "f176a5d81214864904d285912da02c4bc0e9041a",
      "tree": "83a3c24aa437c1ac565df7c3873ceb13370d8ab6",
      "parents": [
        "c85efcb9657a7c15e24c1d4745826a80f9a53bbe"
      ],
      "author": {
        "name": "Michal Nazarewicz",
        "email": "m.nazarewicz@samsung.com",
        "time": "Mon Nov 09 14:15:27 2009 +0100"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Dec 11 11:55:23 2009 -0800"
      },
      "message": "USB: g_multi: Multifunction Composite Gadget added\n\nThe Multifunction Composite Gadget has two configurations\nconsisting of Ethernet (RNDIS in first and CDC Ethernet in\nsecond configuration), CDC Serial and File-backed Storage\nfunctions.\n\nWhen connected to a Windows host, the first configuration\nis chosen thus gadget provides RNDIS Ethernet, serial and\nmass storage whereas when connected to Linux host, second\nconfiguration is chosen thus providing CDC Ethernet,\nserial and mass storage.\n\nWhich configurations are built can be configured via\nKConfig options.\n\nSigned-off-by: Michal Nazarewicz \u003cm.nazarewicz@samsung.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "c85efcb9657a7c15e24c1d4745826a80f9a53bbe",
      "tree": "e113af4f96b9a232fb8b8c40066d3cb973b45448",
      "parents": [
        "915c8befccbe5d81d441b53ab7a9a98caf0c67d4"
      ],
      "author": {
        "name": "Michal Nazarewicz",
        "email": "m.nazarewicz@samsung.com",
        "time": "Mon Nov 09 14:15:26 2009 +0100"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Dec 11 11:55:23 2009 -0800"
      },
      "message": "USB: g_mass_storage: thread_exits callback added\n\nthread_exits callback has been added to fsg_common structure.\nThis callback is called when MSF\u0027s thread exits (is terminated\nby a signal or function is unregistered).  It\u0027s then gadget\u0027s\nresponsibility to unregister the gadget.\n\nSigned-off-by: Michal Nazarewicz \u003cm.nazarewicz@samsung.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "915c8befccbe5d81d441b53ab7a9a98caf0c67d4",
      "tree": "589d3b241d237a8a10729f2a39b05f9fba8dee86",
      "parents": [
        "8ea864cffdfd327117d4b7829935974b3f47ff31"
      ],
      "author": {
        "name": "Michal Nazarewicz",
        "email": "m.nazarewicz@samsung.com",
        "time": "Mon Nov 09 14:15:25 2009 +0100"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Dec 11 11:55:23 2009 -0800"
      },
      "message": "USB: composite: usb_composite_unregister() no longer __exit\n\nChanged definition of usb_composite_unregister() function\nremoving __exit declaration.  This way, the function is\nincluded even if the whole code was not compiled as module.\nThis is required if a compiled-in code would like to\nunregister a composite gadget.\n\nSigned-off-by: Michal Nazarewicz \u003cm.nazarewicz@samsung.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "8ea864cffdfd327117d4b7829935974b3f47ff31",
      "tree": "8af069b335c60b52d6e48b81ad06badc4471be9a",
      "parents": [
        "d26a6aa08b9f12b44fb1ee65625e7480d3d5bb81"
      ],
      "author": {
        "name": "Michal Nazarewicz",
        "email": "m.nazarewicz@samsung.com",
        "time": "Mon Nov 09 14:15:24 2009 +0100"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Dec 11 11:55:23 2009 -0800"
      },
      "message": "USB: g_mass_storage: most data moved to fsg_common\n\nMost of the data from fsg_dev have been moved to fsg_common\nstructure.  The fsg_dev structure holds only endpoint dependent\ndata.  The fsg_common structure has a fsg pointer which points\nto active fsg_dev structure -- endpoints are referenced via this\npointer.\n\nThis fixes the problem of several threads created when a single\ninstance of MSF is used in several USB configurations.\n\nSigned-off-by: Michal Nazarewicz \u003cm.nazarewicz@samsung.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "d26a6aa08b9f12b44fb1ee65625e7480d3d5bb81",
      "tree": "9c86cc33a03c6ea0f9f7e6d2453b84b973e936fa",
      "parents": [
        "e8b6f8c5aa001235423878ef70bda919652e10be"
      ],
      "author": {
        "name": "Michal Nazarewicz",
        "email": "m.nazarewicz@samsung.com",
        "time": "Mon Nov 09 14:15:23 2009 +0100"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Dec 11 11:55:22 2009 -0800"
      },
      "message": "USB: g_mass_storage: code cleaned up and comments updated\n\nFixed most of the errors and warnings in f_mass_storage.c and\nstorage_common.c reported by checkpatch.pl as well as updated\ncomments.\n\nSigned-off-by: Michal Nazarewicz \u003cm.nazarewicz@samsung.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "e8b6f8c5aa001235423878ef70bda919652e10be",
      "tree": "cf61f66cd4b0fe886e1aa4a73c47a065af513a39",
      "parents": [
        "481e49296ae6979891af30c9858511d4347a5393"
      ],
      "author": {
        "name": "Michal Nazarewicz",
        "email": "m.nazarewicz@samsung.com",
        "time": "Mon Nov 09 14:15:22 2009 +0100"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Dec 11 11:55:22 2009 -0800"
      },
      "message": "USB: g_mass_storage: lun_name_format and thread_name added\n\nA two fsg_config fields were added:\n* lun_name_format which lets one specify format of a name\n  used when registering LUN devices.  It is useful if there\n  would be ever need for two MSFs to be used in a single\n  composite gadget (as opposed to single MSF in two\n  configuration); and\n* thread_name which lets one specify the name of a kernel\n  thread used by MSF.  This is not required since two or more\n  threads can have the same name but nevertheless it\u0027s here\n  for consistency.\n\nSigned-off-by: Michal Nazarewicz \u003cm.nazarewicz@samsung.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "481e49296ae6979891af30c9858511d4347a5393",
      "tree": "9c78e22db74134e4ccd96df62d92295b7c88da31",
      "parents": [
        "d23b0f08d18fc42f26f6a0776c6d827eb35143a9"
      ],
      "author": {
        "name": "Michal Nazarewicz",
        "email": "m.nazarewicz@samsung.com",
        "time": "Mon Nov 09 14:15:21 2009 +0100"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Dec 11 11:55:22 2009 -0800"
      },
      "message": "USB: g_mass_storage: fsg_config added \u0026 module params handlig changed\n\nRemoved all references to mod_data in f_mass_storage.c and\ninstead created fsg_config structure fsg_common_init() takes\nas an argument -- it stores all configuration options that\nwere previously taken from mod_data.\n\nMoreover, The fsg_config structure allows per-LUN\nconfiguration of removable and CD-ROM emulation.\n\nModule parameters are handled by defining an object of\nfsg_module_parameters structure and then declaring module\nparameters via FSG_MODULE_PARAMETERS() macro.  It adds proper\ndeclarations to the code making specified object be populated\nfrom module parameters.\n\nTo use values stored there one may use either\nfsg_config_from_params() which will will a fsg_config structure\nwith values taken from fsg_module_parameters structure or\nfsg_common_from_params() which will initialise fsg_common\nstructure directly.\n\nSigned-off-by: Michal Nazarewicz \u003cm.nazarewicz@samsung.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "d23b0f08d18fc42f26f6a0776c6d827eb35143a9",
      "tree": "e6557975165865e43984045279e262d62b939dde",
      "parents": [
        "6648f29d3be2972a74ef8e29aa5d425ab4f1fc48"
      ],
      "author": {
        "name": "Michal Nazarewicz",
        "email": "m.nazarewicz@samsung.com",
        "time": "Mon Nov 09 14:15:20 2009 +0100"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Dec 11 11:55:22 2009 -0800"
      },
      "message": "USB: g_mass_storage: Mass Storage Function created\n\nThe f_mass_storage.c has been changed into a composite function.\nmass_storage.c file has been introduced which defines a\ng_mass_storage gadget based on composite framework.\n\nSigned-off-by: Michal Nazarewicz \u003cm.nazarewicz@samsung.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "6648f29d3be2972a74ef8e29aa5d425ab4f1fc48",
      "tree": "019ca7fd4b73772952f570ef2a5dec67c5eabeaa",
      "parents": [
        "7f4e985448e82fe4a1cc0ae4fcecaf7e0301c07b"
      ],
      "author": {
        "name": "Sarah Sharp",
        "email": "sarah.a.sharp@linux.intel.com",
        "time": "Mon Nov 09 13:35:23 2009 -0800"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Dec 11 11:55:22 2009 -0800"
      },
      "message": "USB: xhci: Add tests for TRB address translation.\n\nIt\u0027s not surprising that the transfer request buffer (TRB) physical to\nvirtual address translation function has bugs in it, since I wrote most of\nit at 4am last October.  Add a test suite to check the TRB math.  This\nruns at memory initialization time, and causes the driver to fail to load\nif the TRB math fails.\n\nPlease excuse the excessively long lines in the test vectors; they can\u0027t\nreally be made shorter and still be readable.\n\nSigned-off-by: Sarah Sharp \u003csarah.a.sharp@linux.intel.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "7f4e985448e82fe4a1cc0ae4fcecaf7e0301c07b",
      "tree": "53325354cd6ceac171944c77cd921a0b5c630c3b",
      "parents": [
        "ed7487c2c28560a6b06900851ab63ebca1aea444"
      ],
      "author": {
        "name": "Vikram Pandita",
        "email": "vikram.pandita@ti.com",
        "time": "Mon Nov 09 21:24:32 2009 -0600"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Dec 11 11:55:22 2009 -0800"
      },
      "message": "usbtest: make module param pattern writeable\n\nAllow module_param to be writeable. This allows us to change\nthe parameter if usbtest is built-in in the kernel.\n\nSigned-off-by: Vikram Pandita \u003cvikram.pandita@ti.com\u003e\nSigned-off-by: Anand Gadiyar \u003cgadiyar@ti.com\u003e\nCc: David Brownell \u003cdavid-b@pacbell.net\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "ed7487c2c28560a6b06900851ab63ebca1aea444",
      "tree": "0c63d86549aa083f1751f0c39270d729318bb56a",
      "parents": [
        "a33279dfd825846325546b4d42d542b214ccb8d9"
      ],
      "author": {
        "name": "Dan Carpenter",
        "email": "error27@gmail.com",
        "time": "Tue Nov 10 11:02:08 2009 +0200"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Dec 11 11:55:22 2009 -0800"
      },
      "message": "USB: fix possible null deref in init_usb_class()\n\nAdd a missing goto.  We dereference usb_class on the next line.\n\nFound by smatch static checker.\n\nSigned-off-by: Dan Carpenter \u003cerror27@gmail.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "a33279dfd825846325546b4d42d542b214ccb8d9",
      "tree": "0002b1eb13523c1c39911954db05712460e790a7",
      "parents": [
        "fb34d53752d5bec5acc73422e462a9c68aeeaa2a"
      ],
      "author": {
        "name": "Dan Carpenter",
        "email": "error27@gmail.com",
        "time": "Tue Nov 10 10:53:58 2009 +0200"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Dec 11 11:55:22 2009 -0800"
      },
      "message": "USB: r8a66597: clean up. remove unneeded null checks\n\ntd and dev can not be null.\n\nAlso they are dereferenced in list_for_each_entry_safe and list_for_each\nbefore the check happens so we would have an oops if it were possible\nfor them to be null.\n\nFound using the smatch static checker.\n\nSigned-off-by: Dan Carpenter \u003cerror27@gmail.com\u003e\nAcked-by: Yoshihiro Shimoda \u003cshimoda.yoshihiro@renesas.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "fb34d53752d5bec5acc73422e462a9c68aeeaa2a",
      "tree": "6a395f2a0246cd3d721753c60af13e8f9b2e9c41",
      "parents": [
        "576a362ad2103da481e1f6e13de01f33d3d4c7b1"
      ],
      "author": {
        "name": "Alan Stern",
        "email": "stern@rowland.harvard.edu",
        "time": "Fri Nov 13 11:53:59 2009 -0500"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Dec 11 11:55:21 2009 -0800"
      },
      "message": "USB: remove the auto_pm flag\n\nThis patch (as1302) removes the auto_pm flag from struct usb_device.\nThe flag\u0027s only purpose was to distinguish between autosuspends and\nexternal suspends, but that information is now available in the\npm_message_t argument passed to suspend methods.\n\nSigned-off-by: Alan Stern \u003cstern@rowland.harvard.edu\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "576a362ad2103da481e1f6e13de01f33d3d4c7b1",
      "tree": "3b69cdfa35491c60c25e89def239f3952703d6c0",
      "parents": [
        "54a8e144acad6506920f385f4ef2779664f05b21"
      ],
      "author": {
        "name": "H Hartley Sweeten",
        "email": "hartleys@visionengravers.com",
        "time": "Tue Nov 17 14:53:41 2009 -0800"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Dec 11 11:55:21 2009 -0800"
      },
      "message": "USB: hcd.c: quiet NULL pointer sparse noise\n\nQuiet the following sparse noise:\n\n  warning: Using plain integer as NULL pointer\n\nSigned-off-by: H Hartley Sweeten \u003chsweeten@visionengravers.com\u003e\nCc: Alan Stern \u003cstern@rowland.harvard.edu\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "54a8e144acad6506920f385f4ef2779664f05b21",
      "tree": "1627ac3930382508ecb6f388a4f2fb1e58fb90e4",
      "parents": [
        "3ad4b116004bce1d2bb6e8cef50bf4c48c828dc1"
      ],
      "author": {
        "name": "Zhang Le",
        "email": "r0bertz@gentoo.org",
        "time": "Tue Nov 17 14:53:42 2009 -0800"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Dec 11 11:55:21 2009 -0800"
      },
      "message": "USB: option.c: add support for D-Link DWM-162-U5\n\nAdd D-Link DWM-162-U5 device id 1e0e:ce16 into option driver.  The device\nhas 4 interfaces, of which 1 is handled by storage and the other 3 by\noption driver.\n\nThe device appears first as CD-only 05c6:2100 device and must be switched\nto 1e0e:ce16 mode either by using \"eject CD\" or usb_modeswitch.\n\nThe MessageContent for usb_modeswitch.conf is:\n\"55534243e0c26a85000000000000061b000000020000000000000000000000\"\n\nSigned-off-by: Zhang Le \u003cr0bertz@gentoo.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nCc: stable \u003cstable@kernel.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "3ad4b116004bce1d2bb6e8cef50bf4c48c828dc1",
      "tree": "cc60ceb83100551ffd93390f81e45cfad0c63078",
      "parents": [
        "62d826c8ddafb0a55eb6c5255779ddb782dc5507"
      ],
      "author": {
        "name": "bart.hartgers@gmail.com",
        "email": "bart.hartgers@gmail.com",
        "time": "Wed Oct 28 10:43:30 2009 +0100"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Dec 11 11:55:21 2009 -0800"
      },
      "message": "USB: ark3116: Cleanup of now unneeded functions\n\nSigned-off-by: Bart Hartgers \u003cbart.hartgers@gmail.com\u003e\nCc: Mike McCormack \u003cmikem@ring3k.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "62d826c8ddafb0a55eb6c5255779ddb782dc5507",
      "tree": "be3837a935c0731bd98af0fcc4b3c66d35b49140",
      "parents": [
        "546b742968e7789c60efe0eec71896c45eeb6893"
      ],
      "author": {
        "name": "bart.hartgers@gmail.com",
        "email": "bart.hartgers@gmail.com",
        "time": "Wed Oct 28 10:43:29 2009 +0100"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Dec 11 11:55:21 2009 -0800"
      },
      "message": "USB: ark3116: Callbacks for interrupt and bulk read\n\nSigned-off-by: Bart Hartgers \u003cbart.hartgers@gmail.com\u003e\nCc: Mike McCormack \u003cmikem@ring3k.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "546b742968e7789c60efe0eec71896c45eeb6893",
      "tree": "f3c230960935aed818dfb65aed9d8ffbff214ca4",
      "parents": [
        "1f719105131010cdb9a4b5a3bace21f6b2e095ea"
      ],
      "author": {
        "name": "bart.hartgers@gmail.com",
        "email": "bart.hartgers@gmail.com",
        "time": "Wed Oct 28 10:43:28 2009 +0100"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Dec 11 11:55:21 2009 -0800"
      },
      "message": "USB: ark3116: Add cmset and break\n\nSigned-off-by: Bart Hartgers \u003cbart.hartgers@gmail.com\u003e\nCc: Mike McCormack \u003cmikem@ring3k.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "1f719105131010cdb9a4b5a3bace21f6b2e095ea",
      "tree": "20c0f5be3b92da6b8e974147a11af3940c7a4385",
      "parents": [
        "f4c1e8d597d1a440175db0d709c921cf3a49cfe7"
      ],
      "author": {
        "name": "bart.hartgers@gmail.com",
        "email": "bart.hartgers@gmail.com",
        "time": "Wed Oct 28 10:43:27 2009 +0100"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Dec 11 11:55:21 2009 -0800"
      },
      "message": "USB: ark3116: Replace cmget\n\nSigned-off-by: Bart Hartgers \u003cbart.hartgers@gmail.com\u003e\nCc: Mike McCormack \u003cmikem@ring3k.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "f4c1e8d597d1a440175db0d709c921cf3a49cfe7",
      "tree": "b65c8b7142afa92732915491af1211b7a91e92a9",
      "parents": [
        "149fc791a452df5e8fa155f553b3027a874adf62"
      ],
      "author": {
        "name": "bart.hartgers@gmail.com",
        "email": "bart.hartgers@gmail.com",
        "time": "Wed Oct 28 10:43:26 2009 +0100"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Dec 11 11:55:21 2009 -0800"
      },
      "message": "USB: ark3116: Make existing functions 16450-aware and add close and release functions.\n\nSigned-off-by: Bart Hartgers \u003cbart.hartgers@gmail.com\u003e\nCc: Mike McCormack \u003cmikem@ring3k.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "149fc791a452df5e8fa155f553b3027a874adf62",
      "tree": "9534e9a14f7576f905bf6f6a130e7475513729c6",
      "parents": [
        "a2582bd478c13c574d4c16ef1209d333f2a25935"
      ],
      "author": {
        "name": "bart.hartgers@gmail.com",
        "email": "bart.hartgers@gmail.com",
        "time": "Wed Oct 28 10:43:25 2009 +0100"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Dec 11 11:55:21 2009 -0800"
      },
      "message": "USB: ark3116: Setup some basic infrastructure for new ark3116 driver.\n\nSigned-off-by: Bart Hartgers \u003cbart.hartgers@gmail.com\u003e\nCc: Mike McCormack \u003cmikem@ring3k.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "a2582bd478c13c574d4c16ef1209d333f2a25935",
      "tree": "77fd2b7ab8b5f6696872f3cf7151ff3ae0c02554",
      "parents": [
        "22a627ba81e0f75b994d37adb68761a9b9ef7186"
      ],
      "author": {
        "name": "Russ Dill",
        "email": "russ.dill@gmail.com",
        "time": "Wed Nov 18 11:02:13 2009 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Dec 11 11:55:20 2009 -0800"
      },
      "message": "USB: Close usb_find_interface race\n\nUSB drivers that create character devices call usb_register_dev in their\nprobe function. This associates the usb_interface device with that minor\nnumber and creates the character device and announces it to the world.\nHowever, the driver\u0027s probe function is called before the new\nusb_interface is added to the driver\u0027s klist_devices.\n\nThis is a problem because userspace will respond to the character device\ncreation announcement by opening the character device. The driver\u0027s open\nfunction will the call usb_find_interface to find the usb_interface\nassociated with that minor number. usb_find_interface will walk the\ndriver\u0027s list of devices and find the usb_interface with the matching\nminor number.\n\nBecause the announcement happens before the usb_interface is added to the\ndriver\u0027s klist_devices, a race condition exists. A straightforward fix\nis to walk the list of devices on usb_bus_type instead since the device\nis added to that list before the announcement occurs.\n\nbus_find_device calls get_device to bump the reference count on the found\ndevice. It is arguable that the reference count should be dropped by the\ncaller of usb_find_interface instead of usb_find_interface, however,\nthe current users of usb_find_interface do not expect this.\n\nSigned-off-by: Russ Dill \u003cRuss.Dill@gmail.com\u003e\nCc: stable \u003cstable@kernel.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "22a627ba81e0f75b994d37adb68761a9b9ef7186",
      "tree": "bc29d68e0ce0fd7d86ecf60abfbba524d924dbc1",
      "parents": [
        "55f49f26821f379c451deb9fd6de8e59afb9b37e"
      ],
      "author": {
        "name": "Roel Kluin",
        "email": "roel.kluin@gmail.com",
        "time": "Wed Nov 18 14:12:31 2009 +0100"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Dec 11 11:55:20 2009 -0800"
      },
      "message": "USB: FIX bitfield istl_flip:1, make it unsigned.\n\nistl_flip is a signed bitfield of one bit so it can be -1 or 0.\nHowever in drivers/usb/host/isp1362-hcd.c:1103:\n\nfinish_iso_transfers(isp1362_hcd,\n\t\u0026isp1362_hcd-\u003eistl_queue[isp1362_hcd-\u003eistl_flip]);\n\nSo if isp1362_hcd-\u003eistl_flip is set, the 2nd argument becomes\n\u0026isp1362_hcd-\u003eistl_queue[-1], which is invalid.\n\nSigned-off-by: Roel Kluin \u003croel.kluin@gmail.com\u003e\nAcked-by: Mike Frysinger \u003cvapier@gentoo.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "55f49f26821f379c451deb9fd6de8e59afb9b37e",
      "tree": "c4c4cfd20a6766cd38ec25213124ccc92b48592e",
      "parents": [
        "afe2dab4f6d32d5650aaba42f2c7ec9c0622f4dd"
      ],
      "author": {
        "name": "Nathaniel McCallum",
        "email": "nathaniel@natemccallum.com",
        "time": "Wed Nov 18 20:15:28 2009 -0500"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Dec 11 11:55:20 2009 -0800"
      },
      "message": "USB: handle bcd incrementation in usb modalias generation\n\nThis patch fixes a bug when incrementing/decrementing on a BCD formatted\ninteger (i.e. 0x09++ should be 0x10 not 0x0A).  It just adds a function\nfor incrementing/decrementing BCD integers by converting to decimal,\ndoing the increment/decrement and then converting back to BCD.\n\nSigned-off-by: Nathaniel McCallum \u003cnathaniel@natemccallum.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "afe2dab4f6d32d5650aaba42f2c7ec9c0622f4dd",
      "tree": "b733d1e21f6482a46a262b25e15f4e628e74464b",
      "parents": [
        "c1479a92cf0a7792298d364e44a781550621cb58"
      ],
      "author": {
        "name": "Nathaniel McCallum",
        "email": "nathaniel@natemccallum.com",
        "time": "Wed Nov 18 20:11:23 2009 -0500"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Dec 11 11:55:20 2009 -0800"
      },
      "message": "USB: add hex/bcd detection to usb modalias generation\n\nThe current code to generate usb modaliases from usb_device_id assumes\nthat the device\u0027s bcdDevice descriptor will actually be in BCD format.\nWhile this should be a sane assumption, some devices don\u0027t follow spec\nand just use plain old hex.  This causes drivers for these devices to\ngenerate invalid modalias lines which will never actually match for the\nhardware.\n\nThe following patch adds hex support for bcdDevice in file2alias.c by\ndetecting when a driver uses a hex formatted bcdDevice_(lo|hi) and\nadjusts the output to hex format accordingly.\n\nDrivers for devices which have bcdDevice conforming to BCD will have no\nchange in modalias output.  Drivers for devices which don\u0027t conform\n(i.e. ibmcam) should now generate valid modaliases.\n\nEXAMPLE OUTPUT (ibmcam; space added to highlight change)\n    Old: usb:v0545p800D d030[10-9] dc*dsc*dp*ic*isc*ip*\n    New: usb:v0545p800D d030a      dc*dsc*dp*ic*isc*ip*\n\nSigned-off-by: Nathaniel McCallum \u003cnathaniel@natemccallum.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "c1479a92cf0a7792298d364e44a781550621cb58",
      "tree": "9d315b860c0476722af199715da700d10bc13b37",
      "parents": [
        "85e034fdff2af6befc55904f3ab9cc5aa31be8fe"
      ],
      "author": {
        "name": "Adrian Taylor",
        "email": "aat@realvnc.com",
        "time": "Thu Nov 19 10:35:33 2009 +0000"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Dec 11 11:55:20 2009 -0800"
      },
      "message": "USB: Exposing second ACM channel as tty for Nokia S60 phones.\n\nNokia S60 phones expose two ACM channels. The first is a modem and is picked\nup by the standard AT-command interface information in the CDC-ACM driver. The\nsecond is marked as having a vendor-specific protocol. Normally, we don\u0027t\nexpose those as ttys. (On some other devices, they may be claimed by the\nrndis_host driver and used as a network interface).\n\nBut on S60 this second ACM channel is the way that third-party S60 application\ndevelopers are expected to communicate over USB. It acts as a serial device\nat the S60 end, and so it should on Linux too.\n\nThe list of devices is largely derived from:\nhttp://wiki.forum.nokia.com/index.php/S60_Platform_and_device_identification_codes\nhttp://wiki.forum.nokia.com/index.php/Nokia_USB_Product_IDs\nand includes only the S60 3rd Edition+ devices documented there.\n\nThere are many devices for which the USB device ID is not documented,\nincluding:\n    Nokia 6290\n    Nokia E63\n    Nokia 5630 XpressMusic\n    Nokia 5730 XpressMusic\n    Nokia 6710 Navigator\n    Nokia 6720 classic\n    Nokia 6730 Classic\n    Nokia 6760 slide\n    Nokia 6790 slide\n    Nokia 6790 Surge\n    Nokia E52\n    Nokia E55\n    Nokia E71x (AT\u0026T)\n    Nokia E72\n    Nokia E75\n    Nokia E75 US+LTA variant\n    Nokia N79\n    Nokia N86 8MP\n    Nokia 5230 (RM-588)\n    Nokia 5230 (RM-594)\n    Nokia 5530 XpressMusic\n    Nokia 5530 XpressMusic (china)\n    Nokia 5800 XM\n    Nokia N97 (RM-506)\n    Nokia N97 mini\n    Nokia X6\nIt would be good to add those subsequently.\n\nSigned-off-by: Adrian Taylor \u003caat@realvnc.com\u003e\nAcked-by: Oliver Neukum \u003coliver@neukum.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "85e034fdff2af6befc55904f3ab9cc5aa31be8fe",
      "tree": "6128ed2bcfd50c1dedcf3cb61e752266708fdef5",
      "parents": [
        "796c8c78801ebf1bdebddda06a43276355ff91eb"
      ],
      "author": {
        "name": "Larry Finger",
        "email": "Larry.Finger@lwfinger.net",
        "time": "Thu Nov 05 10:37:03 2009 -0600"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Dec 11 11:55:20 2009 -0800"
      },
      "message": "USB: Check results of dma_map_single\n\nIn map_urb_for_dma(), the DMA address returned by dma_map_single()\nis not checked to determine if it is legal. This lack of checking\ncontributed to a problem with the libertas wireless driver\n(http://marc.info/?l\u003dlinux-wireless\u0026m\u003d125695331205062\u0026w\u003d2). The\ndifficulty was not detected until the buffer was unmapped. By this time\nmemory corruption had occurred.\n\nThe situation is fixed by testing the returned DMA address, and\nreturning -EAGAIN if the address is invalid.\n\nSigned-off-by: Larry Finger \u003cLarry.Finger@lwfinger.net\u003e\nCc: Alan Stern \u003cstern@rowland.harvard.edu\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "796c8c78801ebf1bdebddda06a43276355ff91eb",
      "tree": "f1ba7bf6da49afc2db6d811f11643241d7c048aa",
      "parents": [
        "b375e1169d8ecc9e9db3ecba8147d484b5510833"
      ],
      "author": {
        "name": "Anand Gadiyar",
        "email": "gadiyar@ti.com",
        "time": "Sat Nov 07 01:16:32 2009 +0530"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Dec 11 11:55:20 2009 -0800"
      },
      "message": "USB: ehci: Allow EHCI to be built on OMAP3\n\nusb: ehci: Allow EHCI to be built on OMAP3\n\nOMAP3 chips have a built-in EHCI controller.\nThe recently introduced omap ehci-hcd driver missed\nout on selecting USB_ARCH_HAS_EHCI in Kconfig.\n\nWithout this, the driver cannot be built.\n\nSigned-off-by: Anand Gadiyar \u003cgadiyar@ti.com\u003e\nCc: Vikram Pandita \u003cvikram.pandita@ti.com\u003e\nCc: Ajay Kumar Gupta \u003cajay.gupta@ti.com\u003e\nAcked-by: Felipe Balbi \u003cfelipe.balbi@nokia.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "b375e1169d8ecc9e9db3ecba8147d484b5510833",
      "tree": "6e82dd614c4a36d725b7250ced5a48a76c301607",
      "parents": [
        "40f8db8f8f5af2cafeb976ae15e11aca641a931d"
      ],
      "author": {
        "name": "Alan Stern",
        "email": "stern@rowland.harvard.edu",
        "time": "Fri Nov 06 12:32:23 2009 -0500"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Dec 11 11:55:20 2009 -0800"
      },
      "message": "USB: add scatter-gather support to usbmon\n\nThis patch (as1301) adds support to usbmon for scatter-gather URBs.\nThe text interface looks at only the first scatterlist element, since\nit never copies more than 32 bytes of data anyway.  The binary\ninterface copies as much data as possible up to the first\nnon-addressable buffer.\n\nSigned-off-by: Alan Stern \u003cstern@rowland.harvard.edu\u003e\nCC: Pete Zaitcev \u003czaitcev@redhat.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "40f8db8f8f5af2cafeb976ae15e11aca641a931d",
      "tree": "b2da27baeab34919264b60f7679cfef62daa933d",
      "parents": [
        "3a2b808e95287c8235e25a833fda3dad3e9853ef"
      ],
      "author": {
        "name": "Alan Stern",
        "email": "stern@rowland.harvard.edu",
        "time": "Fri Nov 06 12:29:40 2009 -0500"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Dec 11 11:55:19 2009 -0800"
      },
      "message": "USB: EHCI: add native scatter-gather support\n\nThis patch (as1300) adds native scatter-gather support to ehci-hcd.\n\nSigned-off-by: Alan Stern \u003cstern@rowland.harvard.edu\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "3a2b808e95287c8235e25a833fda3dad3e9853ef",
      "tree": "5cb2af791049ef8c7c949d2e0027863dffdaea00",
      "parents": [
        "b97503ffa79f0a4aa13c7cd8b449b98d3077c78f"
      ],
      "author": {
        "name": "Elina Pasheva",
        "email": "epasheva@sierrawireless.com",
        "time": "Wed Nov 04 10:25:48 2009 -0800"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Dec 11 11:55:19 2009 -0800"
      },
      "message": "USB: serial: sierra driver memory reduction\n\nThis patch deals with reducing the memory footprint for sierra driver.\nThis optimization is aimed for embedded software customers.\n\nSome sierra modems can expose upwards of 7 USB interfaces, each possibly\noffering different services. In general, interfaces used for the\nexchange of wireless data require much higher throughput, hence require\nmore memory (i.e. more URBs) than lower performance interfaces. URBs\nused for the IN direction are pre-allocated by the driver and this patch\nintroduces a way to configure the number of IN URBs allocated on a\nper-interface basis. Interfaces with lower throughput requirements\nreceive fewer URBs, thereby reducing the RAM memory consumed by the\ndriver.\n\nNOTE1: This driver has always pre-allocated URBs for the IN direction.\n\nNOTE2: The number of URBs pre-allocated for the low-performance\ninterfaces has already been extensively tested in previous versions of\nthis driver.\n\nWe also added the capability to log function calls by adding DEBUG flag.\nPlease note that  this flag is commented out because this is the default\nstate\nfor it.\n\nSigned-off-by: Elina Pasheva \u003cepasheva@sierrawireless.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "b97503ffa79f0a4aa13c7cd8b449b98d3077c78f",
      "tree": "41a87deca5a6baa0f91af2f9016b9ae320ea4a58",
      "parents": [
        "9c610213370ad2e58a892f890a11a90615edf020"
      ],
      "author": {
        "name": "Michal Nazarewicz",
        "email": "m.nazarewicz@samsung.com",
        "time": "Wed Oct 28 16:57:30 2009 +0100"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Dec 11 11:55:19 2009 -0800"
      },
      "message": "USB: Interface Association Descriptors added to CDC \u0026 RNDIS\n\nWithout Interface Association Descriptor, the CDC serial and\nRNDIS functions did not work correctly when added to a\ncomposite gadget with other functions.  This is because, it\ndefined two interfaces and some hosts tried to treat each\ninterface separatelly.\n\nSigned-off-by: Michal Nazarewicz \u003cm.nazarewicz@samsung.com\u003e\nCc: David Brownell \u003cdbrownell@users.sourceforge.net\u003e\nCc: Alan Stern \u003cstern@rowland.harvard.edu\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "9c610213370ad2e58a892f890a11a90615edf020",
      "tree": "c4dc1b738aa33e42916cf26ba5595fac14cbc052",
      "parents": [
        "606206c271722d613b99c737ce150f58f4485f41"
      ],
      "author": {
        "name": "Michal Nazarewicz",
        "email": "m.nazarewicz@samsung.com",
        "time": "Wed Oct 28 16:57:22 2009 +0100"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Dec 11 11:55:19 2009 -0800"
      },
      "message": "USB: g_mass_storage: fsg_common_init() created\n\nMoved code initialising fsg_common structure to fsg_common_init()\nfunction which is called from fsg_bind().  Moreover, changed\nreference counting mechanism: fsg_common has a reference counter\nwhich counts how many fsg_dev structures uses it.  When this\nreaches zero fsg_common_release() is run which unregisters\nLUN devices and frees memory.\n\nfsg_common_init() takes pointer to fsg_common structure as an\nargument.  If it is NULL function allocates storage otherwise\nuses pointed to memory (handy if fsg_common is a field of another\nstructure or a static variable).\n\nfsg_common_release() will free storage only if\nfree_storage_on_release is set -- it is initialised by\nfsg_common_init(): set if allocation was done, unset\notherwise (one may overwrite it of course).\n\nSigned-off-by: Michal Nazarewicz \u003cm.nazarewicz@samsung.com\u003e\nCc: David Brownell \u003cdbrownell@users.sourceforge.net\u003e\nCc: Alan Stern \u003cstern@rowland.harvard.edu\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "606206c271722d613b99c737ce150f58f4485f41",
      "tree": "a3db1e8291005b1bd76e260296d9fe815d232420",
      "parents": [
        "a41ae4180e5403a68469420806c318e1a0c32248"
      ],
      "author": {
        "name": "Michal Nazarewicz",
        "email": "m.nazarewicz@samsung.com",
        "time": "Wed Oct 28 16:57:21 2009 +0100"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Dec 11 11:55:19 2009 -0800"
      },
      "message": "USB: g_mass_storage: constant length buffers used\n\nUsing version of fsg_buffhd structure with buf field being an\narray of characters with predefined size.  Since mass storage\nfunction does not define changing buffer size on run-time it is\nnot required for the field to be a pointer to void and allocating\nspace dynamically.\n\nSigned-off-by: Michal Nazarewicz \u003cm.nazarewicz@samsung.com\u003e\nCc: David Brownell \u003cdbrownell@users.sourceforge.net\u003e\nCc: Alan Stern \u003cstern@rowland.harvard.edu\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "a41ae4180e5403a68469420806c318e1a0c32248",
      "tree": "c013d75c904eb0ba3aa3969512747e3d1ef18e70",
      "parents": [
        "93bcf12e7123f20d30757d35d8052832e3c4d647"
      ],
      "author": {
        "name": "Michal Nazarewicz",
        "email": "m.nazarewicz@samsung.com",
        "time": "Wed Oct 28 16:57:20 2009 +0100"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Dec 11 11:55:19 2009 -0800"
      },
      "message": "USB: g_mass_storage: parts of fsg_dev moved to fsg_common structure\n\nIn the final version, many fsg_dev structures will (be able to)\nrefer to a single fsg_common structure and so it is required\nto move common data to another object which can be shared.\n\nSituation where many fsg_dev structures refer single fsg_common\nstructure is when a single instance of MSF is used in several\nUSB configurations.\n\nSigned-off-by: Michal Nazarewicz \u003cm.nazarewicz@samsung.com\u003e\nCc: David Brownell \u003cdbrownell@users.sourceforge.net\u003e\nCc: Alan Stern \u003cstern@rowland.harvard.edu\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "93bcf12e7123f20d30757d35d8052832e3c4d647",
      "tree": "71a8ccbd467d3de3c8485c03a9465d49ea72d763",
      "parents": [
        "d5e2b67aae79f01720d8b962c23b0abc7063201c"
      ],
      "author": {
        "name": "Michal Nazarewicz",
        "email": "m.nazarewicz@samsung.com",
        "time": "Wed Oct 28 16:57:19 2009 +0100"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Dec 11 11:55:19 2009 -0800"
      },
      "message": "USB: g_mass_storage: testing code from f_mass_storage.c removed\n\nRemoved code that was included when CONFIG_USB_FILE_STORAGE_TEST\nwas defined.  If this functionality is required one may still use\nthe original File-backed Storage Gadget.  It has been agreed that\ntesting functionality is not required in the composite function.\n\nAlso removed fsg_suspend() and fsg_resume() which were no\noperations.\n\nMoreover, storage_common.c has been modified in such a way that\ndefining certain macros skips parts of the file.  Those macros\nare:\n* FSG_NO_INTR_EP -- skips interrupt endpoint descriptors\n* FSG_NO_DEVICE_STRINGS -- skips certain strings\n* FSG_NO_OTG -- skips OTG descriptor\n\nSigned-off-by: Michal Nazarewicz \u003cm.nazarewicz@samsung.com\u003e\nCc: David Brownell \u003cdbrownell@users.sourceforge.net\u003e\nCc: Alan Stern \u003cstern@rowland.harvard.edu\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "d5e2b67aae79f01720d8b962c23b0abc7063201c",
      "tree": "6ea59db0ba97f46854d47498c564739f56a6b046",
      "parents": [
        "93f937405bd5280ced9bf845f620d1de19b9bf7d"
      ],
      "author": {
        "name": "Michal Nazarewicz",
        "email": "m.nazarewicz@samsung.com",
        "time": "Wed Oct 28 16:57:18 2009 +0100"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Dec 11 11:55:19 2009 -0800"
      },
      "message": "USB: g_mass_storage: template f_mass_storage.c file created\n\nCopied file_storage.c to f_mass_storage.c which will be used as\ntemplate for the Mass Storage composite Function.\n\nSigned-off-by: Michal Nazarewicz \u003cm.nazarewicz@samsung.com\u003e\nCc: David Brownell \u003cdbrownell@users.sourceforge.net\u003e\nCc: Alan Stern \u003cstern@rowland.harvard.edu\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "93f937405bd5280ced9bf845f620d1de19b9bf7d",
      "tree": "3ca72e8b1326087623ed1e2e97a2db45643b0d12",
      "parents": [
        "e909ef5def59236b91fa9ee83446084eb6f48d1a"
      ],
      "author": {
        "name": "Michal Nazarewicz",
        "email": "m.nazarewicz@samsung.com",
        "time": "Wed Oct 28 16:57:17 2009 +0100"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Dec 11 11:55:19 2009 -0800"
      },
      "message": "USB: g_file_storage: more code from file_storage.c moved to storage_common.c\n\nSince storage_common.c no longer references mod_data object\nit is now possible to include it before mod_data object is\ndefined.  This makes it possible to move some defines that\nare used as default values of mod_data fields to be defined\nin storage_common.c file (where they should be set from\nthe beginning).\n\nAlso, show_ro(), show_file(), store_ro() and store_file()\nhave been moved to storage_common.c with LUN\u0027s device\u0027s\ndrvdata changed from pointing to fsg_dev to pointing to\nrw_semaphore (\u0026fsg-\u003efilesem).\n\nSigned-off-by: Michal Nazarewicz \u003cm.nazarewicz@samsung.com\u003e\nCc: David Brownell \u003cdbrownell@users.sourceforge.net\u003e\nCc: Alan Stern \u003cstern@rowland.harvard.edu\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "e909ef5def59236b91fa9ee83446084eb6f48d1a",
      "tree": "16ace044a13fac99c58444dd99ffa9a5b1a65aca",
      "parents": [
        "d6181702f510302dce5666a50344b5acb196ab4e"
      ],
      "author": {
        "name": "Michal Nazarewicz",
        "email": "m.nazarewicz@samsung.com",
        "time": "Wed Oct 28 16:57:16 2009 +0100"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Dec 11 11:55:18 2009 -0800"
      },
      "message": "USB: g_file_storage: per-LUN ro, removable and cdrom flags handling changed\n\nremovable and cdrom flag has been added to the fsg_lun structure\nremoving any references to mod_data object from storage_common.c.\n\nAs of read-only flag, previously it was set if a read-only\nbacking file was specified (which is good) and remained set\neven after the file has been closed (which may be considered an\nissue).  Currently, the initial read-only flag is preserved so\nif it was unset each time file is opened code will try to open\nit read-write even if previous file was opened read-only.\n\nSigned-off-by: Michal Nazarewicz \u003cm.nazarewicz@samsung.com\u003e\nCc: David Brownell \u003cdbrownell@users.sourceforge.net\u003e\nCc: Alan Stern \u003cstern@rowland.harvard.edu\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "d6181702f510302dce5666a50344b5acb196ab4e",
      "tree": "82b28ab17bcc357cd290d79c0590a4d9b514ff8e",
      "parents": [
        "b6058d0fefc0b5ff777dfbff990a0a50a4ac144b"
      ],
      "author": {
        "name": "Michal Nazarewicz",
        "email": "m.nazarewicz@samsung.com",
        "time": "Wed Oct 28 16:57:15 2009 +0100"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Dec 11 11:55:18 2009 -0800"
      },
      "message": "USB: g_file_storage: \"fsg_\" prefix added to some identifiers\n\nPrefixed some identifiers that were defined in storage_common.c file\nwith \"fsg_\".  Not all identifiers were prefixed but the ones that are\nmost likely to produce conflicts when used with other USB functions.\n\nSigned-off-by: Michal Nazarewicz \u003cm.nazarewicz@samsung.com\u003e\nCc: David Brownell \u003cdbrownell@users.sourceforge.net\u003e\nCc: Alan Stern \u003cstern@rowland.harvard.edu\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "b6058d0fefc0b5ff777dfbff990a0a50a4ac144b",
      "tree": "8ed791c196d814c56a5a0bd16b07b60628aa0254",
      "parents": [
        "7e8d5cd93fac4d3720d8f780b350c9421e8997d4"
      ],
      "author": {
        "name": "Michal Nazarewicz",
        "email": "m.nazarewicz@samsung.com",
        "time": "Wed Oct 28 16:57:14 2009 +0100"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Dec 11 11:55:18 2009 -0800"
      },
      "message": "USB: g_file_storage: parts of file_storage.c moved to separate file\n\nMoved parts of the file_storage.c file which do not reference fsg_dev\nstructure to newly created storage_common.c file. dump_msg() and\ndump_cdb() have been changed to macros to remove fsg_dev reference.\n\nSigned-off-by: Michal Nazarewicz \u003cm.nazarewicz@samsung.com\u003e\nCc: David Brownell \u003cdbrownell@users.sourceforge.net\u003e\nCc: Alan Stern \u003cstern@rowland.harvard.edu\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "7e8d5cd93fac4d3720d8f780b350c9421e8997d4",
      "tree": "fe7bf118d39c3c5d85e2270bc2cf34f56ea62455",
      "parents": [
        "ed1db3ada189c9af592c4d2971b22b482b68aafe"
      ],
      "author": {
        "name": "Daniel Mack",
        "email": "daniel@caiaq.de",
        "time": "Wed Oct 28 01:14:59 2009 +0100"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Dec 11 11:55:18 2009 -0800"
      },
      "message": "USB: Add EHCI support for MX27 and MX31 based boards\n\nThe Freescale MX27 and MX31 SoCs have a EHCI controller onboard.\nThe controller is capable of USB on the go. This patch adds\na driver to support all three of them.\n\nUsers have to pass details about serial interface configuration in the\nplatform data.\n\nThe USB OTG core used here is the ARC core, so the driver should\nbe renamed and probably be merged with ehci-fsl.c eventually.\n\nSigned-off-by: Sascha Hauer \u003cs.hauer@pengutronix.de\u003e\nSigned-off-by: Daniel Mack \u003cdaniel@caiaq.de\u003e\nCc: David Brownell \u003cdbrownell@users.sourceforge.net\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "ed1db3ada189c9af592c4d2971b22b482b68aafe",
      "tree": "aa7d98261986c4558a7c38b9047ea9e02342b227",
      "parents": [
        "253e05724f9230910344357b1142ad8642ff9f5a"
      ],
      "author": {
        "name": "Alan Stern",
        "email": "stern@rowland.harvard.edu",
        "time": "Tue Oct 27 15:26:50 2009 -0400"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Dec 11 11:55:18 2009 -0800"
      },
      "message": "USB: fix a bug in the scatter-gather library\n\nThis patch (as1298) fixes a bug in the new scatter-gather URB\nfacility.  If an URB uses a scatterlist then it should not have the\nURB_NO_INTERRUPT flag set; otherwise the system won\u0027t be notified when\nthe transfer completes.\n\nSigned-off-by: Alan Stern \u003cstern@rowland.harvard.edu\u003e\nAcked-by: David Vrabel \u003cdavid.vrabel@csr.com\u003e\nCC: Sarah Sharp \u003csarah.a.sharp@linux.intel.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n\n"
    },
    {
      "commit": "253e05724f9230910344357b1142ad8642ff9f5a",
      "tree": "ff29ac01c681b183db2ad4b18b95b6c3dbe0ca0b",
      "parents": [
        "d697cdda43939a80432863e2e26df6701ce72b63"
      ],
      "author": {
        "name": "Alan Stern",
        "email": "stern@rowland.harvard.edu",
        "time": "Tue Oct 27 15:20:13 2009 -0400"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Dec 11 11:55:18 2009 -0800"
      },
      "message": "USB: add a \"remove hardware\" sysfs attribute\n\nThis patch (as1297) adds a \"remove\" attribute to each USB device\u0027s\ndirectory in sysfs.  Writing to this attribute causes the device to be\ndeconfigured (the same as writing 0 to the \"bConfigurationValue\"\nattribute) and then tells the hub driver to disable the device\u0027s\nupstream port.  The device remains locked during these activities so\nthere is no possibility of it getting reconfigured in between.  The\nport will remain disabled until after the device is unplugged.\n\nThe purpose of this is to provide a means for user programs to imitate\nthe \"Safely remove hardware\" applet in Windows.  Some devices do\nexpect their ports to be disabled before they are unplugged, and they\nprovide visual feedback to users indicating when they can safely be\nunplugged.\n\nThe security implications are minimal.  Writing to the \"remove\"\nattribute is no more dangerous than writing to the\n\"bConfigurationValue\" attribute.\n\nSigned-off-by: Alan Stern \u003cstern@rowland.harvard.edu\u003e\nCc: David Zeuthen \u003cdavidz@redhat.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "d697cdda43939a80432863e2e26df6701ce72b63",
      "tree": "3ec15d51e6a9f1e92697de95e41b5261f5da098b",
      "parents": [
        "dccd574cccad950d9ed9bc192eae4089c6044d9d"
      ],
      "author": {
        "name": "Alan Stern",
        "email": "stern@rowland.harvard.edu",
        "time": "Tue Oct 27 15:18:46 2009 -0400"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Dec 11 11:55:18 2009 -0800"
      },
      "message": "USB: don\u0027t use a fixed DMA mapping for hub status URBs\n\nThis patch (as1296) gets rid of the fixed DMA-buffer mapping used by\nthe hub driver for its status URB.  This URB doesn\u0027t get used much --\nmainly when a device is plugged in or unplugged -- so the dynamic\nmapping overhead is minimal.  And most systems have many fewer\nexternal hubs than root hubs, which don\u0027t need a mapped buffer anyway.\n\nSigned-off-by: Alan Stern \u003cstern@rowland.harvard.edu\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "dccd574cccad950d9ed9bc192eae4089c6044d9d",
      "tree": "cd4a5c599c5a50c84dee8074e25e939dae71a276",
      "parents": [
        "d7e055f1975cac560427c924d2bff4b5d41fe442"
      ],
      "author": {
        "name": "Sarah Sharp",
        "email": "sarah.a.sharp@linux.intel.com",
        "time": "Tue Oct 27 10:55:05 2009 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Dec 11 11:55:18 2009 -0800"
      },
      "message": "USB: ehci: Respect IST when scheduling new split iTDs.\n\nThe EHCI specification says that an EHCI host controller may cache part of\nthe isochronous schedule.  The EHCI controller must advertise how much it\ncaches in the schedule through the HCCPARAMS register isochronous\nscheduling threshold (IST) bits.\n\nIn theory, adding new iTDs within the IST should be harmless.  The HW will\nfollow the old cached linked list and miss the new iTD.  SW will notice HW\nmissed the iTD and return 0 for the transfer length.\n\nHowever, Intel ICH9 chipsets (and some later chipsets) have issues when SW\nattempts to schedule a split transaction within the IST.  All transfers\nwill cease being sent out that port, and the drivers will see isochronous\npackets complete with a length of zero.  Start of frames may or may not\nalso disappear, causing the device to go into auto-suspend.  This \"bus\nstall\" will continue until a control or bulk transfer is queued to a\ndevice under that roothub.\n\nMost drivers will never cause this behavior, because they use multiple\nURBs with multiple packets to keep the bus busy.  If you limit the number\nof URBs to one, you may be able to hit this bug.\n\nMake sure the EHCI driver does not schedule full-speed transfers within\nthe IST under an Intel chipset.  Make sure that when we fall behind the\ncurrent microframe plus IST, we schedule the new transfer at the next\nperiodic interval after the IST.\n\nDon\u0027t change the scheduling for new transfers, since the schedule slop will\nalways be greater than the IST.  Allow high speed isochronous transfers to\nbe scheduled within the IST, since this doesn\u0027t trigger the Intel chipset\nbug.\n\nMake sure that if the host caches the full frame, the EHCI driver\u0027s\ninternal isochronous threshold (ehci-\u003ei_thresh) is set to\n8 microframes + 2 microframes wiggle room.  This is similar to what is done in\nthe case where the host caches less than the full frame.\n\nSigned-off-by: Sarah Sharp \u003csarah.a.sharp@linux.intel.com\u003e\nCc: Alan Stern \u003cstern@rowland.harvard.edu\u003e\nCc: David Brownell \u003cdbrownell@users.sourceforge.net\u003e\nCc: Clemens Ladisch \u003cclemens@ladisch.de\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "d7e055f1975cac560427c924d2bff4b5d41fe442",
      "tree": "ce59cb74b4479ef9f1659899d4e5c560faac0eaf",
      "parents": [
        "3c67d899cde32099bfc484f6ccc9b90c2e0c9fc8"
      ],
      "author": {
        "name": "Sarah Sharp",
        "email": "sarah.a.sharp@linux.intel.com",
        "time": "Tue Oct 27 10:54:49 2009 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Dec 11 11:55:17 2009 -0800"
      },
      "message": "USB: ehci: Minor constant fix for SCHEDULE_SLOP.\n\nChange the constant SCHEDULE_SLOP to be 80 microframes, instead of 10\nframes.  It was always multiplied by 8 to convert frames to microframes.\nSCHEDULE_SLOP is only used in ehci-sched.c.\n\nSigned-off-by: Sarah Sharp \u003csarah.a.sharp@linux.intel.com\u003e\nCc: David Brownell \u003cdbrownell@users.sourceforge.net\u003e\nAcked-by: Alan Stern \u003cstern@rowland.harvard.edu\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "3c67d899cde32099bfc484f6ccc9b90c2e0c9fc8",
      "tree": "52471a63e47aaded69cf8d5d066137b7c4449d37",
      "parents": [
        "6f5165cf989387e84ef23122330b27cca1cbe831"
      ],
      "author": {
        "name": "Sarah Sharp",
        "email": "sarah.a.sharp@linux.intel.com",
        "time": "Tue Nov 03 13:06:40 2009 -0800"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Dec 11 11:55:17 2009 -0800"
      },
      "message": "USB: xhci: Remove unused HCD statistics code.\n\nCONFIG_USB_HCD_STAT was used in an abandoned patch to track host\ncontroller throughput statistics.  Since CONFIG_USB_HCD_STAT will never be\ndefined, remove code that can never run.\n\nSigned-off-by: Sarah Sharp \u003csarah.a.sharp@linux.intel.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "6f5165cf989387e84ef23122330b27cca1cbe831",
      "tree": "44ff1ea0590b00f2851f50ffa2cf9954eb70a767",
      "parents": [
        "4f0f0baef017dfd5d62b749716ab980a825e1071"
      ],
      "author": {
        "name": "Sarah Sharp",
        "email": "sarah.a.sharp@linux.intel.com",
        "time": "Tue Oct 27 10:57:01 2009 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Dec 11 11:55:17 2009 -0800"
      },
      "message": "USB: xhci: Add watchdog timer for URB cancellation.\n\nIn order to giveback a canceled URB, we must ensure that the xHCI\nhardware will not access the buffer in an URB.  We can\u0027t modify the\nbuffer pointers on endpoint rings without issuing and waiting for a stop\nendpoint command.  Since URBs can be canceled in interrupt context, we\ncan\u0027t wait on that command.  The old code trusted that the host\ncontroller would respond to the command, and would giveback the URBs in\nthe event handler.  If the hardware never responds to the stop endpoint\ncommand, the URBs will never be completed, and we might hang the USB\nsubsystem.\n\nImplement a watchdog timer that is spawned whenever a stop endpoint\ncommand is queued.  If a stop endpoint command event is found on the\nevent ring during an interrupt, we need to stop the watchdog timer with\ndel_timer().  Since del_timer() can fail if the timer is running and\nwaiting on the xHCI lock, we need a way to signal to the timer that\neverything is fine and it should exit.  If we simply clear\nEP_HALT_PENDING, a new stop endpoint command could sneak in and set it\nbefore the watchdog timer can grab the lock.\n\nInstead we use a combination of the EP_HALT_PENDING flag and a counter\nfor the number of pending stop endpoint commands\n(xhci_virt_ep-\u003estop_cmds_pending).  If we need to cancel the watchdog\ntimer and del_timer() succeeds, we decrement the number of pending stop\nendpoint commands.  If del_timer() fails, we leave the number of pending\nstop endpoint commands alone.  In either case, we clear the\nEP_HALT_PENDING flag.\n\nThe timer will decrement the number of pending stop endpoint commands\nonce it obtains the lock.  If the timer is the tail end of the last stop\nendpoint command (xhci_virt_ep-\u003estop_cmds_pending \u003d\u003d 0), and the\nendpoint\u0027s command is still pending (EP_HALT_PENDING is set), we assume\nthe host is dying.  The watchdog timer will set XHCI_STATE_DYING, try to\nhalt the xHCI host, and give back all pending URBs.\n\nVarious other places in the driver need to check whether the xHCI host\nis dying.  If the interrupt handler ever notices, it should immediately\nstop processing events.  The URB enqueue function should also return\n-ESHUTDOWN.  The URB dequeue function should simply return the value\nof usb_hcd_check_unlink_urb() and the watchdog timer will take care of\ngiving the URB back.  When a device is disconnected, the xHCI hardware\nstructures should be freed without issuing a disable slot command (since\nthe hardware probably won\u0027t respond to it anyway).  The debugging\npolling loop should stop polling if the host is dying.\n\nWhen a device is disconnected, any pending watchdog timers are killed\nwith del_timer_sync().  It must be synchronous so that the watchdog\ntimer doesn\u0027t attempt to access the freed endpoint structures.\n\nSigned-off-by: Sarah Sharp \u003csarah.a.sharp@linux.intel.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "4f0f0baef017dfd5d62b749716ab980a825e1071",
      "tree": "74f84a4ddd6ea41c5d359a4ecf1f25fa0a2c7d4d",
      "parents": [
        "678539cfaa090093a9aef185f545f6b17acc445c"
      ],
      "author": {
        "name": "Sarah Sharp",
        "email": "sarah.a.sharp@linux.intel.com",
        "time": "Tue Oct 27 10:56:33 2009 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Dec 11 11:55:17 2009 -0800"
      },
      "message": "USB: xhci: Re-purpose xhci_quiesce().\n\nxhci_quiesce() is basically a no-op right now.  It\u0027s only called if\nHC_IS_RUNNING() is true, and the body of the function consists of a\nBUG_ON if HC_IS_RUNNING() is false.  For the new xHCI watchdog timer, we\nneed a new function that clears the xHCI running bit in the command\nregister, but doesn\u0027t wait for the halt status to show up in the status\nregister.  Re-purpose xhci_quiesce() to do that.\n\nSigned-off-by: Sarah Sharp \u003csarah.a.sharp@linux.intel.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "678539cfaa090093a9aef185f545f6b17acc445c",
      "tree": "44d5be527d8e9a5bc8facbc1fdd95cf192765996",
      "parents": [
        "0c487206fe925ef370e1fc092003efb74ad57410"
      ],
      "author": {
        "name": "Sarah Sharp",
        "email": "sarah.a.sharp@linux.intel.com",
        "time": "Tue Oct 27 10:55:52 2009 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Dec 11 11:55:17 2009 -0800"
      },
      "message": "USB: xhci: Handle URB cancel, complete and resubmit race.\n\nIn the old code, there was a race condition between the stop endpoint\ncommand and the URB submission process.  When the stop endpoint command is\nhandled by the event handler, the endpoint ring is assumed to be stopped.\nWhen a stop endpoint command is queued, URB submissions are to not ring\nthe doorbell.  The old code would check the number of pending URBs to be\ncanceled, and would not ring the doorbell if it was non-zero.\n\nHowever, the following race condition could occur with the old code:\n\n1. Cancel an URB, add it to the list of URBs to be canceled, queue the stop\n   endpoint command, and increment ep-\u003ecancels_pending to 1.\n2. The URB finishes on the HW, and an event is enqueued to the event ring\n   (at the same time as 1).\n3. The stop endpoint command finishes, and the endpoint is halted.  An\n   event is queued to the event ring.\n4. The event handler sees the finished URB, notices it was to be\n   canceled, decrements ep-\u003ecancels_pending to 0, and removes it from the to\n   be canceled list.\n5. The event handler drops the lock and gives back the URB.  The\n   completion handler requeues the URB (or a different driver enqueues a new\n   URB).  This causes the endpoint\u0027s doorbell to be rung, since\n   ep-\u003ecancels_pending \u003d\u003d 0.  The endpoint is now running.\n6. A second URB is canceled, and it\u0027s added to the canceled list.\n   Since ep-\u003ecancels_pending \u003d\u003d 0, a new stop endpoint command is queued, and\n   ep-\u003ecancels_pending is incremented to 1.\n7. The event handler then sees the completed stop endpoint command.  The\n   handler assumes the endpoint is stopped, but it isn\u0027t.  It attempts to\n   move the dequeue pointer or change TDs to cancel the second URB, while the\n   hardware is actively accessing the endpoint ring.\n\nTo eliminate this race condition, a new endpoint state bit is introduced,\nEP_HALT_PENDING.  When this bit is set, a stop endpoint command has been\nqueued, and the command handler has not begun to process the URB\ncancellation list yet.  The endpoint doorbell should not be rung when this\nis set.  Set this when a stop endpoint command is queued, clear it when\nthe handler for that command runs, and check if it\u0027s set before ringing a\ndoorbell.  ep-\u003ecancels_pending is eliminated, because it is no longer\nused.\n\nMake sure to ring the doorbell for an endpoint when the stop endpoint\ncommand handler runs, even if the canceled URB list is empty.  All\ncanceled URBs could have completed and new URBs could have been enqueued\nwithout the doorbell being rung before the command was handled.\n\nSigned-off-by: Sarah Sharp \u003csarah.a.sharp@linux.intel.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "0c487206fe925ef370e1fc092003efb74ad57410",
      "tree": "d01c998a7f54fed5d3cfb8ab4cdb1e9284cd1583",
      "parents": [
        "54ab2b02ef6a454b4cca969f546d0dd43fec7308"
      ],
      "author": {
        "name": "Oliver Neukum",
        "email": "oliver@neukum.org",
        "time": "Mon Oct 19 13:19:41 2009 +0200"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Dec 11 11:55:17 2009 -0800"
      },
      "message": "USB: improved error handling in usb_port_suspend()\n\nusb: better error handling in usb_port_suspend\n\n- disable remote wakeup only if it was enabled\n- refuse to autosuspend if remote wakeup fails to be enabled\n\nSigned-off-by: Oliver Neukum \u003coliver@neukum.org\u003e\nCc: Alan Stern \u003cstern@rowland.harvard.edu\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "54ab2b02ef6a454b4cca969f546d0dd43fec7308",
      "tree": "f2fe9420e0da8dc30d350f04c1ab55c0a8e96cd5",
      "parents": [
        "2d57a95f09cf71c4c642e5be15f8b700d17ee90c"
      ],
      "author": {
        "name": "Felipe Balbi",
        "email": "felipe.balbi@nokia.com",
        "time": "Wed Oct 14 11:44:14 2009 +0300"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Dec 11 11:55:16 2009 -0800"
      },
      "message": "USB: host: ehci: introduce omap ehci-hcd driver\n\nthis driver has been sitting in linux-omap tree for quite\nsome time. It adds support for omap\u0027s ehci controller.\n\nSigned-off-by: Felipe Balbi \u003cfelipe.balbi@nokia.com\u003e\nSigned-off-by: Vikram Pandita \u003cvikram.pandita@ti.com\u003e\nSigned-off-by: Ajay Kumar Gupta \u003cajay.gupta@ti.com\u003e\nSigned-off-by: Anand Gadiyar \u003cgadiyar@ti.com\u003e\nCc: David Brownell \u003cdbrownell@users.sourceforge.net\u003e\nCc: Alan Stern \u003cstern@rowland.harvard.edu\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "2d57a95f09cf71c4c642e5be15f8b700d17ee90c",
      "tree": "d763a90863734367fa97fc3e9809696e349101a3",
      "parents": [
        "91c8a5a9985d5bf9c55f6f82f183f57b050b2a3a"
      ],
      "author": {
        "name": "Daniel Mack",
        "email": "daniel@caiaq.de",
        "time": "Thu Oct 15 17:09:35 2009 +0300"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Dec 11 11:55:16 2009 -0800"
      },
      "message": "USB OTG: Add generic driver for ULPI OTG transceiver\n\nThis adds a minimal generic driver for ULPI connected transceivers,\nusing the OTG framework functions recently introduced.\n\nThe driver got a table to match the ULPI chips, which currently only has\none entry for NXP\u0027s ISP 1504 transceiver.\n\nSigned-off-by: Daniel Mack \u003cdaniel@caiaq.de\u003e\nCc: Heikki Krogerus \u003cext-heikki.krogerus@nokia.com\u003e\nCc: David Brownell \u003cdbrownell@users.sourceforge.net\u003e\nCc: Sascha Hauer \u003cs.hauer@pengutronix.de\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "91c8a5a9985d5bf9c55f6f82f183f57b050b2a3a",
      "tree": "e7154eca2ca6356889b407c0334bffbc516155d7",
      "parents": [
        "c3f22d92a1249665d4cd87a68a4078a56002c3ab"
      ],
      "author": {
        "name": "Daniel Mack",
        "email": "daniel@caiaq.de",
        "time": "Thu Oct 15 17:09:34 2009 +0300"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Dec 11 11:55:16 2009 -0800"
      },
      "message": "USB OTG: add support for ulpi connected external transceivers\n\nThis adds support for OTG transceivers directly connected to the ULPI\ninterface. In particular, the following details are added\n\n- a struct for low level io functions (read/write)\n- a priv field to be used as \u0027viewport\u0027 by low level access functions\n- an (*init) and (*shutdown) callbacks, along with static inline helpers\n- a (*set_vbus) callback to switch the port power on and off\n- a flags field for per-transceiver settings\n- some defines for the flags bitmask to configure platform specific\n  details\n\nSigned-off-by: Daniel Mack \u003cdaniel@caiaq.de\u003e\nCc: Heikki Krogerus \u003cext-heikki.krogerus@nokia.com\u003e\nCc: David Brownell \u003cdbrownell@users.sourceforge.net\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "c3f22d92a1249665d4cd87a68a4078a56002c3ab",
      "tree": "40aab1a3bd032835551bf6c97c21921294536960",
      "parents": [
        "d19fc291929aae528a40dd17c71a81f26254715d"
      ],
      "author": {
        "name": "David Vrabel",
        "email": "david.vrabel@csr.com",
        "time": "Mon Oct 12 15:45:18 2009 +0000"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Dec 11 11:55:16 2009 -0800"
      },
      "message": "USB: wusb: add wusb_phy_rate sysfs file to host controllers\n\nAdd the wusb_phy_rate sysfs file to Wireless USB host controllers.  This\nsets the maximum PHY rate that will be used for all connected devices.\n\nSigned-off-by: David Vrabel \u003cdavid.vrabel@csr.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "d19fc291929aae528a40dd17c71a81f26254715d",
      "tree": "f6621f7fa430042ab764de1cafba8612e079fef7",
      "parents": [
        "dca8cd04dfa4a421511ad0505e4f8a0973f7e38c"
      ],
      "author": {
        "name": "David Vrabel",
        "email": "david.vrabel@csr.com",
        "time": "Mon Oct 12 15:45:17 2009 +0000"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Dec 11 11:55:16 2009 -0800"
      },
      "message": "usb: whci-hcd: decode more QHead fields in the debug files\n\nPrint ep number, direction and type; and current window in asl and pzl\ndebugfs files.\n\nSigned-off-by: David Vrabel \u003cdavid.vrabel@csr.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "dca8cd04dfa4a421511ad0505e4f8a0973f7e38c",
      "tree": "29f335877d5f2ae19d498447533ed8820800a29c",
      "parents": [
        "23f6d914c338626a7216c46ed35b653f4070accf"
      ],
      "author": {
        "name": "Oliver Neukum",
        "email": "oliver@neukum.org",
        "time": "Thu Sep 24 00:33:45 2009 +0200"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Dec 11 11:55:16 2009 -0800"
      },
      "message": "USB: usbtmc: minor formatting cleanups\n\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "23f6d914c338626a7216c46ed35b653f4070accf",
      "tree": "fcb3e9249560427744f87d1fb11d75db66205a61",
      "parents": [
        "0ad72524ef623f32f6899e656951bb5646caead1"
      ],
      "author": {
        "name": "Hong Xu",
        "email": "hong.xu@atmel.com",
        "time": "Fri Sep 25 12:24:12 2009 +0200"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Dec 11 11:55:15 2009 -0800"
      },
      "message": "USB: modifications for at91sam9g10\n\nModify both host and gadget USB drivers for at91sam9g10.\nThis add a clock management equivalent to at91sam9261 on usb drivers.\nIt also add the way of handling gadget pull-ups (like the at91sam9261).\n\nSigned-off-by: Hong Xu \u003chong.xu@atmel.com\u003e\nSigned-off-by: Nicolas Ferre \u003cnicolas.ferre@atmel.com\u003e\n"
    },
    {
      "commit": "0ad72524ef623f32f6899e656951bb5646caead1",
      "tree": "369642d6f8e64a063f5fcdb8ec5aa93b77fb66e7",
      "parents": [
        "5242658d1b97771d658991cf29be32bcf81d5859"
      ],
      "author": {
        "name": "Laurent Pinchart",
        "email": "laurent.pinchart@ideasonboard.com",
        "time": "Wed Oct 21 00:03:39 2009 +0200"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Dec 11 11:55:15 2009 -0800"
      },
      "message": "USB audio gadget: handle endpoint control requests at the function level\n\nNow that control requests targeted at an endpoint can be handled at the\nfunction level, move the UAC-specific control request handling code from\nthe audio gadget driver to the audio function driver.\n\nSigned-off-by: Laurent Pinchart \u003claurent.pinchart@ideasonboard.com\u003e\nCc: David Brownell \u003cdbrownell@users.sourceforge.net\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "5242658d1b97771d658991cf29be32bcf81d5859",
      "tree": "a2f5b2afd848619915aa8e1f3cfeb3c94289b20b",
      "parents": [
        "4de84057598599bbf90bf1deae923bc33f571475"
      ],
      "author": {
        "name": "Laurent Pinchart",
        "email": "laurent.pinchart@ideasonboard.com",
        "time": "Wed Oct 21 00:03:38 2009 +0200"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Dec 11 11:55:15 2009 -0800"
      },
      "message": "USB gadget: Handle endpoint requests at the function level\n\nControl requests targeted at an endpoint (that is sent to EP0 but\nspecifying the target endpoint address in wIndex) are dispatched to the\ncurrent configuration\u0027s setup callback, requiring all gadget drivers to\ndispatch the requests to the correct function driver.\n\nTo avoid this, record which endpoints are used by each function in the\ncomposite driver SET CONFIGURATION handler and dispatch requests\ntargeted at endpoints to the correct function.\n\nSigned-off-by: Laurent Pinchart \u003claurent.pinchart@ideasonboard.com\u003e\nCc: David Brownell \u003cdbrownell@users.sourceforge.net\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "4de84057598599bbf90bf1deae923bc33f571475",
      "tree": "e20aeea1f7fced7d01194ebab24dc3949e013a7e",
      "parents": [
        "f0ad073f043b5ac04620bb80ecfc92114d348044"
      ],
      "author": {
        "name": "Julia Lawall",
        "email": "julia@diku.dk",
        "time": "Sat Sep 19 09:13:43 2009 +0200"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Dec 11 11:55:14 2009 -0800"
      },
      "message": "USB: skeleton: Correct use of ! and \u0026\n\nCorrect priority problem in the use of ! and \u0026.\n\nThe semantic patch that makes this change is as follows:\n(http://coccinelle.lip6.fr/)\n\n// \u003csmpl\u003e\n@@ expression E; constant C; @@\n- !E \u0026 C\n+ !(E \u0026 C)\n// \u003c/smpl\u003e\n\nSigned-off-by: Julia Lawall \u003cjulia@diku.dk\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "f0ad073f043b5ac04620bb80ecfc92114d348044",
      "tree": "f106d954a13881b5f6e810b73061d1091c376129",
      "parents": [
        "8e08b9766b50826e12139a821b6b3bdfcadcceda"
      ],
      "author": {
        "name": "David Vrabel",
        "email": "david.vrabel@csr.com",
        "time": "Wed Oct 14 13:23:55 2009 +0000"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Dec 11 11:55:14 2009 -0800"
      },
      "message": "USB: whci-hcd: fix type and format warnings in sg code\n\nFix type and format warning in the new sg code.  Remove the very chatty\ndebug messages that were left in by mistake and use min_t() as required\n(no one seems to agree on a type for buffer sizes).\n\nReported-by: Randy Dunlap \u003crandy.dunlap@oracle.com\u003e\nSigned-off-by: David Vrabel \u003cdavid.vrabel@csr.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "8e08b9766b50826e12139a821b6b3bdfcadcceda",
      "tree": "0430b4ea03a4e92b6e1d503c763a2a38359a4873",
      "parents": [
        "294a39e7829dfd663e6c5c94cede0c6a0c13e37f"
      ],
      "author": {
        "name": "David Vrabel",
        "email": "david.vrabel@csr.com",
        "time": "Tue Aug 18 16:11:24 2009 +0100"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Dec 11 11:55:14 2009 -0800"
      },
      "message": "USB: allow interrupt transfers to WUSB devices\n\nCheck urb-\u003einterval on interrupt transfers and allow those with valid\nvalues (6 \u003c\u003d interval \u003c\u003d 16).\n\nSigned-off-by: David Vrabel \u003cdavid.vrabel@csr.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "294a39e7829dfd663e6c5c94cede0c6a0c13e37f",
      "tree": "c9157a84b52aa64f29ce445e1e86a4f4523d8d39",
      "parents": [
        "4c1bd3d7a7d114dabd58f62f386ac4bfd268be1f"
      ],
      "author": {
        "name": "David Vrabel",
        "email": "david.vrabel@csr.com",
        "time": "Mon Aug 24 15:02:27 2009 +0100"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Dec 11 11:55:14 2009 -0800"
      },
      "message": "USB: whci-hcd: support urbs with scatter-gather lists\n\nSupport urbs with scatter-gather lists by trying to fit sg list elements\ninto page lists in one or more qTDs.  qTDs must end on a wMaxPacketSize\nboundary so if this isn\u0027t possible the urb\u0027s sg list must be copied into\nbounce buffers.\n\nSigned-off-by: David Vrabel \u003cdavid.vrabel@csr.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "4c1bd3d7a7d114dabd58f62f386ac4bfd268be1f",
      "tree": "1c8d7d6df693c71ac0b3dcc4124498d91c939f2d",
      "parents": [
        "09ce497e79a930ac4912d6bc295baab82b39f8ab"
      ],
      "author": {
        "name": "David Vrabel",
        "email": "david.vrabel@csr.com",
        "time": "Mon Aug 24 14:44:30 2009 +0100"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Dec 11 11:55:14 2009 -0800"
      },
      "message": "USB: make urb scatter-gather support more generic\n\nThe WHCI HCD will also support urbs with scatter-gather lists.  Add a\nusb_bus field to indicated how many sg list elements are supported by\nthe HCD.  Use this to decide whether to pass the scatter-list to the HCD\nor not.\n\nMake the usb-storage driver use this new field.\n\nSigned-off-by: David Vrabel \u003cdavid.vrabel@csr.com\u003e\nCc: Alan Stern \u003cstern@rowland.harvard.edu\u003e\nCc: Sarah Sharp \u003csarah.a.sharp@linux.intel.com\u003e\nCc: Matthew Dharm \u003cmdharm-usb@one-eyed-alien.net\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "09ce497e79a930ac4912d6bc295baab82b39f8ab",
      "tree": "83ac025d2cb97c767206c8489799f66a2ff2ad0e",
      "parents": [
        "08d3c18e6674c5d46e4333a462b1e2e4c4ded1d4"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Thu Oct 01 19:03:13 2009 +0200"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Dec 11 11:55:14 2009 -0800"
      },
      "message": "USB: Add missing static markers to ohci-pnx4008\n\nI can\u0027t see any reason why these would not be static.\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nCc: David Brownell \u003cdbrownell@users.sourceforge.net\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "08d3c18e6674c5d46e4333a462b1e2e4c4ded1d4",
      "tree": "2efb48ceb2b86784b1966d696bd38c03a71ab7a4",
      "parents": [
        "9eb66f71318df6ab73bad2fb924a36777cf0220e"
      ],
      "author": {
        "name": "Julie Zhu",
        "email": "julie.zhu@xilinx.com",
        "time": "Mon Sep 21 16:08:19 2009 -0600"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Dec 11 11:55:13 2009 -0800"
      },
      "message": "USB: Add support for Xilinx USB host controller\n\nAdd bus glue driver for Xilinx USB host controller. The controller can be\nconfigured as HS only or HS/FS hybrid. The driver uses the device tree file\nto configure the driver according to the setting in the hardware system.\n\nThis driver has been tested with usbtest using the NET2280 PCI card.\n\nSigned-off-by: Julie Zhu \u003cjulie.zhu@xilinx.com\u003e\nSigned-off-by: John Linn \u003cjohn.linn@xilinx.com\u003e\nAcked-by: Grant Likely \u003cgrant.likely@secretlab.ca\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n\n"
    },
    {
      "commit": "9eb66f71318df6ab73bad2fb924a36777cf0220e",
      "tree": "66d9d80f97dba26e94b6ac20ef8b2910eb58f03d",
      "parents": [
        "00fa43ef09c6bb357d58c14a99181cce09c315c6"
      ],
      "author": {
        "name": "Matthew Wilcox",
        "email": "willy@linux.intel.com",
        "time": "Thu Sep 24 16:19:49 2009 -0600"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Dec 11 11:55:13 2009 -0800"
      },
      "message": "USB Storage: Make driver less chatty when it finds a new device\n\nUse dev_dbg() instead of an unconditional printk(KERN_DEBUG).  This has\ntwo benefits; one is that it identifies the USB device which the messages\nrelated to, and the other is that the messages won\u0027t be produced unless\ndebug is turned on.\n\nEnable the debug messages when CONFIG_USB_STORAGE_DEBUG is set.\n\nSigned-off-by: Matthew Wilcox \u003cwilly@linux.intel.com\u003e\nAcked-by: Alan Stern \u003cstern@rowland.harvard.edu\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "00fa43ef09c6bb357d58c14a99181cce09c315c6",
      "tree": "4431b7bd2d285c129ebadd95aeb34b2b81b683d7",
      "parents": [
        "b1f0a34ca983a6defb0431aa18c9268eb9ffcc4a"
      ],
      "author": {
        "name": "Matthew Wilcox",
        "email": "willy@linux.intel.com",
        "time": "Thu Sep 24 16:19:11 2009 -0600"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Dec 11 11:55:13 2009 -0800"
      },
      "message": "USB: usb-storage: Associate the name of the interface with the scsi host\n\nInstead of reporting \"SCSI emulation for USB Mass Storage devices\",\nreport \"usb-storage 1-4:1.0\".\n\nSigned-off-by: Matthew Wilcox \u003cwilly@linux.intel.com\u003e\nAcked-by: Alan Stern \u003cstern@rowland.harvard.edu\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "b1f0a34ca983a6defb0431aa18c9268eb9ffcc4a",
      "tree": "733bc91991114d9425730fe9ac7f2ecefd4b287b",
      "parents": [
        "872d3599622702b59a00521c0a5b8ff3822e1803"
      ],
      "author": {
        "name": "Matthew Wilcox",
        "email": "willy@linux.intel.com",
        "time": "Thu Sep 24 16:18:27 2009 -0600"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Dec 11 11:55:13 2009 -0800"
      },
      "message": "USB: Convert a dev_info to a dev_dbg\n\nKnowing which configuration was chosen is a debugging aid more than it\nis informational.\n\nSigned-off-by: Matthew Wilcox \u003cwilly@linux.intel.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "872d3599622702b59a00521c0a5b8ff3822e1803",
      "tree": "4fb4b438bdcd0f53812ed39f7a04cf94d95e3183",
      "parents": [
        "38fcb8309964b94d0c0499982583d7f30b40abec"
      ],
      "author": {
        "name": "Jason Wessel",
        "email": "jason.wessel@windriver.com",
        "time": "Wed Sep 23 18:32:44 2009 -0500"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Dec 11 11:55:13 2009 -0800"
      },
      "message": "USB: ehci-hub: Remove redundant ehci-\u003edebug check\n\nNo need to check ehci-\u003edebug twice.\n\nFound-by: Sergei Shtylyov sshtylyov@ru.mvista.com\nSigned-off-by: Jason Wessel \u003cjason.wessel@windriver.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "38fcb8309964b94d0c0499982583d7f30b40abec",
      "tree": "48789ffcfd2353b03a146ed46c7d32ef65e33c32",
      "parents": [
        "d71cb81af3817193bc605de061da0499934263a6"
      ],
      "author": {
        "name": "Roland Koebler",
        "email": "r.koebler@yahoo.de",
        "time": "Mon Oct 05 19:58:56 2009 +0200"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Dec 11 11:55:13 2009 -0800"
      },
      "message": "USB: serial: ftdi_sio: add space/mark parity\n\nAdd mark and space parity, since the device supports it.\n\nSigned-off-by: Roland Koebler \u003cr.koebler@yahoo.de\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "d71cb81af3817193bc605de061da0499934263a6",
      "tree": "f7ff95e0cf0cdf00234be29ba4050135314ab859",
      "parents": [
        "ab1831b0b87851c874a75e4b3a8538e3d76b37d7",
        "dc186ad741c12ae9ecac8b89e317ef706fdaf8f6"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Thu Dec 10 09:35:44 2009 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Thu Dec 10 09:35:44 2009 -0800"
      },
      "message": "Merge branch \u0027for-linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq\n\n* \u0027for-linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq:\n  workqueue: Add debugobjects support\n"
    },
    {
      "commit": "ab1831b0b87851c874a75e4b3a8538e3d76b37d7",
      "tree": "e2855518eb570ad09e2bdf5b3805cfa758e0abc3",
      "parents": [
        "eae6fa9b0c3e2cb49cc157e906dd0ac52cfd7ca5",
        "bc2c0303226ec716854d3c208c7f84fe7aa35cd7"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Thu Dec 10 09:35:02 2009 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Thu Dec 10 09:35:02 2009 -0800"
      },
      "message": "Merge branch \u0027bugfix\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen\n\n* \u0027bugfix\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen:\n  xen: try harder to balloon up under memory pressure.\n  Xen balloon: fix totalram_pages counting.\n  xen: explicitly create/destroy stop_machine workqueues outside suspend/resume region.\n  xen: improve error handling in do_suspend.\n  xen: don\u0027t leak IRQs over suspend/resume.\n  xen: call clock resume notifier on all CPUs\n  xen: use iret for return from 64b kernel to 32b usermode\n  xen: don\u0027t call dpm_resume_noirq() with interrupts disabled.\n  xen: register runstate info for boot CPU early\n  xen: register runstate on secondary CPUs\n  xen: register timer interrupt with IRQF_TIMER\n  xen: correctly restore pfn_to_mfn_list_list after resume\n  xen: restore runstate_info even if !have_vcpu_info_placement\n  xen: re-register runstate area earlier on resume.\n  xen: wait up to 5 minutes for device connetion\n  xen: improvement to wait_for_devices()\n  xen: fix is_disconnected_device/exists_disconnected_device\n  xen/xenbus: make DEVICE_ATTR()s static\n"
    },
    {
      "commit": "eae6fa9b0c3e2cb49cc157e906dd0ac52cfd7ca5",
      "tree": "34f7d08d5f9913c3b5c3bca152953a173ded1e05",
      "parents": [
        "02412f49f6a7e35753d9af49d92662fb562fc9fa",
        "df11303c90406426847255ba498607f15a472a0a"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Thu Dec 10 09:34:40 2009 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Thu Dec 10 09:34:40 2009 -0800"
      },
      "message": "Merge branch \u0027xen/fbdev\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen\n\n* \u0027xen/fbdev\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen:\n  xen pvfb: Inhibit VM_IO flag to be set on vmalloc-ed framebuffers.\n  fb-defio: Inhibit VM_IO flag to be set on vmalloc-ed framebuffers.\n  fb-defio: If FBINFO_VIRTFB is defined, do not set VM_IO flag.\n  Fix toogle whether xenbus driver should be built as module or part of kernel.\n"
    },
    {
      "commit": "02412f49f6a7e35753d9af49d92662fb562fc9fa",
      "tree": "ecf4c573ff8944227ca04e342e97ab17493cda5c",
      "parents": [
        "4515c3069da5bfb6f08dbfca499464b4cbdfcb50",
        "573c24c4af6664ffcd9aa7ba617a35fde2b95534"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Thu Dec 10 09:33:59 2009 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Thu Dec 10 09:33:59 2009 -0800"
      },
      "message": "Merge branch \u0027for-linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm\n\n* \u0027for-linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm:\n  dlm: always use GFP_NOFS\n"
    },
    {
      "commit": "4515c3069da5bfb6f08dbfca499464b4cbdfcb50",
      "tree": "0f067045a0e31f126aebcf3087028639ceb237b4",
      "parents": [
        "a5eba3f66f812cbc076a1170b3f888ad63f850b2",
        "fab3a549e204172236779f502eccb4f9bf0dc87d"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Thu Dec 10 09:33:29 2009 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Thu Dec 10 09:33:29 2009 -0800"
      },
      "message": "Merge branch \u0027for_linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4\n\n* \u0027for_linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4: (47 commits)\n  ext4: Fix potential fiemap deadlock (mmap_sem vs. i_data_sem)\n  ext4: Do not override ext2 or ext3 if built they are built as modules\n  jbd2: Export jbd2_log_start_commit to fix ext4 build\n  ext4: Fix insufficient checks in EXT4_IOC_MOVE_EXT\n  ext4: Wait for proper transaction commit on fsync\n  ext4: fix incorrect block reservation on quota transfer.\n  ext4: quota macros cleanup\n  ext4: ext4_get_reserved_space() must return bytes instead of blocks\n  ext4: remove blocks from inode prealloc list on failure\n  ext4: wait for log to commit when umounting\n  ext4: Avoid data / filesystem corruption when write fails to copy data\n  ext4: Use ext4 file system driver for ext2/ext3 file system mounts\n  ext4: Return the PTR_ERR of the correct pointer in setup_new_group_blocks()\n  jbd2: Add ENOMEM checking in and for jbd2_journal_write_metadata_buffer()\n  ext4: remove unused parameter wbc from __ext4_journalled_writepage()\n  ext4: remove encountered_congestion trace\n  ext4: move_extent_per_page() cleanup\n  ext4: initialize moved_len before calling ext4_move_extents()\n  ext4: Fix double-free of blocks with EXT4_IOC_MOVE_EXT\n  ext4: use ext4_data_block_valid() in ext4_free_blocks()\n  ...\n"
    },
    {
      "commit": "a5eba3f66f812cbc076a1170b3f888ad63f850b2",
      "tree": "32bcbbc77e2bc1c04c5ed577ff8f24612148631c",
      "parents": [
        "fc1495bf99de6f65066b3234813180301ff8b693",
        "04dc1e88ad9c9f9639019e9646a89ce0ebf706bb"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Thu Dec 10 09:32:24 2009 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Thu Dec 10 09:32:24 2009 -0800"
      },
      "message": "Merge branch \u0027for-linus\u0027 of git://git.open-osd.org/linux-open-osd\n\n* \u0027for-linus\u0027 of git://git.open-osd.org/linux-open-osd:\n  exofs: Multi-device mirror support\n  exofs: Move all operations to an io_engine\n  exofs: move osd.c to ios.c\n  exofs: statfs blocks is sectors not FS blocks\n  exofs: Prints on mount and unmout\n  exofs: refactor exofs_i_info initialization into common helper\n  exofs: dbg-print less\n  exofs: More sane debug print\n  trivial: some small fixes in exofs documentation\n"
    }
  ],
  "next": "fc1495bf99de6f65066b3234813180301ff8b693"
}
