)]}'
{
  "log": [
    {
      "commit": "215e871aaa3d94540121a3809d80d0c5e5686e4f",
      "tree": "0ed6469c5ad04db8cfa0edb58c676d5155df20cd",
      "parents": [
        "b6cf160c4b788a31f6a4017a469b956ca77febf4",
        "fd7d1ced29e5beb88c9068801da7a362606d8273"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Sat Feb 02 14:29:33 2008 +1100"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Sat Feb 02 14:29:33 2008 +1100"
      },
      "message": "Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/pci-2.6\n\n* git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/pci-2.6: (64 commits)\n  PCI: make pci_bus a struct device\n  PCI: fix codingstyle issues in include/linux/pci.h\n  PCI: fix codingstyle issues in drivers/pci/pci.h\n  PCI: PCIE ASPM support\n  PCI: Fix fakephp deadlock\n  PCI: modify SB700 SATA MSI quirk\n  PCI: Run ACPI _OSC method on root bridges only\n  PCI ACPI: AER driver should only register PCIe devices with _OSC\n  PCI ACPI: Added a function to register _OSC with only PCIe devices.\n  PCI: constify function pointer tables\n  PCI: Convert drivers/pci/proc.c to use unlocked_ioctl\n  pciehp: block new requests from the device before power off\n  pciehp: workaround against Bad DLLP during power off\n  pciehp: wait for 1000ms before LED operation after power off\n  PCI: Remove pci_enable_device_bars() from documentation\n  PCI: Remove pci_enable_device_bars()\n  PCI: Remove users of pci_enable_device_bars()\n  PCI: Add pci_enable_device_{io,mem} intefaces\n  PCI: avoid save the same type of cap multiple times\n  PCI: correctly initialize a structure for pcie_save_pcix_state()\n  ...\n"
    },
    {
      "commit": "0948391641918b95d8d96c15089eb5ac156850b3",
      "tree": "8120c8b1eb2307ae13bddb62de1f4682c6c1cbc3",
      "parents": [
        "b718989da7cf1f77ed5665dba0d2c73bd9dfe2d7"
      ],
      "author": {
        "name": "Benjamin Herrenschmidt",
        "email": "benh@kernel.crashing.org",
        "time": "Thu Dec 20 15:28:09 2007 +1100"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Feb 01 15:04:27 2008 -0800"
      },
      "message": "PCI: Remove users of pci_enable_device_bars()\n\nThis patch converts users of pci_enable_device_bars() to the new\npci_enable_device_{io,mem} interface.\n\nThe new API fits nicely, except maybe for the QLA case where a bit of\ncode re-organization might be a good idea but I prefer sticking to the\nsimple patch as I don\u0027t have hardware to test on.\n\nI\u0027ll also need some feedback on the cs5520 change.\n\nSigned-off-by: Benjamin Herrenschmidt \u003cbenh@kernel.crashing.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "a14dc57495899175a0827673fe23ed17b5653896",
      "tree": "230bee815285fa114e7bbead9194bac6eefcbe20",
      "parents": [
        "e84e7ea7c4d0a6d7fbaecab2d85df0298cd9e3b4"
      ],
      "author": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Fri Feb 01 23:09:36 2008 +0100"
      },
      "committer": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Fri Feb 01 23:09:36 2008 +0100"
      },
      "message": "ide: move hwif_register() call out of ide_probe_port()\n\n* Add BUG_ON(hwif-\u003epresent) at the start of ide_probe_port().\n\n* Move hwif_register() call (along with setting hwif-\u003epresent) from\n  ide_probe_port() to ide_device_add_all().\n\n  As a result the port will be registered with the device tree _after_:\n  - probing both devices (if both are present)\n  - port reset (if hwif-\u003ereset is set)\n  - restoring local IRQs state and re-enabling port IRQ\n\nWhile at it:\n\n* Rename hwif_register() to ide_register_port().\n\nSigned-off-by: Bartlomiej Zolnierkiewicz \u003cbzolnier@gmail.com\u003e\n"
    },
    {
      "commit": "e84e7ea7c4d0a6d7fbaecab2d85df0298cd9e3b4",
      "tree": "f91d99e449812ba9c132d8c6c8c923709284dc52",
      "parents": [
        "139ddfcab50e5eabcc88341c8743a990ac1be6a2"
      ],
      "author": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Fri Feb 01 23:09:36 2008 +0100"
      },
      "committer": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Fri Feb 01 23:09:36 2008 +0100"
      },
      "message": "ide: factor out code for tuning devices from ide_probe_port()\n\n* Factor out code for tuning devices from ide_probe_port()\n  to ide_port_tune_devices().\n\n* Move ide_port_tune_devices() call from ide_probe_port()\n  to ide_device_add_all().\n\nThere should be no functionality changes caused by this patch.\n\nSigned-off-by: Bartlomiej Zolnierkiewicz \u003cbzolnier@gmail.com\u003e\n"
    },
    {
      "commit": "139ddfcab50e5eabcc88341c8743a990ac1be6a2",
      "tree": "cbe352f976ccd77976b717f49a42cbc839cfb3a5",
      "parents": [
        "9d501529b688dada3fd90d91b1517e48d5ac3e05"
      ],
      "author": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Fri Feb 01 23:09:36 2008 +0100"
      },
      "committer": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Fri Feb 01 23:09:36 2008 +0100"
      },
      "message": "ide: move handling of I/O resources out of ide_probe_port()\n\nReserve/release I/O resources in ide_device_add_all() instead of\nide_probe_port().\n\nSigned-off-by: Bartlomiej Zolnierkiewicz \u003cbzolnier@gmail.com\u003e\n"
    },
    {
      "commit": "9d501529b688dada3fd90d91b1517e48d5ac3e05",
      "tree": "455d4f52979dd11abc1ef6dbd3c01128e03118d1",
      "parents": [
        "fbd130887a45341259cde02e134581fb3dac6e14"
      ],
      "author": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Fri Feb 01 23:09:36 2008 +0100"
      },
      "committer": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Fri Feb 01 23:09:36 2008 +0100"
      },
      "message": "ide: make probe_hwif() return an error value\n\nMake probe_hwif() return an error value.\n\nWhile at it:\n\n* Remove comment about MAX_DRIVES \u003d\u003d 2 limitation (it is not special to\n  probe_hwif(), it is a general assumption taken by a lot of IDE code).\n\n* Rename probe_hwif() to ide_probe_port().\n\nSigned-off-by: Bartlomiej Zolnierkiewicz \u003cbzolnier@gmail.com\u003e\n"
    },
    {
      "commit": "fbd130887a45341259cde02e134581fb3dac6e14",
      "tree": "f0725b5febce2f948e02f5d98a5bf3a6a7f658cb",
      "parents": [
        "cae5c82022cd710ff1eedd39ca8c56b081177b18"
      ],
      "author": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Fri Feb 01 23:09:36 2008 +0100"
      },
      "committer": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Fri Feb 01 23:09:36 2008 +0100"
      },
      "message": "ide: use ide_remove_port_from_hwgroup in init_irq()\n\nThere should be no functionality changes caused by this patch.\n\nSigned-off-by: Bartlomiej Zolnierkiewicz \u003cbzolnier@gmail.com\u003e\n"
    },
    {
      "commit": "cae5c82022cd710ff1eedd39ca8c56b081177b18",
      "tree": "b3a9b20da3c022fe369d890627c33c82e060b345",
      "parents": [
        "96e5ad309c423bc0793e746337d5632ee5a49769"
      ],
      "author": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Fri Feb 01 23:09:36 2008 +0100"
      },
      "committer": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Fri Feb 01 23:09:36 2008 +0100"
      },
      "message": "ide: prepare init_irq() for using ide_remove_port_from_hwgroup()\n\n* BUG_ON() early if \u0027hwif-\u003enext \u003d\u003d hwif\u0027 and there is a \u0027match\u0027 hwgroup.\n\n* Remove printk() for impossible condition and add a BUG_ON(hwgroup-\u003edrive)\n  to match code in ide_unregister().\n\nSigned-off-by: Bartlomiej Zolnierkiewicz \u003cbzolnier@gmail.com\u003e\n"
    },
    {
      "commit": "96e5ad309c423bc0793e746337d5632ee5a49769",
      "tree": "cdea77d9084a1d6cd1856fb772261c303d33b44d",
      "parents": [
        "7cba97f12963721eca648d6901b294750a1fa3bd"
      ],
      "author": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Fri Feb 01 23:09:35 2008 +0100"
      },
      "committer": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Fri Feb 01 23:09:35 2008 +0100"
      },
      "message": "ide: factor out code removing port from hwgroup from ide_unregister()\n\nSigned-off-by: Bartlomiej Zolnierkiewicz \u003cbzolnier@gmail.com\u003e\n"
    },
    {
      "commit": "7cba97f12963721eca648d6901b294750a1fa3bd",
      "tree": "3a384f824b09ffde7662adbb7a7e55af49a78515",
      "parents": [
        "537f06c5deaffbbe155bcc898369f889e7f3e647"
      ],
      "author": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Fri Feb 01 23:09:35 2008 +0100"
      },
      "committer": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Fri Feb 01 23:09:35 2008 +0100"
      },
      "message": "ide: I/O resources are released too early in ide_unregister()\n\nRelease I/O resources after releasing DMA.\n\nSigned-off-by: Bartlomiej Zolnierkiewicz \u003cbzolnier@gmail.com\u003e\n"
    },
    {
      "commit": "537f06c5deaffbbe155bcc898369f889e7f3e647",
      "tree": "b50e791f9a33a7e510dd7439ec047ca08c857b9f",
      "parents": [
        "422278ef9585b0be62b1bd6d48935a7529aa5094"
      ],
      "author": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Fri Feb 01 23:09:35 2008 +0100"
      },
      "committer": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Fri Feb 01 23:09:35 2008 +0100"
      },
      "message": "ide: cleanup ide_system_bus_speed()\n\nUse the facts that:\n\n* When ide_init() is called \u0027system_bus_speed\u0027 always equals zero.\n\n* system_bus_clock() is never called before ide_init().\n\nand:\n\n* Move printk() from ide_system_bus_speed() to ide_init().\n\n* Don\u0027t assign \u0027system_bus_speed\u0027 in ide_system_bus_speed().\n\n* Don\u0027t call ide_system_bus_speed() in system_bus_clock().\n\nSigned-off-by: Bartlomiej Zolnierkiewicz \u003cbzolnier@gmail.com\u003e\n"
    },
    {
      "commit": "422278ef9585b0be62b1bd6d48935a7529aa5094",
      "tree": "902286515bc19543926a07ba11a15c015c40f1d9",
      "parents": [
        "a6fbb1c8c312be902f1085824c98ca50c86d5893"
      ],
      "author": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Fri Feb 01 23:09:35 2008 +0100"
      },
      "committer": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Fri Feb 01 23:09:35 2008 +0100"
      },
      "message": "ide: remove needless zeroing of hwgroup fields from init_irq()\n\nSince kmalloc_node() is called with __GFP_ZERO flag there is no need to\nexplicitly zero hwgroup fields.\n\nWhile at it:\n\n* Use \u0027hwif\u0027 instead of \u0027hwif-\u003edrives[0].hwif\u0027 for kmalloc_node() call.\n\n* Fix whitespace damage.\n\nSigned-off-by: Bartlomiej Zolnierkiewicz \u003cbzolnier@gmail.com\u003e\n"
    },
    {
      "commit": "042449377e0aa559804c2072887c56760c56e079",
      "tree": "1cc271e6d96daefa9ece06660f2d8d565a9aff77",
      "parents": [
        "48535651f6a993924115768aa7256c371bf818e6"
      ],
      "author": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Fri Feb 01 23:09:35 2008 +0100"
      },
      "committer": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Fri Feb 01 23:09:35 2008 +0100"
      },
      "message": "ide_platform: remove struct hwif_prop\n\n* Remove \u0027if (hwif !\u003d hwif_prop.hwif)\u0027 check from plat_ide_remove()\n  (pdev-\u003edev.driver_data and hwif_prop.hwif are set at the same time\n   in plat_ide_probe() and are identical).\n\n* Use hwif-\u003eindex for ide_unregister() in plat_ide_remove().\n\n* Use local variables instead of hwif_prop.plat_ide[_alt]_mapbase in\n  plat_ide_probe() and remove no longer needed struct hwif_prop.\n\nSigned-off-by: Bartlomiej Zolnierkiewicz \u003cbzolnier@gmail.com\u003e\n"
    },
    {
      "commit": "48535651f6a993924115768aa7256c371bf818e6",
      "tree": "627eadcd69bc46efe2c99493602cae714f83c534",
      "parents": [
        "c860a8f2d29b7da84fb3aed7b097f53c2c225fd6"
      ],
      "author": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Fri Feb 01 23:09:34 2008 +0100"
      },
      "committer": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Fri Feb 01 23:09:34 2008 +0100"
      },
      "message": "ide: remove hwif-\u003epresent manipulations from hwif_init()\n\n* Call hwif_init() only if hwif-\u003epresent is set.\n\n* If hwif_init() fails clear hwif-\u003epresent.\n\n* Remove hwif-\u003epresent manipulations from hwif_init().\n\nSigned-off-by: Bartlomiej Zolnierkiewicz \u003cbzolnier@gmail.com\u003e\n"
    },
    {
      "commit": "c860a8f2d29b7da84fb3aed7b097f53c2c225fd6",
      "tree": "f78675adbd5cacf4fc64846b67e7c972aa316cff",
      "parents": [
        "cf7125ae05e5ac671eec2508656816bbc0a8c723"
      ],
      "author": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Fri Feb 01 23:09:34 2008 +0100"
      },
      "committer": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Fri Feb 01 23:09:34 2008 +0100"
      },
      "message": "ide: move wait_hwif_ready() documentation in the right place\n\n* Move wait_hwif_ready() documentation before this function.\n\n* Fix trailing whitespaces.\n\n* s/wait-for-busy/wait-for-non-busy/\n\n* Remove no longer valid comment about the current code behavior.\n\n* Docbook-ize it.\n\n* Rename wait_hwif_ready() to ide_port_wait_ready().\n\nAcked-by: Sergei Shtylyov \u003csshtylyov@ru.mvista.com\u003e\nSigned-off-by: Bartlomiej Zolnierkiewicz \u003cbzolnier@gmail.com\u003e\n"
    },
    {
      "commit": "cf7125ae05e5ac671eec2508656816bbc0a8c723",
      "tree": "c6b6c7d6155c1dabf775f9234ffc0f587aecf984",
      "parents": [
        "76166952bbc81dda1c8a8c14e75a2aa06f6c052c"
      ],
      "author": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Fri Feb 01 23:09:34 2008 +0100"
      },
      "committer": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Fri Feb 01 23:09:34 2008 +0100"
      },
      "message": "ide: fix handling of busy I/O resources in probe_hwif()\n\nIt could be that I/O resources are busy because some other host driver\nhas already claimed them so don\u0027t unregister the devices.\n\nSigned-off-by: Bartlomiej Zolnierkiewicz \u003cbzolnier@gmail.com\u003e\n"
    },
    {
      "commit": "d3f208488fcd9351e01f4e0ca088873192194094",
      "tree": "5c2e8d6eace5b5d94d726b8156b41e97fea9e77f",
      "parents": [
        "59bca8cc995428c34d8cdfadfa87c8e3f01c4340"
      ],
      "author": {
        "name": "Borislav Petkov",
        "email": "bbpetkov@yahoo.de",
        "time": "Fri Feb 01 23:09:33 2008 +0100"
      },
      "committer": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Fri Feb 01 23:09:33 2008 +0100"
      },
      "message": "ide-floppy: cleanup header\n\nMove ide-floppy historical changelog to\nDocumentation/ide/ChangeLog.ide-floppy.1996-2002\n\nSigned-off-by: Borislav Petkov \u003cbbpetkov@yahoo.de\u003e\nSigned-off-by: Bartlomiej Zolnierkiewicz \u003cbzolnier@gmail.com\u003e\n"
    },
    {
      "commit": "59bca8cc995428c34d8cdfadfa87c8e3f01c4340",
      "tree": "8c50895494db34913d09cc3017b46fe28ec4c102",
      "parents": [
        "58f189fccc72bb8a91de1854e519b47d64fbdbaa"
      ],
      "author": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Fri Feb 01 23:09:33 2008 +0100"
      },
      "committer": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Fri Feb 01 23:09:33 2008 +0100"
      },
      "message": "ide: update/add my Copyrights\n\nThe last years stuff and a trip down memory lane...\n\nSigned-off-by: Bartlomiej Zolnierkiewicz \u003cbzolnier@gmail.com\u003e\n"
    },
    {
      "commit": "58f189fccc72bb8a91de1854e519b47d64fbdbaa",
      "tree": "977aa91b6dd93ab07b22f60f97e8c91533f9125e",
      "parents": [
        "fadd11c71b5a100fb7560b84a6272b8883082726"
      ],
      "author": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Fri Feb 01 23:09:33 2008 +0100"
      },
      "committer": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Fri Feb 01 23:09:33 2008 +0100"
      },
      "message": "ide: delete filenames/versions from comments\n\nDelete filenames/versions from comments.\n\nI\u0027m leaving decisions about adding DRV_VERSION defines and MODULE_VERSION()-s\nto maintainers of the respective drivers.\n\nWhile at it:\n\n* Remove unused VERSION define from ide.c.\n\n* Remove unused/stale DRV_VERSION define from au1xxx-ide.c.\n\nSigned-off-by: Bartlomiej Zolnierkiewicz \u003cbzolnier@gmail.com\u003e\n"
    },
    {
      "commit": "fadd11c71b5a100fb7560b84a6272b8883082726",
      "tree": "b6fb0fe9df2c7f23481f3b34497d7101a2ef31fe",
      "parents": [
        "ed908fa1d037d780ebd04a412693bf3fc9c3a8fe"
      ],
      "author": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Fri Feb 01 23:09:33 2008 +0100"
      },
      "committer": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Fri Feb 01 23:09:33 2008 +0100"
      },
      "message": "au1xxx-ide/rapide: use hwif-\u003eindex for ide_unregister()\n\nCc: Russell King \u003crmk@arm.linux.org.uk\u003e\nSigned-off-by: Bartlomiej Zolnierkiewicz \u003cbzolnier@gmail.com\u003e\n"
    },
    {
      "commit": "ed908fa1d037d780ebd04a412693bf3fc9c3a8fe",
      "tree": "9789ce734b93e67accd5e1665b9c799433ed81e6",
      "parents": [
        "ed1f78899195545ec49bc9a42ee8eb35697b216a"
      ],
      "author": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Fri Feb 01 23:09:32 2008 +0100"
      },
      "committer": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Fri Feb 01 23:09:32 2008 +0100"
      },
      "message": "ide-pmac: macio resource freeing bugfix\n\nRelease DMA resource before zeroing pmif.\n\nCc: Benjamin Herrenschmidt \u003cbenh@kernel.crashing.org\u003e\nAcked-by: Sergei Shtylyov \u003csshtylyov@ru.mvista.com\u003e\nSigned-off-by: Bartlomiej Zolnierkiewicz \u003cbzolnier@gmail.com\u003e\n"
    },
    {
      "commit": "ed1f78899195545ec49bc9a42ee8eb35697b216a",
      "tree": "ac8a04978e04d0da11923382e2cf6c10fd183af7",
      "parents": [
        "062f9f024dcdb927cfd35c9ee8a68f59cbb1136f"
      ],
      "author": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Fri Feb 01 23:09:32 2008 +0100"
      },
      "committer": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Fri Feb 01 23:09:32 2008 +0100"
      },
      "message": "au1xxx-ide: device tree bugfix\n\nAdd missing hw.dev setup (so hwif-\u003egendev.parent will be set by\nide_init_port_hw() to point to the parent device).\n\nSigned-off-by: Bartlomiej Zolnierkiewicz \u003cbzolnier@gmail.com\u003e\n"
    },
    {
      "commit": "062f9f024dcdb927cfd35c9ee8a68f59cbb1136f",
      "tree": "ef592f702eea3e4333b1e0e2e3db7ce945408261",
      "parents": [
        "5c05ff68b9a9b40a9be949497e0aa980185565cf"
      ],
      "author": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Fri Feb 01 23:09:32 2008 +0100"
      },
      "committer": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Fri Feb 01 23:09:32 2008 +0100"
      },
      "message": "ide: use ide_build_sglist() and ide_destroy_dmatable() in non-PCI host drivers\n\n* Make ide_build_sglist() and ide_destroy_dmatable() available also when\n  CONFIG_BLK_DEV_IDEDMA_PCI\u003dn.\n\n* Use ide_build_sglist() and ide_destroy_dmatable() in {ics,au1xxx-}ide.c\n  and remove no longer needed {ics,au}ide_build_sglist().\n\nThere should be no functionality changes caused by this patch.\n\nCc: Russell King \u003crmk@arm.linux.org.uk\u003e\nSigned-off-by: Bartlomiej Zolnierkiewicz \u003cbzolnier@gmail.com\u003e\n"
    },
    {
      "commit": "5c05ff68b9a9b40a9be949497e0aa980185565cf",
      "tree": "d4d9a59a0f2d8b6ab3e107d5b15ed0d0709f4997",
      "parents": [
        "f8341c1c19730f1869f2f12e30fe56ff4afb4189"
      ],
      "author": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Fri Feb 01 23:09:32 2008 +0100"
      },
      "committer": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Fri Feb 01 23:09:32 2008 +0100"
      },
      "message": "ide: switch to DMA-mapping API\n\n* pci_map_sg() -\u003e dma_map_sg() in ide_build_sglist().\n\n* pci_unmap_sg() -\u003e dma_unmap_sg() in ide_destroy_dmatable().\n\nThere should be no functionality changes caused by this patch except\nfor blackfin arch whose dma_[un]map_sg() implementation differs from\npci_[un]map_sg() one (on s390 arch there is no PCI, on avr32 and h8300\narchs PCI is currently unsupported, on m32r arch PCI support depends\non BROKEN, on m68k arch PCI support depends on HADES which in turn\ndepends on BROKEN, on all other archs dma_[un]map_sg() functionality\nmatches with pci_[un]map_sg() one).\n\nblackfin behavior change was ack-ed by Bryan Wu.\n\nCc: Bryan Wu \u003cbryan.wu@analog.com\u003e\nSigned-off-by: Bartlomiej Zolnierkiewicz \u003cbzolnier@gmail.com\u003e\n"
    },
    {
      "commit": "f8341c1c19730f1869f2f12e30fe56ff4afb4189",
      "tree": "3707c24fdb170b6a45116caa96a9a1865c31538c",
      "parents": [
        "5df37c34a3acf29d1eb6fc675d078654da0ab395"
      ],
      "author": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Fri Feb 01 23:09:32 2008 +0100"
      },
      "committer": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Fri Feb 01 23:09:32 2008 +0100"
      },
      "message": "icside: use hwif-\u003edev\n\n* Setup hwif-\u003edev in icside_setup().\n\n* Use hwif-\u003edev instead of state-\u003edev in icside_build_sglist(),\n  icside_dma_end(), icside_dma_start() and icside_dma_setup().\n\n* Remove no longer needed \u0027dev\u0027 field from struct icside_state.\n\nCc: Russell King \u003crmk@arm.linux.org.uk\u003e\nAcked-by: Sergei Shtylyov \u003csshtylyov@ru.mvista.com\u003e\nSigned-off-by: Bartlomiej Zolnierkiewicz \u003cbzolnier@gmail.com\u003e\n"
    },
    {
      "commit": "5df37c34a3acf29d1eb6fc675d078654da0ab395",
      "tree": "324d0614c57a823b3269aa61bc068b9a3b26ee4c",
      "parents": [
        "36501650ec45b1db308c3b51886044863be2d762"
      ],
      "author": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Fri Feb 01 23:09:31 2008 +0100"
      },
      "committer": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Fri Feb 01 23:09:31 2008 +0100"
      },
      "message": "au1xxx-ide: use hwif-\u003edev\n\n* Setup hwif-\u003edev in au_ide_probe().\n\n* Use hwif-\u003edev instead of ahwif-\u003edev in auide_build_sglist(),\n  auide_build_dmatable(), auide_dma_end() and auide_ddma_init().\n\n* Remove no longer needed \u0027dev\u0027 field from _auide_hwif type.\n\nSigned-off-by: Bartlomiej Zolnierkiewicz \u003cbzolnier@gmail.com\u003e\n"
    },
    {
      "commit": "36501650ec45b1db308c3b51886044863be2d762",
      "tree": "74cf9d9f313e510f8424f9bac35da8d61cce9f7b",
      "parents": [
        "f6fb786d6dcdd7d730e4fba620b071796f487e1b"
      ],
      "author": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Fri Feb 01 23:09:31 2008 +0100"
      },
      "committer": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Fri Feb 01 23:09:31 2008 +0100"
      },
      "message": "ide: keep pointer to struct device instead of struct pci_dev in ide_hwif_t\n\nKeep pointer to struct device instead of struct pci_dev in ide_hwif_t.\n\nWhile on it:\n* Use *dev-\u003edma_mask instead of pci_dev-\u003edma_mask in ide_toggle_bounce().\n\nThere should be no functionality changes caused by this patch.\n\nSigned-off-by: Bartlomiej Zolnierkiewicz \u003cbzolnier@gmail.com\u003e\n"
    },
    {
      "commit": "f6fb786d6dcdd7d730e4fba620b071796f487e1b",
      "tree": "f1f8368fecee874caf487a95b1cfa2adcdfc0df6",
      "parents": [
        "fcc1175947510d7d7dc82d5c1b8315cb8fcb96ca"
      ],
      "author": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Fri Feb 01 23:09:31 2008 +0100"
      },
      "committer": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Fri Feb 01 23:09:31 2008 +0100"
      },
      "message": "ide: use ide_destroy_dmatable() instead of pci_unmap_sg() (take 2)\n\nUse ide_destroy_dmatable() in:\n* ide-dma.c::ide_build_dmatable()\n* sgiioc4.c::sgiioc4_build_dma_table()\n* pmac.c::pmac_ide_{build,destroy}_dmatable()\n\nThere should be no functionality changes caused by this patch.\n\nv2:\n* pmac.c build fix from Andrew Morton.\n\nCc: Sergei Shtylyov \u003csshtylyov@ru.mvista.com\u003e\nCc: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Bartlomiej Zolnierkiewicz \u003cbzolnier@gmail.com\u003e\n"
    },
    {
      "commit": "fcc1175947510d7d7dc82d5c1b8315cb8fcb96ca",
      "tree": "e05d3a4cb5e9897e841cad3ff0a5459ccefb938c",
      "parents": [
        "425afb61032a245f53320b7efa0f0dfd7a23f87f"
      ],
      "author": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Fri Feb 01 23:09:31 2008 +0100"
      },
      "committer": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Fri Feb 01 23:09:31 2008 +0100"
      },
      "message": "ide: remove BUG_ON() from ide_build_sglist()\n\ndo_rw_taskfile() has been fixed to check the return value\nof -\u003edma_setup method so this BUG_ON() is no longer needed.\n\nSigned-off-by: Bartlomiej Zolnierkiewicz \u003cbzolnier@gmail.com\u003e\n"
    },
    {
      "commit": "425afb61032a245f53320b7efa0f0dfd7a23f87f",
      "tree": "a529125e82489111a286ada3c456cfffcd6acbe3",
      "parents": [
        "2be564b03483e57dc0efbd91d91393665caa5aa4"
      ],
      "author": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Fri Feb 01 23:09:31 2008 +0100"
      },
      "committer": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Fri Feb 01 23:09:31 2008 +0100"
      },
      "message": "ide: fix ide_intr() for non-PCI devices and CONFIG_BLK_DEV_IDEPCI\u003dy\n\n\u0027hwif-\u003epci_dev \u0026\u0026 !hwif-\u003epci_dev-\u003evendor\u0027 condition is never true,\ncheck for \u0027hwif-\u003echipset !\u003d ide_pci\u0027 instead.\n\nAcked-by: Sergei Shtylyov \u003csshtylyov@ru.mvista.com\u003e\nSigned-off-by: Bartlomiej Zolnierkiewicz \u003cbzolnier@gmail.com\u003e\n"
    },
    {
      "commit": "2be564b03483e57dc0efbd91d91393665caa5aa4",
      "tree": "c80e7854830cbc152a06fba312ac137ad643c9e3",
      "parents": [
        "4166c1993b9e7f87c4d08e2e27f83ada890c2599"
      ],
      "author": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Fri Feb 01 23:09:30 2008 +0100"
      },
      "committer": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Fri Feb 01 23:09:30 2008 +0100"
      },
      "message": "piix: remove stale comments\n\nAcked-by: Sergei Shtylyov \u003csshtylyov@ru.mvista.com\u003e\nSigned-off-by: Bartlomiej Zolnierkiewicz \u003cbzolnier@gmail.com\u003e\n"
    },
    {
      "commit": "4166c1993b9e7f87c4d08e2e27f83ada890c2599",
      "tree": "b5abb7e9ee55edf183804c17df5473681a264481",
      "parents": [
        "8ac2b42a45896641ed292deaf038a1d2703d85a6"
      ],
      "author": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Fri Feb 01 23:09:30 2008 +0100"
      },
      "committer": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Fri Feb 01 23:09:30 2008 +0100"
      },
      "message": "ide: add IDE_HFLAG_NO_DSC host flag\n\n* Add IDE_HFLAG_NO_DSC host flag for hosts that doesn\u0027t support DSC overlap.\n\n* Set it in aec62xx (for ATP850UF only) and hpt34x host drivers.\n\n* Convert ide-tape device driver to check for IDE_HFLAG_NO_DSC flag.\n\nAcked-by: Sergei Shtylyov \u003csshtylyov@ru.mvista.com\u003e\nSigned-off-by: Bartlomiej Zolnierkiewicz \u003cbzolnier@gmail.com\u003e\n"
    },
    {
      "commit": "8ac2b42a45896641ed292deaf038a1d2703d85a6",
      "tree": "fb6c193f4a5f454c36b23c4e972fbe57bb1da6b1",
      "parents": [
        "993da8f9ea7e00d21af49d0e14a131183288bcf8"
      ],
      "author": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Fri Feb 01 23:09:30 2008 +0100"
      },
      "committer": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Fri Feb 01 23:09:30 2008 +0100"
      },
      "message": "ide: add IDE_HFLAG_CLEAR_SIMPLEX host flag\n\n* Rename \u0027simplex_stat\u0027 variable to \u0027dma_stat\u0027 in ide_get_or_set_dma_base().\n\n* Factor out code for forcing host out of \"simplex\" mode from\n  ide_get_or_set_dma_base() to ide_pci_clear_simplex() helper.\n\n* Add IDE_HFLAG_CLEAR_SIMPLEX host flag and set it in alim15x3 (for M5229),\n  amd74xx (for AMD 7409), cmd64x (for CMD643), generic (for Netcell) and\n  serverworks (for CSB5) host drivers.\n\n* Make ide_get_or_set_dma_base() test for IDE_HFLAG_CLEAR_SIMPLEX host flag\n  instead of checking dev-\u003edevice (BTW the code was buggy because it didn\u0027t\n  check for dev-\u003evendor, luckily none of these PCI Device IDs was used by\n  some other vendor for PCI IDE controller).\n\nSigned-off-by: Bartlomiej Zolnierkiewicz \u003cbzolnier@gmail.com\u003e\n"
    },
    {
      "commit": "993da8f9ea7e00d21af49d0e14a131183288bcf8",
      "tree": "74407441bf26d47bacdaa165439f0324a8629705",
      "parents": [
        "ecf32796395ed0e27667e7f735946d6dc60e1765"
      ],
      "author": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Fri Feb 01 23:09:30 2008 +0100"
      },
      "committer": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Fri Feb 01 23:09:30 2008 +0100"
      },
      "message": "amd74xx: remove amd_ide_chips table\n\n* Remove no longer needed assertion from amd74xx_probe().\n\n* Factor out cable detection for AMD7409 to amd7409_cable_detect() and for\n  chipsets \u003e\u003d AMD7411 to amd7411_cable_detect().\n\n* Use dev-\u003evendor and dev-\u003edevice instead of amd_config-\u003eudma_mask when\n  selecting cable detection method and checking for broken FIFO support in\n  init_chipset_amd74xx().\n\n* Remove no longer needed AMD_BAD_FIFO define.\n\n* Add \u0027swdma\u0027 parameter for setting .swdma_mask to DECLARE_AMD_DEV() macro.\n\n* Add \u0027udma\u0027 parameter for setting .udma_mask to DECLARE_{AMD,NV}_DEV() macro.\n\n* Keep a copy of a current amd74xx_chipsets[] entry in amd74xx_probe()\n  in order to fix -\u003eswdma_mask on early AMD7409 revisions and -\u003eudma_mask\n  on Serenade mainboards.\n\n* Remove no longer needed fixups from init_chipset_amd74xx()\n  and AMD_CHECK_{SWDMA,SERENADE} defines.\n\n* Move printing banner message from init_chipset_amd74xx() to amd74xx_probe(),\n  also remove incorrect comment while at it.\n\n* Use hwif-\u003eultra_mask instead of amd_config-\u003eudma_mask in amd_set_drive().\n\n* Add \u0027udma_mask\u0027 argument to amd_set_speed() and pass UDMA mask from\n  amd_set_drive() instead of using amd_config-\u003eudma_mask.\n\n* Move amd_config-\u003ebase from AMD_* defines to users of these defines and add\n  0x40 the defined values.  Then add amd_offset() inline helper for selecting\n  offset from 0x40 base (needed for nVidia controllers) and finally use it in\n  amd_set_speed(), amd7411_cable_detect() and init_chipset_amd74xx() instead\n  of amd_config-\u003ebase.\n\n* Remove no longer needed AMD_BAD_SWDMA define, -\u003e{swdma,ultra}_mask setup\n  from init_hwif_amd74xx(), amd_{config,chipset} variables and amd_ide_chips\n  table.\n\n* Fix init_chipset_amd74xx() comment.\n\n* Bump driver version.\n\nThere should be no functionality changes caused by this patch.\n\nSigned-off-by: Bartlomiej Zolnierkiewicz \u003cbzolnier@gmail.com\u003e\n"
    },
    {
      "commit": "ecf32796395ed0e27667e7f735946d6dc60e1765",
      "tree": "0cafd743bd39148b85470c8fb6398b30dbce7ffd",
      "parents": [
        "4e5a68aeb6b513ee0adda11642e10e528b7721c0"
      ],
      "author": {
        "name": "Sergei Shtylyov",
        "email": "sshtylyov@ru.mvista.com",
        "time": "Fri Feb 01 23:09:30 2008 +0100"
      },
      "committer": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Fri Feb 01 23:09:30 2008 +0100"
      },
      "message": "ide: ide_setup_dma() assumes 8 ports\n\nAccording to http://marc.info/?l\u003dlinux-ide\u0026m\u003d114346138611631, the drivers must\nalways register 8 DMA ports with ide_setup_dma(), so its last argument is not\nneeded. While at it, kill some useless parens in that function...\n\nSigned-off-by: Sergei Shtylyov \u003csshtylyov@ru.mvista.com\u003e\nSigned-off-by: Bartlomiej Zolnierkiewicz \u003cbzolnier@gmail.com\u003e\n"
    },
    {
      "commit": "4e5a68aeb6b513ee0adda11642e10e528b7721c0",
      "tree": "4dfa652522179aec1aca65ad65a158a71e97e71f",
      "parents": [
        "f9afd18b5827be93fd9fb3cc84ab9bba38b00db8"
      ],
      "author": {
        "name": "Sergei Shtylyov",
        "email": "sshtylyov@ru.mvista.com",
        "time": "Fri Feb 01 23:09:29 2008 +0100"
      },
      "committer": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Fri Feb 01 23:09:29 2008 +0100"
      },
      "message": "trm290: cannot call ide_setup_dma()\n\nThe TRM-290 chip is *not* SFF-8038i compatible and therefore can *not* call\nide_setup_dma() -- fix this and also cleanup the code a bit...\n\nSigned-off-by: Sergei Shtylyov \u003csshtylyov@ru.mvista.com\u003e\nSigned-off-by: Bartlomiej Zolnierkiewicz \u003cbzolnier@gmail.com\u003e\n"
    },
    {
      "commit": "f9afd18b5827be93fd9fb3cc84ab9bba38b00db8",
      "tree": "5bf5a34a970720f6e3856e0a1c2bbf7015520a2f",
      "parents": [
        "d554336514a63342c2e4b06b4287ad93c112b00f"
      ],
      "author": {
        "name": "Borislav Petkov",
        "email": "bbpetkov@yahoo.de",
        "time": "Fri Feb 01 23:09:29 2008 +0100"
      },
      "committer": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Fri Feb 01 23:09:29 2008 +0100"
      },
      "message": "ide-cd: move the remaining cdrom.c ioctl handling code to ide-cd_ioctl.c\n\nThere should be no functional changes from this.\n\nSigned-off-by: Borislav Petkov \u003cbbpetkov@yahoo.de\u003e\nSigned-off-by: Bartlomiej Zolnierkiewicz \u003cbzolnier@gmail.com\u003e\n"
    },
    {
      "commit": "d554336514a63342c2e4b06b4287ad93c112b00f",
      "tree": "8a1e9f0b2db38ceaad8fa43669384fd9d8af5783",
      "parents": [
        "7b9f25b539c3fa3c7b8c82775488a0021d90220f"
      ],
      "author": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Fri Feb 01 23:09:29 2008 +0100"
      },
      "committer": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Fri Feb 01 23:09:29 2008 +0100"
      },
      "message": "ide-{floppy,tape}: remove debug code for dumping identify data\n\nIDE core supports dumping raw identify data in hdparm friendly format now\nso verbose identify dumping in ide-{floppy,tape}.c device drivers (done iff\nIDE{FLOPPY,TAPE}_DEBUG_INFO is defined to \u00271\u0027 and it is \u00270\u0027 by default)\nis no longer nedeed.\n\nSigned-off-by: Bartlomiej Zolnierkiewicz \u003cbzolnier@gmail.com\u003e\n"
    },
    {
      "commit": "7b9f25b539c3fa3c7b8c82775488a0021d90220f",
      "tree": "9107c2f7f1cfe256809546ccec7496b8c0e23d77",
      "parents": [
        "3bb4663bd82e6d536a4b46166b00e93d5072e656"
      ],
      "author": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Fri Feb 01 23:09:28 2008 +0100"
      },
      "committer": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Fri Feb 01 23:09:28 2008 +0100"
      },
      "message": "ide: add ide_dump_identify() debug helper\n\n* Add ide_dump_identify() debug helper for dumping raw identify data in\n  the hdparm friendly format (\u003d\u003d the identify data can be extracted from\n  dmesg output and passed to hdparm --Istdin).\n\n* Dump identify data in ide-probe.c::do_identify() if DEBUG is enabled.\n\nAcked-by: Sergei Shtylyov \u003csshtylyov@ru.mvista.com\u003e\nSigned-off-by: Bartlomiej Zolnierkiewicz \u003cbzolnier@gmail.com\u003e\n"
    },
    {
      "commit": "3bb4663bd82e6d536a4b46166b00e93d5072e656",
      "tree": "005a63aab8dd6c8c7f5c692c62c57037cac4cf51",
      "parents": [
        "bbb89e3d7a7da7a4bac535c42da05143b2db5d71"
      ],
      "author": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Fri Feb 01 23:09:28 2008 +0100"
      },
      "committer": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Fri Feb 01 23:09:28 2008 +0100"
      },
      "message": "ide-cd: update driver version, comments and copyrights\n\n* Bump driver version.\n\n* Remove filename and stale TODO from comments.\n\n* Add my copyrights.\n\nAcked-by: Sergei Shtylyov \u003csshtylyov@ru.mvista.com\u003e\nSigned-off-by: Bartlomiej Zolnierkiewicz \u003cbzolnier@gmail.com\u003e\n"
    },
    {
      "commit": "bbb89e3d7a7da7a4bac535c42da05143b2db5d71",
      "tree": "a911dc16ebb41009b174095c4c3e704a39486b16",
      "parents": [
        "0d6f7e3a1845165b81adab3fc5fd13916f22aa61"
      ],
      "author": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Fri Feb 01 23:09:28 2008 +0100"
      },
      "committer": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Fri Feb 01 23:09:28 2008 +0100"
      },
      "message": "ide-cd: unify request end exit path in cdrom_decode_status()\n\nThere should be no functionality changes caused by this patch.\n\nSigned-off-by: Bartlomiej Zolnierkiewicz \u003cbzolnier@gmail.com\u003e\n"
    },
    {
      "commit": "0d6f7e3a1845165b81adab3fc5fd13916f22aa61",
      "tree": "6c746e8d55b002bb8e2867de97cfece137a26018",
      "parents": [
        "0041e7c6ca9719309bef6a4754e4eb9566b37ae1"
      ],
      "author": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Fri Feb 01 23:09:28 2008 +0100"
      },
      "committer": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Fri Feb 01 23:09:28 2008 +0100"
      },
      "message": "ide-cd: merge cdrom_write_check_ireason() and cdrom_read_check_ireason()\n\nAdd \u0027rw\u0027 parameter to cdrom_read_check_ireason(), make it handle\nboth read and write checking, rename it to ide_cd_check_ireason(),\nfinally remove no longer needed cdrom_write_check_ireason().\n\nThere should be no functionality changes caused by this patch.\n\nSigned-off-by: Bartlomiej Zolnierkiewicz \u003cbzolnier@gmail.com\u003e\n"
    },
    {
      "commit": "0041e7c6ca9719309bef6a4754e4eb9566b37ae1",
      "tree": "204b36cb8c31d9ed6799f256f04d03a7870231f0",
      "parents": [
        "48ea0b216ba96d14228ee0cb4c964b3b495ff0a8"
      ],
      "author": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Fri Feb 01 23:09:28 2008 +0100"
      },
      "committer": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Fri Feb 01 23:09:28 2008 +0100"
      },
      "message": "ide-cd: merge cdrom_rw_intr() and cdrom_newpc_intr()\n\nAdd handling of fs read/write requests to cdrom_nepwc_intr()\nand remove no longer needed cdrom_rw_intr().\n\nThere should be no functionality changes caused by this patch.\n\nSigned-off-by: Bartlomiej Zolnierkiewicz \u003cbzolnier@gmail.com\u003e\n"
    },
    {
      "commit": "48ea0b216ba96d14228ee0cb4c964b3b495ff0a8",
      "tree": "6ead703e250244326e10148f23246a13f0d4cf88",
      "parents": [
        "a11e77db4982d44bf610dc7257b0fca3f7202403"
      ],
      "author": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Fri Feb 01 23:09:27 2008 +0100"
      },
      "committer": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Fri Feb 01 23:09:27 2008 +0100"
      },
      "message": "ide-cd: call blk_dump_rq_flags() on \"missing data\" in cdrom_rw_intr()\n\nAcked-by: Sergei Shtylyov \u003csshtylyov@ru.mvista.com\u003e\nSigned-off-by: Bartlomiej Zolnierkiewicz \u003cbzolnier@gmail.com\u003e\n"
    },
    {
      "commit": "a11e77db4982d44bf610dc7257b0fca3f7202403",
      "tree": "cd1289f1a2802113ee2cfb6e0be3216b7dbcb954",
      "parents": [
        "37782fcefcca437f870e581e6cc316111f8b7660"
      ],
      "author": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Fri Feb 01 23:09:27 2008 +0100"
      },
      "committer": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Fri Feb 01 23:09:27 2008 +0100"
      },
      "message": "ide-cd: prepare cdrom_rw_intr() and cdrom_newpc_intr() to be merged\n\nIn cdrom_newpc_intr():\n* cleanup variables in the \u0027transfer data\u0027 loop\n\nIn cdrom_rw_intr():\n* rename \u0027sectors_to_transfer\u0027 to \u0027thislen\u0027\n* rename \u0027this_transfer\u0027 to \u0027blen\u0027\n* keep number of bytes (instead of sectors) in \u0027thislen\u0027 and \u0027blen\u0027\n* call \u0027xferfunc\u0027 only once for \u0027blen\u0027\n* cache \u0027rq-\u003ebuffer\u0027 in \u0027ptr\u0027 variable\n* check for \u0027rq-\u003ebio\u0027 before setting \u0027ptr\u0027 and \u0027blen\u0027\n* check for \u0027ptr\u0027 instead of \u0027rq-\u003ecurrent_nr_sectors\u0027\n\nThere should be no functionality changes caused by this patch.\n\nSigned-off-by: Bartlomiej Zolnierkiewicz \u003cbzolnier@gmail.com\u003e\n"
    },
    {
      "commit": "37782fcefcca437f870e581e6cc316111f8b7660",
      "tree": "c80d23c525fa758218e35d91dfff65f18e49764e",
      "parents": [
        "21ea1f0f011a5bbfbc3f5c134a4e537e5f5c1c50"
      ],
      "author": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Fri Feb 01 23:09:27 2008 +0100"
      },
      "committer": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Fri Feb 01 23:09:27 2008 +0100"
      },
      "message": "ide-cd: unify moving to the next buffer in cdrom_rw_intr()\n\nUse the fact that for the first loop rq-\u003ecurrent_nr_sectors is always\nset and unify moving to the next buffer for read/write requests.\n\nThere should be no functionality changes caused by this patch.\n\nSigned-off-by: Bartlomiej Zolnierkiewicz \u003cbzolnier@gmail.com\u003e\n"
    },
    {
      "commit": "21ea1f0f011a5bbfbc3f5c134a4e537e5f5c1c50",
      "tree": "77d9b2ec9667c37ba99a8666f3ac160c87502d74",
      "parents": [
        "29f3aaca3c134d14309f6b0254edcfce54a0b00c"
      ],
      "author": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Fri Feb 01 23:09:27 2008 +0100"
      },
      "committer": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Fri Feb 01 23:09:27 2008 +0100"
      },
      "message": "ide-cd: merge cdrom_start_read() and cdrom_start_write()\n\nAdd handling of read requests to cdrom_start_write(), rename it\nto cdrom_start_rw() and remove no longer needed cdrom_start_read().\n\nThere should be no functionality changes caused by this patch.\n\nSigned-off-by: Bartlomiej Zolnierkiewicz \u003cbzolnier@gmail.com\u003e\n"
    },
    {
      "commit": "29f3aaca3c134d14309f6b0254edcfce54a0b00c",
      "tree": "c3d60ec17e7bc4d7885dbc21f4122bb7a074f2be",
      "parents": [
        "94f5a86dc37c66b9ec0d7426a7518740fa41d871"
      ],
      "author": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Fri Feb 01 23:09:27 2008 +0100"
      },
      "committer": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Fri Feb 01 23:09:27 2008 +0100"
      },
      "message": "ide-cd: merge cdrom_start_read_continuation() and cdrom_start_rw_cont()\n\n* Add handling of write requests to cdrom_start_read_continuation(),\n  rename it to cdrom_start_rw_cont() and remove no longer needed\n  cdrom_start_write_cont().\n\n* Remove redundant \u0027(rq-\u003esector \u0026 (sectors_per_frame - 1)\u0027 check.\n\nThere should be no functionality changes caused by this patch.\n\nSigned-off-by: Bartlomiej Zolnierkiewicz \u003cbzolnier@gmail.com\u003e\n"
    },
    {
      "commit": "94f5a86dc37c66b9ec0d7426a7518740fa41d871",
      "tree": "09cf08464f56f5b36115e583a0cc0e6b9b33545f",
      "parents": [
        "64814f2399e7dd1e6e53dd7d08a4ad54d02665d3"
      ],
      "author": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Fri Feb 01 23:09:26 2008 +0100"
      },
      "committer": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Fri Feb 01 23:09:26 2008 +0100"
      },
      "message": "ide-cd: merge cdrom_read_intr() and cdrom_write_intr()\n\nAdd handling of read requests to cdrom_write_intr(), rename it\nto cdrom_rw_intr() and remove no longer needed cdrom_read_intr().\n\nThere should be no functionality changes caused by this patch.\n\nSigned-off-by: Bartlomiej Zolnierkiewicz \u003cbzolnier@gmail.com\u003e\n"
    },
    {
      "commit": "64814f2399e7dd1e6e53dd7d08a4ad54d02665d3",
      "tree": "c48c206147349727f94354c6cc962cd5932c3426",
      "parents": [
        "b4ab726c92f8a2c1635958212e8933309de0a37a"
      ],
      "author": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Fri Feb 01 23:09:26 2008 +0100"
      },
      "committer": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Fri Feb 01 23:09:26 2008 +0100"
      },
      "message": "ide-cd: factor out transfer size checking from cdrom_read_intr()\n\nThis is a preparation for cdrom_read_intr() and cdrom_write_intr() merge.\n\nSigned-off-by: Bartlomiej Zolnierkiewicz \u003cbzolnier@gmail.com\u003e\n"
    },
    {
      "commit": "b4ab726c92f8a2c1635958212e8933309de0a37a",
      "tree": "2eb39fc968ad279b1199615061c8d21757b4a571",
      "parents": [
        "c9f56a801a3a9d76119868a687bc220d29055625"
      ],
      "author": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Fri Feb 01 23:09:26 2008 +0100"
      },
      "committer": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Fri Feb 01 23:09:26 2008 +0100"
      },
      "message": "ide-cd: add ide_cd_drain_data() helper\n\nAdd ide_cd_drain_data() and use it in cdrom_{buffer_sectors,read_intr}()\n(as a nice side-effect this cuts 0.5kB of code from ide-cd.o).\n\nThere should be no functionality changes caused by this patch.\n\nSigned-off-by: Bartlomiej Zolnierkiewicz \u003cbzolnier@gmail.com\u003e\n"
    },
    {
      "commit": "c9f56a801a3a9d76119868a687bc220d29055625",
      "tree": "15facdb7b98fc753103ef6bd64f8e22979b40ca8",
      "parents": [
        "a7c7d16383748029de8187075cabbc3f5df2cd78"
      ],
      "author": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Fri Feb 01 23:09:26 2008 +0100"
      },
      "committer": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Fri Feb 01 23:09:26 2008 +0100"
      },
      "message": "ide-cd: merge cdrom_do_packet_command() and cdrom_do_block_pc()\n\nAdd REQ_TYPE_{SENSE,ATA_PC} requests handling to cdrom_do_block_pc()\nand remove cdrom_do_packet_command().\n\nThere should be no functionality changes caused by this patch.\n\nSigned-off-by: Bartlomiej Zolnierkiewicz \u003cbzolnier@gmail.com\u003e\n"
    },
    {
      "commit": "a7c7d16383748029de8187075cabbc3f5df2cd78",
      "tree": "a5e339eb2d5cad1655a7942958eb4b9746f8fe4f",
      "parents": [
        "ff1bfbc1f02f7c293a03a64722291c539deb162c"
      ],
      "author": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Fri Feb 01 23:09:26 2008 +0100"
      },
      "committer": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Fri Feb 01 23:09:26 2008 +0100"
      },
      "message": "ide-cd: remove cdrom_do_pc_continuation()\n\ncdrom_do_pc_continuation() is now identical to cdrom_do_newpc_cont()\nso just always use the latter function.\n\nSigned-off-by: Bartlomiej Zolnierkiewicz \u003cbzolnier@gmail.com\u003e\n"
    },
    {
      "commit": "ff1bfbc1f02f7c293a03a64722291c539deb162c",
      "tree": "7d7a3fa534025f0673574655c74dd54e74e234f2",
      "parents": [
        "8b67ebf6dae0b0743bad1641e9691a1205adbf9e"
      ],
      "author": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Fri Feb 01 23:09:25 2008 +0100"
      },
      "committer": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Fri Feb 01 23:09:25 2008 +0100"
      },
      "message": "ide-cd: merge cdrom_pc_intr() and cdrom_newpc_intr()\n\nAdd handling of REQ_TYPE_{SENSE,ATA_PC} requests to cdrom_newpc_intr()\n(please note that these requests never have \u0027bio\u0027 attached to them\nand they never use DMA), then remove no longer needed cdrom_pc_intr().\n\nThere should be no functionality changes caused by this patch.\n\nSigned-off-by: Bartlomiej Zolnierkiewicz \u003cbzolnier@gmail.com\u003e\n"
    },
    {
      "commit": "8b67ebf6dae0b0743bad1641e9691a1205adbf9e",
      "tree": "7ee15827b579f11a6ded12604f30efa6a569d7cc",
      "parents": [
        "8ee69f5a83660796ffa1d33e67d0064db44cfc23"
      ],
      "author": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Fri Feb 01 23:09:25 2008 +0100"
      },
      "committer": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Fri Feb 01 23:09:25 2008 +0100"
      },
      "message": "ide-cd: unify request end exit path in cdrom_pc_intr()\n\nThis is a preparation for cdrom_pc_intr() and cdrom_newpc_intr() merge.\n\nSigned-off-by: Bartlomiej Zolnierkiewicz \u003cbzolnier@gmail.com\u003e\n"
    },
    {
      "commit": "8ee69f5a83660796ffa1d33e67d0064db44cfc23",
      "tree": "ab474b35905d374261922d9805e235b8c742b4fc",
      "parents": [
        "03f537d50af7381317351396480411b3e00e6c7e"
      ],
      "author": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Fri Feb 01 23:09:25 2008 +0100"
      },
      "committer": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Fri Feb 01 23:09:25 2008 +0100"
      },
      "message": "ide-cd: factor out request sense fixup from cdrom_pc_intr()\n\nThis is a preparation for cdrom_pc_intr() and cdrom_newpc_intr() merge.\n\nSigned-off-by: Bartlomiej Zolnierkiewicz \u003cbzolnier@gmail.com\u003e\n"
    },
    {
      "commit": "03f537d50af7381317351396480411b3e00e6c7e",
      "tree": "42e55eacf294cb53753d0190c2ee700f8b5ceebe",
      "parents": [
        "98add71ee0af6dbf1496ac8007bcf253c4e23078"
      ],
      "author": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Fri Feb 01 23:09:25 2008 +0100"
      },
      "committer": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Fri Feb 01 23:09:25 2008 +0100"
      },
      "message": "ide-cd: call blk_dump_rq_flags() on \"missing data\" in cdrom_newpc_intr()\n\nAcked-by: Sergei Shtylyov \u003csshtylyov@ru.mvista.com\u003e\nSigned-off-by: Bartlomiej Zolnierkiewicz \u003cbzolnier@gmail.com\u003e\n"
    },
    {
      "commit": "98add71ee0af6dbf1496ac8007bcf253c4e23078",
      "tree": "5b83d5a56dcfbd4aebb902e4f62fed5b992ad3d3",
      "parents": [
        "17802998d2c8007d06565c39101d218f579c4454"
      ],
      "author": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Fri Feb 01 23:09:25 2008 +0100"
      },
      "committer": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Fri Feb 01 23:09:25 2008 +0100"
      },
      "message": "ide-cd: remove BUG_ON() from cdrom_newpc_intr()\n\nThere is no need for it anylonger and ide_set_handler() complains\nif -\u003ehandler is not NULL anyway.\n\nSigned-off-by: Bartlomiej Zolnierkiewicz \u003cbzolnier@gmail.com\u003e\n"
    },
    {
      "commit": "17802998d2c8007d06565c39101d218f579c4454",
      "tree": "7d3c636f124ae4378bea28848a9f7d62af909947",
      "parents": [
        "139c829d9d83cfd6b51682f11a431283121e24b7"
      ],
      "author": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Fri Feb 01 23:09:25 2008 +0100"
      },
      "committer": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Fri Feb 01 23:09:25 2008 +0100"
      },
      "message": "ide-cd: move code handling cdrom.c IOCTLs to ide-cd_ioctl.c\n\nThere should be no functionality changes caused by this patch.\n\nSigned-off-by: Bartlomiej Zolnierkiewicz \u003cbzolnier@gmail.com\u003e\n"
    },
    {
      "commit": "139c829d9d83cfd6b51682f11a431283121e24b7",
      "tree": "d74f5123bf658c940527e2cc66c33323153fd031",
      "parents": [
        "5c937ae4e7928f825dde2713e9ebba68d50ece6c"
      ],
      "author": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Fri Feb 01 23:09:24 2008 +0100"
      },
      "committer": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Fri Feb 01 23:09:24 2008 +0100"
      },
      "message": "ide-cd: rename cdrom_* functions to ide_cd_*\n\n* cdrom_prepare_request() -\u003e ide_cd_init_rq()\n* cdrom_queue_packet_command() -\u003e ide_cd_queue_pc()\n* cdrom_lockdoor() -\u003e ide_cd_lockdoor()\n* cdrom_read_toc() -\u003e ide_cd_read_toc()\n* cdrom_get_toc_entry() -\u003e ide_cd_get_toc_entry()\n\nThis is a preparation to move code handling cdrom.c IOCTLs out of ide-cd.c.\n\nSigned-off-by: Bartlomiej Zolnierkiewicz \u003cbzolnier@gmail.com\u003e\n"
    },
    {
      "commit": "5c937ae4e7928f825dde2713e9ebba68d50ece6c",
      "tree": "775bc56ccdb98e98a8923b2e585ac004b9cf3f77",
      "parents": [
        "a1bb9457f06439f22571e93bddcca63144a08296"
      ],
      "author": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Fri Feb 01 23:09:24 2008 +0100"
      },
      "committer": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Fri Feb 01 23:09:24 2008 +0100"
      },
      "message": "ide-cd: coding style fixes for cdrom_get_toc_entry()\n\nThis is a preparation to move code handling cdrom.c IOCTLs out of ide-cd.c.\n\nAcked-by: Sergei Shtylyov \u003csshtylyov@ru.mvista.com\u003e\nSigned-off-by: Bartlomiej Zolnierkiewicz \u003cbzolnier@gmail.com\u003e\n"
    },
    {
      "commit": "a1bb9457f06439f22571e93bddcca63144a08296",
      "tree": "c4b250183a7b552918fb0b001205d0b81b8ca46d",
      "parents": [
        "5c68429dfe8256c6069555e5851838f8e3175f78"
      ],
      "author": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Fri Feb 01 23:09:24 2008 +0100"
      },
      "committer": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Fri Feb 01 23:09:24 2008 +0100"
      },
      "message": "ide-cd: move lba_to_msf() and msf_to_lba() to \u003clinux/cdrom.h\u003e\n\n* Move lba_to_msf() and msf_to_lba() to \u003clinux/cdrom.h\u003e\n  (use \u0027u8\u0027 type instead of \u0027byte\u0027 while at it).\n\n* Remove msf_to_lba() copy from drivers/cdrom/cdrom.c.\n\nAcked-by: Jens Axboe \u003cjens.axboe@oracle.com\u003e\nSigned-off-by: Bartlomiej Zolnierkiewicz \u003cbzolnier@gmail.com\u003e\n"
    },
    {
      "commit": "5c68429dfe8256c6069555e5851838f8e3175f78",
      "tree": "b811bf03fea7007aeb0c1efc9a57ad055cd35786",
      "parents": [
        "53126b91274b1f2186b17c1f587c662ab74b631f"
      ],
      "author": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Fri Feb 01 23:09:24 2008 +0100"
      },
      "committer": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Fri Feb 01 23:09:24 2008 +0100"
      },
      "message": "ide-cd: merge cdrom_select_speed() into ide_cdrom_select_speed()\n\nSigned-off-by: Bartlomiej Zolnierkiewicz \u003cbzolnier@gmail.com\u003e\n"
    },
    {
      "commit": "53126b91274b1f2186b17c1f587c662ab74b631f",
      "tree": "9924777a2e76991f02d56f351735ec4caab26d23",
      "parents": [
        "a891b1446b02509e5c7e5888a9f2a02edf8651a3"
      ],
      "author": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Fri Feb 01 23:09:24 2008 +0100"
      },
      "committer": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Fri Feb 01 23:09:24 2008 +0100"
      },
      "message": "ide-cd: merge cdrom_read_subchannel() into ide_cdrom_get_mcn()\n\nSigned-off-by: Bartlomiej Zolnierkiewicz \u003cbzolnier@gmail.com\u003e\n"
    },
    {
      "commit": "a891b1446b02509e5c7e5888a9f2a02edf8651a3",
      "tree": "d8b63006a6f6d0c18e8663c6edc9730a075c8198",
      "parents": [
        "ba3fab24d210544cba74b3fd640123baf33ed331"
      ],
      "author": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Fri Feb 01 23:09:23 2008 +0100"
      },
      "committer": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Fri Feb 01 23:09:23 2008 +0100"
      },
      "message": "ide-cd: merge cdrom_play_audio() into ide_cd_fake_play_trkind()\n\nSigned-off-by: Bartlomiej Zolnierkiewicz \u003cbzolnier@gmail.com\u003e\n"
    },
    {
      "commit": "ba3fab24d210544cba74b3fd640123baf33ed331",
      "tree": "89de9013b96917bdd7249234f3220d978ab22b6d",
      "parents": [
        "972560fb9d9ea7bc7082c0c79c99c24e3f56606c"
      ],
      "author": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Fri Feb 01 23:09:23 2008 +0100"
      },
      "committer": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Fri Feb 01 23:09:23 2008 +0100"
      },
      "message": "ide-cd: factor out ioctl handlers from ide_cdrom_audio_ioctl()\n\nSigned-off-by: Bartlomiej Zolnierkiewicz \u003cbzolnier@gmail.com\u003e\n"
    },
    {
      "commit": "972560fb9d9ea7bc7082c0c79c99c24e3f56606c",
      "tree": "c7ca8212cc0dc85e22e04d9faf8744972fc62a93",
      "parents": [
        "89d13ec7c8b85f3c62a4a12034e65d3d2d3273a8"
      ],
      "author": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Fri Feb 01 23:09:23 2008 +0100"
      },
      "committer": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Fri Feb 01 23:09:23 2008 +0100"
      },
      "message": "ide-cd: move VERBOSE_IDE_CD_ERRORS code to ide-cd_verbose.c\n\n* Rename ide-cd kernel module to ide-cd_mod in preparation to moving code out\n  from ide-cd.[c,h].   Add MODULE_ALIAS(\"ide-cd\") to preserve compatibility.\n\n* Move VERBOSE_IDE_CD_ERRORS code from ide-cd.[c,h] to ide-cd_verbose.c.\n\n  ide-cd_verbose.c is IDE subsystem independent and may be easily converted\n  into generic library usable by other drivers (i.e. libata) if needed.\n\n* Add CONFIG_BLK_DEV_IDECD_VERBOSE_ERRORS config option to drivers/ide/Kconfig\n  replacing VERBOSE_IDE_CD_ERRORS define.  Make this config option enabled by\n  default and visible only if CONFIG_EMBEDDED is defined.\n\nbefore the patch:\n   text    data     bss     dec     hex filename\n  22841     360    1056   24257    5ec1 drivers/ide/ide-cd.o\n\nafter the patch w/ CONFIG_BLK_DEV_IDECD_VERBOSE_ERRORS\u003dy:\n   text    data     bss     dec     hex filename\n  22857     360    1056   24273    5ed1 drivers/ide/ide-cd_mod.o\n\nafter the patch w/ CONFIG_BLK_DEV_IDECD_VERBOSE_ERRORS\u003dn:\n   text    data     bss     dec     hex filename\n  15091     360    1056   16507    407b drivers/ide/ide-cd_mod.o\n\nSigned-off-by: Bartlomiej Zolnierkiewicz \u003cbzolnier@gmail.com\u003e\n"
    },
    {
      "commit": "89d13ec7c8b85f3c62a4a12034e65d3d2d3273a8",
      "tree": "403300e5a0bf92acb68888424725a9c14843e708",
      "parents": [
        "1b1215d5e954726b142d5408dfd6d7153b3abe8b"
      ],
      "author": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Fri Feb 01 23:09:23 2008 +0100"
      },
      "committer": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Fri Feb 01 23:09:23 2008 +0100"
      },
      "message": "ide-cd: coding style fixes for VERBOSE_IDE_CD_ERRORS code\n\n* Coding style fixes for VERBOSE_IDE_CD_ERRORS code.\n\n* Add KERN_{ERR,CONT} printk() levels where needed.\n\nThis is a preparation for moving this code out of ide-cd.[c,h].\n\nSigned-off-by: Bartlomiej Zolnierkiewicz \u003cbzolnier@gmail.com\u003e\n"
    },
    {
      "commit": "1b1215d5e954726b142d5408dfd6d7153b3abe8b",
      "tree": "12318a1124d3a3f7cb03e295ff2856e3980eabf7",
      "parents": [
        "e59724c7db9afd14827f1b737605f54d47f2d226"
      ],
      "author": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Fri Feb 01 23:09:23 2008 +0100"
      },
      "committer": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Fri Feb 01 23:09:23 2008 +0100"
      },
      "message": "ide-cd: remove duplicate sense keys definitions from ide-cd.h\n\nide-cd.c already uses sense keys definitions from \u003cscsi/scsi.h\u003e.\n\nAcked-by: Sergei Shtylyov \u003csshtylyov@ru.mvista.com\u003e\nSigned-off-by: Bartlomiej Zolnierkiewicz \u003cbzolnier@gmail.com\u003e\n"
    },
    {
      "commit": "e59724c7db9afd14827f1b737605f54d47f2d226",
      "tree": "ef89587dd3bc19d1271aec9b755c20ef6b186001",
      "parents": [
        "9a6dc668d9b4d639936c683879eb1e0f92c5b944"
      ],
      "author": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Fri Feb 01 23:09:22 2008 +0100"
      },
      "committer": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Fri Feb 01 23:09:22 2008 +0100"
      },
      "message": "ide-cd: re-organize handling of quirky devices\n\nRe-organize handling of quirky devices:\n\n* Add struct cd_list_entry, ide_cd_quirks_list[] and ide_cd_flags() helper.\n\n* Set flags returned by ide_cd_flags() in ide_cdrom_setup().\n\n* Add IDE_CD_FLAG_VERTOS_{300_SDD,600_ESD} and IDE_CD_FLAG_SANYO_3CD flags.\n\n* Move device quirks from ide_cdrom_setup() to ide_cd_quirks_list[].\n\n* Rename IDE_CD_FLAG_NEC260 to IDE_CD_FLAG_PRE_ATAPI12 and handle\n  quirky Stingray 8X CD-ROM using ide_cd_quirks_list[].\n\n* Add IDE_CD_FLAG_FULL_CAPS_PAGE flag and handle quirky ACER 50X CD-ROM\n  / WPI 32X CD-ROM using ide_cd_quirk_list[].\n\n* Add IDE_CD_FLAG_PLAY_AUDIO_OK flag and handle quirky MATSHITA DVD-ROMs\n  using ide_cd_quirks_list[].\n\n* Add IDE_CD_FLAG_LE_SPEED_FIELDS flag and handle quirky ACER/AOpen 24X\n  CD-ROM using ide_cd_quirk_list[].\n\n* Fix some comments about quirky devices while at it.\n\nThere should be no functionality changes caused by this patch.\n\nSigned-off-by: Bartlomiej Zolnierkiewicz \u003cbzolnier@gmail.com\u003e\n"
    },
    {
      "commit": "9a6dc668d9b4d639936c683879eb1e0f92c5b944",
      "tree": "42088236f74069a9bcc58c4f0ffce7c85aabef4b",
      "parents": [
        "cdf6000d7e332d0f7f14233e71dee489628f5aae"
      ],
      "author": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Fri Feb 01 23:09:22 2008 +0100"
      },
      "committer": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Fri Feb 01 23:09:22 2008 +0100"
      },
      "message": "ide-cd: use BCD2BIN()/BIN2BCD() macros from \u003clinux/bcd.h\u003e\n\nUse BCD2BIN()/BIN2BCD() macros from \u003clinux/bcd.h\u003e\nand remove the local bcd2bin()/bin2bcd() inlines.\n\nSigned-off-by: Bartlomiej Zolnierkiewicz \u003cbzolnier@gmail.com\u003e\n"
    },
    {
      "commit": "cdf6000d7e332d0f7f14233e71dee489628f5aae",
      "tree": "dad8ddf4590138a9f024e060539bf30e4bb2acd8",
      "parents": [
        "3fc3cbf786b6e73cd5cfe2f3233410a260405c86"
      ],
      "author": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Fri Feb 01 23:09:22 2008 +0100"
      },
      "committer": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Fri Feb 01 23:09:22 2008 +0100"
      },
      "message": "ide-cd: remove STANDARD_ATAPI define\n\nRemove STANDARD_ATAPI define + drive-by coding style fixes.\n\nSigned-off-by: Bartlomiej Zolnierkiewicz \u003cbzolnier@gmail.com\u003e\n"
    },
    {
      "commit": "3fc3cbf786b6e73cd5cfe2f3233410a260405c86",
      "tree": "6ffd4486769df6791b5a99284d0d05adc817f4a4",
      "parents": [
        "2bc4cf2d826cb497063f6a84ab444cff13537e5f"
      ],
      "author": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Fri Feb 01 23:09:22 2008 +0100"
      },
      "committer": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Fri Feb 01 23:09:22 2008 +0100"
      },
      "message": "ide-cd: remove NO_DOOR_LOCKING define\n\nAcked-by: Sergei Shtylyov \u003csshtylyov@ru.mvista.com\u003e\nSigned-off-by: Bartlomiej Zolnierkiewicz \u003cbzolnier@gmail.com\u003e\n"
    },
    {
      "commit": "2bc4cf2d826cb497063f6a84ab444cff13537e5f",
      "tree": "116b546ed0144349ba462ad80456e8887539ce07",
      "parents": [
        "455d80a9553915251b6392e31c39aeb8f8a94d68"
      ],
      "author": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Fri Feb 01 23:09:22 2008 +0100"
      },
      "committer": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Fri Feb 01 23:09:22 2008 +0100"
      },
      "message": "ide-cd: remove struct ide_cd_{config,state}_flags\n\n* Remove unused -\u003e{writing,reserved} fields from struct ide_cd_config_flags.\n\n* Move -\u003emax_speed from struct ide_cd_config_flags to struct cdrom_info.\n\n* Move -\u003ecurrent_speed from struct ide_cd_state_flags to struct cdrom_info.\n\n* Add defines for config and state flags.\n\n* Add \u0027unsigned int cd_flags\u0027 to struct cdrom_info and use -\u003ecd_flags\n  instead of -\u003e{config,state}_flags.\n\n* Remove no longer needed struct ide_cd_{config,state}_flags.\n\nSigned-off-by: Bartlomiej Zolnierkiewicz \u003cbzolnier@gmail.com\u003e\n"
    },
    {
      "commit": "455d80a9553915251b6392e31c39aeb8f8a94d68",
      "tree": "3b9452a3ee0d3a3de67f316f13bb6e3db00531fa",
      "parents": [
        "0ba11211f9ac583333aac44daec5af4f7eeba217"
      ],
      "author": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Fri Feb 01 23:09:21 2008 +0100"
      },
      "committer": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Fri Feb 01 23:09:21 2008 +0100"
      },
      "message": "ide-cd: remove struct atapi_capabilities_page (take 2)\n\n* Remove struct atapi_capabilities_page.\n\n* Add ATAPI_CAPABILITIES_PAGE[_PAD]_SIZE define.\n\nv2:\n* The buf[] array access indexes were swapped between \u0027curspeed\u0027/\u0027maxspeed\u0027.\n  (Noticed by Borislav Petkov).\n\nCc: Borislav Petkov \u003cbbpetkov@yahoo.de\u003e\nSigned-off-by: Bartlomiej Zolnierkiewicz \u003cbzolnier@gmail.com\u003e\n"
    },
    {
      "commit": "0ba11211f9ac583333aac44daec5af4f7eeba217",
      "tree": "517ca173a21e0a84c3703f3a3ba8d56ba071f801",
      "parents": [
        "4fe6717862d4977b8e61307a2623ed7739068bdc"
      ],
      "author": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Fri Feb 01 23:09:21 2008 +0100"
      },
      "committer": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Fri Feb 01 23:09:21 2008 +0100"
      },
      "message": "ide-cd: kill CDROM_STATE_FLAGS() macro\n\nWhile at it rename \u0027info\u0027 variable to \u0027cd\u0027 in cdrom_saw_media_change().\n\nSigned-off-by: Bartlomiej Zolnierkiewicz \u003cbzolnier@gmail.com\u003e\n"
    },
    {
      "commit": "4fe6717862d4977b8e61307a2623ed7739068bdc",
      "tree": "58936939f62e8e83fb815d27fcc13f674831e790",
      "parents": [
        "3f1b86d89dc73dedda426a85e600ad244ed9fad4"
      ],
      "author": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Fri Feb 01 23:09:21 2008 +0100"
      },
      "committer": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Fri Feb 01 23:09:21 2008 +0100"
      },
      "message": "ide-cd: kill CDROM_CONFIG_FLAGS() macro\n\nWhile at it rename \u0027info\u0027 variable to \u0027cd\u0027 in\nide_cdrom_probe_capabilities() and ide_cdrom_setup().\n\nSigned-off-by: Bartlomiej Zolnierkiewicz \u003cbzolnier@gmail.com\u003e\n"
    },
    {
      "commit": "3f1b86d89dc73dedda426a85e600ad244ed9fad4",
      "tree": "c5003d45ed9569b022228b466385883d9c5d0b4e",
      "parents": [
        "20e7f7efa3da3678c65cea45903260dfabb8264c"
      ],
      "author": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Fri Feb 01 23:09:20 2008 +0100"
      },
      "committer": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Fri Feb 01 23:09:20 2008 +0100"
      },
      "message": "ide-cd: remove redundant config flags\n\n* Use CDC_* flags directly and remove redundant flags from -\u003econfig_flags.\n\nWhile at it:\n* Add KERN_CONT to printk()-s in ide_cdrom_probe_capabilities().\n\nSigned-off-by: Bartlomiej Zolnierkiewicz \u003cbzolnier@gmail.com\u003e\n"
    },
    {
      "commit": "20e7f7efa3da3678c65cea45903260dfabb8264c",
      "tree": "cab9c2a1957cd6f0c2879967ea07aff8eacdda63",
      "parents": [
        "481c8c6476f86d7e92435764ba710315d644a45e"
      ],
      "author": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Fri Feb 01 23:09:20 2008 +0100"
      },
      "committer": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Fri Feb 01 23:09:20 2008 +0100"
      },
      "message": "ide-cd: add IDE_CD_CAPABILITIES define\n\nWhile at it remove stale/incorrect comment.\n\nSigned-off-by: Bartlomiej Zolnierkiewicz \u003cbzolnier@gmail.com\u003e\n"
    },
    {
      "commit": "481c8c6476f86d7e92435764ba710315d644a45e",
      "tree": "1fd78ec51fee83d680f5221dbf4dc33322b69480",
      "parents": [
        "f18f960c5c1568fa2f720e2cb31d6c1af9ea1e1a"
      ],
      "author": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Fri Feb 01 23:09:20 2008 +0100"
      },
      "committer": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Fri Feb 01 23:09:20 2008 +0100"
      },
      "message": "ide-cd: cleanup ide_cdrom_update_speed()\n\nAcked-by: Sergei Shtylyov \u003csshtylyov@ru.mvista.com\u003e\nSigned-off-by: Bartlomiej Zolnierkiewicz \u003cbzolnier@gmail.com\u003e\n"
    },
    {
      "commit": "f18f960c5c1568fa2f720e2cb31d6c1af9ea1e1a",
      "tree": "f14e3cbe9702f064ee7d09458a6366dd54ee6186",
      "parents": [
        "2609d06d36317cc22f6d3c37186a8cf1a5f87ba6"
      ],
      "author": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Fri Feb 01 23:09:19 2008 +0100"
      },
      "committer": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Fri Feb 01 23:09:19 2008 +0100"
      },
      "message": "ide-cd: remove struct atapi_{mechstat_header,changer_info,slot}\n\n* Remove -\u003echanger_info from struct cdrom_info (it is never allocated).\n\n* Remove unused struct atapi_{mechstat_header,changer_info,slot}.\n\nAcked-by: Sergei Shtylyov \u003csshtylyov@ru.mvista.com\u003e\nSigned-off-by: Bartlomiej Zolnierkiewicz \u003cbzolnier@gmail.com\u003e\n"
    },
    {
      "commit": "2609d06d36317cc22f6d3c37186a8cf1a5f87ba6",
      "tree": "542f2bda9c1bf2aa705aad1991975208bcdb117d",
      "parents": [
        "b8d25dee3b73b572ea1778671098ee7b943133c5"
      ],
      "author": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Fri Feb 01 23:09:19 2008 +0100"
      },
      "committer": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Fri Feb 01 23:09:19 2008 +0100"
      },
      "message": "ide-cd: remove unused and write-only struct ide_cd_config_flags fields\n\nunused fields:\n* -\u003ewriting\n* -\u003ereserved\n\nwrite-only fields:\n* -\u003eplaymsf_as_bcd\n* -\u003esubchan_as_bcd\n* -\u003etest_write\n* -\u003esupp_disc_present\n\nAcked-by: Sergei Shtylyov \u003csshtylyov@ru.mvista.com\u003e\nSigned-off-by: Bartlomiej Zolnierkiewicz \u003cbzolnier@gmail.com\u003e\n"
    },
    {
      "commit": "b8d25dee3b73b572ea1778671098ee7b943133c5",
      "tree": "556b9bc286c9e13ca1b37b31becca9533fc0ea1d",
      "parents": [
        "f17b0e02c0035b90c4e943f6e2cca840f82dce0f"
      ],
      "author": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Fri Feb 01 23:09:19 2008 +0100"
      },
      "committer": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Fri Feb 01 23:09:19 2008 +0100"
      },
      "message": "ide-cd: remove needless zeroing of \u0027info\u0027 fields from ide_cdrom_setup()\n\nide_cd_probe() zeroes \u0027info\u0027 prior to calling ide_cdrom_setup() so there\nis no need to explicitly zero \u0027info\u0027 fields in the latter function.\n\nDitto for fields of CDROM_STATE_FLAGS(), CDROM_CONFIG_FLAGS() and \u0027cdi\u0027\n(all are embedded in \u0027info\u0027).\n\nAcked-by: Sergei Shtylyov \u003csshtylyov@ru.mvista.com\u003e\nSigned-off-by: Bartlomiej Zolnierkiewicz \u003cbzolnier@gmail.com\u003e\n"
    },
    {
      "commit": "f17b0e02c0035b90c4e943f6e2cca840f82dce0f",
      "tree": "089c93058afeb01b054a3888cf5926a271e4fb65",
      "parents": [
        "6229ac1ff32692694b7b0e74585b1ef6fa8973fd"
      ],
      "author": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Fri Feb 01 23:09:19 2008 +0100"
      },
      "committer": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Fri Feb 01 23:09:19 2008 +0100"
      },
      "message": "ide-cd: remove unused struct atapi_cdrom_subchnl\n\nAcked-by: Sergei Shtylyov \u003csshtylyov@ru.mvista.com\u003e\nSigned-off-by: Bartlomiej Zolnierkiewicz \u003cbzolnier@gmail.com\u003e\n"
    },
    {
      "commit": "6229ac1ff32692694b7b0e74585b1ef6fa8973fd",
      "tree": "a33cecb54c263b030a9ffb9ba3dcf9a454e19c53",
      "parents": [
        "9f8256dbb690eeb93a8b2422ff02382e3a19ed20"
      ],
      "author": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Fri Feb 01 23:09:18 2008 +0100"
      },
      "committer": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Fri Feb 01 23:09:18 2008 +0100"
      },
      "message": "ide-cd: remove dead code from cdrom_pc_intr()\n\nAcked-by: Sergei Shtylyov \u003csshtylyov@ru.mvista.com\u003e\nSigned-off-by: Bartlomiej Zolnierkiewicz \u003cbzolnier@gmail.com\u003e\n"
    },
    {
      "commit": "9f8256dbb690eeb93a8b2422ff02382e3a19ed20",
      "tree": "b2ad09f424c4eacb3de5679a53a4ef6880f3eda8",
      "parents": [
        "4415e871d6d497f0a90332c4b3a488ebccbf217d"
      ],
      "author": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Fri Feb 01 23:09:18 2008 +0100"
      },
      "committer": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Fri Feb 01 23:09:18 2008 +0100"
      },
      "message": "ide-cd: remove unused defines from ide-cd.h\n\nAcked-by: Sergei Shtylyov \u003csshtylyov@ru.mvista.com\u003e\nSigned-off-by: Bartlomiej Zolnierkiewicz \u003cbzolnier@gmail.com\u003e\n"
    },
    {
      "commit": "4415e871d6d497f0a90332c4b3a488ebccbf217d",
      "tree": "c8c950d675a81c7f2b91ad22436afb102daf8468",
      "parents": [
        "03553353e91121dbe57f4a6d40b731374ff7438a"
      ],
      "author": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Fri Feb 01 23:09:18 2008 +0100"
      },
      "committer": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Fri Feb 01 23:09:18 2008 +0100"
      },
      "message": "ide-cd: remove stale cdrom_transfer_packet_command() comment\n\nAcked-by: Sergei Shtylyov \u003csshtylyov@ru.mvista.com\u003e\nSigned-off-by: Bartlomiej Zolnierkiewicz \u003cbzolnier@gmail.com\u003e\n"
    },
    {
      "commit": "03553353e91121dbe57f4a6d40b731374ff7438a",
      "tree": "b209cc0aeea52e3fb465844437237969e26a93e9",
      "parents": [
        "cc6dbef25273f032d2b580bd0519ea950cb7cb83"
      ],
      "author": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Fri Feb 01 23:09:18 2008 +0100"
      },
      "committer": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Fri Feb 01 23:09:18 2008 +0100"
      },
      "message": "ide-cd: move historical changelog to Documentation/ide/ChangeLog.ide-cd.1994-2004\n\nSigned-off-by: Bartlomiej Zolnierkiewicz \u003cbzolnier@gmail.com\u003e\n"
    },
    {
      "commit": "cc6dbef25273f032d2b580bd0519ea950cb7cb83",
      "tree": "016a6974e3f92d024856918507d8600b0ca7e9e1",
      "parents": [
        "eba15fba1f046d25c663d294fc919ab59cec3e9c"
      ],
      "author": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Fri Feb 01 23:09:18 2008 +0100"
      },
      "committer": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Fri Feb 01 23:09:18 2008 +0100"
      },
      "message": "ide-cd: fix trailing whitespaces in changelog\n\nAcked-by: Sergei Shtylyov \u003csshtylyov@ru.mvista.com\u003e\nSigned-off-by: Bartlomiej Zolnierkiewicz \u003cbzolnier@gmail.com\u003e\n"
    },
    {
      "commit": "eba15fba1f046d25c663d294fc919ab59cec3e9c",
      "tree": "0bc50694b75ef0997df07930ff0b297b5687e30d",
      "parents": [
        "f1071e628bc769174c3e2df7827a2a8ad05aea67"
      ],
      "author": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Fri Feb 01 23:09:17 2008 +0100"
      },
      "committer": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Fri Feb 01 23:09:17 2008 +0100"
      },
      "message": "ide-cd: fix DMA error handling in cdrom_newpc_intr()\n\nMake cdrom_newpc_intr() match cdrom_{read,write}_intr() w.r.t.\nhandling DMA errors:\n\n* disable DMA before cdrom_decode_status() call\n\n* log the device name and the type of the request (read/write)\n\nAcked-by: Sergei Shtylyov \u003csshtylyov@ru.mvista.com\u003e\nSigned-off-by: Bartlomiej Zolnierkiewicz \u003cbzolnier@gmail.com\u003e\n"
    },
    {
      "commit": "f1071e628bc769174c3e2df7827a2a8ad05aea67",
      "tree": "537f3bd1368530deaeeaa908f91d544116dfb0fc",
      "parents": [
        "5a5222d9fa4aa7ae3b1d5c126cb9c83124d75af5"
      ],
      "author": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Fri Feb 01 23:09:17 2008 +0100"
      },
      "committer": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Fri Feb 01 23:09:17 2008 +0100"
      },
      "message": "ide-cd: fix \"missing data\" handling in cdrom_pc_intr()\n\nIf drive still wants to transfer the data we need to pad the transfer\ninstead of just finishing the request.\n\nAcked-by: Sergei Shtylyov \u003csshtylyov@ru.mvista.com\u003e\nSigned-off-by: Bartlomiej Zolnierkiewicz \u003cbzolnier@gmail.com\u003e\n"
    },
    {
      "commit": "5a5222d9fa4aa7ae3b1d5c126cb9c83124d75af5",
      "tree": "a1ac9463990483fc323d99bf04877b215f5b338b",
      "parents": [
        "68661c53a2a847b9a0d6d232a85b2e063573307a"
      ],
      "author": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Fri Feb 01 23:09:17 2008 +0100"
      },
      "committer": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Fri Feb 01 23:09:17 2008 +0100"
      },
      "message": "ide-cd: add ide_cd_pad_transfer() helper\n\nAdd ide_cd_pad_transfer() helper and use it in cdrom_[new]pc_intr()\nand cdrom_{read,write}_check_ireason().\n\nThere should be no functionality changes caused by this patch.\n\nSigned-off-by: Bartlomiej Zolnierkiewicz \u003cbzolnier@gmail.com\u003e\n"
    },
    {
      "commit": "68661c53a2a847b9a0d6d232a85b2e063573307a",
      "tree": "6acdde3d562a9e310d598f475ecaeccd3f08c9fd",
      "parents": [
        "468e468139ffbc4f0ce44862eec6dd0f5ac80945"
      ],
      "author": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Fri Feb 01 23:09:17 2008 +0100"
      },
      "committer": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Fri Feb 01 23:09:17 2008 +0100"
      },
      "message": "ide-cd: use xfer_func_t in cdrom_pc_intr()\n\nUnify writing and reading handling in cdrom_pc_intr() using xfer_func_t.\n\nThere should be no functionality changes caused by this patch.\n\nSigned-off-by: Bartlomiej Zolnierkiewicz \u003cbzolnier@gmail.com\u003e\n"
    },
    {
      "commit": "468e468139ffbc4f0ce44862eec6dd0f5ac80945",
      "tree": "40409bbaf24bed288368bd32c9f1b3ea206a7ed1",
      "parents": [
        "da6f4c7f6fe02f92aff72071ed541f59e5880398"
      ],
      "author": {
        "name": "Adrian Bunk",
        "email": "bunk@kernel.org",
        "time": "Fri Feb 01 23:09:16 2008 +0100"
      },
      "committer": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Fri Feb 01 23:09:16 2008 +0100"
      },
      "message": "ide/ppc/pmac.c section fixes\n\nThis patch fixes the following section mismatch:\n\n\u003c--  snip  --\u003e\n\n...\nWARNING: vmlinux.o(.text+0x3b641c): Section mismatch in reference from the function .pmac_ide_setup_device() to the function .init.text:.pmac_ide_setup_dma()\n...\n\n\u003c--  snip  --\u003e\n\nSigned-off-by: Adrian Bunk \u003cbunk@kernel.org\u003e\nSigned-off-by: Bartlomiej Zolnierkiewicz \u003cbzolnier@gmail.com\u003e\n"
    },
    {
      "commit": "da6f4c7f6fe02f92aff72071ed541f59e5880398",
      "tree": "662bca91fba0afa67ffbbec93363416b7516b182",
      "parents": [
        "2eae6ebbf99a083687466c010e3129fede9cdb4b"
      ],
      "author": {
        "name": "Adrian Bunk",
        "email": "bunk@kernel.org",
        "time": "Fri Feb 01 23:09:16 2008 +0100"
      },
      "committer": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Fri Feb 01 23:09:16 2008 +0100"
      },
      "message": "ide: make wait_drive_not_busy() static again\n\nAfter commit 7267c3377443322588cddaf457cf106839a60463 \nwait_drive_not_busy() can become static again.\n\nSigned-off-by: Adrian Bunk \u003cbunk@kernel.org\u003e\nSigned-off-by: Bartlomiej Zolnierkiewicz \u003cbzolnier@gmail.com\u003e\n"
    },
    {
      "commit": "2eae6ebbf99a083687466c010e3129fede9cdb4b",
      "tree": "94b6fcdc86370351322ef91ef2244139398b4999",
      "parents": [
        "a4b5a4d91d6555df56489094cd5846cd03fc9239"
      ],
      "author": {
        "name": "Adrian Bunk",
        "email": "bunk@kernel.org",
        "time": "Fri Feb 01 23:09:16 2008 +0100"
      },
      "committer": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Fri Feb 01 23:09:16 2008 +0100"
      },
      "message": "ide: small ide-scan-pci.c cleanup\n\n- ide_scan_pcibus() can become static\n- instead of ide_scan_pci() we can use ide_scan_pcibus() directly\n  in module_init()\n\nSigned-off-by: Adrian Bunk \u003cbunk@kernel.org\u003e\nSigned-off-by: Bartlomiej Zolnierkiewicz \u003cbzolnier@gmail.com\u003e\n"
    },
    {
      "commit": "a4b5a4d91d6555df56489094cd5846cd03fc9239",
      "tree": "e7ce9c17dbc085977dd5ad28628d1d8f16a1e9ea",
      "parents": [
        "e665d50543981efef940178b95994b73ec41b77d"
      ],
      "author": {
        "name": "Adrian Bunk",
        "email": "bunk@kernel.org",
        "time": "Fri Feb 01 23:09:16 2008 +0100"
      },
      "committer": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Fri Feb 01 23:09:16 2008 +0100"
      },
      "message": "ide: unexport ide_dma_on\n\nide_dma_on can be unexported.\n\nSigned-off-by: Adrian Bunk \u003cbunk@kernel.org\u003e\nCc: Sergei Shtylyov \u003csshtylyov@ru.mvista.com\u003e\nSigned-off-by: Bartlomiej Zolnierkiewicz \u003cbzolnier@gmail.com\u003e\n"
    },
    {
      "commit": "e665d50543981efef940178b95994b73ec41b77d",
      "tree": "85cdc12006dc7e069c6ac8419b7073f0a81ab4ba",
      "parents": [
        "e79f8126799775fa48d8b39ad31cb518101b61e2"
      ],
      "author": {
        "name": "Frans Pop",
        "email": "elendil@planet.nl",
        "time": "Fri Feb 01 23:09:16 2008 +0100"
      },
      "committer": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Fri Feb 01 23:09:16 2008 +0100"
      },
      "message": "ide/Kconfig: use \u0027on-board\u0027 instead of \u0027built-in\u0027 in config options\n\nTo avoid confusion between \u0027built-in\u0027 drivers and \u0027on-board\u0027\ncontrollers, consistently use the term \u0027on-board\u0027 for controllers.\n\nMinor line-wrapping improvements in descriptions for config options.\n\n[ Bart: thanks to Jan for \u0027built-in\u0027-\u003e\u0027on-board\u0027 suggestion ]\n\nSigned-off-by: Frans Pop \u003celendil@planet.nl\u003e\nCc: Jan Engelhardt \u003cjengelh@computergmbh.de\u003e\nSigned-off-by: Bartlomiej Zolnierkiewicz \u003cbzolnier@gmail.com\u003e\n"
    },
    {
      "commit": "e79f8126799775fa48d8b39ad31cb518101b61e2",
      "tree": "e70c7a6f8199a170aec4076d1919fbebce0946ca",
      "parents": [
        "24e1c13c93cbdd05e4b7ea921c0050b036555adc"
      ],
      "author": {
        "name": "Geert Uytterhoeven",
        "email": "geert@linux-m68k.org",
        "time": "Fri Feb 01 23:09:15 2008 +0100"
      },
      "committer": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Fri Feb 01 23:09:15 2008 +0100"
      },
      "message": "Atari Falcon IDE: Add missing hwif variable\n\nCommit cbb010c180294a5242a7681555c28737d9dd26ab\n\n    ide: drop \u0027initializing\u0027 argument from ide_register_hw()\n\n    * Rename init_hwif_data() to ide_init_port_data() and export it.\n\n    * For all users of ide_register_hw() with \u0027initializing\u0027 argument set\n      hwif-\u003epresent and hwif-\u003ehold are always zero so convert these host\n      drivers to use ide_find_port()+ide_init_port_data()+ide_init_port_hw()\n      instead (also no need for init_hwif_default() call since the setup\n      done by it gets over-ridden by ide_init_port_hw() call).\n\n    * Drop \u0027initializing\u0027 argument from ide_register_hw().\n\nintroduced the usage of a hwif variable, but forgot to declare the actual\nvariable.\n\nSigned-off-by: Geert Uytterhoeven \u003cgeert@linux-m68k.org\u003e\nCc: Sergei Shtylyov \u003csshtylyov@ru.mvista.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Bartlomiej Zolnierkiewicz \u003cbzolnier@gmail.com\u003e\n"
    },
    {
      "commit": "4f4f6c2502474f51654a699d7127d86c2f87075a",
      "tree": "63a2b59aae7d1726f9b516cd9ac7a9635cab9f8b",
      "parents": [
        "4eb166d9874b4917d79ccd14577a60d795a0cb4a"
      ],
      "author": {
        "name": "Jens Axboe",
        "email": "jens.axboe@oracle.com",
        "time": "Thu Jan 31 13:57:51 2008 +0100"
      },
      "committer": {
        "name": "Jens Axboe",
        "email": "jens.axboe@oracle.com",
        "time": "Fri Feb 01 09:26:33 2008 +0100"
      },
      "message": "ide-cd: fix leftover data BUG\n\nIt\u0027s perfectly legal to have data leftovers when a drive signals\ncompletion, it happens all the time when a user issues a command\nwith a transfer count that is too large.\n\nSigned-off-by: Jens Axboe \u003cjens.axboe@oracle.com\u003e\n"
    }
  ],
  "next": "aaa04c28cb9a1efd42541fdb7ab648231c2a2263"
}
