)]}'
{
  "log": [
    {
      "commit": "ddba6c7f7ec6a82ccbce4126d615e73e00b4be12",
      "tree": "6dfd41afcce098982958c2cd137f57a85fc25462",
      "parents": [
        "f060f95365ce71acbf29ef5dac580ab067600f4c"
      ],
      "author": {
        "name": "Tomi Valkeinen",
        "email": "tomi.valkeinen@ti.com",
        "time": "Tue Sep 20 15:23:13 2011 +0300"
      },
      "committer": {
        "name": "Tomi Valkeinen",
        "email": "tomi.valkeinen@ti.com",
        "time": "Thu Feb 23 09:39:23 2012 +0200"
      },
      "message": "OMAP1: pass LCD config with omapfb_set_lcd_config()\n\nLCD config for old omapfb driver is passed with OMAP_TAG_LCD from board\nfiles or from the bootloader. In an effort to remove OMAP_TAG_LCD, this\npatch adds omapfb_set_lcd_config() function that the board files can\ncall to set the LCD config.\n\nThis has the drawback that configuration can no longer come from the\nbootloader. Of the boards supported by the kernel, this should only\naffect N770 which depends on the data from the bootloader. This patch\nadds an LCD config for N770 to its board files, but that is most\nprobably broken. Fixing this would need information about the HW setup\nin N770 boards.\n\nSigned-off-by: Tomi Valkeinen \u003ctomi.valkeinen@ti.com\u003e\nAcked-by: Tony Lindgren \u003ctony@atomide.com\u003e\n"
    },
    {
      "commit": "f060f95365ce71acbf29ef5dac580ab067600f4c",
      "tree": "66b5d83ea6c878151af0294af1ea26827335920c",
      "parents": [
        "8f5e35a7942afe70eb0ba0d8193801b7989ae03a"
      ],
      "author": {
        "name": "Tomi Valkeinen",
        "email": "tomi.valkeinen@ti.com",
        "time": "Tue Sep 20 14:49:50 2011 +0300"
      },
      "committer": {
        "name": "Tomi Valkeinen",
        "email": "tomi.valkeinen@ti.com",
        "time": "Thu Feb 23 09:39:19 2012 +0200"
      },
      "message": "OMAPFB: remove omapfb_set_platform_data()\n\nomapfb_set_platform_data() is no longer used, so remove it.\n\nSigned-off-by: Tomi Valkeinen \u003ctomi.valkeinen@ti.com\u003e\nAcked-by: Tony Lindgren \u003ctony@atomide.com\u003e\n"
    },
    {
      "commit": "8f5e35a7942afe70eb0ba0d8193801b7989ae03a",
      "tree": "b0bc502046eb4421085ee905e7fab1797298bc83",
      "parents": [
        "82d5b3e2319c9d1ea46c95b1e8b0db66d6f05a84"
      ],
      "author": {
        "name": "Tomi Valkeinen",
        "email": "tomi.valkeinen@ti.com",
        "time": "Tue Sep 20 14:43:14 2011 +0300"
      },
      "committer": {
        "name": "Tomi Valkeinen",
        "email": "tomi.valkeinen@ti.com",
        "time": "Thu Feb 23 09:39:19 2012 +0200"
      },
      "message": "OMAPFB: Move old omapfb private structs to a private include file\n\ninclude/linux/omapfb.h contains structs that are used only by the\nomapfb driver. Move the structs into drivers/video/omap/omapfb.h.\n\nSigned-off-by: Tomi Valkeinen \u003ctomi.valkeinen@ti.com\u003e\n"
    },
    {
      "commit": "80277566d0d85b3430548ba87ad28b0585ef06a6",
      "tree": "88a5295393e09d0203d264e49103908ba1ea8e43",
      "parents": [
        "1e434f9318efc3dddc0c0b8d2071712668154c2b"
      ],
      "author": {
        "name": "Tomi Valkeinen",
        "email": "tomi.valkeinen@ti.com",
        "time": "Tue Sep 20 14:27:44 2011 +0300"
      },
      "committer": {
        "name": "Tomi Valkeinen",
        "email": "tomi.valkeinen@ti.com",
        "time": "Thu Feb 23 09:39:18 2012 +0200"
      },
      "message": "OMAPFB: remove mem info from platform_data\n\nomapfb driver used platform_data to get fb memory areas and formats\ndefined by the board file.\n\nThis patch removes omapfb\u0027s (both old and new omapfb) use of the\nmemory data in platform_data, because:\n\n- No board uses them currently\n- It\u0027s not board file\u0027s job to define things like amount of default\n  framebuffer memory. These should come from the bootloader via command\n  line parameters.\n\nSigned-off-by: Tomi Valkeinen \u003ctomi.valkeinen@ti.com\u003e\n"
    },
    {
      "commit": "1e434f9318efc3dddc0c0b8d2071712668154c2b",
      "tree": "db349ba5abef7373e5ccc64305fdd923e24e290b",
      "parents": [
        "6651b0ea9202541091f6c23ec8715122ea8cc1b0"
      ],
      "author": {
        "name": "Tomi Valkeinen",
        "email": "tomi.valkeinen@ti.com",
        "time": "Tue Sep 20 14:12:43 2011 +0300"
      },
      "committer": {
        "name": "Tomi Valkeinen",
        "email": "tomi.valkeinen@ti.com",
        "time": "Thu Feb 23 09:39:14 2012 +0200"
      },
      "message": "OMAPFB: remove early mem alloc from old omapfb\n\narch/arm/plat-omap/fb.c contains code to alloc omapfb buffers at early\nboot time according to information given from the bootloader or board\nfile.\n\nThis code isn\u0027t currently used by any board, and is anyway something\nthat the newer vram.c could handle. So remove the alloc code and in\nlater patches make old omapfb driver use vram.c.\n\nSigned-off-by: Tomi Valkeinen \u003ctomi.valkeinen@ti.com\u003e\nAcked-by: Tony Lindgren \u003ctony@atomide.com\u003e\n"
    },
    {
      "commit": "6651b0ea9202541091f6c23ec8715122ea8cc1b0",
      "tree": "b7f5f5310e303870204ef1bbbf91afc1ad94484f",
      "parents": [
        "58e0d6ab02eb90e67720ef1c20ab606749a9ef29"
      ],
      "author": {
        "name": "Tomi Valkeinen",
        "email": "tomi.valkeinen@ti.com",
        "time": "Tue Sep 20 12:23:58 2011 +0300"
      },
      "committer": {
        "name": "Tomi Valkeinen",
        "email": "tomi.valkeinen@ti.com",
        "time": "Thu Feb 23 09:39:10 2012 +0200"
      },
      "message": "OAMPFB: remove unused omapfb_set_ctrl_platform_data()\n\nomapfb_set_ctrl_platform_data() is no longer used, so it can be removed.\n\nSigned-off-by: Tomi Valkeinen \u003ctomi.valkeinen@ti.com\u003e\nAcked-by: Tony Lindgren \u003ctony@atomide.com\u003e\n"
    },
    {
      "commit": "537d84787659b355b3331813dc134c7497ddafa5",
      "tree": "e43d376ed8522b09163ed1f7902e1fed25d2fe3b",
      "parents": [
        "d71048e22f47725a5808ea2e4e1e72fa36c1a788",
        "ece350d3949e9a60b39e4f9853be118e98d48fbc"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Sun Aug 08 10:02:59 2010 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Sun Aug 08 10:02:59 2010 -0700"
      },
      "message": "Merge branch \u0027for-linus\u0027 of git://gitorious.org/linux-omap-dss2/linux\n\n* \u0027for-linus\u0027 of git://gitorious.org/linux-omap-dss2/linux: (64 commits)\n  OMAP: DSS2: OMAPFB: add support for FBIO_WAITFORVSYNC\n  OMAP: DSS2: Replace strncmp() with sysfs_streq() in overlay_manager_store()\n  OMAP: DSS2: Fix error path in omap_dsi_update()\n  OMAP: DSS2: TDO35S: fix video signaling\n  OMAP: DSS2: OMAPFB: Fix invalid bpp for PAL and NTSC modes\n  OMAP: DSS2: OMAPFB: Fix probe error path\n  OMAP3EVM: Replace vdvi regulator supply with vdds_dsi\n  OMAP: DSS2: Remove extra return statement\n  OMAP: DSS2: adjust YUV overlay width to be even\n  OMAP: DSS2: OMAPFB: Fix sysfs mirror input check\n  OMAP: DSS2: OMAPFB: Remove redundant color register range check\n  OMAP: DSS2: OMAPFB: Remove redundant rotate range check\n  OMAP: DSS2: OMAPFB: Check fb2display() return value\n  OMAP: DSS2: Taal: Optimize enable_te, rotate, mirror when value unchanged\n  OMAP: DSS2: DSI: detect unsupported update requests\n  OMAP: DSS2: DSI: increase FIFO low threshold\n  OMAP: DSS2: DSI: Add error IRQ mask for DSI complexIO\n  OMAP: DSS2: DSI: Remove BTA after set_max_rx_packet_size\n  OMAP: DSS2: change manual update scaling setup\n  OMAP: DSS2: DSI: use BTA to end the frame transfer\n  ...\n"
    },
    {
      "commit": "078ff546a806b2c2ab74c25c8edd4c6d4680656a",
      "tree": "fe988343f6b0038423b637c32e372202a8e5d05a",
      "parents": [
        "2ad0c50b84ee984aa58b09b46aef5c9f1d95e469"
      ],
      "author": {
        "name": "Ville Syrjälä",
        "email": "ville.syrjala@nokia.com",
        "time": "Wed Mar 17 20:36:51 2010 +0200"
      },
      "committer": {
        "name": "Tomi Valkeinen",
        "email": "tomi.valkeinen@nokia.com",
        "time": "Tue Aug 03 15:18:46 2010 +0300"
      },
      "message": "OMAP: DSS2: OMAPFB: Add support for switching memory regions\n\nSeparate the memory region from the framebuffer device a little bit.\nIt\u0027s now possible to select the memory region used by the framebuffer\ndevice using the new mem_idx parameter of omapfb_plane_info. If the\nmem_idx is specified it will be interpreted as an index into the\nmemory regions array, if it\u0027s not specified the framebuffer\u0027s index is\nused instead. So by default each framebuffer keeps using it\u0027s own\nmemory region which preserves backwards compatibility.\n\nThis allows cloning the same memory region to several overlays and yet\neach overlay can be controlled independently since they can be\nassociated with separate framebuffer devices.\n\nSigned-off-by: Ville Syrjälä \u003cville.syrjala@nokia.com\u003e\nSigned-off-by: Tomi Valkeinen \u003ctomi.valkeinen@nokia.com\u003e\n"
    },
    {
      "commit": "98864ff58dd2b8ef9e72b0d2c70f34e7ff24a2ee",
      "tree": "87f93ed777f090220acb3cc066c85abe4b863d12",
      "parents": [
        "8d717a52d1b0959128be5134dd12608e8e4f2115"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sat May 22 23:59:11 2010 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Tue Jul 27 08:48:23 2010 +0100"
      },
      "message": "ARM: OMAP: Convert OMAPFB and VRAM SDRAM reservation to LMB\n\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "6dd2e42bd892b2e16080ceba451fd9c3ed633145",
      "tree": "9df20142518b3c6276a50a936925da494c7808c9",
      "parents": [
        "92fe0ff16a9299233104187bd6ceb2101501badc"
      ],
      "author": {
        "name": "Tomi Valkeinen",
        "email": "tomi.valkeinen@nokia.com",
        "time": "Thu Jan 14 17:32:13 2010 +0200"
      },
      "committer": {
        "name": "Tomi Valkeinen",
        "email": "tomi.valkeinen@nokia.com",
        "time": "Mon Feb 15 15:14:34 2010 +0200"
      },
      "message": "OMAP: DSS2: OMAPFB: implement OMAPFB_GET_DISPLAY_INFO\n\nPreviously the only place to get the size of the display was from the\nDSS\u0027s sysfs interface, making, for example, configuring overlays and doing\nupdates on manual displays more difficult.\n\nSigned-off-by: Tomi Valkeinen \u003ctomi.valkeinen@nokia.com\u003e\n"
    },
    {
      "commit": "b39a982ddecf1d95ed96f8457c39d3ea11df93f6",
      "tree": "07d233ede4b49bddb2776ee013cbdf5621e7845b",
      "parents": [
        "3de7a1dc0c9d29b138713ecb85df4b6ca3af2ef3"
      ],
      "author": {
        "name": "Tomi Valkeinen",
        "email": "tomi.valkeinen@nokia.com",
        "time": "Tue Aug 04 16:12:50 2009 +0300"
      },
      "committer": {
        "name": "Tomi Valkeinen",
        "email": "tomi.valkeinen@nokia.com",
        "time": "Wed Dec 09 12:12:44 2009 +0200"
      },
      "message": "OMAP: DSS2: omapfb driver\n\nSigned-off-by: Tomi Valkeinen \u003ctomi.valkeinen@nokia.com\u003e\n"
    },
    {
      "commit": "91773a00f8235e4b697217867529f73e298298df",
      "tree": "c0156ddc17e4bb966642b050d57ee85c1171bfe2",
      "parents": [
        "b90f8e7296c39a13225fb0c0dfde1922fcf47ba7"
      ],
      "author": {
        "name": "Tomi Valkeinen",
        "email": "tomi.valkeinen@nokia.com",
        "time": "Mon Aug 03 15:06:36 2009 +0300"
      },
      "committer": {
        "name": "Tomi Valkeinen",
        "email": "tomi.valkeinen@nokia.com",
        "time": "Wed Dec 09 12:04:06 2009 +0200"
      },
      "message": "OMAP: OMAPFB: split omapfb.h\n\nSplit arch/arm/plat-omap/include/mach/omapfb.h into two files:\n\ninclude/linux/omapfb.h - ioctls etc for userspace and some kernel\n                         stuff for board files\ndrivers/video/omap/omapfb.h - for omapfb internal use\n\nThis cleans up omapfb.h and also makes it easier for the upcoming new\nDSS driver to co-exist with the old driver.\n\nSigned-off-by: Tomi Valkeinen \u003ctomi.valkeinen@nokia.com\u003e\nAcked-by: Tony Lindgren \u003ctony@atomide.com\u003e\n"
    }
  ]
}
