)]}'
{
  "log": [
    {
      "commit": "c17ab9bb486aeb309ee38afd4b367bf4ccd062e6",
      "tree": "1cf4ce3aa599d9b8cb50d0e283da3b50edb7ab96",
      "parents": [
        "7c0d8543727b8b294253701e838944809d63d516",
        "0ba63b86baedb5ef3a9fa87152ff45e33c2d2289"
      ],
      "author": {
        "name": "Linux Build Service Account",
        "email": "lnxbuild@localhost",
        "time": "Wed Mar 14 22:07:27 2012 -0700"
      },
      "committer": {
        "name": "QuIC Gerrit Code Review",
        "email": "code-review@localhost",
        "time": "Wed Mar 14 22:07:27 2012 -0700"
      },
      "message": "Merge changes I04eb39d9,If3ce2aaa into msm-3.0\n\n* changes:\n  msm: qpnp: Add gpiolib support for PMIC GPIOs\n  of: of_spmi: Add support for spmi-dev-container binding\n"
    },
    {
      "commit": "0ba63b86baedb5ef3a9fa87152ff45e33c2d2289",
      "tree": "4ec1fbbeea784e9d1f28fdc4770a9fca263707e4",
      "parents": [
        "86622b3ef7ed42713f82dcfc7338b15202097024"
      ],
      "author": {
        "name": "Michael Bohan",
        "email": "mbohan@codeaurora.org",
        "time": "Mon Feb 06 13:42:34 2012 -0800"
      },
      "committer": {
        "name": "Michael Bohan",
        "email": "mbohan@codeaurora.org",
        "time": "Wed Mar 14 14:05:41 2012 -0700"
      },
      "message": "msm: qpnp: Add gpiolib support for PMIC GPIOs\n\nAdd a gpio_chip driver to support the Qualcomm SPMI PMIC\narchitecture called QPNP. The driver supports Device Tree\nand allows a device_node to be registered as a gpio-controller.\n\nThe driver also specifies APIs to allow a non-Device Tree user\nthe ability to configure the PMIC GPIOs.\n\nThis driver does not handle interrupts for GPIOs directly.\nInstead, that work is handled by the existing qpnp-int driver.\nThis is feasible since the interrupt register map for all\nQPNP peripherals is the same.\n\nChange-Id: I04eb39d9855b0957f0647010fcb203ec2fc83c7c\nSigned-off-by: Michael Bohan \u003cmbohan@codeaurora.org\u003e\n"
    },
    {
      "commit": "86622b3ef7ed42713f82dcfc7338b15202097024",
      "tree": "dd1390959ade69ff143d25260adb40147cd02072",
      "parents": [
        "5fafd3ce289590ca749004cc061975782b684902"
      ],
      "author": {
        "name": "Michael Bohan",
        "email": "mbohan@codeaurora.org",
        "time": "Wed Feb 08 16:59:00 2012 -0800"
      },
      "committer": {
        "name": "Michael Bohan",
        "email": "mbohan@codeaurora.org",
        "time": "Wed Mar 14 14:05:41 2012 -0700"
      },
      "message": "of: of_spmi: Add support for spmi-dev-container binding\n\nThe spmi-dev-container binding is intended for SPMI\nconfigurations that have multiple device nodes associated with\nonly one spmi_device. By default, if this flag is not specified,\neach device node will create a new spmi_device.\n\nSometimes having multiple spmi_devices for SPMI device nodes is\nsuperfluous. One example of this is gpios. In some architectures,\na single gpio is treated as a unique device. But from a gpio_chip\nperspective, the chip is comprised of many gpios. Beyond wasting\nmemory allocating a unique spmi_device per gpio, the implication\nof not coalescing spmi_devices is that the clients probe() routine\nwould be called N number of times. But this sort of behavior makes\nit difficult to realize when a gpio_chip starts and stops. If we\nassume that one gpio_chip represents one call to probe(), then\nthis problem is solved, since all gpios in that chip will be\npassed as resources.\n\nIn order to support multiple device nodes per spmi_device, we\nalso need to extend the data structures for spmi_resources.\n\nThis change also makes an effort to cleanup some of the error\nhandling for illegal combinations of device bindings, as well as\nadding some additional documentation.\n\nChange-Id: If3ce2aaaa07bdf79e0d9fdedf16419e74a00fbec\nSigned-off-by: Michael Bohan \u003cmbohan@codeaurora.org\u003e\n"
    },
    {
      "commit": "9b7ac517c23aa68055f25beab417d0d1de391467",
      "tree": "57489d50eb3da4016165a127016c33a603358c4d",
      "parents": [
        "5fafd3ce289590ca749004cc061975782b684902"
      ],
      "author": {
        "name": "Michael Bohan",
        "email": "mbohan@codeaurora.org",
        "time": "Fri Feb 24 14:42:44 2012 -0800"
      },
      "committer": {
        "name": "Michael Bohan",
        "email": "mbohan@codeaurora.org",
        "time": "Wed Mar 14 13:58:11 2012 -0700"
      },
      "message": "regulator: Add stub regulator support\n\nAdd support for a dummy driver that has an implementation\nconnected to no real hardware devices. Its purpose is to aid\nbringup scenarios by providing clients a regulator interface\nthat they expect. This driver shouldn\u0027t be enabled if a real\ndevice implementation for a particular platform already exists.\n\nChange-Id: Ib83027b4e599ebbc3cb153b2f346bb03495bb746\nSigned-off-by: Michael Bohan \u003cmbohan@codeaurora.org\u003e\n"
    },
    {
      "commit": "5fafd3ce289590ca749004cc061975782b684902",
      "tree": "268467040f4b02d1f8f83752b2226a98dab86480",
      "parents": [
        "b27ac2ec32d96af0dee90f2b8136e359b32ddb99",
        "08166fc6f488afef37101a63881ec01613971952"
      ],
      "author": {
        "name": "Linux Build Service Account",
        "email": "lnxbuild@localhost",
        "time": "Wed Mar 14 12:14:20 2012 -0700"
      },
      "committer": {
        "name": "QuIC Gerrit Code Review",
        "email": "code-review@localhost",
        "time": "Wed Mar 14 12:14:20 2012 -0700"
      },
      "message": "Merge \"net/wireless: Support to disable CCK rate for management frame\" into msm-3.0"
    },
    {
      "commit": "6b302e17537c6f32a7115011540aebaddfacb8d9",
      "tree": "665186919d28ad9fa3d79513b932a4af84df4378",
      "parents": [
        "59dfafb89d22047fa1c8a1a3cd100d4c14e55c47",
        "56e6052dde12b86ae07bd4269682729377f549a7"
      ],
      "author": {
        "name": "Linux Build Service Account",
        "email": "lnxbuild@localhost",
        "time": "Wed Mar 14 02:38:42 2012 -0700"
      },
      "committer": {
        "name": "QuIC Gerrit Code Review",
        "email": "code-review@localhost",
        "time": "Wed Mar 14 02:38:42 2012 -0700"
      },
      "message": "Merge changes Idc72ee81,Ibe2519ff,I2982b9f4,Icb2a8c32 into msm-3.0\n\n* changes:\n  USB: android: Add OTG descriptor to configuration\n  USB: OTG: msm: Add support for SRP and HNP\n  USB: EHCI: use otg_start_hnp() to intiate HNP in ehci-hub.c\n  USB: gadget: Add OTG support for ci13xxx_udc\n"
    },
    {
      "commit": "08166fc6f488afef37101a63881ec01613971952",
      "tree": "b52e0cd9e58efab9bd47f3054bbd1b444595a8d2",
      "parents": [
        "bd404367576fa00bde02187899ba3824fb8a48f2"
      ],
      "author": {
        "name": "Sunil Dutt Undekari",
        "email": "duttus@codeaurora.org",
        "time": "Mon Mar 05 21:01:23 2012 +0530"
      },
      "committer": {
        "name": "Sunil Dutt Undekari",
        "email": "duttus@codeaurora.org",
        "time": "Wed Mar 14 14:23:14 2012 +0530"
      },
      "message": "net/wireless: Support to disable CCK rate for management frame\n\nProvision to distinguish the P2P scan and the normal scan\nwith no_cck flag and thus disable the 11b rates for\np2p scan.\n\nChange-Id: Ia4073a5f926c6ac97dffdee99f54ba53535fea85\nSigned-off-by: Sunil Dutt Undekari\u003cduttus@codeaurora.org\u003e\n"
    },
    {
      "commit": "f2b497fec2033dfbb8fb0b86d361b10c6cd581ac",
      "tree": "13fb71e4d789c8b55d29d6629e38ce3aaf900cbe",
      "parents": [
        "e8bb2ed3c9ce1c25a0ab3646bfe9da005eff9252",
        "c85b8ade5cb46b576eec2e5d667460d8d40cb207"
      ],
      "author": {
        "name": "Linux Build Service Account",
        "email": "lnxbuild@localhost",
        "time": "Wed Mar 14 00:34:42 2012 -0700"
      },
      "committer": {
        "name": "QuIC Gerrit Code Review",
        "email": "code-review@localhost",
        "time": "Wed Mar 14 00:34:42 2012 -0700"
      },
      "message": "Merge \"msm-camera: enhance the camsenser query structure\" into msm-3.0"
    },
    {
      "commit": "c85b8ade5cb46b576eec2e5d667460d8d40cb207",
      "tree": "5ff8f45a9722a862356b4c6b25bf46b0635eb618",
      "parents": [
        "54a02757a593b00fd3eea12fd3a9f766045601f6"
      ],
      "author": {
        "name": "Mingcheng Zhu",
        "email": "mingchen@codeaurora.org",
        "time": "Thu Mar 08 17:47:17 2012 -0800"
      },
      "committer": {
        "name": "Kevin Chan",
        "email": "ktchan@codeaurora.org",
        "time": "Tue Mar 13 01:43:53 2012 -0700"
      },
      "message": "msm-camera: enhance the camsenser query structure\n\nMore information needs to pass to userspace.\n\nChange-Id: Ia7c5a5cf9a7f48e1c6167fd3ca2ddd56fbdbf8c9\nSigned-off-by: Mingcheng Zhu \u003cmingchen@codeaurora.org\u003e\n"
    },
    {
      "commit": "a3152031da5d2dbce83bd0ab8b56b31108ad6255",
      "tree": "ac2fad78ff7cd90fac84ce593f0fca9f95cd1c0e",
      "parents": [
        "a36dc2ca7d9c0b71ffaef2fcdcaae9a211add39e"
      ],
      "author": {
        "name": "Vijayavardhan Vennapusa",
        "email": "vvreddy@codeaurora.org",
        "time": "Mon Mar 05 16:29:30 2012 +0530"
      },
      "committer": {
        "name": "Vijayavardhan Vennapusa",
        "email": "vvreddy@codeaurora.org",
        "time": "Tue Mar 13 11:39:37 2012 +0530"
      },
      "message": "USB: OTG: msm: Add support for SRP and HNP\n\nThis patch changes OTG driver to support different\nOTG statemachine states for OTG2.0 complaince. It will\nalso enable to swap Host role between two OTG devices\nvia HNP and enable B device to request A device to start\nVBUS session via SRP.\n\nChange-Id: Ibe2519ff1570768f51e879af483a6f5c23b38d8f\nSigned-off-by: Vijayavardhan Vennapusa \u003cvvreddy@codeaurora.org\u003e\nSigned-off-by: Pavankumar Kondeti \u003cpkondeti@codeaurora.org\u003e\n"
    },
    {
      "commit": "c6f7867e7ffc7e0cdfde39ec0cb05a3e4278bdf5",
      "tree": "268700f015fd853e46f17dbd108d3f20ec3e80b3",
      "parents": [
        "bd404367576fa00bde02187899ba3824fb8a48f2"
      ],
      "author": {
        "name": "Sandeep Kodimela",
        "email": "skodimela@codeaurora.org",
        "time": "Wed Mar 07 10:44:04 2012 +0530"
      },
      "committer": {
        "name": "Sandeep Kodimela",
        "email": "skodimela@codeaurora.org",
        "time": "Mon Mar 12 11:41:07 2012 +0530"
      },
      "message": "msm-camera: Add 8MP and 1MP sensor support\n\nAdd support to mt9e013 and ov9726 sensors for v4l2 camera\narchitecture\n\nChange-Id: Ie0e12bb0b8f1d80c0aa40800f5578208ca86efcb\nSigned-off-by: Sandeep Kodimela \u003cskodimela@codeaurora.org\u003e\n"
    },
    {
      "commit": "ce8927b4fe39d5456444eca4fc404832254a28b1",
      "tree": "87d3bdd8afbafbac78486ca9616e5e117b2a60b7",
      "parents": [
        "72aac4f17c161434e27803673f2ee548b0e78ded",
        "ab77b1b6341e20760ada76e1735614d64594bb0b"
      ],
      "author": {
        "name": "Linux Build Service Account",
        "email": "lnxbuild@localhost",
        "time": "Sat Mar 10 09:51:46 2012 -0800"
      },
      "committer": {
        "name": "QuIC Gerrit Code Review",
        "email": "code-review@localhost",
        "time": "Sat Mar 10 09:51:46 2012 -0800"
      },
      "message": "Merge changes I58e8325e,Idaeae269,If5723f0d,I49a84dca,I1241f952 into msm-3.0\n\n* changes:\n  msm: Define 4 domains for IOMMU\n  gpu: ion: Delay unmapping from IOMMU.\n  gpu: ion: Add map_dma support in IOMMU heap\n  gpu: ion: Add cache operations to IOMMU heap\n  gpu: ion: Allow smaller mappings\n"
    },
    {
      "commit": "7e157991a64b17333e15f4e27ef606fa2f6c231a",
      "tree": "0e3051c1a1028422c4e8bd269a80899121f76c3c",
      "parents": [
        "b272d1ec636a996388bad935e60b0c434277cd72",
        "e7365af9973648080e5a301b7fc5a862899b3192"
      ],
      "author": {
        "name": "Linux Build Service Account",
        "email": "lnxbuild@localhost",
        "time": "Fri Mar 09 16:37:44 2012 -0800"
      },
      "committer": {
        "name": "QuIC Gerrit Code Review",
        "email": "code-review@localhost",
        "time": "Fri Mar 09 16:37:44 2012 -0800"
      },
      "message": "Merge \"Merge remote-tracking branch \u0027idos/usb3-msm-3.0-backport-dwc3\u0027 into merge/idos\" into msm-3.0"
    },
    {
      "commit": "025b0782ab43fae6703925e919e7d2fce1b4731f",
      "tree": "b06248b141cb17aacb19189d9f0d79b62a2d751b",
      "parents": [
        "db7ae83788de35097e23eca479f6b309af46fd0c",
        "f3caf884a44e4eb4a8614f919e8f0d8d2c03a18d"
      ],
      "author": {
        "name": "Linux Build Service Account",
        "email": "lnxbuild@localhost",
        "time": "Fri Mar 09 16:37:44 2012 -0800"
      },
      "committer": {
        "name": "QuIC Gerrit Code Review",
        "email": "code-review@localhost",
        "time": "Fri Mar 09 16:37:44 2012 -0800"
      },
      "message": "Merge \"bluetooth: Add support for remote_features\" into msm-3.0"
    },
    {
      "commit": "b36765960a60150af1c0faea0e0535123d40f90e",
      "tree": "1511257cb997ec1c5b54c531299556520b8460c2",
      "parents": [
        "ab804b883a58c44df40e92940ac4dae3a91e7beb"
      ],
      "author": {
        "name": "Olav Haugan",
        "email": "ohaugan@codeaurora.org",
        "time": "Fri Mar 02 15:02:25 2012 -0800"
      },
      "committer": {
        "name": "Olav Haugan",
        "email": "ohaugan@codeaurora.org",
        "time": "Fri Mar 09 09:49:47 2012 -0800"
      },
      "message": "gpu: ion: Delay unmapping from IOMMU.\n\nDue to limitations in the multimedia architecure\nclients might not know when a buffer can be unmapped\nfrom the IOMMU. In addition, the multimedia architecture\ncauses unnecessary mappings/unmappings for the same buffers\nwhich reduces framerates.\n\nAdd logic to delay unmapping from the IOMMU\nuntil buffer memory is freed and unmap any outstanding\nmappings to avoid virtual memory address space leak.\n\nChange-Id: Idaeae269d9ba623e25a0cb087a89b4cbb63915af\nSigned-off-by: Olav Haugan \u003cohaugan@codeaurora.org\u003e\n"
    },
    {
      "commit": "e7365af9973648080e5a301b7fc5a862899b3192",
      "tree": "47805eb6cce8872dfa54ef2a65cfa4f301e409b9",
      "parents": [
        "765eaaffb8b2011a1bd4a9e0e92cdd50669a9ffc",
        "10f1551c50ff4ae333a165d21830f64c41d98b6f"
      ],
      "author": {
        "name": "David Brown",
        "email": "davidb@codeaurora.org",
        "time": "Mon Mar 05 10:19:45 2012 -0800"
      },
      "committer": {
        "name": "David Brown",
        "email": "davidb@codeaurora.org",
        "time": "Fri Mar 09 08:25:28 2012 -0800"
      },
      "message": "Merge remote-tracking branch \u0027idos/usb3-msm-3.0-backport-dwc3\u0027 into merge/idos\n\nMerge a backport of the following 82 commits from the 3.2 kernel.\n\ncommit 10f1551c50ff4ae333a165d21830f64c41d98b6f\nAuthor: Yu Xu \u003cyuxu@marvell.com\u003e\nDate:   Sat Dec 10 00:03:33 2011 +0800\n\n    usb: gadget: storage: release superspeed descriptors.\n\n    Release superspeed mass storage descriptors memory\n    when the function is unbind.\n\n    Signed-off-by: Yu Xu \u003cyuxu@marvell.com\u003e\n    Acked-by: Michal Nazarewicz \u003cmina86@mina86.com\u003e\n    Signed-off-by: Felipe Balbi \u003cbalbi@ti.com\u003e\n    Signed-off-by: Ido Shayevitz \u003cidos@codeaurora.org\u003e\n\n drivers/usb/gadget/f_mass_storage.c |    1 +\n 1 files changed, 1 insertions(+), 0 deletions(-)\n\ncommit 1d6d304680b8f9e3b71b896839484f436775953c\nAuthor: Felipe Balbi \u003cbalbi@ti.com\u003e\nDate:   Mon Oct 3 16:39:30 2011 +0300\n\n    usb: gadget: core: fix bug when removing gadget drivers\n\n    usb_gadget_disconnect() is responsible of removing\n    data pullups. Before doing that we must, first, tell\n    gadget driver we\u0027re disconnecting (by calling disconnect\n    method on gadget driver structure), unbind the gadget\n    driver and stop the controller.\n\n    Signed-off-by: Felipe Balbi \u003cbalbi@ti.com\u003e\n    Signed-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n    Signed-off-by: Ido Shayevitz \u003cidos@codeaurora.org\u003e\n\n drivers/usb/gadget/udc-core.c |    4 ++--\n 1 files changed, 2 insertions(+), 2 deletions(-)\n\ncommit 145cbade27d931fcb6e3c42325256b0bb9744490\nAuthor: Felipe Balbi \u003cbalbi@ti.com\u003e\nDate:   Wed Aug 3 13:33:27 2011 +0200\n\n    usb: gadget: storage: add superspeed support\n\n    this patch adds superspeed descriptors for the\n    storage gadgets.\n\n    Acked-by: Michal Nazarewicz \u003cmina86@mina86.com\u003e\n    Acked-by: Alan Stern \u003cstern@rowland.harvard.edu\u003e\n    Signed-off-by: Felipe Balbi \u003cbalbi@ti.com\u003e\n    [idos@codeaurora.org: Conflicts: drivers/usb/gadget/storage_common.c]\n    Signed-off-by: Ido Shayevitz \u003cidos@codeaurora.org\u003e\n\n drivers/usb/gadget/f_mass_storage.c |   22 ++++++\n drivers/usb/gadget/file_storage.c   |   59 +++++++++++++---\n drivers/usb/gadget/mass_storage.c   |    2 +-\n drivers/usb/gadget/storage_common.c |  127 +++++++++++++++++++++++++++++++++++\n 4 files changed, 199 insertions(+), 11 deletions(-)\n\ncommit b0c3e7fb4d56f5c4cfea87e682fb02e88f98d887\nAuthor: Felipe Balbi \u003cbalbi@ti.com\u003e\nDate:   Mon Oct 10 09:43:44 2011 +0300\n\n    usb: gadget: fix typo for default U1/U2 exit latencies\n\n    s/DEFULT/DEFAULT/, no functional changes.\n\n    Signed-off-by: Felipe Balbi \u003cbalbi@ti.com\u003e\n    Signed-off-by: Ido Shayevitz \u003cidos@codeaurora.org\u003e\n\n drivers/usb/gadget/composite.c |    4 ++--\n include/linux/usb/gadget.h     |    4 ++--\n 2 files changed, 4 insertions(+), 4 deletions(-)\n\ncommit 834e066cffb0c95d6168df9bf70c66d499a198cd\nAuthor: Paul Zimmerman \u003cPaul.Zimmerman@synopsys.com\u003e\nDate:   Fri Sep 30 15:26:06 2011 -0700\n\n    usb: gadget: storage: fix mass storage gadgets to work with Synopsys UDC\n\n    The Synopsys USB device controller requires all OUT transfer request\n    lengths to be aligned to max packet size. The mass storage gadgets do\n    not meet this requirement for Super Speed. The gadgets already have a\n    function which performs this alignment for CBW packets, so use it for\n    data packets too.\n\n    The alternative would be to implement bounce buffers in the DWC3\n    driver, but that could have a significant impact on performance.\n\n    This version is based upon a more-correct patch written by Alan\n    Stern.\n\n    Signed-off-by: Paul Zimmerman \u003cpaulz@synopsys.com\u003e\n    Signed-off-by: Felipe Balbi \u003cbalbi@ti.com\u003e\n    Signed-off-by: Ido Shayevitz \u003cidos@codeaurora.org\u003e\n\n drivers/usb/gadget/f_mass_storage.c |   18 +++++++++---------\n drivers/usb/gadget/file_storage.c   |   18 +++++++++---------\n 2 files changed, 18 insertions(+), 18 deletions(-)\n\ncommit 7295baf1792683000d7d78f7720b1e022d6d096a\nAuthor: Alan Stern \u003cstern@rowland.harvard.edu\u003e\nDate:   Thu Aug 18 20:29:00 2011 +0200\n\n    USB: gadget: storage: remove alignment assumption\n\n    This patch (as1481) fixes a problem affecting g_file_storage and\n    g_mass_storage when running at SuperSpeed.  The two drivers currently\n    assume that the bulk-out maxpacket size can evenly divide the SCSI\n    block size, which is 512 bytes.  But SuperSpeed bulk endpoints have a\n    maxpacket size of 1024, so the assumption is no longer true.\n\n    This patch removes that assumption from the drivers, by getting rid of\n    a small optimization (they try to align VFS reads and writes on page\n    cache boundaries).  If a command\u0027s starting logical block address is\n    512 bytes below the end of a page, it\u0027s not okay to issue a USB\n    command for just those 512 bytes when the maxpacket size is 1024 -- it\n    would result in either babble (for an OUT transfer) or a short packet\n    (for an IN transfer).\n\n    Also, for backward compatibility, the test for writes extending beyond\n    the end of the backing storage has to be changed.  If the host tries\n    to do this, we should accept the data that fits in the backing storage\n    and ignore the rest.  Because the storage\u0027s end may not align with a\n    USB packet boundary, this means we may have to accept a USB OUT\n    transfer that extends beyond the end of the storage and then write out\n    only the part of the data that fits.\n\n    Signed-off-by: Alan Stern \u003cstern@rowland.harvard.edu\u003e\n    Acked-by: Michal Nazarewicz \u003cmina86@mina86.com\u003e\n    Signed-off-by: Felipe Balbi \u003cbalbi@ti.com\u003e\n    [idos@codeaurora.org: Conflicts: drivers/usb/gadget/f_mass_storage.c\n    Signed-off-by: Ido Shayevitz \u003cidos@codeaurora.org\u003e\n\n drivers/usb/gadget/f_mass_storage.c |   64 ++++++++++++---------------------\n drivers/usb/gadget/file_storage.c   |   67 ++++++++++++++---------------------\n 2 files changed, 50 insertions(+), 81 deletions(-)\n\ncommit 9e5eb17594ed8be0ee92e3d696234bf70c409d8c\nAuthor: Peiyu Li \u003cpeiyu.li@csr.com\u003e\nDate:   Wed Aug 17 22:52:59 2011 -0700\n\n    usb: gadget: storage: adapt logic block size to bound block devices\n\n    Now the mass storage driver has fixed logic block size of 512 bytes.\n\n    The mass storage gadget read/write bound devices only through VFS, so the\n    bottom level devices actually are just RAW devices to the driver and connected\n    PC. As a RAW, hosts can always format, read and write it right in 512 bytes\n    logic block and don\u0027t care about the actual logic block size of devices bound\n    to the gadget.\n\n    But if we want to share the bound block device partition between target board\n    and PC, in case the logic block size of the bound block device is 4KB, we\n    execute the following steps:\n\n    1. connect a board with mass storage gadget to PC(the board has set one\n    \tpartition of on-board block device as file name of the mass storage)\n    2. PC format the mass storage to VFAT by default logic block size and\n    \tread/write it\n    3. disconnect boards from PC\n    4. target board mount the partition as VFAT\n\n    Step 4 will fail since kernel on target thinks the logic block size of the\n    bound partition as 4KB.\n    A typical error is \"FAT: logical sector size too small for device (logical\n    sector size \u003d 512)\"\n\n    If we execute opposite steps:\n    1. format the partition to VFAT on target board and read/write this partition\n    2. connect the board to Windows PC as usb mass storage gadget, windows will\n    \tthink the disk is not formatted\n\n    So the conclusion is that only as a gadget, the mass storage driver has no any\n    problem.  But being shared VFAT or other filesystem on PC and target board, it\n    will fail.\n\n    This patch adapts logic block size to bound block devices and fix the issue.\n\n    Cc: Michal Nazarewicz \u003cmina86@mina86.com\u003e\n    Acked-by: Alan Stern \u003cstern@rowland.harvard.edu\u003e\n    Signed-off-by: Peiyu Li \u003cpeiyu.li@csr.com\u003e\n    Signed-off-by: Xianglong Du \u003cxianglong.du@csr.com\u003e\n    Signed-off-by: Huayi Li \u003chuayi.li@csr.com\u003e\n    Signed-off-by: Barry Song \u003cBaohua.Song@csr.com\u003e\n    Signed-off-by: Felipe Balbi \u003cbalbi@ti.com\u003e\n    Signed-off-by: Ido Shayevitz \u003cidos@codeaurora.org\u003e\n\n drivers/usb/gadget/f_mass_storage.c |   63 ++++++++++++++++++++--------------\n drivers/usb/gadget/file_storage.c   |   50 +++++++++++++--------------\n drivers/usb/gadget/storage_common.c |   23 ++++++++++---\n 3 files changed, 79 insertions(+), 57 deletions(-)\n\ncommit 26bba694a44e3362be7028fc26fab172b2fc3581\nAuthor: Felipe Balbi \u003cbalbi@ti.com\u003e\nDate:   Mon Dec 19 13:45:01 2011 +0200\n\n    usb: gadget: epautoconf: do not change number of streams\n\n    We should not change gadget driver\u0027s descriptors just\n    because we think it\u0027s right to do so.\n\n    There are several of reasons which would support this\n    statement but it suffices to say that this was probably\n    never tested because it updates bmAttributes without\n    asking the driver if it\u0027s ok to do so.\n\n    This means that e.g. on UASP gadget it would enable\n    stream support even for the command endpoint which must\n    not have stream support enabled.\n\n    In fact, this change is fixing the bug introduced by\n    commit a59d6b9 (usb: gadget: add streams support to\n    the gadget framework) which was caught when testing\n    UASP gadget with dwc3 driver.\n\n    Cc: Tatyana Brokhman \u003ctlinder@codeaurora.org\u003e\n    Signed-off-by: Felipe Balbi \u003cbalbi@ti.com\u003e\n    Signed-off-by: Ido Shayevitz \u003cidos@codeaurora.org\u003e\n\n drivers/usb/gadget/epautoconf.c |    3 ---\n 1 files changed, 0 insertions(+), 3 deletions(-)\n\ncommit fb5591ebf5788355f0a424103b2bf47a62d6860d\nAuthor: Sebastian Andrzej Siewior \u003cbigeasy@linutronix.de\u003e\nDate:   Thu Jun 23 14:26:15 2011 +0200\n\n    usb: gadget: udc-core: add \"new-style\" registration interface\n\n    udc_start() should only trigger the internal state machine and make\n    minimal house keeping. Before that call udc-core calls the bind()\n    callback and after the callback the pullup().\n\n    udc_stop() is simillar, udc-core calls pullup(), unbind() and finally\n    udc_stop().\n\n    Signed-off-by: Sebastian Andrzej Siewior \u003cbigeasy@linutronix.de\u003e\n    Signed-off-by: Felipe Balbi \u003cbalbi@ti.com\u003e\n    Signed-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n    Signed-off-by: Ido Shayevitz \u003cidos@codeaurora.org\u003e\n\n drivers/usb/gadget/udc-core.c |   75 ++++++++++++++++++++++++++++++++++++++--\n include/linux/usb/gadget.h    |    6 +++\n 2 files changed, 77 insertions(+), 4 deletions(-)\n\ncommit 0d0c240fac20e525a3e967a0d6e9410c51f1c892\nAuthor: Sebastian Andrzej Siewior \u003cbigeasy@linutronix.de\u003e\nDate:   Thu Jun 23 14:26:11 2011 +0200\n\n    usb: gadget: defer setting maxpacket till -\u003esetup()\n\n    maxpacket is set by the udc driver for ep0 very early. This value is\n    copied by the function gadget used later for the USB_DT_DEVICE and\n    USB_DT_DEVICE_QUALIFIER query. This seems to work fine so far. For USB3\n    we need set a different value here. In SS speed it is 2^x with x\u003d9 and\n    in HS we set something \u003c\u003d 64. If the UDC starts in SS and continues in\n    HS after the cable has been plugged it will report a too small value.\n    There setting of this value is defered and taken automaticly from the\n    ep0 pointer where the UDC driver can update it according to the speed it\n    detected _after_ a cable has been plugged.\n\n    Signed-off-by: Sebastian Andrzej Siewior \u003cbigeasy@linutronix.de\u003e\n    Signed-off-by: Felipe Balbi \u003cbalbi@ti.com\u003e\n    Signed-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n    Signed-off-by: Ido Shayevitz \u003cidos@codeaurora.org\u003e\n\n drivers/usb/gadget/composite.c    |    3 +--\n drivers/usb/gadget/dbgp.c         |    2 +-\n drivers/usb/gadget/file_storage.c |   10 ++++++----\n drivers/usb/gadget/gmidi.c        |    3 +--\n drivers/usb/gadget/inode.c        |    5 ++---\n drivers/usb/gadget/printer.c      |   14 +++++++++-----\n 6 files changed, 20 insertions(+), 17 deletions(-)\n\ncommit bc2aa11468283f03aa8749b217a6c15bfaff4776\nAuthor: Tatyana Brokhman \u003ctlinder@codeaurora.org\u003e\nDate:   Wed Jun 29 16:41:50 2011 +0300\n\n    usb: gadget: add SuperSpeed support to the Gadget Framework\n\n    SuperSpeed USB has defined a new descriptor, called\n    the Binary Device Object Store (BOS) Descriptor. It\n    has also changed a bit the definition of SET_FEATURE\n    and GET_STATUS requests to add USB3-specific details.\n\n    This patch implements both changes to the Composite\n    Gadget Framework.\n\n    [ balbi@ti.com : slight changes to commit log\n    \t\t fixed a compile error on ARM ]\n\n    Signed-off-by: Tatyana Brokhman \u003ctlinder@codeaurora.org\u003e\n    Signed-off-by: Felipe Balbi \u003cbalbi@ti.com\u003e\n    Signed-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n    Signed-off-by: Ido Shayevitz \u003cidos@codeaurora.org\u003e\n\n drivers/usb/gadget/Kconfig      |    6 +\n drivers/usb/gadget/composite.c  |  257 ++++++++++++++++++++++++++++++++++++---\n drivers/usb/gadget/epautoconf.c |    6 +-\n include/linux/usb/composite.h   |   14 ++\n include/linux/usb/gadget.h      |   31 +++++\n 5 files changed, 293 insertions(+), 21 deletions(-)\n\ncommit 3ba28906aefd21a6aaf01e3b04c2410dabce3c97\nAuthor: Tatyana Brokhman \u003ctlinder@codeaurora.org\u003e\nDate:   Wed Jun 29 16:41:49 2011 +0300\n\n    usb: gadget: add max_speed to usb_composite_driver\n\n    This field is used by the Gadget drivers to specify\n    the maximum speed they support, meaning: the maximum\n    speed they can provide descriptors for.\n\n    The driver speed will be set in consideration of this\n    value.\n\n    [ balbi@ti.com : dropped the ifdeffery ]\n\n    Signed-off-by: Tatyana Brokhman \u003ctlinder@codeaurora.org\u003e\n    Signed-off-by: Felipe Balbi \u003cbalbi@ti.com\u003e\n    Signed-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n    [idos@codeaurora.org: added max_speed also to android.c]\n    Signed-off-by: Ido Shayevitz \u003cidos@codeaurora.org\u003e\n\n drivers/usb/gadget/android.c      |    1 +\n drivers/usb/gadget/audio.c        |    1 +\n drivers/usb/gadget/cdc2.c         |    1 +\n drivers/usb/gadget/composite.c    |    2 ++\n drivers/usb/gadget/ether.c        |    1 +\n drivers/usb/gadget/g_ffs.c        |    1 +\n drivers/usb/gadget/hid.c          |    1 +\n drivers/usb/gadget/mass_storage.c |    1 +\n drivers/usb/gadget/multi.c        |    1 +\n drivers/usb/gadget/ncm.c          |    1 +\n drivers/usb/gadget/nokia.c        |    1 +\n drivers/usb/gadget/serial.c       |    1 +\n drivers/usb/gadget/webcam.c       |    1 +\n drivers/usb/gadget/zero.c         |    1 +\n include/linux/usb/composite.h     |    2 ++\n 15 files changed, 17 insertions(+), 0 deletions(-)\n\ncommit 081412dc449284905c831f2fe2d9877238c07bef\nAuthor: Tatyana Brokhman \u003ctlinder@codeaurora.org\u003e\nDate:   Tue Jun 28 16:33:53 2011 +0300\n\n    usb: gadget: add streams support to the gadget framework\n\n    This patch defines necessary fields to support\n    streaming for USB3.0.\n\n    It implements a new function, called\n    usb_ep_autoconfig_ss(), to be used instead of the\n    existing usb_ep_autoconfig() when working in\n    SuperSpeed mode and there is a need to search for\n    an endpoint according to the number of required\n    streams.\n\n    [ balbi@ti.com : slight changes to commit log ]\n\n    Signed-off-by: Maya Erez \u003cmerez@codeaurora.org\u003e\n    Signed-off-by: Tatyana Brokhman \u003ctlinder@codeaurora.org\u003e\n    Signed-off-by: Felipe Balbi \u003cbalbi@ti.com\u003e\n    Signed-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n    Signed-off-by: Ido Shayevitz \u003cidos@codeaurora.org\u003e\n\n drivers/usb/gadget/epautoconf.c |  125 +++++++++++++++++++++++++++++++--------\n include/linux/usb/gadget.h      |   13 ++++\n 2 files changed, 113 insertions(+), 25 deletions(-)\n\ncommit 5ef53d97a119d96087b3afee6495b964b71e1c55\nAuthor: Tatyana Brokhman \u003ctlinder@codeaurora.org\u003e\nDate:   Tue Jun 28 16:33:52 2011 +0300\n\n    usb: gadget: coding style fix\n\n    fix the coding style of a few switches on the\n    gadget framework.\n\n    [ balbi@ti.com : add a commit log ]\n\n    Signed-off-by: Tatyana Brokhman \u003ctlinder@codeaurora.org\u003e\n    Signed-off-by: Felipe Balbi \u003cbalbi@ti.com\u003e\n    Signed-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n    Signed-off-by: Ido Shayevitz \u003cidos@codeaurora.org\u003e\n\n drivers/usb/gadget/composite.c |   16 ++++++++++---\n drivers/usb/gadget/dummy_hcd.c |   48 ++++++++++++++++++++++++++++++----------\n 2 files changed, 48 insertions(+), 16 deletions(-)\n\ncommit 31ac35219203686655b8936ee9cffbe9d407e85f\nAuthor: Tatyana Brokhman \u003ctlinder@codeaurora.org\u003e\nDate:   Tue Jun 28 15:33:50 2011 +0200\n\n    usb: gadget: use config_ep_by_speed() instead of ep_choose()\n\n    Remove obsolete functions:\n    1. ep_choose()\n    2. usb_find_endpoint()\n\n    Signed-off-by: Tatyana Brokhman \u003ctlinder@codeaurora.org\u003e\n    Signed-off-by: Felipe Balbi \u003cbalbi@ti.com\u003e\n    Signed-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n    [idos@codeaurora.org: Changed also the following files to\n    comply with this commit: f_accessory.c,f_adb.c,f_diag.c,f_mtp.c,\n    f_rmnet.c,f_rmnet_sdio,f_rmnet_smd,f_rmnet_smd_sdio,f_serial.f_ccid.c.\n    Also merged a patch in f_serial.c for checking return value of\n    config_ep_by_speed, see \"usb: gadget: fix g_serial regression\".\n    Also fix a bug in ci13xxx_udc. Since f_serial is now checking if the endpoint\n    descriptors are null in the set_alt function, need to set them to null on\n    ep_disable in case of cable disconnect. Since the ep descriptor was inserted to\n    struct usb_ep in \"usb: gadget: add usb_endpoint_descriptor to struct usb_ep\",\n    also set mEp-\u003eep.desc to NULL. I have upstream this to the community, please\n    see \"usb: gadget: Clear usb_endpoint_descriptor inside the struct usb_ep\" in\n    the latest linux kernel.]\n    Signed-off-by: Ido Shayevitz \u003cidos@codeaurora.org\u003e\n\n drivers/usb/gadget/ci13xxx_udc.c      |    1 +\n drivers/usb/gadget/config.c           |   26 -------------\n drivers/usb/gadget/f_accessory.c      |   30 +++++++++++-----\n drivers/usb/gadget/f_acm.c            |   46 +++++++-----------------\n drivers/usb/gadget/f_adb.c            |   30 +++++++++++----\n drivers/usb/gadget/f_ccid.c           |   54 +++++++++++-----------------\n drivers/usb/gadget/f_diag.c           |   13 ++++---\n drivers/usb/gadget/f_ecm.c            |   45 +++++++----------------\n drivers/usb/gadget/f_eem.c            |   32 +++++------------\n drivers/usb/gadget/f_hid.c            |   19 +++-------\n drivers/usb/gadget/f_loopback.c       |   11 ++++--\n drivers/usb/gadget/f_mass_storage.c   |   46 ++++++++++--------------\n drivers/usb/gadget/f_mtp.c            |   30 +++++++++++----\n drivers/usb/gadget/f_ncm.c            |   49 ++++++++------------------\n drivers/usb/gadget/f_obex.c           |   32 +++++------------\n drivers/usb/gadget/f_phonet.c         |   12 +++---\n drivers/usb/gadget/f_rmnet.c          |   48 ++++++++-----------------\n drivers/usb/gadget/f_rmnet_sdio.c     |   62 ++++++++++++++++++++++++++------\n drivers/usb/gadget/f_rmnet_smd.c      |   38 +++++++++++++++-----\n drivers/usb/gadget/f_rmnet_smd_sdio.c |   63 ++++++++++++++++++++++++++------\n drivers/usb/gadget/f_rndis.c          |   46 +++++++-----------------\n drivers/usb/gadget/f_serial.c         |   53 +++++++++-------------------\n drivers/usb/gadget/f_sourcesink.c     |    8 +++-\n drivers/usb/gadget/f_subset.c         |   29 +++------------\n drivers/usb/gadget/file_storage.c     |   12 ++++++\n drivers/usb/gadget/storage_common.c   |   11 ------\n include/linux/usb/composite.h         |   15 --------\n include/linux/usb/gadget.h            |    6 ---\n 28 files changed, 392 insertions(+), 475 deletions(-)\n\ncommit cf64ce49541e865b66abc2b2c7bb87e59c7a1f7e\nAuthor: Tatyana Brokhman \u003ctlinder@codeaurora.org\u003e\nDate:   Tue Jun 28 16:33:49 2011 +0300\n\n    usb: gadget: configure endpoint according to gadget speed\n\n    Add config_ep_by_speed() to configure the endpoint\n    according to the gadget speed.\n\n    Using this function will spare the FDs from handling\n    the endpoint chosen descriptor.\n\n    Signed-off-by: Tatyana Brokhman \u003ctlinder@codeaurora.org\u003e\n    Signed-off-by: Felipe Balbi \u003cbalbi@ti.com\u003e\n    Signed-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n    Signed-off-by: Ido Shayevitz \u003cidos@codeaurora.org\u003e\n\n drivers/usb/gadget/composite.c  |   85 +++++++++++++++++++++++++++++++++++++++\n drivers/usb/gadget/epautoconf.c |    1 +\n include/linux/usb/composite.h   |    3 +\n include/linux/usb/gadget.h      |    3 +\n 4 files changed, 92 insertions(+), 0 deletions(-)\n\ncommit cf709c115c55e8497a2b538ba492f9e8bc3db941\nAuthor: Tatyana Brokhman \u003ctlinder@codeaurora.org\u003e\nDate:   Tue Jun 28 16:33:48 2011 +0300\n\n    usb: gadget: add usb_endpoint_descriptor to struct usb_ep\n\n    Change usb_ep_enable() prototype to use endpoint\n    descriptor from usb_ep.\n\n    This optimization spares the FDs from saving the\n    endpoint chosen descriptor. This optimization is\n    not full though. To fully exploit this change, one\n    needs to update all the UDCs as well since in the\n    current implementation each of them saves the\n    endpoint descriptor in it\u0027s internal (and extended)\n    endpoint structure.\n\n    Signed-off-by: Tatyana Brokhman \u003ctlinder@codeaurora.org\u003e\n    Signed-off-by: Felipe Balbi \u003cbalbi@ti.com\u003e\n    Signed-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n    [idos@codeaurora.org: Added more changes for the following files\n    since API break with msm code tree: ci13xxx_udc.c,f_accessory,f_adb,\n    f_diag,f_mtp,f_rmnet,f_rmnet_sdio,f_rmnet_smd, f_rmnet_smd_sdio,u_bam.c,\n    u_sdio.c,u_rmnet.h,u_sdio.c,u_smd.c,f_ccid.c,u_data_hsic.c]\n    Signed-off-by: Ido Shayevitz \u003cidos@codeaurora.org\u003e\n\n drivers/usb/gadget/ci13xxx_udc.c      |    6 ++++--\n drivers/usb/gadget/dbgp.c             |    8 +++++---\n drivers/usb/gadget/f_accessory.c      |   16 ++++++++++------\n drivers/usb/gadget/f_acm.c            |    9 ++++-----\n drivers/usb/gadget/f_adb.c            |   14 ++++++++------\n drivers/usb/gadget/f_audio.c          |    5 ++---\n drivers/usb/gadget/f_ccid.c           |   15 ++++++---------\n drivers/usb/gadget/f_diag.c           |   12 +++++-------\n drivers/usb/gadget/f_ecm.c            |   17 ++++++++---------\n drivers/usb/gadget/f_eem.c            |   10 +++++-----\n drivers/usb/gadget/f_fs.c             |    3 ++-\n drivers/usb/gadget/f_hid.c            |    5 ++---\n drivers/usb/gadget/f_loopback.c       |   14 ++++++--------\n drivers/usb/gadget/f_mass_storage.c   |    3 ++-\n drivers/usb/gadget/f_mtp.c            |   17 ++++++++++-------\n drivers/usb/gadget/f_ncm.c            |   17 ++++++++---------\n drivers/usb/gadget/f_obex.c           |    6 +++---\n drivers/usb/gadget/f_phonet.c         |    9 ++++-----\n drivers/usb/gadget/f_rmnet.c          |    9 ++++-----\n drivers/usb/gadget/f_rmnet_sdio.c     |   15 +++++++++------\n drivers/usb/gadget/f_rmnet_smd.c      |   15 +++++++++------\n drivers/usb/gadget/f_rmnet_smd_sdio.c |   15 +++++++++------\n drivers/usb/gadget/f_rndis.c          |   15 +++++++--------\n drivers/usb/gadget/f_serial.c         |    9 ++++-----\n drivers/usb/gadget/f_sourcesink.c     |   10 ++++------\n drivers/usb/gadget/f_subset.c         |    8 ++++----\n drivers/usb/gadget/f_uvc.c            |    6 ++++--\n drivers/usb/gadget/file_storage.c     |    3 ++-\n drivers/usb/gadget/gmidi.c            |    6 ++++--\n drivers/usb/gadget/inode.c            |    6 ++++--\n drivers/usb/gadget/printer.c          |   26 ++++++++++++++------------\n drivers/usb/gadget/u_bam.c            |    8 ++++----\n drivers/usb/gadget/u_data_hsic.c      |   10 ++--------\n drivers/usb/gadget/u_ether.c          |   12 ++++++------\n drivers/usb/gadget/u_ether.h          |    4 ----\n drivers/usb/gadget/u_rmnet.h          |    2 --\n drivers/usb/gadget/u_sdio.c           |    4 ++--\n drivers/usb/gadget/u_serial.c         |    4 ++--\n drivers/usb/gadget/u_serial.h         |    2 --\n drivers/usb/gadget/u_smd.c            |    4 ++--\n include/linux/usb/gadget.h            |   16 +++++++---------\n 41 files changed, 197 insertions(+), 198 deletions(-)\n\ncommit d23607a2eb7b23fa0fa9e797da6804d583bef73d\nAuthor: Sebastian Andrzej Siewior \u003cbigeasy@linutronix.de\u003e\nDate:   Tue Jun 28 16:33:47 2011 +0300\n\n    usb: gadget: convert all users to the new udc infrastructure\n\n    peripheral drivers are using usb_add_gadget()/usb_del_gadget() to\n    register/unregister to the udc-core.\n\n    The udc-core will take the first available gadget driver and attach\n    function driver which is calling usb_gadget_register_driver(). This is\n    the same behaviour we have right now.\n\n    Only dummy_hcd was tested, the others were compiled tested.\n\n    Cc: Alan Stern \u003cstern@rowland.harvard.edu\u003e\n    Cc: Anton Tikhomirov \u003cav.tikhomirov@samsung.com\u003e\n    Cc: Ben Dooks \u003cben-linux@fluff.org\u003e\n    Cc: Dan Carpenter \u003cerror27@gmail.com\u003e\n    Cc: Darius Augulis \u003caugulis.darius@gmail.com\u003e\n    Cc: Eric Miao \u003ceric.y.miao@gmail.com\u003e\n    Cc: Jingoo Han \u003cjg1.han@samsung.com\u003e\n    Cc: Kukjin Kim \u003ckgene.kim@samsung.com\u003e\n    Cc: Kuninori Morimoto \u003ckuninori.morimoto.gx@renesas.com\u003e\n    Cc: Li Yang \u003cleoli@freescale.com\u003e\n    Cc: Michael Hennerich \u003cmichael.hennerich@analog.com\u003e\n    Acked-by: Mike Frysinger \u003cvapier@gentoo.org\u003e\n    Cc: Nicolas Ferre \u003cnicolas.ferre@atmel.com\u003e\n    Cc: Pavankumar Kondeti \u003cpkondeti@codeaurora.org\u003e\n    Cc: Roy Huang \u003croy.huang@analog.com\u003e\n    Cc: Russell King \u003clinux@arm.linux.org.uk\u003e\n    Cc: Toshiharu Okada \u003ctoshiharu-linux@dsn.okisemi.com\u003e\n    Cc: Xiaochen Shen \u003cxiaochen.shen@intel.com\u003e\n    Cc: Yoshihiro Shimoda \u003cshimoda.yoshihiro@renesas.com\u003e\n    Cc: Yuan-Hsin Chen \u003cyhchen@faraday-tech.com\u003e\n    Cc: cxie4 \u003ccxie4@marvell.com\u003e\n    Cc: linux-geode@lists.infradead.org\n    Signed-off-by: Sebastian Andrzej Siewior \u003cbigeasy@linutronix.de\u003e\n    Signed-off-by: Felipe Balbi \u003cbalbi@ti.com\u003e\n    Signed-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n    [idos@codeaurora.org:\n    Conflicts: drivers/usb/gadget/ci13xxx_udc.c\n    msm72k_udc.c: This driver is not exists in Linux community,so fix this one too.\n    cyasgadget.c: combine other patch from the community (\"convert cyasgadget to new udc core\")\n    into this commit. Removed the #if 0 block that was in the community version and fix\n    the cause problem, because of which it was under #if 0 block]\n    Signed-off-by: Ido Shayevitz \u003cidos@codeaurora.org\u003e\n\n .../staging/westbridge/astoria/gadget/cyasgadget.c |   26 ++++++++++++++--\n drivers/usb/gadget/Makefile                        |    1 +\n drivers/usb/gadget/amd5536udc.c                    |   18 ++++++++---\n drivers/usb/gadget/at91_udc.c                      |   20 +++++++++---\n drivers/usb/gadget/atmel_usba_udc.c                |   26 ++++++++++++++--\n drivers/usb/gadget/ci13xxx_udc.c                   |   30 ++++++++++++++-----\n drivers/usb/gadget/dummy_hcd.c                     |   31 +++++++++++++------\n drivers/usb/gadget/fsl_qe_udc.c                    |   20 ++++++++++--\n drivers/usb/gadget/fsl_udc_core.c                  |   20 ++++++++++--\n drivers/usb/gadget/fusb300_udc.c                   |   15 +++++++--\n drivers/usb/gadget/goku_udc.c                      |   19 +++++++++---\n drivers/usb/gadget/imx_udc.c                       |   20 +++++++++---\n drivers/usb/gadget/langwell_udc.c                  |   20 ++++++++----\n drivers/usb/gadget/m66592-udc.c                    |   17 ++++++++--\n drivers/usb/gadget/msm72k_udc.c                    |   30 ++++++++++++++++---\n drivers/usb/gadget/mv_udc_core.c                   |   19 +++++++----\n drivers/usb/gadget/net2280.c                       |   18 ++++++++---\n drivers/usb/gadget/omap_udc.c                      |   22 +++++++++++---\n drivers/usb/gadget/pch_udc.c                       |   16 +++++++--\n drivers/usb/gadget/pxa25x_udc.c                    |   19 ++++++++----\n drivers/usb/gadget/pxa27x_udc.c                    |   23 ++++++++++----\n drivers/usb/gadget/r8a66597-udc.c                  |   15 +++++++--\n drivers/usb/gadget/s3c-hsotg.c                     |   19 +++++++++--\n drivers/usb/gadget/s3c-hsudc.c                     |   16 +++++++--\n drivers/usb/gadget/s3c2410_udc.c                   |   29 +++++++++++-------\n drivers/usb/musb/musb_gadget.c                     |   23 +++++++++++---\n drivers/usb/renesas_usbhs/mod_gadget.c             |   20 +++++++++---\n 27 files changed, 411 insertions(+), 141 deletions(-)\n\ncommit 517750424116caaa532ecf06a44d9df87223de4f\nAuthor: Felipe Balbi \u003cbalbi@ti.com\u003e\nDate:   Tue Jun 28 16:33:46 2011 +0300\n\n    usb: gadget: introduce UDC Class\n\n    this class will be used to abstract away several of the duplicated\n    operations scattered among the USB gadget controller drivers.\n\n    Later, we can add an atomic notifier to tell interested drivers about\n    what\u0027s happening with the controller. Notifications such as suspend,\n    resume, enumerated, etc. will be useful, at a minimum, for implementing\n    usb charger detection.\n\n    As part of the converting process usb_gadget_probe_driver() is no longer\n    part of each udc but pushed into the -\u003estap() callback. The same for his\n    couterpart.\n\n    The core is currently set explicit to \u0027n\u0027. It will be changed to \u0027y\u0027 once\n    all users are converted since it provides functions which clash with\n    other drivers.\n\n    Signed-off-by: Felipe Balbi \u003cbalbi@ti.com\u003e\n    Signed-off-by: Sebastian Andrzej Siewior \u003cbigeasy@linutronix.de\u003e\n    Acked-by: Michal Nazarewicz \u003cmina86@mina86.com\u003e\n    Signed-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n    Signed-off-by: Ido Shayevitz \u003cidos@codeaurora.org\u003e\n\n drivers/usb/gadget/udc-core.c |  418 +++++++++++++++++++++++++++++++++++++++++\n include/linux/usb/gadget.h    |    7 +\n 2 files changed, 425 insertions(+), 0 deletions(-)\n\ncommit 9bcc83f456fc3ddf11a4fab4daf649b8a99de8fd\nAuthor: Sebastian Andrzej Siewior \u003cbigeasy@linutronix.de\u003e\nDate:   Fri Aug 19 18:10:56 2011 +0300\n\n    usb: ch9: add function defines from ch9, USB 3.0 spec\n\n    not to confuse with Table 9-7 in USB 2.0 spec\n\n    Signed-off-by: Sebastian Andrzej Siewior \u003cbigeasy@linutronix.de\u003e\n    Signed-off-by: Felipe Balbi \u003cbalbi@ti.com\u003e\n    Signed-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n    Signed-off-by: Ido Shayevitz \u003cidos@codeaurora.org\u003e\n\n include/linux/usb/ch9.h |    5 +++++\n 1 files changed, 5 insertions(+), 0 deletions(-)\n\ncommit 0be99a24dbde81c9f808967ad1a0a2ea87f6530f\nAuthor: Paul Gortmaker \u003cpaul.gortmaker@windriver.com\u003e\nDate:   Fri Sep 30 18:08:59 2011 -0400\n\n    usb: Add module.h to various dwc3 drivers\n\n    These files uses the full set of MODULE_ macros and so need to\n    include module.h directly.\n\n    Signed-off-by: Paul Gortmaker \u003cpaul.gortmaker@windriver.com\u003e\n    Signed-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n    Signed-off-by: Ido Shayevitz \u003cidos@codeaurora.org\u003e\n\n drivers/usb/dwc3/core.c      |    1 +\n drivers/usb/dwc3/dwc3-omap.c |    1 +\n 2 files changed, 2 insertions(+), 0 deletions(-)\n\ncommit f208a8f461da421f9371b19b8bd00c27f8d0622d\nAuthor: Felipe Balbi \u003cbalbi@ti.com\u003e\nDate:   Fri Sep 30 10:58:51 2011 +0300\n\n    usb: dwc3: convert structures into bitshifts\n\n    our parameter structures need to be written to\n    HW, so instead of assuming little endian, we\n    convert those into bit shifts.\n\n    Signed-off-by: Felipe Balbi \u003cbalbi@ti.com\u003e\n    Signed-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n    Signed-off-by: Ido Shayevitz \u003cidos@codeaurora.org\u003e\n\n drivers/usb/dwc3/ep0.c    |    6 +-\n drivers/usb/dwc3/gadget.c |   40 ++++++-------\n drivers/usb/dwc3/gadget.h |  139 +++++++++------------------------------------\n 3 files changed, 48 insertions(+), 137 deletions(-)\n\ncommit b141b8cd0257ca5e8122310c9ca64af93325e08d\nAuthor: Felipe Balbi \u003cbalbi@ti.com\u003e\nDate:   Fri Sep 30 10:58:50 2011 +0300\n\n    usb: dwc3: gadget: allow clock gating to work\n\n    The dwc3 core has internal clock gating support.\n\n    Let\u0027s allow that to happen by clearing the disable\n    bit in GCTL register.\n\n    Signed-off-by: Felipe Balbi \u003cbalbi@ti.com\u003e\n    Signed-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n    Signed-off-by: Ido Shayevitz \u003cidos@codeaurora.org\u003e\n\n drivers/usb/dwc3/core.h   |    6 ++++++\n drivers/usb/dwc3/gadget.c |    8 ++++++++\n 2 files changed, 14 insertions(+), 0 deletions(-)\n\ncommit b333f87fccf1424b9e7ab8fe8a260b01d865b98d\nAuthor: Felipe Balbi \u003cbalbi@ti.com\u003e\nDate:   Fri Sep 30 10:58:49 2011 +0300\n\n    usb: dwc3: core: cache GHWPARAMS* registers\n\n    cache the contents of GHWPARAMS* registers in\n    our device structure for easy access.\n\n    Signed-off-by: Felipe Balbi \u003cbalbi@ti.com\u003e\n    Signed-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n    Signed-off-by: Ido Shayevitz \u003cidos@codeaurora.org\u003e\n\n drivers/usb/dwc3/core.c |   17 +++++++++++++++++\n 1 files changed, 17 insertions(+), 0 deletions(-)\n\ncommit d8e9f2a2f0b5a2d53bcf9b86f886c8b18efc7f41\nAuthor: Felipe Balbi \u003cbalbi@ti.com\u003e\nDate:   Fri Sep 30 10:58:48 2011 +0300\n\n    usb: dwc3: add struct dwc3_hwparams\n\n    That structure will hold a copy of readonly\n    GHWPARAMS* registers for ease accessing by\n    the driver.\n\n    Signed-off-by: Felipe Balbi \u003cbalbi@ti.com\u003e\n    Signed-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n    Signed-off-by: Ido Shayevitz \u003cidos@codeaurora.org\u003e\n\n drivers/usb/dwc3/core.h |   26 ++++++++++++++++++++++++++\n 1 files changed, 26 insertions(+), 0 deletions(-)\n\ncommit 2aadc55ef7e567258dee0425fb3597c0aee983fe\nAuthor: Felipe Balbi \u003cbalbi@ti.com\u003e\nDate:   Fri Sep 30 10:58:47 2011 +0300\n\n    usb: dwc3: gadget: implement streams support\n\n    The following patch adds support for streams\n    to dwc3 driver.\n\n    While at that, also fix one small issue on\n    endpoint disable where we should clear all\n    flags not only ENABLED.\n\n    Reviewied-by: Paul Zimmerman \u003cpaulz@synopsys.com\u003e\n    Signed-off-by: Felipe Balbi \u003cbalbi@ti.com\u003e\n    Signed-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n    Signed-off-by: Ido Shayevitz \u003cidos@codeaurora.org\u003e\n\n Documentation/usb/dwc3.txt |    8 --------\n drivers/usb/dwc3/core.h    |    6 ++++++\n drivers/usb/dwc3/gadget.c  |   34 ++++++++++++++++++++++++++++++----\n 3 files changed, 36 insertions(+), 12 deletions(-)\n\ncommit 92366a9b25662e5624ed69f3eec30d31d6560eab\nAuthor: Felipe Balbi \u003cbalbi@ti.com\u003e\nDate:   Fri Sep 30 10:58:46 2011 +0300\n\n    usb: dwc3: gadget: add support for Bursts\n\n    We already have the value from gadget drivers,\n    just need to pass it to our controller.\n\n    Signed-off-by: Felipe Balbi \u003cbalbi@ti.com\u003e\n    Signed-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n    [idos@codeaurora.org: Integrate in this commit also the change\n    \"USB: use usb_endpoint_maxp() instead of le16_to_cpu()\" 29cc88979a8818cd8c5019426e945aed118b400e\n    from Linux kernel 3.1. The reason why this change was not\n    cherry-picked separately is because I wanted to reduce impact\n    on msm code tree, and only change dwc3 driver.]\n    Signed-off-by: Ido Shayevitz \u003cidos@codeaurora.org\u003e\n\n drivers/usb/dwc3/gadget.c |    4 ++--\n 1 files changed, 2 insertions(+), 2 deletions(-)\n\ncommit 4f5db5cf5b6c982bc1fba8f5711f6aee594850b5\nAuthor: kuninori.morimoto.gx@renesas.com \u003ckuninori.morimoto.gx@renesas.com\u003e\nDate:   Mon Jul 25 00:39:30 2011 -0700\n\n    usb: add usb_endpoint_maxp() macro\n\n    Signed-off-by: Kuninori Morimoto \u003ckuninori.morimoto.gx@renesas.com\u003e\n    Signed-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n    [idos@codeaurora.org: use __le16_to_cpu instead of le16_to_cpu]\n    Signed-off-by: Ido Shayevitz \u003cidos@codeaurora.org\u003e\n\n include/linux/usb/ch9.h |   12 ++++++++++++\n 1 files changed, 12 insertions(+), 0 deletions(-)\n\ncommit bba939f019fffedf3261097f02441c25888a5f19\nAuthor: Paul Zimmerman \u003cPaul.Zimmerman@synopsys.com\u003e\nDate:   Fri Sep 30 10:58:45 2011 +0300\n\n    usb: dwc3: gadget: fix DMA offset calculation\n\n    Fix offset calculation in dwc3_trb_dma_offset()\n\n    Signed-off-by: Paul Zimmerman \u003cpaulz@synopsys.com\u003e\n    Signed-off-by: Felipe Balbi \u003cbalbi@ti.com\u003e\n    Signed-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n    Signed-off-by: Ido Shayevitz \u003cidos@codeaurora.org\u003e\n\n drivers/usb/dwc3/gadget.c |    2 +-\n 1 files changed, 1 insertions(+), 1 deletions(-)\n\ncommit 4281539e1dc0a0a2fc2494a1448c4c3ed0e97091\nAuthor: Paul Zimmerman \u003cPaul.Zimmerman@synopsys.com\u003e\nDate:   Fri Sep 30 10:58:44 2011 +0300\n\n    usb: dwc3: gadget: make DWC3_EP_WEDGE do the right thing\n\n    This makes DWC3_EP_WEDGE do the right thing, which is\n    prevent DWC3_EP_WEDGE from ever being cleared by a\n    ClearFeature(HALT) command.\n\n    [ balbi@ti.com : allowed set_wedge to send SetHalt command\n    \tto controller ]\n\n    Signed-off-by: Paul Zimmerman \u003cpaulz@synopsys.com\u003e\n    Signed-off-by: Felipe Balbi \u003cbalbi@ti.com\u003e\n    Signed-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n    Signed-off-by: Ido Shayevitz \u003cidos@codeaurora.org\u003e\n\n drivers/usb/dwc3/gadget.c |    6 +++++-\n 1 files changed, 5 insertions(+), 1 deletions(-)\n\ncommit df7a63dc19ab9c48cd396898826ac7d18cafe6e8\nAuthor: Paul Zimmerman \u003cPaul.Zimmerman@synopsys.com\u003e\nDate:   Fri Sep 30 10:58:43 2011 +0300\n\n    usb: dwc3: gadget: driver should not wait for RxFIFO to drain\n\n    An older version of the databook said to wait for the FIFO to\n    drain, but that has been removed from the newer databooks.\n\n    Waiting for RxFIFO to drain caused problems when testing against\n    one of the host controllers available in the market.\n\n    After talking to one of the RTL engineers, he stated that we\n    should _not_ wait for RxFIFO to drain.\n\n    Signed-off-by: Paul Zimmerman \u003cpaulz@synopsys.com\u003e\n    Signed-off-by: Felipe Balbi \u003cbalbi@ti.com\u003e\n    Signed-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n    Signed-off-by: Ido Shayevitz \u003cidos@codeaurora.org\u003e\n\n drivers/usb/dwc3/gadget.c |   19 -------------------\n 1 files changed, 0 insertions(+), 19 deletions(-)\n\ncommit a6544d0e1c1fee89ada449b5cac658d10571c0c0\nAuthor: Paul Zimmerman \u003cPaul.Zimmerman@synopsys.com\u003e\nDate:   Fri Sep 30 10:58:42 2011 +0300\n\n    usb: dwc3: gadget: fix DEPSTARTCFG for non-EP0 EPs\n\n    DEPSTARTCFG for non-EP0 EPs must only be sent once per config\n\n    [ balbi@ti.com : changed config_start to start_config_issued ]\n\n    Signed-off-by: Paul Zimmerman \u003cpaulz@synopsys.com\u003e\n    Signed-off-by: Felipe Balbi \u003cbalbi@ti.com\u003e\n    Signed-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n    Signed-off-by: Ido Shayevitz \u003cidos@codeaurora.org\u003e\n\n drivers/usb/dwc3/core.h   |    2 ++\n drivers/usb/dwc3/ep0.c    |    1 +\n drivers/usb/dwc3/gadget.c |   10 +++++++++-\n 3 files changed, 12 insertions(+), 1 deletions(-)\n\ncommit 9342a6f8b052198b9c2dc44342c5a25cf378ec19\nAuthor: Sebastian Andrzej Siewior \u003cbigeasy@linutronix.de\u003e\nDate:   Fri Sep 30 10:58:41 2011 +0300\n\n    usb: dwc: remove \"All rights reserved\" statement.\n\n    Some people think that this line is not compatible with the GPL. The\n    statement was required due to the Buenos Aires Convention and is now\n    deprecated. I remove it because it is said that it is pointless nowdays.\n\n    Signed-off-by: Sebastian Andrzej Siewior \u003cbigeasy@linutronix.de\u003e\n    Signed-off-by: Felipe Balbi \u003cbalbi@ti.com\u003e\n    Signed-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n    Signed-off-by: Ido Shayevitz \u003cidos@codeaurora.org\u003e\n\n drivers/usb/dwc3/core.c      |    1 -\n drivers/usb/dwc3/core.h      |    1 -\n drivers/usb/dwc3/debug.h     |    1 -\n drivers/usb/dwc3/debugfs.c   |    1 -\n drivers/usb/dwc3/dwc3-omap.c |    1 -\n drivers/usb/dwc3/dwc3-pci.c  |    1 -\n drivers/usb/dwc3/ep0.c       |    1 -\n drivers/usb/dwc3/gadget.c    |    1 -\n drivers/usb/dwc3/gadget.h    |    1 -\n drivers/usb/dwc3/io.h        |    1 -\n 10 files changed, 0 insertions(+), 10 deletions(-)\n\ncommit f8336a2d5bb2a6484729d77d7ed59bf007ebbba0\nAuthor: Sebastian Andrzej Siewior \u003cbigeasy@linutronix.de\u003e\nDate:   Fri Sep 30 10:58:40 2011 +0300\n\n    usb: dwc3: ep0: fix debug output\n\n    Use \"ep0in\" and \"ep0out\" instead \"ep1in\" and \"ep0out\" which is confusing\n    and not consistent with the remaining output.\n\n    Signed-off-by: Sebastian Andrzej Siewior \u003cbigeasy@linutronix.de\u003e\n    Signed-off-by: Felipe Balbi \u003cbalbi@ti.com\u003e\n    Signed-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n    Signed-off-by: Ido Shayevitz \u003cidos@codeaurora.org\u003e\n\n drivers/usb/dwc3/ep0.c |    2 +-\n 1 files changed, 1 insertions(+), 1 deletions(-)\n\ncommit 9b580c9667ad75cb534e77456d4ab533631a911c\nAuthor: Sebastian Andrzej Siewior \u003cbigeasy@linutronix.de\u003e\nDate:   Fri Sep 30 10:58:39 2011 +0300\n\n    usb: dwc3: ep0: remove second giveback in error case\n\n    We already give requests back in dwc3_ep0_stall_and_restart() so\n    doing it again here will most likely corrupt the list.\n\n    Signed-off-by: Sebastian Andrzej Siewior \u003cbigeasy@linutronix.de\u003e\n    Signed-off-by: Felipe Balbi \u003cbalbi@ti.com\u003e\n    Signed-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n    Signed-off-by: Ido Shayevitz \u003cidos@codeaurora.org\u003e\n\n drivers/usb/dwc3/ep0.c |    1 -\n 1 files changed, 0 insertions(+), 1 deletions(-)\n\ncommit b55ee453566dde206108a50e86c5a54c33c38b24\nAuthor: Felipe Balbi \u003cbalbi@ti.com\u003e\nDate:   Fri Sep 30 10:58:38 2011 +0300\n\n    usb: dwc3: ep0: fix debug message\n\n    The way it was before was really meaningless.\n    Now it looks saner.\n\n    Signed-off-by: Felipe Balbi \u003cbalbi@ti.com\u003e\n    Signed-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n    Signed-off-by: Ido Shayevitz \u003cidos@codeaurora.org\u003e\n\n drivers/usb/dwc3/ep0.c |    8 ++++----\n 1 files changed, 4 insertions(+), 4 deletions(-)\n\ncommit 0788d7b5e6633b5b04d7fec4be2291e584783786\nAuthor: Felipe Balbi \u003cbalbi@ti.com\u003e\nDate:   Fri Sep 30 10:58:37 2011 +0300\n\n    usb: dwc3: ep0: ignore direction on 2-stage transfer\n\n    We don\u0027t need to care about direction on a two stage\n    transfer.\n\n    Signed-off-by: Felipe Balbi \u003cbalbi@ti.com\u003e\n    Signed-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n    Signed-off-by: Ido Shayevitz \u003cidos@codeaurora.org\u003e\n\n drivers/usb/dwc3/ep0.c |    8 ++++----\n 1 files changed, 4 insertions(+), 4 deletions(-)\n\ncommit b7139d3e594a857def16179ceedf9fdf00b0dce4\nAuthor: Felipe Balbi \u003cbalbi@ti.com\u003e\nDate:   Fri Sep 30 10:58:36 2011 +0300\n\n    usb: dwc3: ep0: Make USB30CV happy with SetAddress\n\n    According to USB 3.0 Specification, a SetAddress()\n    while device is in Configured State has an unspecified\n    behavior (see Section 9.4.6). Still USB30CV wasn\u0027t\n    happy with my Stall reply.\n\n    To make that thing happy, just accept the SetAddress()\n    always. No problems have been observed thus far.\n\n    Signed-off-by: Felipe Balbi \u003cbalbi@ti.com\u003e\n    Signed-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n    Signed-off-by: Ido Shayevitz \u003cidos@codeaurora.org\u003e\n\n drivers/usb/dwc3/ep0.c |   31 +++++++++----------------------\n 1 files changed, 9 insertions(+), 22 deletions(-)\n\ncommit 6edd5bdb3b42293f3dd282246c590243a0818998\nAuthor: Felipe Balbi \u003cbalbi@ti.com\u003e\nDate:   Thu Sep 8 21:18:47 2011 +0300\n\n    usb: dwc3: gadget: improve debug on link state change\n\n    It\u0027s useful to know which states core is going\n    through, as it might help us figure out misbehavior\n    on specific link states.\n\n    Signed-off-by: Felipe Balbi \u003cbalbi@ti.com\u003e\n    Signed-off-by: Ido Shayevitz \u003cidos@codeaurora.org\u003e\n\n drivers/usb/dwc3/gadget.c |    4 ++--\n 1 files changed, 2 insertions(+), 2 deletions(-)\n\ncommit 29561f1886df102572aceb2fcde69e98412c786c\nAuthor: Felipe Balbi \u003cbalbi@ti.com\u003e\nDate:   Tue Sep 6 10:56:51 2011 +0300\n\n    usb: dwc3: omap: set idle and standby modes\n\n    For now, let\u0027s disable IDLE and STANDBY transitions\n    until we have a real HW to validate against.\n\n    Signed-off-by: Felipe Balbi \u003cbalbi@ti.com\u003e\n    Signed-off-by: Ido Shayevitz \u003cidos@codeaurora.org\u003e\n\n drivers/usb/dwc3/dwc3-omap.c |   24 ++++++++++++++++++++++++\n 1 files changed, 24 insertions(+), 0 deletions(-)\n\ncommit ecc99439be4d4715a3bca22831210fe799fdef60\nAuthor: Felipe Balbi \u003cbalbi@ti.com\u003e\nDate:   Thu Sep 8 18:27:33 2011 +0300\n\n    usb: dwc3: ep0: introduce ep0_expect_in flag\n\n    This flag will tell us which direction we\u0027re\n    expecting on the next (data or status) phase.\n\n    It will help us catching errors of host going\n    crazy and requesting data of the wrong direction.\n\n    Signed-off-by: Felipe Balbi \u003cbalbi@ti.com\u003e\n    Signed-off-by: Ido Shayevitz \u003cidos@codeaurora.org\u003e\n\n drivers/usb/dwc3/core.h |    2 ++\n drivers/usb/dwc3/ep0.c  |   16 ++++++++++++++++\n 2 files changed, 18 insertions(+), 0 deletions(-)\n\ncommit 4454f03ef05a885d390eeb07decdd6586df55e04\nAuthor: Felipe Balbi \u003cbalbi@ti.com\u003e\nDate:   Thu Sep 8 18:17:12 2011 +0300\n\n    usb: dwc3: ep0: giveback requests on stall_and_restart\n\n    if we don\u0027t, the list will be busy forever.\n\n    Signed-off-by: Felipe Balbi \u003cbalbi@ti.com\u003e\n    Signed-off-by: Ido Shayevitz \u003cidos@codeaurora.org\u003e\n\n drivers/usb/dwc3/ep0.c |   10 ++++++++++\n 1 files changed, 10 insertions(+), 0 deletions(-)\n\ncommit d3ba9a9d63e8064a1d701d6e94620b01136302d5\nAuthor: Felipe Balbi \u003cbalbi@ti.com\u003e\nDate:   Thu Sep 8 18:16:21 2011 +0300\n\n    usb: dwc3: gadget: drop the useless dma_sync_single* calls\n\n    if req-\u003edma isn\u0027t DMA_ADDR_INVALID it means gadget driver\n    mapped the request or allocated from coherent, so it\u0027s\n    unnecessary to do anything.\n\n    Signed-off-by: Felipe Balbi \u003cbalbi@ti.com\u003e\n    Signed-off-by: Ido Shayevitz \u003cidos@codeaurora.org\u003e\n\n drivers/usb/dwc3/gadget.c |    9 ---------\n 1 files changed, 0 insertions(+), 9 deletions(-)\n\ncommit d195b32c82146b30b03546da38dd1e6c296485e6\nAuthor: Felipe Balbi \u003cbalbi@ti.com\u003e\nDate:   Thu Sep 8 17:42:11 2011 +0300\n\n    usb: dwc3: gadget: fix GCTL programming\n\n    ensure a few bits are cleared before enabling\n    what we need.\n\n    Signed-off-by: Felipe Balbi \u003cbalbi@ti.com\u003e\n    Signed-off-by: Ido Shayevitz \u003cidos@codeaurora.org\u003e\n\n drivers/usb/dwc3/gadget.c |    9 +++------\n 1 files changed, 3 insertions(+), 6 deletions(-)\n\ncommit e207db68045eeb022b2ddbe26ae7b937f3c6da28\nAuthor: Felipe Balbi \u003cbalbi@ti.com\u003e\nDate:   Thu Sep 8 17:41:00 2011 +0300\n\n    usb: dwc3: define ScaleDown macro helper\n\n    We must ensure that those bits aren\u0027t set as\n    they should only be used in simulation.\n\n    Signed-off-by: Felipe Balbi \u003cbalbi@ti.com\u003e\n    Signed-off-by: Ido Shayevitz \u003cidos@codeaurora.org\u003e\n\n drivers/usb/dwc3/core.h |    1 +\n 1 files changed, 1 insertions(+), 0 deletions(-)\n\ncommit 18b26f81d37e221d35c5dc07e7cfd65163968ff1\nAuthor: Felipe Balbi \u003cbalbi@ti.com\u003e\nDate:   Thu Sep 8 17:39:59 2011 +0300\n\n    usb: dwc3: Fix definition of DWC3_GCTL_U2RSTECN\n\n    that should be 1 \u003c\u003c 16, not 16. Caused so many\n    problems and we never caught it before.\n\n    Signed-off-by: Felipe Balbi \u003cbalbi@ti.com\u003e\n    Signed-off-by: Ido Shayevitz \u003cidos@codeaurora.org\u003e\n\n drivers/usb/dwc3/core.h |    2 +-\n 1 files changed, 1 insertions(+), 1 deletions(-)\n\ncommit 4ae8e1c5f7fa995661757040cc92a639065eb5ce\nAuthor: Sebastian Andrzej Siewior \u003cbigeasy@linutronix.de\u003e\nDate:   Wed Aug 31 17:12:02 2011 +0200\n\n    usb: dwc3: gadget: do not map/unmap ZLP transfers\n\n    If the gadget drivers sends a ZLP we are trying to map this this request\n    which does not work on all implementations. So we simply skip mapping\n    it.\n\n    Signed-off-by: Sebastian Andrzej Siewior \u003cbigeasy@linutronix.de\u003e\n    Signed-off-by: Felipe Balbi \u003cbalbi@ti.com\u003e\n    Signed-off-by: Ido Shayevitz \u003cidos@codeaurora.org\u003e\n\n drivers/usb/dwc3/gadget.c |   10 ++++++++++\n 1 files changed, 10 insertions(+), 0 deletions(-)\n\ncommit 5248ed14acde1fcb3b622d59dd630eca652a8e4f\nAuthor: Felipe Balbi \u003cbalbi@ti.com\u003e\nDate:   Tue Sep 6 12:00:39 2011 +0300\n\n    usb: dwc3: omap: fix IRQ handling\n\n    In order to ACK the IRQ we must write back\n    to the same register the bits we read.\n\n    Signed-off-by: Felipe Balbi \u003cbalbi@ti.com\u003e\n    Signed-off-by: Ido Shayevitz \u003cidos@codeaurora.org\u003e\n\n drivers/usb/dwc3/dwc3-omap.c |   39 ++++++++++++---------------------------\n 1 files changed, 12 insertions(+), 27 deletions(-)\n\ncommit 6e8585e672f0372b595557f13cac1017ba335a51\nAuthor: Felipe Balbi \u003cbalbi@ti.com\u003e\nDate:   Tue Sep 6 10:57:41 2011 +0300\n\n    usb: dwc3: omap: change IRQ name to dwc3-omap\n\n    dwc3-wrapper can be used by any other wrapper,\n    using dwc3-omap makes it clear that we\u0027re running\n    on OMAP SoC.\n\n    Signed-off-by: Felipe Balbi \u003cbalbi@ti.com\u003e\n    Signed-off-by: Ido Shayevitz \u003cidos@codeaurora.org\u003e\n\n drivers/usb/dwc3/dwc3-omap.c |    2 +-\n 1 files changed, 1 insertions(+), 1 deletions(-)\n\ncommit 8ff9be9a57b3394f4837d6874d0aa12fefd39f40\nAuthor: Felipe Balbi \u003cbalbi@ti.com\u003e\nDate:   Mon Sep 5 13:37:28 2011 +0300\n\n    usb: dwc3: add module.h to dwc3-omap.c and core.c\n\n    We need that header because of THIS_MODULE.\n\n    Reported-by: Geert Uytterhoeven \u003cgeert@linux-m68k.org\u003e\n    Signed-off-by: Felipe Balbi \u003cbalbi@ti.com\u003e\n    Signed-off-by: Ido Shayevitz \u003cidos@codeaurora.org\u003e\n\n drivers/usb/dwc3/core.c      |    1 +\n drivers/usb/dwc3/dwc3-omap.c |    1 +\n 2 files changed, 2 insertions(+), 0 deletions(-)\n\ncommit 6f33e1af1a0540984238637e2c05c081a5c7a0d1\nAuthor: Felipe Balbi \u003cbalbi@ti.com\u003e\nDate:   Thu Sep 1 22:26:25 2011 +0300\n\n    usb: dwc3: omap: distinguish between SW and HW modes\n\n    The OMAP wrapper allows us to either control internal\n    OTG signals via SW or HW. Different boards might wish\n    to use one or the other mode of operation. Let\u0027s have\n    have that information passed via platform_data for now.\n\n    After DT conversion is finished for OMAP, we can easily\n    convert this to a DT attribute.\n\n    Signed-off-by: Felipe Balbi \u003cbalbi@ti.com\u003e\n    Signed-off-by: Ido Shayevitz \u003cidos@codeaurora.org\u003e\n\n drivers/usb/dwc3/dwc3-omap.c            |   22 ++++++++++++++\n include/linux/platform_data/dwc3-omap.h |   47 +++++++++++++++++++++++++++++++\n 2 files changed, 69 insertions(+), 0 deletions(-)\n\ncommit 201d9a02eef1695e809df15c96156cad44ab6efe\nAuthor: Felipe Balbi \u003cbalbi@ti.com\u003e\nDate:   Thu Sep 1 18:33:43 2011 +0300\n\n    usb: dwc3: omap: drop DEV_PM_OPS for now\n\n    We need to have actual HW in order to implement\n    and test that part of the code anyway. Until then\n    it\u0027s best to remove it.\n\n    Signed-off-by: Felipe Balbi \u003cbalbi@ti.com\u003e\n    Signed-off-by: Ido Shayevitz \u003cidos@codeaurora.org\u003e\n\n drivers/usb/dwc3/dwc3-omap.c |   41 -----------------------------------------\n 1 files changed, 0 insertions(+), 41 deletions(-)\n\ncommit c6aa9939cb46ede5b0ac375a2067306e1b590557\nAuthor: Felipe Balbi \u003cbalbi@ti.com\u003e\nDate:   Thu Sep 1 18:22:01 2011 +0300\n\n    usb: dwc3: omap: use the macro we already have\n\n    trivial patch, no functional changes.\n\n    Signed-off-by: Felipe Balbi \u003cbalbi@ti.com\u003e\n    Signed-off-by: Ido Shayevitz \u003cidos@codeaurora.org\u003e\n\n drivers/usb/dwc3/dwc3-omap.c |    3 ++-\n 1 files changed, 2 insertions(+), 1 deletions(-)\n\ncommit e4b324671d845c82195899cf976aa8eb82552c17\nAuthor: Felipe Balbi \u003cbalbi@ti.com\u003e\nDate:   Thu Sep 1 14:52:52 2011 +0300\n\n    usb: dwc3: omap: do not enable DMA Disable Clear IRQ\n\n    Otherwise that IRQ will trigger forever. It\u0027s quite\n    unnecessary.\n\n    Signed-off-by: Felipe Balbi \u003cbalbi@ti.com\u003e\n    Signed-off-by: Ido Shayevitz \u003cidos@codeaurora.org\u003e\n\n drivers/usb/dwc3/dwc3-omap.c |    3 +--\n 1 files changed, 1 insertions(+), 2 deletions(-)\n\ncommit c93695d156c86dc750b1dd9866ac59177f43f871\nAuthor: Felipe Balbi \u003cbalbi@ti.com\u003e\nDate:   Thu Sep 1 14:46:16 2011 +0300\n\n    usb: dwc3: omap: fix dev_dbg() calls\n\n    dev_dbg() macro expects a device pointer as\n    argument, not a memory base address.\n\n    Signed-off-by: Felipe Balbi \u003cbalbi@ti.com\u003e\n    Signed-off-by: Ido Shayevitz \u003cidos@codeaurora.org\u003e\n\n drivers/usb/dwc3/dwc3-omap.c |   20 ++++++++++----------\n 1 files changed, 10 insertions(+), 10 deletions(-)\n\ncommit 665b9c7f976a2819da2c66adcb80a4db674ace40\nAuthor: Felipe Balbi \u003cbalbi@ti.com\u003e\nDate:   Tue Aug 30 15:52:17 2011 +0300\n\n    usb: dwc3: use ep0_next_event field\n\n    Start tracking the next expected event and act\n    on the error conditions as suggested by databook.\n\n    Signed-off-by: Felipe Balbi \u003cbalbi@ti.com\u003e\n    Signed-off-by: Ido Shayevitz \u003cidos@codeaurora.org\u003e\n\n drivers/usb/dwc3/ep0.c |   40 ++++++++++++++++++++++++++++++++++++----\n 1 files changed, 36 insertions(+), 4 deletions(-)\n\ncommit 4f072fa1d03fc931116a755cc3444a0233c5e049\nAuthor: Felipe Balbi \u003cbalbi@ti.com\u003e\nDate:   Tue Aug 30 15:50:40 2011 +0300\n\n    usb: dwc3: core: add ep0_next_event field\n\n    this field will hold the next expected event.\n\n    In certain cases, host might fall into some error\n    condition and ask from us the wrong Control phase.\n    On such situations, we should stall and restart.\n\n    Signed-off-by: Felipe Balbi \u003cbalbi@ti.com\u003e\n    Signed-off-by: Ido Shayevitz \u003cidos@codeaurora.org\u003e\n\n drivers/usb/dwc3/core.h |   10 ++++++++++\n 1 files changed, 10 insertions(+), 0 deletions(-)\n\ncommit aa7b4d0d1fe76e8390b64ff20990712e805c56bb\nAuthor: Felipe Balbi \u003cbalbi@ti.com\u003e\nDate:   Tue Aug 30 15:48:08 2011 +0300\n\n    usb: dwc3: drop EP0_STALL state\n\n    Whenever we issue a Set Stall command on EP0,\n    the state machine will be restarted and Stall\n    is cleared automatically, when core receives\n    the next SETUP packet.\n\n    There\u0027s no need to track that EP0_STALL state.\n\n    Signed-off-by: Felipe Balbi \u003cbalbi@ti.com\u003e\n    Signed-off-by: Ido Shayevitz \u003cidos@codeaurora.org\u003e\n\n drivers/usb/dwc3/core.h   |    1 -\n drivers/usb/dwc3/ep0.c    |    2 --\n drivers/usb/dwc3/gadget.c |   10 ++++++++--\n 3 files changed, 8 insertions(+), 5 deletions(-)\n\ncommit 0054d1193f86f28ef0dcf9de14ba7f4541f119f7\nAuthor: Felipe Balbi \u003cbalbi@ti.com\u003e\nDate:   Tue Aug 30 15:54:53 2011 +0300\n\n    usb: dwc3: ep0: clear all EP0 flags\n\n    when we\u0027re going to issue Set Stall command,\n    we should clear DWC3_EP_STALL flag, but also\n    we should clear BUSY, HALTED and all others.\n\n    Signed-off-by: Felipe Balbi \u003cbalbi@ti.com\u003e\n    Signed-off-by: Ido Shayevitz \u003cidos@codeaurora.org\u003e\n\n drivers/usb/dwc3/ep0.c |    2 +-\n 1 files changed, 1 insertions(+), 1 deletions(-)\n\ncommit c0478e0f3958e699fd3eb6e650e1fc9a929b8782\nAuthor: Felipe Balbi \u003cbalbi@ti.com\u003e\nDate:   Wed Aug 31 11:51:43 2011 +0300\n\n    usb: dwc3: ep0: fix Get Status handling\n\n    data was prepared on setup_buf but transfer\n    was started on ctrl_req, fix it.\n\n    Signed-off-by: Felipe Balbi \u003cbalbi@ti.com\u003e\n    Signed-off-by: Ido Shayevitz \u003cidos@codeaurora.org\u003e\n\n drivers/usb/dwc3/ep0.c |    2 +-\n 1 files changed, 1 insertions(+), 1 deletions(-)\n\ncommit 6062cac8e2e17fbaa60d6fd5a73f57bb6d1bda58\nAuthor: Sebastian Andrzej Siewior \u003cbigeasy@linutronix.de\u003e\nDate:   Mon Aug 29 16:46:38 2011 +0200\n\n    usb: dwc3: gadget: replace mdelay with udelay in the busy loop\n\n    There are two spots where we wait until the HW finishes processing a\n    certain command. Initially we had a few problems and we used 500ms as a\n    limit to be on a the safe side. Paul Zimmerman mentioned this is little too\n    much. After a debugging session, we noticed that we hardly ever go over 20us\n    and didn\u0027t pass 30usec so far. Using mdelay() seems way overloaded.\n\n    Giving the current numbers 500usec as the upper limit is more than  enough.\n    Should it ever timeout then something is definitely wrong.\n\n    While here, also replace the type with u32 since long does not really\n    fit here.\n\n    Cc: Paul Zimmerman \u003cpaul.zimmerman@synopsys.com\u003e\n    Signed-off-by: Sebastian Andrzej Siewior \u003cbigeasy@linutronix.de\u003e\n    Signed-off-by: Felipe Balbi \u003cbalbi@ti.com\u003e\n    Signed-off-by: Ido Shayevitz \u003cidos@codeaurora.org\u003e\n\n drivers/usb/dwc3/gadget.c |   12 ++++--------\n 1 files changed, 4 insertions(+), 8 deletions(-)\n\ncommit b55db3bb7e3b0b5a21876ad4662d5bab3de3c4e3\nAuthor: Sebastian Andrzej Siewior \u003cbigeasy@linutronix.de\u003e\nDate:   Mon Aug 29 13:56:37 2011 +0200\n\n    usb: dwc3: gadget: rework the dequeue on RESET \u0026 DISCONNECT\n\n    - since a while we are disabling an endpoint and purging every requests on\n      RESET and DISCONNECT which leads to a warning since the endpoint was\n      disabled twice (once by the UDC, and second time by the gadget). I\n      think UDC should nuke all requests because all those requests\n      become invalid. It\u0027s gadget driver\u0027s responsability, though, to disable\n      its used endpoints. This is done by merging dwc3_stop_active_transfer()\n      and dwc3_gadget_nuke_reqs() into dwc3_remove_requests().\n\n    - dwc3_stop_active_transfer() is now no longer called unconditionaly.\n      This has the advantage that it is always called to disable an active\n      transfer which means if res_trans_idx 0 than something went wrong and\n      it is an error condition because we can\u0027t clean up the requests.\n\n    - Remove the DWC3_EP_WILL_SHUTDOWN which was introduced while\n      introducing the command complete part for dequeue. All requests on\n      req_queued list should be removed during the dwc3_cleanup_done_reqs()\n      callback so there is no reason to go through the list again.\n      We consider it an error condition if requests are still on this\n      list since we never queue TRB without LST\u003d1 (the last requests has\n      always LST\u003d1, there are no requests with LST\u003d0 behind it).\n\n    [ balbi@ti.com : reworked commit log a bit, made patch apply ]\n\n    Signed-off-by: Sebastian Andrzej Siewior \u003cbigeasy@linutronix.de\u003e\n    Signed-off-by: Felipe Balbi \u003cbalbi@ti.com\u003e\n    Signed-off-by: Ido Shayevitz \u003cidos@codeaurora.org\u003e\n\n drivers/usb/dwc3/core.h   |    1 -\n drivers/usb/dwc3/gadget.c |   31 ++++++++++++-------------------\n 2 files changed, 12 insertions(+), 20 deletions(-)\n\ncommit fe2b0910d566c71110f6c69caf0bac2172e22dc4\nAuthor: Sebastian Andrzej Siewior \u003cbigeasy@linutronix.de\u003e\nDate:   Mon Aug 29 13:56:36 2011 +0200\n\n    usb: dwc3: core: move the core check before soft reset\n\n    We read the DWC3_GSNPSID register to make sure we got the correct\n    register offset passed. One of the recent commits moved the soft reset\n    before this so in case of the wrong offset we end up with \"reset timed\n    out\". This patch moves the \"id\" check before the reset again.\n\n    Signed-off-by: Sebastian Andrzej Siewior \u003cbigeasy@linutronix.de\u003e\n    Signed-off-by: Felipe Balbi \u003cbalbi@ti.com\u003e\n    Signed-off-by: Ido Shayevitz \u003cidos@codeaurora.org\u003e\n\n drivers/usb/dwc3/core.c |   19 +++++++++----------\n 1 files changed, 9 insertions(+), 10 deletions(-)\n\ncommit 9665fdff2c7666fe64e31754a4a42065c5d7b617\nAuthor: Sebastian Andrzej Siewior \u003cbigeasy@linutronix.de\u003e\nDate:   Mon Aug 29 13:56:35 2011 +0200\n\n    usb: dwc3: debugfs: remove test mode interface\n\n    There are some issues around for enabling/disabling this mode and\n    handling it. It does not work perfectly (yet). However we have a few\n    gadgets tested successfuly so far. That means we are quite confident\n    that we won\u0027t need this in near future.\n    So I\u0027m for removing it and bringing a working version back once there is\n    a need for it.\n\n    Thanks to Dan Carpenter who spotted the wrong memory handling here.\n\n    [ balbi@ti.com : made it actually apply ]\n\n    Cc: Dan Carpenter \u003cerror27@gmail.com\u003e\n    Cc: wharms@bfs.de\n    Signed-off-by: Sebastian Andrzej Siewior \u003cbigeasy@linutronix.de\u003e\n    Signed-off-by: Felipe Balbi \u003cbalbi@ti.com\u003e\n    Signed-off-by: Ido Shayevitz \u003cidos@codeaurora.org\u003e\n\n drivers/usb/dwc3/debugfs.c |   94 --------------------------------------------\n 1 files changed, 0 insertions(+), 94 deletions(-)\n\ncommit 32e132e3ea5a1be7e5f5b78e36ead83f4717834e\nAuthor: Felipe Balbi \u003cbalbi@ti.com\u003e\nDate:   Sat Aug 27 22:28:36 2011 +0300\n\n    usb: dwc3: ep0: simplify EP0 state machine\n\n    The DesignWare USB3 core tells us which phase\n    of a control transfer should be started, it\n    also tells us which physical endpoint needs\n    that transfer.\n\n    With these two informations, we have all we\n    need to simply EP0 handling quite a lot and\n    get rid rid of the SW state machine tracking\n    ep0 states.\n\n    For achieving this perfectly, we needed to\n    add support for situations where we get\n    XferNotReady while endpoint is still busy\n    and XferNotReady while gadget driver still\n    hasn\u0027t queued a request.\n\n    Signed-off-by: Felipe Balbi \u003cbalbi@ti.com\u003e\n    Signed-off-by: Ido Shayevitz \u003cidos@codeaurora.org\u003e\n\n drivers/usb/dwc3/core.h   |   12 +-\n drivers/usb/dwc3/ep0.c    |  363 ++++++++++++++++++++-------------------------\n drivers/usb/dwc3/gadget.c |    3 +-\n 3 files changed, 163 insertions(+), 215 deletions(-)\n\ncommit edb4e77ef45d3f1dd8c03c0909ca2427493d3bb7\nAuthor: Felipe Balbi \u003cbalbi@ti.com\u003e\nDate:   Sat Aug 27 22:26:00 2011 +0300\n\n    usb: dwc3: core: add flag for EP0 direction\n\n    Add a flag to keep track of ep0 direction.\n    This flag will be used on a following patch.\n\n    Signed-off-by: Felipe Balbi \u003cbalbi@ti.com\u003e\n    Signed-off-by: Ido Shayevitz \u003cidos@codeaurora.org\u003e\n\n drivers/usb/dwc3/core.h |    3 +++\n 1 files changed, 3 insertions(+), 0 deletions(-)\n\ncommit 31d1e803894877aef0e8a1ac57fc7e9e8f3dd258\nAuthor: Felipe Balbi \u003cbalbi@ti.com\u003e\nDate:   Sat Aug 27 22:18:09 2011 +0300\n\n    usb: dwc3: ep0: add handling for unaligned OUT transfers\n\n    In case we have transfers which aren\u0027t aligned\n    to wMaxPacketSize, we need to be careful with\n    how we start the transfer with the HW. OUT\n    transfers _must_ be aligned with wMaxPacketSize\n    and in order to guarantee that, we use a bounce\n    buffer.\n\n    Signed-off-by: Felipe Balbi \u003cbalbi@ti.com\u003e\n    Signed-off-by: Ido Shayevitz \u003cidos@codeaurora.org\u003e\n\n drivers/usb/dwc3/ep0.c |   37 ++++++++++++++++++++++++++++++++-----\n 1 files changed, 32 insertions(+), 5 deletions(-)\n\ncommit 64e9634b21ae52e540bdc7008c75733b83ba7a68\nAuthor: Felipe Balbi \u003cbalbi@ti.com\u003e\nDate:   Sat Aug 27 22:07:53 2011 +0300\n\n    usb: dwc3: add a bounce buffer for control endpoints\n\n    This core cannot handle OUT transfers which aren\u0027t\n    aligned to wMaxPacketSize, but that can happen at\n    least on control endpoint with the USB Audio Class.\n\n    This patch adds a bounce buffer to be used on the\n    case of a non-aligned ep0out request is queued.\n\n    Signed-off-by: Felipe Balbi \u003cbalbi@ti.com\u003e\n    Signed-off-by: Ido Shayevitz \u003cidos@codeaurora.org\u003e\n\n drivers/usb/dwc3/core.h   |    6 ++++++\n drivers/usb/dwc3/gadget.c |   29 ++++++++++++++++++++++-------\n 2 files changed, 28 insertions(+), 7 deletions(-)\n\ncommit 6cd800e879551945a0e7654bc1b411ea68bc6e11\nAuthor: Felipe Balbi \u003cbalbi@ti.com\u003e\nDate:   Sat Aug 27 22:04:32 2011 +0300\n\n    usb: dwc3: core: add defines for XferNotReady event on Control EPs\n\n    The status field of the Transfer Not Read event\n    is different on Control Endpoints. On this patch\n    we are just adding the defines to be used on a\n    later patch which will re-work the control endpoint\n    handling.\n\n    Signed-off-by: Felipe Balbi \u003cbalbi@ti.com\u003e\n    Signed-off-by: Ido Shayevitz \u003cidos@codeaurora.org\u003e\n\n drivers/usb/dwc3/core.h |    6 ++++++\n 1 files changed, 6 insertions(+), 0 deletions(-)\n\ncommit c7dbe4f213592f8d9c48f1e74c98530ce3ab58db\nAuthor: Felipe Balbi \u003cbalbi@ti.com\u003e\nDate:   Sat Aug 27 20:29:58 2011 +0300\n\n    usb: dwc3: gadget: improve command completion debug message\n\n    the previous message had too little meaning. Make\n    it more human readable and use the macro we already\n    had for extracting the command completion status out\n    of DEPCMDn register.\n\n    Signed-off-by: Felipe Balbi \u003cbalbi@ti.com\u003e\n    Signed-off-by: Ido Shayevitz \u003cidos@codeaurora.org\u003e\n\n drivers/usb/dwc3/gadget.c |    4 ++--\n 1 files changed, 2 insertions(+), 2 deletions(-)\n\ncommit 162e128db0515efff3953023caf8c04000b33150\nAuthor: Felipe Balbi \u003cbalbi@ti.com\u003e\nDate:   Sat Aug 27 15:10:09 2011 +0300\n\n    usb: dwc3: gadget: set request dma to invalid when unmapping\n\n    if we don\u0027t set DMA address to invalid when unmapping,\n    we might fall in a situation where request buffer\n    can\u0027t be mapped to DMA again.\n\n    Signed-off-by: Felipe Balbi \u003cbalbi@ti.com\u003e\n    Signed-off-by: Ido Shayevitz \u003cidos@codeaurora.org\u003e\n\n drivers/usb/dwc3/gadget.c |    1 +\n 1 files changed, 1 insertions(+), 0 deletions(-)\n\ncommit ff4e987bcfc047891b19d0c184a0b570e79ba16e\nAuthor: Felipe Balbi \u003cbalbi@ti.com\u003e\nDate:   Sat Aug 27 02:30:33 2011 +0300\n\n    usb: dwc3: ep0: fix \u0027transfered\u0027 typo\n\n    trivial patch. No functional changes.\n\n    Signed-off-by: Felipe Balbi \u003cbalbi@ti.com\u003e\n    Signed-off-by: Ido Shayevitz \u003cidos@codeaurora.org\u003e\n\n drivers/usb/dwc3/ep0.c |    6 +++---\n 1 files changed, 3 insertions(+), 3 deletions(-)\n\ncommit 7a769ecc904247c5b4bf473a05211fbf9572547f\nAuthor: Felipe Balbi \u003cbalbi@ti.com\u003e\nDate:   Sat Aug 27 01:40:52 2011 +0300\n\n    usb: dwc3: core: add missing @ for kerneldoc\n\n    trivial patch, no functional changes\n\n    Signed-off-by: Felipe Balbi \u003cbalbi@ti.com\u003e\n    Signed-off-by: Ido Shayevitz \u003cidos@codeaurora.org\u003e\n\n drivers/usb/dwc3/core.h |   14 +++++++-------\n 1 files changed, 7 insertions(+), 7 deletions(-)\n\ncommit e918b57dc8c9b823e3de2077f9dc76fb7d5c15fd\nAuthor: Dan Carpenter \u003cerror27@gmail.com\u003e\nDate:   Fri Aug 26 12:21:13 2011 +0300\n\n    usb: dwc3: debugfs: add a kfree() on error to dwc3_testmode_open()\n\n    We may as well fix this potential leak so we don\u0027t have to listen to\n    the static checkers complain.\n\n    Signed-off-by: Dan Carpenter \u003cerror27@gmail.com\u003e\n    Signed-off-by: Felipe Balbi \u003cbalbi@ti.com\u003e\n    Signed-off-by: Ido Shayevitz \u003cidos@codeaurora.org\u003e\n\n drivers/usb/dwc3/debugfs.c |    4 +++-\n 1 files changed, 3 insertions(+), 1 deletions(-)\n\ncommit b31b612847e208f2e0148d9796e333e63ebc011f\nAuthor: Sebastian Andrzej Siewior \u003cbigeasy@linutronix.de\u003e\nDate:   Mon Aug 22 18:29:13 2011 +0200\n\n    usb: dwc3: gaget: clear DWC3_EP_WILL_SHUTDOWN bit\n\n    Without this patch we won\u0027t clear that bit and instead will\n    clear all other bits on our endpoint flag.\n\n    Signed-off-by: Sebastian Andrzej Siewior \u003cbigeasy@linutronix.de\u003e\n    Signed-off-by: Felipe Balbi \u003cbalbi@ti.com\u003e\n    Signed-off-by: Ido Shayevitz \u003cidos@codeaurora.org\u003e\n\n drivers/usb/dwc3/gadget.c |    2 +-\n 1 files changed, 1 insertions(+), 1 deletions(-)\n\ncommit 15623d7087ee986a9fad5085580308e557dcc71e\nAuthor: Sebastian Andrzej Siewior \u003cbigeasy@linutronix.de\u003e\nDate:   Mon Aug 22 17:42:19 2011 +0200\n\n    usb: dwc3: gadget: use TRB type 6 for ISOC transfers\n\n    Type 6 should be used for the first transfer during an interval. This is\n    also what the reference driver is using. Type 7 seems to be for following\n    or additional transfers within the same interval.\n\n    Signed-off-by: Sebastian Andrzej Siewior \u003cbigeasy@linutronix.de\u003e\n    Signed-off-by: Felipe Balbi \u003cbalbi@ti.com\u003e\n    Signed-off-by: Ido Shayevitz \u003cidos@codeaurora.org\u003e\n\n drivers/usb/dwc3/gadget.c |    2 +-\n 1 files changed, 1 insertions(+), 1 deletions(-)\n\ncommit 4df3977d9f2042973559387e4f3c91d77b5fc2ff\nAuthor: Sebastian Andrzej Siewior \u003cbigeasy@linutronix.de\u003e\nDate:   Mon Aug 22 17:42:18 2011 +0200\n\n    usb: dwc3: gadget: reset resource index to zero\n\n    If we collected two requests together (i.e. only the last of them has\n    LST\u003d1) then we only have to stop transfer once: The clean-up code will\n    cleanup everything until first TRB with the LST bit set.\n    After XferComplete this index should be no longer valid since there is\n    no transfer pending.\n\n    Signed-off-by: Sebastian Andrzej Siewior \u003cbigeasy@linutronix.de\u003e\n    Signed-off-by: Felipe Balbi \u003cbalbi@ti.com\u003e\n    Signed-off-by: Ido Shayevitz \u003cidos@codeaurora.org\u003e\n\n drivers/usb/dwc3/gadget.c |    5 ++++-\n 1 files changed, 4 insertions(+), 1 deletions(-)\n\ncommit 679dc466377c74b551ac56d91f9cb6077f4adbe2\nAuthor: Sebastian Andrzej Siewior \u003cbigeasy@linutronix.de\u003e\nDate:   Fri Aug 19 19:59:12 2011 +0200\n\n    usb: dwc3: gadget: fixing dequeue of TRBs\n\n    A TRB which is dequeued seems to have its HWO bits set to 1. Therefore\n    we ignore it if we dequeue it after the command is completed.\n\n    Signed-off-by: Sebastian Andrzej Siewior \u003cbigeasy@linutronix.de\u003e\n    Signed-off-by: Felipe Balbi \u003cbalbi@ti.com\u003e\n    Signed-off-by: Ido Shayevitz \u003cidos@codeaurora.org\u003e\n\n drivers/usb/dwc3/gadget.c |   12 +++++++++---\n 1 files changed, 9 insertions(+), 3 deletions(-)\n\ncommit d9a09a239efb6f13e93355d8a2d23be9a9baf919\nAuthor: Randy Dunlap \u003crdunlap@xenotime.net\u003e\nDate:   Tue Aug 23 12:52:47 2011 -0700\n\n    usb: fix dwc3 build when USB_GADGET_DWC3 is not enabled\n\n    Fix build error when CONFIG_USB_GADGET_DWC3 is not enabled:\n\n    ERROR: \"dwc3_send_gadget_ep_cmd\" [drivers/usb/dwc3/dwc3.ko] undefined!\n\n    Signed-off-by: Randy Dunlap \u003crdunlap@xenotime.net\u003e\n    Acked-by: Felipe Balbi \u003cbalbi@ti.com\u003e\n    Signed-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n    Signed-off-by: Ido Shayevitz \u003cidos@codeaurora.org\u003e\n\n drivers/usb/dwc3/gadget.h |    5 +++++\n 1 files changed, 5 insertions(+), 0 deletions(-)\n\ncommit faea001704b7bd0f56f31a358b608c5b9db8a5e6\nAuthor: Stephen Rothwell \u003csfr@canb.auug.org.au\u003e\nDate:   Tue Aug 23 15:08:54 2011 +1000\n\n    usb: include module.h in the DesignWare USB3 DRD driver\n\n    Fixes this build error:\n\n    drivers/usb/dwc3/dwc3-pci.c: In function \u0027dwc3_pci_init\u0027:\n    drivers/usb/dwc3/dwc3-pci.c:211:9: error: \u0027THIS_MODULE\u0027 undeclared (first use in this function)\n\n    Signed-off-by: Stephen Rothwell \u003csfr@canb.auug.org.au\u003e\n    Acked-by: Felipe Balbi \u003cbalbi@ti.com\u003e\n    Signed-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n    Signed-off-by: Ido Shayevitz \u003cidos@codeaurora.org\u003e\n\n drivers/usb/dwc3/dwc3-pci.c |    1 +\n 1 files changed, 1 insertions(+), 0 deletions(-)\n\ncommit 4dc64e52bd65dc96a240d677340853ecf4feb243\nAuthor: Felipe Balbi \u003cbalbi@ti.com\u003e\nDate:   Fri Aug 19 18:10:58 2011 +0300\n\n    usb: dwc3: Introduce DesignWare USB3 DRD Driver\n\n    The DesignWare USB3 is a highly\n    configurable IP Core which can be\n    instantiated as Dual-Role Device (DRD),\n    Peripheral Only and Host Only (XHCI)\n    configurations.\n\n    Several other parameters can be configured\n    like amount of FIFO space, amount of TX and\n    RX endpoints, amount of Host Interrupters,\n    etc.\n\n    The current driver has been validated with\n    a virtual model of version 1.73a of that core\n    and with an FPGA burned with version 1.83a\n    of the DRD core. We have support for PCIe\n    bus, which is used on FPGA prototyping, and\n    for the OMAP5, more adaptation (or glue)\n    layers can be easily added and the driver\n    is half prepared to handle any possible\n    configuration the HW engineer has chosen\n    considering we have the information on\n    one of the GHWPARAMS registers to do\n    runtime checking of certain features.\n\n    More runtime checks can, and should, be added\n    in order to make this driver even more flexible\n    with regards to number of endpoints, FIFO sizes,\n    transfer types, etc.\n\n    While this supports only the device side, for\n    now, we will add support for Host side (xHCI -\n    see the updated series Sebastian has sent [1])\n    and OTG after we have it all stabilized.\n\n    [1] http://marc.info/?l\u003dlinux-usb\u0026m\u003d131341992020339\u0026w\u003d2\n\n    Signed-off-by: Felipe Balbi \u003cbalbi@ti.com\u003e\n    Signed-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n    [idos@codeaurora.org: gadget_chips.h: Use \u0027gadget_is_dwc3(g)\u0027 only if\n    CONFIG_USB_GADGET_DWC3 is defined.]\n    Signed-off-by: Ido Shayevitz \u003cidos@codeaurora.org\u003e\n\n Documentation/usb/dwc3.txt        |   53 +\n drivers/usb/Kconfig               |    2 +\n drivers/usb/Makefile              |    2 +\n drivers/usb/dwc3/Kconfig          |   25 +\n drivers/usb/dwc3/Makefile         |   36 +\n drivers/usb/dwc3/core.c           |  467 +++++++++\n drivers/usb/dwc3/core.h           |  709 +++++++++++++\n drivers/usb/dwc3/debug.h          |   51 +\n drivers/usb/dwc3/debugfs.c        |  534 ++++++++++\n drivers/usb/dwc3/dwc3-omap.c      |  410 ++++++++\n drivers/usb/dwc3/dwc3-pci.c       |  219 ++++\n drivers/usb/dwc3/ep0.c            |  782 ++++++++++++++\n drivers/usb/dwc3/gadget.c         | 2063 +++++++++++++++++++++++++++++++++++++\n drivers/usb/dwc3/gadget.h         |  292 ++++++\n drivers/usb/dwc3/io.h             |   55 +\n drivers/usb/gadget/Kconfig        |   12 +\n drivers/usb/gadget/gadget_chips.h |    4 +\n 17 files changed, 5716 insertions(+), 0 deletions(-)\n\ncommit 348a4c20384e2956a76fa5522fcf8a4827d27120\nAuthor: Felipe Balbi \u003cbalbi@ti.com\u003e\nDate:   Fri Aug 19 18:10:57 2011 +0300\n\n    usb: gadget: introduce gadget_is_dwc3()\n\n    ... to check whether we\u0027re running on DesignWare\n    USB3 DRD Controller.\n\n    Signed-off-by: Felipe Balbi \u003cbalbi@ti.com\u003e\n    Signed-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n    [idos@codeaurora.org: Conflicts: gadget_chips.h]\n    Signed-off-by: Ido Shayevitz \u003cidos@codeaurora.org\u003e\n\n drivers/usb/gadget/gadget_chips.h |    4 ++++\n 1 files changed, 4 insertions(+), 0 deletions(-)\n\nChange-Id: I12d5f2f957d39b2ff8031366994689bcd453f213\nSigned-off-by: David Brown \u003cdavidb@codeaurora.org\u003e\n"
    },
    {
      "commit": "96dba80e27b3a559e5581ecf312501a55e59fb6b",
      "tree": "f2c49a4f8cc7d317f201466f33e40b9dc493affd",
      "parents": [
        "1896e08b4b10fc833126b710197ec604e0dda789",
        "7a05bd74846af780f2af056c022ebfb6f51dfcca"
      ],
      "author": {
        "name": "Linux Build Service Account",
        "email": "lnxbuild@localhost",
        "time": "Fri Mar 09 06:37:01 2012 -0800"
      },
      "committer": {
        "name": "QuIC Gerrit Code Review",
        "email": "code-review@localhost",
        "time": "Fri Mar 09 06:37:01 2012 -0800"
      },
      "message": "Merge \"pm8xxx: Remove __exit marking on pm8xxx_irq_exit()\" into msm-3.0"
    },
    {
      "commit": "1b5c1a0c12f40dbfbabce7776ebe1c32ee6d08c5",
      "tree": "01896cfaf13e0bea84f37752a8e176ab30591e17",
      "parents": [
        "2532b10c59b578f446a0da8d9acbc6d83c19ec85",
        "b4618a48b8bcf54b2711cd54156f6109016dc582"
      ],
      "author": {
        "name": "Linux Build Service Account",
        "email": "lnxbuild@localhost",
        "time": "Fri Mar 09 04:27:05 2012 -0800"
      },
      "committer": {
        "name": "QuIC Gerrit Code Review",
        "email": "code-review@localhost",
        "time": "Fri Mar 09 04:27:05 2012 -0800"
      },
      "message": "Merge \"diag: Add diag support for new 8625 and 8974 targets\" into msm-3.0"
    },
    {
      "commit": "f3caf884a44e4eb4a8614f919e8f0d8d2c03a18d",
      "tree": "c24c6281ca78ed7871861517aafceb256ebcd250",
      "parents": [
        "1abe02add0b2282b99a62e938e64fc52afe289fd"
      ],
      "author": {
        "name": "Sunny Kapdi",
        "email": "sunnyk@codeaurora.org",
        "time": "Sat Feb 25 19:27:09 2012 -0800"
      },
      "committer": {
        "name": "Sunny Kapdi",
        "email": "sunnyk@codeaurora.org",
        "time": "Thu Mar 08 23:07:42 2012 -0800"
      },
      "message": "bluetooth: Add support for remote_features\n\nExpose Bluetooth remote features to the userspace. A2DP profile\nsetup in the userspace would need this information to\ndetermine if the remote side supports EDR ACL link or not.\n\nChange-Id: Ib6713707baaf30ffe872247313b2185ae2897385\nSigned-off-by: Sunny Kapdi \u003csunnyk@codeaurora.org\u003e\n"
    },
    {
      "commit": "e5c9f93dff1750911ec8e9ae5e877130e1ad8074",
      "tree": "28b1755d3045a268ff941062b4a5e9df41d9f69d",
      "parents": [
        "7d47fb3039b0c3749a50f71295c451cd7a0e7b9c",
        "3b9239a8f435f80a07364fdaefb5490197fb1079"
      ],
      "author": {
        "name": "Linux Build Service Account",
        "email": "lnxbuild@localhost",
        "time": "Thu Mar 08 20:43:42 2012 -0800"
      },
      "committer": {
        "name": "QuIC Gerrit Code Review",
        "email": "code-review@localhost",
        "time": "Thu Mar 08 20:43:43 2012 -0800"
      },
      "message": "Merge \"Bluetooth: Lock sockets when closing HCI device\" into msm-3.0"
    },
    {
      "commit": "7d47fb3039b0c3749a50f71295c451cd7a0e7b9c",
      "tree": "062f5f89f23243cf8c1313ca3c7b91bf89a9cc0e",
      "parents": [
        "6c43d7bb9f2aacd4455776ab9c17d00a1c8eb7d2",
        "9d3eeff5f2c785261601a71b7c80a4ca8ea758c1"
      ],
      "author": {
        "name": "Linux Build Service Account",
        "email": "lnxbuild@localhost",
        "time": "Thu Mar 08 20:43:43 2012 -0800"
      },
      "committer": {
        "name": "QuIC Gerrit Code Review",
        "email": "code-review@localhost",
        "time": "Thu Mar 08 20:43:43 2012 -0800"
      },
      "message": "Merge changes I2004acea,I528fd9c2,If52eab15 into msm-3.0\n\n* changes:\n  mmc: core: hs200 fixes\n  mmc: core: Fix low speed mmc card detection failure\n  mmc: core: HS200 mode support for eMMC 4.5\n"
    },
    {
      "commit": "7cab0c9f9a8b09f4092e43012a56caa004ac836a",
      "tree": "6b799744298e9e44683be71419f925674e0e02a6",
      "parents": [
        "34beae499cd325c0bf668c3bc6cdb74e5ddae02a",
        "1720db8438f77ecde8e381c98bd064283b6c5c83"
      ],
      "author": {
        "name": "Linux Build Service Account",
        "email": "lnxbuild@localhost",
        "time": "Thu Mar 08 20:43:42 2012 -0800"
      },
      "committer": {
        "name": "QuIC Gerrit Code Review",
        "email": "code-review@localhost",
        "time": "Thu Mar 08 20:43:43 2012 -0800"
      },
      "message": "Merge \"USB: core: Add support for OTG automated compliance tests\" into msm-3.0"
    },
    {
      "commit": "b4618a48b8bcf54b2711cd54156f6109016dc582",
      "tree": "3937ca19876ec3369bd2bd687a809612eeb33692",
      "parents": [
        "37c733d885483a157a9523e60434ce699ecc0d4e"
      ],
      "author": {
        "name": "Dixon Peterson",
        "email": "dixonp@codeaurora.org",
        "time": "Wed Feb 29 18:56:31 2012 -0800"
      },
      "committer": {
        "name": "Dixon Peterson",
        "email": "dixonp@codeaurora.org",
        "time": "Thu Mar 08 12:28:23 2012 -0800"
      },
      "message": "diag: Add diag support for new 8625 and 8974 targets\n\nAlso, add more generic cpu type identification logic\nto remove having to modify code each time a new target\nvariant comes out.\n\nChange-Id: I9493ffad0960ab4863205191937ea5c56be97de2\nSigned-off-by: Dixon Peterson \u003cdixonp@codeaurora.org\u003e\n"
    },
    {
      "commit": "7a05bd74846af780f2af056c022ebfb6f51dfcca",
      "tree": "efb1edcba52edc7f8bf7b7e5a7a7e3467a6d0650",
      "parents": [
        "37c733d885483a157a9523e60434ce699ecc0d4e"
      ],
      "author": {
        "name": "Stephen Boyd",
        "email": "sboyd@codeaurora.org",
        "time": "Tue Feb 21 01:18:46 2012 -0800"
      },
      "committer": {
        "name": "Stephen Boyd",
        "email": "sboyd@codeaurora.org",
        "time": "Thu Mar 08 12:04:23 2012 -0800"
      },
      "message": "pm8xxx: Remove __exit marking on pm8xxx_irq_exit()\n\nThis function is called from more places than just exit\nfunctions. Also remove the _init/__exit markings from the header\nfile as they\u0027re not necessary in function prototypes.\n\nWARNING: vmlinux.o(.devinit.text+0x7840): Section mismatch in\nreference from the function pm8038_add_subdevices() to the\nfunction .devexit.text:pm8xxx_irq_exit()\nThe function __devinit pm8038_add_subdevices() references\na function __devexit pm8xxx_irq_exit().\nThis is often seen when error handling in the init function\nuses functionality in the exit path.\nThe fix is often to remove the __devexit annotation of\npm8xxx_irq_exit() so it may be used outside an exit section.\n\nChange-Id: I0d2e285a03958e0fe68af48df94523aa1d0476c0\nSigned-off-by: Stephen Boyd \u003csboyd@codeaurora.org\u003e\n"
    },
    {
      "commit": "5692535d5b8c46d933d6ba1417dcc7d2c3b1820a",
      "tree": "7d0077b0d3a7a1b25a3a3c50a52d1c7d6a4f08dc",
      "parents": [
        "37c733d885483a157a9523e60434ce699ecc0d4e"
      ],
      "author": {
        "name": "Hemant Kumar",
        "email": "hemantk@codeaurora.org",
        "time": "Mon Feb 13 16:59:52 2012 -0800"
      },
      "committer": {
        "name": "Hemant Kumar",
        "email": "hemantk@codeaurora.org",
        "time": "Thu Mar 08 09:39:16 2012 -0800"
      },
      "message": "USB: EHCI: Add support to detect docking station connection and removal\n\nThis change implements the docking station detection by reading the status\nof MPP9 on PMIC8921. With this change VREG_5V(USB port 3 VBUS) is turned on\nonly when docking station is connected to Liquid platform in order to save\npower.\n\nChange-Id: I4282b4273adabf8aeaf8faad43cd2cfff36eeac6\nSigned-off-by: Hemant Kumar \u003chemantk@codeaurora.org\u003e\n"
    },
    {
      "commit": "d069375638e77064821440b54d73c212df9cd2ca",
      "tree": "1e71053ece18a0d83e4240e6ecad06dd1cc48f09",
      "parents": [
        "1713486251c7651a28677df0b6cfae292a990e45",
        "321c8b53cbe35e4551b8934deec4f7bb659c4f83"
      ],
      "author": {
        "name": "Linux Build Service Account",
        "email": "lnxbuild@localhost",
        "time": "Thu Mar 08 06:20:55 2012 -0800"
      },
      "committer": {
        "name": "QuIC Gerrit Code Review",
        "email": "code-review@localhost",
        "time": "Thu Mar 08 06:20:55 2012 -0800"
      },
      "message": "Merge \"diag: Propagate mask info to slave processor\" into msm-3.0"
    },
    {
      "commit": "c4370f174b8a119bcd8bab90de38367f21157202",
      "tree": "1fc866e8f75fcb4eb322dc5da99b82b5b436b5fe",
      "parents": [
        "167738c9f8de13232e1c54ad29f56b352333daf0",
        "0f8ade328b117d45c42f21fda7ef53b11dc933c7"
      ],
      "author": {
        "name": "Linux Build Service Account",
        "email": "lnxbuild@localhost",
        "time": "Wed Mar 07 23:37:05 2012 -0800"
      },
      "committer": {
        "name": "QuIC Gerrit Code Review",
        "email": "code-review@localhost",
        "time": "Wed Mar 07 23:37:05 2012 -0800"
      },
      "message": "Merge \"ASoC: wcd9310: Add the compander support to wcd9310\" into msm-3.0"
    },
    {
      "commit": "a3f4169e473cd1722a840dc6a4c40daa40653648",
      "tree": "ebfbe81c930c4d0a8af9052fec9a28e73019408a",
      "parents": [
        "b2b85fddd2225d95b7da5daa3d9fad3c2bb01dfb"
      ],
      "author": {
        "name": "Girish K S",
        "email": "girish.shivananjappa@linaro.org",
        "time": "Wed Feb 29 12:00:09 2012 +0530"
      },
      "committer": {
        "name": "Subhash Jadavani",
        "email": "subhashj@codeaurora.org",
        "time": "Thu Mar 08 12:13:44 2012 +0530"
      },
      "message": "mmc: core: HS200 mode support for eMMC 4.5\n\nThis patch adds the support of the HS200 bus speed for eMMC 4.5 devices.\nThe eMMC 4.5 devices have support for 200MHz bus speed. The function\nprototype of the tuning function is modified to handle the tuning\ncommand number which is different in sd and mmc case.\n\nChange-Id: If52eab150592d96adb58d98ec19110fe43d2fbc0\nSigned-off-by: Girish K S \u003cgirish.shivananjappa@linaro.org\u003e\nSigned-off-by: Philip Rakity \u003cprakity@marvell.com\u003e\nSigned-off-by: Chris Ball \u003ccjb@laptop.org\u003e\n[subhashj@codeaurora.org: Fixed merge conflicts and compilation errors]\nSigned-off-by: Subhash Jadavani \u003csubhashj@codeaurora.org\u003e\n"
    },
    {
      "commit": "c4bb1f9623180bf89837c13ed2eccc3aa7e208cd",
      "tree": "18e95d7c16a7440d1d9ea40703f4b86ac2fab2d6",
      "parents": [
        "bbd69208f64d878107b238d93a0e50d77eef17ec",
        "6c3b37b263b0b86925b9c790a644962f9353b22c"
      ],
      "author": {
        "name": "Linux Build Service Account",
        "email": "lnxbuild@localhost",
        "time": "Wed Mar 07 21:33:57 2012 -0800"
      },
      "committer": {
        "name": "QuIC Gerrit Code Review",
        "email": "code-review@localhost",
        "time": "Wed Mar 07 21:33:58 2012 -0800"
      },
      "message": "Merge \"Input: atmel-mxt_ts: Support firmware upgrade in bootloader mode\" into msm-3.0"
    },
    {
      "commit": "bbd69208f64d878107b238d93a0e50d77eef17ec",
      "tree": "d8feb58c7e178a2731d370c2c0b27bdb16e69d92",
      "parents": [
        "6287d23fb44d18679a7669e1462ef505a7379ad6",
        "94626402db72f77ee6241cf69c3ec584c39951da"
      ],
      "author": {
        "name": "Linux Build Service Account",
        "email": "lnxbuild@localhost",
        "time": "Wed Mar 07 21:33:57 2012 -0800"
      },
      "committer": {
        "name": "QuIC Gerrit Code Review",
        "email": "code-review@localhost",
        "time": "Wed Mar 07 21:33:58 2012 -0800"
      },
      "message": "Merge \"msm: vidc: add slice info extradata feature for encoder\" into msm-3.0"
    },
    {
      "commit": "6287d23fb44d18679a7669e1462ef505a7379ad6",
      "tree": "0285da90549b306804d1330b5a437b4d8cf6356a",
      "parents": [
        "86798f3ae3e50a676b41ef3fdee63f6b50f15f8b",
        "81bda9d20ec23488675b4371e7e994f70eb3a625"
      ],
      "author": {
        "name": "Linux Build Service Account",
        "email": "lnxbuild@localhost",
        "time": "Wed Mar 07 21:33:57 2012 -0800"
      },
      "committer": {
        "name": "QuIC Gerrit Code Review",
        "email": "code-review@localhost",
        "time": "Wed Mar 07 21:33:58 2012 -0800"
      },
      "message": "Merge changes Ie6a6a8e9,I5b3624b1 into msm-3.0\n\n* changes:\n  USB: core: Fix misc OTG related bugs\n  USB: gadget: composite: Process GetDescriptor(OTG) request\n"
    },
    {
      "commit": "f4635f606fa2cd02747fd9d9e25ef8cd60ac9991",
      "tree": "666a466c39f124f34eb9025d11f307babeca843b",
      "parents": [
        "2bed2209d8056a679bb922256d92c24b367d7e4f",
        "8832b23b20e3d60a5ce93b0c35e529e2df286811"
      ],
      "author": {
        "name": "Linux Build Service Account",
        "email": "lnxbuild@localhost",
        "time": "Wed Mar 07 19:00:01 2012 -0800"
      },
      "committer": {
        "name": "QuIC Gerrit Code Review",
        "email": "code-review@localhost",
        "time": "Wed Mar 07 19:00:01 2012 -0800"
      },
      "message": "Merge \"WLAN: WCN1314: Add API to enable/disable interrupts from chip.\" into msm-3.0"
    },
    {
      "commit": "321c8b53cbe35e4551b8934deec4f7bb659c4f83",
      "tree": "17de3b61ab147cec45945c80fd484f0be1c80ae8",
      "parents": [
        "2e18c88562c94aafbf5cbc15d4ee296024f98c08"
      ],
      "author": {
        "name": "Shalabh Jain",
        "email": "shalabhj@codeaurora.org",
        "time": "Wed Feb 22 12:37:06 2012 -0800"
      },
      "committer": {
        "name": "Shalabh Jain",
        "email": "shalabhj@codeaurora.org",
        "time": "Wed Mar 07 18:41:36 2012 -0800"
      },
      "message": "diag: Propagate mask info to slave processor\n\nFrom 8960 onwards, application processor handles master diag. Other\nslave processors can come up on different time. This change will\nupdate each slave processor with latest mask info when it comes up.\n\nAlso each time, any PC tool tries to change masks, application processor\nwill propagate this new mask info to the peripherals. Now, this mask\nupdation tasks need to be delayed. Hence, such tasks cannot be put on\nregular work queue. Thus, this change also adds a new work queue for such\ntasks.\n\nThis feature also requires latest build time masks on apps processor. Thus,\nupdated the build time masks as well.\n\nChange-Id: I5120c3d507230d3209773cc9f929a8f2f0bf0a3d\nSigned-off-by: Shalabh Jain \u003cshalabhj@codeaurora.org\u003e\n"
    },
    {
      "commit": "3b9239a8f435f80a07364fdaefb5490197fb1079",
      "tree": "a70893a342f0880e0e02661582dbc3ceaf5ed802",
      "parents": [
        "2e18c88562c94aafbf5cbc15d4ee296024f98c08"
      ],
      "author": {
        "name": "Mat Martineau",
        "email": "mathewm@codeaurora.org",
        "time": "Thu Feb 16 11:54:30 2012 -0800"
      },
      "committer": {
        "name": "Linux Build Service Account",
        "email": "lnxbuild@localhost",
        "time": "Wed Mar 07 18:11:59 2012 -0700"
      },
      "message": "Bluetooth: Lock sockets when closing HCI device\n\nWhen a Bluetooth device is powered down while RFCOMM connections are\nopen, there are race conditions where RFCOMM tries to use an HCI\nconnection after the data structures have been deleted.  Since the\npowerdown procedure runs in process context, it is possible to lock\nsockets before accessing them to close connections.  This change adds\nthat locking, which will serialize socket access between processors\nduring powerdown.\n\nChange-Id: I587720799b35d9ee6e66340bdeda8a2b9e2ea7b5\nCRs-fixed: 336893\nSigned-off-by: Mat Martineau \u003cmathewm@codeaurora.org\u003e\n"
    },
    {
      "commit": "1720db8438f77ecde8e381c98bd064283b6c5c83",
      "tree": "bc9dcd4a760a0b29148c7affaa6edac0f6d598e2",
      "parents": [
        "81bda9d20ec23488675b4371e7e994f70eb3a625"
      ],
      "author": {
        "name": "Vijayavardhan Vennapusa",
        "email": "vvreddy@codeaurora.org",
        "time": "Wed Jan 18 14:16:55 2012 +0530"
      },
      "committer": {
        "name": "Vijayavardhan Vennapusa",
        "email": "vvreddy@codeaurora.org",
        "time": "Wed Mar 07 16:32:16 2012 +0530"
      },
      "message": "USB: core: Add support for OTG automated compliance tests\n\n1. Add OTG PET device to TPL. OTG device shall support this\ndevice for allowing compliance automated testing.\n\n2. Add otg_srp_reqd filed to gadget. OTG B-device shall enable\nthis flag when OTG PET (Protocol and Electrical Tester) that\nacts as A-device sends Set Feature TEST_MODE with wIndex high\nbyte value \u003d 0x06.  OTG PET expects B-device to initiate SRP\nafter the end of current session.\n\n3. Add otg_vbus_off to usb_bus.  USB core enables this flag\nwhen OTG PET enumerates with bcdDevice[0] field in its Device\nDescriptor is equal to 1.  OTG PET expects A-device to turn off\nthe VBUS with in 5 sec of its disconnection which allows it to\ninitiate SRP.\n\n3. Add support to identify OTG PET and start HNP quickly.\n\nChange-Id: Ib1f4d835d00ca29ff8f980c94d75a3890507dedc\nSigned-off-by: Pavankumar Kondeti \u003cpkondeti@codeaurora.org\u003e\nSigned-off-by: Vijayavardhan Vennapusa \u003cvvreddy@codeaurora.org\u003e\n"
    },
    {
      "commit": "81bda9d20ec23488675b4371e7e994f70eb3a625",
      "tree": "4762ce1c93fcf9afbe748c425be9db569fbdc906",
      "parents": [
        "95b650ab5de57bb60b3fae0214fd8c1b65b79b7e"
      ],
      "author": {
        "name": "Vijayavardhan Vennapusa",
        "email": "vvreddy@codeaurora.org",
        "time": "Wed Jan 18 13:18:22 2012 +0530"
      },
      "committer": {
        "name": "Vijayavardhan Vennapusa",
        "email": "vvreddy@codeaurora.org",
        "time": "Wed Mar 07 16:31:34 2012 +0530"
      },
      "message": "USB: core: Fix misc OTG related bugs\n\nThis patch fixes the following OTG related bugs:\n\n1. The current code does not wait for the ongoing HNP polling work to\nfinish upon the device disconnection which results in a crash when\naccessing the udev structure in hnp polling routine.\n\n2. bcdOTG field is added to OTG descriptor in 2.0 revision. Check OTG\ndescriptor size before validating bcdOTG field.  A legacy device sends\n2 bytes lesser than the size of OTG descriptor specified in 2.0 spec.\n\n3. The host is required to execute a GetStatus() with a frequency of\nTHOST_REQ_POLL in order to determine the state of the Host request flag.\nThe limits of THOST_REQ_POLL are 1 - 2 sec. Use the average value 1.5 sec\nfor HNP polling to pass compliance tests.\n\nChange-Id: Ie6a6a8e915d10c1347946f979c919d04d64823b4\nSigned-off-by: Pavankumar Kondeti \u003cpkondeti@codeaurora.org\u003e\nSigned-off-by: Vijayavardhan Vennapusa \u003cvvreddy@codeaurora.org\u003e\n"
    },
    {
      "commit": "95b650ab5de57bb60b3fae0214fd8c1b65b79b7e",
      "tree": "580e534ae36a6fe92d6b69b87f3c6920f96aa03c",
      "parents": [
        "e03eede188495ce6d4dece0df5596853d3bdf564"
      ],
      "author": {
        "name": "Vijayavardhan Vennapusa",
        "email": "vvreddy@codeaurora.org",
        "time": "Wed Jan 18 12:54:01 2012 +0530"
      },
      "committer": {
        "name": "Vijayavardhan Vennapusa",
        "email": "vvreddy@codeaurora.org",
        "time": "Wed Mar 07 16:30:53 2012 +0530"
      },
      "message": "USB: gadget: composite: Process GetDescriptor(OTG) request\n\nIf gadget is OTG capable, respond to a GetDescriptor(OTG) request\nwith its OTG descriptor.  This patch adds a utility to function\nto find and fill the requested descriptor.\n\nChange-Id: I5b3624b1145d46179b0c4737e82a47c68604cab4\nSigned-off-by: Pavankumar Kondeti \u003cpkondeti@codeaurora.org\u003e\nSigned-off-by: Vijayavardhan Vennapusa \u003cvvreddy@codeaurora.org\u003e\n"
    },
    {
      "commit": "94626402db72f77ee6241cf69c3ec584c39951da",
      "tree": "d8a0d653390639a3966d93257734125d8e9f0c56",
      "parents": [
        "7055298a7b85626eb367a97f9f3d1bc5a1f0ae79"
      ],
      "author": {
        "name": "Maheshwar Ajja",
        "email": "majja@codeaurora.org",
        "time": "Fri Feb 17 16:52:12 2012 +0530"
      },
      "committer": {
        "name": "Maheshwar Ajja",
        "email": "majja@codeaurora.org",
        "time": "Tue Mar 06 15:07:45 2012 +0530"
      },
      "message": "msm: vidc: add slice info extradata feature for encoder\n\nOne frame can have multiple slices or NAL units in the\nencoded bitstream output. Core can give slices information\nto the driver, if slice info metadata enabled, which inturn\nwill be sent to the client as extradata in output buffer.\nThis change will enable the core with slice information\nextradata feature.\n\nChange-Id: I52935a641dc7b4921da602b0132f0b81463b5cc8\nSigned-off-by: Maheshwar Ajja \u003cmajja@codeaurora.org\u003e\n"
    },
    {
      "commit": "0f8ade328b117d45c42f21fda7ef53b11dc933c7",
      "tree": "a4c0e9619e45e02b7017436b694e6b62dc2d5cb3",
      "parents": [
        "c5e7504029c106f9bfb0bed4742238f5ed165517"
      ],
      "author": {
        "name": "Kuirong Wang",
        "email": "kuirongw@codeaurora.org",
        "time": "Mon Feb 27 16:29:45 2012 -0800"
      },
      "committer": {
        "name": "Kuirong Wang",
        "email": "kuirongw@codeaurora.org",
        "time": "Mon Mar 05 13:42:46 2012 -0800"
      },
      "message": "ASoC: wcd9310: Add the compander support to wcd9310\n\nThe compander system is intended to increase the dynamic\nrange of an input signal. But for the wcd9310 codec,\nthis feature is to use companding in a novel way in the DAC\nconverter path to increase the signal noise ratio.\n\nThe change is to add the compander support to wcd9310\ncodec. The dynamic compander enable/disable during stream\nplayback is not supported.\n\nChange-Id: I916a5e4cc0a06516a691bbdcdf0103dcb7b0398c\nSigned-off-by: Kuirong Wang \u003ckuirongw@codeaurora.org\u003e\n"
    },
    {
      "commit": "fc3a6da8afe3cf90bd705213525157234d929af4",
      "tree": "1eff81ad75897a4790066cfe24a4474154c90d27",
      "parents": [
        "ed47a9af3ac47fc8fad3aa3d238c7ade2fd1eb0f",
        "bbc2e703c6b37dcb2557c4005eec386ca808c875"
      ],
      "author": {
        "name": "Linux Build Service Account",
        "email": "lnxbuild@localhost",
        "time": "Mon Mar 05 08:28:16 2012 -0800"
      },
      "committer": {
        "name": "QuIC Gerrit Code Review",
        "email": "code-review@localhost",
        "time": "Mon Mar 05 08:28:17 2012 -0800"
      },
      "message": "Merge \"msm: audio: qdsp6v2: Replace PMEM with ION in Audio Decoder drivers\" into msm-3.0"
    },
    {
      "commit": "8832b23b20e3d60a5ce93b0c35e529e2df286811",
      "tree": "1e33882ab9ceb8c0b4884c69094479f3a7dcef89",
      "parents": [
        "ed47a9af3ac47fc8fad3aa3d238c7ade2fd1eb0f"
      ],
      "author": {
        "name": "Pavan Kumar",
        "email": "pavan@codeaurora.org",
        "time": "Mon Mar 05 19:32:29 2012 +0530"
      },
      "committer": {
        "name": "Pavan Kumar",
        "email": "pavan@codeaurora.org",
        "time": "Mon Mar 05 19:42:40 2012 +0530"
      },
      "message": "WLAN: WCN1314: Add API to enable/disable interrupts from chip.\n\nAdd an API to enable/disable interrupts from the chip.\nThis API uses func0 SDIO_CCCR_IENx register to enable/disable\ninterrupts from the chip.\n\nChange-Id: I2da8d569511aeff0409744a90e7daf4704fff91d\nSigned-off-by: Pavan kumar \u003cpavan@codeaurora.org\u003e\n"
    },
    {
      "commit": "beaaaa5e6e11f5165c243a4769b5d42b0f4ed238",
      "tree": "99e0ef56cd88fe1d77d4c826fc418d732ec85b47",
      "parents": [
        "42cc8a35e259b9312f22f27f0dec693e81cfc008",
        "bdc5508dbc5e9bd624eb34e5e254b510baf4294f"
      ],
      "author": {
        "name": "Linux Build Service Account",
        "email": "lnxbuild@localhost",
        "time": "Mon Mar 05 04:43:58 2012 -0800"
      },
      "committer": {
        "name": "QuIC Gerrit Code Review",
        "email": "code-review@localhost",
        "time": "Mon Mar 05 04:43:58 2012 -0800"
      },
      "message": "Merge \"ASoc-msm: Modify ASM drivers to invoke ION APIs\" into msm-3.0"
    },
    {
      "commit": "584d47056d555b8d07197310e31e6972845c3b83",
      "tree": "47c339715b0389736d118b32229dc1320fafb20e",
      "parents": [
        "49f95a982e8c4938fe165b26d1f2ee48130f715f",
        "4bb6ead226a37531bf7a9c272b6a805b0d674567"
      ],
      "author": {
        "name": "Linux Build Service Account",
        "email": "lnxbuild@localhost",
        "time": "Mon Mar 05 04:43:58 2012 -0800"
      },
      "committer": {
        "name": "QuIC Gerrit Code Review",
        "email": "code-review@localhost",
        "time": "Mon Mar 05 04:43:58 2012 -0800"
      },
      "message": "Merge \"msm: camera: send error to HAL if daemon crashed\" into msm-3.0"
    },
    {
      "commit": "b0c3e7fb4d56f5c4cfea87e682fb02e88f98d887",
      "tree": "33db9376a7632a425003d77632b294952e8ceae8",
      "parents": [
        "834e066cffb0c95d6168df9bf70c66d499a198cd"
      ],
      "author": {
        "name": "Felipe Balbi",
        "email": "balbi@ti.com",
        "time": "Mon Oct 10 09:43:44 2011 +0300"
      },
      "committer": {
        "name": "Ido Shayevitz",
        "email": "idos@codeaurora.org",
        "time": "Mon Mar 05 11:41:41 2012 +0200"
      },
      "message": "usb: gadget: fix typo for default U1/U2 exit latencies\n\ns/DEFULT/DEFAULT/, no functional changes.\n\nSigned-off-by: Felipe Balbi \u003cbalbi@ti.com\u003e\nSigned-off-by: Ido Shayevitz \u003cidos@codeaurora.org\u003e\n"
    },
    {
      "commit": "fb5591ebf5788355f0a424103b2bf47a62d6860d",
      "tree": "c899c1d5c64c9dbc97d667e50bd63f4d87eb0211",
      "parents": [
        "0d0c240fac20e525a3e967a0d6e9410c51f1c892"
      ],
      "author": {
        "name": "Sebastian Andrzej Siewior",
        "email": "bigeasy@linutronix.de",
        "time": "Thu Jun 23 14:26:15 2011 +0200"
      },
      "committer": {
        "name": "Ido Shayevitz",
        "email": "idos@codeaurora.org",
        "time": "Mon Mar 05 11:41:39 2012 +0200"
      },
      "message": "usb: gadget: udc-core: add \"new-style\" registration interface\n\nudc_start() should only trigger the internal state machine and make\nminimal house keeping. Before that call udc-core calls the bind()\ncallback and after the callback the pullup().\n\nudc_stop() is simillar, udc-core calls pullup(), unbind() and finally\nudc_stop().\n\nSigned-off-by: Sebastian Andrzej Siewior \u003cbigeasy@linutronix.de\u003e\nSigned-off-by: Felipe Balbi \u003cbalbi@ti.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\nSigned-off-by: Ido Shayevitz \u003cidos@codeaurora.org\u003e\n"
    },
    {
      "commit": "bc2aa11468283f03aa8749b217a6c15bfaff4776",
      "tree": "4da5f0b1e7d15a84cffe78b4e64dc10b32402c88",
      "parents": [
        "3ba28906aefd21a6aaf01e3b04c2410dabce3c97"
      ],
      "author": {
        "name": "Tatyana Brokhman",
        "email": "tlinder@codeaurora.org",
        "time": "Wed Jun 29 16:41:50 2011 +0300"
      },
      "committer": {
        "name": "Ido Shayevitz",
        "email": "idos@codeaurora.org",
        "time": "Mon Mar 05 11:41:38 2012 +0200"
      },
      "message": "usb: gadget: add SuperSpeed support to the Gadget Framework\n\nSuperSpeed USB has defined a new descriptor, called\nthe Binary Device Object Store (BOS) Descriptor. It\nhas also changed a bit the definition of SET_FEATURE\nand GET_STATUS requests to add USB3-specific details.\n\nThis patch implements both changes to the Composite\nGadget Framework.\n\n[ balbi@ti.com : slight changes to commit log\n\t\t fixed a compile error on ARM ]\n\nSigned-off-by: Tatyana Brokhman \u003ctlinder@codeaurora.org\u003e\nSigned-off-by: Felipe Balbi \u003cbalbi@ti.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\nSigned-off-by: Ido Shayevitz \u003cidos@codeaurora.org\u003e\n"
    },
    {
      "commit": "3ba28906aefd21a6aaf01e3b04c2410dabce3c97",
      "tree": "885fa9b0822cb6ef60283a63c0b7d74712a4588a",
      "parents": [
        "081412dc449284905c831f2fe2d9877238c07bef"
      ],
      "author": {
        "name": "Tatyana Brokhman",
        "email": "tlinder@codeaurora.org",
        "time": "Wed Jun 29 16:41:49 2011 +0300"
      },
      "committer": {
        "name": "Ido Shayevitz",
        "email": "idos@codeaurora.org",
        "time": "Mon Mar 05 11:41:38 2012 +0200"
      },
      "message": "usb: gadget: add max_speed to usb_composite_driver\n\nThis field is used by the Gadget drivers to specify\nthe maximum speed they support, meaning: the maximum\nspeed they can provide descriptors for.\n\nThe driver speed will be set in consideration of this\nvalue.\n\n[ balbi@ti.com : dropped the ifdeffery ]\n\nSigned-off-by: Tatyana Brokhman \u003ctlinder@codeaurora.org\u003e\nSigned-off-by: Felipe Balbi \u003cbalbi@ti.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n[idos@codeaurora.org: added max_speed also to android.c]\nSigned-off-by: Ido Shayevitz \u003cidos@codeaurora.org\u003e\n"
    },
    {
      "commit": "081412dc449284905c831f2fe2d9877238c07bef",
      "tree": "c9e1ea9a840c01a39dfa79795d7dfa078397124a",
      "parents": [
        "5ef53d97a119d96087b3afee6495b964b71e1c55"
      ],
      "author": {
        "name": "Tatyana Brokhman",
        "email": "tlinder@codeaurora.org",
        "time": "Tue Jun 28 16:33:53 2011 +0300"
      },
      "committer": {
        "name": "Ido Shayevitz",
        "email": "idos@codeaurora.org",
        "time": "Mon Mar 05 11:41:37 2012 +0200"
      },
      "message": "usb: gadget: add streams support to the gadget framework\n\nThis patch defines necessary fields to support\nstreaming for USB3.0.\n\nIt implements a new function, called\nusb_ep_autoconfig_ss(), to be used instead of the\nexisting usb_ep_autoconfig() when working in\nSuperSpeed mode and there is a need to search for\nan endpoint according to the number of required\nstreams.\n\n[ balbi@ti.com : slight changes to commit log ]\n\nSigned-off-by: Maya Erez \u003cmerez@codeaurora.org\u003e\nSigned-off-by: Tatyana Brokhman \u003ctlinder@codeaurora.org\u003e\nSigned-off-by: Felipe Balbi \u003cbalbi@ti.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\nSigned-off-by: Ido Shayevitz \u003cidos@codeaurora.org\u003e\n"
    },
    {
      "commit": "31ac35219203686655b8936ee9cffbe9d407e85f",
      "tree": "61518590cd872f7c3cc1e809d32df4945f7cd8e1",
      "parents": [
        "cf64ce49541e865b66abc2b2c7bb87e59c7a1f7e"
      ],
      "author": {
        "name": "Tatyana Brokhman",
        "email": "tlinder@codeaurora.org",
        "time": "Tue Jun 28 15:33:50 2011 +0200"
      },
      "committer": {
        "name": "Ido Shayevitz",
        "email": "idos@codeaurora.org",
        "time": "Mon Mar 05 11:41:36 2012 +0200"
      },
      "message": "usb: gadget: use config_ep_by_speed() instead of ep_choose()\n\nRemove obsolete functions:\n1. ep_choose()\n2. usb_find_endpoint()\n\nSigned-off-by: Tatyana Brokhman \u003ctlinder@codeaurora.org\u003e\nSigned-off-by: Felipe Balbi \u003cbalbi@ti.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n[idos@codeaurora.org: Changed also the following files to\ncomply with this commit: f_accessory.c,f_adb.c,f_diag.c,f_mtp.c,\nf_rmnet.c,f_rmnet_sdio,f_rmnet_smd,f_rmnet_smd_sdio,f_serial.f_ccid.c.\nAlso merged a patch in f_serial.c for checking return value of\nconfig_ep_by_speed, see \"usb: gadget: fix g_serial regression\".\nAlso fix a bug in ci13xxx_udc. Since f_serial is now checking if the endpoint\ndescriptors are null in the set_alt function, need to set them to null on\nep_disable in case of cable disconnect. Since the ep descriptor was inserted to\nstruct usb_ep in \"usb: gadget: add usb_endpoint_descriptor to struct usb_ep\",\nalso set mEp-\u003eep.desc to NULL. I have upstream this to the community, please\nsee \"usb: gadget: Clear usb_endpoint_descriptor inside the struct usb_ep\" in\nthe latest linux kernel.]\nSigned-off-by: Ido Shayevitz \u003cidos@codeaurora.org\u003e\n"
    },
    {
      "commit": "cf64ce49541e865b66abc2b2c7bb87e59c7a1f7e",
      "tree": "3a5ca5aa39bed85c7142cc2aa5605a835c00addf",
      "parents": [
        "cf709c115c55e8497a2b538ba492f9e8bc3db941"
      ],
      "author": {
        "name": "Tatyana Brokhman",
        "email": "tlinder@codeaurora.org",
        "time": "Tue Jun 28 16:33:49 2011 +0300"
      },
      "committer": {
        "name": "Ido Shayevitz",
        "email": "idos@codeaurora.org",
        "time": "Mon Mar 05 11:41:36 2012 +0200"
      },
      "message": "usb: gadget: configure endpoint according to gadget speed\n\nAdd config_ep_by_speed() to configure the endpoint\naccording to the gadget speed.\n\nUsing this function will spare the FDs from handling\nthe endpoint chosen descriptor.\n\nSigned-off-by: Tatyana Brokhman \u003ctlinder@codeaurora.org\u003e\nSigned-off-by: Felipe Balbi \u003cbalbi@ti.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\nSigned-off-by: Ido Shayevitz \u003cidos@codeaurora.org\u003e\n"
    },
    {
      "commit": "cf709c115c55e8497a2b538ba492f9e8bc3db941",
      "tree": "24c49b10bc6051bf1c53b11e6114befe9065b7ef",
      "parents": [
        "d23607a2eb7b23fa0fa9e797da6804d583bef73d"
      ],
      "author": {
        "name": "Tatyana Brokhman",
        "email": "tlinder@codeaurora.org",
        "time": "Tue Jun 28 16:33:48 2011 +0300"
      },
      "committer": {
        "name": "Ido Shayevitz",
        "email": "idos@codeaurora.org",
        "time": "Mon Mar 05 11:41:35 2012 +0200"
      },
      "message": "usb: gadget: add usb_endpoint_descriptor to struct usb_ep\n\nChange usb_ep_enable() prototype to use endpoint\ndescriptor from usb_ep.\n\nThis optimization spares the FDs from saving the\nendpoint chosen descriptor. This optimization is\nnot full though. To fully exploit this change, one\nneeds to update all the UDCs as well since in the\ncurrent implementation each of them saves the\nendpoint descriptor in it\u0027s internal (and extended)\nendpoint structure.\n\nSigned-off-by: Tatyana Brokhman \u003ctlinder@codeaurora.org\u003e\nSigned-off-by: Felipe Balbi \u003cbalbi@ti.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n[idos@codeaurora.org: Added more changes for the following files\nsince API break with msm code tree: ci13xxx_udc.c,f_accessory,f_adb,\nf_diag,f_mtp,f_rmnet,f_rmnet_sdio,f_rmnet_smd, f_rmnet_smd_sdio,u_bam.c,\nu_sdio.c,u_rmnet.h,u_sdio.c,u_smd.c,f_ccid.c,u_data_hsic.c]\nSigned-off-by: Ido Shayevitz \u003cidos@codeaurora.org\u003e\n"
    },
    {
      "commit": "517750424116caaa532ecf06a44d9df87223de4f",
      "tree": "39702fdf77fc0f440216d1858a00b8d646263500",
      "parents": [
        "9bcc83f456fc3ddf11a4fab4daf649b8a99de8fd"
      ],
      "author": {
        "name": "Felipe Balbi",
        "email": "balbi@ti.com",
        "time": "Tue Jun 28 16:33:46 2011 +0300"
      },
      "committer": {
        "name": "Ido Shayevitz",
        "email": "idos@codeaurora.org",
        "time": "Mon Mar 05 10:50:10 2012 +0200"
      },
      "message": "usb: gadget: introduce UDC Class\n\nthis class will be used to abstract away several of the duplicated\noperations scattered among the USB gadget controller drivers.\n\nLater, we can add an atomic notifier to tell interested drivers about\nwhat\u0027s happening with the controller. Notifications such as suspend,\nresume, enumerated, etc. will be useful, at a minimum, for implementing\nusb charger detection.\n\nAs part of the converting process usb_gadget_probe_driver() is no longer\npart of each udc but pushed into the -\u003estap() callback. The same for his\ncouterpart.\n\nThe core is currently set explicit to \u0027n\u0027. It will be changed to \u0027y\u0027 once\nall users are converted since it provides functions which clash with\nother drivers.\n\nSigned-off-by: Felipe Balbi \u003cbalbi@ti.com\u003e\nSigned-off-by: Sebastian Andrzej Siewior \u003cbigeasy@linutronix.de\u003e\nAcked-by: Michal Nazarewicz \u003cmina86@mina86.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\nSigned-off-by: Ido Shayevitz \u003cidos@codeaurora.org\u003e\n"
    },
    {
      "commit": "9bcc83f456fc3ddf11a4fab4daf649b8a99de8fd",
      "tree": "a93bb4f2fb07ac96308ce52aa4eed15bc02e2af9",
      "parents": [
        "0be99a24dbde81c9f808967ad1a0a2ea87f6530f"
      ],
      "author": {
        "name": "Sebastian Andrzej Siewior",
        "email": "bigeasy@linutronix.de",
        "time": "Fri Aug 19 18:10:56 2011 +0300"
      },
      "committer": {
        "name": "Ido Shayevitz",
        "email": "idos@codeaurora.org",
        "time": "Mon Mar 05 10:50:10 2012 +0200"
      },
      "message": "usb: ch9: add function defines from ch9, USB 3.0 spec\n\nnot to confuse with Table 9-7 in USB 2.0 spec\n\nSigned-off-by: Sebastian Andrzej Siewior \u003cbigeasy@linutronix.de\u003e\nSigned-off-by: Felipe Balbi \u003cbalbi@ti.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\nSigned-off-by: Ido Shayevitz \u003cidos@codeaurora.org\u003e\n"
    },
    {
      "commit": "4f5db5cf5b6c982bc1fba8f5711f6aee594850b5",
      "tree": "25206ba7e0ddbdff73a4f75ee3e819e340fcc8ca",
      "parents": [
        "bba939f019fffedf3261097f02441c25888a5f19"
      ],
      "author": {
        "name": "kuninori.morimoto.gx@renesas.com",
        "email": "kuninori.morimoto.gx@renesas.com",
        "time": "Mon Jul 25 00:39:30 2011 -0700"
      },
      "committer": {
        "name": "Ido Shayevitz",
        "email": "idos@codeaurora.org",
        "time": "Mon Mar 05 10:48:43 2012 +0200"
      },
      "message": "usb: add usb_endpoint_maxp() macro\n\nSigned-off-by: Kuninori Morimoto \u003ckuninori.morimoto.gx@renesas.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n[idos@codeaurora.org: use __le16_to_cpu instead of le16_to_cpu]\nSigned-off-by: Ido Shayevitz \u003cidos@codeaurora.org\u003e\n"
    },
    {
      "commit": "6f33e1af1a0540984238637e2c05c081a5c7a0d1",
      "tree": "45eeb1bea0ef34974ee4db0169a6cfde0986f64d",
      "parents": [
        "201d9a02eef1695e809df15c96156cad44ab6efe"
      ],
      "author": {
        "name": "Felipe Balbi",
        "email": "balbi@ti.com",
        "time": "Thu Sep 01 22:26:25 2011 +0300"
      },
      "committer": {
        "name": "Ido Shayevitz",
        "email": "idos@codeaurora.org",
        "time": "Mon Mar 05 10:35:08 2012 +0200"
      },
      "message": "usb: dwc3: omap: distinguish between SW and HW modes\n\nThe OMAP wrapper allows us to either control internal\nOTG signals via SW or HW. Different boards might wish\nto use one or the other mode of operation. Let\u0027s have\nhave that information passed via platform_data for now.\n\nAfter DT conversion is finished for OMAP, we can easily\nconvert this to a DT attribute.\n\nSigned-off-by: Felipe Balbi \u003cbalbi@ti.com\u003e\nSigned-off-by: Ido Shayevitz \u003cidos@codeaurora.org\u003e\n"
    },
    {
      "commit": "6c3b37b263b0b86925b9c790a644962f9353b22c",
      "tree": "b7e08c4ccbade376a072b4ddee8bc6956b9f8ee3",
      "parents": [
        "7055298a7b85626eb367a97f9f3d1bc5a1f0ae79"
      ],
      "author": {
        "name": "Anirudh Ghayal",
        "email": "aghayal@codeaurora.org",
        "time": "Thu Feb 23 18:39:42 2012 -0800"
      },
      "committer": {
        "name": "Jing Lin",
        "email": "jinglin@codeaurora.org",
        "time": "Sat Mar 03 20:29:51 2012 -0800"
      },
      "message": "Input: atmel-mxt_ts: Support firmware upgrade in bootloader mode\n\nIf a firmware upgrade fails, on subsequent boot retry a firmware\nupgrade based on the bootloader id. This can be initiated through\nthe userspace program by writing into the update_fw sysfs entry.\n\nChange-Id: I1d428c52f2cbfff8fe572a2bc6f0cd124111b810\nSigned-off-by: Anirudh Ghayal \u003caghayal@codeaurora.org\u003e\n"
    },
    {
      "commit": "4d088da9936c65d9f9550537908538147725c5ee",
      "tree": "083a09ec7fcfeaf9ad8c50bc0d1400f43444e9c2",
      "parents": [
        "7b46eb5871aad4197736b67f4588817cfa4a2470",
        "41f8579a79c1a6513577465cd376fb5b1bf4cab2"
      ],
      "author": {
        "name": "Linux Build Service Account",
        "email": "lnxbuild@localhost",
        "time": "Sat Mar 03 15:40:47 2012 -0800"
      },
      "committer": {
        "name": "QuIC Gerrit Code Review",
        "email": "code-review@localhost",
        "time": "Sat Mar 03 15:40:48 2012 -0800"
      },
      "message": "Merge changes I2b676dbe,Ic63a24bf into msm-3.0\n\n* changes:\n  gpu: ion: Add API to do cache operations\n  gpu: ion: Do not allow cached IOMMU mappings.\n"
    },
    {
      "commit": "4c7ccb31068e6b606520722279fc8add740d7578",
      "tree": "a020479c2549c81bee454b0205af6929335a1c2a",
      "parents": [
        "06eb6c148d6ddefb65d483f718441130a138aaf6"
      ],
      "author": {
        "name": "Ajay Singh Parmar",
        "email": "aparmar@codeaurora.org",
        "time": "Tue Feb 21 12:56:04 2012 +0530"
      },
      "committer": {
        "name": "Linux Build Service Account",
        "email": "lnxbuild@localhost",
        "time": "Sat Mar 03 02:37:18 2012 -0700"
      },
      "message": "msm_fb: display: Use FIR (QSEED) for upscaling.\n\nLow resolution UI is observed on HDTV connected with HDMI.\nFIR (QSEED) algorithm needs to be used instead of pixel\nrepetition to improve the performance in case the BYPASS\ncomposition is not used.\n\nCRs-fixed: 332123\nChange-Id: Ib4c2b107b4ae1300458cccc7e8066d31aee50a0d\nSigned-off-by: Ajay Singh Parmar \u003caparmar@codeaurora.org\u003e\n"
    },
    {
      "commit": "06eb6c148d6ddefb65d483f718441130a138aaf6",
      "tree": "c01e32b5d6a25ad6524f24a35180d511865efff3",
      "parents": [
        "58f6ad0e328179aab7049724d53c49ebf44c8feb",
        "2dfe5dd0c53c8f9abc83bc6a9671d499c8135f68"
      ],
      "author": {
        "name": "Linux Build Service Account",
        "email": "lnxbuild@localhost",
        "time": "Sat Mar 03 00:26:25 2012 -0800"
      },
      "committer": {
        "name": "QuIC Gerrit Code Review",
        "email": "code-review@localhost",
        "time": "Sat Mar 03 00:26:25 2012 -0800"
      },
      "message": "Merge \"msm: kgsl: Add a new property to IOCTL_KGSL_DEVICE_GETPROPERTY\" into msm-3.0"
    },
    {
      "commit": "4bb6ead226a37531bf7a9c272b6a805b0d674567",
      "tree": "dbc62ff1a57e7a4191be543628e2be1c607a5b95",
      "parents": [
        "91ec12ae8db08c1ce6fb91f2fef4301792ba6e22"
      ],
      "author": {
        "name": "Kevin Chan",
        "email": "ktchan@codeaurora.org",
        "time": "Wed Feb 29 01:01:41 2012 -0800"
      },
      "committer": {
        "name": "Kevin Chan",
        "email": "ktchan@codeaurora.org",
        "time": "Fri Mar 02 18:44:28 2012 -0800"
      },
      "message": "msm: camera: send error to HAL if daemon crashed\n\nWhen camera userspace daemon crashes, the server fd\nwill be close, which trigger the msm_server_close\nfunction, we will check if there is an active camera\nsession. If camera is active, we will send a v4l2\nevent to HAL layer to signal an error. Application\nwill exit gracefully and close other open fds and\nexit camera session.\n\nChange-Id: I14ebc864d6cace7ca6f4dbfb935623a76eeccaa8\nSigned-off-by: Kevin Chan \u003cktchan@codeaurora.org\u003e\n"
    },
    {
      "commit": "41f8579a79c1a6513577465cd376fb5b1bf4cab2",
      "tree": "e018412842703d2c0d91c460729db2995af9d781",
      "parents": [
        "79e9ffa55afdf664990b2765de297f3d95e59612"
      ],
      "author": {
        "name": "Olav Haugan",
        "email": "ohaugan@codeaurora.org",
        "time": "Wed Feb 08 15:28:05 2012 -0800"
      },
      "committer": {
        "name": "Olav Haugan",
        "email": "ohaugan@codeaurora.org",
        "time": "Fri Mar 02 17:33:19 2012 -0800"
      },
      "message": "gpu: ion: Add API to do cache operations\n\nClients need to be able to do cache operations\non ION buffers in the kernel. Add API to\nflush, invalidate, or invalidate and flush the\ncache of an ION buffer.\n\nChange-Id: I2b676dbe32372b3c17e4aaf39f51878b105a699c\nSigned-off-by: Olav Haugan \u003cohaugan@codeaurora.org\u003e\n"
    },
    {
      "commit": "0bcb5b599ab7f5e26ba46b3fab8cc344252c87e3",
      "tree": "e97e21d1b612c2bf4120de516569aa04c88e26f8",
      "parents": [
        "0a4016ce13a0ef46d661674a1c4258fcdee91847"
      ],
      "author": {
        "name": "Anirudh Ghayal",
        "email": "aghayal@codeaurora.org",
        "time": "Fri Feb 17 14:58:25 2012 -0800"
      },
      "committer": {
        "name": "Jing Lin",
        "email": "jinglin@codeaurora.org",
        "time": "Fri Mar 02 15:08:17 2012 -0800"
      },
      "message": "input: atmel-mxt-ts: Provide firmware name via platform data\n\nThis allows firmware upgrade only when a firmware name is provided.\nThe platform data (config data) of the latest firmware will point\nto a NULL string which prevents auto firmware upgrade at boot\n(if enabled by the userspace).\n\nChange-Id: Ifef57a9dab9306cf4f1fe7a6c7e52c5e92a25d4a\nSigned-off-by: Anirudh Ghayal \u003caghayal@codeaurora.org\u003e\n"
    },
    {
      "commit": "bdc5508dbc5e9bd624eb34e5e254b510baf4294f",
      "tree": "1dd3a80f1b39636c80397ae49e3f6d27e35a1d2a",
      "parents": [
        "91ec12ae8db08c1ce6fb91f2fef4301792ba6e22"
      ],
      "author": {
        "name": "Swaminathan Sathappan",
        "email": "Swami@codeaurora.org",
        "time": "Thu Feb 16 22:47:40 2012 -0800"
      },
      "committer": {
        "name": "Swaminathan Sathappan",
        "email": "Swami@codeaurora.org",
        "time": "Fri Mar 02 13:10:02 2012 -0800"
      },
      "message": "ASoc-msm: Modify ASM drivers to invoke ION APIs\n\nCreate ION client and allocate buffers based on\nthe client handle and free the buffers when no\nmore needed\n\nChange-Id: I00be9dbd3e8f5eff286d8f1bc0d61656866bf360\nSigned-off-by: Swaminathan Sathappan \u003cSwami@codeaurora.org\u003e\n"
    },
    {
      "commit": "2dfe5dd0c53c8f9abc83bc6a9671d499c8135f68",
      "tree": "df31c079e346ac95ccabbb3fbc6e4dfe0e9c1859",
      "parents": [
        "704a644e6526a3ca0ca91839b35c3466167a6bd0"
      ],
      "author": {
        "name": "Shubhraprakash Das",
        "email": "sadas@codeaurora.org",
        "time": "Fri Feb 10 13:49:53 2012 -0700"
      },
      "committer": {
        "name": "Shubhraprakash Das",
        "email": "sadas@codeaurora.org",
        "time": "Fri Mar 02 13:47:28 2012 -0700"
      },
      "message": "msm: kgsl: Add a new property to IOCTL_KGSL_DEVICE_GETPROPERTY\n\nReturn the reset status of the GPU unit when\nIOCTL_KGSL_DEVICE_GETPROPERTY is called with\ntype KGSL_PROP_GPU_RESET_STAT\n\nChange-Id: I4bb17be959eadba3ba491d94c6fd4f5824442e92\nSigned-off-by: Shubhraprakash Das\u003csadas@codeaurora.org\u003e\n"
    },
    {
      "commit": "9ec5583444c509291526c9aa8479a5b8324ee6ae",
      "tree": "a19e6bbd38305283f3a39634213731c5b2403142",
      "parents": [
        "4d3c7ef35efd357e087c0171ac4c6909b2348996",
        "c9857ca398776beaba55ebe9be64f4019760d645"
      ],
      "author": {
        "name": "Linux Build Service Account",
        "email": "lnxbuild@localhost",
        "time": "Fri Mar 02 12:21:31 2012 -0800"
      },
      "committer": {
        "name": "QuIC Gerrit Code Review",
        "email": "code-review@localhost",
        "time": "Fri Mar 02 12:21:32 2012 -0800"
      },
      "message": "Merge changes I1bfdc1f4,I09735f6e,I57f3333e,I37949113,Ic9e9ca4e into msm-3.0\n\n* changes:\n  power: pm8921-bms: add api to simultaneously read vbatt and ibatt\n  power: pm8921-bms: calibrate xoadc more often\n  power: pm8921-bms: add protection against divide by zero\n  power: pm8921-charger: fix 10mv error on vdd_max\n  power: pm8921-charger: fix reverse boosting\n"
    },
    {
      "commit": "bbbc99ac4de94245e96b467dda18e7da70fb4268",
      "tree": "b32bcd642e62536628df28f128b6a3452fd8256b",
      "parents": [
        "24a877e1e702f5b72763a5618ef16f444c0d0bfa",
        "63c3bcc5f2209d703e7911df93aa1fcd70edf74d"
      ],
      "author": {
        "name": "Linux Build Service Account",
        "email": "lnxbuild@localhost",
        "time": "Fri Mar 02 12:21:30 2012 -0800"
      },
      "committer": {
        "name": "QuIC Gerrit Code Review",
        "email": "code-review@localhost",
        "time": "Fri Mar 02 12:21:32 2012 -0800"
      },
      "message": "Merge changes I810ffac4,If881eb08 into msm-3.0\n\n* changes:\n  msm: board-8960-pmic: Add platform data for PWM driver\n  mfd: pm8xxx-pwm: Add feature to configure LPG DTEST mode\n"
    },
    {
      "commit": "c9857ca398776beaba55ebe9be64f4019760d645",
      "tree": "7840c52281abb6087d8eff33de551da1d1510df9",
      "parents": [
        "1b8e8293b691f873f4c47b3184c153510ef894b5"
      ],
      "author": {
        "name": "Abhijeet Dharmapurikar",
        "email": "adharmap@codeaurora.org",
        "time": "Tue Feb 07 15:56:06 2012 -0800"
      },
      "committer": {
        "name": "Abhijeet Dharmapurikar",
        "email": "adharmap@codeaurora.org",
        "time": "Wed Feb 29 21:02:37 2012 -0800"
      },
      "message": "power: pm8921-bms: add api to simultaneously read vbatt and ibatt\n\nThe compensation algorithms need simultaneous readings of the battery\nvoltage (vbatt) and the current flowing through it (ibatt).\n\nOne needs to put the BMS in override mode to get simultaneous vbatt\nand ibatt readings.\n\nNote that since one would need to sleep for 20 milliseconds after the\nBMS is put in override mode the spin_lock is changed to mutex in the bms\ndriver.\n\nChange-Id: I1bfdc1f4e84d5d3c2cd6502dd66afdfba650cc0d\nSigned-off-by: Abhijeet Dharmapurikar \u003cadharmap@codeaurora.org\u003e\n"
    },
    {
      "commit": "1b8e8293b691f873f4c47b3184c153510ef894b5",
      "tree": "259cc4ed1344b05d316de3d4d67ace84a25edd19",
      "parents": [
        "bbae8831f407d2d701e5ac74be3104fb86f8ccfe"
      ],
      "author": {
        "name": "Abhijeet Dharmapurikar",
        "email": "adharmap@codeaurora.org",
        "time": "Tue Jan 17 11:01:44 2012 -0800"
      },
      "committer": {
        "name": "Abhijeet Dharmapurikar",
        "email": "adharmap@codeaurora.org",
        "time": "Wed Feb 29 21:02:37 2012 -0800"
      },
      "message": "power: pm8921-bms: calibrate xoadc more often\n\nImprove the values of the battery voltage read from xoadc by periodically\ncalibrating the xoadc.\n\nThe xoadc needs to be calibrated every time a charger is plugged in\nor plugged out. This is because the reference voltage shifts a bit\nwhen a charger is plugged in.\n\nProvide an api to calibrate xoadc. This api will be used by the charger\ndriver.\n\nCRs-Fixed: 334825\nChange-Id: I09735f6e5c5d4ab8be379fe001fff81c25c95397\nSigned-off-by: Abhijeet Dharmapurikar \u003cadharmap@codeaurora.org\u003e\n"
    },
    {
      "commit": "b0a0fa5b4f8bfa8f8f523c845d323066e674e8ba",
      "tree": "7eb190f59c1766c53a566273fccfeb54e23865aa",
      "parents": [
        "704a644e6526a3ca0ca91839b35c3466167a6bd0"
      ],
      "author": {
        "name": "Jay Chokshi",
        "email": "jchokshi@codeaurora.org",
        "time": "Thu Feb 23 16:18:44 2012 -0800"
      },
      "committer": {
        "name": "Jay Chokshi",
        "email": "jchokshi@codeaurora.org",
        "time": "Wed Feb 29 16:39:25 2012 -0800"
      },
      "message": "mfd: pm8xxx-pwm: Add feature to configure LPG DTEST mode\n\nPM8921 LPG banks can be configured to connect to DTESTx.\nThese DTEST lines can be used to observe LPG output.\nProvide a feature that allows to enable DTEST modes for\na given LPG channel.\n\nCRs-fixed: 337902\nChange-Id: If881eb089aea2a66f7324af8ac906405eef4f81a\nSigned-off-by: Jay Chokshi \u003cjchokshi@codeaurora.org\u003e\n"
    },
    {
      "commit": "b86c3477a80290e8b7d0b98e8e0c77da41fd5f6b",
      "tree": "9a36dc0885b98286f2d2614eea3160994f81914b",
      "parents": [
        "b1aeae22ffd25d66004eaef1d2d1be10ba6b89d7"
      ],
      "author": {
        "name": "Asish Bhattacharya",
        "email": "asishb@codeaurora.org",
        "time": "Wed Feb 15 08:31:52 2012 +0530"
      },
      "committer": {
        "name": "Asish Bhattacharya",
        "email": "asishb@codeaurora.org",
        "time": "Wed Feb 29 15:31:34 2012 -0800"
      },
      "message": "ASoC: wcd9304: Add driver for Sitar codec.\n\nAdd support for 5 RX and 4 TX Slimbus channel support.\nHeadphone/Earphone/4 DMIX/2 AMIC and IIR1 support\n\nChange-Id: I1b7ad5e5fd9d87aab80d6533503371e63df8cc0a\nSigned-off-by: Asish Bhattacharya \u003casishb@codeaurora.org\u003e\n"
    },
    {
      "commit": "b1aeae22ffd25d66004eaef1d2d1be10ba6b89d7",
      "tree": "f86ebacb6154d48d8dd4642c2d9a64333f4767d1",
      "parents": [
        "704a644e6526a3ca0ca91839b35c3466167a6bd0"
      ],
      "author": {
        "name": "Asish Bhattacharya",
        "email": "asishb@codeaurora.org",
        "time": "Wed Feb 15 08:29:28 2012 +0530"
      },
      "committer": {
        "name": "Asish Bhattacharya",
        "email": "asishb@codeaurora.org",
        "time": "Wed Feb 29 15:31:15 2012 -0800"
      },
      "message": "ASoC: wcd9xxx: Move to a generic framework for codec core driver.\n\nThe current core assumes TABLA as the only codec driver registering.\nTo support single binary for multiple targets its essential that\nwe remove this restriction and move to a generic framework\nto support multiple codec. This can be done by moving all codec\nspecific code to dedicated codec driver and use core driver to probe\nthe codec based on slimbus device id and do generic setup for the\ncodec. This also helps to have same boards with different flavours\nof codec variants.\n\nThe WCD9XXX family of codecs share the initial codec register\nmapping which holds the Slimbus device id to identify the\ncodec existing on the target.Core driver now registers the\ncodec device based on this check.\n\nChange-Id: I4c43d5f04c20696f4f5138411460681ec7879d34\nSigned-off-by: Asish Bhattacharya \u003casishb@codeaurora.org\u003e\n"
    },
    {
      "commit": "98491ffd095d337dd6a93ea6cfc2655e4c2a4979",
      "tree": "7c3e578072a677fbdda8e1a1fc87604fce1a2532",
      "parents": [
        "12bf076cceba282ac8d230448d73ddbecad8f318",
        "bde8424c61d67d38ce83e2ba1f6ad217c2b2c158"
      ],
      "author": {
        "name": "Linux Build Service Account",
        "email": "lnxbuild@localhost",
        "time": "Tue Feb 28 18:14:18 2012 -0800"
      },
      "committer": {
        "name": "QuIC Gerrit Code Review",
        "email": "code-review@localhost",
        "time": "Tue Feb 28 18:14:19 2012 -0800"
      },
      "message": "Merge \"msm: camera: Fix for inline jpeg corrupted image\" into msm-3.0"
    },
    {
      "commit": "0ff8b3214368948db84ddcc8032f0b74e9e972fc",
      "tree": "1390a49b5ac1be1796905763bedd970511d59bfd",
      "parents": [
        "202e81026b6e88935210d35ff4a0bdd8dfb1ad55",
        "a3dcce4029742d8e510c695b902cbe349bf98f44"
      ],
      "author": {
        "name": "Linux Build Service Account",
        "email": "lnxbuild@localhost",
        "time": "Tue Feb 28 09:08:39 2012 -0800"
      },
      "committer": {
        "name": "QuIC Gerrit Code Review",
        "email": "code-review@localhost",
        "time": "Tue Feb 28 09:08:40 2012 -0800"
      },
      "message": "Merge \"radio-tavarua: Add commands to configure the FM Search parameters.\" into msm-3.0"
    },
    {
      "commit": "8b10049f7255fed72125d9547a597a79025392ed",
      "tree": "45adda2a030a12938a85465d4328aa30936f082a",
      "parents": [
        "62409b3237f708da8abfeb76bd8683e08a50f319",
        "35e1187ef9660b4780972f6004e02d7556e6810f"
      ],
      "author": {
        "name": "Linux Build Service Account",
        "email": "lnxbuild@localhost",
        "time": "Tue Feb 28 09:08:40 2012 -0800"
      },
      "committer": {
        "name": "QuIC Gerrit Code Review",
        "email": "code-review@localhost",
        "time": "Tue Feb 28 09:08:40 2012 -0800"
      },
      "message": "Merge changes I2f562957,I19ff1251 into msm-3.0\n\n* changes:\n  msm: 8960/8064: robust battery detection\n  power: bms: add desay calibration data\n"
    },
    {
      "commit": "fb0e686a80791220b368e7779533625cdf5d8984",
      "tree": "1ad83550e2be40621d8aabbbb60dbbdc583c3d6d",
      "parents": [
        "92261600c0d15322a678df32c2af5579b42deab0",
        "f2b3f49ede3be96e11b60880c22a768328ce4d2f"
      ],
      "author": {
        "name": "Linux Build Service Account",
        "email": "lnxbuild@localhost",
        "time": "Tue Feb 28 03:17:31 2012 -0800"
      },
      "committer": {
        "name": "QuIC Gerrit Code Review",
        "email": "code-review@localhost",
        "time": "Tue Feb 28 03:17:31 2012 -0800"
      },
      "message": "Merge \"Merge remote-tracking branch \u0027kdorfman/emmc_base\u0027 into merge/kdorfman\" into msm-3.0"
    },
    {
      "commit": "bde8424c61d67d38ce83e2ba1f6ad217c2b2c158",
      "tree": "54f40730984ea5bfa2a45da56d9a0f48840cef87",
      "parents": [
        "f314abc15949b7ee517cce7dd295eee5242b6e04"
      ],
      "author": {
        "name": "Jignesh Mehta",
        "email": "jigneshm@codeaurora.org",
        "time": "Thu Feb 16 13:21:22 2012 -0800"
      },
      "committer": {
        "name": "Jignesh Mehta",
        "email": "jigneshm@codeaurora.org",
        "time": "Mon Feb 27 14:23:01 2012 -0800"
      },
      "message": "msm: camera: Fix for inline jpeg corrupted image\n\nEnable IMEM clock for Inline mode. For Inline mode, VFE writes MCUs\nof frame to IMEM and GEMINI reads it from IMEM and encode the image.\n\nSync VFE, IMEM and GEMINI clock to 228MHz. VFE and IMEM are running\nat 228MHz. But Gemini was running at 158Mhz that creates bootleneck and\ngenerat overflow irq error.\n\nAdd VFE_OUTPUTS_JPEG_AND_THUMBANIL operation mode to fix\nFE overflow IRQ error in gemini.\n\nChange-Id: Iaf20892d33d30e7cb8d6ab5fd75551aff260098f\nSigned-off-by: Jignesh Mehta \u003cjigneshm@codeaurora.org\u003e\n"
    },
    {
      "commit": "a3dcce4029742d8e510c695b902cbe349bf98f44",
      "tree": "465649c950c00ed6e570eb9e71f236244e068478",
      "parents": [
        "f314abc15949b7ee517cce7dd295eee5242b6e04"
      ],
      "author": {
        "name": "Anantha Krishnan",
        "email": "ananthk@codeaurora.org",
        "time": "Thu Jan 05 19:27:57 2012 +0530"
      },
      "committer": {
        "name": "Anantha Krishnan",
        "email": "ananthk@codeaurora.org",
        "time": "Tue Feb 28 00:45:47 2012 +0530"
      },
      "message": "radio-tavarua: Add commands to configure the FM Search parameters.\n\nProvide commands to get/set the On channel and Off channel detection\nthreshold search parameters to optimize the FM search performance.\n\nChange-Id: Id232ffe2d1231fbd44bb34b4b98263434763b7c0\nSigned-off-by: Anantha Krishnan \u003cananthk@codeaurora.org\u003e\n"
    },
    {
      "commit": "35e1187ef9660b4780972f6004e02d7556e6810f",
      "tree": "9c0d27ffa39cede2adaa9a76f94e2b65b9d177f9",
      "parents": [
        "8f2601b9af892ccdae0a4b24d369a70f8f53342e"
      ],
      "author": {
        "name": "David Keitel",
        "email": "dkeitel@codeaurora.org",
        "time": "Fri Feb 17 17:40:42 2012 -0800"
      },
      "committer": {
        "name": "David Keitel",
        "email": "dkeitel@codeaurora.org",
        "time": "Mon Feb 27 10:50:41 2012 -0800"
      },
      "message": "msm: 8960/8064: robust battery detection\n\nTo ensure proper battery id dectection on LiQUID and MTP\nuse machine_is_msm8960/8064_mtp/cdp to determine which\ncalibration data to use for battery. If platform is\nunknown fall back on regular battery id detection.\n\nChange-Id: I2f5629572d1e5fcac0a2feb114947b91a96f3bf0\nSigned-off-by: David Keitel \u003cdkeitel@codeaurora.org\u003e\n"
    },
    {
      "commit": "8f2601b9af892ccdae0a4b24d369a70f8f53342e",
      "tree": "b9352f07838e102f06d868638df33abe667c5f12",
      "parents": [
        "f314abc15949b7ee517cce7dd295eee5242b6e04"
      ],
      "author": {
        "name": "David Keitel",
        "email": "dkeitel@codeaurora.org",
        "time": "Tue Feb 14 22:31:07 2012 -0800"
      },
      "committer": {
        "name": "David Keitel",
        "email": "dkeitel@codeaurora.org",
        "time": "Mon Feb 27 10:50:22 2012 -0800"
      },
      "message": "power: bms: add desay calibration data\n\nAdd the calibration data and battery ID information for the\nDesay 5200 mAh battery which is used in LiQUID platform\ndevices.\n\nChange-Id: I19ff1251ee3e71fa71d4fa0c83143d4b7667a80c\nSigned-off-by: David Keitel \u003cdkeitel@codeaurora.org\u003e\n"
    },
    {
      "commit": "91223e07a7179cdabc8236230ebdda1adddf734a",
      "tree": "3e3642382ebc58ea116c1ce0e0c0d3837433615a",
      "parents": [
        "a424739f465fd24764ffcd4ec8488788ad2e625b"
      ],
      "author": {
        "name": "Manu Gautam",
        "email": "mgautam@codeaurora.org",
        "time": "Tue Nov 08 15:27:22 2011 +0530"
      },
      "committer": {
        "name": "Hemant Kumar",
        "email": "hemantk@codeaurora.org",
        "time": "Sun Feb 26 09:11:19 2012 -0800"
      },
      "message": "USB: EHCI: msm: Add support for EHCI based Host Controller\n\nThis patch adds support for EHCI compliant USB Host Controller\nfor Liquid on 8064.\nThis driver supports Host only mode and is different from ehci-msm\nwhich relies on OTG driver for putting hardware in low pwer mode\nand PHY initialization as well.\n\nChange-Id: I84b63b2577311900a0b434f53df547bad62f6316\nSigned-off-by: Manu Gautam \u003cmgautam@codeaurora.org\u003e\nSigned-off-by: Hemant Kumar \u003chemantk@codeaurora.org\u003e\n"
    },
    {
      "commit": "a424739f465fd24764ffcd4ec8488788ad2e625b",
      "tree": "a82be1a3bd45f401a016e91f748efa1d4fe1c627",
      "parents": [
        "ac7952d778e6333e7296d00338b99371d7e01dc5",
        "bad3206b2051e880da7ebf2a35f240c09e37de3a"
      ],
      "author": {
        "name": "Linux Build Service Account",
        "email": "lnxbuild@localhost",
        "time": "Sun Feb 26 04:31:41 2012 -0800"
      },
      "committer": {
        "name": "QuIC Gerrit Code Review",
        "email": "code-review@localhost",
        "time": "Sun Feb 26 04:31:41 2012 -0800"
      },
      "message": "Merge changes Ibad3206b,If1742378 into msm-3.0\n\n* changes:\n  of/address: add empty static inlines for !CONFIG_OF\n  dt: add empty for_each_child_of_node, of_find_property\n"
    },
    {
      "commit": "0f5c8fab7704e6477f3b21b61c05739a77c3e740",
      "tree": "d34791f05f66f73cb2b0e414e625dd5ddb2e9d73",
      "parents": [
        "b8f29db3a9adfa461bb3098df2eb5a4afa2564d0",
        "2892b6bf1e55298f13f49db28c9383c2edb6532e"
      ],
      "author": {
        "name": "Linux Build Service Account",
        "email": "lnxbuild@localhost",
        "time": "Sun Feb 26 04:31:41 2012 -0800"
      },
      "committer": {
        "name": "QuIC Gerrit Code Review",
        "email": "code-review@localhost",
        "time": "Sun Feb 26 04:31:41 2012 -0800"
      },
      "message": "Merge \"qseecom: Add qseecom Driver\" into msm-3.0"
    },
    {
      "commit": "2f4846abae75576a5f7f662f3beb1cb1b2a1e671",
      "tree": "e9b6ccf2bc76bcb82043b443b68dd7ff51c0bd60",
      "parents": [
        "94b5f68981559d2d25ba24b35bb48cb00eab4e53",
        "f30d6047e69bef0d611907470f162afd2c4bc4f3"
      ],
      "author": {
        "name": "Linux Build Service Account",
        "email": "lnxbuild@localhost",
        "time": "Sat Feb 25 16:41:31 2012 -0800"
      },
      "committer": {
        "name": "QuIC Gerrit Code Review",
        "email": "code-review@localhost",
        "time": "Sat Feb 25 16:41:31 2012 -0800"
      },
      "message": "Merge \"msm: audio: qdsp5: Add PCM-WB support for VoIP.\" into msm-3.0"
    },
    {
      "commit": "6ba216846ba1c9a33c31648af48ac8b004ba7373",
      "tree": "25c6980dc5954b1fbdc9927101cc8e2f053b1fd7",
      "parents": [
        "9389f42d89d5b44c38fc9a550fe87ff15d9ce3e7",
        "b69202b62234d2a3103117536ed637bde87dcc2b"
      ],
      "author": {
        "name": "Linux Build Service Account",
        "email": "lnxbuild@localhost",
        "time": "Sat Feb 25 16:41:31 2012 -0800"
      },
      "committer": {
        "name": "QuIC Gerrit Code Review",
        "email": "code-review@localhost",
        "time": "Sat Feb 25 16:41:31 2012 -0800"
      },
      "message": "Merge \"radio: iris: Fix the set station issue at boundary\" into msm-3.0"
    },
    {
      "commit": "1ee4dbf623d54d4c4e0ef29c6c94e3c5891720a4",
      "tree": "8ad6bfd362d35c771738295c26380dc3fe71a4ed",
      "parents": [
        "7f244319cd187808314f63e0f56c7f0aa1e8e19a",
        "04592007f7fd2dcff87ed034b8767dcc9550f08b"
      ],
      "author": {
        "name": "Linux Build Service Account",
        "email": "lnxbuild@localhost",
        "time": "Sat Feb 25 16:41:31 2012 -0800"
      },
      "committer": {
        "name": "QuIC Gerrit Code Review",
        "email": "code-review@localhost",
        "time": "Sat Feb 25 16:41:31 2012 -0800"
      },
      "message": "Merge \"msm-camera: vertical and horizontal view angle of lens added.\" into msm-3.0"
    },
    {
      "commit": "2df94ab65183833197f717c3886cb24af0153b16",
      "tree": "bdc1877d8066357a1283ba430844b365a7861d6d",
      "parents": [
        "85ec0cd679c0850b7bac60bc39251621aa45bb79",
        "9a27d4c55b862eecc1c5eacb7fc0185957b851a0"
      ],
      "author": {
        "name": "Linux Build Service Account",
        "email": "lnxbuild@localhost",
        "time": "Sat Feb 25 12:46:51 2012 -0800"
      },
      "committer": {
        "name": "QuIC Gerrit Code Review",
        "email": "code-review@localhost",
        "time": "Sat Feb 25 12:46:51 2012 -0800"
      },
      "message": "Merge \"gpu: ion: Add missing argument to iommu map func\" into msm-3.0"
    },
    {
      "commit": "3b8582b49c3ca6c4255827507f6bb912c1e29f22",
      "tree": "0654a1b5bf715012db5d5fe92eb7533c6829832e",
      "parents": [
        "92aa95af8d62b6d1e7b9cf4c161a1e17dcafe532",
        "563cf0fd474706bcc81c77865509758424dcd342"
      ],
      "author": {
        "name": "Linux Build Service Account",
        "email": "lnxbuild@localhost",
        "time": "Sat Feb 25 12:46:51 2012 -0800"
      },
      "committer": {
        "name": "QuIC Gerrit Code Review",
        "email": "code-review@localhost",
        "time": "Sat Feb 25 12:46:51 2012 -0800"
      },
      "message": "Merge changes Ic0dedbad,Ic0dedbad into msm-3.0\n\n* changes:\n  msm: kgsl: A3XX: Use recommended VBIF setings for dual port access\n  msm: kgsl: Program both IOMMUs at our disposal on 8064\n"
    },
    {
      "commit": "2892b6bf1e55298f13f49db28c9383c2edb6532e",
      "tree": "f9ac50d64a3f0551c9e8d4e73431d7a306426e4a",
      "parents": [
        "0564f549826e3bdca452d52ab675388cc8d9d1a0"
      ],
      "author": {
        "name": "Mona Hossain",
        "email": "mhossain@codeaurora.org",
        "time": "Fri Feb 17 13:53:11 2012 -0800"
      },
      "committer": {
        "name": "Mona Hossain",
        "email": "mhossain@codeaurora.org",
        "time": "Fri Feb 24 11:15:02 2012 -0800"
      },
      "message": "qseecom: Add qseecom Driver\n\nThis driver is based of the TZCOM (planned to be deprecated soon).\nIt shares the same design as TZCOM with some re-organization and\nnew features added. QSEEcom (Qualcomm Secure Execution environment\nCommunicator) is named accordingly to be consistent with the\nnomenclature used in the secure domain. The following additional\nfeatures (on top of current TZCOM) driver are implemented:\n\n(1) Add support for multi-image loading.\nThe image that was loaded in TZCOM was hard-coded to \"tzapps\".\nDuring a open() tzapps was loaded using pil driver call pil_get().\nThis severly limted the number of images that could be loaded to\none single application: named \"tzapps\". qseecom driver provides a\nway to load any image on request. Client simply send the image\ndata in a specific format and this data is sent over to QSEE\n(Qualcomm Secure Execution enviroment) to load accordingly.\n\n(2) Add support for multi-client.\nTZcom driver did not have provisions to support multiple clients\nto interface with the single tzapp image loaded on the secure\ndomain. The changes added in qseecom driver allows for multiple\nclient to interface with a single image laoded and running in\nsecure domain.\n\n(3) Add support for performance tweaking in QSEE\nAdded capability to send requests to QSEE to set specific clocks\nfor optimal crypto performance. This essentially will increase\nthe crypto performance on the secure domain. The crypto\nfunctionality is used extensively by the current existing qseecom\nclient(s).\n\n(4) Retain legacy support for QSEOS version 1.3.\nIn order for the existing applications to work with old QSEE image,\nqseecom also supports the old mechanism (loading tzapp image via\npil). This was a requirement for existing products that are not\nyet using the latest secure code.\n\nChange-Id: I7cf2d62c612cb4d17b33579e66bee44c9844dfda\nSigned-off-by: Mona Hossain \u003cmhossain@codeaurora.org\u003e\n"
    },
    {
      "commit": "b69202b62234d2a3103117536ed637bde87dcc2b",
      "tree": "d68ad671c2c2f862b4b566ffd3aedc373506b445",
      "parents": [
        "68f4b749782e09566b3282377fb59d8e6c4dcde9"
      ],
      "author": {
        "name": "Ayaz Ahmad",
        "email": "aahmad@codeaurora.org",
        "time": "Thu Feb 23 19:24:46 2012 +0530"
      },
      "committer": {
        "name": "Ayaz Ahmad",
        "email": "aahmad@codeaurora.org",
        "time": "Fri Feb 24 16:52:47 2012 +0530"
      },
      "message": "radio: iris: Fix the set station issue at boundary\n\nSeek frequency at lower/upper limit is not working\nif selected country is in Europe band with channel\n spacing 50Khz\n\nUse the correct upper limit for Europe band\n\nChange-Id: Icdcb116c24ae9840cc66b1dc2da5fa739a2f89c8\nCRs-Fixed: 338137\nSigned-off-by: Ayaz Ahmad \u003caahmad@codeaurora.org\u003e\n"
    },
    {
      "commit": "0564f549826e3bdca452d52ab675388cc8d9d1a0",
      "tree": "98055c918a0912d5fb9488be4b3ea584839a0c8e",
      "parents": [
        "6c549919919a31098f377c268a2fe85cc2f7886e",
        "3a7774b2d5e1b3e6967bc2456be77402cd51b239"
      ],
      "author": {
        "name": "Linux Build Service Account",
        "email": "lnxbuild@localhost",
        "time": "Thu Feb 23 15:21:06 2012 -0800"
      },
      "committer": {
        "name": "QuIC Gerrit Code Review",
        "email": "code-review@localhost",
        "time": "Thu Feb 23 15:21:06 2012 -0800"
      },
      "message": "Merge \"msm: vidc: Remove duplicate header files\" into msm-3.0"
    },
    {
      "commit": "9a27d4c55b862eecc1c5eacb7fc0185957b851a0",
      "tree": "7b42045fbbb7bcb70d3fa19a7b8ebe620af1a325",
      "parents": [
        "4f11b8178fadbd077e0e5ce7a15b25cc81cb0c44"
      ],
      "author": {
        "name": "Olav Haugan",
        "email": "ohaugan@codeaurora.org",
        "time": "Thu Feb 23 09:35:16 2012 -0800"
      },
      "committer": {
        "name": "Olav Haugan",
        "email": "ohaugan@codeaurora.org",
        "time": "Thu Feb 23 09:35:16 2012 -0800"
      },
      "message": "gpu: ion: Add missing argument to iommu map func\n\nThere exists one definition for ion_map_iommu\nfunction when ION is enabled and one definition when\nION is disabled. The argument list for the definition used\nwhen ION is disabled is missing the buffer_size argument causing\ncompilation error for targets that call this function without\nION enabled.\n\nAdd buffer_size argument to ion_map_iommu function\nfor targets that does not have ION enabled.\n\nChange-Id: Ie184e4a6dbec2bc3dff75ab3b25985fd64e2baac\nSigned-off-by: Olav Haugan \u003cohaugan@codeaurora.org\u003e\n"
    },
    {
      "commit": "6c549919919a31098f377c268a2fe85cc2f7886e",
      "tree": "7b484c5b43963044b33f947b099f2292b9d1d7b9",
      "parents": [
        "5ce8dd9f0b57ac400e44c8cd56e934c8c6f05c11",
        "69bf55767a9ca5085a75aa004d23f96a0e8bac02"
      ],
      "author": {
        "name": "Linux Build Service Account",
        "email": "lnxbuild@localhost",
        "time": "Thu Feb 23 06:34:41 2012 -0800"
      },
      "committer": {
        "name": "QuIC Gerrit Code Review",
        "email": "code-review@localhost",
        "time": "Thu Feb 23 06:34:41 2012 -0800"
      },
      "message": "Merge changes I50ac40e4,Ib318497b into msm-3.0\n\n* changes:\n  slim_msm: Remove active channels of a satellite when it restarts\n  slimbus: Don\u0027t allow a grouped channel to be controlled individually\n"
    },
    {
      "commit": "3a7774b2d5e1b3e6967bc2456be77402cd51b239",
      "tree": "6991a4086815c241d2aa67043a9767b79fc7d85d",
      "parents": [
        "4f11b8178fadbd077e0e5ce7a15b25cc81cb0c44"
      ],
      "author": {
        "name": "Deva Ramasubramanian",
        "email": "dramasub@codeaurora.org",
        "time": "Fri Feb 10 12:09:50 2012 -0800"
      },
      "committer": {
        "name": "Deva Ramasubramanian",
        "email": "dramasub@codeaurora.org",
        "time": "Wed Feb 22 19:01:52 2012 -0800"
      },
      "message": "msm: vidc: Remove duplicate header files\n\n- Updated the header files in /include/media/msm to mirror the\n  header files in drivers/video/msm/vidc/common/.\n- Deleting header files in drivers/video/msm/vidc/common/ as we\n  wish to use headers in /include/media/msm going forward.\n\nChange-Id: I58f64e6168d3cc101394414400dd79b82c429ae4\nSigned-off-by: Deva Ramasubramanian \u003cdramasub@codeaurora.org\u003e\n"
    },
    {
      "commit": "2e7026aae0aed8d61e56f4544ab65c69e36f7a10",
      "tree": "3e896ac119984a06c7a2c19ae50b3f88550d94d4",
      "parents": [
        "f287480fde75690015d7d950cb68cb794f18a5e1"
      ],
      "author": {
        "name": "Sagar Dharia",
        "email": "sdharia@codeaurora.org",
        "time": "Tue Feb 21 17:48:14 2012 -0700"
      },
      "committer": {
        "name": "Sagar Dharia",
        "email": "sdharia@codeaurora.org",
        "time": "Wed Feb 22 17:44:04 2012 -0700"
      },
      "message": "slimbus: Don\u0027t allow a grouped channel to be controlled individually\n\nOnce client defines a group of channels, it should be only allowed to\nbe controlled as a group and not individually to avoid synchronization\nissues between grouped channels.\n\nChange-Id: Ib318497b2666eb5134a1cb220e5df6569c9fcc2e\nSigned-off-by: Sagar Dharia \u003csdharia@codeaurora.org\u003e\n"
    },
    {
      "commit": "04592007f7fd2dcff87ed034b8767dcc9550f08b",
      "tree": "384dd189f20d0c5c240883e9a184555635ccca6b",
      "parents": [
        "4f11b8178fadbd077e0e5ce7a15b25cc81cb0c44"
      ],
      "author": {
        "name": "Jeyaprakash Soundrapandian",
        "email": "jsound@codeaurora.org",
        "time": "Wed Feb 08 10:29:50 2012 -0800"
      },
      "committer": {
        "name": "Jeyaprakash Soundrapandian",
        "email": "jsound@codeaurora.org",
        "time": "Wed Feb 22 15:30:06 2012 -0800"
      },
      "message": "msm-camera: vertical and horizontal view angle of lens added.\n\nThe application layer expects the view angle of the camera lens.\nThe lens vertical and horizontal view angle of the sensors\nimx074 and ov2720 are added.\n\nChange-Id: I513fbbdf7fdfc5df0969fe54e05c7549123f6bcb\nSigned-off-by: Jeyaprakash Soundrapandian \u003cjsound@codeaurora.org\u003e\n"
    },
    {
      "commit": "490f9a35301951572efa44f6b1bf6900af5a96fb",
      "tree": "18bea8b167407efd8fb07b73ff7c42d731da8a68",
      "parents": [
        "642756f4efa0af0cd9ae7475214f6b6751a39337",
        "525da18ed57e6bd13c1f7067e193b19d77b8b470"
      ],
      "author": {
        "name": "Linux Build Service Account",
        "email": "lnxbuild@localhost",
        "time": "Wed Feb 22 01:00:01 2012 -0800"
      },
      "committer": {
        "name": "QuIC Gerrit Code Review",
        "email": "code-review@localhost",
        "time": "Wed Feb 22 01:00:12 2012 -0800"
      },
      "message": "Merge \"regulator: pm8xxx-regulator: Add control for boost regulators\" into msm-3.0"
    },
    {
      "commit": "bad3206b2051e880da7ebf2a35f240c09e37de3a",
      "tree": "d296d0c8a1312fd74be6060016c5d37e53aeda77",
      "parents": [
        "4acfbc01a9064ff6da05f98a4bb54530aa5bb3ad"
      ],
      "author": {
        "name": "Grant Likely",
        "email": "grant.likely@secretlab.ca",
        "time": "Tue Feb 14 14:06:55 2012 -0700"
      },
      "committer": {
        "name": "Sathish Ambley",
        "email": "sambley@codeaurora.org",
        "time": "Tue Feb 21 15:10:14 2012 -0800"
      },
      "message": "of/address: add empty static inlines for !CONFIG_OF\n\nAs the title says, this patch adds empty implementations for the address\ntranslation functions so that they can be used when CONFIG_OF is disabled.\n\nSigned-off-by: Grant Likely \u003cgrant.likely@secretlab.ca\u003e\nCc: Rob Herring \u003crob.herring@calxeda.com\u003e\nSigned-off-by: Sathish Ambley \u003csambley@codeaurora.org\u003e\n"
    },
    {
      "commit": "46cf4bb5ebf17ae8fad78e6fb3ea33884eff1dfa",
      "tree": "eb0747e774641ecb6969c86dcb645c416eb69972",
      "parents": [
        "d00708822d3ce95d33e85b453590b29a8b28ae31"
      ],
      "author": {
        "name": "Jordan Crouse",
        "email": "jcrouse@codeaurora.org",
        "time": "Tue Feb 21 08:54:52 2012 -0700"
      },
      "committer": {
        "name": "Jordan Crouse",
        "email": "jcrouse@codeaurora.org",
        "time": "Tue Feb 21 09:18:31 2012 -0700"
      },
      "message": "msm: kgsl: Program both IOMMUs at our disposal on 8064\n\nAPQ8064 has two AXI ports attached to the GPU with an IOMMU on both.\nThe VBIF can be programmed to use a round-robin arbitration to access\nthe ports equally, so we need to program both IOMMUs with the same\npagetable to make sure that the GPU can get where it needs to go.\nAll this involves a board file infrastructure change that affects 8960\ntoo, but no functional changes are happening for that platform.\n\nChange-Id: Ic0dedbad5198ed9c453711e58a3f1220ef5d5b4e\nSigned-off-by: Jordan Crouse \u003cjcrouse@codeaurora.org\u003e\n"
    },
    {
      "commit": "bbc2e703c6b37dcb2557c4005eec386ca808c875",
      "tree": "e759a9499260f6738a765e256b88cc194b94f9c4",
      "parents": [
        "ebfbb8e95be29af8034547d34f86b4de27147f69"
      ],
      "author": {
        "name": "Chaithanya Krishna Bacharaju",
        "email": "chaithan@codeaurora.org",
        "time": "Thu Feb 16 14:46:55 2012 +0530"
      },
      "committer": {
        "name": "Chaithanya Krishna Bacharaju",
        "email": "chaithan@codeaurora.org",
        "time": "Tue Feb 21 18:57:06 2012 +0530"
      },
      "message": "msm: audio: qdsp6v2: Replace PMEM with ION in Audio Decoder drivers\n\nION is replacement for PMEM which is less complex with better\nreference counting. Hence ION which is a superset of PMEM is\nused to allocate memory in the audio decoder drivers.\n\nChange-Id: I088e532a34e266bbfc3ac0a01e12acc3418c7ca6\nSigned-off-by: Chaithanya Krishna Bacharaju \u003cchaithan@codeaurora.org\u003e\n"
    },
    {
      "commit": "f30d6047e69bef0d611907470f162afd2c4bc4f3",
      "tree": "c6e8d09366ec4273638d69a079f3609741a46b5a",
      "parents": [
        "13f773f95f479eef038331917d9aa16a97af4c66"
      ],
      "author": {
        "name": "Phani Kumar Allada",
        "email": "pallad@codeaurora.org",
        "time": "Tue Feb 21 16:02:59 2012 +0530"
      },
      "committer": {
        "name": "Phani Kumar Allada",
        "email": "pallad@codeaurora.org",
        "time": "Tue Feb 21 16:04:40 2012 +0530"
      },
      "message": "msm: audio: qdsp5: Add PCM-WB support for VoIP.\n\nAdded PCM WB mode support for  VoIP\n\nChange-Id: Ib6e69ee0df7621ad4e85cf3d7412fa2a837a0b1e\nSigned-off-by: Phani Kumar Allada \u003cpallad@codeaurora.org\u003e\n"
    }
  ],
  "next": "6847bd28dc44d58f957eed6faef3b82559d67c7f"
}
