)]}'
{
  "log": [
    {
      "commit": "47992cbdaef2f18a47871b2ed01ad27f568c8b73",
      "tree": "bfed4f8c7ea3164afc75a85ab3624586c37c37f4",
      "parents": [
        "4655a0de36e8e903e99a8d152818e3aae86dae1a",
        "198fc108ee4c2cd3f08954eae6a819c81c03214b"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Mon Dec 29 18:08:11 2008 +0000"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Mon Dec 29 18:08:11 2008 +0000"
      },
      "message": "Merge branch \u0027for-rmk\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6 into devel\n"
    },
    {
      "commit": "198fc108ee4c2cd3f08954eae6a819c81c03214b",
      "tree": "153fdb793142ef5ee8e0ab6198dcde32866b062c",
      "parents": [
        "3f16ff608a75c8bf28c8cafed12e076d67a3602a"
      ],
      "author": {
        "name": "Eric Miao",
        "email": "ycmiao@ycmiao-hp520.(none)",
        "time": "Tue Dec 23 17:49:43 2008 +0800"
      },
      "committer": {
        "name": "Eric Miao",
        "email": "eric.miao@marvell.com",
        "time": "Mon Dec 29 18:00:04 2008 +0800"
      },
      "message": "[ARM] pxafb: add support for overlay1 and overlay2 as framebuffer devices\n\nPXA27x and later processors support overlay1 and overlay2 on-top of the\nbase framebuffer (although under-neath the base is also possible). They\nsupport palette and no-palette RGB formats, as well as YUV formats (only\navailable on overlay2). These overlays have dedicated DMA channels and\nbehave in a similar way as a framebuffer.\n\nThis heavily simplified and re-structured work is based on the original\npxafb_overlay.c (which is pending for mainline merge for a long time).\n\nThe major problems with this pxafb_overlay.c are (if you are interested\nin the history):\n\n  1. heavily redundant (the control logics for overlay1 and overlay2 are\n     actually identical except for some small operations,  which are now\n     abstracted into a \u0027pxafb_layer_ops\u0027 structure)\n\n  2. a lot of useless and un-tested code (two workarounds which are now\n     fixed on mature silicons)\n\n  3. cursorfb is actually useless, hardware cursor should not be used\n     this way, and the code was actually un-tested for a long time.\n\nThe code in this patch should be self-explanatory, I tried to add minimum\ncomments. As said, this is basically simplified, there are several things\nstill on the pending list:\n\n  1. palette mode is un-supported and un-tested (although re-using the\n     palette code of the base framebuffer is actually very easy now with\n     previous clean-up patches)\n\n  2. fb_pan_display for overlay(s) is un-supported\n\n  3. the base framebuffer can actually be abstracted by \u0027pxafb_layer\u0027 as\n     well, which will help further re-use of the code and keep a better\n     and consistent structure. (This is the reason I named it \u0027pxafb_layer\u0027\n     instead of \u0027pxafb_overlay\u0027 or something alike)\n\nSee Documentation/fb/pxafb.txt for additional usage information.\n\nSigned-off-by: Eric Miao \u003ceric.miao@marvell.com\u003e\nCc: Rodolfo Giometti \u003cgiometti@linux.it\u003e\nSigned-off-by: Eric Miao \u003cycmiao@ycmiao-hp520.(none)\u003e\n"
    },
    {
      "commit": "3f16ff608a75c8bf28c8cafed12e076d67a3602a",
      "tree": "6718ea01f2cce2e8d056799f2ef5499bb348e7c8",
      "parents": [
        "878f5783199a95cfa91db45a6e34d2f72756fa18"
      ],
      "author": {
        "name": "Eric Miao",
        "email": "ycmiao@ycmiao-hp520.(none)",
        "time": "Thu Dec 18 22:51:54 2008 +0800"
      },
      "committer": {
        "name": "Eric Miao",
        "email": "eric.miao@marvell.com",
        "time": "Mon Dec 29 17:59:17 2008 +0800"
      },
      "message": "[ARM] pxafb: cleanup of the timing checking code\n\nSigned-off-by: Eric Miao \u003ceric.miao@marvell.com\u003e\nSigned-off-by: Eric Miao \u003cycmiao@ycmiao-hp520.(none)\u003e\n"
    },
    {
      "commit": "878f5783199a95cfa91db45a6e34d2f72756fa18",
      "tree": "c979a4d4fdadf270baff1471f44ac91fe5c5e6af",
      "parents": [
        "a0427509a76c61984fbba4e206b617c689f419ef"
      ],
      "author": {
        "name": "Eric Miao",
        "email": "ycmiao@ycmiao-hp520.(none)",
        "time": "Thu Dec 18 22:36:26 2008 +0800"
      },
      "committer": {
        "name": "Eric Miao",
        "email": "eric.miao@marvell.com",
        "time": "Mon Dec 29 17:59:17 2008 +0800"
      },
      "message": "[ARM] pxafb: cleanup of the color format manipulation code\n\n1. introduce var_to_depth() to calculate the color depth including the\n   transparency bit\n\n2. the conversion from \u0027fb_var_screeninfo\u0027 to LCCR3 BPP bits can be re-\n   used by overlays (in OVLxC1), thus an individual pxafb_var_to_bpp()\n   has been separated out.\n\n3. pxafb_setmode() should really set the color bitfields correctly at\n   begining, introduce a pxafb_set_pixfmt() for this\n\n4. allow user apps to specify color formats within fb_var_screeninfo,\n   and checking of this in pxafb_check_var() has been simplified as\n   below:\n\n   a) pxafb_var_to_bpp() should pass - which means a basically correct\n      bits_per_pixel and color depth setting\n   b) the RGBT bitfields are then forced into supported values by\n      pxafb_set_pixfmt()\n\nSigned-off-by: Eric Miao \u003ceric.miao@marvell.com\u003e\nSigned-off-by: Eric Miao \u003cycmiao@ycmiao-hp520.(none)\u003e\n"
    },
    {
      "commit": "a0427509a76c61984fbba4e206b617c689f419ef",
      "tree": "e7b7f74b912ae35677767213c77308c3e9c4d64e",
      "parents": [
        "6e354846e807e037751fdc8faaee8ad492177113"
      ],
      "author": {
        "name": "Eric Miao",
        "email": "ycmiao@ycmiao-hp520.(none)",
        "time": "Thu Dec 18 22:10:00 2008 +0800"
      },
      "committer": {
        "name": "Eric Miao",
        "email": "eric.miao@marvell.com",
        "time": "Mon Dec 29 17:59:17 2008 +0800"
      },
      "message": "[ARM] pxafb: add palette format support for LCCR4_PAL_FOR_3\n\nAdd the palette format support for LCCR4_PAL_FOR_3, and fix the\nissue of LCCR4 being never assigned.\n\nAlso remove the useless pxafb_set_truecolor().\n\nSigned-off-by: Eric Miao \u003ceric.miao@marvell.com\u003e\nSigned-off-by: Eric Miao \u003cycmiao@ycmiao-hp520.(none)\u003e\n"
    },
    {
      "commit": "6e354846e807e037751fdc8faaee8ad492177113",
      "tree": "eb31ad176a03091ff02560d2623ed9952fa19dc6",
      "parents": [
        "7e4b19c95c8632b543bd510ec6c710bebb53b840"
      ],
      "author": {
        "name": "Eric Miao",
        "email": "ycmiao@ycmiao-hp520.(none)",
        "time": "Wed Dec 17 16:50:43 2008 +0800"
      },
      "committer": {
        "name": "Eric Miao",
        "email": "eric.miao@marvell.com",
        "time": "Mon Dec 29 17:59:17 2008 +0800"
      },
      "message": "[ARM] pxafb: add support for FBIOPAN_DISPLAY by dma braching\n\ndma branching is enabled by extending the current setup_frame_dma()\nfunction to allow a 2nd set of frame/palette dma descriptors to be\nused.\n\nAs a result, pxafb_dma_buff.dma_desc[], pxafb_dma_buff.pal_desc[]\nand pxafb_info.fdadr[] are doubled.\n\nThis allows maximum re-use of the current dma setup code, although\nthe pxafb_info.fdadr[xx] for FBRx register values looks a bit odd.\n\nSigned-off-by: Eric Miao \u003ceric.miao@marvell.com\u003e\nSigned-off-by: Eric Miao \u003cycmiao@ycmiao-hp520.(none)\u003e\n"
    },
    {
      "commit": "7e4b19c95c8632b543bd510ec6c710bebb53b840",
      "tree": "5c6eeaeb949a8beded5193379fb552fb15cf8fe1",
      "parents": [
        "77e196752bdd76a0c58ab082658d28c6a90fa40e"
      ],
      "author": {
        "name": "Eric Miao",
        "email": "ycmiao@ycmiao-hp520.(none)",
        "time": "Wed Dec 17 14:56:54 2008 +0800"
      },
      "committer": {
        "name": "Eric Miao",
        "email": "eric.miao@marvell.com",
        "time": "Mon Dec 29 17:59:16 2008 +0800"
      },
      "message": "[ARM] pxafb: allow pxafb_set_par() to start from arbitrary yoffset\n\nNote the var-\u003eyres_virtual is only re-calculated from the fix.smem_len\nwhen text mode acceleration is enabled (which is default), this is due\nto the issue as Russell suggested below:\n\nPrevious experience of doing this with the X server and acornfb is that\nit causes all sorts of problems - it seems to force the X server into\nassuming that the framebuffer should be panned no matter what settings\nyou ask it for.\n\nThe recommended workaround (implemented in acornfb) is to only do these\nkinds of adjustments if text mode acceleration is enabled.  IIRC, the X\nserver should be disabling text mode acceleration when it maps the\nframebuffer.  I seem to remember that there are X servers which forget\nto do that though.\n\nSigned-off-by: Eric Miao \u003ceric.miao@marvell.com\u003e\nSigned-off-by: Eric Miao \u003cycmiao@ycmiao-hp520.(none)\u003e\n"
    },
    {
      "commit": "77e196752bdd76a0c58ab082658d28c6a90fa40e",
      "tree": "935fbe8b897d8770fff05254c6c91dc0a8058984",
      "parents": [
        "5bfb4093be6ac7b6c06c8e6461d85241654acc61"
      ],
      "author": {
        "name": "Eric Miao",
        "email": "eric.miao@marvell.com",
        "time": "Tue Dec 16 11:54:34 2008 +0800"
      },
      "committer": {
        "name": "Eric Miao",
        "email": "eric.miao@marvell.com",
        "time": "Mon Dec 29 17:59:16 2008 +0800"
      },
      "message": "[ARM] pxafb: allow video memory size to be configurable\n\nThe amount of video memory size is decided according to the following\norder:\n\n1. \u003cxres\u003e x \u003cyres\u003e x \u003cbits_per_pixel\u003e by default, which is the backward\n   compatible way\n\n2. size specified in platform data\n\n3. size specified in module parameter \u0027options\u0027 string or specified in\n   kernel boot command line (see updated Documentation/fb/pxafb.txt)\n\nAnd now since the memory is allocated from system memory, the pxafb_mmap\ncan be removed and the default fb_mmap() should be working all right.\n\nAlso, since we now have introduced the \u0027struct pxafb_dma_buff\u0027 for DMA\ndescriptors and palettes, the allocation can be separated cleanly.\n\nNOTE: the LCD DMA actually supports chained transfer (i.e. page-based\ntransfers), to simplify the logic and keep the performance (with less\nTLB misses when accessing from memory mapped user space), the memory\nis allocated by alloc_pages_*() to ensures it\u0027s physical contiguous.\n\nSigned-off-by: Eric Miao \u003ceric.miao@marvell.com\u003e\nSigned-off-by: Eric Miao \u003cycmiao@ycmiao-hp520.(none)\u003e\n"
    },
    {
      "commit": "5bfb4093be6ac7b6c06c8e6461d85241654acc61",
      "tree": "869dfdd3198803eaa849a185433febaedf6cd073",
      "parents": [
        "28a623855f737a905b90a1616107ad813bfcd6e9"
      ],
      "author": {
        "name": "Eric Miao",
        "email": "eric.miao@marvell.com",
        "time": "Thu Dec 25 17:19:02 2008 +0800"
      },
      "committer": {
        "name": "Eric Miao",
        "email": "eric.miao@marvell.com",
        "time": "Mon Dec 29 17:58:18 2008 +0800"
      },
      "message": "[ARM] pxa: add document on the MFP design and how to use it\n\nSigned-off-by: Eric Miao \u003ceric.miao@marvell.com\u003e\n"
    },
    {
      "commit": "28a623855f737a905b90a1616107ad813bfcd6e9",
      "tree": "788d7454da490c2c4e8a29e53fbecf0f7b1f1777",
      "parents": [
        "6769717d5d51596618f6b143008d8ace11ec8a69"
      ],
      "author": {
        "name": "Eric Miao",
        "email": "eric.miao@marvell.com",
        "time": "Wed Dec 24 11:32:45 2008 +0800"
      },
      "committer": {
        "name": "Eric Miao",
        "email": "eric.miao@marvell.com",
        "time": "Mon Dec 29 17:58:00 2008 +0800"
      },
      "message": "[ARM] sa1100_wdt: don\u0027t assume CLOCK_TICK_RATE to be a constant\n\nSee description of commit:\n\n   [ARM] rtc-sa1100: don\u0027t assume CLOCK_TICK_RATE to be a constant\n\nfor additional information.\n\nSigned-off-by: Eric Miao \u003ceric.miao@marvell.com\u003e\n"
    },
    {
      "commit": "6769717d5d51596618f6b143008d8ace11ec8a69",
      "tree": "5f4b4b76211132d79e844314725ba4b9e459bc3c",
      "parents": [
        "9f1442bbf9fd68d8e190c91ab294131dd5c289ee"
      ],
      "author": {
        "name": "Eric Miao",
        "email": "eric.miao@marvell.com",
        "time": "Thu Dec 18 11:10:32 2008 +0800"
      },
      "committer": {
        "name": "Eric Miao",
        "email": "eric.miao@marvell.com",
        "time": "Mon Dec 29 17:57:48 2008 +0800"
      },
      "message": "[ARM] rtc-sa1100: don\u0027t assume CLOCK_TICK_RATE to be a constant\n\nAs Nicolas and Russell pointed out, CLOCK_TICK_RATE is no more\na constant on PXA when multiple processors and platforms are\nselected, change TIMER_FREQ in rtc-sa1100.c into a variable.\n\nSince the code to decide the clock tick rate is re-used from\ntimer.c, introduce a common get_clock_tick_rate() for this.\n\nSigned-off-by: Eric Miao \u003ceric.miao@marvell.com\u003e\nAcked-by: Nicolas Pitre \u003cnico@marvell.com\u003e\n"
    },
    {
      "commit": "9f1442bbf9fd68d8e190c91ab294131dd5c289ee",
      "tree": "149ee869ce0d4138e66ed73b9abb4b5b40c99d7f",
      "parents": [
        "3b24f30c4f678cfab5c6d090af9559fefa37cc41"
      ],
      "author": {
        "name": "Eric Miao",
        "email": "eric.miao@marvell.com",
        "time": "Sun Dec 28 00:40:29 2008 +0800"
      },
      "committer": {
        "name": "Eric Miao",
        "email": "eric.miao@marvell.com",
        "time": "Mon Dec 29 17:57:23 2008 +0800"
      },
      "message": "[ARM] pxa/tavorevb: update board support (smartpanel LCD + keypad)\n\nSigned-off-by: Eric Miao \u003ceric.miao@marvell.com\u003e\n"
    },
    {
      "commit": "4655a0de36e8e903e99a8d152818e3aae86dae1a",
      "tree": "46dcb7e8fef0408ba62cedf416f6ce35a15a04eb",
      "parents": [
        "b479f3c75739b7fb1e7c73d28754bf918155b520",
        "a48d196191c2d78d6cbd6f8509285af8ec1edcbc"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Thu Dec 25 00:13:35 2008 +0000"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Thu Dec 25 00:13:35 2008 +0000"
      },
      "message": "Merge branch \u0027for_rmk\u0027 of git://git.mnementh.co.uk/linux-2.6-im into devel\n"
    },
    {
      "commit": "a48d196191c2d78d6cbd6f8509285af8ec1edcbc",
      "tree": "f8b402a53b4ab15c82f9e1d8e922585a0c0764d8",
      "parents": [
        "e38a9707d8d94de86fe84109fa6823ddc969721a"
      ],
      "author": {
        "name": "Ian Molton",
        "email": "ian@mnementh.co.uk",
        "time": "Wed Dec 24 23:59:48 2008 +0000"
      },
      "committer": {
        "name": "Ian Molton",
        "email": "ian@mnementh.co.uk",
        "time": "Thu Dec 25 00:08:09 2008 +0000"
      },
      "message": "[ARM] pxa: Update eseries defconfig\n\n    Signed-off-by: Ian Molton \u003cian@mnementh.co.uk\u003e\n"
    },
    {
      "commit": "b479f3c75739b7fb1e7c73d28754bf918155b520",
      "tree": "7c0e4daabb5096b8033d5c9e602b080a63996507",
      "parents": [
        "40321fd21c1eb1fb1886eea73b5f87c5e41ff2fb"
      ],
      "author": {
        "name": "wanzongshun",
        "email": "mcuos.com@gmail.com",
        "time": "Tue Dec 23 03:23:12 2008 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Tue Dec 23 18:11:59 2008 +0000"
      },
      "message": "[ARM] 5352/1: add w90p910-plat config file\n\nThe patch is for w90p910 platform default config.\n\nSigned-off-by: Wan ZongShun \u003cmcuos.com@gmail.com\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "40321fd21c1eb1fb1886eea73b5f87c5e41ff2fb",
      "tree": "0d949c487ba15c4c8198a69cd7b8c0cdb5773af4",
      "parents": [
        "d83a12a40915774332cec625856c2e7ba9033e15",
        "3b24f30c4f678cfab5c6d090af9559fefa37cc41"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Tue Dec 23 18:06:37 2008 +0000"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Tue Dec 23 18:06:37 2008 +0000"
      },
      "message": "Merge branch \u0027for-rmk\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6 into devel\n\nConflicts:\n\n\tarch/arm/mach-pxa/am200epd.c\n\tarch/arm/mach-pxa/ezx.c\n"
    },
    {
      "commit": "d83a12a40915774332cec625856c2e7ba9033e15",
      "tree": "18cc6f9d3a9346c25d71a5d5ac04e7dd6c73461f",
      "parents": [
        "a663a71e429d7d06a7773edc4092995c5fe1171f"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Sun Dec 21 15:02:07 2008 +0000"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sun Dec 21 15:02:07 2008 +0000"
      },
      "message": "[ARM] s3c: S3C options should depend on PLAT_S3C\n\nThis avoids non-Samsung builds being asked about Samsung specific\nconfiguration options.\n\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "a663a71e429d7d06a7773edc4092995c5fe1171f",
      "tree": "3a9e4b3a00754c8d4207fd6e4c310e53879d9772",
      "parents": [
        "828aac2ee239dca9c1856c4856a57912e6a487c4",
        "b95a13d79c0e92c9c844fa8aa089c9bd2ed10705"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Sat Dec 20 17:40:03 2008 +0000"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sat Dec 20 17:40:03 2008 +0000"
      },
      "message": "Merge git://git.marvell.com/orion into devel\n"
    },
    {
      "commit": "b95a13d79c0e92c9c844fa8aa089c9bd2ed10705",
      "tree": "e1c4c855de14abe955d12e6436eb8dca64dad027",
      "parents": [
        "4c21343005b6b0d6ef24ab6e6a8f3883ff0cb569"
      ],
      "author": {
        "name": "Lennert Buytenhek",
        "email": "buytenh@wantstofly.org",
        "time": "Mon Oct 20 01:51:04 2008 +0200"
      },
      "committer": {
        "name": "Nicolas Pitre",
        "email": "nico@cam.org",
        "time": "Sat Dec 20 12:27:13 2008 -0500"
      },
      "message": "[ARM] mv78xx0: implement GPIO and GPIO interrupt support\n\nSigned-off-by: Lennert Buytenhek \u003cbuytenh@marvell.com\u003e\nSigned-off-by: Nicolas Pitre \u003cnico@marvell.com\u003e\n"
    },
    {
      "commit": "4c21343005b6b0d6ef24ab6e6a8f3883ff0cb569",
      "tree": "6a5cab5b87ce81abb3045882e083cccc9e2436eb",
      "parents": [
        "07332318f33da6acd88abb762a8b6febdfc560a3"
      ],
      "author": {
        "name": "Lennert Buytenhek",
        "email": "buytenh@wantstofly.org",
        "time": "Mon Oct 20 01:51:04 2008 +0200"
      },
      "committer": {
        "name": "Nicolas Pitre",
        "email": "nico@cam.org",
        "time": "Sat Dec 20 12:26:57 2008 -0500"
      },
      "message": "[ARM] Kirkwood: implement GPIO and GPIO interrupt support\n\nSigned-off-by: Lennert Buytenhek \u003cbuytenh@marvell.com\u003e\nSigned-off-by: Nicolas Pitre \u003cnico@marvell.com\u003e\n"
    },
    {
      "commit": "07332318f33da6acd88abb762a8b6febdfc560a3",
      "tree": "911c34bb215427f1f8771a52e7c3d4433397ab83",
      "parents": [
        "9569dae75f6f6987e79fa26cf6da3fc24006c996"
      ],
      "author": {
        "name": "Lennert Buytenhek",
        "email": "buytenh@wantstofly.org",
        "time": "Mon Oct 20 01:51:03 2008 +0200"
      },
      "committer": {
        "name": "Nicolas Pitre",
        "email": "nico@cam.org",
        "time": "Sat Dec 20 12:24:05 2008 -0500"
      },
      "message": "[ARM] Orion: share GPIO IRQ handling code\n\nSplit off Orion GPIO IRQ handling code into plat-orion/.\n\nSigned-off-by: Lennert Buytenhek \u003cbuytenh@marvell.com\u003e\nSigned-off-by: Nicolas Pitre \u003cnico@marvell.com\u003e\n"
    },
    {
      "commit": "9569dae75f6f6987e79fa26cf6da3fc24006c996",
      "tree": "b5982f41aea6ccee37af54fc8f7750aaff7e0bff",
      "parents": [
        "6fd7c7fe72a46dfd227fe8db0c7b6863af90a982"
      ],
      "author": {
        "name": "Lennert Buytenhek",
        "email": "buytenh@wantstofly.org",
        "time": "Mon Oct 20 01:51:03 2008 +0200"
      },
      "committer": {
        "name": "Nicolas Pitre",
        "email": "nico@cam.org",
        "time": "Sat Dec 20 12:21:02 2008 -0500"
      },
      "message": "[ARM] Orion: share GPIO handling code\n\nSplit off Orion GPIO handling code into plat-orion/, and add\nsupport for multiple sets of (32) GPIO pins.\n\nSigned-off-by: Lennert Buytenhek \u003cbuytenh@marvell.com\u003e\nSigned-off-by: Nicolas Pitre \u003cnico@marvell.com\u003e\n"
    },
    {
      "commit": "828aac2ee239dca9c1856c4856a57912e6a487c4",
      "tree": "44de8a7d318bbcef29da00992ebfa7356f470af7",
      "parents": [
        "6fd7c7fe72a46dfd227fe8db0c7b6863af90a982",
        "7971db5a4b4176ad5df590fce07a962c643a2740"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Fri Dec 19 19:46:52 2008 +0000"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Fri Dec 19 19:46:52 2008 +0000"
      },
      "message": "Merge branch \u0027for-rmk\u0027 of git://git.pengutronix.de/git/ukl/linux-2.6 into devel\n"
    },
    {
      "commit": "6fd7c7fe72a46dfd227fe8db0c7b6863af90a982",
      "tree": "8c939ea6c06b3cd26850be9414ddd2e39242cdee",
      "parents": [
        "0bd5292f5883d24b9416ba32a2a137482d7f380b"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Thu Dec 18 23:29:15 2008 +0000"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Thu Dec 18 23:29:15 2008 +0000"
      },
      "message": "[ARM] s3c: define __io using the typesafe version\n\nas per 0560cf5aa51216b06874333a2fa26ca034d97bdb\n\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "0bd5292f5883d24b9416ba32a2a137482d7f380b",
      "tree": "8bd6eeb95445d1372f5735bccc22e8e4417a2cf4",
      "parents": [
        "fdb0a1a67e131f07a308730c80d07e330211d2e0",
        "a2449091522990e9746a3f1420b9041d9669590c"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Thu Dec 18 22:15:48 2008 +0000"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Thu Dec 18 22:15:48 2008 +0000"
      },
      "message": "Merge branch \u0027for-rmk\u0027 of git://git.pengutronix.de/git/imx/linux-2.6 into devel\n"
    },
    {
      "commit": "fdb0a1a67e131f07a308730c80d07e330211d2e0",
      "tree": "4fbf35055fc965737c1ffdbcfe98d7ea8335f940",
      "parents": [
        "fc0b7a20368193e1f7cf1376624eed419b9c33e6",
        "7bb56d01f111890414fbe35412698485b68ed468"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Thu Dec 18 22:15:30 2008 +0000"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Thu Dec 18 22:15:30 2008 +0000"
      },
      "message": "Merge branch \u0027next-merged\u0027 of git://aeryn.fluff.org.uk/bjdooks/linux into devel\n"
    },
    {
      "commit": "7bb56d01f111890414fbe35412698485b68ed468",
      "tree": "8fa5a630fae84eb34b5bf368df3bede9a2f352e5",
      "parents": [
        "6a148eaa20e660064261864e6a54742247ace9fe"
      ],
      "author": {
        "name": "Ben Dooks",
        "email": "ben-linux@fluff.org",
        "time": "Thu Dec 18 22:06:42 2008 +0000"
      },
      "committer": {
        "name": "Ben Dooks",
        "email": "ben-linux@fluff.org",
        "time": "Thu Dec 18 22:06:42 2008 +0000"
      },
      "message": "[ARM] S3C64XX: Ensure CPU_V6 is selected\n\nSelect CPU_V6 with the S3C64XX series.\n\nSigned-off-by: Ben Dooks \u003cben-linux@fluff.org\u003e\n"
    },
    {
      "commit": "fc0b7a20368193e1f7cf1376624eed419b9c33e6",
      "tree": "6b1364b1b4bb7cee7bec720d28bd75ba4794aff9",
      "parents": [
        "c95a44329e816d2f9da21b27e74615d5ee0d2333"
      ],
      "author": {
        "name": "Ben Dooks",
        "email": "ben-linux@fluff.org",
        "time": "Thu Dec 18 12:26:54 2008 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Thu Dec 18 21:21:34 2008 +0000"
      },
      "message": "[ARM] 5349/1: VFP: Add PM code to save and restore current VFP state\n\nWhen CONFIG_PM is selected, the VFP code does not have any handler\ninstalled to deal with either saving the VFP state of the current\ntask, nor does it do anything to try and restore the VFP after a\nresume.\n\nOn resume, the VFP will have been reset and the co-processor access\ncontrol registers are in an indeterminate state (very probably the\nCP10 and CP11 the VFP uses will have been disabled by the ARM core\nreset). When this happens, resume will break as soon as it tries to\nunfreeze the tasks and restart scheduling.\n\nAdd a sys device to allow us to hook the suspend call to save the\ncurrent thread state if the thread is using VFP and a resume hook\nwhich restores the CP10/CP11 access and ensures the VFP is disabled\nso that the lazy swapping will take place on next access.\n\nSigned-off-by: Ben Dooks \u003cben-linux@fluff.org\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "6a148eaa20e660064261864e6a54742247ace9fe",
      "tree": "e8b3b7679c7e94275eec6dc1d7219f91fca0170e",
      "parents": [
        "549d0460bcbbf69791149725027b0036e6dc4d88"
      ],
      "author": {
        "name": "Ben Dooks",
        "email": "ben-linux@fluff.org",
        "time": "Sun Dec 14 22:33:02 2008 +0000"
      },
      "committer": {
        "name": "Ben Dooks",
        "email": "ben-linux@fluff.org",
        "time": "Thu Dec 18 16:36:02 2008 +0000"
      },
      "message": "[ARM] S3C: Remove unnecessary \u003clinux/delay.h\u003e includes\n\nAs per Russell King\u0027s last review comment, find and remove\nall unnecessary includes of \u003clinux/delay.h\u003e in the files\nthat do not need them.\n\nSigned-off-by: Ben Dooks \u003cben-linux@fluff.org\u003e\n"
    },
    {
      "commit": "549d0460bcbbf69791149725027b0036e6dc4d88",
      "tree": "453821fddfc8c653d4a3653d4b600d740beb43f7",
      "parents": [
        "7de40c216c15c02c453f17b6c9ecee83f93790f1"
      ],
      "author": {
        "name": "Ben Dooks",
        "email": "ben-linux@fluff.org",
        "time": "Sun Dec 14 22:50:26 2008 +0000"
      },
      "committer": {
        "name": "Ben Dooks",
        "email": "ben-linux@fluff.org",
        "time": "Thu Dec 18 16:35:59 2008 +0000"
      },
      "message": "[ARM] S3C24A0: Remove duplicate \u003cmach/io.h\u003e file\n\nThe commit 39263db7986bf15c753f6847699107bdf5a2e318 added\na default \u003cmach/io.h\u003e implementation which is shared if\nneeded between all the s3c implementations. Remove the\ns3c24a0 version which is the same as this.\n\nSigned-off-by: Ben Dooks \u003cben-linux@fluff.org\u003e\n"
    },
    {
      "commit": "7de40c216c15c02c453f17b6c9ecee83f93790f1",
      "tree": "6e1b3ff53fbed5e5796659f2df880ac9140a0a96",
      "parents": [
        "5bdf67312e1ddc03cb29dad9bfe5b24988ee1c97"
      ],
      "author": {
        "name": "Ben Dooks",
        "email": "ben-linux@fluff.org",
        "time": "Sun Dec 14 23:11:02 2008 +0000"
      },
      "committer": {
        "name": "Ben Dooks",
        "email": "ben-linux@fluff.org",
        "time": "Thu Dec 18 16:35:56 2008 +0000"
      },
      "message": "[ARM] S3C: Remove cpufreq warnings for unset serial information\n\nAs noted by Russell King, do not print any warnings if the\nuinfo or tty fields are not set when a CPU frequency change\nis sent.\n\nSigned-off-by: Ben Dooks \u003cben-linux@fluff.org\u003e\n"
    },
    {
      "commit": "5bdf67312e1ddc03cb29dad9bfe5b24988ee1c97",
      "tree": "4ebefe846c8cae7047ea40b4468ff690f6274d48",
      "parents": [
        "dbf35992e17334f9ae8b2ea35e795d0c264e57ef"
      ],
      "author": {
        "name": "Ben Dooks",
        "email": "ben-linux@fluff.org",
        "time": "Sun Dec 14 23:14:07 2008 +0000"
      },
      "committer": {
        "name": "Ben Dooks",
        "email": "ben-linux@fluff.org",
        "time": "Thu Dec 18 16:35:54 2008 +0000"
      },
      "message": "[ARM] S3C64XX: Remove __virt_to_bus/__bus_to_virt macros\n\nThe changes for ARM highmem support have removed the need\nfor the __virt_to_bus and __bus_to_virt macros, so remove them\nfrom this build.\n\nSigned-off-by: Ben Dooks \u003cben-linux@fluff.org\u003e\n"
    },
    {
      "commit": "dbf35992e17334f9ae8b2ea35e795d0c264e57ef",
      "tree": "6af4f6534787dfbaba03046aa07177639240126c",
      "parents": [
        "bdd4915a9f05ef6b41b51910b199f2668f20d2ef"
      ],
      "author": {
        "name": "Ben Dooks",
        "email": "ben-linux@fluff.org",
        "time": "Tue Nov 04 15:29:09 2008 +0000"
      },
      "committer": {
        "name": "Ben Dooks",
        "email": "ben-linux@fluff.org",
        "time": "Thu Dec 18 16:26:16 2008 +0000"
      },
      "message": "[ARM] S3C24XX: Add fourth UART definition for S3C2443\n\nAdd the fourth UART definition for the S3C2443, and at the\nsame time fixup the problems caused by the enlarging of the\nUART array in the previous commits.\n\nSigned-off-by: Ben Dooks \u003cben-linux@fluff.org\u003e\n"
    },
    {
      "commit": "bdd4915a9f05ef6b41b51910b199f2668f20d2ef",
      "tree": "f8fb786b8a73866af97f9d10a5799bd1d1740586",
      "parents": [
        "03d5e77bb6538d3f253e04ddf0dda9b848552589"
      ],
      "author": {
        "name": "Ben Dooks",
        "email": "ben-linux@fluff.org",
        "time": "Mon Nov 03 19:51:42 2008 +0000"
      },
      "committer": {
        "name": "Ben Dooks",
        "email": "ben-linux@fluff.org",
        "time": "Thu Dec 18 16:26:14 2008 +0000"
      },
      "message": "[ARM] S3C: Update CONFIG_SERIAL_SAMSUNG_UARTS handling\n\nFix the usage of CONFIG_SERIAL_SAMSUNG_UARTS in several places\nin the kernel where it had been missed. This finishes fixing a\nlong standing issue where S3C2443 and S3C64XX could not use the\n4th UART\n\nSigned-off-by: Ben Dooks \u003cben-linux@fluff.org\u003e\n"
    },
    {
      "commit": "03d5e77bb6538d3f253e04ddf0dda9b848552589",
      "tree": "8bafb9532c14edb736c620fa870295adc25abf3e",
      "parents": [
        "56c035c9ce1f1850969778af6a4cc0b99089b6c8"
      ],
      "author": {
        "name": "Ben Dooks",
        "email": "ben-linux@fluff.org",
        "time": "Mon Nov 03 09:21:23 2008 +0000"
      },
      "committer": {
        "name": "Ben Dooks",
        "email": "ben-linux@fluff.org",
        "time": "Thu Dec 18 16:26:11 2008 +0000"
      },
      "message": "[ARM] S3C: Update number of serial ports\n\nUpdate the serial driver to handle the 4 ports of the\nS3C2443 and S364XX series.\n\nSigned-off-by: Ben Dooks \u003cben-linux@fluff.org\u003e\n"
    },
    {
      "commit": "56c035c9ce1f1850969778af6a4cc0b99089b6c8",
      "tree": "b6f1998be0c1e6bb623a0c55e8ba04d74bb58cf2",
      "parents": [
        "7f2754378f3522a42daafdbb9d2385f341008454",
        "438a5d42e052ec6126c5f1e24763b711210db33e"
      ],
      "author": {
        "name": "Ben Dooks",
        "email": "ben-linux@fluff.org",
        "time": "Thu Dec 18 16:17:37 2008 +0000"
      },
      "committer": {
        "name": "Ben Dooks",
        "email": "ben-linux@fluff.org",
        "time": "Thu Dec 18 16:17:37 2008 +0000"
      },
      "message": "Merge branch \u0027next-s3c64xx-device\u0027 into next-merged\n\nConflicts:\n\n\tarch/arm/mach-s3c2440/mach-at2440evb.c\n"
    },
    {
      "commit": "a2449091522990e9746a3f1420b9041d9669590c",
      "tree": "e7d1f948100f2f51809399626a97a18ab7f503c5",
      "parents": [
        "44421e42587125acf70771436bcd6af06e1261a3"
      ],
      "author": {
        "name": "Sascha Hauer",
        "email": "s.hauer@pengutronix.de",
        "time": "Thu Dec 18 11:51:57 2008 +0100"
      },
      "committer": {
        "name": "Sascha Hauer",
        "email": "s.hauer@pengutronix.de",
        "time": "Thu Dec 18 16:40:14 2008 +0100"
      },
      "message": "[ARM] MXC: do not include mach/hardware.h from mach/memory.h\n\nInstead of including other header files, define PHYS_OFFSET directly\n\nSigned-off-by: Sascha Hauer \u003cs.hauer@pengutronix.de\u003e\n"
    },
    {
      "commit": "44421e42587125acf70771436bcd6af06e1261a3",
      "tree": "d7c5e1a758883cdad50e14244e388c7f2b57dc31",
      "parents": [
        "9d631b835f518848b7f3ce803bfd00dc1bb8a5b1"
      ],
      "author": {
        "name": "Sascha Hauer",
        "email": "s.hauer@pengutronix.de",
        "time": "Thu Dec 18 11:24:03 2008 +0100"
      },
      "committer": {
        "name": "Sascha Hauer",
        "email": "s.hauer@pengutronix.de",
        "time": "Thu Dec 18 16:40:12 2008 +0100"
      },
      "message": "[ARM] MXC: do not include mach/hardware.h from mach/timex.h\n\nInstead of including other header files, define CLOCK_TICK_RATE directly\n\nSigned-off-by: Sascha Hauer \u003cs.hauer@pengutronix.de\u003e\n"
    },
    {
      "commit": "9d631b835f518848b7f3ce803bfd00dc1bb8a5b1",
      "tree": "06fbe8adf4b7959454c07f1e6cc86a8bbb04a67c",
      "parents": [
        "7c99502383713f1a59c35fbe14db8364e4052286"
      ],
      "author": {
        "name": "Sascha Hauer",
        "email": "s.hauer@pengutronix.de",
        "time": "Thu Dec 18 11:08:55 2008 +0100"
      },
      "committer": {
        "name": "Sascha Hauer",
        "email": "s.hauer@pengutronix.de",
        "time": "Thu Dec 18 16:40:11 2008 +0100"
      },
      "message": "[ARM] MXC: remove dependency to other include files from irqs.h\n\nThis patch removes the inclusion of mach/hardware.h from mach/irqs.h and\nswitches to more meaningful names for the irq related macros.\n\nSigned-off-by: Sascha Hauer \u003cs.hauer@pengutronix.de\u003e\n"
    },
    {
      "commit": "7c99502383713f1a59c35fbe14db8364e4052286",
      "tree": "b20700f2f3576b38264da3ed5cc76e842a2a7d7c",
      "parents": [
        "b71edbe9a0adcf174833d371b000c5e97317fec5"
      ],
      "author": {
        "name": "Sascha Hauer",
        "email": "s.hauer@pengutronix.de",
        "time": "Thu Dec 18 10:01:49 2008 +0100"
      },
      "committer": {
        "name": "Sascha Hauer",
        "email": "s.hauer@pengutronix.de",
        "time": "Thu Dec 18 16:40:04 2008 +0100"
      },
      "message": "[ARM] MX1/MX2 DMA: add missing local_irq_restore()\n\nThis patch adds a missing call to local_irq_restore() and fixes some\ncompiler warnings about unused variables for MX1.\n\nSigned-off-by: Sascha Hauer \u003cs.hauer@pengutronix.de\u003e\n"
    },
    {
      "commit": "7f2754378f3522a42daafdbb9d2385f341008454",
      "tree": "7a6223f270cdf53067a70c2e86b2190d3577c23d",
      "parents": [
        "c6ad115876763e4f15055982ecb9579cb7abab5f",
        "a9c5d23ac724a3b908833cafbbbd49abe4741b86"
      ],
      "author": {
        "name": "Ben Dooks",
        "email": "ben-linux@fluff.org",
        "time": "Thu Dec 18 14:52:04 2008 +0000"
      },
      "committer": {
        "name": "Ben Dooks",
        "email": "ben-linux@fluff.org",
        "time": "Thu Dec 18 14:52:04 2008 +0000"
      },
      "message": "Merge branch \u0027next-s3c64xx\u0027 into next-merged\n"
    },
    {
      "commit": "c6ad115876763e4f15055982ecb9579cb7abab5f",
      "tree": "75d2b0f5f31540ff8a2dcdde9e0f087b25c68868",
      "parents": [
        "1d19fdba149f4db055902c30b27adfb7d1ead058",
        "28ab44c5be60a9b91021a7cc7b4e202775c04764"
      ],
      "author": {
        "name": "Ben Dooks",
        "email": "ben-linux@fluff.org",
        "time": "Thu Dec 18 14:52:00 2008 +0000"
      },
      "committer": {
        "name": "Ben Dooks",
        "email": "ben-linux@fluff.org",
        "time": "Thu Dec 18 14:52:00 2008 +0000"
      },
      "message": "Merge branch \u0027next-s3c24xx\u0027 into next-merged\n"
    },
    {
      "commit": "1d19fdba149f4db055902c30b27adfb7d1ead058",
      "tree": "ff716c16871d265691f3fd446a2d69614c8680a7",
      "parents": [
        "4a045cb306a349250cf50fc8ef1dddea0e8f395a"
      ],
      "author": {
        "name": "Ben Dooks",
        "email": "ben-linux@fluff.org",
        "time": "Mon Nov 10 10:59:29 2008 +0000"
      },
      "committer": {
        "name": "Ben Dooks",
        "email": "ben-linux@fluff.org",
        "time": "Thu Dec 18 14:44:15 2008 +0000"
      },
      "message": "[ARM] AT2440EVB: LCD frame buffer support.\n\nAdd LCD frame buffer support for AT2440EVB board.\n\nSigned-off-by: Ramax Lo \u003cramaxlo@gmail.com\u003e\nSigned-off-by: Ben Dooks \u003cben-linux@fluff.org\u003e\n"
    },
    {
      "commit": "4a045cb306a349250cf50fc8ef1dddea0e8f395a",
      "tree": "8bb71921cce402bc36cb1c5550f5e476ca768558",
      "parents": [
        "6290ce30583017bf7916471f15ff4084137e5ce4"
      ],
      "author": {
        "name": "Ben Dooks",
        "email": "ben-linux@fluff.org",
        "time": "Mon Nov 10 10:59:28 2008 +0000"
      },
      "committer": {
        "name": "Ben Dooks",
        "email": "ben-linux@fluff.org",
        "time": "Thu Dec 18 14:44:12 2008 +0000"
      },
      "message": "[ARM] S3C24XX: AT2440EVB MMC\n\nAdd SD/MMC support for AT2440EVB board.\n\nSigned-off-by: Ramax Lo \u003cramaxlo@gmail.com\u003e\nSigned-off-by: Ben Dooks \u003cben-linux@fluff.org\u003e\n"
    },
    {
      "commit": "6290ce30583017bf7916471f15ff4084137e5ce4",
      "tree": "71700cea8449017a253610175a9939dac5b74ad8",
      "parents": [
        "e2178d437460dafaaae89926088523432eb4de53"
      ],
      "author": {
        "name": "Ben Dooks",
        "email": "ben-linux@fluff.org",
        "time": "Mon Nov 10 10:59:31 2008 +0000"
      },
      "committer": {
        "name": "Ben Dooks",
        "email": "ben-linux@fluff.org",
        "time": "Thu Dec 18 14:43:33 2008 +0000"
      },
      "message": "[ARM] ANUBIS: Add SM501 GPIO and update I2C setup\n\nAdd GPIO support to the SM501 on the Simtec Anubis,\nand then add the necessary updates for allowing the\ntwo gpio I2C busses to be used.\n\nSigned-off-by: Ben Dooks \u003cben-linux@fluff.org\u003e\n"
    },
    {
      "commit": "e2178d437460dafaaae89926088523432eb4de53",
      "tree": "fe14348512ccfa934eead187f315c2bde8d72f48",
      "parents": [
        "8783b3446ba33a1cdd43f7eaa4ad6a1b73502a1a"
      ],
      "author": {
        "name": "Ben Dooks",
        "email": "ben-linux@fluff.org",
        "time": "Mon Nov 10 10:59:32 2008 +0000"
      },
      "committer": {
        "name": "Ben Dooks",
        "email": "ben-linux@fluff.org",
        "time": "Thu Dec 18 14:43:07 2008 +0000"
      },
      "message": "[ARM] S3C24XX: Add extra GPIOs via Kconfig\n\nAdd Kconfig entries to allow more GPIO space to\nbe specified depending on the machine(s) selected.\n\nSigned-off-by: Ben Dooks \u003cben-linux@fluff.org\u003e\n"
    },
    {
      "commit": "8783b3446ba33a1cdd43f7eaa4ad6a1b73502a1a",
      "tree": "39bb86b7c12699d306d55d242baed58b05878e51",
      "parents": [
        "72aaf09fda49f5919d98d65d35e5179f3acb0497"
      ],
      "author": {
        "name": "Ben Dooks",
        "email": "ben-linux@fluff.org",
        "time": "Mon Nov 10 10:59:33 2008 +0000"
      },
      "committer": {
        "name": "Ben Dooks",
        "email": "ben-linux@fluff.org",
        "time": "Thu Dec 18 14:43:03 2008 +0000"
      },
      "message": "[ARM] JIVE: fix spi gpio implementation\n\nFix the name of the driver, as well as the fact we are not\npassing the number of chipselects to the driver.\n\nSigned-off-by: Ben Dooks \u003cben-linux@fluff.org\u003e\n"
    },
    {
      "commit": "28ab44c5be60a9b91021a7cc7b4e202775c04764",
      "tree": "af1285f75e808c9be214a9df1af141726109b108",
      "parents": [
        "e7aa6f46f6e4644d466e04f54b5750a91d188abf"
      ],
      "author": {
        "name": "Ben Dooks",
        "email": "ben-linux@fluff.org",
        "time": "Thu Dec 18 14:20:04 2008 +0000"
      },
      "committer": {
        "name": "Ben Dooks",
        "email": "ben-linux@fluff.org",
        "time": "Thu Dec 18 14:20:04 2008 +0000"
      },
      "message": "[ARM] S3C24XX: ADC driver core\n\nA common core driver for the S3C24XX ADC block so that\nthe touchscreen, hwmon and any other drivers can share\nthe resource.\n\nSigned-off-by: Ben Dooks \u003cben-linux@fluff.org\u003e\n"
    },
    {
      "commit": "b71edbe9a0adcf174833d371b000c5e97317fec5",
      "tree": "1b28e1d6994cad813367f632a3f3c16dd41c26ec",
      "parents": [
        "2955de5fad7fa301c09f2ae695158309164d8673"
      ],
      "author": {
        "name": "Sascha Hauer",
        "email": "s.hauer@pengutronix.de",
        "time": "Thu Dec 18 11:12:39 2008 +0100"
      },
      "committer": {
        "name": "Sascha Hauer",
        "email": "s.hauer@pengutronix.de",
        "time": "Thu Dec 18 12:27:48 2008 +0100"
      },
      "message": "[ARM] MX27ads: fix function name\n\nSigned-off-by: Sascha Hauer \u003cs.hauer@pengutronix.de\u003e\n"
    },
    {
      "commit": "2955de5fad7fa301c09f2ae695158309164d8673",
      "tree": "48fe947c65aca023af4da9d84976f84d151eaa7f",
      "parents": [
        "c95a44329e816d2f9da21b27e74615d5ee0d2333"
      ],
      "author": {
        "name": "Sascha Hauer",
        "email": "s.hauer@pengutronix.de",
        "time": "Thu Dec 18 09:32:23 2008 +0100"
      },
      "committer": {
        "name": "Sascha Hauer",
        "email": "s.hauer@pengutronix.de",
        "time": "Thu Dec 18 09:32:23 2008 +0100"
      },
      "message": "[ARM] MX1: Add missing selection of ARM920T\n\nThe MX1 only has one possible CPU type, ARM920T. Select it in\nKconfig.\n\nSigned-off-by: Sascha Hauer \u003cs.hauer@pengutronix.de\u003e\n"
    },
    {
      "commit": "c95a44329e816d2f9da21b27e74615d5ee0d2333",
      "tree": "29eb5d2ec3b0bf2951886adff12b5f9c787815bd",
      "parents": [
        "c613bbba6f39c8804f1f26e96fb68a117cc9e282",
        "47fee6fedd3ea08e9b0f1172bc74e59ee7a6b3d9"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Wed Dec 17 20:05:39 2008 +0000"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Wed Dec 17 20:05:39 2008 +0000"
      },
      "message": "Merge branch \u0027rmk-devel-mxc-pu-v2\u0027 of git://pasiphae.extern.pengutronix.de/git/imx/linux-2.6 into devel\n"
    },
    {
      "commit": "c613bbba6f39c8804f1f26e96fb68a117cc9e282",
      "tree": "85fbc24f26b61ce4e7a908d18952e3abc1f5cd10",
      "parents": [
        "cd4348339c21f4a15c01f3f120e92b3224a0a7da",
        "80eee6bca4069c48247005aa07cb5e8e86042aa3"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Wed Dec 17 20:04:45 2008 +0000"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Wed Dec 17 20:04:45 2008 +0000"
      },
      "message": "Merge branch \u0027mxc-pu-imxfb\u0027 of git://pasiphae.extern.pengutronix.de/git/imx/linux-2.6 into devel\n"
    },
    {
      "commit": "cd4348339c21f4a15c01f3f120e92b3224a0a7da",
      "tree": "d45fe54ca6d9bc2182943633d6649a417c5de675",
      "parents": [
        "7e1548a597ef7e26d5d62f8be3be6da9e101b26c",
        "917fa280e5e99edcae44a34feab295a59922d16c"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Wed Dec 17 20:03:39 2008 +0000"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Wed Dec 17 20:03:39 2008 +0000"
      },
      "message": "Merge branch \u0027hsmmc-init\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6 into devel\n"
    },
    {
      "commit": "3b24f30c4f678cfab5c6d090af9559fefa37cc41",
      "tree": "798cc64b7204152ae974ee120148582e9d6db389",
      "parents": [
        "111059e7f434f05499995aba6b25347bbd6313f2"
      ],
      "author": {
        "name": "Eric Miao",
        "email": "eric.miao@marvell.com",
        "time": "Wed Dec 10 17:04:38 2008 +0800"
      },
      "committer": {
        "name": "Eric Miao",
        "email": "eric.miao@marvell.com",
        "time": "Wed Dec 17 22:52:12 2008 +0800"
      },
      "message": "[ARM] pxa/littleton: add preliminary I2C board info (da9034 + max7320)\n\nSigned-off-by: Eric Miao \u003ceric.miao@marvell.com\u003e\n"
    },
    {
      "commit": "111059e7f434f05499995aba6b25347bbd6313f2",
      "tree": "4117cbb3f8ed0756a35e05805e3c3efc70757836",
      "parents": [
        "b6795fa9fd70bc4cd94724c32fe1945e5c75c29f"
      ],
      "author": {
        "name": "Eric Miao",
        "email": "eric.miao@marvell.com",
        "time": "Mon Dec 08 21:33:49 2008 +0800"
      },
      "committer": {
        "name": "Eric Miao",
        "email": "eric.miao@marvell.com",
        "time": "Wed Dec 17 22:52:01 2008 +0800"
      },
      "message": "[ARM] pxa/saar: add support for the on-board smart panel LCD\n\nSigned-off-by: Eric Miao \u003ceric.miao@marvell.com\u003e\n"
    },
    {
      "commit": "b6795fa9fd70bc4cd94724c32fe1945e5c75c29f",
      "tree": "cd72a986933e1c010d1fa4a923c7fc5e26cddad8",
      "parents": [
        "bc09cf6de2bf9c0240aed7d9a82308c27aad13c4"
      ],
      "author": {
        "name": "Jonathan Cameron",
        "email": "jic23@cam.ac.uk",
        "time": "Fri Dec 12 20:43:09 2008 +0000"
      },
      "committer": {
        "name": "Eric Miao",
        "email": "eric.miao@marvell.com",
        "time": "Wed Dec 17 22:51:39 2008 +0800"
      },
      "message": "[ARM] pxa: initial support for the Imote2 platform\n\nChanges made as suggested by Eric Miao (including fix to map_io\nsilly mistake!).\n\nOriginally designed by Intel, now sold by Crossbow (www.xbow.com).\n\nVery little actually on board. The patch includes sensors and\nsimilar as found on commonly occurring daughter boards.\n\nSome of the drivers are not in mainline as yet as they are either\npart of the IIO subsystem or need a lot of work before submission.\nWhat is the position wrt to putting them in i2c board configs etc?\n\nSupport for these boards has been maintained outside the kernel\nfor a long time, but now that there is a good da9030 pmic driver\navailable the last major hurdle no longer exists.\n\nAll comments welcomed.\n\nThe Imote2\u0027s big brother (stargate2) will follow once any problems\nwith this one have been cleaned up and a few bits and bobs have\nbeen added to the da903x driver. Hopefully the cc2420 driver will\nget cleaned up and submitted in the not too distant future as\nwell.\n\nSigned-off-by: Jonathan Cameron \u003cjic23@cam.ac.uk\u003e\nAcked-by: Mark Brown \u003cbroonie@opensource.wolfsonmicro.com\u003e\nSigned-off-by: Eric Miao \u003ceric.miao@marvell.com\u003e\n"
    },
    {
      "commit": "bc09cf6de2bf9c0240aed7d9a82308c27aad13c4",
      "tree": "eb367402dc21bdca8f9948f9292f7e4a5e868914",
      "parents": [
        "fe9490c67ad26bdf5e0c32019e7da591c253bee2"
      ],
      "author": {
        "name": "Stefan Schmidt",
        "email": "stefan@datenfreihafen.org",
        "time": "Mon Dec 08 15:58:10 2008 +0100"
      },
      "committer": {
        "name": "Eric Miao",
        "email": "eric.miao@marvell.com",
        "time": "Wed Dec 17 22:51:39 2008 +0800"
      },
      "message": "[ARM] pxa/ezx: I2C configuration\n\nI2C platform data setups.\n\nSigned-off-by: Daniel Ribeiro \u003cdrwyrm@gmail.com\u003e\nSigned-off-by: Stefan Schmidt \u003cstefan@datenfreihafen.org\u003e\nSigned-off-by: Eric Miao \u003ceric.miao@marvell.com\u003e\n"
    },
    {
      "commit": "fe9490c67ad26bdf5e0c32019e7da591c253bee2",
      "tree": "e3747b1c2c3c0fae5c94288a98497e25eb70c81d",
      "parents": [
        "9078ac21530ce15705c59ebaee0b33508385936d"
      ],
      "author": {
        "name": "Stefan Schmidt",
        "email": "stefan@datenfreihafen.org",
        "time": "Mon Dec 08 15:58:09 2008 +0100"
      },
      "committer": {
        "name": "Eric Miao",
        "email": "eric.miao@marvell.com",
        "time": "Wed Dec 17 22:51:39 2008 +0800"
      },
      "message": "[ARM] pxa/ezx: Keypad configuration\n\nMatrix and single key setups for all phones.\n\nSigned-off-by: Daniel Ribeiro \u003cdrwyrm@gmail.com\u003e\nSigned-off-by: Stefan Schmidt \u003cstefan@datenfreihafen.org\u003e\nSigned-off-by: Antonio Ospite \u003cospite@studenti.unina.it\u003e\nSigned-off-by: Eric Miao \u003ceric.miao@marvell.com\u003e\n"
    },
    {
      "commit": "9078ac21530ce15705c59ebaee0b33508385936d",
      "tree": "e6d74011daa20d6bdbc6e404fce2b0c18fe8a929",
      "parents": [
        "bab16dfc9b527bbf7b06cb7d1e8e4011649b0f50"
      ],
      "author": {
        "name": "Stefan Schmidt",
        "email": "stefan@datenfreihafen.org",
        "time": "Mon Dec 08 15:58:08 2008 +0100"
      },
      "committer": {
        "name": "Eric Miao",
        "email": "eric.miao@marvell.com",
        "time": "Wed Dec 17 22:51:38 2008 +0800"
      },
      "message": "[ARM] pxa/ezx: GPIO configuration\n\nPin configs for different generations and phones.\n\nSigned-off-by: Daniel Ribeiro \u003cdrwyrm@gmail.com\u003e\nSigned-off-by: Stefan Schmidt \u003cstefan@datenfreihafen.org\u003e\nSigned-off-by: Eric Miao \u003ceric.miao@marvell.com\u003e\n"
    },
    {
      "commit": "bab16dfc9b527bbf7b06cb7d1e8e4011649b0f50",
      "tree": "d6015f33db54b579ecfbfbc91c803df266fad923",
      "parents": [
        "3332b0c17969d91d8868d2d003e685c420d84262"
      ],
      "author": {
        "name": "Stefan Schmidt",
        "email": "stefan@datenfreihafen.org",
        "time": "Mon Dec 08 15:58:07 2008 +0100"
      },
      "committer": {
        "name": "Eric Miao",
        "email": "eric.miao@marvell.com",
        "time": "Wed Dec 17 22:51:38 2008 +0800"
      },
      "message": "[ARM] pxa/ezx: Remove two memory banks fixup\n\nOur bootloader now supports ATAGS_MEM\n\nSigned-off-by: Daniel Ribeiro \u003cdrwyrm@gmail.com\u003e\nSigned-off-by: Stefan Schmidt \u003cstefan@datenfreihafen.org\u003e\nSigned-off-by: Eric Miao \u003ceric.miao@marvell.com\u003e\n"
    },
    {
      "commit": "3332b0c17969d91d8868d2d003e685c420d84262",
      "tree": "ea706af11e2473c8336bb6ec28d22f2d11b21a7f",
      "parents": [
        "07f651c72ac0530033883c113939d9b9c7fa75e5"
      ],
      "author": {
        "name": "Jaya Kumar",
        "email": "jayakumar.lkml@gmail.com",
        "time": "Tue Dec 09 22:14:29 2008 +0800"
      },
      "committer": {
        "name": "Eric Miao",
        "email": "eric.miao@marvell.com",
        "time": "Wed Dec 17 22:51:38 2008 +0800"
      },
      "message": "[ARM] pxa/gumstix: fix incorrect init done by am200\n\nSigned-off-by: Jaya Kumar \u003cjayakumar.lkml@gmail.com\u003e\nCc: Andre Puschmann \u003candre.puschmann@imms.de\u003e\nSigned-off-by: Eric Miao \u003ceric.miao@marvell.com\u003e\n"
    },
    {
      "commit": "07f651c72ac0530033883c113939d9b9c7fa75e5",
      "tree": "955308697de170af5809b8be4552ea6d05fabeef",
      "parents": [
        "69bdea7047fbac88beb8b7ba9e428c4f0e53f563"
      ],
      "author": {
        "name": "Eric Miao",
        "email": "eric.miao@marvell.com",
        "time": "Mon Dec 08 18:51:01 2008 +0800"
      },
      "committer": {
        "name": "Eric Miao",
        "email": "eric.miao@marvell.com",
        "time": "Wed Dec 17 22:51:04 2008 +0800"
      },
      "message": "[ARM] pxafb: avoid the racing condition in pxafb_smart_thread\n\nfbi-\u003estate change shall really be protected by fbi-\u003ectrlr_lock, where\nthe change is sheltered. There is a possibility that pxafb_smart_thread\nwill start update the LCD panel when fbi-\u003estate \u003d\u003d C_ENABLE, while\nall other initialization isn\u0027t done.\n\nSigned-off-by: Eric Miao \u003ceric.miao@marvell.com\u003e\n"
    },
    {
      "commit": "69bdea7047fbac88beb8b7ba9e428c4f0e53f563",
      "tree": "db4b378ef239087317cd0b4f8ba4c9d7ed8d638a",
      "parents": [
        "c1f99c215c58111629984a49ba87b2b145dd1f5b"
      ],
      "author": {
        "name": "Eric Miao",
        "email": "eric.miao@marvell.com",
        "time": "Mon Dec 08 18:46:00 2008 +0800"
      },
      "committer": {
        "name": "Eric Miao",
        "email": "eric.miao@marvell.com",
        "time": "Wed Dec 17 22:50:52 2008 +0800"
      },
      "message": "[ARM] pxafb: allow insertion of delay to the smart panel command sequence\n\nSome smart panel requires a delay between command sequences, while PXA\nLCD controller didn\u0027t provide such one, let\u0027s emulate this by software.\n\nA software delay marker can be inserted into the command sequence, once\npxafb_smart_queue() detects this, it flushes the previous commands and\ndelay for a specified number of milliseconds.\n\nSigned-off-by: Eric Miao \u003ceric.miao@marvell.com\u003e\n"
    },
    {
      "commit": "c1f99c215c58111629984a49ba87b2b145dd1f5b",
      "tree": "ac3fd086d2d4f822b524e263fca5f18838ec20d4",
      "parents": [
        "07df1c4fea1474ae6db2c8554d2915cf5cf81369"
      ],
      "author": {
        "name": "Eric Miao",
        "email": "eric.miao@marvell.com",
        "time": "Mon Dec 08 18:35:03 2008 +0800"
      },
      "committer": {
        "name": "Eric Miao",
        "email": "eric.miao@marvell.com",
        "time": "Wed Dec 17 22:50:40 2008 +0800"
      },
      "message": "[ARM] pxafb: allow better platform configurable smart panel timing\n\nFor smart panels (LCD panel with internal framebuffer), the following\nLCCR3 register bits have different meanings than the parallel one:\n\n  LCCR3_PCP - controls the L_PCLK_WR polarity\n  LCCR3_HSP - controls the L_LCLK_A0 polarity\n  LCCR3_VSP - controls the L_FCLK_RD polarity\n\nTo keep minimum change to the original parallel timing, the .lcd_conn\nflags and \u0027pxafb_mode_info.sync\u0027 are re-used to reflect this:\n\n  LCD_PCLK_EDGE_{RISE,FALL} - configures LCCR3_PCP\n  sync \u0026 FB_SYNC_{HOR,VERT}_HIGH_ACT - configures LCCR3_{HSP,VSP}\n\nSigned-off-by: Eric Miao \u003ceric.miao@marvell.com\u003e\n"
    },
    {
      "commit": "07df1c4fea1474ae6db2c8554d2915cf5cf81369",
      "tree": "429846c4fa999a7b32ce37f48eebc21d2efa78c9",
      "parents": [
        "09e647d30d0d8feff0aee77bd17342fbc79a3bf8"
      ],
      "author": {
        "name": "Eric Miao",
        "email": "eric.miao@marvell.com",
        "time": "Thu Dec 04 11:14:11 2008 +0800"
      },
      "committer": {
        "name": "Eric Miao",
        "email": "eric.miao@marvell.com",
        "time": "Wed Dec 17 22:50:30 2008 +0800"
      },
      "message": "[ARM] pxafb: small cleanup of the smart panel code\n\nGroup smart panel related code in a more compact fasion, avoid abused\nusage of #ifdef .. #endif.\n\nAlso fix the incorrect condition in pxafb_smart_init() to decide if it\nis a smart panel or not. (should be \u0027\u0026\u0027 instead of \u0027|\u0027)\n\nSigned-off-by: Eric Miao \u003ceric.miao@marvell.com\u003e\n"
    },
    {
      "commit": "09e647d30d0d8feff0aee77bd17342fbc79a3bf8",
      "tree": "c5c69ea8ec3bf96fed2f424fd100ae42057c3998",
      "parents": [
        "9587319bfe53c1ba128c6d226a655c45c36a13df"
      ],
      "author": {
        "name": "Eric Miao",
        "email": "eric.miao@marvell.com",
        "time": "Thu Dec 11 14:06:43 2008 +0800"
      },
      "committer": {
        "name": "Eric Miao",
        "email": "eric.miao@marvell.com",
        "time": "Wed Dec 17 22:50:12 2008 +0800"
      },
      "message": "[ARM] pxafb: remove now unused pxafb_setup_gpio() and related stuffs\n\nplatform should now initialize the pin usage for the LCD controller\nto correctly work.\n\nSigned-off-by: Eric Miao \u003ceric.miao@marvell.com\u003e\n"
    },
    {
      "commit": "9587319bfe53c1ba128c6d226a655c45c36a13df",
      "tree": "d3ec24c8abe8feca8ab1de539d432ca425af64ad",
      "parents": [
        "51633048890ca755bce2411e13a2f84ec661a068"
      ],
      "author": {
        "name": "Eric Miao",
        "email": "eric.miao@marvell.com",
        "time": "Sun Dec 07 17:49:01 2008 +0800"
      },
      "committer": {
        "name": "Eric Miao",
        "email": "eric.miao@marvell.com",
        "time": "Wed Dec 17 22:45:30 2008 +0800"
      },
      "message": "[ARM] pxa: convert legacy LCD setup of other boards to new one\n\nSigned-off-by: Eric Miao \u003ceric.miao@marvell.com\u003e\nCc: Richard Purdie \u003crpurdie@rpsys.net\u003e\nCc: Ian Molton \u003cspyro@f2s.com\u003e\nCc: pHilipp Zabel \u003cphilipp.zabel@gmail.com\u003e\nCc: Marek Vasut \u003cmarek.vasut@gmail.com\u003e\nCc: Guennadi Liakhovetski \u003cg.liakhovetski@gmx.de\u003e\nCc: Juergen Schindele \u003clinux@schindele.name\u003e\nAcked-by: Stefan Schmidt \u003cstefan@datenfreihafen.org\u003e\nAcked-by: Marc Zyngier \u003cmaz@misterjones.org\u003e\nAcked-by: Mike Rapoport \u003cmike@compulab.co.il\u003e\nAcked-by: Jaya Kumar \u003cjayakumar.lkml@gmail.com\u003e\n"
    },
    {
      "commit": "51633048890ca755bce2411e13a2f84ec661a068",
      "tree": "e3f487c0931a6bb4b70dea48091b6bffcecf6f82",
      "parents": [
        "bc2fd1c09c226ea47ab8301cde6dbcf9e5c78b73"
      ],
      "author": {
        "name": "Eric Miao",
        "email": "eric.miao@marvell.com",
        "time": "Sun Dec 07 17:48:00 2008 +0800"
      },
      "committer": {
        "name": "Eric Miao",
        "email": "eric.miao@marvell.com",
        "time": "Wed Dec 17 22:44:45 2008 +0800"
      },
      "message": "[ARM] pxafb: add color TFT 8BPP LCD panel type\n\nSigned-off-by: Eric Miao \u003ceric.miao@marvell.com\u003e\n"
    },
    {
      "commit": "80eee6bca4069c48247005aa07cb5e8e86042aa3",
      "tree": "d94d2877a10ec75a28ce2f6367851eaa63c9cff2",
      "parents": [
        "278892736e99330195c8ae5861bcd9d791bbf19e"
      ],
      "author": {
        "name": "Sascha Hauer",
        "email": "s.hauer@pengutronix.de",
        "time": "Tue Dec 16 11:44:09 2008 +0100"
      },
      "committer": {
        "name": "Sascha Hauer",
        "email": "s.hauer@pengutronix.de",
        "time": "Tue Dec 16 15:43:50 2008 +0100"
      },
      "message": "i.MX Framebuffer: add TFT support\n\nWith TFTs we can do 5/6/5 instead of 4/4/4. Add a bitfield for this\nand use it with TFTs.\n\nAcked-by: Krzysztof Helt \u003ckrzysztof.h1@poczta.fm\u003e\nSigned-off-by: Sascha Hauer \u003cs.hauer@pengutronix.de\u003e\n"
    },
    {
      "commit": "278892736e99330195c8ae5861bcd9d791bbf19e",
      "tree": "79033c06f702266a711f730ce5e6e87560abaddd",
      "parents": [
        "66c8719b2edaa08f23f3106c697891e6c765bd7a"
      ],
      "author": {
        "name": "Sascha Hauer",
        "email": "s.hauer@pengutronix.de",
        "time": "Tue Dec 16 11:44:09 2008 +0100"
      },
      "committer": {
        "name": "Sascha Hauer",
        "email": "s.hauer@pengutronix.de",
        "time": "Tue Dec 16 15:40:22 2008 +0100"
      },
      "message": "i.MX Framebuffer: rename imxfb_mach_info to imx_fb_platform_data\n\nrename imxfb_mach_info to a name more common to kernel hackers\n\nSigned-off-by: Sascha Hauer \u003cs.hauer@pengutronix.de\u003e\n"
    },
    {
      "commit": "66c8719b2edaa08f23f3106c697891e6c765bd7a",
      "tree": "9f29ef9fd1b429e893295568116e7b3ce67fbf21",
      "parents": [
        "24b9baf7a5678b95edb2a358594abd54dc69f8a0"
      ],
      "author": {
        "name": "Sascha Hauer",
        "email": "s.hauer@pengutronix.de",
        "time": "Tue Dec 16 11:44:08 2008 +0100"
      },
      "committer": {
        "name": "Sascha Hauer",
        "email": "s.hauer@pengutronix.de",
        "time": "Tue Dec 16 15:40:22 2008 +0100"
      },
      "message": "i.MX Framebuffer: Cleanup Coding style\n\nSigned-off-by: Sascha Hauer \u003cs.hauer@pengutronix.de\u003e\n"
    },
    {
      "commit": "24b9baf7a5678b95edb2a358594abd54dc69f8a0",
      "tree": "261e030c1b9fe9eb9c0a3185ee243173a44a0f72",
      "parents": [
        "d6ed5755ac26044473bcc9c9d2659624003652c8"
      ],
      "author": {
        "name": "Sascha Hauer",
        "email": "s.hauer@pengutronix.de",
        "time": "Tue Dec 16 11:44:08 2008 +0100"
      },
      "committer": {
        "name": "Sascha Hauer",
        "email": "s.hauer@pengutronix.de",
        "time": "Tue Dec 16 15:40:21 2008 +0100"
      },
      "message": "i.MX Framebuffer: remove header file\n\nMove contents of imxfb.h to imxfb.c since it is used only\nin this file\n\nSigned-off-by: Sascha Hauer \u003cs.hauer@pengutronix.de\u003e\n"
    },
    {
      "commit": "d6ed5755ac26044473bcc9c9d2659624003652c8",
      "tree": "ae7b5eba4ca7fbb8b059b33b39fd81fd730c199a",
      "parents": [
        "72330b0eeefc7abda35b5af55d0e2a9a3d05f04c"
      ],
      "author": {
        "name": "Sascha Hauer",
        "email": "s.hauer@pengutronix.de",
        "time": "Tue Dec 16 11:44:08 2008 +0100"
      },
      "committer": {
        "name": "Sascha Hauer",
        "email": "s.hauer@pengutronix.de",
        "time": "Tue Dec 16 15:40:20 2008 +0100"
      },
      "message": "i.MX Framebuffer: fix margins\n\nThe upper/lower and left/right margins are mixed up in the driver.\nFix it\n\nAcked-by: Krzysztof Helt \u003ckrzysztof.h1@poczta.fm\u003e\nSigned-off-by: Sascha Hauer \u003cs.hauer@pengutronix.de\u003e\n"
    },
    {
      "commit": "72330b0eeefc7abda35b5af55d0e2a9a3d05f04c",
      "tree": "3ef28181ee934ccf41b614c98ce542a58baa89cd",
      "parents": [
        "74b114fe2cfff9986b2469b3eb0035ca3d325d00"
      ],
      "author": {
        "name": "Juergen Beisert",
        "email": "j.beisert@pengutronix.de",
        "time": "Tue Dec 16 11:44:07 2008 +0100"
      },
      "committer": {
        "name": "Sascha Hauer",
        "email": "s.hauer@pengutronix.de",
        "time": "Tue Dec 16 15:40:19 2008 +0100"
      },
      "message": "i.MX Framebuffer: Use readl/writel instead of direct pointer deref\n\nThis patch prepares the current i.MX1 framebuffer driver for usage in the\nwhole i.MX family. It switches to readl/writel for register accesses.\nAlso it moves the register definitions to the driver where they belong.\n\nAcked-by: Krzysztof Helt \u003ckrzysztof.h1@poczta.fm\u003e\nSigned-off-by: Juergen Beisert \u003cj.beisert@pengutronix.de\u003e\nSigned-off-by: Sascha Hauer \u003cs.hauer@pengutronix.de\u003e\n"
    },
    {
      "commit": "74b114fe2cfff9986b2469b3eb0035ca3d325d00",
      "tree": "35545b7d4a45917d7d88c736483aac17fd5b79e5",
      "parents": [
        "60e8c5ab0b09e85de62008f508d8ddfa72c15c1b"
      ],
      "author": {
        "name": "Sascha Hauer",
        "email": "s.hauer@pengutronix.de",
        "time": "Tue Dec 16 11:44:07 2008 +0100"
      },
      "committer": {
        "name": "Sascha Hauer",
        "email": "s.hauer@pengutronix.de",
        "time": "Tue Dec 16 15:40:18 2008 +0100"
      },
      "message": "i.MX Framebuffer: remove gpio setup function\n\nRemove the gpio mux setup function from i.MX framebuffer driver.\nThis function is platform specific and thus should be done by\nthe board setup. As there are currently no in-kernel users\nof this driver we do not break anything.\n\nAcked-by: Krzysztof Helt \u003ckrzysztof.h1@poczta.fm\u003e\nSigned-off-by: Sascha Hauer \u003cs.hauer@pengutronix.de\u003e\n"
    },
    {
      "commit": "60e8c5ab0b09e85de62008f508d8ddfa72c15c1b",
      "tree": "c965b04df8e907b6e9291474a9849e1827873681",
      "parents": [
        "a3dd15444baa9c7522c8457ab564c41219dfb44c"
      ],
      "author": {
        "name": "Sascha Hauer",
        "email": "s.hauer@pengutronix.de",
        "time": "Tue Dec 16 11:44:06 2008 +0100"
      },
      "committer": {
        "name": "Sascha Hauer",
        "email": "s.hauer@pengutronix.de",
        "time": "Tue Dec 16 15:40:18 2008 +0100"
      },
      "message": "MAINTAINERS: Add myself as i.MX Framebuffer driver maintainer\n\nSigned-off-by: Sascha Hauer \u003cs.hauer@pengutronix.de\u003e\n"
    },
    {
      "commit": "47fee6fedd3ea08e9b0f1172bc74e59ee7a6b3d9",
      "tree": "fa8ca75b48a8158bb7cc192eee3e4ccab2bcad77",
      "parents": [
        "d7927e19167680053f282fb4007e81c244ebf465"
      ],
      "author": {
        "name": "Claudio Scordino",
        "email": "claudio@evidence.eu.com",
        "time": "Tue Nov 11 10:56:36 2008 +0100"
      },
      "committer": {
        "name": "Sascha Hauer",
        "email": "s.hauer@pengutronix.de",
        "time": "Tue Dec 16 14:58:44 2008 +0100"
      },
      "message": "Unused variable \u0027reg\u0027 removed.\n\nSigned-off-by: Claudio Scordino \u003cclaudio@evidence.eu.com\u003e\nSigned-off-by: Sascha Hauer \u003cs.hauer@pengutronix.de\u003e\n"
    },
    {
      "commit": "d7927e19167680053f282fb4007e81c244ebf465",
      "tree": "e2a7fd3b826808eebe290f169c0e41ee58cd3c01",
      "parents": [
        "bd006a9bfedadf1ed1af0393852d1e0101c39901"
      ],
      "author": {
        "name": "Paulius Zaleckas",
        "email": "paulius.zaleckas@teltonika.lt",
        "time": "Fri Nov 14 11:01:39 2008 +0100"
      },
      "committer": {
        "name": "Sascha Hauer",
        "email": "s.hauer@pengutronix.de",
        "time": "Tue Dec 16 14:58:43 2008 +0100"
      },
      "message": "patch-mxc-fiq\n\nDrivers which are going to use it will have to select it and use\nmxc_set_irq_fiq() to set FIQ mode for this interrupt.\n\nSigned-off-by: Paulius Zaleckas \u003cpaulius.zaleckas@teltonika.lt\u003e\nSigned-off-by: Sascha Hauer \u003cs.hauer@pengutronix.de\u003e\n"
    },
    {
      "commit": "bd006a9bfedadf1ed1af0393852d1e0101c39901",
      "tree": "89681ffac208d4eed50a8f1ceeeea68585601b1d",
      "parents": [
        "5032630f398a4e30371dd39fce28778eedcbb5b5"
      ],
      "author": {
        "name": "Paulius Zaleckas",
        "email": "paulius.zaleckas@teltonika.lt",
        "time": "Fri Nov 14 11:01:39 2008 +0100"
      },
      "committer": {
        "name": "Sascha Hauer",
        "email": "s.hauer@pengutronix.de",
        "time": "Tue Dec 16 14:58:43 2008 +0100"
      },
      "message": "patch-mx1-UART-support\n\nAdds support for MX1 architecture to UART driver.\n\nSigned-off-by: Paulius Zaleckas \u003cpaulius.zaleckas@teltonika.lt\u003e\nSigned-off-by: Sascha Hauer \u003cs.hauer@pengutronix.de\u003e\n"
    },
    {
      "commit": "5032630f398a4e30371dd39fce28778eedcbb5b5",
      "tree": "424bafe500d6f60aebac80314fa5e2ecdc9dcfbb",
      "parents": [
        "219fed7558346225bae3cfd8fdbf44876e5bf79f"
      ],
      "author": {
        "name": "Darius Augulis",
        "email": "augulis.darius@gmail.com",
        "time": "Fri Nov 14 11:01:39 2008 +0100"
      },
      "committer": {
        "name": "Sascha Hauer",
        "email": "s.hauer@pengutronix.de",
        "time": "Tue Dec 16 14:58:42 2008 +0100"
      },
      "message": "patch-mx1-mtd-xip\n\nAdds MTD XIP support for ARCH_MX1.\n\nSigned-off-by: Darius Augulis \u003caugulis.darius@gmail.com\u003e\nSigned-off-by: Sascha Hauer \u003cs.hauer@pengutronix.de\u003e\n"
    },
    {
      "commit": "219fed7558346225bae3cfd8fdbf44876e5bf79f",
      "tree": "300acfd64a520affb7a93cbc3ad9bd617b77680e",
      "parents": [
        "cfca8b539f53114fb6a6de091987a984c8013d96"
      ],
      "author": {
        "name": "Darius Augulis",
        "email": "augulis.darius@gmail.com",
        "time": "Fri Nov 14 11:01:38 2008 +0100"
      },
      "committer": {
        "name": "Sascha Hauer",
        "email": "s.hauer@pengutronix.de",
        "time": "Tue Dec 16 14:58:41 2008 +0100"
      },
      "message": "patch-mx1-add-devices\n\nAdds common devices to ARCH_MX1.\n\nSigned-off-by: Darius Augulis \u003caugulis.darius@gmail.com\u003e\nSigned-off-by: Sascha Hauer \u003cs.hauer@pengutronix.de\u003e\n"
    },
    {
      "commit": "cfca8b539f53114fb6a6de091987a984c8013d96",
      "tree": "7ba5516e465164bb330f1e8965f1be91337f966a",
      "parents": [
        "d133d6a89340b7438038ed0407221c5277cb8a0e"
      ],
      "author": {
        "name": "Paulius Zaleckas",
        "email": "paulius.zaleckas@teltonika.lt",
        "time": "Fri Nov 14 11:01:38 2008 +0100"
      },
      "committer": {
        "name": "Sascha Hauer",
        "email": "s.hauer@pengutronix.de",
        "time": "Tue Dec 16 14:58:40 2008 +0100"
      },
      "message": "patch-mxc-add-ARCH_MX1\n\nAdds MX1 architecture to platform MXC. It will supersede mach-imx\nand let it die.\n\nSigned-off-by: Paulius Zaleckas \u003cpaulius.zaleckas@teltonika.lt\u003e\nSigned-off-by: Darius Augulis \u003caugulis.darius@gmail.com\u003e\nSigned-off-by: Sascha Hauer \u003cs.hauer@pengutronix.de\u003e\n"
    },
    {
      "commit": "d133d6a89340b7438038ed0407221c5277cb8a0e",
      "tree": "4184ba08b014ab7e592397720dd8a4d98af325de",
      "parents": [
        "376a960ee6fc3107077e3b3987e10688ea01c207"
      ],
      "author": {
        "name": "Darius Augulis",
        "email": "augulis.darius@gmail.com",
        "time": "Fri Nov 14 11:01:38 2008 +0100"
      },
      "committer": {
        "name": "Sascha Hauer",
        "email": "s.hauer@pengutronix.de",
        "time": "Tue Dec 16 14:58:26 2008 +0100"
      },
      "message": "patch-iomux-mx1-mx2-cleanup\n\nFix GIUS register setup in the mxc_gpio_mode().\n\nSigned-off-by: Darius Augulis \u003caugulis.darius@gmail.com\u003e\nSigned-off-by: Sascha Hauer \u003cs.hauer@pengutronix.de\u003e\n"
    },
    {
      "commit": "376a960ee6fc3107077e3b3987e10688ea01c207",
      "tree": "3620f46c80b2084a3ec312d7af281e07c6d7945a",
      "parents": [
        "988d2d49f767c2e9c5a082257ec4ca2ff30c2b68"
      ],
      "author": {
        "name": "Valentin Longchamp",
        "email": "valentin.longchamp@epfl.ch",
        "time": "Fri Oct 24 15:22:52 2008 +0200"
      },
      "committer": {
        "name": "Sascha Hauer",
        "email": "s.hauer@pengutronix.de",
        "time": "Tue Dec 16 14:58:20 2008 +0100"
      },
      "message": "[ARM] MX31: defconfig for mx31moboard platform\n\nSigned-off-by: Valentin Longchamp \u003cvalentin.longchamp@epfl.ch\u003e\nSigned-off-by: Sascha Hauer \u003cs.hauer@pengutronix.de\u003e\n"
    },
    {
      "commit": "988d2d49f767c2e9c5a082257ec4ca2ff30c2b68",
      "tree": "abaf74090d4a8ea51b643f7ef2255300989cd876",
      "parents": [
        "a3cce2a8e2e7b09911ea97dbdd5236c60f202a16"
      ],
      "author": {
        "name": "Valentin Longchamp",
        "email": "valentin.longchamp@epfl.ch",
        "time": "Sun Nov 23 17:35:08 2008 +0100"
      },
      "committer": {
        "name": "Sascha Hauer",
        "email": "s.hauer@pengutronix.de",
        "time": "Tue Dec 16 14:58:19 2008 +0100"
      },
      "message": "[ARM] MX31: basic support for mx31moboard platform\n\nInitial support for mx31moboard platfor with 3 serial ports\nand NOR Flash\n\nSigned-off-by: Valentin Longchamp \u003cvalentin.longchamp@epfl.ch\u003e\nSigned-off-by: Sascha Hauer \u003cs.hauer@pengutronix.de\u003e\n"
    },
    {
      "commit": "a3cce2a8e2e7b09911ea97dbdd5236c60f202a16",
      "tree": "f0f297e4b53eefb1226fc3669ae1fd16ca89ac77",
      "parents": [
        "d1b3cc6de8a145beabe62bde7999c61f63864eeb"
      ],
      "author": {
        "name": "Valentin Longchamp",
        "email": "valentin.longchamp@epfl.ch",
        "time": "Fri Oct 24 15:10:32 2008 +0200"
      },
      "committer": {
        "name": "Sascha Hauer",
        "email": "s.hauer@pengutronix.de",
        "time": "Tue Dec 16 14:58:18 2008 +0100"
      },
      "message": "MX31: UART5 pins definition\n\npins definition for UART5 when used in alternate mode 2\n\nSigned-off-by: Valentin Longchamp \u003cvalentin.longchamp@epfl.ch\u003e\nSigned-off-by: Sascha Hauer \u003cs.hauer@pengutronix.de\u003e\n"
    },
    {
      "commit": "d1b3cc6de8a145beabe62bde7999c61f63864eeb",
      "tree": "a65021434e2bcd3e653d40a716e425b367dc3bc7",
      "parents": [
        "df25f9da9fcc12193208e8da135c930924cd56c5"
      ],
      "author": {
        "name": "Valentin Longchamp",
        "email": "valentin.longchamp@epfl.ch",
        "time": "Fri Oct 24 15:09:06 2008 +0200"
      },
      "committer": {
        "name": "Sascha Hauer",
        "email": "s.hauer@pengutronix.de",
        "time": "Tue Dec 16 14:58:17 2008 +0100"
      },
      "message": "MX31: definitions for UART2 pins\n\nUART2 pins when used in functionnal mode\n\nSigned-off-by: Valentin Longchamp \u003cvalentin.longchamp@epfl.ch\u003e\nSigned-off-by: Sascha Hauer \u003cs.hauer@pengutronix.de\u003e\n"
    },
    {
      "commit": "df25f9da9fcc12193208e8da135c930924cd56c5",
      "tree": "fa42d207ed9ffcada3dfe61a8f280bb051703ff3",
      "parents": [
        "2507b0a33343552d2177b75dc35fe7073349b773"
      ],
      "author": {
        "name": "Marc Kleine-Budde",
        "email": "mkl@pengutronix.de",
        "time": "Fri Oct 10 12:05:03 2008 +0200"
      },
      "committer": {
        "name": "Sascha Hauer",
        "email": "s.hauer@pengutronix.de",
        "time": "Tue Dec 16 14:58:17 2008 +0100"
      },
      "message": "imxmmc: use readl/writel\n\nUse readl/writel instead of direct pointer deref.\n\nSigned-off-by: Marc Kleine-Budde \u003cmkl@pengutronix.de\u003e\nSigned-off-by: Sascha Hauer \u003cs.hauer@pengutronix.de\u003e\n"
    },
    {
      "commit": "2507b0a33343552d2177b75dc35fe7073349b773",
      "tree": "62fe126935f004a4a94333fb5121aa80eb94837d",
      "parents": [
        "4b7c0e4cae35b49380ad69e668324d4d70b7fd4c"
      ],
      "author": {
        "name": "Marc Kleine-Budde",
        "email": "mkl@pengutronix.de",
        "time": "Fri Oct 10 12:05:03 2008 +0200"
      },
      "committer": {
        "name": "Sascha Hauer",
        "email": "s.hauer@pengutronix.de",
        "time": "Tue Dec 16 14:58:16 2008 +0100"
      },
      "message": "imxmmc: Remove unused variables\n\nThis removes clkrt and cmdat from struct imxmci_host, they are\nunused.\n\nSigned-off-by: Marc Kleine-Budde \u003cmkl@pengutronix.de\u003e\nSigned-off-by: Sascha Hauer \u003cs.hauer@pengutronix.de\u003e\n"
    },
    {
      "commit": "4b7c0e4cae35b49380ad69e668324d4d70b7fd4c",
      "tree": "6d546d2b738a2e2d28bf6ef70bf833a2ef8137e4",
      "parents": [
        "3287abbd71fded81469adce21628e838c566b86b"
      ],
      "author": {
        "name": "Marc Kleine-Budde",
        "email": "mkl@pengutronix.de",
        "time": "Fri Oct 10 12:05:03 2008 +0200"
      },
      "committer": {
        "name": "Sascha Hauer",
        "email": "s.hauer@pengutronix.de",
        "time": "Tue Dec 16 14:58:15 2008 +0100"
      },
      "message": "imxmmc: Checkpatch cleanup\n\nThis cleans up the warnings issued by the checkpatch script\nand remove the file history from the header\n\nSigned-off-by: Marc Kleine-Budde \u003cmkl@pengutronix.de\u003e\nSigned-off-by: Sascha Hauer \u003cs.hauer@pengutronix.de\u003e\n"
    },
    {
      "commit": "3287abbd71fded81469adce21628e838c566b86b",
      "tree": "dc54f9d20a9b24846e60b8ab2dd00181bbc6dfa3",
      "parents": [
        "cb96cf1ad641334ca605cdf25841ac020d6ae01c"
      ],
      "author": {
        "name": "Sascha Hauer",
        "email": "s.hauer@pengutronix.de",
        "time": "Sun Nov 23 17:34:04 2008 +0100"
      },
      "committer": {
        "name": "Sascha Hauer",
        "email": "s.hauer@pengutronix.de",
        "time": "Tue Dec 16 14:58:14 2008 +0100"
      },
      "message": "[ARM] pcm037: add NAND support\n\nSigned-off-by: Sascha Hauer \u003cs.hauer@pengutronix.de\u003e\n"
    },
    {
      "commit": "cb96cf1ad641334ca605cdf25841ac020d6ae01c",
      "tree": "f9bd4514942ba4147b1e2b009d9220a3d71d040d",
      "parents": [
        "01f71a371969c753add171991d8f5ecce3b368d4"
      ],
      "author": {
        "name": "Sascha Hauer",
        "email": "s.hauer@pengutronix.de",
        "time": "Tue Nov 11 15:15:39 2008 +0100"
      },
      "committer": {
        "name": "Sascha Hauer",
        "email": "s.hauer@pengutronix.de",
        "time": "Tue Dec 16 14:58:02 2008 +0100"
      },
      "message": "[ARM] MX3: add NAND support\n\nSigned-off-by: Sascha Hauer \u003cs.hauer@pengutronix.de\u003e\n"
    },
    {
      "commit": "01f71a371969c753add171991d8f5ecce3b368d4",
      "tree": "5bdcb23b8a1c22e69bbfabe49215067e64f39c85",
      "parents": [
        "02870978ea4b0a1bcae201f1b5f3a07344070398"
      ],
      "author": {
        "name": "Sascha Hauer",
        "email": "s.hauer@pengutronix.de",
        "time": "Tue Sep 09 11:30:58 2008 +0200"
      },
      "committer": {
        "name": "Sascha Hauer",
        "email": "s.hauer@pengutronix.de",
        "time": "Tue Dec 16 14:58:00 2008 +0100"
      },
      "message": "[ARM] pcm038: Add NAND support\n\nSigned-off-by: Sascha Hauer \u003cs.hauer@pengutronix.de\u003e\n"
    },
    {
      "commit": "02870978ea4b0a1bcae201f1b5f3a07344070398",
      "tree": "37c8ba7c6f9ff668a370323f861d72ee01d6b91e",
      "parents": [
        "46c3d567af21cba107fef37b88a0d6ec6c35842f"
      ],
      "author": {
        "name": "Sascha Hauer",
        "email": "s.hauer@pengutronix.de",
        "time": "Tue Sep 09 11:30:58 2008 +0200"
      },
      "committer": {
        "name": "Sascha Hauer",
        "email": "s.hauer@pengutronix.de",
        "time": "Tue Dec 16 14:57:58 2008 +0100"
      },
      "message": "[ARM] MX27: Add NAND resources\n\nThis patch adds the platform device and resources for NAND\non mx27 boards.\n\nSigned-off-by: Sascha Hauer \u003cs.hauer@pengutronix.de\u003e\n"
    },
    {
      "commit": "46c3d567af21cba107fef37b88a0d6ec6c35842f",
      "tree": "a7e0c022fe3ae35fb37d47ac3eb7c759300afbe2",
      "parents": [
        "1553a1ec833ddda51d57f66f8e00904b64b954c8"
      ],
      "author": {
        "name": "Fabio Estevam",
        "email": "fabio.estevam@freescale.com",
        "time": "Wed Nov 12 15:38:40 2008 +0100"
      },
      "committer": {
        "name": "Sascha Hauer",
        "email": "s.hauer@pengutronix.de",
        "time": "Tue Dec 16 14:57:58 2008 +0100"
      },
      "message": "Add default configuration for MX31PDK board.\n\nSigned-off-by: Fabio Estevam \u003cfabio.estevam@freescale.com\u003e\nSigned-off-by: sascha Hauer \u003cs.hauer@pengutronix.de\u003e\n"
    },
    {
      "commit": "1553a1ec833ddda51d57f66f8e00904b64b954c8",
      "tree": "b91a105261daa7c29b6a62092c93a4ba2d8c0ea3",
      "parents": [
        "3dad21a95ba7a4159383dd170c3b0b5fedd0f5e2"
      ],
      "author": {
        "name": "Fabio Estevam",
        "email": "fabio.estevam@freescale.com",
        "time": "Wed Nov 12 15:38:39 2008 +0100"
      },
      "committer": {
        "name": "Sascha Hauer",
        "email": "s.hauer@pengutronix.de",
        "time": "Tue Dec 16 14:57:57 2008 +0100"
      },
      "message": "Add basic support for MX31PDK board.\n\nAdd basic support to the MX31PDK development board, also known\nas MX31 3DS or MX31 3-stack board (http://www.freescale.com/imx31pdk).\n\nSigned-off-by: Fabio Estevam \u003cfabio.estevam@freescale.com\u003e\nSigned-off-by: sascha Hauer \u003cs.hauer@pengutronix.de\u003e\n"
    },
    {
      "commit": "3dad21a95ba7a4159383dd170c3b0b5fedd0f5e2",
      "tree": "d3fc32501dd003942d741cba4649983825ad2ad1",
      "parents": [
        "ba54b95899838610c8c23fb7ab88831016b81fb3"
      ],
      "author": {
        "name": "Sascha Hauer",
        "email": "s.hauer@pengutronix.de",
        "time": "Sun Nov 23 17:32:49 2008 +0100"
      },
      "committer": {
        "name": "Sascha Hauer",
        "email": "s.hauer@pengutronix.de",
        "time": "Tue Dec 16 14:57:56 2008 +0100"
      },
      "message": "[ARM] pcm037: Add support for SRAM device\n\nSigned-off-by: Sascha Hauer \u003cs.hauer@pengutronix.de\u003e\n"
    },
    {
      "commit": "ba54b95899838610c8c23fb7ab88831016b81fb3",
      "tree": "cc24563e851b9ee9742f10bcc80839a96b05ef35",
      "parents": [
        "3620c0dccfd35cd39324508d8c962d10f9a44ead"
      ],
      "author": {
        "name": "Guennadi Liakhovetski",
        "email": "lg@denx.de",
        "time": "Tue Nov 11 15:12:00 2008 +0100"
      },
      "committer": {
        "name": "Sascha Hauer",
        "email": "s.hauer@pengutronix.de",
        "time": "Tue Dec 16 14:57:55 2008 +0100"
      },
      "message": "[ARM] pcm037: add support for the on-board LAN9217 network controller\n\nsmc911x now also supports LAN921{5,7,8} network controllers.\n\nSigned-off-by: Guennadi Liakhovetski \u003clg@denx.de\u003e\nSigned-off-by: Sascha Hauer \u003cs.hauer@pengutronix.de\u003e\n"
    },
    {
      "commit": "3620c0dccfd35cd39324508d8c962d10f9a44ead",
      "tree": "aae95d2640fb8d07435b472a4baf845f21d565f0",
      "parents": [
        "4a7b98d7e7f1c05331bfa82e2427f896e57de35b"
      ],
      "author": {
        "name": "Sascha Hauer",
        "email": "s.hauer@pengutronix.de",
        "time": "Sun Nov 23 17:31:46 2008 +0100"
      },
      "committer": {
        "name": "Sascha Hauer",
        "email": "s.hauer@pengutronix.de",
        "time": "Tue Dec 16 14:57:54 2008 +0100"
      },
      "message": "pcm038: add driver for static ram\n\nThe pcm038 module (phyCORE-i.MX27) comes with a 512 KiB static RAM which\ncan be battery buffered. Add mtd_ram support and configure the chip select\nline, to which the sram is attached.\n\nSigned-off-by: Luotao Fu \u003cl.fu@pengutronix.de\u003e\nSigned-off-by: Sascha Hauer \u003cs.hauer@pengutronix.de\u003e\n"
    },
    {
      "commit": "4a7b98d7e7f1c05331bfa82e2427f896e57de35b",
      "tree": "741e93751778afd959c85645cb839a28d4edbf71",
      "parents": [
        "1d5aa17be13bafa6b104f4b46c958be3470b28ec"
      ],
      "author": {
        "name": "Guennadi Liakhovetski",
        "email": "lg@denx.de",
        "time": "Thu Nov 13 12:20:49 2008 +0100"
      },
      "committer": {
        "name": "Sascha Hauer",
        "email": "s.hauer@pengutronix.de",
        "time": "Tue Dec 16 14:57:24 2008 +0100"
      },
      "message": "i.MX31: fix mxc_iomux_set_pad()\n\nmxc_iomux_set_pad() is buggy on i.MX31 - it calculates the register and\nthe offset therein wrongly. Fix it.\n\nSigned-off-by: Guennadi Liakhovetski \u003clg@denx.de\u003e\nSigned-off-by: Sascha Hauer \u003cs.hauer@pengutronix.de\u003e\n"
    }
  ],
  "next": "1d5aa17be13bafa6b104f4b46c958be3470b28ec"
}
