)]}'
{
  "log": [
    {
      "commit": "fdf2fd52746bbffeffa19e24cb0608abc5429bc2",
      "tree": "e9899108b87aa0fc600809697dec816087687517",
      "parents": [
        "49450795844daba7867cc215f17532cac2c2b284"
      ],
      "author": {
        "name": "Ben Dooks",
        "email": "ben@simtec.co.uk",
        "time": "Fri Feb 18 14:46:15 2005 +0000"
      },
      "committer": {
        "name": "Thomas Gleixner",
        "email": "tglx@mtd.linutronix.de",
        "time": "Mon May 23 12:41:32 2005 +0200"
      },
      "message": "[MTD] Sparse fixes\n\nFix sparse errors due to lack of address-space markers\nUpdated header comments\nSmall re-format of initialiser\n\nSigned-off-by: Ben Dooks \u003cben@simtec.co.uk\u003e\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\n"
    },
    {
      "commit": "49450795844daba7867cc215f17532cac2c2b284",
      "tree": "f8821bf3a7c9449d655704d43bd027499261b1af",
      "parents": [
        "7685359656774e0348835f72a68e201fe0285fa9"
      ],
      "author": {
        "name": "Artem B. Bityuckiy",
        "email": "dedekind@infradead.org",
        "time": "Fri Feb 18 14:34:54 2005 +0000"
      },
      "committer": {
        "name": "Thomas Gleixner",
        "email": "tglx@mtd.linutronix.de",
        "time": "Mon May 23 12:41:03 2005 +0200"
      },
      "message": "[MTD] Fix unregister_mtd_user() public function documentation.\n\nSigned-off-by: Artem B. Bityuckiy \u003cdedekind@infradead.org\u003e\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\n"
    },
    {
      "commit": "7685359656774e0348835f72a68e201fe0285fa9",
      "tree": "79329eaf11afcdecd5d211f3ea24535d47bcea08",
      "parents": [
        "332d71f7682d860b4439e197bc0ae85867458e1b"
      ],
      "author": {
        "name": "Ben Dooks",
        "email": "ben@simtec.co.uk",
        "time": "Fri Feb 18 11:03:48 2005 +0000"
      },
      "committer": {
        "name": "Thomas Gleixner",
        "email": "tglx@mtd.linutronix.de",
        "time": "Mon May 23 12:40:28 2005 +0200"
      },
      "message": "[MTD] Update BAST driver configuration\n\nupdate the BAST driver config (which already supports the vr1000) to\nbe selected only if the vr1000 has been configured\n\nSigned-off-by: Ben Dooks \u003cben@simtec.co.uk\u003e\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\n"
    },
    {
      "commit": "332d71f7682d860b4439e197bc0ae85867458e1b",
      "tree": "fe0fbd8a7b25115833c18a6d0d1986c051e6badc",
      "parents": [
        "b81226c5d55b16a23f044d37b45e9b6909d8fbce"
      ],
      "author": {
        "name": "Nicolas Pitre",
        "email": "nico@cam.org",
        "time": "Thu Feb 17 20:35:04 2005 +0000"
      },
      "committer": {
        "name": "Thomas Gleixner",
        "email": "tglx@mtd.linutronix.de",
        "time": "Mon May 23 12:39:55 2005 +0200"
      },
      "message": "[MTD] Make OTP actually work.\n\nThe OTP code is rather broken without this.\n\nSigned-off-by: Nicolas Pitre \u003cnico@cam.org\u003e\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\n"
    },
    {
      "commit": "b81226c5d55b16a23f044d37b45e9b6909d8fbce",
      "tree": "41c3f5d6c4d163735a60fc5a930d2feb313c17cd",
      "parents": [
        "171650af9cd847964cf69b6bab9009631283293f"
      ],
      "author": {
        "name": "Artem B. Bityuckiy",
        "email": "dedekind@infradead.org",
        "time": "Thu Feb 17 17:51:17 2005 +0000"
      },
      "committer": {
        "name": "Thomas Gleixner",
        "email": "tglx@mtd.linutronix.de",
        "time": "Mon May 23 12:39:35 2005 +0200"
      },
      "message": "[JFFS2] Fix node lookup\n\nLook the ref-\u003enext_phys field instead of -\u003enext_in_ino to determine\nif the block has more then one node.\n\nSigned-off-by: Artem B. Bityuckiy \u003cdedekind@infradead.org\u003e\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\n"
    },
    {
      "commit": "171650af9cd847964cf69b6bab9009631283293f",
      "tree": "c995b772d0f88d83a5c89a5daa7b4c01c97e2f99",
      "parents": [
        "f16407d73effc59e1e9f88e45a3dc53cacbb8264"
      ],
      "author": {
        "name": "Artem B. Bityuckiy",
        "email": "dedekind@infradead.org",
        "time": "Wed Feb 16 17:09:39 2005 +0000"
      },
      "committer": {
        "name": "Thomas Gleixner",
        "email": "tglx@mtd.linutronix.de",
        "time": "Mon May 23 12:38:33 2005 +0200"
      },
      "message": "[MTD] NAND: Fix bad block table scan for small page devices\n\nScan 1st and 2nd pages of SP devices for BB marker by default.\nFix more then one page scanning in create_bbt.c.\n\nSigned-off-by: Artem B. Bityuckiy \u003cdedekind@infradead.org\u003e\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\n"
    },
    {
      "commit": "f16407d73effc59e1e9f88e45a3dc53cacbb8264",
      "tree": "a96e973041bcce4f3bf1adea98788301db1f6d6e",
      "parents": [
        "0ea4a7558f3c5b894e46da4b2be120edf002a86d"
      ],
      "author": {
        "name": "Nicolas Pitre",
        "email": "nico@cam.org",
        "time": "Wed Feb 16 15:55:03 2005 +0000"
      },
      "committer": {
        "name": "Thomas Gleixner",
        "email": "tglx@mtd.linutronix.de",
        "time": "Mon May 23 12:37:52 2005 +0200"
      },
      "message": "[MTD] Quiet unused variable warning\n\nSigned-off-by: Nioclas Pitre \u003cnico@cam.org\u003e\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\n"
    },
    {
      "commit": "0ea4a7558f3c5b894e46da4b2be120edf002a86d",
      "tree": "494c30b92e8170437e50cb26bba28da2d9add209",
      "parents": [
        "88ec7c50bfeb5447d96fba55021bec2a274ea021"
      ],
      "author": {
        "name": "Kyungmin Park",
        "email": "kyungmin.aprk@samsung.com",
        "time": "Wed Feb 16 09:39:39 2005 +0000"
      },
      "committer": {
        "name": "Thomas Gleixner",
        "email": "tglx@mtd.linutronix.de",
        "time": "Mon May 23 12:36:30 2005 +0200"
      },
      "message": "[MTD] NAND: Early Manufacturer ID lookup\n\nMove manufacturer ID search to display correct ID in case of buswidth\nmismatch.\n\nSigned-off-by: Kyungmin Park \u003ckyungmin.park@samsung.com\u003e\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\n"
    },
    {
      "commit": "88ec7c50bfeb5447d96fba55021bec2a274ea021",
      "tree": "7358c03a033f36fc0909e3e2c1663fa1e3e7fbde",
      "parents": [
        "011b2a36278cca110c70506ad85b042c2faabac2"
      ],
      "author": {
        "name": "Ben Dooks",
        "email": "ben@simtec.co.uk",
        "time": "Mon Feb 14 16:30:35 2005 +0000"
      },
      "committer": {
        "name": "Thomas Gleixner",
        "email": "tglx@mtd.linutronix.de",
        "time": "Mon May 23 12:34:00 2005 +0200"
      },
      "message": "[MTD] Add SST 39VF1601 (MPF+) ID\n\nSigned-off-by: Ben Dooks \u003cben@simtec.co.uk\u003e\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\n"
    },
    {
      "commit": "011b2a36278cca110c70506ad85b042c2faabac2",
      "tree": "fb24caf90e98001e71b210a83f4fe464a8d4eabb",
      "parents": [
        "eeada24da8bd23fcf6acd2729be054ea99b301bb"
      ],
      "author": {
        "name": "Ben Dooks",
        "email": "ben@simtec.co.uk",
        "time": "Mon Feb 14 16:27:38 2005 +0000"
      },
      "committer": {
        "name": "Thomas Gleixner",
        "email": "tglx@mtd.linutronix.de",
        "time": "Mon May 23 12:33:26 2005 +0200"
      },
      "message": "[MTD] Fixup probing logic for single 16bit devices\n\nThe change to the generic probe to look for the\nsmallest width of chip first is causing some problems\non boards with a single 16bit device.\n\nThe problem seems to be the jedec_match() is truncating\nthe device-id read from the table to match against the\none read from the hardware, causing a match against the\npartial id of some chips with 16bit IDs (such as the\nSST39LF160)\n\nThis fixes things for my own board, but something may\nneed to be done if the same problem is exhibited for\nchips with an 8bit ID\n\nSigned-off-by: Ben Dooks \u003cben@simtec.co.uk\u003e\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\n"
    },
    {
      "commit": "eeada24da8bd23fcf6acd2729be054ea99b301bb",
      "tree": "c5d3cdffbfc11ec2ee82d64aef4177e92dfdffc7",
      "parents": [
        "41ce921440bd14d9b69b19fbf47d9278582739fe"
      ],
      "author": {
        "name": "Artem B. Bityuckiy",
        "email": "dedekind@infradead.org",
        "time": "Fri Feb 11 10:14:15 2005 +0000"
      },
      "committer": {
        "name": "Thomas Gleixner",
        "email": "tglx@mtd.linutronix.de",
        "time": "Mon May 23 12:32:18 2005 +0200"
      },
      "message": "[MTD] NAND: Read only OOB bytes during bad block scan\n\nWhen scanning NAND for bad blocks, don\u0027t read the whole page, read\nonly needed OOB bytes instead. Also check the return code of the\nnand_read_raw() function. Correctly free the this-\u003ebbt array in\ncase of failure. Tested with Large page NAND.\n\nFix debugging message.\n\nSigned-off-by: Artem B. Bityuckiy \u003cdedekind@infradead.org\u003e\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\n"
    },
    {
      "commit": "41ce921440bd14d9b69b19fbf47d9278582739fe",
      "tree": "e1d2c0364c87295018a8c732cb294bb67d8210bf",
      "parents": [
        "0040bf382c77414739c933e4d2ee35ff817d0b99"
      ],
      "author": {
        "name": "Artem B. Bityuckiy",
        "email": "dedekind@infradead.org",
        "time": "Wed Feb 09 14:50:00 2005 +0000"
      },
      "committer": {
        "name": "Thomas Gleixner",
        "email": "tglx@mtd.linutronix.de",
        "time": "Mon May 23 12:31:01 2005 +0200"
      },
      "message": "[MTD] NAND: Allow operation without bad block table\n\nSmall bugfix. Sometimes it may be handy not to have bbt.\nSo, this-\u003ebbt might be NULL.\n\nSigned-off-by: Artem B. Bityuckiy \u003cdedekind@infradead.org\u003e\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\n"
    },
    {
      "commit": "0040bf382c77414739c933e4d2ee35ff817d0b99",
      "tree": "d6f41550decccc536dfbbd46dc7ecccbf6105669",
      "parents": [
        "2f82ce1eb637c06dfc60f095cd1891ae0ba4894c"
      ],
      "author": {
        "name": "Thomas Gleixner",
        "email": "tglx@linutronix.de",
        "time": "Wed Feb 09 12:20:00 2005 +0000"
      },
      "committer": {
        "name": "Thomas Gleixner",
        "email": "tglx@mtd.linutronix.de",
        "time": "Mon May 23 12:30:07 2005 +0200"
      },
      "message": "[MTD] NAND: Skip bad block table scan on request\n\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\n"
    },
    {
      "commit": "2f82ce1eb637c06dfc60f095cd1891ae0ba4894c",
      "tree": "425727d05f70fdd55d5cf715c7acbeca6aeeeb18",
      "parents": [
        "8f15fd55f9bf266139b10850947e19c4e3f4e9b7"
      ],
      "author": {
        "name": "Andrew Victor",
        "email": "andrew@sanpeople.com",
        "time": "Wed Feb 09 09:24:26 2005 +0000"
      },
      "committer": {
        "name": "Thomas Gleixner",
        "email": "tglx@mtd.linutronix.de",
        "time": "Mon May 23 12:29:43 2005 +0200"
      },
      "message": "[JFFS2] Use a single config option for write buffer support\n\nThis patch replaces the current CONFIG_JFFS2_FS_NAND, CONFIG_JFFS2_FS_NOR_ECC\nand CONFIG_JFFS2_FS_DATAFLASH with a single configuration option -\nCONFIG_JFFS2_FS_WRITEBUFFER.\n\nThe only functional change of this patch is that the slower div/mod\ncalculations for SECTOR_ADDR(), PAGE_DIV() and PAGE_MOD() are now always\nused when CONFIG_JFFS2_FS_WRITEBUFFER is enabled.\n\nSigned-off-by: Andrew Victor \u003candrew@sanpeople.com\u003e\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\n"
    },
    {
      "commit": "8f15fd55f9bf266139b10850947e19c4e3f4e9b7",
      "tree": "3df936efbffbbd6c20dd75f51780ac37458285ff",
      "parents": [
        "3be36675d41a30ed3b192f92684f1417aa0f8bfe"
      ],
      "author": {
        "name": "Andrew Victor",
        "email": "andrew@sanpeople.com",
        "time": "Wed Feb 09 09:17:45 2005 +0000"
      },
      "committer": {
        "name": "Thomas Gleixner",
        "email": "tglx@mtd.linutronix.de",
        "time": "Mon May 23 12:28:03 2005 +0200"
      },
      "message": "[JFFS2] Add support for JFFS2-on-Dataflash devices.\n\nFor Dataflash, can_mark_obsolete \u003d false and the NAND write buffering\ncode (wbuf.c) is used.\n\nSince the DataFlash chip will automatically erase pages when writing,\nthe cleanmarkers are not needed - so cleanmarker_oob \u003d false and\ncleanmarker_size \u003d 0\n\nDataFlash page-sizes are not a power of two (they\u0027re multiples of 528\nbytes).  The SECTOR_ADDR macro (added in the previous core patch) is\nreplaced with a (slower) div/mod version if CONFIG_JFFS2_FS_DATAFLASH is\nselected.\n\nSigned-off-by: Andrew Victor \u003candrew@sanpeople.com\u003e\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\n"
    },
    {
      "commit": "3be36675d41a30ed3b192f92684f1417aa0f8bfe",
      "tree": "da8395bb14ffef19e551c509c47d16b52fb536d9",
      "parents": [
        "045e9a5d51ced27bfcbdb78071534ce6fd36b33d"
      ],
      "author": {
        "name": "Andrew Victor",
        "email": "andrew@sanpeople.com",
        "time": "Wed Feb 09 09:09:05 2005 +0000"
      },
      "committer": {
        "name": "Thomas Gleixner",
        "email": "tglx@mtd.linutronix.de",
        "time": "Mon May 23 12:27:09 2005 +0200"
      },
      "message": "[JFFS2] Core changes required to support JFFS2-on-Dataflash devices.\n\nDataFlash page-sizes are not a power of two (they\u0027re multiples of 528\nbytes).  There are a few places in JFFS2 code where sector_size is used\nas a bitmask.  A new macro (SECTOR_ADDR) was defined to calculate these\nsector addresses. For non-DataFlash devices, the original (faster)\nbitmask operation is still used.\n\nIn scan.c, the EMPTY_SCAN_SIZE was a constant of 1024.\nSince this could be larger than the sector size of the DataFlash, this\nis now basically set to MIN(sector_size, 1024).\n\nAddition of a jffs2_is_writebuffered() macro.\n\nSigned-off-by: Andrew Victor \u003candrew@sanpeople.com\u003e\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\n"
    },
    {
      "commit": "045e9a5d51ced27bfcbdb78071534ce6fd36b33d",
      "tree": "d680484aae4d7ac238ab4a8c1c5cc5cd88e512df",
      "parents": [
        "31f4233baeaaeb7c563d2766781c6592ad259b6a"
      ],
      "author": {
        "name": "Nicolas Pitre",
        "email": "nico@cam.org",
        "time": "Tue Feb 08 19:12:53 2005 +0000"
      },
      "committer": {
        "name": "Thomas Gleixner",
        "email": "tglx@mtd.linutronix.de",
        "time": "Mon May 23 12:26:40 2005 +0200"
      },
      "message": "[MTD] Unabuse file-f_mode for OTP purpose\n\nSigned-off-by: Nicolas Pitre \u003cnico@cam.org\u003e\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\n"
    },
    {
      "commit": "31f4233baeaaeb7c563d2766781c6592ad259b6a",
      "tree": "475ffcfcc1fe91a47d6b8c413d8f25b3fdfcc1c0",
      "parents": [
        "f77814dd5728edaf1239d19755d2aa0d8c33d861"
      ],
      "author": {
        "name": "Nicolas Pitre",
        "email": "nico@cam.org",
        "time": "Tue Feb 08 17:45:55 2005 +0000"
      },
      "committer": {
        "name": "Thomas Gleixner",
        "email": "tglx@mtd.linutronix.de",
        "time": "Mon May 23 12:26:04 2005 +0200"
      },
      "message": "[MTD] User interface to Protection Registers\n\nThis is implemented using a ioctl to switch the MTD char device into\none of the different OTP \"modes\", at which point read/write/seek can\noperate on the selected OTP area.  Also some extra ioctls to query\nfor size and lock protection segments or groups.  Some example user\nspace utilities are provided.\n\nSigned-off-by: Nicolas Pitre \u003cnico@cam.org\u003e\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\n"
    },
    {
      "commit": "f77814dd5728edaf1239d19755d2aa0d8c33d861",
      "tree": "5cf7f73aa367bf152e5fbd16b5173e18bb787dd5",
      "parents": [
        "67d9e95c393d23c229836e28b262dc73d71da784"
      ],
      "author": {
        "name": "Nicolas Pitre",
        "email": "nico@cam.org",
        "time": "Tue Feb 08 17:11:19 2005 +0000"
      },
      "committer": {
        "name": "Thomas Gleixner",
        "email": "tglx@mtd.linutronix.de",
        "time": "Mon May 23 12:25:23 2005 +0200"
      },
      "message": "[MTD] Support for protection register support on Intel FLASH chips\n\nThis enables support for reading, writing and locking so called\n\"Protection Registers\" present on some flash chips.\nA subset of them are pre-programmed at the factory with a\nunique set of values. The rest is user-programmable.\n\nSigned-off-by: Nicolas Pitre \u003cnico@cam.org\u003e\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\n"
    },
    {
      "commit": "67d9e95c393d23c229836e28b262dc73d71da784",
      "tree": "1c22b8ad2715d8155570aa082d6c20ed8c269e11",
      "parents": [
        "72b56a2d7dccd9ea90f34f6ddb653086a3f3bd2e"
      ],
      "author": {
        "name": "Estelle Hammache",
        "email": "estelle.hammache@st.com",
        "time": "Sat Feb 05 18:23:40 2005 +0000"
      },
      "committer": {
        "name": "Thomas Gleixner",
        "email": "tglx@mtd.linutronix.de",
        "time": "Mon May 23 12:23:54 2005 +0200"
      },
      "message": "[JFFS2] Prevent deadlock during write buffer recovery\n\nPrevent deadlock when checking erased block for\nspace allocation during wbuf recovery.\n\nSigned-off-by: Estelle Hammache \u003cestelle.hammache@st.com\u003e\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\n"
    },
    {
      "commit": "72b56a2d7dccd9ea90f34f6ddb653086a3f3bd2e",
      "tree": "262d070609b8aa3cc7be5a3469b3ab54039b5788",
      "parents": [
        "322b12eb57db8cc598ccedfb85fcf2faded08473"
      ],
      "author": {
        "name": "Nicolas Pitre",
        "email": "nico@cam.org",
        "time": "Sat Feb 05 02:06:19 2005 +0000"
      },
      "committer": {
        "name": "Thomas Gleixner",
        "email": "tglx@mtd.linutronix.de",
        "time": "Mon May 23 12:22:37 2005 +0200"
      },
      "message": "[MTD] Add OTP basisc\n\nadd structure definition for OTP region info\n\nSigned-off-by: Nicolas Pitre \u003cnico@cam.org\u003e\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\n"
    },
    {
      "commit": "322b12eb57db8cc598ccedfb85fcf2faded08473",
      "tree": "4345bcef9c1626a8e35c05f2ac4f4ba78b265527",
      "parents": [
        "8aee6ac1446d6e2cb69908facbaccc0dfb4f1145"
      ],
      "author": {
        "name": "Jonas Holmberg",
        "email": "jonas.holmberg@axis.com",
        "time": "Fri Feb 04 07:43:13 2005 +0000"
      },
      "committer": {
        "name": "Thomas Gleixner",
        "email": "tglx@mtd.linutronix.de",
        "time": "Mon May 23 12:21:41 2005 +0200"
      },
      "message": "[MTD] amd_flash: Fix chip ID clash\n\n* Removed table entry for AM29BDS643D, since device ID clashes with AM29DL640G\nand both chips support CFI.\n\nSigned-off-by: Jonas Holmberg \u003cjonas.holmberg@axis.com\u003e\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\n"
    },
    {
      "commit": "8aee6ac1446d6e2cb69908facbaccc0dfb4f1145",
      "tree": "8e1413d24eb930cb9173e690c8b04b4c370e9eb0",
      "parents": [
        "f29a4b86f554a496beba8d339917399b9c44fbc9"
      ],
      "author": {
        "name": "David Woodhouse",
        "email": "dwmw2@infradead.org",
        "time": "Wed Feb 02 22:12:08 2005 +0000"
      },
      "committer": {
        "name": "Thomas Gleixner",
        "email": "tglx@mtd.linutronix.de",
        "time": "Mon May 23 12:20:43 2005 +0200"
      },
      "message": "[JFFS2] Remove NAND dependencies for NOR FLASH\n\nmake NAND code work on NOR flash again\n\nSigned-off-by: David Woodhouse \u003cdwmw2@infradead.org\u003e\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\n"
    },
    {
      "commit": "f29a4b86f554a496beba8d339917399b9c44fbc9",
      "tree": "3ee3ed311f5d01c460ffe7c9605afda922e331a4",
      "parents": [
        "39605398cd45941b4ed2026c666a1a9f39c40490"
      ],
      "author": {
        "name": "Thomas Gleixner",
        "email": "tglx@linutronix.de",
        "time": "Mon Jan 31 22:22:24 2005 +0000"
      },
      "committer": {
        "name": "Thomas Gleixner",
        "email": "tglx@mtd.linutronix.de",
        "time": "Mon May 23 12:18:59 2005 +0200"
      },
      "message": "[MTD] DiskOnChip: big endian fix for NFTL devices\n\nMake NFTL devices work on big endian machines.\n\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\n"
    },
    {
      "commit": "39605398cd45941b4ed2026c666a1a9f39c40490",
      "tree": "cd261f8ce41cd5e0a5871f4bae2187577d60881b",
      "parents": [
        "651078ba3a9225ab3fbef146359390ac498ff9fe"
      ],
      "author": {
        "name": "Thomas Gleixner",
        "email": "tglx@linutronix.de",
        "time": "Mon Jan 31 22:21:18 2005 +0000"
      },
      "committer": {
        "name": "Thomas Gleixner",
        "email": "tglx@mtd.linutronix.de",
        "time": "Mon May 23 12:17:42 2005 +0200"
      },
      "message": "[MTD] DiskOnChip code cleanup\n\nRemove commented ugliness\n\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\n"
    },
    {
      "commit": "651078ba3a9225ab3fbef146359390ac498ff9fe",
      "tree": "5155eafd2d2119506011d120859496356c6382e3",
      "parents": [
        "9b88f47390efb72540b050628ebc04202d91c6ec"
      ],
      "author": {
        "name": "Thomas Gleixner",
        "email": "tglx@linutronix.de",
        "time": "Mon Jan 31 20:36:46 2005 +0000"
      },
      "committer": {
        "name": "Thomas Gleixner",
        "email": "tglx@mtd.linutronix.de",
        "time": "Mon May 23 12:17:03 2005 +0200"
      },
      "message": "[MTD] DiskOnChip use CONFIG_ options instead of random symbols\n\nUsing the CONFIG_ options from KConfig seems to work better :8\n\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\n"
    },
    {
      "commit": "9b88f47390efb72540b050628ebc04202d91c6ec",
      "tree": "13d56b9a76a76b7dca5509cad63827570b3496b1",
      "parents": [
        "6170b43401a3230756ff76287ee07db0d75eddde"
      ],
      "author": {
        "name": "Estelle Hammache",
        "email": "estelle.hammache@st.com",
        "time": "Fri Jan 28 18:53:05 2005 +0000"
      },
      "committer": {
        "name": "Thomas Gleixner",
        "email": "tglx@mtd.linutronix.de",
        "time": "Mon May 23 12:16:06 2005 +0200"
      },
      "message": "[JFFS2] Code cleanup \n\nCode beautification and block filing correction for optimization.\n\nSigned-off-by: Estelle Hammache \u003cestelle.hammache@st.com\u003e\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\n"
    },
    {
      "commit": "6170b43401a3230756ff76287ee07db0d75eddde",
      "tree": "771cda30b12defc6417086de0a41d1f8e81b576a",
      "parents": [
        "3118db3dfe7c16284d1d578e628fd87639b00731"
      ],
      "author": {
        "name": "Russell King",
        "email": "linux@arm.linux.org.uk",
        "time": "Mon Jan 24 23:49:54 2005 +0000"
      },
      "committer": {
        "name": "Thomas Gleixner",
        "email": "tglx@mtd.linutronix.de",
        "time": "Mon May 23 12:15:15 2005 +0200"
      },
      "message": "[MTD] Fix MTD device probing\n\nTry larger numbers of chips before smaller\nnumbers of chips across the bus width.\n\nThis means we\u0027ll avoid misdetecting a 2 x16 array as 1 x32 if the\nhigh 16-bits happen to read as zeros in the QRY area.\n\nSigned-off-by: Russell King \u003clinux@arm.linux.org.uk\u003e\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\n"
    },
    {
      "commit": "3118db3dfe7c16284d1d578e628fd87639b00731",
      "tree": "a0bd21784ca0dfd95f4713c4d649a37b5f531371",
      "parents": [
        "7f716cf3f9cc9dd420b9c75071559017812df6d2"
      ],
      "author": {
        "name": "Estelle Hammache",
        "email": "estelle.hammache@st.com",
        "time": "Mon Jan 24 21:30:25 2005 +0000"
      },
      "committer": {
        "name": "Thomas Gleixner",
        "email": "tglx@mtd.linutronix.de",
        "time": "Mon May 23 12:14:34 2005 +0200"
      },
      "message": "[JFFS2] Fix refile of blocks due to write failure. \n\navoid segfault when nextblock was refiled because of a write failure\n- avoid filing blocks on the clean list when they have wasted\nspace\n\nSigned-off-by: Estelle Hammache \u003cestelle.hammache@st.com\u003e\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\n"
    },
    {
      "commit": "7f716cf3f9cc9dd420b9c75071559017812df6d2",
      "tree": "5f6492e6e83562d8b048dd14c3c9b844caa3845b",
      "parents": [
        "e4803c30d64391d84635061eaebfc7d66de9d6ab"
      ],
      "author": {
        "name": "Estelle Hammache",
        "email": "estelle.hammache@st.com",
        "time": "Mon Jan 24 21:24:18 2005 +0000"
      },
      "committer": {
        "name": "Thomas Gleixner",
        "email": "tglx@mtd.linutronix.de",
        "time": "Mon May 23 12:12:13 2005 +0200"
      },
      "message": "[JFFS2] Fix block refiling\n\n- block refiling when writing directly to flash a buffer\nwhich is bigger than wbuf\n- retry cases for flushing wbuf\n\nSigned-off-by: Estelle Hammache \u003cestelle.hammache@st.com\u003e\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\n"
    },
    {
      "commit": "e4803c30d64391d84635061eaebfc7d66de9d6ab",
      "tree": "b36dbc4306c6b8223f0fd9755ea0d8a04a15bcb6",
      "parents": [
        "ed3786a599f5639c99dfcceaef1b064ab5e2e9f9"
      ],
      "author": {
        "name": "Estelle Hammache",
        "email": "estelle.hammache@st.com",
        "time": "Mon Jan 24 21:13:42 2005 +0000"
      },
      "committer": {
        "name": "Thomas Gleixner",
        "email": "tglx@mtd.linutronix.de",
        "time": "Mon May 23 12:11:28 2005 +0200"
      },
      "message": "[JFFS2] Fix write buffer retry case\n\nCorrection of retry case to avoid silent failure of rmdir\nwhen jffs2_wbuf_recover GCs the previous entry (+ corresponding\ndnode case).\n\nSigned-off-by: Estelle Hammache \u003cestelle.hammache@st.com\u003e\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\n"
    },
    {
      "commit": "ed3786a599f5639c99dfcceaef1b064ab5e2e9f9",
      "tree": "88330679a6fc7b84853e16e234f44c8d585a67b5",
      "parents": [
        "068e3c0a002c79a5e3cc7c42cb749c4bb126288c"
      ],
      "author": {
        "name": "David A. Marlin",
        "email": "dmarlin@redhat.com",
        "time": "Mon Jan 24 20:40:15 2005 +0000"
      },
      "committer": {
        "name": "Thomas Gleixner",
        "email": "tglx@mtd.linutronix.de",
        "time": "Mon May 23 12:10:36 2005 +0200"
      },
      "message": "[MTD] rtc_from4 error status check, disable virtual erase blocks\n\nAdded routine to perform extra error status checks on erase and write\nfailures to determine if errors are correctable.\nAdded option to prevent JFFS2 from using virtual erase blocks.\nPerformed minor cleanup on whitespace and comments.\n\nSigned-off-by: David A. Marlin \u003cdmarlin@redhat.com\u003e\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\n"
    },
    {
      "commit": "068e3c0a002c79a5e3cc7c42cb749c4bb126288c",
      "tree": "fdf2db2edf03c4520a204476b0edc652ae2c9c47",
      "parents": [
        "99f2a8aea18c9779c141050c6f95a8f1da63bbe4"
      ],
      "author": {
        "name": "David A. Marlin",
        "email": "dmarlin@redhat.com",
        "time": "Mon Jan 24 03:07:46 2005 +0000"
      },
      "committer": {
        "name": "Thomas Gleixner",
        "email": "tglx@mtd.linutronix.de",
        "time": "Mon May 23 12:08:59 2005 +0200"
      },
      "message": "[MTD] NAND Add optional ECC status check callback\n\nAdd optional hardware specific callback routine to perform extra error\nstatus checks on erase and write failures for devices with hardware ECC.\n\nSigned-off-by: David A. Marlin \u003cdmarlin@redhat.com\u003e\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\n"
    },
    {
      "commit": "99f2a8aea18c9779c141050c6f95a8f1da63bbe4",
      "tree": "5afcd7442131196b69cb6ed406729fa96bb7e0ab",
      "parents": [
        "a4ab4c5d32b66a440fb2e00f975f919f559f001d"
      ],
      "author": {
        "name": "Ben Dooks",
        "email": "ben@simtec.co.uk",
        "time": "Mon Jan 24 00:37:04 2005 +0000"
      },
      "committer": {
        "name": "Thomas Gleixner",
        "email": "tglx@mtd.linutronix.de",
        "time": "Mon May 23 11:33:47 2005 +0200"
      },
      "message": "[MTD] Platform RAM Driver\n\nDriver for generic RAM blocks which are exported by an platform_device\nfrom the device driver system.\n\nSigned-off-by: Ben Dooks \u003cben@simtec.co.uk\u003e\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\n"
    },
    {
      "commit": "a4ab4c5d32b66a440fb2e00f975f919f559f001d",
      "tree": "15687db56486438db6cd3c6f25a9434bc11d1549",
      "parents": [
        "7ba48c4583f7da5b05cf9859337195323df67b6d"
      ],
      "author": {
        "name": "David A. Marlin",
        "email": "dmarlin@redhat.com",
        "time": "Sun Jan 23 18:30:53 2005 +0000"
      },
      "committer": {
        "name": "Thomas Gleixner",
        "email": "tglx@mtd.linutronix.de",
        "time": "Mon May 23 11:32:36 2005 +0200"
      },
      "message": "[MTD] NAND use symbols instead of literals\n\nReplace some literals with defined symbols.\n\nSigned-off-by: David A. Marlin \u003cdmarlin@redhat.com\u003e\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\n"
    },
    {
      "commit": "7ba48c4583f7da5b05cf9859337195323df67b6d",
      "tree": "d46180d25bfc8962f4f28a16b6094dd346589b28",
      "parents": [
        "8fabed4a0f78623236c035de0984beeacb8096d8"
      ],
      "author": {
        "name": "Richard Purdie",
        "email": "rpurdie@rpsys.net",
        "time": "Sun Jan 23 11:09:22 2005 +0000"
      },
      "committer": {
        "name": "Thomas Gleixner",
        "email": "tglx@mtd.linutronix.de",
        "time": "Mon May 23 11:31:47 2005 +0200"
      },
      "message": "[MTD] NAND SharpSL fix default partition size\n\nCorrect Poodle default partition size\n\nSigned-off-by: Richard Purdie \u003crpurdie@rpsys.net\u003e\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\n"
    },
    {
      "commit": "8fabed4a0f78623236c035de0984beeacb8096d8",
      "tree": "a38636004739a5cedece1cd95710ef38aabe06d4",
      "parents": [
        "15266bb74d0156556f9541c9817b778286ffe5d6"
      ],
      "author": {
        "name": "Todd Poynor",
        "email": "tpoynor@mvista.com",
        "time": "Wed Jan 19 19:22:04 2005 +0000"
      },
      "committer": {
        "name": "Thomas Gleixner",
        "email": "tglx@mtd.linutronix.de",
        "time": "Mon May 23 11:30:31 2005 +0200"
      },
      "message": "[JFFS2] Avoid warning for empty filesystems\n\nAvoid \"Eep. No valid nodes for ino #1\" message for just-created filesystem.\n\nSigned-off-by: Todd Poynor \u003ctpoynor@mvista.com\u003e\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\n"
    },
    {
      "commit": "15266bb74d0156556f9541c9817b778286ffe5d6",
      "tree": "e1f1d40493a3f677cef6792c39e8a4cce0f49388",
      "parents": [
        "6fc93d8ca7a093feb403aca4ee3cb5bda338392c"
      ],
      "author": {
        "name": "Thomas Gleixner",
        "email": "tglx@linutronix.de",
        "time": "Tue Jan 18 16:15:00 2005 +0000"
      },
      "committer": {
        "name": "Thomas Gleixner",
        "email": "tglx@mtd.linutronix.de",
        "time": "Mon May 23 11:29:39 2005 +0200"
      },
      "message": "[MTD] NAND replace yield\n\nReplace yield by msleep. M.Wilcox stared at it and frowned\n\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\n"
    },
    {
      "commit": "6fc93d8ca7a093feb403aca4ee3cb5bda338392c",
      "tree": "9da44daa876860644e06cbf0f3563eba63030f75",
      "parents": [
        "97f1a087dc83cac54d740bf24888e565962b8f4d"
      ],
      "author": {
        "name": "Ben Dooks",
        "email": "ben@simtec.co.uk",
        "time": "Tue Jan 18 11:13:50 2005 +0000"
      },
      "committer": {
        "name": "Thomas Gleixner",
        "email": "tglx@mtd.linutronix.de",
        "time": "Mon May 23 11:28:55 2005 +0200"
      },
      "message": "[MTD] bast-flash partitions fixup\n\nEnsure the whole device is added if there are no partitions found on the\ndevice, so that at least the flash can be read/written.\n\nReplace some of the constants with their SZ_xxx counterparts\n\nSigned-off-by: Ben Dooks \u003cben@simtec.co.uk\u003e\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\n"
    },
    {
      "commit": "97f1a087dc83cac54d740bf24888e565962b8f4d",
      "tree": "b46c9f4a9ac1d70316b99ba313fe3051195914e3",
      "parents": [
        "30f464b74b51127b9b9a170157b75c7e8e80d2c4"
      ],
      "author": {
        "name": "David A. Marlin",
        "email": "dmarlin@redhat.com",
        "time": "Mon Jan 17 19:44:39 2005 +0000"
      },
      "committer": {
        "name": "Thomas Gleixner",
        "email": "tglx@mtd.linutronix.de",
        "time": "Mon May 23 11:27:56 2005 +0200"
      },
      "message": "[MTD] Renesas AG-AND device recovery\n\nAdd routine to perform device recovery (deplete) procedure.\nClean up some compiler warnings.\n\nSigned-off-by: David A. Marlin \u003cdmarlin@redhat.com\u003e\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\n"
    },
    {
      "commit": "30f464b74b51127b9b9a170157b75c7e8e80d2c4",
      "tree": "95a9e2f352612a4bfb94a276c1eaf21b0aec8f25",
      "parents": [
        "28a48de72b876af794853593cc1412119ada9efc"
      ],
      "author": {
        "name": "David A. Marlin",
        "email": "dmarlin@redhat.com",
        "time": "Mon Jan 17 18:35:25 2005 +0000"
      },
      "committer": {
        "name": "Thomas Gleixner",
        "email": "tglx@mtd.linutronix.de",
        "time": "Mon May 23 11:26:45 2005 +0200"
      },
      "message": "[MTD] NAND workaround for AG-AND disturb issue. AG-AND recovery\n\nAdded workaround for Renesas AG-AND chips \"disturb\" issue \nfor Bad Block Table. \nAdded support for the device recovery command sequence \nfor Renesas AG-AND chips.\n\nSigned-off-by: David A. Marlin \u003cdmarlin@redhat.com\u003e\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\n"
    },
    {
      "commit": "28a48de72b876af794853593cc1412119ada9efc",
      "tree": "fb1e6e5f98bf348d019d586d47be0e89466c98cf",
      "parents": [
        "8ea2e06fc8d2f03b49cef7732ae8e290e2f0b183"
      ],
      "author": {
        "name": "David A. Marlin",
        "email": "dmarlin@redhat.com",
        "time": "Mon Jan 17 18:29:21 2005 +0000"
      },
      "committer": {
        "name": "Thomas Gleixner",
        "email": "tglx@mtd.linutronix.de",
        "time": "Mon May 23 11:22:05 2005 +0200"
      },
      "message": "[MTD] NAND extended commands, badb block table autorefresh \n\nAdded extended commands for AG-AND device and added \noption for BBT_AUTO_REFRESH.\n\nSigned-off-by: David A. Marlin \u003cdmarlin@redhat.com\u003e\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\n"
    },
    {
      "commit": "8ea2e06fc8d2f03b49cef7732ae8e290e2f0b183",
      "tree": "455074eed205d8791f685795ec0b3833f54448e1",
      "parents": [
        "14f8351a313f364afbc565f1ddcd43f8cfdccf52"
      ],
      "author": {
        "name": "Herbert Valerio Riedel",
        "email": "hvr@inso.tuwien.ac.at",
        "time": "Mon Jan 17 13:47:24 2005 +0000"
      },
      "committer": {
        "name": "Thomas Gleixner",
        "email": "tglx@mtd.linutronix.de",
        "time": "Mon May 23 11:19:46 2005 +0200"
      },
      "message": "[MTD] FTL Fix missing pointer assignment\n\nFor the case that mtd partitions are enabled it would cause a 0-pointer \ndereferencing in mtdpart.c:mtd_erase_callback()\n\nSigned-off-by: Herbert Valerio Riedel \u003chvr@inso.tuwien.ac.at\u003e\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\n"
    },
    {
      "commit": "14f8351a313f364afbc565f1ddcd43f8cfdccf52",
      "tree": "d7c9833120901274c32a85d58b32d0f4f11aa5d2",
      "parents": [
        "49a43876b935c811cfd29d8fe998a6912a1cc5c4"
      ],
      "author": {
        "name": "Josh Boyer",
        "email": "jdub@us.ibm.com",
        "time": "Thu Jan 06 21:16:45 2005 +0000"
      },
      "committer": {
        "name": "Thomas Gleixner",
        "email": "tglx@mtd.linutronix.de",
        "time": "Mon May 23 11:16:56 2005 +0200"
      },
      "message": "[MTD] slram driver cleanup\n\nAdd error checks to read/write functions and add an eraseblock size.\nMakes slram a suitable device for JFFS2.\n\nSigned-off-by: Josh Boyer \u003cjdub@us.ibm.com\u003e\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\n"
    },
    {
      "commit": "49a43876b935c811cfd29d8fe998a6912a1cc5c4",
      "tree": "c7d7a187a2125518e655dfeadffd38156239ffc3",
      "parents": [
        "05d3794aa8bd3b2c9f7920a05003c331cdeb75c5"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@osdl.org",
        "time": "Wed May 18 15:39:33 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Thu May 19 07:46:36 2005 -0700"
      },
      "message": "[PATCH] prevent NULL mmap in topdown model\n\nPrevent the topdown allocator from allocating mmap areas all the way\ndown to address zero.\n\nWe still allow a MAP_FIXED mapping of page 0 (needed for various things,\nranging from Wine and DOSEMU to people who want to allow speculative\nloads off a NULL pointer).\n\nTested by Chris Wright.\n\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "05d3794aa8bd3b2c9f7920a05003c331cdeb75c5",
      "tree": "46ae0ec07caf01fa5c743112ae8ee932d1e66854",
      "parents": [
        "301216244b1e39c4346e56d38b079ca53d528580",
        "0b405a0f7e4d4d18fd1fe46ddf5ff465443036ab"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Wed May 18 16:37:46 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Wed May 18 16:37:46 2005 -0700"
      },
      "message": "Automatic merge of rsync://rsync.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6.git/\n"
    },
    {
      "commit": "301216244b1e39c4346e56d38b079ca53d528580",
      "tree": "4a16a1f4cf249d713e565c1b2113ca3b38d3ba45",
      "parents": [
        "e72022e13d659bece2fc9cb2dd97afa67047dbca"
      ],
      "author": {
        "name": "Stephen Tweedie",
        "email": "sct@redhat.com",
        "time": "Wed May 18 11:47:17 2005 -0400"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Wed May 18 09:10:02 2005 -0700"
      },
      "message": "[PATCH] Avoid console spam with ext3 aborted journal.\n\nAvoid console spam with ext3 aborted journal.\n\next3 usually reports error conditions that it detects in its environment.\nBut when its journal gets aborted due to such errors, it can sometimes\ncontinue to report that condition forever, spamming the console to such\nan extent that the initial first cause of the journal abort can be lost.\n\nWhen the journal aborts, we put the filesystem into readonly mode.  Most\nsubsequent filesystem operations will get rejected immediately by checks\nfor MS_RDONLY either in the filesystem or in the VFS.  But some paths do\nnot have such checks --- for example, if we continue to write to a file\nhandle that was opened before the fs went readonly.  (We only check for\nthe ROFS condition when the file is first opened.)  In these cases, we\ncan continue to generate log errors similar to\n\nEXT3-fs error (device $DEV) in start_transaction: Journal has aborted\n\nfor each subsequent write.\n\nThere is really no point in generating these errors after the initial\nerror has been fully reported.  Specifically, if we\u0027re starting a\ncompletely new filesystem operation, and the filesystem is *already*\nreadonly (ie. the ext3 layer has already detected and handled the\nunderlying jbd abort), and we see an EROFS error, then there is simply\nno point in reporting it again.\n\nSigned-off-by: Stephen Tweedie \u003csct@redhat.com\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "e72022e13d659bece2fc9cb2dd97afa67047dbca",
      "tree": "c71a8bf39274d7ad105e0618a7f0ff57d1509c17",
      "parents": [
        "d1ded203adf16b42ca90e9041120ae465ca5c4a6"
      ],
      "author": {
        "name": "Stephen Tweedie",
        "email": "sct@redhat.com",
        "time": "Wed May 18 11:22:31 2005 -0400"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Wed May 18 09:10:02 2005 -0700"
      },
      "message": "[PATCH] Fix filp being passed through raw ioctl handler\n\nDon\u0027t pass meaningless file handles to block device ioctls.\n\nThe recent raw IO ioctl-passthrough fix started passing the raw file\nhandle into the block device ioctl handler.  That\u0027s unlikely to be\nuseful, as the file handle is actually open on a character-mode raw\ndevice, not a block device, so dereferencing it is not going to yield\nuseful results to a block device ioctl handler.\n\nPreviously we just passed NULL; also not a value that can usefully\nbe dereferenced, but at least if it does happen, we\u0027ll oops instead of\nsilently pretending that the file is a block device, so NULL is the more\ndefensive option here.  This patch reverts to that behaviour.\n\nNoticed by Al Viro.\n\nSigned-off-by: Stephen Tweedie \u003csct@redhat.com\u003e\nAcked-by: Al Viro \u003cviro@parcelfarce.linux.theplanet.co.uk\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "0b405a0f7e4d4d18fd1fe46ddf5ff465443036ab",
      "tree": "49d74df6eddfdd095c650e0af34cde7f4548a2d5",
      "parents": [
        "82428b62aa6294ea640c7e920a9224ecaf46db65"
      ],
      "author": {
        "name": "David Brownell",
        "email": "david-b@pacbell.net",
        "time": "Thu May 12 12:06:27 2005 -0700"
      },
      "committer": {
        "name": "Greg KH",
        "email": "gregkh@suse.de",
        "time": "Tue May 17 14:54:55 2005 -0700"
      },
      "message": "[PATCH] Driver Core: remove driver model detach_state\n\nThe driver model has a \"detach_state\" mechanism that:\n\n - Has never been used by any in-kernel drive;\n - Is superfluous, since driver remove() methods can do the same thing;\n - Became buggy when the suspend() parameter changed semantics and type;\n - Could self-deadlock when called from certain suspend contexts;\n - Is effectively wasted documentation, object code, and headspace.\n\nThis removes that \"detach_state\" mechanism; net code shrink, as well\nas a per-device saving in the driver model and sysfs.\n\nSigned-off-by: David Brownell \u003cdbrownell@users.sourceforge.net\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "82428b62aa6294ea640c7e920a9224ecaf46db65",
      "tree": "f9e9bfd1f86f739ee16968378057060417f52bb4",
      "parents": [
        "ff0d2f90fdc4b564d47a7c26b16de81a16cfa28e"
      ],
      "author": {
        "name": "David Brownell",
        "email": "david-b@pacbell.net",
        "time": "Mon May 09 08:07:00 2005 -0700"
      },
      "committer": {
        "name": "Greg KH",
        "email": "gregkh@suse.de",
        "time": "Tue May 17 14:54:54 2005 -0700"
      },
      "message": "[PATCH] Driver Core: pm diagnostics update, check for errors\n\nThis patch includes various tweaks in the messaging that appears during\nsystem pm state transitions:\n\n  * Warn about certain illegal calls in the device tree, like resuming\n    child before parent or suspending parent before child.  This could\n    happen easily enough through sysfs, or in some cases when drivers\n    use device_pm_set_parent().\n\n  * Be more consistent about dev_dbg() tracing ... do it for resume() and\n    shutdown() too, and never if the driver doesn\u0027t have that method.\n\n  * Say which type of system sleep state is being entered.\n\nExcept for the warnings, these only affect debug messaging.\n\nSigned-off-by: David Brownell \u003cdbrownell@users.sourceforge.net\u003e\nAcked-by: Pavel Machek \u003cpavel@ucw.cz\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "d1ded203adf16b42ca90e9041120ae465ca5c4a6",
      "tree": "59c3218467807e1793fb4fc5d90141e072ab2212",
      "parents": [
        "9888549e0507cc95d1d7ade1595c00ff8e902659"
      ],
      "author": {
        "name": "Greg KH",
        "email": "gregkh@suse.de",
        "time": "Thu May 05 11:57:25 2005 -0700"
      },
      "committer": {
        "name": "Greg KH",
        "email": "gregkh@suse.de",
        "time": "Tue May 17 14:31:12 2005 -0700"
      },
      "message": "[PATCH] PCI: add MODALIAS to hotplug event for pci devices\n\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "9888549e0507cc95d1d7ade1595c00ff8e902659",
      "tree": "9c31d2b34ef9b747733f7f39916a8031f89c3d1e",
      "parents": [
        "c22610dadc0452b1273494f2b5157123c6cd60e1"
      ],
      "author": {
        "name": "Greg KH",
        "email": "gregkh@suse.de",
        "time": "Thu May 05 11:57:25 2005 -0700"
      },
      "committer": {
        "name": "Greg KH",
        "email": "gregkh@suse.de",
        "time": "Tue May 17 14:31:12 2005 -0700"
      },
      "message": "[PATCH] PCI: add modalias sysfs file for pci devices\n\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "c22610dadc0452b1273494f2b5157123c6cd60e1",
      "tree": "150d5315df21f02605ad5a6541ef7cb00176d023",
      "parents": [
        "43b7d7cfb157b5c8c5cc0933f4e96fd81adc81ca"
      ],
      "author": {
        "name": "Scott Murray",
        "email": "scottm@somanetworks.com",
        "time": "Mon May 09 17:36:27 2005 -0400"
      },
      "committer": {
        "name": "Greg KH",
        "email": "gregkh@suse.de",
        "time": "Tue May 17 14:31:11 2005 -0700"
      },
      "message": "[PATCH] PCI Hotplug: remove pci_visit_dev\n\nIf my CPCI hotplug update patch is applied, then there are no longer any\nin tree users of the pci_visit_dev API, and it and its related code can be\nremoved.\n\nSigned-off-by: Scott Murray \u003cscottm@somanetworks.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "43b7d7cfb157b5c8c5cc0933f4e96fd81adc81ca",
      "tree": "2af3b43ed8ee9468b1e0418c10275f33d23ced19",
      "parents": [
        "8b245e45f34280ec61e3c8d643d4613b9e0eb7a4"
      ],
      "author": {
        "name": "Scott Murray",
        "email": "scottm@somanetworks.com",
        "time": "Mon May 09 17:31:50 2005 -0400"
      },
      "committer": {
        "name": "Greg KH",
        "email": "gregkh@suse.de",
        "time": "Tue May 17 14:31:11 2005 -0700"
      },
      "message": "[PATCH] PCI Hotplug: CPCI update\n\n[PATCH] CPCI: update\n\nI have finally done some work to update the CompactPCI hotplug driver to\nfix some of the outstanding issues in 2.6:\n- Added adapter and latch status ops so that those files will get created\n  by the current PCI hotplug core.  This used to not be required, but\n  seems to be now after some of the sysfs rework in the core.\n- Replaced slot list spinlock with a r/w semaphore to avoid any potential\n  issues with sleeping.  This quiets all of the runtime warnings.\n- Reworked interrupt driven hot extraction handling to remove need for a\n  polling operator for ENUM# status.  There are a lot of boards that only\n  have an interrupt driven by ENUM#, so this lowers the bar to entry.\n- Replaced pci_visit_dev usage with better use of the PCI core functions.\n  The new code is functionally equivalent to the previous code, but the\n  use of pci_enable_device on insert needs to be investigated further, as\n  I need to do some more testing to see if it is still necessary.\n\nSigned-off-by: Scott Murray \u003cscottm@somanetworks.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "8b245e45f34280ec61e3c8d643d4613b9e0eb7a4",
      "tree": "aefa5d7e3d4689f5f1df21a7820088e8d9c7070b",
      "parents": [
        "ee17fd93a5892c162b0a02d58cdfdb9c50cf8467"
      ],
      "author": {
        "name": "Dely Sy",
        "email": "dlsy@snoqualmie.dp.intel.com",
        "time": "Fri May 06 17:19:09 2005 -0700"
      },
      "committer": {
        "name": "Greg KH",
        "email": "gregkh@suse.de",
        "time": "Tue May 17 14:31:11 2005 -0700"
      },
      "message": "[PATCH] PCI Hotplug: get pciehp to work on the downstream port of a switch\n\nHere is the updated patch to get pciehp driver to work for downstream\nport of a switch and handle the difference in the offset value of PCI\nExpress capability list item of different ports.\n\nSigned-off-by: Dely Sy \u003cdely.l.sy@intel.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "ee17fd93a5892c162b0a02d58cdfdb9c50cf8467",
      "tree": "d218eab66a47e883ddf84f5c30e9060cd99394ec",
      "parents": [
        "ff0d2f90fdc4b564d47a7c26b16de81a16cfa28e"
      ],
      "author": {
        "name": "Dely Sy",
        "email": "dlsy@snoqualmie.dp.intel.com",
        "time": "Thu May 05 11:57:25 2005 -0700"
      },
      "committer": {
        "name": "Greg KH",
        "email": "gregkh@suse.de",
        "time": "Tue May 17 14:31:10 2005 -0700"
      },
      "message": "[PATCH] PCI Hotplug: Fix echoing 1 to power file of enabled slot problem with SHPC driver\n\nHere is a patch to fix the problem of echoing 1 to \"power\" file\nto enabled slot causing the slot to power down, and echoing 0\nto disabled slot causing shpchp_disabled_slot() to be called\ntwice. This problem was reported by kenji Kaneshige.\n\nThanks,\nDely\n\nSigned-off-by: Dely Sy \u003cdely.l.sy@intel.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "ff0d2f90fdc4b564d47a7c26b16de81a16cfa28e",
      "tree": "6bb5a1cf91bbda8308ec7e6d900cb89071907dcd",
      "parents": [
        "8c41a5f50deab01aca11155154d7e6737b3a1d9f"
      ],
      "author": {
        "name": "Christoph Lameter",
        "email": "christoph@lameter.com",
        "time": "Tue May 17 08:48:16 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Tue May 17 09:27:05 2005 -0700"
      },
      "message": "[PATCH] fix memory scribble in arch/i386/pci/fixup.c\n\nThe GET_INDEX() macro should use just the low three bits of the devfn,\notherwise we have a memory scribble in pcie_rootport_aspm_quirk that\noverwrites ptype_all\n\nFix it to be more careful about its arguments while at it.\n\nAcked by Dely Sy \u003cdely.l.sy@intel.com\u003e\n\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "8c41a5f50deab01aca11155154d7e6737b3a1d9f",
      "tree": "bdb9b93e9c8ecd0839f1721fb4eea8d63aca481b",
      "parents": [
        "19bbdf0e510471ecebb3fe09bd8b00773cc63b88"
      ],
      "author": {
        "name": "randy_dunlap",
        "email": "rdunlap@xenotime.net",
        "time": "Tue May 17 07:12:56 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Tue May 17 09:27:05 2005 -0700"
      },
      "message": "[PATCH] update CREDITS\n\nfree agent\n\nSigned-off-by: Randy Dunlap \u003crdunlap@xenotime.net\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "19bbdf0e510471ecebb3fe09bd8b00773cc63b88",
      "tree": "7a90cca66dfb14f29c45dbedcd8c4b8bfa394854",
      "parents": [
        "ad542ef5b2296fa7a8518e6be67c4588b750d316"
      ],
      "author": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Tue May 17 16:48:39 2005 +1000"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Tue May 17 09:27:05 2005 -0700"
      },
      "message": "[PATCH] ppc32: enable use of early_param\n\nWe need to call parse_early_param() early on to allow usage of\nearly_param() for command line parsing.\n\nSigned-off-by: Kumar Gala \u003ckumar.gala@freescale.com\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "ad542ef5b2296fa7a8518e6be67c4588b750d316",
      "tree": "e039ed07c5cd2163dee880cb7970a70333c532aa",
      "parents": [
        "ff96b3d4b840e8aa126e0a60fd743417ffdee178",
        "f3ac91cf521be4637236d2dcb7ad4aa91f8865f0"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Tue May 17 08:55:00 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Tue May 17 08:55:00 2005 -0700"
      },
      "message": "Automatic merge of rsync://rsync.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-2.6.git\n"
    },
    {
      "commit": "f3ac91cf521be4637236d2dcb7ad4aa91f8865f0",
      "tree": "bd6a8c952ca83863e731e93d332a9cdc2a21563e",
      "parents": [
        "104e50108c862b13da26850d4b469cc13418b66b",
        "cdcca89e1a90fa9112260bd6384f20fcc4280e21"
      ],
      "author": {
        "name": "",
        "email": "jgarzik@pretzel.yyz.us",
        "time": "Tue May 17 11:30:39 2005 -0400"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Tue May 17 11:30:39 2005 -0400"
      },
      "message": "Merge of rsync://rsync.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev.git\n"
    },
    {
      "commit": "ff96b3d4b840e8aa126e0a60fd743417ffdee178",
      "tree": "bf16c711040aa5a00e5a6d6675869526b4dbfbb5",
      "parents": [
        "b82a96a7f28b9939576bf79a817c7a238d784b47",
        "360b52b08972ada8fd4421e9a7bcbe1ea186c20e"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Tue May 17 08:11:04 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Tue May 17 08:11:04 2005 -0700"
      },
      "message": "Automatic merge of rsync://rsync.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6.git/\n"
    },
    {
      "commit": "b82a96a7f28b9939576bf79a817c7a238d784b47",
      "tree": "767163e65d1a23fa96ff1a18367f934b2320d3ae",
      "parents": [
        "43f1a8f8c09aa1e368157039715812139a023d20"
      ],
      "author": {
        "name": "Johannes Stezenbach",
        "email": "js@linuxtv.org",
        "time": "Mon May 16 21:54:49 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Tue May 17 07:59:35 2005 -0700"
      },
      "message": "[PATCH] dvb: budget-av: CI fixes\n\n- remove enable_ci, ci interface is assumed to be present if the saa7113\n  is not found.\n- reduce the delay when checking for saa7113\n- clean up the cam reset according to specifications\n- turn off Vcc to the cam slot if cam is removed or fails reset\n- remove cam reset in ciintf_init\n- clean up printks (KERN_)\n- move gpio setting into saa7113_init\n- clean up unreadable frontend_init\n(Kenneth Aafloy)\n\nSigned-off-by: Johannes Stezenbach \u003cjs@linuxtv.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "43f1a8f8c09aa1e368157039715812139a023d20",
      "tree": "cdb70fdde5f3f90643e0324f499fa17034ca4956",
      "parents": [
        "b98b79da032584b4c077568d28dde2d2fe226b54"
      ],
      "author": {
        "name": "Johannes Stezenbach",
        "email": "js@linuxtv.org",
        "time": "Mon May 16 21:54:49 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Tue May 17 07:59:35 2005 -0700"
      },
      "message": "[PATCH] dvb: bt8xx: whitespace cleanup\n\nwhitespace cleanup\n\nSigned-off-by: Johannes Stezenbach \u003cjs@linuxtv.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "b98b79da032584b4c077568d28dde2d2fe226b54",
      "tree": "a591dcc7f283983732b3536981c467221862611a",
      "parents": [
        "42dc6617fe41ea65a94399821058353d0b12c0ab"
      ],
      "author": {
        "name": "Johannes Stezenbach",
        "email": "js@linuxtv.org",
        "time": "Mon May 16 21:54:47 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Tue May 17 07:59:35 2005 -0700"
      },
      "message": "[PATCH] dvb: DST: fixed CI debug output\n\nfixed CI debug output (Dominique Dumont)\n\nSigned-off-by: Johannes Stezenbach \u003cjs@linuxtv.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "42dc6617fe41ea65a94399821058353d0b12c0ab",
      "tree": "69fbbd8cd8fd959e03998c956b8c0d9556f14839",
      "parents": [
        "df481ae59074756f1d0b2712d8b3fe8d04eb16c1"
      ],
      "author": {
        "name": "Johannes Stezenbach",
        "email": "js@linuxtv.org",
        "time": "Mon May 16 21:54:47 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Tue May 17 07:59:35 2005 -0700"
      },
      "message": "[PATCH] dvb: DST: fix a bug in the module parameter\n\nfix a bug in the module parameter (Dominique Dumont)\n\nSigned-off-by: Johannes Stezenbach \u003cjs@linuxtv.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "df481ae59074756f1d0b2712d8b3fe8d04eb16c1",
      "tree": "ad29052455aaf19cead8c24117f5640bf925cb64",
      "parents": [
        "4a2cc1269b6c1404e6e882cee604d55c90927467"
      ],
      "author": {
        "name": "Johannes Stezenbach",
        "email": "js@linuxtv.org",
        "time": "Mon May 16 21:54:45 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Tue May 17 07:59:34 2005 -0700"
      },
      "message": "[PATCH] dvb: bt8xx: updated documentation\n\nupdated documentation (Manu Abraham)\n\nSigned-off-by: Johannes Stezenbach \u003cjs@linuxtv.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "4a2cc1269b6c1404e6e882cee604d55c90927467",
      "tree": "0035cedefc9f64acb8ca584482a5ba4f130f1313",
      "parents": [
        "b46dd4456f87fbad634d9a63d607fc54e4381cb4"
      ],
      "author": {
        "name": "Johannes Stezenbach",
        "email": "js@linuxtv.org",
        "time": "Mon May 16 21:54:45 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Tue May 17 07:59:34 2005 -0700"
      },
      "message": "[PATCH] dvb: DST: misc. fixes\n\nremoved unused module parameter session removed unnecesary delay for FTA cards\n(Manu Abraham)\n\nSigned-off-by: Johannes Stezenbach \u003cjs@linuxtv.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "b46dd4456f87fbad634d9a63d607fc54e4381cb4",
      "tree": "676a4c924914065094a6d7d26195a26e8308bada",
      "parents": [
        "8385e46fbf7c9b80008b915440f256ce88633eeb"
      ],
      "author": {
        "name": "Johannes Stezenbach",
        "email": "js@linuxtv.org",
        "time": "Mon May 16 21:54:44 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Tue May 17 07:59:34 2005 -0700"
      },
      "message": "[PATCH] dvb: DST: fix for descrambling failure\n\nfix for descrambling failure (Dominique Dumont, Manu Abraham)\n\nSigned-off-by: Johannes Stezenbach \u003cjs@linuxtv.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "8385e46fbf7c9b80008b915440f256ce88633eeb",
      "tree": "65104379fb6cc747fe4d53a68380d88124666381",
      "parents": [
        "e6ac699a4f991e84b4bcdc07d9dfa8e019cf6116"
      ],
      "author": {
        "name": "Johannes Stezenbach",
        "email": "js@linuxtv.org",
        "time": "Mon May 16 21:54:43 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Tue May 17 07:59:34 2005 -0700"
      },
      "message": "[PATCH] dvb: DST: fixed tuning problem\n\nfixed a tuning problem for cards based on the old firmware (Steffen Motzer,\nManu Abraham)\n\nSigned-off-by: Johannes Stezenbach \u003cjs@linuxtv.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "e6ac699a4f991e84b4bcdc07d9dfa8e019cf6116",
      "tree": "68d6b10ecae27965aa28cef10ffdf76fe75dd459",
      "parents": [
        "50b215a05878ce9636dace6cd21f7e91ff005058"
      ],
      "author": {
        "name": "Johannes Stezenbach",
        "email": "js@linuxtv.org",
        "time": "Mon May 16 21:54:42 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Tue May 17 07:59:33 2005 -0700"
      },
      "message": "[PATCH] dvb: DST: add support for Twinhan 200103A\n\nadd support for the old Twinhan 200103A card (Steffen Motzer)\n\nSigned-off-by: Johannes Stezenbach \u003cjs@linuxtv.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "50b215a05878ce9636dace6cd21f7e91ff005058",
      "tree": "0d3f67aeff9efceb3575dd902d91d21e02638f3d",
      "parents": [
        "daeb6aa40be55b0750aea92dea78b8ebc40ca9a8"
      ],
      "author": {
        "name": "Johannes Stezenbach",
        "email": "js@linuxtv.org",
        "time": "Mon May 16 21:54:41 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Tue May 17 07:59:33 2005 -0700"
      },
      "message": "[PATCH] dvb: DST: reorganize Twinhan DST driver to support CI\n\n- reorganize Twinhan DST driver to support CI\n- add support for more cards\n(Manu Abraham)\n\nSigned-off-by: Johannes Stezenbach \u003cjs@linuxtv.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "daeb6aa40be55b0750aea92dea78b8ebc40ca9a8",
      "tree": "25532fb0a65b840a865daf567e195e0a6b314e73",
      "parents": [
        "fdc53a6dbfea18e621dd23ed5cfb160837d7ce52"
      ],
      "author": {
        "name": "Johannes Stezenbach",
        "email": "js@linuxtv.org",
        "time": "Mon May 16 21:54:40 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Tue May 17 07:59:33 2005 -0700"
      },
      "message": "[PATCH] dvb: bt8xx: update documentation\n\nupdate bt8xx documentation (Uwe Bugla)\n\nSigned-off-by: Johannes Stezenbach \u003cjs@linuxtv.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "fdc53a6dbfea18e621dd23ed5cfb160837d7ce52",
      "tree": "9ce191cdb07264f8c6275c1443e61b465e17d0cb",
      "parents": [
        "0b3f5a57bf110b519b706365c86ada199075f34e"
      ],
      "author": {
        "name": "Johannes Stezenbach",
        "email": "js@linuxtv.org",
        "time": "Mon May 16 21:54:39 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Tue May 17 07:59:33 2005 -0700"
      },
      "message": "[PATCH] dvb: modified dvb_register_adapter() to avoid kmalloc/kfree\n\nModified dvb_register_adapter() to avoid kmalloc/kfree.  Drivers have to embed\nstruct dvb_adapter into their private data struct from now on.  (Andreas\nOberritter)\n\nSigned-off-by: Johannes Stezenbach \u003cjs@linuxtv.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "0b3f5a57bf110b519b706365c86ada199075f34e",
      "tree": "aaf3a3f19d4f122331180d2127764387d7a59dc9",
      "parents": [
        "d91b730dfb46fa889c9c7a67d8bd6596e2ac8b21"
      ],
      "author": {
        "name": "Johannes Stezenbach",
        "email": "js@linuxtv.org",
        "time": "Mon May 16 21:54:38 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Tue May 17 07:59:32 2005 -0700"
      },
      "message": "[PATCH] dvb: frontends: misc. minor cleanups\n\nmisc. minor cleanups, select FW_LOADER and add a help text to DVB_OR51132\n\nSigned-off-by: Johannes Stezenbach \u003cjs@linuxtv.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "d91b730dfb46fa889c9c7a67d8bd6596e2ac8b21",
      "tree": "181dbb3a05023ab056e1b66d6e6d3b1126fee289",
      "parents": [
        "5e9e7226c13135063707a0c82766a2dd748f59e5"
      ],
      "author": {
        "name": "Johannes Stezenbach",
        "email": "js@linuxtv.org",
        "time": "Mon May 16 21:54:38 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Tue May 17 07:59:32 2005 -0700"
      },
      "message": "[PATCH] dvb: make needlessly global code static or drop it\n\n- make needlessly global code static\n- #if 0 the following unused global functions:\n  - ttpci/av7110_hw.c: av7110_reset_arm\n  - ttpci/av7110_hw.c: av7110_send_ci_cmd\n- frontends/mt352.[ch]: drop mt352_read\n\nSigned-off-by: Adrian Bunk \u003cbunk@stusta.de\u003e\nSigned-off-by: Johannes Stezenbach \u003cjs@linuxtv.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "5e9e7226c13135063707a0c82766a2dd748f59e5",
      "tree": "fe942fdad89f9259082a495e3f2d1ac0bd8fd080",
      "parents": [
        "71e3420111530273f2b26fabfac4d021c2a2b79f"
      ],
      "author": {
        "name": "Johannes Stezenbach",
        "email": "js@linuxtv.org",
        "time": "Mon May 16 21:54:37 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Tue May 17 07:59:32 2005 -0700"
      },
      "message": "[PATCH] dvb: dvb-pll.h: prevent multiple inclusion\n\nadded missing #ifndef and #define to inhibit multiple inclusions (Patrick\nBoettcher)\n\nSigned-off-by: Johannes Stezenbach \u003cjs@linuxtv.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "71e3420111530273f2b26fabfac4d021c2a2b79f",
      "tree": "a3482e2868eea3fb19216c43180619097eb2cb29",
      "parents": [
        "1dfb800f9d0391dee86d692142745415f5f65f81"
      ],
      "author": {
        "name": "Johannes Stezenbach",
        "email": "js@linuxtv.org",
        "time": "Mon May 16 21:54:36 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Tue May 17 07:59:31 2005 -0700"
      },
      "message": "[PATCH] dvb: tda10046: support for different firmware versions\n\nadded support for different tda10046 firmware versions.  tested with v20, v21\nand v25.  (Andreas Oberritter)\n\nSigned-off-by: Johannes Stezenbach \u003cjs@linuxtv.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "1dfb800f9d0391dee86d692142745415f5f65f81",
      "tree": "bd4b4adf5a0ee27122b93803323d53981a0b83ba",
      "parents": [
        "dd102c752c17636b2aec7977b377c41156ed19c1"
      ],
      "author": {
        "name": "Johannes Stezenbach",
        "email": "js@linuxtv.org",
        "time": "Mon May 16 21:54:35 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Tue May 17 07:59:31 2005 -0700"
      },
      "message": "[PATCH] dvb: tda1004x: allow N_I2C to be overridden by the card driver\n\nallow N_I2C to be overridden by the card driver (Andreas Oberritter)\n\nSigned-off-by: Johannes Stezenbach \u003cjs@linuxtv.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "dd102c752c17636b2aec7977b377c41156ed19c1",
      "tree": "5eba85528af3fb3e34f05f0511c787bbd36d89b8",
      "parents": [
        "77b3bd0ccb2fae27e710b921f053ae16f34d70de"
      ],
      "author": {
        "name": "Johannes Stezenbach",
        "email": "js@linuxtv.org",
        "time": "Mon May 16 21:54:35 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Tue May 17 07:59:31 2005 -0700"
      },
      "message": "[PATCH] dvb: tda1004x: dont use bitfields\n\nuse simple u8 instead of bitfields (Andreas Oberritter)\n\nSigned-off-by: Johannes Stezenbach \u003cjs@linuxtv.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "77b3bd0ccb2fae27e710b921f053ae16f34d70de",
      "tree": "f4d34e59ca33b2c9d2ff08b8c5a045b376e569eb",
      "parents": [
        "cd22d5c093faf3b123af33a8a0059f583c6b8cae"
      ],
      "author": {
        "name": "Johannes Stezenbach",
        "email": "js@linuxtv.org",
        "time": "Mon May 16 21:54:34 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Tue May 17 07:59:31 2005 -0700"
      },
      "message": "[PATCH] dvb: mt352: embed struct mt352_config in mt352_state\n\ncopying the mt352_config-struct to mt352_state instead of storing just the\npointer to it (Patrick Boettcher)\n\nSigned-off-by: Johannes Stezenbach \u003cjs@linuxtv.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "cd22d5c093faf3b123af33a8a0059f583c6b8cae",
      "tree": "4fc387d0e2bd84d06289a029a2fced2a656b87d6",
      "parents": [
        "b1471c4f67321c09359d6fa8eb5c72c2463db081"
      ],
      "author": {
        "name": "Johannes Stezenbach",
        "email": "js@linuxtv.org",
        "time": "Mon May 16 21:54:33 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Tue May 17 07:59:30 2005 -0700"
      },
      "message": "[PATCH] dvb: ves1820: remove unnecessary msleep\n\nremove unnecessary msleep(10) in writereg (Tony Glader)\n\nSigned-off-by: Johannes Stezenbach \u003cjs@linuxtv.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "b1471c4f67321c09359d6fa8eb5c72c2463db081",
      "tree": "8bae38bb68c71704351ae036ffcb17a932976be4",
      "parents": [
        "b8742700f13163ffa00cddce2a3c940b9ab2ab5a"
      ],
      "author": {
        "name": "Johannes Stezenbach",
        "email": "js@linuxtv.org",
        "time": "Mon May 16 21:54:32 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Tue May 17 07:59:30 2005 -0700"
      },
      "message": "[PATCH] dvb: dib3000: add NULL pointer check\n\nprevent NULL pointer related Oopses (Patrick Boettcher)\n\nSigned-off-by: Johannes Stezenbach \u003cjs@linuxtv.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "b8742700f13163ffa00cddce2a3c940b9ab2ab5a",
      "tree": "ff82ac83508dc63d0dec63a3479df3b966018b34",
      "parents": [
        "591ad98db3be2cd596ac5e0cfba7b164c3bdfb52"
      ],
      "author": {
        "name": "Johannes Stezenbach",
        "email": "js@linuxtv.org",
        "time": "Mon May 16 21:54:31 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Tue May 17 07:59:30 2005 -0700"
      },
      "message": "[PATCH] dvb: remove unnecessary casts in frontends\n\nremove unnecessary casts in frontends (Kenneth Aafloy)\n\nSigned-off-by: Johannes Stezenbach \u003cjs@linuxtv.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "591ad98db3be2cd596ac5e0cfba7b164c3bdfb52",
      "tree": "93d688cd7a405a0fec635e7c4dc3fa3b05f97f08",
      "parents": [
        "7f5e02db4a39c36e68878a14fae1fe7ee6dd6fcf"
      ],
      "author": {
        "name": "Johannes Stezenbach",
        "email": "js@linuxtv.org",
        "time": "Mon May 16 21:54:31 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Tue May 17 07:59:30 2005 -0700"
      },
      "message": "[PATCH] dvb: stv0299: fix FE_DISHNETWORK_SEND_LEGACY_CMD\n\nfix the current stv0299 code that handles FE_DISHNETWORK_SEND_LEGACY_CMD.\n(supports the legacy SW21, SW44, and SW64 switches)\n\nSigned-off-by: Johannes Stezenbach \u003cjs@linuxtv.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "7f5e02db4a39c36e68878a14fae1fe7ee6dd6fcf",
      "tree": "6e1799614302d89f00e008bc51f5366185b7eebc",
      "parents": [
        "3a4a571124cdd04215e0f78bc53fe16bab58f32d"
      ],
      "author": {
        "name": "Johannes Stezenbach",
        "email": "js@linuxtv.org",
        "time": "Mon May 16 21:54:30 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Tue May 17 07:59:29 2005 -0700"
      },
      "message": "[PATCH] dvb: tda1004x: formatting cleanups\n\nmostly formatting cleanups, no functional change (Andreas Oberritter)\n\nSigned-off-by: Johannes Stezenbach \u003cjs@linuxtv.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "3a4a571124cdd04215e0f78bc53fe16bab58f32d",
      "tree": "c1faa0ab53d80ab3f7a00c05b080de72981cd9e8",
      "parents": [
        "3165dcb300ff60e794909f02b1fd3a41908682ea"
      ],
      "author": {
        "name": "Johannes Stezenbach",
        "email": "js@linuxtv.org",
        "time": "Mon May 16 21:54:29 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Tue May 17 07:59:29 2005 -0700"
      },
      "message": "[PATCH] dvb: nxt6000: support frontend status reads\n\nadd support for read_ber, read_signal_strength and read_status (Greg Wickham)\n\nSigned-off-by: Johannes Stezenbach \u003cjs@linuxtv.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "3165dcb300ff60e794909f02b1fd3a41908682ea",
      "tree": "7603852e9a66423d551e9296f9b775602790b6a5",
      "parents": [
        "3dbce49ea1c6885d07eb59d12889c059a868e6f5"
      ],
      "author": {
        "name": "Johannes Stezenbach",
        "email": "js@linuxtv.org",
        "time": "Mon May 16 21:54:28 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Tue May 17 07:59:29 2005 -0700"
      },
      "message": "[PATCH] dvb: av7110: fix indentation\n\nfix indentation\n\nSigned-off-by: Johannes Stezenbach \u003cjs@linuxtv.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "3dbce49ea1c6885d07eb59d12889c059a868e6f5",
      "tree": "6d40cad385c0d93ef19de872a1bd7352c5a04cc0",
      "parents": [
        "4ab3f08b28676d365f3fb8600ead325fd235711a"
      ],
      "author": {
        "name": "Johannes Stezenbach",
        "email": "js@linuxtv.org",
        "time": "Mon May 16 21:54:28 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Tue May 17 07:59:29 2005 -0700"
      },
      "message": "[PATCH] dvb: av7110: fix comment\n\nfixed debugging instructions: av7110_debug -\u003e debug (Oliver Endirss)\n\nSigned-off-by: Johannes Stezenbach \u003cjs@linuxtv.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "4ab3f08b28676d365f3fb8600ead325fd235711a",
      "tree": "8e6ce9955f45fe22e235088f2e9a8c8696507d1a",
      "parents": [
        "a65d3bb7177cbab1fca69dd97537766c2817b6b2"
      ],
      "author": {
        "name": "Johannes Stezenbach",
        "email": "js@linuxtv.org",
        "time": "Mon May 16 21:54:27 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Tue May 17 07:59:28 2005 -0700"
      },
      "message": "[PATCH] dvb: av7110: fix NTSC/PAL switching\n\nfix NTSC -\u003e PAL switching (std-\u003eid is a bitmap!) (Oliver Endriss)\n\nSigned-off-by: Johannes Stezenbach \u003cjs@linuxtv.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "a65d3bb7177cbab1fca69dd97537766c2817b6b2",
      "tree": "a1219ac6d4e45cfe7b6945d5575a0a5ee4462e9c",
      "parents": [
        "59142330aaea9d870d795065d8b91e21d5e55254"
      ],
      "author": {
        "name": "Johannes Stezenbach",
        "email": "js@linuxtv.org",
        "time": "Mon May 16 21:54:26 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Tue May 17 07:59:28 2005 -0700"
      },
      "message": "[PATCH] dvb: av7110: fix VIDEO_SET_DISPLAY_FORMAT\n\nVIDEO_SET_DISPLAY_FORMAT ioctl fixed:\nset videostate.display_format, not videostate.video_format (Oliver Endriss)\n\nSigned-off-by: Johannes Stezenbach \u003cjs@linuxtv.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "59142330aaea9d870d795065d8b91e21d5e55254",
      "tree": "cdb5a837b03c8c9a1d8fa0410001a911960366f8",
      "parents": [
        "0c53c70f6afa2d3f4d416d8c0e9a219c2f6b7cb6"
      ],
      "author": {
        "name": "Johannes Stezenbach",
        "email": "js@linuxtv.org",
        "time": "Mon May 16 21:54:25 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Tue May 17 07:59:28 2005 -0700"
      },
      "message": "[PATCH] dvb: dvb_net: handle IPv6 and LLC/SNAP\n\nhandle IPv6 and LLC/SNAP (Bertrand Mazieres, Matthieu Castet, Johannes\nStezenbach)\n\nSigned-off-by: Johannes Stezenbach \u003cjs@linuxtv.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "0c53c70f6afa2d3f4d416d8c0e9a219c2f6b7cb6",
      "tree": "ed3b8a0253d45f1b0a7a80b2aff1a0ee0302f1b9",
      "parents": [
        "2d4f2c2e15795b93fa4da7a7cfac5e82df51b1f1"
      ],
      "author": {
        "name": "Johannes Stezenbach",
        "email": "js@linuxtv.org",
        "time": "Mon May 16 21:54:24 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Tue May 17 07:59:28 2005 -0700"
      },
      "message": "[PATCH] dvb: remove unnecessary casts in dvb-core\n\nremove unnecessary casts in dvb-core (Kenneth Aafloy)\n\nSigned-off-by: Johannes Stezenbach \u003cjs@linuxtv.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "2d4f2c2e15795b93fa4da7a7cfac5e82df51b1f1",
      "tree": "9d1c43edc86b84bc52ddaa0e7df69a74a33ac379",
      "parents": [
        "6074b36715f036f56beb688f49a2a2fb5b28ad72"
      ],
      "author": {
        "name": "Johannes Stezenbach",
        "email": "js@linuxtv.org",
        "time": "Mon May 16 21:54:23 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Tue May 17 07:59:27 2005 -0700"
      },
      "message": "[PATCH] dvb: add support for KNC-1 cards\n\nSupport KNC-1 Plus DVB-T and similar KNC-1 cards (Alexander Riedel)\n\nSigned-off-by: Johannes Stezenbach \u003cjs@linuxtv.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "6074b36715f036f56beb688f49a2a2fb5b28ad72",
      "tree": "94457efc75de386c7b2d4bf03ec3c8800545b15d",
      "parents": [
        "f4f009a776c1db9b27346846b0db052e04a6d5ad"
      ],
      "author": {
        "name": "Johannes Stezenbach",
        "email": "js@linuxtv.org",
        "time": "Mon May 16 21:54:22 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Tue May 17 07:59:27 2005 -0700"
      },
      "message": "[PATCH] dvb: av7110: audio out fix\n\nSwitch analog output of the Crystal sound chip to left/stereo/right mode.\nThis will fix problems with some (most?) channels which do not encode\n2-channel audio correctly.  (Oliver Endriss)\n\nSigned-off-by: Johannes Stezenbach \u003cjs@linuxtv.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "f4f009a776c1db9b27346846b0db052e04a6d5ad",
      "tree": "6a59956b06a0cef47eb17a136b46dfe769d0f811",
      "parents": [
        "c2c62d81430e907b6599d4be43a7ee6f74d2bd69"
      ],
      "author": {
        "name": "Johannes Stezenbach",
        "email": "js@linuxtv.org",
        "time": "Mon May 16 21:54:21 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Tue May 17 07:59:27 2005 -0700"
      },
      "message": "[PATCH] dvb: dvb_frontend: fix module param\n\nRemove incorrect \"dvb_\"-prefix from parameter description.  Error detected\nwith section2text.rb, see autoparam patch.\n\nSigned-off-by: Magnus Damm \u003cdamm@opensource.se\u003e\nSigned-off-by: Johannes Stezenbach \u003cjs@linuxtv.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "c2c62d81430e907b6599d4be43a7ee6f74d2bd69",
      "tree": "ba6132cd5a607cd71bc3910aedb7296a81fe7175",
      "parents": [
        "3dfaebdaa2a14c7ca1fbbafff08992489087e7f1"
      ],
      "author": {
        "name": "Johannes Stezenbach",
        "email": "js@linuxtv.org",
        "time": "Mon May 16 21:54:20 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Tue May 17 07:59:27 2005 -0700"
      },
      "message": "[PATCH] dvb: saa7146: no need to initialize static/global variables to 0\n\nno need to initialize static/global variables to 0\n\nSigned-off-by: Johannes Stezenbach \u003cjs@linuxtv.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "3dfaebdaa2a14c7ca1fbbafff08992489087e7f1",
      "tree": "19f27bb8a53611863a24a418a931657948325409",
      "parents": [
        "958706c12d7e1b21ac46a8b3bc7eabb157b20bb7"
      ],
      "author": {
        "name": "Johannes Stezenbach",
        "email": "js@linuxtv.org",
        "time": "Mon May 16 21:54:19 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Tue May 17 07:59:26 2005 -0700"
      },
      "message": "[PATCH] dvb: support for TT/Hauppauge Nexus-S Rev 2.3\n\nSupport for TT/Hauppauge Nexus-S Rev 2.3 (Oliver Endriss)\n\nSigned-off-by: Johannes Stezenbach \u003cjs@linuxtv.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "958706c12d7e1b21ac46a8b3bc7eabb157b20bb7",
      "tree": "4bc64aab4f76449c821ad54406d806e2edc1a1cc",
      "parents": [
        "bdc7800122da0b6b008aa9bdafc01e32b6a4576a"
      ],
      "author": {
        "name": "Johannes Stezenbach",
        "email": "js@linuxtv.org",
        "time": "Mon May 16 21:54:19 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Tue May 17 07:59:26 2005 -0700"
      },
      "message": "[PATCH] dvb: flexcop: DiSeqC fix\n\nFixed DiSeqC switching, which was wrongly taking over from skystar2.c.  Thanks\nto Joerg Riechardt for finding the bug and testing the Fix.\n\nSigned-off-by: Patrick Boettcher \u003cpb@linuxtv.org\u003e\nSigned-off-by: Johannes Stezenbach \u003cjs@linuxtv.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "bdc7800122da0b6b008aa9bdafc01e32b6a4576a",
      "tree": "ad6496d10897e3595b8f340497c2091015354bc8",
      "parents": [
        "c6ee197ccf4af454638c044706f0ba7ef6c1bb76"
      ],
      "author": {
        "name": "Johannes Stezenbach",
        "email": "js@linuxtv.org",
        "time": "Mon May 16 21:54:18 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Tue May 17 07:59:26 2005 -0700"
      },
      "message": "[PATCH] dvb: flexcop: i2c read fixes\n\nrewrote the i2c-reading-part (no more ack-error ignoring, which was inherited\nfrom the skystar2-driver)\n\nSigned-off-by: Patrick Boettcher \u003cpb@linuxtv.org\u003e\nSigned-off-by: Johannes Stezenbach \u003cjs@linuxtv.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    }
  ],
  "next": "c6ee197ccf4af454638c044706f0ba7ef6c1bb76"
}
