)]}'
{
  "log": [
    {
      "commit": "9bc7400a9d01b1fe05c7f0200e7384e17794f6e4",
      "tree": "7dad2e13853c3ba7c2e913e2ee40229b1474155a",
      "parents": [
        "2868c41fc45399b0f0855eb760e1a81881ff0c3d"
      ],
      "author": {
        "name": "Hans Verkuil",
        "email": "hverkuil@xs4all.nl",
        "time": "Wed Mar 29 18:02:51 2006 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Sun Apr 02 04:56:04 2006 -0300"
      },
      "message": "V4L/DVB (3692): Keep experimental SLICED_VBI defines under an #if 0\n\nThe sliced VBI defines added in videodev2.h are removed since requires\nmore discussion.\n\nSigned-off-by: Hans Verkuil \u003chverkuil@xs4all.nl\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "2868c41fc45399b0f0855eb760e1a81881ff0c3d",
      "tree": "e8e2ad7b1ba9fa8dfa217d72ace934e0a50761cc",
      "parents": [
        "86f40cc3c994822ffeb226753526d87be21bd79a"
      ],
      "author": {
        "name": "Michael Krufky",
        "email": "mkrufky@linuxtv.org",
        "time": "Sat Apr 01 18:00:41 2006 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Sun Apr 02 04:56:03 2006 -0300"
      },
      "message": "V4L/DVB (3689): Kconfig: fix VP-3054 Secondary I2C Bus build configuration menu dependencies\n\nThis patch fixes a dependency problem that affected the indentation order\nwithin the individual frontend selection support menus for cx88-dvb.\n- created a boolean dependency link for VIDEO_CX88_VP3054, so that\n  it\u0027s tristate value will be the same as that of VIDEO_CX88_DVB.\n- VIDEO_CX88_VP3054 is automatically selected by VIDEO_CX88_DVB_ALL_FRONTENDS,\n  but is otherwise selected by VIDEO_CX88_DVB_VP3054, offered as an option\n  under VIDEO_CX88_DVB_MT352\n\nSigned-off-by: Michael Krufky \u003cmkrufky@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "86f40cc3c994822ffeb226753526d87be21bd79a",
      "tree": "aeb2c3cc3989363a234298e1e2b80973f53657b5",
      "parents": [
        "5e85bd057f0cb29881e3d55d29f48bb55bd2f450"
      ],
      "author": {
        "name": "Andrew de Quincey",
        "email": "adq_dvb@lidskialf.net",
        "time": "Thu Mar 30 15:53:35 2006 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Sun Apr 02 04:56:02 2006 -0300"
      },
      "message": "V4L/DVB (3673): Fix budget-av CAM reset\n\nUnfortunately on the budget-av board, the CAM reset line is tied to the\nfrontend reset line, so resetting the CAM also zaps the frontend. This\nbreaks the tda1004x at least, and causes it to fail to tune until the\nbudget-av module is reloaded. This patch adds an exported function to dvb_frontend\nthat allows a card to forcibly reinitialise a frontend. The budget-av now\ndoes this on CAM reset, which corrects this problem.\nsince they do not tie the CAM reset line to the frontend reset line.\n\nSigned-off-by: Andrew de Quincey \u003cadq_dvb@lidskialf.net\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "5e85bd057f0cb29881e3d55d29f48bb55bd2f450",
      "tree": "7d1e582b25710d70487d1dc59e150b387a58c919",
      "parents": [
        "2f03ee8e6bd7c6f40a1a0583662308e002d357da"
      ],
      "author": {
        "name": "Trent Piepho",
        "email": "xyzzy@speakeasy.org",
        "time": "Thu Mar 30 15:53:32 2006 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Sun Apr 02 04:56:01 2006 -0300"
      },
      "message": "V4L/DVB (3672): Fix memory leak in dvr open\n\nThe dvr device could be opened multiple times simultaneously in O_RDONLY mode.\nEach open after the first would allocate a new dvr buffer (1880 KB) and leak\nthe old buffer.  The first close would de-allocate the dvr buffer and cause\nall other open dvrs to stop working.  This patch allows only a single O_RDONLY\nopen of the drv device, as per the API specification.  Multiple O_WRONLY opens\nare still allowed and don\u0027t appear to cause any problems.\n\nSigned-off-by: Trent Piepho \u003cxyzzy@speakeasy.org\u003e\nSigned-off-by: Andrew de Quincey \u003cadq_dvb@lidskialf.net\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "2f03ee8e6bd7c6f40a1a0583662308e002d357da",
      "tree": "1dd3b00445967f6f33746324cd476aa4d7427697",
      "parents": [
        "f3688fc8d391f50dee45bd3bf04bdeab1c16c3c0"
      ],
      "author": {
        "name": "C.Y.M",
        "email": "syphir@syphir.sytes.net",
        "time": "Thu Mar 30 04:31:48 2006 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Sun Apr 02 04:55:59 2006 -0300"
      },
      "message": "V4L/DVB (3671): New module parameter \u0027tv_standard\u0027 (dvb-ttpci driver)\n\nThis attached patch was originally proposed by Anssi Hannula to the dvb-kernel\nuser to choose the default broadcast mode when using the ttpci driver.\nNTSC users need to only add the following line to modprobe.d:\noptions dvb-ttpci tv_standard\u003d1 \nPAL users will not need to change anything, for this will be the default.\n\nSigned-off-by: C.Y.M \u003csyphir@syphir.sytes.net\u003e\nSigned-off-by: Oliver Endriss \u003co.endriss@gmx.de\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "f3688fc8d391f50dee45bd3bf04bdeab1c16c3c0",
      "tree": "23fc4f1355e063510339276a5f9123a1ab44f8c4",
      "parents": [
        "afa47abf09f148332b0e6e480972494bc2e5c8af"
      ],
      "author": {
        "name": "Adrian Bunk",
        "email": "bunk@stusta.de",
        "time": "Wed Mar 29 22:46:12 2006 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Sun Apr 02 04:55:58 2006 -0300"
      },
      "message": "V4L/DVB (3670): Fix typo in comment\n\nThis patch fixes a typo in a comment.\n\nSigned-off-by: Adrian Bunk \u003cbunk@stusta.de\u003e\nSigned-off-by: Oliver Endriss \u003co.endriss@gmx.de\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "afa47abf09f148332b0e6e480972494bc2e5c8af",
      "tree": "2f7222cc9de26adcbe5052f606d1f03dbdd599d0",
      "parents": [
        "1864cfb1537e108c2fe7a8e178b28bffde5a5439"
      ],
      "author": {
        "name": "Ingo Schneider",
        "email": "mail@ingo-schneider.de",
        "time": "Wed Mar 29 22:05:16 2006 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Sun Apr 02 04:55:57 2006 -0300"
      },
      "message": "V4L/DVB (3669): Configurable dma buffer size for saa7146-based budget dvb cards\n\n- Issue a warning when more than 80% of the DMA buffer is being used \n  (probably due to bad IRQ latency). Warnings are rate-limited.\n- Introduce a new parameter \u0027bufsize\u0027 (in KByte) which increases the\n  default DMA buffer of 188 KByte up to 1410 KByte (Activy: 564 KByte).\n\nSigned-off-by: Ingo Schneider \u003cmail@ingo-schneider.de\u003e\nSigned-off-by: Oliver Endriss \u003co.endriss@gmx.de\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "1864cfb1537e108c2fe7a8e178b28bffde5a5439",
      "tree": "f25083dd3fb3781670ee4a37b52240a34dbfb67f",
      "parents": [
        "cc33668b1eed1eac43f00cec639066047323b01d"
      ],
      "author": {
        "name": "Michael Krufky",
        "email": "mkrufky@linuxtv.org",
        "time": "Sun Apr 02 03:14:11 2006 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Sun Apr 02 04:55:56 2006 -0300"
      },
      "message": "V4L/DVB (3653h): Move usb v4l docs into Documentation/video4linux\n\n- Move documentation for usb v4l devices from\n  Documentation/usb to Documentation/video4linux.\n- Removed trailing whitespace.\n- Update Kconfig help text links to reflect the new file locations.\n\nSigned-off-by: Michael Krufky \u003cmkrufky@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "cc33668b1eed1eac43f00cec639066047323b01d",
      "tree": "44bd76a452d04e348d4ff9c43e18b24eef7ccf01",
      "parents": [
        "021e0b768b2c7931d9ba699e135c3eec42d5d3eb"
      ],
      "author": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Wed Mar 29 16:29:00 2006 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Sun Apr 02 04:55:54 2006 -0300"
      },
      "message": "V4L/DVB (3667a): Fix SAP + stereo mode at msp3400\n\nIt should be V4L2_TUNER_MODE_LANG1_LANG2. What the code does is check if \nwe are NTSC and a SAP channel is available. If so, then the msp3400 \nshould switch to standard 0x21 if the user wants to hear the SAP \nchannel, which is for audio modes LANG2 (aka SAP) and LANG1_LANG2 \n(bilingual).\n\nIn the msp3400 driver STEREO is abused for bilingual in PAL. Bilingual \nnever worked with NTSC in the past and I decided that I\u0027d better not \nuse the bad PAL example.\n\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "021e0b768b2c7931d9ba699e135c3eec42d5d3eb",
      "tree": "f6f0561dd2bdb888f5955a0bc0a1e7bd33e9f787",
      "parents": [
        "add953cecba870f4ad7730bd0a6d5eaaabeac3bc"
      ],
      "author": {
        "name": "Hans Verkuil",
        "email": "hverkuil@xs4all.nl",
        "time": "Wed Mar 29 15:16:08 2006 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Sun Apr 02 04:55:52 2006 -0300"
      },
      "message": "V4L/DVB (3666): Remove trailing newlines\n\nSigned-off-by: Hans Verkuil \u003chverkuil@xs4all.nl\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "add953cecba870f4ad7730bd0a6d5eaaabeac3bc",
      "tree": "e42b154981058ffcc2205ccb31b73b5c7e4b9db5",
      "parents": [
        "7061561e640c2947ab93c4e2a437327657c4482e"
      ],
      "author": {
        "name": "Hans Verkuil",
        "email": "hverkuil@xs4all.nl",
        "time": "Wed Mar 29 14:56:17 2006 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Sun Apr 02 04:55:51 2006 -0300"
      },
      "message": "V4L/DVB (3665): Add new NEC uPD64031A and uPD64083 i2c drivers\n\n- Add support for the uPD64031A NEC Electronics Ghost Reduction i2c device\n- Add support for the uPD6408x NEC Electronics 3-Dimensional Y/C separation\n  i2c device.\n\nSigned-off-by: Takahiro Adachi \u003ctadachi@tadachi-net.com\u003e\nSigned-off-by: Takeru Komoriya \u003ckomoriya@paken.org\u003e\nSigned-off-by: Hans Verkuil \u003chverkuil@xs4all.nl\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "7061561e640c2947ab93c4e2a437327657c4482e",
      "tree": "1f5ab8893f8fe4346515993e8059e63ff243a107",
      "parents": [
        "dc555aa63c798af097f5c303bcf72a8390b03da5"
      ],
      "author": {
        "name": "Hans Verkuil",
        "email": "hverkuil@xs4all.nl",
        "time": "Wed Mar 29 14:31:44 2006 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Sun Apr 02 04:55:48 2006 -0300"
      },
      "message": "V4L/DVB (3663): Fix msp3400c wait time and better audio mode fallbacks\n\n- The wait time until the first time the audio mode was detected was\n  1+5\u003d6 seconds instead of just 1 second (wrong statement order).\n  msp3400c specific bug.\n- Implemented audio mode fallback for msp3400c/d just like the msp3400g\n  does automatically. E.g. fallback to stereo if no second language exists,\n  etc.\n\nSigned-off-by: Hans Verkuil \u003chverkuil@xs4all.nl\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "dc555aa63c798af097f5c303bcf72a8390b03da5",
      "tree": "72d755f7c28923519834048a765c92292c187596",
      "parents": [
        "75c4570ca4849b089c4edfc14bf02b4720087aba"
      ],
      "author": {
        "name": "Hans Verkuil",
        "email": "hverkuil@xs4all.nl",
        "time": "Tue Mar 28 18:32:52 2006 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Sun Apr 02 04:55:47 2006 -0300"
      },
      "message": "V4L/DVB (3662): Don\u0027t set msp3400c-non-existent register\n\nThe driver tried to set a register that is not present on msp3400c devices.\nAdd the missing test.\n\nSigned-off-by: Hans Verkuil \u003chverkuil@xs4all.nl\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "75c4570ca4849b089c4edfc14bf02b4720087aba",
      "tree": "427dfbcfe52b0e2469d65101d79366ce822a422a",
      "parents": [
        "953a676c83bfd22cac3648fc5f566ca4a2fe1297"
      ],
      "author": {
        "name": "Hans Verkuil",
        "email": "hverkuil@xs4all.nl",
        "time": "Tue Mar 28 18:23:48 2006 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Sun Apr 02 04:55:45 2006 -0300"
      },
      "message": "V4L/DVB (3661): Add wm8739 stereo audio ADC i2c driver\n\nAdd support for the Wolfson Microelectronics WM8739\nstereo A/D converter from the ivtv driver.\nMany thanks to Takahiro Adachi for writing the original driver.\n\nSigned-off-by: Takahiro Adachi \u003ctadachi@tadachi-net.com\u003e\nSigned-off-by: Hans Verkuil \u003chverkuil@xs4all.nl\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "953a676c83bfd22cac3648fc5f566ca4a2fe1297",
      "tree": "13f74d30fc256693c7fe093e9d82e4729100afdf",
      "parents": [
        "2b3835b78274af104a9da1b8a999ce908e0459db"
      ],
      "author": {
        "name": "Trent Piepho",
        "email": "xyzzy@speakeasy.org",
        "time": "Wed Mar 29 13:53:49 2006 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Sun Apr 02 04:55:42 2006 -0300"
      },
      "message": "V4L/DVB (3658): Kconfig: Fix PCI ID typo in VIDEO_CX88_ALSA help text\n\n- Fixed PCI ID typo in VIDEO_CX88_ALSA help text\n\nSigned-off-by: Trent Piepho \u003cxyzzy@speakeasy.org\u003e\nSigned-off-by: Michael Krufky \u003cmkrufky@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "2b3835b78274af104a9da1b8a999ce908e0459db",
      "tree": "178e566181a756e614f1e7b6795f32b61e815c29",
      "parents": [
        "d46e6451956df4bee829dfebd5b521d0ee4868d1"
      ],
      "author": {
        "name": "Trent Piepho",
        "email": "xyzzy@speakeasy.org",
        "time": "Wed Mar 29 13:53:15 2006 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Sun Apr 02 04:55:41 2006 -0300"
      },
      "message": "V4L/DVB (3657): Kconfig: Add firmware download comments for or51211 and or51132\n\n- Added firmware download comments to or51211 and or51132 Kconfig help text.\n\nSigned-off-by: Trent Piepho \u003cxyzzy@speakeasy.org\u003e\nSigned-off-by: Michael Krufky \u003cmkrufky@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "d46e6451956df4bee829dfebd5b521d0ee4868d1",
      "tree": "f5b513302704664c167a3c7cb346b60b737db224",
      "parents": [
        "f896260566b08250cdb12802af1ab418dcc6d720"
      ],
      "author": {
        "name": "Patrick Boettcher",
        "email": "pb@linuxtv.org",
        "time": "Tue Mar 28 16:15:05 2006 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Sun Apr 02 04:55:40 2006 -0300"
      },
      "message": "V4L/DVB (3655): Support for a new revision of the WT220U-stick\n\nThere seems to be a new version of the USB DVB-T stick from WideView with a new demod-revision inside and thus a new firwmare.\nThis patch enables support for that.\nThanks to Mikel Martin for early testing.\n\nSigned-off-by: Patrick Boettcher \u003cpb@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "f896260566b08250cdb12802af1ab418dcc6d720",
      "tree": "c717f80ad0d392e2306580e4a1de0675cb89989e",
      "parents": [
        "26ffb95c0012201c9ea9e8d315af1d499e1e66d3"
      ],
      "author": {
        "name": "Michael Krufky",
        "email": "mkrufky@linuxtv.org",
        "time": "Wed Mar 29 15:15:21 2006 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Sun Apr 02 04:55:39 2006 -0300"
      },
      "message": "V4L/DVB (3653g): put v4l encoder/decoder configuration into a separate menu\n\nSigned-off-by: Michael Krufky \u003cmkrufky@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "26ffb95c0012201c9ea9e8d315af1d499e1e66d3",
      "tree": "87fc34e6b342239c639f9c307c55b4026afbc059",
      "parents": [
        "43381eaf07212e072b926fa8b8f695e88db7775c"
      ],
      "author": {
        "name": "Michael Krufky",
        "email": "mkrufky@linuxtv.org",
        "time": "Wed Mar 29 15:15:21 2006 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Sun Apr 02 04:55:37 2006 -0300"
      },
      "message": "V4L/DVB (3653f): usbvideo: fixed Kconfig menu and Makefile build configuration\n\nSigned-off-by: Michael Krufky \u003cmkrufky@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "43381eaf07212e072b926fa8b8f695e88db7775c",
      "tree": "7fa5b06032f9d474152d2c7a9483b3462c818081",
      "parents": [
        "fcc99659adb0bbcd6d16489ccac04e36d86a760c"
      ],
      "author": {
        "name": "Michael Krufky",
        "email": "mkrufky@linuxtv.org",
        "time": "Wed Mar 29 15:15:17 2006 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Sun Apr 02 04:55:34 2006 -0300"
      },
      "message": "V4L/DVB (3653e): pwc: fixed Kconfig menu and Makefile build configuration\n\nSigned-off-by: Michael Krufky \u003cmkrufky@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "fcc99659adb0bbcd6d16489ccac04e36d86a760c",
      "tree": "d234d614c2f6d1cb4fc05282cf7ffc3d2b4bb6b0",
      "parents": [
        "11bbb51cd0f95a303855d26b8f0e1c1c1ccdf83b"
      ],
      "author": {
        "name": "Michael Krufky",
        "email": "mkrufky@linuxtv.org",
        "time": "Wed Mar 29 15:10:02 2006 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Sun Apr 02 04:55:31 2006 -0300"
      },
      "message": "V4L/DVB (3653d): sn9c102: fixed Kconfig menu and Makefile build configuration\n\nSigned-off-by: Michael Krufky \u003cmkrufky@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "11bbb51cd0f95a303855d26b8f0e1c1c1ccdf83b",
      "tree": "70d4db084899d83b57e8ec960620ebad026d0efc",
      "parents": [
        "e4a25edb5ecdf14aa14b909acc6f354e4c8f080c"
      ],
      "author": {
        "name": "Michael Krufky",
        "email": "mkrufky@linuxtv.org",
        "time": "Wed Mar 29 15:09:53 2006 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Sun Apr 02 04:55:28 2006 -0300"
      },
      "message": "V4L/DVB (3653c): zc0301: fixed Kconfig menu and Makefile build configuration\n\nSigned-off-by: Michael Krufky \u003cmkrufky@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "e4a25edb5ecdf14aa14b909acc6f354e4c8f080c",
      "tree": "7e2d8fe3ff5d8db0d27030460792480806772f57",
      "parents": [
        "328caac78a69fa60be67002e4e7dfab3da87dc64"
      ],
      "author": {
        "name": "Michael Krufky",
        "email": "mkrufky@linuxtv.org",
        "time": "Wed Mar 29 15:09:42 2006 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Sun Apr 02 04:55:25 2006 -0300"
      },
      "message": "V4L/DVB (3653b): et61x251: fixed Kconfig menu and Makefile build configuration\n\nSigned-off-by: Michael Krufky \u003cmkrufky@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "328caac78a69fa60be67002e4e7dfab3da87dc64",
      "tree": "69e76ab504e9efb14d2a57244ab95846270cf1fa",
      "parents": [
        "d95b8942eed310759bc866a2a4c0f110578aaa69"
      ],
      "author": {
        "name": "Michael Krufky",
        "email": "mkrufky@linuxtv.org",
        "time": "Wed Mar 29 15:09:27 2006 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Sun Apr 02 04:55:23 2006 -0300"
      },
      "message": "V4L/DVB (3653a): Kconfig: clean up media/usb menus\n\n- removed redundant Video For Linux API help text\n- fixed dependency / selection for USB_W9968CF\n\nSigned-off-by: Michael Krufky \u003cmkrufky@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "d95b8942eed310759bc866a2a4c0f110578aaa69",
      "tree": "a428b1b46b996088598d37179171db99195a888e",
      "parents": [
        "2174eb9cc876e840bcfa6d44f22c7f816289bf21"
      ],
      "author": {
        "name": "Hartmut Hackmann",
        "email": "hartmut.hackmann@t-online.de",
        "time": "Mon Mar 27 19:39:30 2006 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Sun Apr 02 04:55:22 2006 -0300"
      },
      "message": "V4L/DVB (3646): Added support for the new Lifeview hybrid cardbus modules\n\nThere seem to be many variants of this cards with different\nfeature sets. This entry supports\nanalog TV, CVBS and s-video input, FM radio and DVB-T\nif they are supported by the hardware.\n\nSigned-off-by: Hartmut Hackmann \u003chartmut.hackmann@t-online.de\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "2174eb9cc876e840bcfa6d44f22c7f816289bf21",
      "tree": "fa612b78e7922518a4904adeedcb0aaf7d470c80",
      "parents": [
        "42e6b3b476f89b08232d1c1efd2327665b9050c8"
      ],
      "author": {
        "name": "Hartmut Hackmann",
        "email": "hartmut.hackmann@t-online.de",
        "time": "Mon Mar 27 19:15:47 2006 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Sun Apr 02 04:55:19 2006 -0300"
      },
      "message": "V4L/DVB (3645): Corrected CVBS input for the AVERMEDIA 777 DVB-T\n\nThe .vmux entry needs to be 1 instead of 0\n\nSigned-off-by: Hartmut Hackmann \u003chartmut.hackmann@t-online.de\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "42e6b3b476f89b08232d1c1efd2327665b9050c8",
      "tree": "2342cb4159c0ac109e62d1419ffb7673bcee2bcc",
      "parents": [
        "75bc8019e5f539b991ea5d68c3bddf797a825081"
      ],
      "author": {
        "name": "Hartmut Hackmann",
        "email": "hartmut.hackmann@t-online.de",
        "time": "Mon Mar 27 19:04:48 2006 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Sun Apr 02 04:55:18 2006 -0300"
      },
      "message": "V4L/DVB (3644): Added PCI IDs of 2 LifeView Cards\n\nAdded ID entries for the Genius VideoWonder DVB-T\nand the LifeView FlyTV Platinum Gold\n\nSigned-off-by: Hartmut Hackmann \u003chartmut.hackmann@t-online.de\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "75bc8019e5f539b991ea5d68c3bddf797a825081",
      "tree": "07ffd5259f1d37a2e04fca825c0b37f7043311b5",
      "parents": [
        "4263fa8ca6d9f387ce0d005e861f7e945c741e6e"
      ],
      "author": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Tue Mar 28 10:02:28 2006 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Sun Apr 02 04:55:17 2006 -0300"
      },
      "message": "V4L/DVB (3643): Fix default values for tvp5150 controls\n\nDefault values were wrong. Fixing it.\n\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "4263fa8ca6d9f387ce0d005e861f7e945c741e6e",
      "tree": "2edf536c8141f657cb976bef0003f82c2c0e8995",
      "parents": [
        "dbcb86ed945e42e99884e7afaab2f326a2aff2ec"
      ],
      "author": {
        "name": "Mike Isely",
        "email": "isely@pobox.com",
        "time": "Sat Mar 25 20:43:14 2006 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Sun Apr 02 04:55:14 2006 -0300"
      },
      "message": "V4L/DVB (3639): Reduce FWSEND due to certain I2C bus adapter limits\n\nThe FWSEND parameter controls the size of the firmware chunks sent\ndown the I2C bus to the chip.  Previously this had been set to 1024\nbut unfortunately some I2C implementations can\u0027t transfer data in such\nbig gulps.  Specifically, the pvrusb2 driver has a hard limit of\naround 60 bytes, due to the encapsulation there of I2C traffic into\nUSB messages.  So we have to significantly reduce this parameter.\nAcked-by: Hans Verkuil \u003chverkuil@xs4all.nl\u003e\n\nSigned-off-by: Mike Isely \u003cisely@pobox.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "dbcb86ed945e42e99884e7afaab2f326a2aff2ec",
      "tree": "9ebe5ed1e66a71c1087bc835373f949cc79ea497",
      "parents": [
        "731f902edaf3ed16f8ed9e92d79e3d0d17af608f"
      ],
      "author": {
        "name": "Michael Krufky",
        "email": "mkrufky@linuxtv.org",
        "time": "Sun Mar 26 18:59:45 2006 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Sun Apr 02 04:55:13 2006 -0300"
      },
      "message": "V4L/DVB (3621): Fix camera key on FusionHDTV portable remote control\n\nThanks to: Andrew Cohen \u003ccohen@andy.bu.edu\u003e\n\nSigned-off-by: Michael Krufky \u003cmkrufky@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "731f902edaf3ed16f8ed9e92d79e3d0d17af608f",
      "tree": "bbcb437c22904c8ae7e597649b280c40e2c0e199",
      "parents": [
        "8dbc5ece9a6a424eb03f1eeee2774c42d8db1ce4"
      ],
      "author": {
        "name": "Ricardo Cerqueira",
        "email": "v4l@cerqueira.org",
        "time": "Mon Mar 27 09:16:31 2006 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Sun Apr 02 04:55:12 2006 -0300"
      },
      "message": "V4L/DVB (3620): Fix video-buf PCI wrappers\n\nAfter the recent video-buf \"generic\" adaptation, the PCI wrappers got\ncompletely broken, and all of the DMA sound modules stopped working (and\nfailed with an oops)\n\nSigned-off-by: Ricardo Cerqueira \u003cv4l@cerqueira.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "8dbc5ece9a6a424eb03f1eeee2774c42d8db1ce4",
      "tree": "d79ef581c7eaa7471e652188042d70ef7c3aff4f",
      "parents": [
        "c150178bff4ae76635ccb06abd5258933379ecc6"
      ],
      "author": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Sun Mar 26 08:54:09 2006 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Sun Apr 02 04:55:11 2006 -0300"
      },
      "message": "V4L/DVB (3619): Whitespace cleanup\n\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "c150178bff4ae76635ccb06abd5258933379ecc6",
      "tree": "fb88c83f5f030473e18d2685ea11e9b6fe91a187",
      "parents": [
        "87c1fae6d4207ecd4de34ce251d41d5dc4a1219c"
      ],
      "author": {
        "name": "Michael Krufky",
        "email": "mkrufky@linuxtv.org",
        "time": "Sun Mar 26 05:43:36 2006 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Sun Apr 02 04:55:08 2006 -0300"
      },
      "message": "V4L/DVB (3617): Cxusb: add support for FusionHDTV USB portable remote control\n\n- Added keycodes for the DViCO FusionHDTV portable remote control.\n- Enabled the remote control for both versions of FusionHDTV DVB-T USB\n  and the FusionHDTV 5 USB Gold (ATSC)\n\nSigned-off-by: Michael Krufky \u003cmkrufky@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "87c1fae6d4207ecd4de34ce251d41d5dc4a1219c",
      "tree": "f4a7fc8d445264c6243eba4be7d9646882061a77",
      "parents": [
        "9419045f842e7b763928636f9c61dfa134b2052d"
      ],
      "author": {
        "name": "maximilian attems",
        "email": "maks@sternwelten.at",
        "time": "Sat Mar 25 15:56:07 2006 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Sun Apr 02 04:55:07 2006 -0300"
      },
      "message": "V4L/DVB (3616): Bt8xx: select FW_LOADER\n\nThe bt8xx drivers uses request_firmware()\nand thus needs to select FW_LOADER.\n\nSigned-off-by: maximilian attems \u003cmaks@sternwelten.at\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "9419045f842e7b763928636f9c61dfa134b2052d",
      "tree": "80feaf95bfc0e3f3fd1b399fb8d491a31e885e49",
      "parents": [
        "26abe0234d443f1089ea7e514c8fc66493c0d307"
      ],
      "author": {
        "name": "Randy Dunlap",
        "email": "rdunlap@xenotime.net",
        "time": "Mon Mar 27 16:18:25 2006 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Sun Apr 02 04:55:06 2006 -0300"
      },
      "message": "V4L/DVB (3616a): cpia cleanups\n\none printk needs a newline at end;\nbetter MODULE_PARM_DESC text formatting;\ndon\u0027t need to init static data to 0;\n\nSigned-off-by: Randy Dunlap \u003crdunlap@xenotime.net\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "26abe0234d443f1089ea7e514c8fc66493c0d307",
      "tree": "44f647866813dae14e73f8934e86f69be27918fc",
      "parents": [
        "4ae5c2e5e627ff22815fb9900161bf188ea2cc67"
      ],
      "author": {
        "name": "maximilian attems",
        "email": "maks@sternwelten.at",
        "time": "Sat Mar 25 15:55:55 2006 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Sun Apr 02 04:55:04 2006 -0300"
      },
      "message": "V4L/DVB (3615): Saa7134: select FW_LOADER\n\nThe saa7134 drivers uses request_firmware()\nand thus needs to select FW_LOADER.\n\nSigned-off-by: maximilian attems \u003cmaks@sternwelten.at\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "4ae5c2e5e627ff22815fb9900161bf188ea2cc67",
      "tree": "66a813cffd9f4ae3f0ef3ff8ac13388b4090b351",
      "parents": [
        "31bc09b579f31331545e694d0a49ec4e6b380989"
      ],
      "author": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Sat Mar 25 15:53:38 2006 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Sun Apr 02 04:55:02 2006 -0300"
      },
      "message": "V4L/DVB (3614): Fix compilation warning at powerpc platform\n\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "31bc09b579f31331545e694d0a49ec4e6b380989",
      "tree": "a05a635820426eac67a8f2ce16e88eb82fc84c57",
      "parents": [
        "11cda1075d8c40e536b77fce6dbf4cdbf8f77736"
      ],
      "author": {
        "name": "Hans Verkuil",
        "email": "hverkuil@xs4all.nl",
        "time": "Sat Mar 25 10:26:09 2006 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Sun Apr 02 04:55:01 2006 -0300"
      },
      "message": "V4L/DVB (3610): Added the new routing commands to cx25840.\n\nSigned-off-by: Hans Verkuil \u003chverkuil@xs4all.nl\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "11cda1075d8c40e536b77fce6dbf4cdbf8f77736",
      "tree": "57c3c5743c55d8b920882a365cd627dafb945827",
      "parents": [
        "39b6f687d31d662461e25dbfe70be990b4c4855b"
      ],
      "author": {
        "name": "Hans Verkuil",
        "email": "hverkuil@xs4all.nl",
        "time": "Sat Mar 25 09:55:23 2006 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Sun Apr 02 04:54:58 2006 -0300"
      },
      "message": "V4L/DVB (3609): Remove VIDIOC_S_AUDIO from tvaudio: no longer used.\n\nSigned-off-by: Hans Verkuil \u003chverkuil@xs4all.nl\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "39b6f687d31d662461e25dbfe70be990b4c4855b",
      "tree": "47db951dc33f36eb4a96713ca9d7b97837744b1d",
      "parents": [
        "1f8f5fa9b78ce344a03aeb1e6e12fffeb6a4c0c4"
      ],
      "author": {
        "name": "Hans Verkuil",
        "email": "hverkuil@xs4all.nl",
        "time": "Sat Mar 25 09:50:20 2006 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Sun Apr 02 04:54:56 2006 -0300"
      },
      "message": "V4L/DVB (3608): Implement new routing commands in saa7127.c\n\nSigned-off-by: Hans Verkuil \u003chverkuil@xs4all.nl\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "1f8f5fa9b78ce344a03aeb1e6e12fffeb6a4c0c4",
      "tree": "72d923f9ee76b303debd4a21a50c0a2f516b96f1",
      "parents": [
        "013423588af1950e8eb7a44d80a684fd50174827"
      ],
      "author": {
        "name": "Hans Verkuil",
        "email": "hverkuil@xs4all.nl",
        "time": "Sat Mar 25 09:20:28 2006 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Sun Apr 02 04:54:54 2006 -0300"
      },
      "message": "V4L/DVB (3607): Implement routing command for saa7115.c\n\nSigned-off-by: Hans Verkuil \u003chverkuil@xs4all.nl\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "013423588af1950e8eb7a44d80a684fd50174827",
      "tree": "1f0028bb462a8e3ebe3217f89de4efb584ba8609",
      "parents": [
        "51dab14e66a876ca124ef115fda08121ad9533fc"
      ],
      "author": {
        "name": "Hans Verkuil",
        "email": "hverkuil@xs4all.nl",
        "time": "Sat Mar 25 08:19:47 2006 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Sun Apr 02 04:54:51 2006 -0300"
      },
      "message": "V4L/DVB (3606): Minor layout changes to make it consistent\n\nSigned-off-by: Hans Verkuil \u003chverkuil@xs4all.nl\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "51dab14e66a876ca124ef115fda08121ad9533fc",
      "tree": "95a9a7e692a6816ec4ead85ee0c431521d5f5bed",
      "parents": [
        "683aa4012f53b2ada0f430487e05d37b0d94e90a"
      ],
      "author": {
        "name": "Hans Verkuil",
        "email": "hverkuil@xs4all.nl",
        "time": "Sat Mar 25 08:10:12 2006 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Sun Apr 02 04:54:50 2006 -0300"
      },
      "message": "V4L/DVB (3605): Add support for I2C_HW_B_CX2341X board adapter\n\n- Add missing class check to tveeprom_attach_adapter.\n- Add CX2341X specific IR probe address list.\n\nSigned-off-by: Hans Verkuil \u003chverkuil@xs4all.nl\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "683aa4012f53b2ada0f430487e05d37b0d94e90a",
      "tree": "93585c38ae43f9bcbf2d38c2c2e2dd86b049af30",
      "parents": [
        "500156a0f0e81e24991f5f0db56e859db1fbdacf",
        "0cff260a42c051ee64c184ed05d96d18d243f7f6"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Mar 31 21:36:51 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Mar 31 21:36:51 2006 -0800"
      },
      "message": "Merge master.kernel.org:/home/rmk/linux-2.6-serial\n\n* master.kernel.org:/home/rmk/linux-2.6-serial:\n  [SERIAL] Allow 8250 PCI, PNP, GSC and HP300 support to be disabled\n"
    },
    {
      "commit": "500156a0f0e81e24991f5f0db56e859db1fbdacf",
      "tree": "0167cb28731e2c6fd7da2ea21f301312eea6504a",
      "parents": [
        "5b67e8dd5ae889fea7d01b905a570fa9a37b8785",
        "c65631781eb0f2e81865017c1484e9aef76e1b61"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Mar 31 21:35:04 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Mar 31 21:35:04 2006 -0800"
      },
      "message": "Merge master.kernel.org:/home/rmk/linux-2.6-mmc\n\n* master.kernel.org:/home/rmk/linux-2.6-mmc:\n  [MMC] Pass -DDEBUG on compiler command line if MMC_DEBUG selected\n  [MMC] Add OMAP MMC host driver\n"
    },
    {
      "commit": "d21c356b08820e60501ce7a42107a7f05863d91d",
      "tree": "2cbb38e7f31dc98d41a66427c7f85e248c232ed9",
      "parents": [
        "108b42b4b966462444265806e3d7260a632ad630",
        "be9a50c8524b53003e5fa32f072945772ffd13a5"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Mar 31 12:28:01 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Mar 31 12:28:01 2006 -0800"
      },
      "message": "Merge branch \u0027upstream-linus\u0027 of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev\n\n* \u0027upstream-linus\u0027 of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev:\n  [PATCH] libata: fix ata_xfer_tbl termination\n  [PATCH] libata: make ata_qc_issue complete failed qcs\n  [PATCH] libata: fix ata_qc_issue failure path\n  [PATCH] ata_piix: fix ich6/m_map_db\n  [libata] ahci: add ATI SB600 PCI IDs\n"
    },
    {
      "commit": "a58e00e7da5f93c096527f5e20ceb2cf6d130cf0",
      "tree": "911e81f4cc25669b4adb37f30118efa81a09bfa6",
      "parents": [
        "a244e1698ae3609cdfe24088e1293593cb7a5278"
      ],
      "author": {
        "name": "Jesper Juhl",
        "email": "jesper.juhl@gmail.com",
        "time": "Fri Mar 31 02:32:12 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Mar 31 12:19:01 2006 -0800"
      },
      "message": "[PATCH] Decrease number of pointer derefs in jsm_tty.c\n\nDecrease the number of pointer derefs in drivers/serial/jsm/jsm_tty.c\n\nBenefits of the patch:\n - Fewer pointer dereferences should make the code slightly faster.\n - Size of generated code is smaller\n - Improved readability\n\nSigned-off-by: Jesper Juhl \u003cjesper.juhl@gmail.com\u003e\nAcked-by: \"V. ANANDA KRISHNAN\" \u003cmansarov@us.ibm.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "ec350a7fc16af45e143085594a6c9a18d7a0cba3",
      "tree": "d167b6faa3e079edaf830b4adb6d156d9314fd47",
      "parents": [
        "926ce2d8a7d446c720faec9d8c5105eeb04bcf7a"
      ],
      "author": {
        "name": "NeilBrown",
        "email": "neilb@suse.de",
        "time": "Fri Mar 31 02:32:06 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Mar 31 12:19:01 2006 -0800"
      },
      "message": "[PATCH] md: Raid-6 did not create sysfs entries for stripe cache\n\nSigned-off-by: Brad Campbell \u003cbrad@wasp.net.au\u003e\nSigned-off-by: Neil Brown \u003cneilb@suse.de\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "926ce2d8a7d446c720faec9d8c5105eeb04bcf7a",
      "tree": "3dd393c2d254a0bd151b00214d4e85b1bd833838",
      "parents": [
        "6b1117d50543e2484bee037ec2589fe52492a7e7"
      ],
      "author": {
        "name": "NeilBrown",
        "email": "neilb@suse.de",
        "time": "Fri Mar 31 02:32:02 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Mar 31 12:19:01 2006 -0800"
      },
      "message": "[PATCH] md: Remove some code that can sleep from under a spinlock\n\nAnd remove the comments that were put in inplace of a fix too....\n\nSigned-off-by: Neil Brown \u003cneilb@suse.de\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "6b1117d50543e2484bee037ec2589fe52492a7e7",
      "tree": "6291a97424ebcc336bb49b00ec13576df76aa447",
      "parents": [
        "39451a73a2d190763ba8a98f486cf23d63d22582"
      ],
      "author": {
        "name": "NeilBrown",
        "email": "neilb@suse.de",
        "time": "Fri Mar 31 02:31:57 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Mar 31 12:19:01 2006 -0800"
      },
      "message": "[PATCH] md: Don\u0027t clear bits in bitmap when writing to one device fails during recovery\n\nCurrently a device failure during recovery leaves bits set in the bitmap.\nThis normally isn\u0027t a problem as the offending device will be rejected because\nof errors.  However if device re-adding is being used with non-persistent\nbitmaps, this can be a problem.\n\nSigned-off-by: Neil Brown \u003cneilb@suse.de\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "39451a73a2d190763ba8a98f486cf23d63d22582",
      "tree": "a395398b3dfb7c39c2a011515f0679d4a8cd65b8",
      "parents": [
        "a536093a2f07007aa572e922752b7491b9ea8ff2"
      ],
      "author": {
        "name": "Michael Hanselmann",
        "email": "linux-kernel@hansmi.ch",
        "time": "Fri Mar 31 02:31:55 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Mar 31 12:19:01 2006 -0800"
      },
      "message": "[PATCH] fbdev: Remove old radeon driver\n\nThis patch removes the old radeon driver which has been replaced by a\nnewer one.\n\nSigned-off-by: Michael Hanselmann \u003clinux-kernel@hansmi.ch\u003e\nAcked-by: Benjamin Herrenschmidt \u003cbenh@kernel.crashing.org\u003e\nSigned-off-by: Adrian Bunk \u003cbunk@stusta.de\u003e\nAcked-by: Antonino Daplas \u003cadaplas@pol.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "a536093a2f07007aa572e922752b7491b9ea8ff2",
      "tree": "72f1036242f91ac77fbeb6b41c633af76e3d7358",
      "parents": [
        "2cbbb3b59c3ccdc55ad0c924fb49e09a962bb517"
      ],
      "author": {
        "name": "Antonino A. Daplas",
        "email": "adaplas@gmail.com",
        "time": "Fri Mar 31 02:31:54 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Mar 31 12:19:00 2006 -0800"
      },
      "message": "[PATCH] fbcon: Fix big-endian bogosity in slow_imageblit()\n\nThe monochrome-\u003ecolor expansion routine that handles bitmaps which have\n(widths % 8) !\u003d 0 (slow_imageblit) produces corrupt characters in big-endian.\nThis is caused by a bogus bit test in slow_imageblit().\n\nFix.\n\nThis patch may deserve to go to the stable tree.  The code has already been\nwell tested in little-endian machines.  It\u0027s only in big-endian where there is\nuncertainty and Herbert confirmed that this is the correct way to go.\n\nIt should not introduce regressions.\n\nSigned-off-by: Antonino Daplas \u003cadaplas@pol.net\u003e\nAcked-by: Herbert Poetzl \u003cherbert@13thfloor.at\u003e\nCc: \u003cstable@kernel.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "2cbbb3b59c3ccdc55ad0c924fb49e09a962bb517",
      "tree": "e82e5255fce910728c9a32d8c5ce7b46e5393243",
      "parents": [
        "2c0f5fb08e8ad59f396b1bda41ccd93cbb00a09f"
      ],
      "author": {
        "name": "Richard Purdie",
        "email": "rpurdie@rpsys.net",
        "time": "Fri Mar 31 02:31:53 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Mar 31 12:19:00 2006 -0800"
      },
      "message": "[PATCH] pxafb: Minor driver fixes\n\nFixes for the pxafb driver:\n\n* Return -EINVAL for resolutions that are too large as per framebuffer\n  driver policy.\n\n* Increase the error timeout for disabling the LCD controller.  The current\n  timeout is sometimes too short on the Sharp Zaurus Cxx00 hardware and an\n  extra delay in an error path shouldn\u0027t pose any problems.\n\n* Fix a dev reference which causes a compile error when DEBUG is defined.\n\nSigned-off-by: Richard Purdie \u003crpurdie@rpsys.net\u003e\nSigned-off-by: Antonino Daplas \u003cadaplas@pol.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "2c0f5fb08e8ad59f396b1bda41ccd93cbb00a09f",
      "tree": "9b53b4ffd3b118561d5210ca3962c592a428d7cd",
      "parents": [
        "5f27a27bd77fcfd4b90ed33668940bc3cf72768b"
      ],
      "author": {
        "name": "Richard Purdie",
        "email": "rpurdie@rpsys.net",
        "time": "Fri Mar 31 02:31:51 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Mar 31 12:19:00 2006 -0800"
      },
      "message": "[PATCH] backlight: corgi_bl: Generalise to support other Sharp SL hardware\n\nGeneralise the Corgi backlight driver by moving the default intensity and\nlimit mask settings into the platform specific data structure.  This enables\nthe driver to support other Zaurus hardware, specifically the SL-6000x (Tosa)\nmodel.\n\nAlso change the spinlock to a mutex (the spinlock is overkill).\n\nSigned-off-by: Richard Purdie \u003crpurdie@rpsys.net\u003e\nSigned-off-by: Antonino Daplas \u003cadaplas@pol.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "5f27a27bd77fcfd4b90ed33668940bc3cf72768b",
      "tree": "75886974943aa5dea93cfb354d8f521ca4002573",
      "parents": [
        "6ca017658b1f902c9bba2cc1017e301581f7728d"
      ],
      "author": {
        "name": "Richard Purdie",
        "email": "rpurdie@rpsys.net",
        "time": "Fri Mar 31 02:31:50 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Mar 31 12:19:00 2006 -0800"
      },
      "message": "[PATCH] backlight: HP Jornada 680 Backlight driver updates/fixes\n\nUpdates to the HP Jornada 680 Backlight driver:\n\n- Correct the suspend/resume functions so the driver compiles\n  (SUSPEND_POWER_DOWN/RESUME_POWER_ON no longer exist).\n\n- Convert the driver to match the recent platform device changes.\n\n- Replace the unsafe static struct platform_device with dynamic allocation.\n\n- Convert the driver to the new backlight code.\n\nThis has not been tested on a device due to lack of hardware but wouldn\u0027t\ncompile beforehand.\n\nSigned-off-by: Richard Purdie \u003crpurdie@rpsys.net\u003e\nSigned-off-by: Antonino Daplas \u003cadaplas@pol.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "6ca017658b1f902c9bba2cc1017e301581f7728d",
      "tree": "9180b3923d4f6ef09c11d7f7386024f391508759",
      "parents": [
        "9b0e1c5dd2941aec566047e10a5cc929ca7f7d4f"
      ],
      "author": {
        "name": "Richard Purdie",
        "email": "rpurdie@rpsys.net",
        "time": "Fri Mar 31 02:31:49 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Mar 31 12:19:00 2006 -0800"
      },
      "message": "[PATCH] backlight: Backlight Class Improvements\n\nBacklight class attributes are currently easy to implement incorrectly.\nMoving certain handling into the backlight core prevents this whilst at the\nsame time makes the drivers simpler and consistent.  The following changes are\nincluded:\n\nThe brightness attribute only sets and reads the brightness variable in the\nbacklight_properties structure.\n\nThe power attribute only sets and reads the power variable in the\nbacklight_properties structure.\n\nAny framebuffer blanking events change a variable fb_blank in the\nbacklight_properties structure.\n\nThe backlight driver has only two functions to implement.  One function is\ncalled when any of the above properties change (to update the backlight\nbrightness), the second is called to return the current backlight brightness\nvalue.  A new attribute \"actual_brightness\" is added to return this brightness\nas determined by the driver having combined all the above factors (and any\ndriver/device specific factors).\n\nAdditionally, the backlight core takes care of checking the maximum brightness\nis not exceeded and of turning off the backlight before device removal.\n\nThe corgi backlight driver is updated to reflect these changes.\n\nSigned-off-by: Richard Purdie \u003crpurdie@rpsys.net\u003e\nSigned-off-by: Antonino Daplas \u003cadaplas@pol.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "9b0e1c5dd2941aec566047e10a5cc929ca7f7d4f",
      "tree": "5d21dda4ee4b36f3f2247558190e12087a58070d",
      "parents": [
        "1a37d5f51020b9967d4b4094f6d627d0873a6469"
      ],
      "author": {
        "name": "Alberto Mardegan",
        "email": "mardy@users.sourceforge.net",
        "time": "Fri Mar 31 02:31:46 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Mar 31 12:19:00 2006 -0800"
      },
      "message": "[PATCH] w100fb: Add acceleration support to ATI Imageon\n\nAdd acceleration support in w100fb.c (i.e.  ATI Imageons) for the copyarea and\nfillrect operations.\n\nSigned-off-by: Alberto Mardegan \u003cmardy@users.sourceforge.net\u003e\nSigned-off-by: Antonino Daplas \u003cadaplas@pol.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "1a37d5f51020b9967d4b4094f6d627d0873a6469",
      "tree": "ac01b1877acd3405d3f3bf186889295187177c7c",
      "parents": [
        "3e7e241f8c5c87cc3685364feface081c9fa3648"
      ],
      "author": {
        "name": "Antonino A. Daplas",
        "email": "adaplas@gmail.com",
        "time": "Fri Mar 31 02:31:45 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Mar 31 12:19:00 2006 -0800"
      },
      "message": "[PATCH] fbcon: Save current display during initialization\n\nThe current display was not saved during initialization.  This leads to hard\nto track console corruption, such as a misplaced cursor, which is correctible\nby switching consoles.  Fix this minor bug.\n\nSigned-off-by: Antonino Daplas \u003cadaplas@pol.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "2bfb646cdf348cb77c572f06d5b9d17ea205c7e2",
      "tree": "a26ed9aedb7af67d9421b14ad6cdd0714d91195f",
      "parents": [
        "03731fbdd09f8db4af86dbf437e3169fb1920d5e"
      ],
      "author": {
        "name": "Richard Purdie",
        "email": "rpurdie@rpsys.net",
        "time": "Fri Mar 31 02:31:16 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Mar 31 12:18:57 2006 -0800"
      },
      "message": "[PATCH] LED: Add IDE disk activity LED trigger\n\nAdd an LED trigger for IDE disk activity to the ide-disk driver.\n\nSigned-off-by: Richard Purdie \u003crpurdie@rpsys.net\u003e\nAcked-by: Bartlomiej Zolnierkiewicz \u003cB.Zolnierkiewicz@elka.pw.edu.pl\u003e\nCc: Alan Cox \u003calan@lxorguk.ukuu.org.uk\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "03731fbdd09f8db4af86dbf437e3169fb1920d5e",
      "tree": "2066c497529cdf4a411186d057005c6953975aa5",
      "parents": [
        "8fe833c1b010489b71b082e553b1dfa80ef81061"
      ],
      "author": {
        "name": "Richard Purdie",
        "email": "rpurdie@rpsys.net",
        "time": "Fri Mar 31 02:31:15 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Mar 31 12:18:57 2006 -0800"
      },
      "message": "[PATCH] Ensure ide-taskfile calls any driver specific end_request function\n\nEnsure ide-taskfile.c calls any driver specific end_request function if\npresent.\n\nSigned-off-by: Richard Purdie \u003crpurdie@rpsys.net\u003e\nCc: Alan Cox \u003calan@lxorguk.ukuu.org.uk\u003e\nAcked-by: Bartlomiej Zolnierkiewicz \u003cB.Zolnierkiewicz@elka.pw.edu.pl\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "8fe833c1b010489b71b082e553b1dfa80ef81061",
      "tree": "b5d051feb49921a99bf55c8c366dc4ce4d08d29e",
      "parents": [
        "6d0cf3e0480f6be9232854387794443d1a904d6d"
      ],
      "author": {
        "name": "Richard Purdie",
        "email": "rpurdie@rpsys.net",
        "time": "Fri Mar 31 02:31:14 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Mar 31 12:18:57 2006 -0800"
      },
      "message": "[PATCH] LED: add NAND MTD activity LED trigger\n\nCc: Russell King \u003crmk@arm.linux.org.uk\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "6d0cf3e0480f6be9232854387794443d1a904d6d",
      "tree": "2d787a372cb9bd5bf01e6197cabfd0061adfa513",
      "parents": [
        "6a0c51bfce5ae4058366017d861aea6564d25aee"
      ],
      "author": {
        "name": "Dirk Opfer",
        "email": "dirk@opfer-online.de",
        "time": "Fri Mar 31 02:31:12 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Mar 31 12:18:57 2006 -0800"
      },
      "message": "[PATCH] LED: add device support for tosa\n\nAdds LED drivers for LEDs found on the Sharp Zaurus c6000 model (tosa).\n\nSigned-off-by: Dirk Opfer \u003cdirk@opfer-online.de\u003e\nSigned-off-by: Richard Purdie \u003crpurdie@rpsys.net\u003e\nCc: Russell King \u003crmk@arm.linux.org.uk\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "6a0c51bfce5ae4058366017d861aea6564d25aee",
      "tree": "d8ba880b4b4da416382fffd386e8e62db92cf9d3",
      "parents": [
        "4d3cb35476903768541f79e61f171e79e6065098"
      ],
      "author": {
        "name": "John Bowler",
        "email": "jbowler@acm.org",
        "time": "Fri Mar 31 02:31:11 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Mar 31 12:18:57 2006 -0800"
      },
      "message": "[PATCH] LED: add LED device support for ixp4xx devices\n\nNEW_LEDS support for ixp4xx boards where LEDs are connected to the GPIO lines.\n\nThis includes a new generic ixp4xx driver (leds-ixp4xx-gpio.c name\n\"IXP4XX-GPIO-LED\")\n\nSigned-off-by: John Bowler \u003cjbowler@acm.org\u003e\nSigned-off-by: Richard Purdie \u003crpurdie@rpsys.net\u003e\nCc: Russell King \u003crmk@arm.linux.org.uk\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "4d3cb35476903768541f79e61f171e79e6065098",
      "tree": "0fef0f8fe697dd4a060c97d36fea0320158a8a03",
      "parents": [
        "3179108daaaccbf28b17d6d8b0e06abf0eee6d9f"
      ],
      "author": {
        "name": "Richard Purdie",
        "email": "rpurdie@rpsys.net",
        "time": "Fri Mar 31 02:31:10 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Mar 31 12:18:57 2006 -0800"
      },
      "message": "[PATCH] LED: add LED device support for locomo devices\n\nAdds an LED driver for LEDs exported by the Sharp LOCOMO chip as found on some\nmodels of Sharp Zaurus.\n\nSigned-off-by: Richard Purdie \u003crpurdie@rpsys.net\u003e\nCc: Russell King \u003crmk@arm.linux.org.uk\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "3179108daaaccbf28b17d6d8b0e06abf0eee6d9f",
      "tree": "6e8f1e9b1d78f1c08bcd7dcfd5f9d4321849d3ec",
      "parents": [
        "181bf8aa68a1d062d7f98abb0f1cb8871910320c"
      ],
      "author": {
        "name": "Richard Purdie",
        "email": "rpurdie@rpsys.net",
        "time": "Fri Mar 31 02:31:09 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Mar 31 12:18:57 2006 -0800"
      },
      "message": "[PATCH] LED: add LED device support for the zaurus corgi and spitz models\n\nAdds LED drivers for LEDs found on the Sharp Zaurus c7x0 (corgi, shepherd,\nhusky) and cxx00 (akita, spitz, borzoi) models.\n\nSigned-off-by: Richard Purdie \u003crpurdie@rpsys.net\u003e\nCc: Russell King \u003crmk@arm.linux.org.uk\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "6655c6fe575b720eb8cb6c143ae10995a7aa1916",
      "tree": "72b36d5346ef1cdd50417b8b4accb4d5b58d003a",
      "parents": [
        "c3bc9956ec52fb2c70f29aa894d8eec766116584"
      ],
      "author": {
        "name": "Richard Purdie",
        "email": "rpurdie@rpsys.net",
        "time": "Fri Mar 31 02:31:07 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Mar 31 12:18:57 2006 -0800"
      },
      "message": "[PATCH] LED: add LED timer trigger\n\nAdd an example of a complex LED trigger in the form of a generic timer which\ntriggers the LED its attached to at a user specified frequency and duty cycle.\n\nSigned-off-by: Richard Purdie \u003crpurdie@rpsys.net\u003e\nCc: Russell King \u003crmk@arm.linux.org.uk\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "c3bc9956ec52fb2c70f29aa894d8eec766116584",
      "tree": "c93aa56e6793cfa283d13a28cfa6c02a30f6c794",
      "parents": [
        "c72a1d608dd0eb3d553a08bfdf1c0041bebaa8a0"
      ],
      "author": {
        "name": "Richard Purdie",
        "email": "rpurdie@rpsys.net",
        "time": "Fri Mar 31 02:31:05 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Mar 31 12:18:56 2006 -0800"
      },
      "message": "[PATCH] LED: add LED trigger tupport\n\nAdd support for LED triggers to the LED subsystem.  \"Triggers\" are events\nwhich change the state of an LED.  Two kinds of trigger are available, simple\nones which can be added to exising code with minimum disruption and complex\nones for implementing new or more complex functionality.\n\nSigned-off-by: Richard Purdie \u003crpurdie@rpsys.net\u003e\nCc: Russell King \u003crmk@arm.linux.org.uk\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "c72a1d608dd0eb3d553a08bfdf1c0041bebaa8a0",
      "tree": "56715f0e0af8a9c33725f3db2f14cf7f870ad46d",
      "parents": [
        "75c1d31d9ea71025b73430c696b727e8aa15872d"
      ],
      "author": {
        "name": "Richard Purdie",
        "email": "rpurdie@rpsys.net",
        "time": "Fri Mar 31 02:31:04 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Mar 31 12:18:56 2006 -0800"
      },
      "message": "[PATCH] LED: add LED class\n\nAdd the foundations of a new LEDs subsystem.  This patch adds a class which\npresents LED devices within sysfs and allows their brightness to be\ncontrolled.\n\nSigned-off-by: Richard Purdie \u003crpurdie@rpsys.net\u003e\nCc: Russell King \u003crmk@arm.linux.org.uk\u003e\nCc: Greg KH \u003cgreg@kroah.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "0ca07731e495584bd84dca15a0f065470d594ec4",
      "tree": "d043e8b64b43361051e1e6b40ee37382591825df",
      "parents": [
        "d32af0fe11b1618572389723e93cf33a4cc11c81"
      ],
      "author": {
        "name": "Rafael J. Wysocki",
        "email": "rjw@sisk.pl",
        "time": "Fri Mar 31 02:30:58 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Mar 31 12:18:56 2006 -0800"
      },
      "message": "[PATCH] vt: add TIOCL_GETKMSGREDIRECT\n\nAdd TIOCL_GETKMSGREDIRECT needed by the userland suspend tool to get the\ncurrent value of kmsg_redirect from the kernel so that it can save it and\nrestore it after resume.\n\nSigned-off-by: Rafael J. Wysocki \u003crjw@sisk.pl\u003e\nAcked-by: Pavel Machek \u003cpavel@suse.cz\u003e\nCc: Michael Kerrisk \u003cmtk-manpages@gmx.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "d32af0fe11b1618572389723e93cf33a4cc11c81",
      "tree": "cf0707e363626e24245dda57fc7c5851d89b7eeb",
      "parents": [
        "b0b4ed728cdd0c7204392b0c18857e4a99917aa5"
      ],
      "author": {
        "name": "Jesper Juhl",
        "email": "jesper.juhl@gmail.com",
        "time": "Fri Mar 31 02:30:57 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Mar 31 12:18:56 2006 -0800"
      },
      "message": "[PATCH] ISDN: fix a few memory leaks in sc_ioctl()\n\nFix a few memory leaks in drivers/isdn/sc/ioctl.c::sc_ioctl()\n\nSigned-off-by: Jesper Juhl \u003cjesper.juhl@gmail.com\u003e\nAcked-by: Karsten Keil \u003ckkeil@suse.de\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "b0b4ed728cdd0c7204392b0c18857e4a99917aa5",
      "tree": "cfb0dd03b93ac310f5f02a0452cb83bf7e6628ef",
      "parents": [
        "993dfa8776308dcfd311cf77a3bbed4aa11e9868"
      ],
      "author": {
        "name": "Tobias Klauser",
        "email": "tklauser@nuerscht.ch",
        "time": "Fri Mar 31 02:30:56 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Mar 31 12:18:56 2006 -0800"
      },
      "message": "[PATCH] drivers/char/[i]stallion: Clean up kmalloc usage\n\nDelete two useless kmalloc wrappers and use kmalloc/kzalloc.  Some weird\nNULL checks are also simplified.\n\nSigned-off-by: Tobias Klauser \u003ctklauser@nuerscht.ch\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "09ce3512dcad0ad1d07eee0dc5ebb6d037c39c16",
      "tree": "a66743dbde0e4de61a28828f72066f35ff8747be",
      "parents": [
        "0000754c27f07d5656eff17367c05dc4cfb7d965"
      ],
      "author": {
        "name": "Steffen Klassert",
        "email": "klassert@mathematik.tu-chemnitz.de",
        "time": "Fri Mar 31 02:30:48 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Mar 31 12:18:55 2006 -0800"
      },
      "message": "[PATCH] 3c59x: fix networking for 10base2 NICs\n\nThe \"3c59x: use mii_check_media\" patch introduced a netif_carrier_off in\nvortex_up.  10base2 stoped working because of this.  This is removed.\n\nTx/Rx reset is back in vortex_up because the 3c900B-Combo stops working after\nchanging from half duplex to full duplex when Tx/Rx reset is done with\nvortex_timer.\n\nAlso brought back some mii stuff to be sure that it does not break something\nelse.\n\nThanks to Pete Clements \u003cclem@clem.clem-digital.net\u003e for reporting and testing.\n\nSigned-off-by: Steffen Klassert \u003cklassert@mathematik.tu-chemnitz.de\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "0000754c27f07d5656eff17367c05dc4cfb7d965",
      "tree": "fb96aa5860e9d29ef68cfb4d103737d9877fcd40",
      "parents": [
        "88b9adb073b7a69a54b1b14423103bc24587ebdc"
      ],
      "author": {
        "name": "Andrew Morton",
        "email": "akpm@osdl.org",
        "time": "Fri Mar 31 02:30:47 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Mar 31 12:18:55 2006 -0800"
      },
      "message": "[PATCH] \"3c59x collision statistics fix\" fix\n\nThe pre-2.6.16 patch \"3c59x collision statistics fix\" accidentally caused\nvortex_error() to not run iowrite16(TxEnable, ioaddr + EL3_CMD) if we got a\nmaxCollisions interrupt but MAX_COLLISION_RESET is not set.\n\nThanks to Pete Clements \u003cclem@clem.clem-digital.net\u003e for reporting and testing.\n\nAcked-by: Steffen Klassert \u003cklassert@mathematik.tu-chemnitz.de\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "d6dfd1310d3562698fd7c3c086f6c239f96394ac",
      "tree": "ff6c77f2d2e8bcb5b765bdaa4198243e043031aa",
      "parents": [
        "8a3628d53fe5eb1d1401dd1ce16655182c1c5ffc"
      ],
      "author": {
        "name": "Corey Minyard",
        "email": "minyard@acm.org",
        "time": "Fri Mar 31 02:30:41 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Mar 31 12:18:54 2006 -0800"
      },
      "message": "[PATCH] IPMI: convert from semaphores to mutexes\n\nConvert the remaining semaphores to mutexes in the IPMI driver.  The\nwatchdog was using a semaphore as a real semaphore (for IPC), so the\nconversion there required adding a completion.\n\nSigned-off-by: Corey Minyard \u003cminyard@acm.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "8a3628d53fe5eb1d1401dd1ce16655182c1c5ffc",
      "tree": "6b196decb7403095270bbc7a7d5cbe4fe39945da",
      "parents": [
        "453823ba08ba762b3d58934b6dce75edce37169e"
      ],
      "author": {
        "name": "Corey Minyard",
        "email": "minyard@acm.org",
        "time": "Fri Mar 31 02:30:40 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Mar 31 12:18:54 2006 -0800"
      },
      "message": "[PATCH] IPMI: tidy up various things\n\nTidy up various coding standard things, mostly removing the space after !,\nbut also break some long lines and fix a few other spacing inconsistencies.\nAlso fixes some bad error reporting when deleting an IPMI user.\n\nSigned-off-by: Corey Minyard \u003cminyard@acm.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "453823ba08ba762b3d58934b6dce75edce37169e",
      "tree": "80170bf784145621467ba83ea44d25dc3e5e5964",
      "parents": [
        "ee37df7877eeaa16d7761cce64854110a7c17ad9"
      ],
      "author": {
        "name": "Corey Minyard",
        "email": "minyard@acm.org",
        "time": "Fri Mar 31 02:30:39 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Mar 31 12:18:54 2006 -0800"
      },
      "message": "[PATCH] IPMI: fix startup race condition\n\nMatt Domsch noticed a startup race with the IPMI kernel thread, it was\npossible (though extraordinarly unlikely) that a message could come in\nbefore the upper layer was ready to handle it.  This patch splits the\nstartup processing of an IPMI interface into two parts, one to get ready\nand one to actually start the processes to receive messages from the\ninterface.\n\n[akpm@osdl.org: cleanups]\nSigned-off-by: Corey Minyard \u003cminyard@acm.org\u003e\nCc: Matt Domsch \u003cMatt_Domsch@dell.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "ee37df7877eeaa16d7761cce64854110a7c17ad9",
      "tree": "a58f02f86438edd84d6028df0ca8479784a5577b",
      "parents": [
        "da960a6ad1864dd1636cb9b0330d7bb7408aed45"
      ],
      "author": {
        "name": "Andrew Morton",
        "email": "akpm@osdl.org",
        "time": "Fri Mar 31 02:30:35 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Mar 31 12:18:54 2006 -0800"
      },
      "message": "[PATCH] make tty_insert_flip_string a non-GPL export\n\nAlan sayeth \"Based on Linus original comments about _GPL we should export\ntty_insert_flip_char as EXPORT_SYMBOL because it used to be EXPORT_SYMBOL\nequivalent (trivial inline).  The other features are new extensions are were\nnot available to drivers before so need not be provided except as _GPL\nfunctionality as far as I can see.\"\n\nAddresses http://bugzilla.kernel.org/show_bug.cgi?id\u003d6294\n\nCc: Alan Cox \u003calan@lxorguk.ukuu.org.uk\u003e\nCc: Russell King \u003crmk@arm.linux.org.uk\u003e\nCc: Paul Fulghum \u003cpaulkf@microgate.com\u003e\nCc: Philippe Vouters \u003cPhilippe.Vouters@laposte.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "da960a6ad1864dd1636cb9b0330d7bb7408aed45",
      "tree": "8cf0c825fd4a13e14162c9c976b31657893483c3",
      "parents": [
        "9b41046cd0ee0a57f849d6e1363f7933e363cca9"
      ],
      "author": {
        "name": "Randy Dunlap",
        "email": "rdunlap@xenotime.net",
        "time": "Fri Mar 31 02:30:34 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Mar 31 12:18:54 2006 -0800"
      },
      "message": "[PATCH] edac_752x needs CONFIG_HOTPLUG\n\nEDAC_752X uses pci_scan_single_device(), which is only available if\nCONFIG_HOTPLUG is enabled, so limit this driver with HOTPLUG.\n\nSigned-off-by: Randy Dunlap \u003crdunlap@xenotime.net\u003e\nCc: Dave Peterson \u003cdsp@llnl.gov\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "9b41046cd0ee0a57f849d6e1363f7933e363cca9",
      "tree": "246820e9493770e071cb92a48e7f72d8b9c90a98",
      "parents": [
        "68eef3b4791572ecb70249c7fb145bb3742dd899"
      ],
      "author": {
        "name": "OGAWA Hirofumi",
        "email": "hirofumi@mail.parknet.co.jp",
        "time": "Fri Mar 31 02:30:33 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Mar 31 12:18:53 2006 -0800"
      },
      "message": "[PATCH] Don\u0027t pass boot parameters to argv_init[]\n\nThe boot cmdline is parsed in parse_early_param() and\nparse_args(,unknown_bootoption).\n\nAnd __setup() is used in obsolete_checksetup().\n\n\tstart_kernel()\n\t\t-\u003e parse_args()\n\t\t\t-\u003e unknown_bootoption()\n\t\t\t\t-\u003e obsolete_checksetup()\n\nIf __setup()\u0027s callback (-\u003esetup_func()) returns 1 in\nobsolete_checksetup(), obsolete_checksetup() thinks a parameter was\nhandled.\n\nIf -\u003esetup_func() returns 0, obsolete_checksetup() tries other\n-\u003esetup_func().  If all -\u003esetup_func() that matched a parameter returns 0,\na parameter is seted to argv_init[].\n\nThen, when runing /sbin/init or init\u003dapp, argv_init[] is passed to the app.\nIf the app doesn\u0027t ignore those arguments, it will warning and exit.\n\nThis patch fixes a wrong usage of it, however fixes obvious one only.\n\nSigned-off-by: OGAWA Hirofumi \u003chirofumi@mail.parknet.co.jp\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "694a464e19b9e3278dbaf6a09fa7c1efec3f8eb5",
      "tree": "17a73dc929eaf3ace846b5b0dbe8165e4285d901",
      "parents": [
        "cc70a40b5ee05e5cca053887fc447590307bf1e8"
      ],
      "author": {
        "name": "Al Viro",
        "email": "viro@zeniv.linux.org.uk",
        "time": "Fri Mar 31 02:30:14 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Mar 31 12:18:51 2006 -0800"
      },
      "message": "[PATCH] uml: kconfigs\n\nkconfig sanitized around drivers/net\n\nSigned-off-by: Al Viro \u003cviro@zeniv.linux.org.uk\u003e\nSigned-off-by: Jeff Dike \u003cjdike@addtoit.com\u003e\nCc: Paolo \u0027Blaisorblade\u0027 Giarrusso \u003cblaisorblade@yahoo.it\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "b5ac5d7edb64b3ca1a489b30d95d62492a1f0b80",
      "tree": "362a9f0d4c64808dd49a865dd432d3b7f8d2f025",
      "parents": [
        "4d551465986c9a0040f47700a8c736c90519418f"
      ],
      "author": {
        "name": "Petri T. Koistinen",
        "email": "petri.koistinen@iki.fi",
        "time": "Fri Mar 31 02:29:54 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Mar 31 12:18:49 2006 -0800"
      },
      "message": "[PATCH] drivers/mtd/maps/vmax301.c: fix off by one vmax_mtd\n\nFix an obvious off-by-one error (vmax_mtd[] contains two elements).\n\nSigned-off-by: Adrian Bunk \u003cbunk@stusta.de\u003e\nCc: Thomas Gleixner \u003ctglx@linutronix.de\u003e\nAcked-by: David Woodhouse \u003cdwmw2@infradead.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "4d551465986c9a0040f47700a8c736c90519418f",
      "tree": "ee0dce8a219a1cd57c8387cb4f09f4af5ad84b9b",
      "parents": [
        "84e699e6ec5b431289474f78f8df9dfcc2737085"
      ],
      "author": {
        "name": "Herbert Poetzl",
        "email": "herbert@13thfloor.at",
        "time": "Fri Mar 31 02:29:53 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Mar 31 12:18:49 2006 -0800"
      },
      "message": "[PATCH] mtd: fix broken name_to_dev_t() declaration\n\ndrivers/mtd/devices/blkmtd.c uses a local declaration of name_to_dev_t()\nwhich is inconsistant with the real one.  the following patch fixes this by\nremoving the local declaration and including mount.h instead\n\nthis patch was originally done by Micah Anderson.\n\nSigned-off-by: Herbert Poetzl \u003cherbert@13thfloor.at\u003e\nAcked-by: Micah Anderson \u003cmicah@riseup.net\u003e\nAcked-by: Daniel Hokka Zakrisson \u003cdaniel@hozac.com\u003e\nCc: Thomas Gleixner \u003ctglx@linutronix.de\u003e\nAcked-by: David Woodhouse \u003cdwmw2@infradead.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "84e699e6ec5b431289474f78f8df9dfcc2737085",
      "tree": "6f402905e4b4fd3fe8f2bdafdb8f0d13b5b5a371",
      "parents": [
        "a63ec1b7b7c38f9a61ed11eefd670a49879e9dd3"
      ],
      "author": {
        "name": "Peter Korsgaard",
        "email": "jacmet@sunsite.dk",
        "time": "Fri Mar 31 02:29:52 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Mar 31 12:18:49 2006 -0800"
      },
      "message": "[PATCH] mtd/redboot: Handle holes in fis table\n\nRedboot simply sets the first character of a fis entry to 0xff on \"fis\ndelete\".  The kernel redboot parser stops parsing on such an entry, and\nwithout this patch any entries after a deleted image would not be detected.\n\nSigned-off-by: Peter Korsgaard \u003cjacmet@sunsite.dk\u003e\nCc: Thomas Gleixner \u003ctglx@linutronix.de\u003e\nAcked-by: David Woodhouse \u003cdwmw2@infradead.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "a63ec1b7b7c38f9a61ed11eefd670a49879e9dd3",
      "tree": "68c2ca49231f102f8b4d2a3c7378706ea7a4e611",
      "parents": [
        "edcbce2150fec1f6e6670e14eb65098eebfacae8"
      ],
      "author": {
        "name": "Pavel Machek",
        "email": "pavel@ucw.cz",
        "time": "Fri Mar 31 02:29:51 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Mar 31 12:18:49 2006 -0800"
      },
      "message": "[PATCH] Add chip used in collie to jedec_probe\n\nThis adds flash chip used in Sharp Zaurus sl5500 (collie) to jedec_probe.\nValues work for read-only access, but I have not figured out how to do\nread-write.\n\nSigned-off-by: Pavel Machek \u003cpavel@suse.cz\u003e\nCc: Richard Purdie \u003crpurdie@rpsys.net\u003e\nCc: Thomas Gleixner \u003ctglx@linutronix.de\u003e\nAcked-by: David Woodhouse \u003cdwmw2@infradead.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "edcbce2150fec1f6e6670e14eb65098eebfacae8",
      "tree": "859cd7d553c223651b585e672c522efc9bf71926",
      "parents": [
        "2d2dce0eb650831046316a9cd091ea5257aa7d4b"
      ],
      "author": {
        "name": "Eric Sesterhenn",
        "email": "snakebyte@gmx.de",
        "time": "Fri Mar 31 02:29:50 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Mar 31 12:18:49 2006 -0800"
      },
      "message": "[PATCH] Dead code in mtd/maps/pci.c\n\nThis fixes coverity bug #12.  The first two gotos in the function still\nhave the initial value for mtd set.  And the third goto just triggers for\n!mtd\n\nSigned-off-by: Eric Sesterhenn \u003csnakebyte@gmx.de\u003e\nCc: Thomas Gleixner \u003ctglx@linutronix.de\u003e\nAcked-by: David Woodhouse \u003cdwmw2@infradead.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "2d2dce0eb650831046316a9cd091ea5257aa7d4b",
      "tree": "6eb57d7a6071646472b1ee0d33c685ec465af336",
      "parents": [
        "8b68a1263305d4e8a07d8a43c996969ea9e44292"
      ],
      "author": {
        "name": "Pavel Machek",
        "email": "pavel@ucw.cz",
        "time": "Fri Mar 31 02:29:49 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Mar 31 12:18:49 2006 -0800"
      },
      "message": "[PATCH] Kill ifdefs in mtdcore.c\n\nKill unneccessary ifdefs in mtdcore.c.\n\nSigned-off-by: Pavel Machek \u003cpavel@suse.cz\u003e\nCc: Thomas Gleixner \u003ctglx@linutronix.de\u003e\nSigned-off-by: Adrian Bunk \u003cbunk@stusta.de\u003e\nAcked-by: David Woodhouse \u003cdwmw2@infradead.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "8b68a1263305d4e8a07d8a43c996969ea9e44292",
      "tree": "9daf6d89b7c19463b73c3ef237e7cc7685a1556e",
      "parents": [
        "b175d03dd207283609b7f8bfdaa5dc93ac9b16dd"
      ],
      "author": {
        "name": "Eric Sesterhenn / snakebyte",
        "email": "snakebyte@gmx.de",
        "time": "Fri Mar 31 02:29:47 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Mar 31 12:18:48 2006 -0800"
      },
      "message": "[PATCH] Fix debug statement in inftlcore.c\n\nFix a copy\u0007/paste bug found by cpminer inside the inftlcore.c file\n\nSigned-off-by: Eric Sesterhenn \u003csnakebyte@gmx.de\u003e\nAcked-by: Greg Ungerer \u003cgerg@snapgear.com\u003e\nCc: Thomas Gleixner \u003ctglx@linutronix.de\u003e\nAcked-by: David Woodhouse \u003cdwmw2@infradead.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "b175d03dd207283609b7f8bfdaa5dc93ac9b16dd",
      "tree": "2a570c584d29fccf8159e87ddbd9b1cf4096b00b",
      "parents": [
        "87d10f3c7954d143e509a2af2bca2a27aeb3114d"
      ],
      "author": {
        "name": "Atsushi Nemoto",
        "email": "anemo@mba.ocn.ne.jp",
        "time": "Fri Mar 31 02:29:46 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Mar 31 12:18:48 2006 -0800"
      },
      "message": "[PATCH] mtd cmdlinepart: allow zero offset value\n\nCurrent cmdlinepart.c uses offset value 0 to specify a continuous\npartition.  This prevents creating a second partition starting at 0.\n\nFor example, I can split 4MB device using \"mtdparts\u003did:2M,2M\", but I can\nnot do \"mtdparts\u003did:2M@2M,2M@0\" to swap mtd0 and mtd1.\n\nThis patch introduces special OFFSET_CONTINUOUS value for a continuous\npartition and allows 0 for offset value.\n\nAlso this patch replaces 0xffffffff with UINT_MAX for SIZE_REMAINING.\n\nSigned-off-by: Atsushi Nemoto \u003canemo@mba.ocn.ne.jp\u003e\nCc: Thomas Gleixner \u003ctglx@linutronix.de\u003e\nAcked-by: David Woodhouse \u003cdwmw2@infradead.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "87d10f3c7954d143e509a2af2bca2a27aeb3114d",
      "tree": "dadb374a0019895f26ceca4ade9291e8f52c784b",
      "parents": [
        "54af6b46485bb706b7cdffd2e419253fd00cae6a"
      ],
      "author": {
        "name": "Tobias Klauser",
        "email": "tklauser@nuerscht.ch",
        "time": "Fri Mar 31 02:29:45 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Mar 31 12:18:48 2006 -0800"
      },
      "message": "[PATCH] drivers/mtd: Use ARRAY_SIZE macro\n\nUse ARRAY_SIZE macro instead of sizeof(x)/sizeof(x[0]) and remove\nduplicates of the macro.\n\nSigned-off-by: Tobias Klauser \u003ctklauser@nuerscht.ch\u003e\nCc: Thomas Gleixner \u003ctglx@linutronix.de\u003e\nAcked-by: David Woodhouse \u003cdwmw2@infradead.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "54af6b46485bb706b7cdffd2e419253fd00cae6a",
      "tree": "d4b80cd3d8b648af290f6ae824535db826b6a0f7",
      "parents": [
        "0500abf52109d09bf60d740dec2e41d6cf265688"
      ],
      "author": {
        "name": "Adrian Bunk",
        "email": "bunk@stusta.de",
        "time": "Fri Mar 31 02:29:43 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Mar 31 12:18:48 2006 -0800"
      },
      "message": "[PATCH] MTD_NAND_SHARPSL and MTD_NAND_NANDSIM should be tristate\u0027s\n\nMTD_NAND\u003dm and MTD_NAND_SHARPSL\u003dy or MTD_NAND_NANDSIM\u003dy are illegal\ncombinations that mustn\u0027t be allowed.\n\nThis patch fixes this bug by making MTD_NAND_SHARPSL and MTD_NAND_NANDSIM\ntristate\u0027s.\n\nAdditionally, it fixes some whitespace damage at these options.\n\nSigned-off-by: Adrian Bunk \u003cbunk@stusta.de\u003e\nAcked-by: Richard Purdie \u003crpurdie@rpsys.net\u003e\nAcked-by: \"Artem B. Bityutskiy\" \u003cdedekind@yandex.ru\u003e\nCc: Thomas Gleixner \u003ctglx@linutronix.de\u003e\nAcked-by: David Woodhouse \u003cdwmw2@infradead.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "0500abf52109d09bf60d740dec2e41d6cf265688",
      "tree": "1f1b4479e5ec5643647c02547bebe162ea8245a7",
      "parents": [
        "48b192686dd20cb1576ae1d8ccd17a07971ef24a"
      ],
      "author": {
        "name": "Adrian Bunk",
        "email": "bunk@stusta.de",
        "time": "Fri Mar 31 02:29:42 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Mar 31 12:18:48 2006 -0800"
      },
      "message": "[PATCH] drivers/mtd/: small cleanups\n\n- chips/sharp.c: make two needlessly global functions static\n\n- move some declarations to a header file where they belong to\n\nSigned-off-by: Adrian Bunk \u003cbunk@stusta.de\u003e\nAcked-by: David Woodhouse \u003cdwmw2@infradead.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "48b192686dd20cb1576ae1d8ccd17a07971ef24a",
      "tree": "a4e5f5a74c230439fdbdc895f7874c68bf505565",
      "parents": [
        "040d79f906654d55c810313f29c6605593bf21c5"
      ],
      "author": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Fri Mar 31 02:29:41 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Mar 31 12:18:48 2006 -0800"
      },
      "message": "[PATCH] sem2mutex: drivers/mtd/\n\nSemaphore to mutex conversion.\n\nThe conversion was generated via scripts, and the result was validated\nautomatically via a script as well.\n\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\nCc: Thomas Gleixner \u003ctglx@linutronix.de\u003e\nAcked-by: David Woodhouse \u003cdwmw2@infradead.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "040d79f906654d55c810313f29c6605593bf21c5",
      "tree": "40121cbcf7e4d3b3c92bd8376dd36d6f9db252ae",
      "parents": [
        "37466ea85a7f7c9eef071a334e074265df4d1305"
      ],
      "author": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Fri Mar 31 02:29:40 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Mar 31 12:18:48 2006 -0800"
      },
      "message": "[PATCH] sem2mutex: mtd/doc2000.c\n\nSemaphore to mutex conversion.\n\nThe conversion was generated via scripts, and the result was validated\nautomatically via a script as well.\n\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\nCc: Thomas Gleixner \u003ctglx@linutronix.de\u003e\nAcked-by: David Woodhouse \u003cdwmw2@infradead.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "37466ea85a7f7c9eef071a334e074265df4d1305",
      "tree": "b3c598832366b4be537c55ebaae298905c7fb379",
      "parents": [
        "a0f067802576d4eb4c65d40b8ee7d6ea3c81dd61"
      ],
      "author": {
        "name": "Andrew Morton",
        "email": "akpm@osdl.org",
        "time": "Fri Mar 31 02:29:39 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Mar 31 12:18:48 2006 -0800"
      },
      "message": "[PATCH] m25p80: printk warning fix\n\ndrivers/mtd/devices/m25p80.c: In function `m25p80_erase\u0027:\ndrivers/mtd/devices/m25p80.c:189: warning: signed size_t format, different type arg (arg 6)\n\nAcked-by: David Woodhouse \u003cdwmw2@infradead.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "be9a50c8524b53003e5fa32f072945772ffd13a5",
      "tree": "a82555012a718f030f6be95fbec5336ff9b76cca",
      "parents": [
        "8e0e694a3a48212bfe29a9ad3cd592bf68dfec81"
      ],
      "author": {
        "name": "Tejun Heo",
        "email": "htejun@gmail.com",
        "time": "Fri Mar 31 22:48:52 2006 +0900"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Fri Mar 31 10:14:42 2006 -0500"
      },
      "message": "[PATCH] libata: fix ata_xfer_tbl termination\n\nata_xfer_tbl is terminated by entry with -1 as -\u003eshift.  However,\n-\u003eshift was unsigned int making the termination condition bogus.  This\npatch converts -\u003eshift and -\u003ebits to int.\n\nSigned-off-by: Tejun Heo \u003chtejun@gmail.com\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "8e0e694a3a48212bfe29a9ad3cd592bf68dfec81",
      "tree": "82f2b114160c8f1a6537c471fea7b41e50a80814",
      "parents": [
        "e4a70e76add280db6068426716a9b2a74099144f"
      ],
      "author": {
        "name": "Tejun Heo",
        "email": "htejun@gmail.com",
        "time": "Fri Mar 31 20:41:11 2006 +0900"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Fri Mar 31 10:14:42 2006 -0500"
      },
      "message": "[PATCH] libata: make ata_qc_issue complete failed qcs\n\nThere is no reason for the issuer to diddle with a failed qc as the\nissuer has complete control over when a qc gets freed (usually in\n-\u003ecomplete_fn).  Make ata_qc_issue() responsible for completing qcs\nwhich failed to issue.\n\nSigned-off-by: Tejun Heo \u003chtejun@gmail.com\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "e4a70e76add280db6068426716a9b2a74099144f",
      "tree": "b978d7da736590fe0603e7a88a7a9b20cc2a36b1",
      "parents": [
        "79ea24e72e59b5f0951483cc4f357afe9bf7ff89"
      ],
      "author": {
        "name": "Tejun Heo",
        "email": "htejun@gmail.com",
        "time": "Fri Mar 31 20:36:47 2006 +0900"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Fri Mar 31 10:14:42 2006 -0500"
      },
      "message": "[PATCH] libata: fix ata_qc_issue failure path\n\nOn sg_err failure path, ata_qc_issue() doesn\u0027t mark the qc active\nbefore returning.  This triggers WARN_ON() in __ata_qc_complete() when\nthe qc gets completed.  This patch moves ap-\u003eactive_tag and\nQCFLAG_ACTIVE setting to the top of the function.\n\nSigned-off-by: Tejun Heo \u003chtejun@gmail.com\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "79ea24e72e59b5f0951483cc4f357afe9bf7ff89",
      "tree": "95f83353bca5d6d27d2b617f77641d9431d680c4",
      "parents": [
        "ea19006f583b2128ce8338e6bb43aa0eb724a4b9"
      ],
      "author": {
        "name": "Tejun Heo",
        "email": "htejun@gmail.com",
        "time": "Fri Mar 31 20:01:50 2006 +0900"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Fri Mar 31 10:14:41 2006 -0500"
      },
      "message": "[PATCH] ata_piix: fix ich6/m_map_db\n\nMAP tables of ich6 and ich6m are wrong.  Depending on port usage,\nata_piix may fail to initialize attached devices.\n\nSigned-off-by: Tejun Heo \u003chtejun@gmail.com\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "ea19006f583b2128ce8338e6bb43aa0eb724a4b9",
      "tree": "4c859976b6acc1301d2c8822be6f21b0381f45fc",
      "parents": [
        "8b316a3973f05e572b4edeeda9072987f6bbaa44",
        "a0f067802576d4eb4c65d40b8ee7d6ea3c81dd61"
      ],
      "author": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Fri Mar 31 10:03:19 2006 -0500"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Fri Mar 31 10:03:19 2006 -0500"
      },
      "message": "Merge branch \u0027master\u0027\n"
    },
    {
      "commit": "ce362c009250340358a7221f3cdb7954cbf19c01",
      "tree": "38b4700e51d3cce214690e7882069e0e12abf8d4",
      "parents": [
        "064c94f9da8845f12446ab37142aa10f3c6f66ac",
        "cd7a9202a5a6e7712df2b80ed5ebd7b078130fc3"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Mar 30 15:04:13 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Mar 30 15:04:13 2006 -0800"
      },
      "message": "Merge git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6\n\n* git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6: (24 commits)\n  [PARISC] Fix double free when removing HIL drivers\n  [PARISC] Add atomic_sub_and_test\n  [PARISC] Enabled some NLS modules in a500, b180 and c3000 defconfigs\n  [PARISC] Kill duplicated EXPORT_SYMBOL warnings\n  [PARISC] Move ioremap EXPORT_SYMBOL from parisc_ksyms.c\n  [PARISC] Make local_t use atomic_long_t\n  [PARISC] Update defconfigs\n  [PARISC] Add PREEMPT support\n  [PARISC] More useful readwrite lock helpers\n  [PARISC] Convert HIL drivers to use input_allocate_device\n  [PARISC] Fixup CONFIG_EISA a bit\n  [PARISC] getsockopt should be ENTRY_COMP\n  [PARISC] Remove obsolete CONFIG_DEBUG_IOREMAP\n  [PARISC] Temporary FIXME for ioremapping EISA regions\n  [PARISC] Enable ioremap functionality unconditionally\n  [PARISC] Fix stifb with IOREMAP and a 64-bit kernel\n  [PARISC] Add CONFIG_HPPA_IOREMAP to conditionally enable ioremap\n  [PARISC] Add STRICT_MM_TYPECHECKS\n  [PARISC] Fix IOREMAP with a 64-bit kernel\n  [PARISC] Add parisc implementation of flush_kernel_dcache_page()\n  ...\n"
    }
  ],
  "next": "064c94f9da8845f12446ab37142aa10f3c6f66ac"
}
