)]}'
{
  "log": [
    {
      "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": "24e1c13c93cbdd05e4b7ea921c0050b036555adc",
      "tree": "60e5b54f1ce6db72507e6f20f19bffe5854793b8",
      "parents": [
        "31fa5d2868cfa6b51e39989e2a2ab99ce4566cb2",
        "3bc217ffe6774e7971d6a7ce6350ce806ebab044"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Feb 01 21:48:45 2008 +1100"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Feb 01 21:48:45 2008 +1100"
      },
      "message": "Merge branch \u0027for-linus\u0027 of git://git.kernel.dk/linux-2.6-block\n\n* \u0027for-linus\u0027 of git://git.kernel.dk/linux-2.6-block:\n  block: kill swap_io_context()\n  as-iosched: fix inconsistent ioc-\u003elock context\n  ide-cd: fix leftover data BUG\n  block: make elevator lib checkpatch compliant\n  cfq-iosched: make checkpatch compliant\n  block: make core bits checkpatch compliant\n  block: new end request handling interface should take unsigned byte counts\n  unexport add_disk_randomness\n  block/sunvdc.c:print_version() must be __devinit\n  splice: always updated atime in direct splice\n"
    },
    {
      "commit": "3bc217ffe6774e7971d6a7ce6350ce806ebab044",
      "tree": "b1ccad14a0c23f12248092feb867d2e311db59f0",
      "parents": [
        "8bdd3f8a6993fef2f364aca6e1a59559405773a2"
      ],
      "author": {
        "name": "Jens Axboe",
        "email": "jens.axboe@oracle.com",
        "time": "Fri Feb 01 11:34:49 2008 +0100"
      },
      "committer": {
        "name": "Jens Axboe",
        "email": "jens.axboe@oracle.com",
        "time": "Fri Feb 01 11:34:49 2008 +0100"
      },
      "message": "block: kill swap_io_context()\n\nIt blindly copies everything in the io_context, including the lock.\nThat doesn\u0027t work so well for either lock ordering or lockdep.\n\nThere seems zero point in swapping io contexts on a request to request\nmerge, so the best point of action is to just remove it.\n\nSigned-off-by: Jens Axboe \u003cjens.axboe@oracle.com\u003e\n"
    },
    {
      "commit": "31fa5d2868cfa6b51e39989e2a2ab99ce4566cb2",
      "tree": "e809b9459fce4f6363dd201641cb39a456ce10dc",
      "parents": [
        "e3c2a998afcb6de179ad954ee0113cfbcc42083e"
      ],
      "author": {
        "name": "Randy Dunlap",
        "email": "randy.dunlap@oracle.com",
        "time": "Thu Jan 31 22:09:08 2008 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Feb 01 21:11:40 2008 +1100"
      },
      "message": "docbook: rapidio: fix fatal filename error\n\nFix docbook fatal error (files were renamed):\ndocproc: linux-2.6.24-git9/arch/ppc/kernel/rio.c: No such file or directory\n\nSigned-off-by: Randy Dunlap \u003crandy.dunlap@oracle.com\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "e3c2a998afcb6de179ad954ee0113cfbcc42083e",
      "tree": "c4bd2d591c18b1ed2e62d3e3d062ab74c749d64f",
      "parents": [
        "42bb1899221d362bee5480e3abc9b05243bf38fb"
      ],
      "author": {
        "name": "Steven Rostedt",
        "email": "rostedt@goodmis.org",
        "time": "Fri Feb 01 00:13:58 2008 -0500"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Feb 01 21:08:22 2008 +1100"
      },
      "message": "fix directory entry in arch-x86-Makefile\n\nDoing a make randconfig I came across this error in the Makefile.\n\nThis patch makes a directory out of arch/x86/mach-default for\nCONFIG_X86_RDC321X\n\nSigned-off-by: Steven Rostedt \u003csrostedt@redhat.com\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "42bb1899221d362bee5480e3abc9b05243bf38fb",
      "tree": "2887b9c6e3b1a25836447a825ae466a9b69f43a5",
      "parents": [
        "cec03afcb62fbbb0eaf943f6349ade61b89d7d40",
        "4787083fcce866e275bedeb87cd6dfba34c84253"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Feb 01 21:06:56 2008 +1100"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Feb 01 21:06:56 2008 +1100"
      },
      "message": "Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6\n\n* git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6:\n  [SPARC64]: Fix inconsistent .section usage in lib/\n  [SPARC/SPARC64]: Fix usage of .section .sched.text in assembler code.\n"
    },
    {
      "commit": "cec03afcb62fbbb0eaf943f6349ade61b89d7d40",
      "tree": "cc80c13e373337d1c1dee9dd7269173da1f7c079",
      "parents": [
        "2da53b0134ad41b91556d2d2a322cc03487a1ab7",
        "4814bdbd590e835ecec2d5e505165ec1c19796b2"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Feb 01 21:06:29 2008 +1100"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Feb 01 21:06:29 2008 +1100"
      },
      "message": "Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6\n\n* git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6: (173 commits)\n  [NETNS]: Lookup in FIB semantic hashes taking into account the namespace.\n  [NETNS]: Add a namespace mark to fib_info.\n  [IPV4]: fib_sync_down rework.\n  [NETNS]: Process interface address manipulation routines in the namespace.\n  [IPV4]: Small style cleanup of the error path in rtm_to_ifaddr.\n  [IPV4]: Fix memory leak on error path during FIB initialization.\n  [NETFILTER]: Ipv6-related xt_hashlimit compilation fix.\n  [NET_SCHED]: Add flow classifier\n  [NET_SCHED]: sch_sfq: make internal queues visible as classes\n  [NET_SCHED]: sch_sfq: add support for external classifiers\n  [NET_SCHED]: Constify struct tcf_ext_map\n  [BLUETOOTH]: Fix bugs in previous conn add/del workqueue changes.\n  [TCP]: Unexport sysctl_tcp_tso_win_divisor\n  [IPV4]: Make struct ipv4_devconf static.\n  [TR] net/802/tr.c: sysctl_tr_rif_timeout static\n  [XFRM]: Fix statistics.\n  [XFRM]: Remove unused exports.\n  [PKT_SCHED] sch_teql.c: Duplicate IFF_BROADCAST in FMASK, remove 2nd.\n  [BNX2]: Fix ASYM PAUSE advertisement for remote PHY.\n  [IPV4] route cache: Introduce rt_genid for smooth cache invalidation\n  ...\n"
    },
    {
      "commit": "2da53b0134ad41b91556d2d2a322cc03487a1ab7",
      "tree": "a2dbec136864c02f7b7113fef77f3f09d437a29e",
      "parents": [
        "0c6377f878eb767846934d6c70377afac9a4db68"
      ],
      "author": {
        "name": "Olof Johansson",
        "email": "olof@lixom.net",
        "time": "Thu Jan 31 17:50:02 2008 -0600"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Feb 01 21:03:36 2008 +1100"
      },
      "message": "pasemi: Fix thinko in dma_direct_ops setup\n\n[POWERPC] pasemi: Fix thinko in dma_direct_ops setup\n\nThe first patch will just fall through and still set dma_data to a bad\nvalue, make it return directly instead.\n\nSigned-off-by: Olof Johansson \u003colof@lixom.net\u003e\nAcked-by: Michael Ellerman \u003cmichael@ellerman.id.au\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "0c6377f878eb767846934d6c70377afac9a4db68",
      "tree": "94089c74d5ee2eadea89a1ba927d21cf6ca9b42a",
      "parents": [
        "79d8bfb01be752694fb3ae93555fcc0ad91b232b"
      ],
      "author": {
        "name": "Greg Ungerer",
        "email": "gerg@snapgear.com",
        "time": "Fri Feb 01 17:40:52 2008 +1000"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Feb 01 21:02:04 2008 +1100"
      },
      "message": "m68knommu: remove dead timer int pending code\n\nRemove all the dead timer interrupt checking functions for the ColdFire\nCPU \"timers\" hardware that are not used after switching to GENERIC_TIME.\n\nSigned-off-by: Greg Ungerer \u003cgerg@uclinux.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "79d8bfb01be752694fb3ae93555fcc0ad91b232b",
      "tree": "3828131ccd73e954d3f5ef1aeea87ed53ba5f7cb",
      "parents": [
        "2d8815ba82ef5048806d36529f3e385450ba6e60"
      ],
      "author": {
        "name": "Greg Ungerer",
        "email": "gerg@snapgear.com",
        "time": "Fri Feb 01 17:40:49 2008 +1000"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Feb 01 21:02:04 2008 +1100"
      },
      "message": "m68knommu: remove empty timer offset function for 68360\n\nSwitching to GENERIC_TIME means we no longer need the empty timer offset\nfunction for the 68360 CPU.\n\nSigned-off-by: Greg Ungerer \u003cgerg@uclinux.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "2d8815ba82ef5048806d36529f3e385450ba6e60",
      "tree": "1c3795a516ad13762b5dbe907e96198807cf3114",
      "parents": [
        "de0cc4e2830434c44131232fd953dee895be43a2"
      ],
      "author": {
        "name": "Greg Ungerer",
        "email": "gerg@snapgear.com",
        "time": "Fri Feb 01 17:40:39 2008 +1000"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Feb 01 21:02:03 2008 +1100"
      },
      "message": "m68knommu: remove local gettimeofday code\n\nRemove unused local gettimeofday functions, now that we are using\nGENERIC_TIME.\n\nSigned-off-by: Greg Ungerer \u003cgerg@uclinux.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "de0cc4e2830434c44131232fd953dee895be43a2",
      "tree": "a66df7efa70370f8ce5f7e2b80cb36766ab39d4f",
      "parents": [
        "a7f61fa43e9b5622de5568b695b87c2166c49ea2"
      ],
      "author": {
        "name": "Greg Ungerer",
        "email": "gerg@snapgear.com",
        "time": "Fri Feb 01 17:40:30 2008 +1000"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Feb 01 21:02:03 2008 +1100"
      },
      "message": "m68knommu: set config to use GENERIC_TIME\n\nSwitch m68knommu arch to using GENERIC_TIME.\n\nSigned-off-by: Greg Ungerer \u003cgerg@uclinux.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "a7f61fa43e9b5622de5568b695b87c2166c49ea2",
      "tree": "92b82c932f6947fdb189b0caed245a730808fdf4",
      "parents": [
        "8d80c5ee9c1e5bc3b72d69591101c2715a7e7fdd"
      ],
      "author": {
        "name": "Greg Ungerer",
        "email": "gerg@snapgear.com",
        "time": "Fri Feb 01 17:40:26 2008 +1000"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Feb 01 21:02:03 2008 +1100"
      },
      "message": "m68knommu: switch ColdFire TIMER to use GENERIC_TIME\n\nSwitch the ColdFire TIMER timer to use GENERIC_TIME.\n\nSigned-off-by: Greg Ungerer \u003cgerg@uclinux.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "8d80c5ee9c1e5bc3b72d69591101c2715a7e7fdd",
      "tree": "fcc63bb81d8b3a253fba5a3de0974488994dc35b",
      "parents": [
        "36a90f26aa24c58e5279786340beb9f5bea39361"
      ],
      "author": {
        "name": "Greg Ungerer",
        "email": "gerg@snapgear.com",
        "time": "Fri Feb 01 17:40:21 2008 +1000"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Feb 01 21:02:03 2008 +1100"
      },
      "message": "m68knommu: switch ColdFire PIT timer to use GENERIC_TIME\n\nSwitch the ColdFire PIT timer to using GENERIC_TIME.\n\nSigned-off-by: Greg Ungerer \u003cgerg@uclinux.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "36a90f26aa24c58e5279786340beb9f5bea39361",
      "tree": "cf18a97aef95f5b95525526a78bdf27f77db9bcf",
      "parents": [
        "f6efaf62bbb67ad564862a1131c365c3c55f6242"
      ],
      "author": {
        "name": "Greg Ungerer",
        "email": "gerg@snapgear.com",
        "time": "Fri Feb 01 17:40:17 2008 +1000"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Feb 01 21:02:03 2008 +1100"
      },
      "message": "m68knommu: switch 68328 timer to use GENERIC_TIME\n\nSwitch the 68328 CPU timer code to using GENERIC_TIME.\n\nSigned-off-by: Greg Ungerer \u003cgerg@uclinux.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "f6efaf62bbb67ad564862a1131c365c3c55f6242",
      "tree": "a5d4a5e89dd053cbe1f009377d12c046d2e9de80",
      "parents": [
        "b7dcf7fe7c3060db38fc625efffad5965a5c6d8a"
      ],
      "author": {
        "name": "Greg Ungerer",
        "email": "gerg@snapgear.com",
        "time": "Fri Feb 01 17:38:26 2008 +1000"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Feb 01 21:00:01 2008 +1100"
      },
      "message": "m68knommu: remove unused CONFIG_DISKtel symbol\n\nRemove unused CONFIG_DISKtel define.\n\nSigned-off-by: Greg Ungerer \u003cgerg@uclinux.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "b7dcf7fe7c3060db38fc625efffad5965a5c6d8a",
      "tree": "5d72dc3cd8cc062e7dfdeb8750da524f1b570f34",
      "parents": [
        "9f69ba86d66297189916ceae401fe0944a207714"
      ],
      "author": {
        "name": "Greg Ungerer",
        "email": "gerg@snapgear.com",
        "time": "Fri Feb 01 17:38:24 2008 +1000"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Feb 01 21:00:01 2008 +1100"
      },
      "message": "m68knommu: fix 528x ColdFire cache settings\n\nFix problems with the 528x ColdFire CPU cache setup.\nDo not cache the flash region (if present), and make the runtime\nsettings consistent with the init setting.\n\nProblems pointed out by Bernd Buttner \u003cb.buettner@mkc-gmbh.de\u003e\n\nSigned-off-by: Greg Ungerer \u003cgerg@uclinux.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "9f69ba86d66297189916ceae401fe0944a207714",
      "tree": "9dada9de4f74f87bc28917da589112aba2098973",
      "parents": [
        "c9f27c3619b3ee26b8ec47692bdd3a7ac075ad87"
      ],
      "author": {
        "name": "Greg Ungerer",
        "email": "gerg@snapgear.com",
        "time": "Fri Feb 01 17:38:34 2008 +1000"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Feb 01 21:00:01 2008 +1100"
      },
      "message": "m68knommu: use container_of in mcf.c\n\nUse container_of() instead of assuming local uart struct is first member\nof uart_port struct.\n\nSigned-off-by: Greg Ungerer \u003cgerg@uclinux.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "c9f27c3619b3ee26b8ec47692bdd3a7ac075ad87",
      "tree": "2ad64678425cead0ec63774d542d7e66089b1cea",
      "parents": [
        "7c74806bc9addc312f59f2e7388b3a436c0c5131"
      ],
      "author": {
        "name": "Greg Ungerer",
        "email": "gerg@snapgear.com",
        "time": "Fri Feb 01 17:38:20 2008 +1000"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Feb 01 21:00:01 2008 +1100"
      },
      "message": "m68knommu: remove dead code from m68knommu timer code\n\nRemove unused LED heartbeat code from m68knommu timer code.\n\nSigned-off-by: Greg Ungerer \u003cgerg@uclinux.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "7c74806bc9addc312f59f2e7388b3a436c0c5131",
      "tree": "4b35bf74e6a07a8c40f991757502b1627e441bf1",
      "parents": [
        "dad263b84e244cd991f40ab9f87813078f585abb"
      ],
      "author": {
        "name": "Greg Ungerer",
        "email": "gerg@snapgear.com",
        "time": "Fri Feb 01 17:38:32 2008 +1000"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Feb 01 21:00:01 2008 +1100"
      },
      "message": "m68knommu: use IRQF_DISABLE in m68328serial.c\n\nUse IRQF_DISABLED instead of obsolete IRQ_FLG_STD for request_irq() flags\nin m68328serial.c driver.\n\nSigned-off-by: Greg Ungerer \u003cgerg@uclinux.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "dad263b84e244cd991f40ab9f87813078f585abb",
      "tree": "0e65802792dd3086dc8f56ca8025f3ce49a84716",
      "parents": [
        "6d3867987b8eefd880246f7dab085fcbe348c4dd"
      ],
      "author": {
        "name": "Greg Ungerer",
        "email": "gerg@snapgear.com",
        "time": "Fri Feb 01 17:38:03 2008 +1000"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Feb 01 21:00:01 2008 +1100"
      },
      "message": "m68knommu: create common DMA table for ColdFire CPUs\n\nMove the ColdFire DMA address table into its own file, and out\nof each of the different CPU config files. No need to have a copy\nof it in each of the config setup files.\n\nSigned-off-by: Greg Ungerer \u003cgerg@uclinux.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "6d3867987b8eefd880246f7dab085fcbe348c4dd",
      "tree": "4606e276d47e3b1c1860cc97686f364b1364d3a5",
      "parents": [
        "591091a15e22dc4ec30aa6fd5998be4e024b5c4c"
      ],
      "author": {
        "name": "Greg Ungerer",
        "email": "gerg@snapgear.com",
        "time": "Fri Feb 01 17:37:56 2008 +1000"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Feb 01 20:58:10 2008 +1100"
      },
      "message": "m68knommu: modify Makefiles to support common coldfire directory\n\nModify Makefiles to support separate coldfire platform directory.\n\nCurrently the common ColdFire CPU family code sits in the\narch/m68knommu/platform/5307 directory. This is confusing, the files\ncontaining this common code are in no way specific to the 5307 ColdFire.\nCreate an arch/m68knommu/platform/coldfire directory to contain this\ncommon code. Other m68knommu CPU varients do not need use this code\nthough, so it doesn\u0027t make sense to move it to arch/m68knommu/kernel.\n\nSigned-off-by: Greg Ungerer \u003cgerg@uclinux.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "591091a15e22dc4ec30aa6fd5998be4e024b5c4c",
      "tree": "05bc18df1558861d8a8116c309ed07a2384607a3",
      "parents": [
        "297a834d0b593179cc178ddc5f128c8b8844d7be"
      ],
      "author": {
        "name": "Greg Ungerer",
        "email": "gerg@snapgear.com",
        "time": "Fri Feb 01 17:37:46 2008 +1000"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Feb 01 20:58:10 2008 +1100"
      },
      "message": "m68knommu: move ColdFire vectors.c to its own coldfire directory\n\nMove common ColdFire CPU vectors.c to common coldfire platform directory.\n\nCurrently the common ColdFire CPU family code sits in the\narch/m68knommu/platform/5307 directory. This is confusing, the files\ncontaining this common code are in no way specific to the 5307 ColdFire.\nCreate an arch/m68knommu/platform/coldfire directory to contain this\ncommon code. Other m68knommu CPU varients do not need use this code\nthough, so it doesn\u0027t make sense to move it to arch/m68knommu/kernel.\n\nSigned-off-by: Greg Ungerer \u003cgerg@uclinux.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "297a834d0b593179cc178ddc5f128c8b8844d7be",
      "tree": "31355d0128d00ba0a0aa9b23b49b893727a37655",
      "parents": [
        "703d01255e650b2f1ff6b2df5345bd481fd094e6"
      ],
      "author": {
        "name": "Greg Ungerer",
        "email": "gerg@snapgear.com",
        "time": "Fri Feb 01 17:37:39 2008 +1000"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Feb 01 20:58:10 2008 +1100"
      },
      "message": "m68knommu: move ColdFire timers.c to its own coldfire directory\n\nMove common ColdFire CPU timers.c to common coldfire platform directory.\n\nCurrently the common ColdFire CPU family code sits in the\narch/m68knommu/platform/5307 directory. This is confusing, the files\ncontaining this common code are in no way specific to the 5307 ColdFire.\nCreate an arch/m68knommu/platform/coldfire directory to contain this\ncommon code. Other m68knommu CPU varients do not need use this code\nthough, so it doesn\u0027t make sense to move it to arch/m68knommu/kernel.\n\nSigned-off-by: Greg Ungerer \u003cgerg@uclinux.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "703d01255e650b2f1ff6b2df5345bd481fd094e6",
      "tree": "7837de34ee0d45a06dd0783e74de918fc6d0bbcc",
      "parents": [
        "ad80335a989ddace0969b180d4c417b56f26a254"
      ],
      "author": {
        "name": "Greg Ungerer",
        "email": "gerg@snapgear.com",
        "time": "Fri Feb 01 17:37:36 2008 +1000"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Feb 01 20:58:10 2008 +1100"
      },
      "message": "m68knommu: move ColdFire pit.c to its own coldfire directory\n\nMove common ColdFire CPU pit.c to common coldfire platform directory.\n\nCurrently the common ColdFire CPU family code sits in the\narch/m68knommu/platform/5307 directory. This is confusing, the files\ncontaining this common code are in no way specific to the 5307 ColdFire.\nCreate an arch/m68knommu/platform/coldfire directory to contain this\ncommon code. Other m68knommu CPU varients do not need use this code\nthough, so it doesn\u0027t make sense to move it to arch/m68knommu/kernel.\n\nSigned-off-by: Greg Ungerer \u003cgerg@uclinux.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "ad80335a989ddace0969b180d4c417b56f26a254",
      "tree": "62e7dfaa531c928544f32eac8c83aa822d1c4d52",
      "parents": [
        "129f481d69123919c9fc351be268878fcd19df01"
      ],
      "author": {
        "name": "Greg Ungerer",
        "email": "gerg@snapgear.com",
        "time": "Fri Feb 01 17:37:28 2008 +1000"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Feb 01 20:58:09 2008 +1100"
      },
      "message": "m68knommu: move ColdFire head.S to its own coldfire directory\n\nMove common ColdFire CPU head.S to common coldfire platform directory.\n\nCurrently the common ColdFire CPU family code sits in the\narch/m68knommu/platform/5307 directory. This is confusing, the files\ncontaining this common code are in no way specific to the 5307 ColdFire.\nCreate an arch/m68knommu/platform/coldfire directory to contain this\ncommon code. Other m68knommu CPU varients do not need use this code\nthough, so it doesn\u0027t make sense to move it to arch/m68knommu/kernel.\n\nSigned-off-by: Greg Ungerer \u003cgerg@uclinux.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "129f481d69123919c9fc351be268878fcd19df01",
      "tree": "a0f334ed7c6c9b4132890c1ba49dbeefdb77e399",
      "parents": [
        "c0ecfcd4b8998441cb6c647ee561e55cc3cd7e81"
      ],
      "author": {
        "name": "Greg Ungerer",
        "email": "gerg@snapgear.com",
        "time": "Fri Feb 01 17:37:18 2008 +1000"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Feb 01 20:58:09 2008 +1100"
      },
      "message": "m68knommu: move ColdFire entry.S to its own coldfire directory\n\nMove common ColdFire CPU entry.S to common coldfire platform directory.\n\nCurrently the common ColdFire CPU family code sits in the\narch/m68knommu/platform/5307 directory. This is confusing, the files\ncontaining this common code are in no way specific to the 5307 ColdFire.\nCreate an arch/m68knommu/platform/coldfire directory to contain this\ncommon code. Other m68knommu CPU varients do not need use this code\nthough, so it doesn\u0027t make sense to move it to arch/m68knommu/kernel.\n\nSigned-off-by: Greg Ungerer \u003cgerg@uclinux.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "c0ecfcd4b8998441cb6c647ee561e55cc3cd7e81",
      "tree": "db5c67d9e3571820e8c03a34f158d81c3965b9f6",
      "parents": [
        "b2e1810e6467455e6dd28c7c7170c2e9c37fd1b0"
      ],
      "author": {
        "name": "Greg Ungerer",
        "email": "gerg@snapgear.com",
        "time": "Fri Feb 01 17:35:03 2008 +1000"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Feb 01 20:55:44 2008 +1100"
      },
      "message": "m68knommu: platform setup for 5407 ColdFire parts\n\nSwitch to platform style configuration for 5407 ColdFire parts.\nInitial support is for the UARTs. DMA support moved to common code\nfor all ColdFire parts.\n\nSigned-off-by: Greg Ungerer \u003cgerg@uclinux.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "b2e1810e6467455e6dd28c7c7170c2e9c37fd1b0",
      "tree": "401c856ebce465b3d45caae93574dced3b0699b4",
      "parents": [
        "e206da0bb3ccb479d624172580963bd70431b455"
      ],
      "author": {
        "name": "Greg Ungerer",
        "email": "gerg@snapgear.com",
        "time": "Fri Feb 01 17:34:58 2008 +1000"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Feb 01 20:55:43 2008 +1100"
      },
      "message": "m68knommu: platform setup for 532x ColdFire parts\n\nSwitch to platform style configuration for 532x ColdFire parts.\nInitial support is for the UARTs. DMA support moved to common code\nfor all ColdFire parts.\n\nSigned-off-by: Greg Ungerer \u003cgerg@uclinux.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "e206da0bb3ccb479d624172580963bd70431b455",
      "tree": "a385a51b0433b32679a592b8b11175658ba8a875",
      "parents": [
        "96db271acee00e550ddce54aaa8d0dc3e99706a3"
      ],
      "author": {
        "name": "Greg Ungerer",
        "email": "gerg@snapgear.com",
        "time": "Fri Feb 01 17:34:40 2008 +1000"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Feb 01 20:55:43 2008 +1100"
      },
      "message": "m68knommu: platform setup for 527x ColdFire parts\n\nSwitch to platform style configuration for 527x ColdFire parts.\nInitial support is for the UARTs. DMA support moved to common code\nfor all ColdFire parts.\n\nSigned-off-by: Greg Ungerer \u003cgerg@uclinux.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "96db271acee00e550ddce54aaa8d0dc3e99706a3",
      "tree": "3e72ab195b7bcbaa8fe9af628f3d826dc7d6a585",
      "parents": [
        "eb49e9076141756d6c8fc97663e94eead0d7fc42"
      ],
      "author": {
        "name": "Greg Ungerer",
        "email": "gerg@snapgear.com",
        "time": "Fri Feb 01 17:34:55 2008 +1000"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Feb 01 20:55:43 2008 +1100"
      },
      "message": "m68knommu: platform setup for 5307 ColdFire parts\n\nSwitch to platform style configuration for 5307 ColdFire parts.\nInitial support is for the UARTs. DMA support moved to common code\nfor all ColdFire parts.\n\nSigned-off-by: Greg Ungerer \u003cgerg@uclinux.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "eb49e9076141756d6c8fc97663e94eead0d7fc42",
      "tree": "0f4f25315019f813aa6653aaa4c92a4fc896eeb5",
      "parents": [
        "5f84bd52f03f8606982c75dfbda8c4cc1b725fee"
      ],
      "author": {
        "name": "Greg Ungerer",
        "email": "gerg@snapgear.com",
        "time": "Fri Feb 01 17:34:50 2008 +1000"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Feb 01 20:55:43 2008 +1100"
      },
      "message": "m68knommu: platform setup for 528x ColdFire parts\n\nSwitch to platform style configuration for 528x ColdFire parts.\nInitial support is for the UARTs. DMA support moved to common code\nfor all ColdFire parts.\n\nSigned-off-by: Greg Ungerer \u003cgerg@uclinux.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    }
  ],
  "next": "5f84bd52f03f8606982c75dfbda8c4cc1b725fee"
}
