)]}'
{
  "log": [
    {
      "commit": "4ff29ff8e8723a41e7defd8bc78a7b16cbf940a2",
      "tree": "0e277d27eee3af89e66856458dce29e6ba3f4721",
      "parents": [
        "b1f6cfe48c3cb1dfa77db3d2f42f765febaef9bc"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Tue May 12 05:14:53 2009 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Tue May 12 05:14:53 2009 +0900"
      },
      "message": "sh: clkfwk: Consolidate the ALWAYS_ENABLED / NEEDS_INIT mess.\n\nThere is no real distinction here in behaviour, either a clock needs to\nbe enabled on initialiation or not. The ALWAYS_ENABLED flag was always\nintended to only apply to clocks that were physically always on and could\nsimply not be disabled at all from software. Unfortunately over time this\nwas abused and the meaning became a bit blurry.\n\nSo, we kill off both of all of those paths now, as well as the newer\nNEEDS_INIT flag, and consolidate on a CLK_ENABLE_ON_INIT. Clocks that\nneed to be enabled on initialization can set this, and it will purposely\nenable them and bump the refcount up.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "b1f6cfe48c3cb1dfa77db3d2f42f765febaef9bc",
      "tree": "e5f2722c8ebd6dd64809a283133f60cbc50794df",
      "parents": [
        "a02cb230bb4fca04f091746c593de720a0e3a94a"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Tue May 12 04:27:43 2009 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Tue May 12 04:27:43 2009 +0900"
      },
      "message": "sh: clkfwk: refactor rate propagation.\n\nThis resyncs the rate propagation strategy with the scheme used by the\nOMAP clock framework. Child clocks are tracked on a list under each\nparent and propagation happens there specifically rather than constantly\niterating over the global clock list.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "a02cb230bb4fca04f091746c593de720a0e3a94a",
      "tree": "b492976b4a4ee701c93fa12882510ddd41e2a26c",
      "parents": [
        "b68d8201433a91cabbcbeae48b53d8c1c426433a"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Tue May 12 03:50:44 2009 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Tue May 12 03:50:44 2009 +0900"
      },
      "message": "sh: clkfwk: Add a followparent_recalc() helper.\n\nThis adds a followparent_recalc() helper for clocks that just follow the\nparent\u0027s rate. Switch over the few CPUs that use this scheme for some of\ntheir clocks.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "b68d8201433a91cabbcbeae48b53d8c1c426433a",
      "tree": "fed76b13249a01356509c0860260434216352f8c",
      "parents": [
        "ccc195655fb25d7d967b278c4a4725dc5e7a6bf4"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Tue May 12 03:45:08 2009 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Tue May 12 03:45:08 2009 +0900"
      },
      "message": "sh: clkfwk: Make recalc return an unsigned long.\n\nThis is prep work for cleaning up some of the rate propagation bits.\nTrivial conversion.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "ccc195655fb25d7d967b278c4a4725dc5e7a6bf4",
      "tree": "ce3ccdaae159b6034e28650f768e951b828d5948",
      "parents": [
        "50e2d0d3b4ffc945a6c27f16d4e5e557e725ec67"
      ],
      "author": {
        "name": "Magnus Damm",
        "email": "damm@igel.co.jp",
        "time": "Mon May 11 11:37:16 2009 +0000"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon May 11 22:02:04 2009 +0900"
      },
      "message": "sh: TMU platform data for sh7780\n\nThis patch adds TMU platform data for sh7780. Both clockevent\nand clocksource support is enabled.\n\nSigned-off-by: Magnus Damm \u003cdamm@igel.co.jp\u003e\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "50e2d0d3b4ffc945a6c27f16d4e5e557e725ec67",
      "tree": "9c2280030b5b2d72349abb4ab2cf8b7d42bf615a",
      "parents": [
        "3d6ad460214cc72b93333f51f498441a56d622e9"
      ],
      "author": {
        "name": "Magnus Damm",
        "email": "damm@igel.co.jp",
        "time": "Mon May 11 11:34:16 2009 +0000"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon May 11 22:02:00 2009 +0900"
      },
      "message": "sh: r7780 highlander clock fixes\n\nUpdate the r7780 highlander defconfig to fix\nPCLK value, while at it fix cmdline on r7785.\n\nSigned-off-by: Magnus Damm \u003cdamm@igel.co.jp\u003e\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "3d6ad460214cc72b93333f51f498441a56d622e9",
      "tree": "f6c5f19467d3f3c78b014d9adcf9e4a18eaa75fa",
      "parents": [
        "c42f32dca3855d8f867387ec6993d9b62516a00e"
      ],
      "author": {
        "name": "Magnus Damm",
        "email": "damm@igel.co.jp",
        "time": "Mon May 11 09:01:08 2009 +0000"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon May 11 21:59:58 2009 +0900"
      },
      "message": "sh: multiple vectors per irq - sh7760\n\nUpdate intc tables and platform data to use one linux irq\nper maskable interrupt source instead of keeping the one-to-one\nmapping between vectors and linux irqs.\n\nThis fixes potential irq masking issues for sh7760 hardware\nblocks such as DMAC/TMU2/REF.\n\nSigned-off-by: Magnus Damm \u003cdamm@igel.co.jp\u003e\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "c42f32dca3855d8f867387ec6993d9b62516a00e",
      "tree": "a36071e210220360a5a0074d6d2e1263efa2e2ca",
      "parents": [
        "03f408f1aad8d0f5eb6380732bffc0f72b250fa7"
      ],
      "author": {
        "name": "Magnus Damm",
        "email": "damm@igel.co.jp",
        "time": "Mon May 11 09:06:24 2009 +0000"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon May 11 18:45:52 2009 +0900"
      },
      "message": "sh: TMU platform data for sh7760\n\nThis patch adds TMU platform data for sh7760. Both clockevent\nand clocksource support is enabled.\n\nSigned-off-by: Magnus Damm \u003cdamm@igel.co.jp\u003e\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "03f408f1aad8d0f5eb6380732bffc0f72b250fa7",
      "tree": "90990f042d353531f283fb7a4c94888cee3c679d",
      "parents": [
        "53c0054c3f11b49fc09f24e46f58661def952728"
      ],
      "author": {
        "name": "Magnus Damm",
        "email": "damm@igel.co.jp",
        "time": "Mon May 11 08:54:54 2009 +0000"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon May 11 18:45:49 2009 +0900"
      },
      "message": "sh: TMU platform data for sh775x\n\nThis patch adds TMU platform data for sh775x. Both clockevent\nand clocksource support is enabled.\n\nSigned-off-by: Magnus Damm \u003cdamm@igel.co.jp\u003e\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "53c0054c3f11b49fc09f24e46f58661def952728",
      "tree": "69dad52b6678b24b3bc2e97b47e71fbf1471a227",
      "parents": [
        "7bce6c2740fab36708233e998a9e53115649b193"
      ],
      "author": {
        "name": "Magnus Damm",
        "email": "damm@igel.co.jp",
        "time": "Mon May 11 08:45:27 2009 +0000"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon May 11 18:42:14 2009 +0900"
      },
      "message": "sh: include empty_zero_page in text\n\nInclude empty_zero_page in _text. This fixes a problem\nintroduced by c3e2586b794b12ffcdf69b4e547030b51e18e6d9\nwhich results in broken boot on R2D-Plus.\n\nSigned-off-by: Magnus Damm \u003cdamm@igel.co.jp\u003e\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "7bce6c2740fab36708233e998a9e53115649b193",
      "tree": "2ae13ce123f6d72ee7bdf51de6efde521abf3fe4",
      "parents": [
        "780f98ff1fa9cfcab177f6b5ab09b11321f1e5c8"
      ],
      "author": {
        "name": "Yoshihiro Shimoda",
        "email": "shimoda.yoshihiro@renesas.com",
        "time": "Mon May 11 06:51:28 2009 +0000"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon May 11 16:56:16 2009 +0900"
      },
      "message": "sh: sh7785lcr: fix I2C device address map for 32-bit mode\n\nThis fixes up the broken I2C offset in 32-bit mode.\nThe cause is because the board datasheet had a mistake.\n\nSigned-off-by: Yoshihiro Shimoda \u003cshimoda.yoshihiro@renesas.com\u003e\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "780f98ff1fa9cfcab177f6b5ab09b11321f1e5c8",
      "tree": "2252bc0f9c1abf04262e4899a62b281beeb90674",
      "parents": [
        "d9d674e50007362567edb5df65c05dd56a5964bf"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon May 11 12:15:14 2009 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon May 11 12:15:14 2009 +0900"
      },
      "message": "sh: Account for INITIAL_JIFFIES when using jiffies clocksource.\n\nIn the case where we fall back on the generic jiffies clocksource,\nINITIAL_JIFFIES needs to be accounted for so that printk times aren\u0027t\ncompletely skewed.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "d9d674e50007362567edb5df65c05dd56a5964bf",
      "tree": "0e53b572e64bc8dcbe52aa6bd6f30e00bb493fcb",
      "parents": [
        "567bb8fd47624cb9f894c64ce9530d43d5862a71"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon May 11 12:12:38 2009 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon May 11 12:12:38 2009 +0900"
      },
      "message": "sh: Fix up typo in arch/sh/kernel/vmlinux.lds.S\n\n.init_ramfs ought to be .init.ramfs, fix it up.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "567bb8fd47624cb9f894c64ce9530d43d5862a71",
      "tree": "ffd7da1c98b16ff0939763553e3bb0ba87bf6718",
      "parents": [
        "457daa2b66e07bbd2280b9f8d2b03e800f357243"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Sun May 10 14:25:39 2009 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Sun May 10 14:25:39 2009 +0900"
      },
      "message": "sh: Fix up R0 dependence in __arch_swab16/32.\n\nThere is nothing in these routines that inherently depends on R0 use.\nGiven that these routines are inlined, it is rather easy to blow up the\ncompiler by exhausting the spill class when performing a 64-bit swab.\n\nThis presently manifests itself as the following:\n\nCC      fs/ocfs2/suballoc.o\nfs/ocfs2/suballoc.c: In function \u0027ocfs2_reserve_suballoc_bits\u0027:\nfs/ocfs2/suballoc.c:638: error: unrecognizable insn:\n(insn 2793 1230 1231 103 arch/sh/include/asm/swab.h:33 (set (reg:HI 853)\n        (subreg:HI (reg:SI 149 macl) 2)) -1 (expr_list:REG_DEAD (reg:SI 149 macl)\n        (nil)))\nfs/ocfs2/suballoc.c:638: internal compiler error: in extract_insn, at recog.c:1991\n\nThis patch switches over to using an arbitrarily assigned register instead.\n\nWhile the same issue does not exist in the SH-5 case, there is likewise no harm\nin having an alternate register used for the byterev/shari pair.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "457daa2b66e07bbd2280b9f8d2b03e800f357243",
      "tree": "9b597631f1b112917b58d084e59d6158d9fe739b",
      "parents": [
        "b412a49af970e703124fa3259bf24165c0c74024"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Sun May 10 01:28:01 2009 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Sun May 10 01:28:01 2009 +0900"
      },
      "message": "sh: Hook up cc-cross-prefix support.\n\nThis implements a simple case that just iterates through the common\ncases, looking at UTS_MACHINE for hints.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "b412a49af970e703124fa3259bf24165c0c74024",
      "tree": "fe0d7a8126e2c67494af7009b7edd2e82726dfd2",
      "parents": [
        "1eca133cc9f978a8c44788fc5b2fe54219f9425c"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Sun May 10 01:23:25 2009 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Sun May 10 01:23:25 2009 +0900"
      },
      "message": "sh: Consolidate the boot link and entry offset definitions.\n\nConsolidate these in a single place in the Kconfig menus. At the same\ntime, disable their interactivity and set them according to the board\nconfig defaults.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "1eca133cc9f978a8c44788fc5b2fe54219f9425c",
      "tree": "876b9794f6fe5d71a67d10717dc09170f3ba1a12",
      "parents": [
        "b20883562455060272126c36563a7d8edafc30d3"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Sun May 10 00:58:21 2009 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Sun May 10 00:58:21 2009 +0900"
      },
      "message": "sh: Merge the split arch/sh/boot/compressed/ Makefiles.\n\nThis kills off the _64 variant and moves the _32 one over as the generic\none to use.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "b20883562455060272126c36563a7d8edafc30d3",
      "tree": "5a5c814322e5ff0bb21c60c96b8d9dc29d6b9e75",
      "parents": [
        "a2e76c80d93ec3c59a030b6ca37b9087033565c1"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Sun May 10 00:55:45 2009 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Sun May 10 00:55:45 2009 +0900"
      },
      "message": "sh: Provide a BITS definition, use it in the arch/sh/boot/ Makefiles.\n\nThis introduces a BITS export that can handily be picked up by Makefiles\nfor cleaner sharing. Reflect its use in arch/sh/boot/compressed/ in\npreparation for unifying the Makefiles.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "a2e76c80d93ec3c59a030b6ca37b9087033565c1",
      "tree": "812c66bf43cb99e483147c641fe6a3f68e5b4909",
      "parents": [
        "20b27fa33743c6ef77a1248421fab51e8bf21a25"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Sun May 10 00:54:39 2009 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Sun May 10 00:54:39 2009 +0900"
      },
      "message": "sh: Provide a tighter BOOT_LINK_OFFSET definition for the Cayman board.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "20b27fa33743c6ef77a1248421fab51e8bf21a25",
      "tree": "9781cfaa62fa753bc39cb42fc9234c1803fbb80b",
      "parents": [
        "7b022d07a0fd2ce02d4456b732c674ff1d16f5ce"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Sun May 10 00:36:22 2009 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Sun May 10 00:36:22 2009 +0900"
      },
      "message": "sh: Fix up the sh64 zImage build.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "7b022d07a0fd2ce02d4456b732c674ff1d16f5ce",
      "tree": "02bd8fccea476085e5184f413d4210695f83c88b",
      "parents": [
        "dce97c8cb2ad365fa87dc6924d99528c21c63912"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Sun May 10 00:25:08 2009 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Sun May 10 00:25:08 2009 +0900"
      },
      "message": "sh: Tidy up the ldscript output format specifier.\n\nTie this in to the Makefile directly, where we already know what we are\nrunning on. This tidies up the linker script a bit, and is prep work for\nunifying the arch/sh/boot/compressed linker scripts.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "dce97c8cb2ad365fa87dc6924d99528c21c63912",
      "tree": "f5df211d8a07b538202c38324867c6881a1175e7",
      "parents": [
        "c3e2586b794b12ffcdf69b4e547030b51e18e6d9"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Sat May 09 23:36:10 2009 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Sat May 09 23:36:10 2009 +0900"
      },
      "message": "sh: Move the unified linker script in place, kill off old _64 one.\n\nJust forcefully rename the _32 variant overtop, and kill off the now\nunused _64 version.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "c3e2586b794b12ffcdf69b4e547030b51e18e6d9",
      "tree": "d7a98459db20d5910a4ed9cfdb64f260cf66521c",
      "parents": [
        "7cd0378ef4c0d7b05e7dcb1daa115b841ffdc31a"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Sat May 09 23:33:02 2009 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Sat May 09 23:33:02 2009 +0900"
      },
      "message": "sh: Integrate sh64 bits in vmlinux_32.lds.S.\n\nThis adds all of the requisite bits from vmlinux_64.lds.S in to the _32\nvariant, resulting in a unified and generic linker script that can be\nshared across both.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "7cd0378ef4c0d7b05e7dcb1daa115b841ffdc31a",
      "tree": "87f98b88f23a9f0846268afa243278fd17b68065",
      "parents": [
        "1031a3a57ed76f5cb8754a89ddb22f3d9ebe8861"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Sat May 09 18:03:37 2009 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Sat May 09 18:03:37 2009 +0900"
      },
      "message": "sh: Fix up SHmedia module ELF relocations.\n\nThis fixes up the LSB setting for SHmedia branching in updated symbols\nwhen processing module relocations.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "1031a3a57ed76f5cb8754a89ddb22f3d9ebe8861",
      "tree": "d96fa7501dcf7c74837e43a2bec084aea877eaec",
      "parents": [
        "2bcfffa42309b6f73042c62459bf5207762a271d"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Sat May 09 17:57:21 2009 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Sat May 09 17:57:21 2009 +0900"
      },
      "message": "sh: Provide an __sdivsi3_2 export for sh64.\n\nNewer code paths that are heavier in 64-bit math manage to get this\ngenerated by newer compilers, provide a definition and export\naccordingly. This is trivially wrapped around the existing __sdivsi3\ncode.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "2bcfffa42309b6f73042c62459bf5207762a271d",
      "tree": "1e4801652658e815b4c873e951b6339037deb3d5",
      "parents": [
        "6dbe47a170f80159f23c856ad4e02f2685c6f6cb"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Sat May 09 16:02:08 2009 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Sat May 09 16:02:08 2009 +0900"
      },
      "message": "sh: Rename opcode_t to insn_size_t.\n\nThis is now clashing with a driver, so just rename it.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "6dbe47a170f80159f23c856ad4e02f2685c6f6cb",
      "tree": "9c2a6a3e686b76fead3f11db2c54fe27077f4393",
      "parents": [
        "2fedaacdc07e053d93e0607047a96d282f62aca2"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Sat May 09 14:44:30 2009 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Sat May 09 14:44:30 2009 +0900"
      },
      "message": "sh: Provide __read_{read,write}sl() definitions for sh64.\n\nThese are presently only defined for sh32, use the plain unoptimized\nversions for sh64. Fixes up smsc911x build.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "2fedaacdc07e053d93e0607047a96d282f62aca2",
      "tree": "1306dd32d34c7224b15369eeba6be3999e30efd2",
      "parents": [
        "e9e8b1fb995543c4cc3930f465923a552b2e48b7"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Sat May 09 14:38:49 2009 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Sat May 09 14:38:49 2009 +0900"
      },
      "message": "sh: Cleanup irqflags size mismatch on SH-5 build.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "e9e8b1fb995543c4cc3930f465923a552b2e48b7",
      "tree": "799d90e928bd3afd4ad97c435f4fba96a9ea3a61",
      "parents": [
        "cd89436e54b29a07a383ee82f2f718d8c9d24cc4"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Sat May 09 14:31:37 2009 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Sat May 09 14:31:37 2009 +0900"
      },
      "message": "sh: Fix up the sh64 earlyprintk build.\n\nsci_rxd_in() on SH-5 wants to be using SCSPTR, not SCSPTR2.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "cd89436e54b29a07a383ee82f2f718d8c9d24cc4",
      "tree": "28422f39c09329c73bfc3a4c3198e5f3c44b5110",
      "parents": [
        "ba0d474082dfa37fb0efd439b4d0c0234ceb1e80"
      ],
      "author": {
        "name": "Peter Griffin",
        "email": "pgriffin@mpc-data.co.uk",
        "time": "Fri May 08 15:51:51 2009 +0100"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Sat May 09 00:11:33 2009 +0900"
      },
      "message": "sh: Add UBC trap vector for SH2A\n\nSigned-off-by: Peter Griffin \u003cpgriffin@mpc-data.co.uk\u003e\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "ba0d474082dfa37fb0efd439b4d0c0234ceb1e80",
      "tree": "1726f2fc031d0ab64a208e1b9424871600c34d1b",
      "parents": [
        "e73173dbe55e5b4c2306728aad50c8e42194f6d5"
      ],
      "author": {
        "name": "Peter Griffin",
        "email": "pgriffin@mpc-data.co.uk",
        "time": "Fri May 08 15:50:54 2009 +0100"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Sat May 09 00:11:27 2009 +0900"
      },
      "message": "sh: Add ptrace support for NOMMU debugging\n\nSigned-off-by: Peter Griffin \u003cpgriffin@mpc-data.co.uk\u003e\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "e73173dbe55e5b4c2306728aad50c8e42194f6d5",
      "tree": "3c9eb779f1d376b2bff8d5482717260d26f9981d",
      "parents": [
        "be6514c6295cc79498eeb9a8f933451082ca9e69"
      ],
      "author": {
        "name": "Kieran Bingham",
        "email": "kieranbingham@gmail.com",
        "time": "Fri May 08 15:49:50 2009 +0100"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Sat May 09 00:09:21 2009 +0900"
      },
      "message": "sh: Fix UBC setup and registers for SH2A\n\nSigned-off-by: Kieran Bingham \u003ckieranbingham@gmail.com\u003e\nSigned-off-by: Peter Griffin \u003cpgriffin@mpc-data.co.uk\u003e\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "be6514c6295cc79498eeb9a8f933451082ca9e69",
      "tree": "39861a24f59be4475c4875495d1258968ef779d0",
      "parents": [
        "168f36237b16e2b3159e24c7d3b658e3c912d149"
      ],
      "author": {
        "name": "Kieran Bingham",
        "email": "kieranbingham@gmail.com",
        "time": "Fri May 08 15:48:15 2009 +0100"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Sat May 09 00:06:03 2009 +0900"
      },
      "message": "sh: Add in some ptrace definitions from GDB.\n\nPlugs in PT_TEXT_END_ADDR/PT_TEXT_ADDR/PT_DATA_ADDR/PT_TEXT_LEN\ndefinitions.\n\nSigned-off-by: Kieran Bingham \u003ckieranbingham@gmail.com\u003e\nSigned-off-by: Peter Griffin \u003cpgriffin@mpc-data.co.uk\u003e\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "168f36237b16e2b3159e24c7d3b658e3c912d149",
      "tree": "35b0adbdb4c30128c8c62ad1ec43c31bbe13dbf7",
      "parents": [
        "54507f6ee99778a727ff1b38a1f4050fe6479835"
      ],
      "author": {
        "name": "Yoshinori Sato",
        "email": "ysato@users.sourceforge.jp",
        "time": "Tue Apr 28 04:40:15 2009 +0000"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Fri May 08 23:54:47 2009 +0900"
      },
      "message": "serial: sh-sci: Fix up h8300 support.\n\n- Dummy SCIF functions define.\n- h8300 specific header include.\n\nSigned-off-by: Yoshinori Sato \u003cysato@users.sourceforge.jp\u003e\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "54507f6ee99778a727ff1b38a1f4050fe6479835",
      "tree": "40e31870a78c775524e1c948b4b5ad96772bb79a",
      "parents": [
        "3b226e15beb5ecf068738e796811afd1e5b3f81f"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Fri May 08 23:48:33 2009 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Fri May 08 23:48:33 2009 +0900"
      },
      "message": "serial: sh-sci: Fix up section mismatch in error path.\n\nThe sci_probe_single() path attempts to use sci_remove() for the error\npath, while sci_remove() is still flagged as __devexit. So, we simply\ndiscard the section annotation.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "3b226e15beb5ecf068738e796811afd1e5b3f81f",
      "tree": "206dd4fd33151eff0885c26f5afd828b59850510",
      "parents": [
        "501b825d01efb93766c87d29f299851152cf4eb0"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Fri May 08 23:28:54 2009 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Fri May 08 23:28:54 2009 +0900"
      },
      "message": "sh: Add clock id to sh-sci platform data on SH-Mobile CPUs.\n\nThis adds the clock specifier to all of the SH-Mobile sh-sci ports.\nImpacted CPUs are SH7343/SH7366/SH7722/SH7723/SH7724.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "501b825d01efb93766c87d29f299851152cf4eb0",
      "tree": "e80ece8e1b458aae3f601f1f23dd7b1173b1b366",
      "parents": [
        "08f8cb315fdf9195b472aeb440ae65b189b151da"
      ],
      "author": {
        "name": "Magnus Damm",
        "email": "damm@igel.co.jp",
        "time": "Wed Jan 21 15:14:30 2009 +0000"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Fri May 08 23:22:26 2009 +0900"
      },
      "message": "sh-sci: improve clock framework support\n\nUse enable/disable hooks for clock framework integration.\nMake sure we control the clock for the serial console as well.\n\nSigned-off-by: Magnus Damm \u003cdamm@igel.co.jp\u003e\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "08f8cb315fdf9195b472aeb440ae65b189b151da",
      "tree": "f0bab5565847b51008dc2845abf532b5e752a716",
      "parents": [
        "7ed7e0711b3ff85b3e15591081b42f2af96d584b"
      ],
      "author": {
        "name": "Magnus Damm",
        "email": "damm@igel.co.jp",
        "time": "Wed Jan 21 15:14:22 2009 +0000"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Fri May 08 23:16:07 2009 +0900"
      },
      "message": "sh-sci: ioremap() in a single place\n\nHandle ioremap() in sci_config_port only.\n\nSigned-off-by: Magnus Damm \u003cdamm@igel.co.jp\u003e\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "7ed7e0711b3ff85b3e15591081b42f2af96d584b",
      "tree": "e1b7c7cf83d2d84481354b72d5775508f7483bba",
      "parents": [
        "0ee70712922c15252183db8b50a7e369c96017c0"
      ],
      "author": {
        "name": "Magnus Damm",
        "email": "damm@igel.co.jp",
        "time": "Wed Jan 21 15:14:14 2009 +0000"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Fri May 08 23:09:20 2009 +0900"
      },
      "message": "sh-sci: replace sci_init_ports()\n\nReplace sci_init_ports() with sci_init_single().\n\nSigned-off-by: Magnus Damm \u003cdamm@igel.co.jp\u003e\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "0ee70712922c15252183db8b50a7e369c96017c0",
      "tree": "c9e8fd1be30692c3c5d9d68dd041639e4e27e897",
      "parents": [
        "a5660adae85918f2ab6b10ab58e2f574c1bd5ce1"
      ],
      "author": {
        "name": "Magnus Damm",
        "email": "damm@igel.co.jp",
        "time": "Wed Jan 21 15:13:50 2009 +0000"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Fri May 08 23:08:53 2009 +0900"
      },
      "message": "sh-sci: allow single port platform devices\n\nAllow registration of single port sh-sci platform devices.\n\nSigned-off-by: Magnus Damm \u003cdamm@igel.co.jp\u003e\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "a5660adae85918f2ab6b10ab58e2f574c1bd5ce1",
      "tree": "132203befb19cb66e430aec8cec71b274e298c4e",
      "parents": [
        "dc8e6f5bfcd6a307a8196d3e41fd9798be5a1c76"
      ],
      "author": {
        "name": "Magnus Damm",
        "email": "damm@igel.co.jp",
        "time": "Wed Jan 21 15:14:38 2009 +0000"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Fri May 08 23:04:21 2009 +0900"
      },
      "message": "sh-sci: use to_sci_port() if possible\n\nSigned-off-by: Magnus Damm \u003cdamm@igel.co.jp\u003e\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "dc8e6f5bfcd6a307a8196d3e41fd9798be5a1c76",
      "tree": "4dd52f5208c652a99324755baf8e8ea2b8710a50",
      "parents": [
        "9080b72819650c3a757d173a19bc930d603b79d6"
      ],
      "author": {
        "name": "Magnus Damm",
        "email": "damm@igel.co.jp",
        "time": "Wed Jan 21 15:14:06 2009 +0000"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Fri May 08 23:01:12 2009 +0900"
      },
      "message": "sh-sci: rework serial console support\n\nRework sh-sci serial console code.\n\nSigned-off-by: Magnus Damm \u003cdamm@igel.co.jp\u003e\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "9080b72819650c3a757d173a19bc930d603b79d6",
      "tree": "a61b60f42fc6455da80f69742ef9883767e47e95",
      "parents": [
        "e552de2413edad1a7b0c7f82a2f2753e4f905d93"
      ],
      "author": {
        "name": "Magnus Damm",
        "email": "damm@igel.co.jp",
        "time": "Wed Jan 21 15:13:58 2009 +0000"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Fri May 08 22:53:58 2009 +0900"
      },
      "message": "sh-sci: remove early_sci_setup()\n\nRemove unused early_sci_setup() function from sh-sci.\n\nSigned-off-by: Magnus Damm \u003cdamm@igel.co.jp\u003e\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "e552de2413edad1a7b0c7f82a2f2753e4f905d93",
      "tree": "45ecd6a536d17318c9b9f279a81d9cbe2a7bd17d",
      "parents": [
        "7b551f9daa9bd9533ba4ce31622ed4be1dd97d3e"
      ],
      "author": {
        "name": "Magnus Damm",
        "email": "damm@igel.co.jp",
        "time": "Wed Jan 21 15:13:42 2009 +0000"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Fri May 08 22:50:47 2009 +0900"
      },
      "message": "sh-sci: add platform device private data\n\nThis patch adds per-platform private data to the sh-sci driver.\n\nSigned-off-by: Magnus Damm \u003cdamm@igel.co.jp\u003e\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "7b551f9daa9bd9533ba4ce31622ed4be1dd97d3e",
      "tree": "331102b4e51320570a00293fc59389e4b455c07e",
      "parents": [
        "ccdaeb4c8f982900a2abf722e34b60131394d8eb"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Fri May 08 22:14:01 2009 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Fri May 08 22:14:01 2009 +0900"
      },
      "message": "sh: Kill off the GENERIC_CALIBRATE_DELAY ifndef.\n\nNow that everyone is using the clock framework directly and we\nunconditionally provide our own calibrate_delay() function, having it\nwrapped in an ifndef is no longer useful. So, kill it off.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "ccdaeb4c8f982900a2abf722e34b60131394d8eb",
      "tree": "f606b3d62173c11f8bb49f34bc951be0d3dad21b",
      "parents": [
        "c3d480ded1584dc17f6e82f49af4155380a51dda"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Fri May 08 22:09:30 2009 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Fri May 08 22:09:30 2009 +0900"
      },
      "message": "sh: TMU platform data for SH-X3 proto CPU.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "c3d480ded1584dc17f6e82f49af4155380a51dda",
      "tree": "eea59347ee5db059b884e0efd2f4fd4280050d24",
      "parents": [
        "c29418c2ae15ee9171bc136ad261c497b95a46fc"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Fri May 08 21:57:04 2009 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Fri May 08 21:57:04 2009 +0900"
      },
      "message": "sh: TMU platform data for SH7786.\n\nWires up all 12 TMU channels, with TMU0 and 1 used as clockevent and\nclocksource respectively.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "c29418c2ae15ee9171bc136ad261c497b95a46fc",
      "tree": "909d43d394baa1f2a01bf79b747a10ad57732789",
      "parents": [
        "30d88cf52f229c3e0c90b8d71036960ccc2db4e2"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Fri May 08 20:32:56 2009 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Fri May 08 20:32:56 2009 +0900"
      },
      "message": "sh: Always fixup unaligned userspace accesses on sh64.\n\nsh64 has traditionally had this configurable via a Kconfig option\n(CONFIG_SH64_USER_MISALIGNED_FIXUP). In practice it has never really been\nterribly useful to turn this off, so just get rid of the option entirely.\n\nWe leave the sysctl around so we don\u0027t end up breaking existing root\nfile systems, and to allow folks that really want this off to do so at\ntheir own risk.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "30d88cf52f229c3e0c90b8d71036960ccc2db4e2",
      "tree": "ac47f1aa17fd4138f6b0ac7e192896caa050f124",
      "parents": [
        "6eac1af01112d1919b1c432f6591e6368e8d538f"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Fri May 08 20:20:56 2009 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Fri May 08 20:20:56 2009 +0900"
      },
      "message": "sh: Kill off extra cflags Kconfig entry.\n\nThere is no real reason to use this anymore, as the build system\ngenerally knows what it is doing with regards to cflags mangling.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "6eac1af01112d1919b1c432f6591e6368e8d538f",
      "tree": "082330649c0d5b6607c6ba1e51f4217dc56f707e",
      "parents": [
        "b366328335b98373325977e116d2423f500708ac"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Fri May 08 19:48:47 2009 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Fri May 08 19:48:47 2009 +0900"
      },
      "message": "sh: Always select RTC_LIB, not just for SUPERH32.\n\nThe RTC_LIB helpers are used in arch/sh/kernel/time.c, which was\npreviously only the case for the 32-bit variant. Now that this has\nbecome the common implementation, move the RTC_LIB select to reflect\nthat. Fixes up the sh64 build.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "b366328335b98373325977e116d2423f500708ac",
      "tree": "5f547441921bbfe41fe451130cffae154d678e4f",
      "parents": [
        "47dd6f4439811c6c83d9abf2f364bcb6d2684640"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Fri May 08 18:01:03 2009 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Fri May 08 18:01:03 2009 +0900"
      },
      "message": "sh: Drop dead rules from arch/sh/kernel/Makefile_64.\n\nSeveral of these options are specific to the SHcompact ISA and will need\nto be rewritten for SHmedia if they are to be supported at all. Drop\nthe impossible rules for now.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "47dd6f4439811c6c83d9abf2f364bcb6d2684640",
      "tree": "1acc7e40e087a1fb76c04b87b61fb776c2dbc74d",
      "parents": [
        "583d1d549ff107500481461cec0325189c5349ec"
      ],
      "author": {
        "name": "Magnus Damm",
        "email": "damm@igel.co.jp",
        "time": "Fri May 08 08:32:18 2009 +0000"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Fri May 08 17:47:16 2009 +0900"
      },
      "message": "sh: TMU platform data for sh7723\n\nThis patch adds TMU platform data for sh7723. Both clockevent\nand clocksource support is enabled. While at it, adjust the\nCMT clocksource rating to prioritize the TMU.\n\nSigned-off-by: Magnus Damm \u003cdamm@igel.co.jp\u003e\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "583d1d549ff107500481461cec0325189c5349ec",
      "tree": "822e65b842f65f0c77ec15ebd2882774e44b232f",
      "parents": [
        "4f5ecaa05493dfddf155b40224b951592bfce325"
      ],
      "author": {
        "name": "Magnus Damm",
        "email": "damm@igel.co.jp",
        "time": "Fri May 08 08:27:19 2009 +0000"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Fri May 08 17:46:57 2009 +0900"
      },
      "message": "sh: enable TMU clocksource on sh7722\n\nThis patch enables the TMU clocksource on sh7722.\nTo prioritize TMU over CMT we also adjust the CMT\nclock source rating.\n\nSigned-off-by: Magnus Damm \u003cdamm@igel.co.jp\u003e\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "4f5ecaa05493dfddf155b40224b951592bfce325",
      "tree": "8f37268849bc0fa6599e35e39cf01b01961ccb51",
      "parents": [
        "7d170b1bc540a1d83098a9f27cf4939e026fda81"
      ],
      "author": {
        "name": "Magnus Damm",
        "email": "damm@igel.co.jp",
        "time": "Fri May 08 08:23:29 2009 +0000"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Fri May 08 17:46:22 2009 +0900"
      },
      "message": "sh: clock framework update, fix count and kill off kref\n\nThis patch updates the clock framework use count code.\nWith this patch the enable() and disable() callbacks\nonly get called when counting from and to zero.\nWhile at it the kref stuff gets replaced with an int.\n\nSigned-off-by: Magnus Damm \u003cdamm@igel.co.jp\u003e\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "7d170b1bc540a1d83098a9f27cf4939e026fda81",
      "tree": "482234e9271e09bcd630d3d0b8450ab914da2c88",
      "parents": [
        "ef9f89996e450e9686816b6fc1e34d7b9a65766c"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Fri May 08 17:41:59 2009 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Fri May 08 17:41:59 2009 +0900"
      },
      "message": "sh: Move out cayman-specific panic handler code to its own file.\n\nThis moves out the cayman-specific panic handler code to a better\nlocation, and leaves the generic implementation a simple stub that is\nstill used under emulation.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "ef9f89996e450e9686816b6fc1e34d7b9a65766c",
      "tree": "1af533b5b5e5dc2ed20267fc74d6137c3ed6be75",
      "parents": [
        "cb3a86c89ebdf917b88665f70e06863986fbab5c"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Fri May 08 17:36:57 2009 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Fri May 08 17:36:57 2009 +0900"
      },
      "message": "sh: Kill off unused sh64 debug code.\n\nNone of the print_page() code and associated helpers are presently used\nby anything in-tree, so just kill it off.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "cb3a86c89ebdf917b88665f70e06863986fbab5c",
      "tree": "ca602230dcffab4a80656162d634cf889c74b1e9",
      "parents": [
        "1af2fe45fec15bdba446c22b9b602699cdabfc9f"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Fri May 08 17:25:35 2009 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Fri May 08 17:25:35 2009 +0900"
      },
      "message": "sh: Kill off sh64\u0027s hand-rolled syscall tracer.\n\nThis is no longer necessary, as there are now sufficient generic\nalternatives available.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "1af2fe45fec15bdba446c22b9b602699cdabfc9f",
      "tree": "626d565f0f1108cc03fd1a1b921a44ab37acabc8",
      "parents": [
        "cd1408f22d2fd8f0d09c082b07cf0b9bcfb6eac9"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Fri May 08 16:59:05 2009 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Fri May 08 16:59:05 2009 +0900"
      },
      "message": "sh: Kill off the global rtc_lock with extreme prejudice.\n\nNow that all of the possible users for rtc_lock have gone away, it is no\nlonger necessary to keep this lock definition around.\n\nThis follows several other architectures that have either recently\ndropped it or never supported it in the first place.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "cd1408f22d2fd8f0d09c082b07cf0b9bcfb6eac9",
      "tree": "f0e829ea1649d51087c4a5a9f088b7e585fb1d90",
      "parents": [
        "6459d7bb72e9767bc7d22f2ee44aab35188e4b8a"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Fri May 08 16:57:35 2009 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Fri May 08 16:57:35 2009 +0900"
      },
      "message": "sh: mach-sh03: Give the sh03 rtc its own spinlock.\n\nThis converts the sh03 rtc code off of using the global rtc_lock and on\nto its own spinlock. There are no other possible users of the rtc_lock,\nso serializing with it is not necessary.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "6459d7bb72e9767bc7d22f2ee44aab35188e4b8a",
      "tree": "1d89886acfbc17641070d1e2d41eb254d0802925",
      "parents": [
        "5ac5496411b30d41945a996fe7a7fb5abccf2aaa"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Fri May 08 16:47:48 2009 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Fri May 08 16:47:48 2009 +0900"
      },
      "message": "sh: Kill off dead timer sysclass pm hooks.\n\nWith the conversion to generic clockevents these are completely unused,\nso just kill it off.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "5ac5496411b30d41945a996fe7a7fb5abccf2aaa",
      "tree": "f79d9cb0933186628e2fff82bfaa43676a5d83f9",
      "parents": [
        "6d134b9e8d3f32331ad2faca2db8186f54198931"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Fri May 08 16:44:00 2009 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Fri May 08 16:44:00 2009 +0900"
      },
      "message": "sh: Kill off dead handle_timer_tick() code.\n\nNothing is using this anymore now that we have fully converted to generic\ntime, so kill it off completely.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "6d134b9e8d3f32331ad2faca2db8186f54198931",
      "tree": "1b778b8e3088f4d5f44db0728693fdf02f3d158f",
      "parents": [
        "b179b72fad5c88c3b616fb88a9ae7cbbc1a750d3"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Fri May 08 16:36:13 2009 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Fri May 08 16:36:13 2009 +0900"
      },
      "message": "sh: Wire up GENERIC_CMOS_UPDATE for the platforms that need it.\n\nNow that everything has converted over to generic timekeeping, we need an\nalternate method for keeping the RTC updated for those platforms that are\nstill using the rtc_sh_get/set_time pairs, presently limited to SH-03 and\nthe Dreamcast. This wires up the GENERIC_CMOS_UPDATE hooks for those to\nmaintain the same behaviour.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "b179b72fad5c88c3b616fb88a9ae7cbbc1a750d3",
      "tree": "705f19b9756654e8799191e1c3d7ea3b2b4e812d",
      "parents": [
        "add47067a8ca324e9d26c4373350dc3cce7f1e7f"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Fri May 08 16:17:36 2009 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Fri May 08 16:17:36 2009 +0900"
      },
      "message": "sh: Rename arch/sh/kernel/time_32.c to arch/sh/kernel/time.c.\n\nThis is now fully generic, and used both by _32 and _64 variants.\nRename it accordingly.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "add47067a8ca324e9d26c4373350dc3cce7f1e7f",
      "tree": "2ee7062a8e9b42d0452b5ca2e848483366f1f598",
      "parents": [
        "c2ecb4c4a7da16288062a057b693b7b1e16aaf88"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Fri May 08 16:12:17 2009 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Fri May 08 16:12:17 2009 +0900"
      },
      "message": "sh: Finish the sh64 migration off of ARCH_USES_GETTIMEOFFSET.\n\nThis adds sh_tmu support to the SH-5 subtypes, which subsequently allows\nus to kill off time_64.c and use the now generic time_32.c. As a bonus,\nSH-5 now supports highres timers and tickless for the first time.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "c2ecb4c4a7da16288062a057b693b7b1e16aaf88",
      "tree": "3c9a339738a9ad6d244a37aab0f42b69e1c39c49",
      "parents": [
        "4fa48e1774992fd03a4cd83a0f2adecb288c46f8"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Fri May 08 15:39:25 2009 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Fri May 08 15:39:25 2009 +0900"
      },
      "message": "sh: Move out rtc-sh registration from time_64.c to setup-sh5.c\n\nNow that the onchip_remap() mess is sorted out, the rtc-sh support code\nfor SH-5 can follow the same approach as the other CPUs.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "4fa48e1774992fd03a4cd83a0f2adecb288c46f8",
      "tree": "2642bcfd03a828ff0e547c947b0076cdd605e34c",
      "parents": [
        "e367592cc93ac653e7bc0bebbc9bb713a77e2696"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Fri May 08 15:28:15 2009 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Fri May 08 15:28:15 2009 +0900"
      },
      "message": "sh: Enable new TMU driver support for all SH-3 and SH-4 CPUs.\n\nThe TMU block is supported on all SH-3 and SH-4 subtypes, so just select\nit there, rather than conditionalizing it per subtype.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "e367592cc93ac653e7bc0bebbc9bb713a77e2696",
      "tree": "567fbce6b2214e8a491feb66af50333f126ff69e",
      "parents": [
        "06ee846a25642c434c55209151c633f538c12022"
      ],
      "author": {
        "name": "Magnus Damm",
        "email": "damm@igel.co.jp",
        "time": "Thu May 07 10:55:37 2009 +0000"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Fri May 08 11:40:09 2009 +0900"
      },
      "message": "sh: TMU platform data for sh7785\n\nThis patch adds TMU platform data for sh7785. Both clockevent\nand clocksource support is enabled.\n\nSigned-off-by: Magnus Damm \u003cdamm@igel.co.jp\u003e\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "06ee846a25642c434c55209151c633f538c12022",
      "tree": "beedce2213222f2e42120f0c7da18138dad48a11",
      "parents": [
        "b3cacf318172757783d8272fc333284dd4f50140"
      ],
      "author": {
        "name": "Magnus Damm",
        "email": "damm@igel.co.jp",
        "time": "Thu May 07 10:44:55 2009 +0000"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Fri May 08 11:40:04 2009 +0900"
      },
      "message": "sh: r7785 highlander clock fixes\n\nUpdate the r7785 highlander defconfig to fix\nPCLK value and that mode4 is set high.\n\nSigned-off-by: Magnus Damm \u003cdamm@igel.co.jp\u003e\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "b3cacf318172757783d8272fc333284dd4f50140",
      "tree": "d1fae2277559908d5c86db8daabd605db233c2b7",
      "parents": [
        "5dafc91fca9135a7b0acb76d9709f4abfad92d6e"
      ],
      "author": {
        "name": "Magnus Damm",
        "email": "damm@igel.co.jp",
        "time": "Thu May 07 10:31:39 2009 +0000"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Fri May 08 11:38:28 2009 +0900"
      },
      "message": "sh: call clock framework init() callback once\n\nMake sure that clk-\u003eops-\u003einit() only gets called once in\nthe case of CLK_ALWAYS_ENABLED. Without this patch the\ninit() callback may be called multiple times.\n\nSigned-off-by: Magnus Damm \u003cdamm@igel.co.jp\u003e\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "5dafc91fca9135a7b0acb76d9709f4abfad92d6e",
      "tree": "47e3ad5dbab2f6b11fd91ecb1c0beb9630fa7c91",
      "parents": [
        "c51279ec0d2d959e13831ae84b714301f0494f27"
      ],
      "author": {
        "name": "Magnus Damm",
        "email": "damm@igel.co.jp",
        "time": "Thu May 07 10:17:44 2009 +0000"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Fri May 08 11:38:26 2009 +0900"
      },
      "message": "sh: sh7785 early scif fix\n\nThis patch moves the SH4 case of EARLY_SCIF_CONSOLE_PORT\nso the SH7785 default value gets used. Without this patch\nthe value for SH7785 is set to 0xffe80000.\n\nSigned-off-by: Magnus Damm \u003cdamm@igel.co.jp\u003e\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "c51279ec0d2d959e13831ae84b714301f0494f27",
      "tree": "7fa64e7f537252b7fb2bf7bcfcaa942487da1e1f",
      "parents": [
        "0fb849b9d743a20056f2418cd955e5c650658663"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Thu May 07 18:17:20 2009 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Thu May 07 18:17:20 2009 +0900"
      },
      "message": "sh: Kill off unused SH-5 irq_describe cruft.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "0fb849b9d743a20056f2418cd955e5c650658663",
      "tree": "dd2d44103536ae83f8db483a8657bdcc36ad5c14",
      "parents": [
        "ae318a148e4d255dfbc87d963fdd6031c2af9c46"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Thu May 07 18:10:27 2009 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Thu May 07 18:10:27 2009 +0900"
      },
      "message": "sh: Integrate the SH-5 onchip_remap() more coherently.\n\nPresently this is special-cased for early initialization. While there are\nsituations where these static early initializations are still necessary,\nwith minor changes it is possible to use this for the regular ioremap\nimplementation as well. This allows us to kill off the special-casing for\nthe remap completely and to start tidying up all of the SH-5\nspecial-casing in drivers.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "ae318a148e4d255dfbc87d963fdd6031c2af9c46",
      "tree": "2097e446bc4a9a0fe70d12a02341645f03825d69",
      "parents": [
        "ee1acbfabd5270b40ce2cfdc202070b7ca91cdff"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Thu May 07 17:55:09 2009 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Thu May 07 17:55:09 2009 +0900"
      },
      "message": "sh: sh64 still needs ARCH_USES_GETTIMEOFFSET temporarily.\n\nsh64 is still using this, so re-enable it temporarily while SH-5 gets\nconverted to use the generic code.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "ee1acbfabd5270b40ce2cfdc202070b7ca91cdff",
      "tree": "a2247c699ce56431ddb0abb1ed252ea46781a110",
      "parents": [
        "40c8bca76ecaa6b663d403d34f0fcd422bbdbffd"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Thu May 07 16:38:16 2009 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Thu May 07 16:38:16 2009 +0900"
      },
      "message": "sh: Handle shm_align_mask also for HAVE_ARCH_UNMAPPED_AREA_TOPDOWN.\n\nPresently shm_align_mask is only looked at for the bottom up case, but we\nstill want this for proper colouring constraints in the topdown case.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "40c8bca76ecaa6b663d403d34f0fcd422bbdbffd",
      "tree": "5739b36a4a55b869e845f5447b52c45d21120086",
      "parents": [
        "25483efeb2e56521e418a59fa93401be156dc3bb"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Thu May 07 15:24:36 2009 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Thu May 07 15:24:36 2009 +0900"
      },
      "message": "sh: Flag IRQSTACKS as BROKEN for now.\n\nThere still seems to be some stack corruption to sort out here, so flag\nthis as BROKEN until this issue is sorted out.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "25483efeb2e56521e418a59fa93401be156dc3bb",
      "tree": "1502eb45f354d8ac5dcec12323518a1f8b0d19eb",
      "parents": [
        "dec56e6312434b2536fedf9d7e9e73d666aaf0a8"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Sun May 03 18:29:27 2009 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Sun May 03 18:29:27 2009 +0900"
      },
      "message": "sh: Move dummy clockevents broadcast timer to its new home.\n\nThe old arch/sh/kernel/timers/ directly will be going away completely\nonce the rest of the TMU users are migrated, so move the dummy broadcast\ndriver up a level in preparation.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "dec56e6312434b2536fedf9d7e9e73d666aaf0a8",
      "tree": "74a85790e34e1f42613e1aa66717498f387c2799",
      "parents": [
        "938edae11ee3a7b20b6d754074a0f2c2edc4534b"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Sun May 03 18:18:14 2009 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Sun May 03 18:18:14 2009 +0900"
      },
      "message": "sh: Kill off the now unused ARCH_USES_GETTIMEOFFSET code.\n\nNow that the stragglers (MTU2/CMT/etc.) have been rewritten and we are\nselecting both GENERIC_TIME and GENERIC_CLOCKEVENTS, the get_offset()\ntimer op is completely unused. As a result, we are now able to kill off\nthe ARCH_USES_GETTIMEOFFSET references.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "938edae11ee3a7b20b6d754074a0f2c2edc4534b",
      "tree": "f2c31c2af733bc9e48eaa6de7ac9e919a987ea1c",
      "parents": [
        "d1fcc0a8db5e47c1abaa783a3e83dbf5f2184969"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Sun May 03 18:12:26 2009 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Sun May 03 18:12:26 2009 +0900"
      },
      "message": "sh: select both GENERIC_TIME and GENERIC_CLOCKEVENTS.\n\nNow that the rest of the timers that didn\u0027t support clockevents have been\nrewritten, both of these can be enabled by default.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "d1fcc0a8db5e47c1abaa783a3e83dbf5f2184969",
      "tree": "10f6ff571bb290eddfbf155180211df42c6849fc",
      "parents": [
        "46a12f7426d71cabc08972cf8d3ffdd441d26a3a"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Sun May 03 18:05:42 2009 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Sun May 03 18:05:42 2009 +0900"
      },
      "message": "clocksource: sh_mtu2/cmt_register() should be static.\n\nNeither of these need to be exported, so just make them static.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "46a12f7426d71cabc08972cf8d3ffdd441d26a3a",
      "tree": "40689b826cc2b24d62bc5be1e08db27593072873",
      "parents": [
        "d43a41bf8b504a1d9f0b4ce7e17d803f4ef39d84"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Sun May 03 17:57:17 2009 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Sun May 03 17:57:17 2009 +0900"
      },
      "message": "sh: Consolidate MTU2/CMT/TMU timer platform data.\n\nAll of the SH timers use a roughly identical structure for platform data,\nwhich presently is broken out for each block. Consolidate all of these\ndefinitions, as there is no reason for them to be broken out in the first\nplace.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "d43a41bf8b504a1d9f0b4ce7e17d803f4ef39d84",
      "tree": "4021999f16ac221e7478f43b7ee4fea6de863b28",
      "parents": [
        "9570ef20423b549757aa484ad388f9a7d5bdc4d9"
      ],
      "author": {
        "name": "Magnus Damm",
        "email": "damm@igel.co.jp",
        "time": "Fri May 01 06:58:52 2009 +0000"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Sun May 03 17:41:37 2009 +0900"
      },
      "message": "sh: TMU platform data for sh7722\n\nThis patch adds TMU platform data for sh7722. Only clockevent\nmode is enabled for now, clocksource requires this patch:\n\"clocksource: setup mult_orig in clocksource_enable()\"\n\nSigned-off-by: Magnus Damm \u003cdamm@igel.co.jp\u003e\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "9570ef20423b549757aa484ad388f9a7d5bdc4d9",
      "tree": "900abba67f478327554307cb74e2683b632f3289",
      "parents": [
        "3280c8865e1b738604bacdea54738acef31e8c12"
      ],
      "author": {
        "name": "Magnus Damm",
        "email": "damm@igel.co.jp",
        "time": "Fri May 01 06:51:00 2009 +0000"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Sun May 03 17:41:15 2009 +0900"
      },
      "message": "clocksource: SuperH TMU Timer driver\n\nThis patch adds a TMU driver for the SuperH architecture.\n\nThe TMU driver is a platform driver with early platform\nsupport to allow using a TMU channel as clockevent or\nclocksource during system bootup or later.\n\nClocksource or clockevent can be selected.\nBoth periodic and oneshot clockevents are supported.\n\nSigned-off-by: Magnus Damm \u003cdamm@igel.co.jp\u003e\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "3280c8865e1b738604bacdea54738acef31e8c12",
      "tree": "e6019038b1b0f68bdb01d3e52a627c222425ae46",
      "parents": [
        "da107c6ef919b3afd9c9b405a4f71e03b5725b04"
      ],
      "author": {
        "name": "Magnus Damm",
        "email": "damm@igel.co.jp",
        "time": "Thu Apr 30 07:12:09 2009 +0000"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Sun May 03 17:40:13 2009 +0900"
      },
      "message": "sh: remove old MTU2 driver\n\nThis patch removes the old MTU2 driver (CONFIG_SH_MTU2/timer-mtu2.c)\n\nAs replacement, select the sh_cmt driver with CONFIG_SH_TIMER_MTU2\nand configure timer channel using platform data.\n\nIf multiple MTU channels are enabled using platform data, use the\nearlytimer parameter on the kernel command line to select channel.\nFor instance, use \"earlytimer\u003dsh_mtu2.0\" to select the first channel.\n\nTo verify which timer is being used, look at printouts or the timer\nirq count in /proc/interrupts.\n\nSigned-off-by: Magnus Damm \u003cdamm@igel.co.jp\u003e\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "da107c6ef919b3afd9c9b405a4f71e03b5725b04",
      "tree": "156284403aa3fa99d8c7b09bce618d8bc803b0ac",
      "parents": [
        "d5ed4c2e5ce9f5f6fd6a5a39ee1196a1f8a46eed"
      ],
      "author": {
        "name": "Magnus Damm",
        "email": "damm@igel.co.jp",
        "time": "Thu Apr 30 07:06:26 2009 +0000"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Sun May 03 17:38:07 2009 +0900"
      },
      "message": "sh: sh2a MTU2 platform data\n\nThis patch adds MTU2 platform data for the following cpus:\n - sh7201 (3/5 channels)\n - sh7203/sh7263 (2/4 channels)\n - sh7206 (3/5 channels)\n - MXG (3/5 channels)\n\nSigned-off-by: Magnus Damm \u003cdamm@igel.co.jp\u003e\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "d5ed4c2e5ce9f5f6fd6a5a39ee1196a1f8a46eed",
      "tree": "350f5a61bb75368a01f26ea2f0fa612b05cfc9bf",
      "parents": [
        "7563431107f6debf57c1dbecfb9498cf31a1c036"
      ],
      "author": {
        "name": "Magnus Damm",
        "email": "damm@igel.co.jp",
        "time": "Thu Apr 30 07:02:49 2009 +0000"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Sun May 03 17:36:02 2009 +0900"
      },
      "message": "clocksource: SuperH MTU2 Timer driver\n\nThis patch adds a MTU2 driver for the SuperH architecture.\n\nThe MTU2 driver is a platform driver with early platform\nsupport to allow using a MTU2 channel as only clockevent\nduring system bootup.\n\nClocksource on sh2a is currently unsupported due to code\ngeneration issues with 64-bit math, so at this point only\nperiodic clockevent support is in place.\n\nSigned-off-by: Magnus Damm \u003cdamm@igel.co.jp\u003e\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "7563431107f6debf57c1dbecfb9498cf31a1c036",
      "tree": "50e473f8eb90069b6e64675ee582dd3be76fbaef",
      "parents": [
        "d80498398276ca8eee7ebdbe0d47e06d01317439"
      ],
      "author": {
        "name": "john stultz",
        "email": "johnstul@us.ibm.com",
        "time": "Fri May 01 13:10:28 2009 -0700"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Sun May 03 17:32:55 2009 +0900"
      },
      "message": "time: sh: convert to use arch_getoffset() infrastructure\n\nConvert sh to use GENERIC_TIME via the arch_getoffset() infrastructure.\n\nSigned-off-by: John Stultz \u003cjohnstul@us.ibm.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "d80498398276ca8eee7ebdbe0d47e06d01317439",
      "tree": "6c8c5e79e3f8ce1a12ce3e759d1aae222c694a05",
      "parents": [
        "0cd5f7b0c7fd96f9f00187ef2ad2328de28ae326"
      ],
      "author": {
        "name": "Thomas Gleixner",
        "email": "tglx@linutronix.de",
        "time": "Sat May 02 20:01:20 2009 +0000"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Sun May 03 17:28:13 2009 +0900"
      },
      "message": "sh: remove obsolete hw_interrupt_type\n\nImpact: cleanup\n\nConvert the last remaining users to struct irq_chip and remove the\ndefine.\n\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "0cd5f7b0c7fd96f9f00187ef2ad2328de28ae326",
      "tree": "4543369eafc38ee13c6be26029b0e4c66f49321b",
      "parents": [
        "66fdc951720406deb3b0f17094cb16ec623f525d"
      ],
      "author": {
        "name": "Thomas Gleixner",
        "email": "tglx@linutronix.de",
        "time": "Sat May 02 20:00:44 2009 +0000"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Sun May 03 17:28:13 2009 +0900"
      },
      "message": "sh: remove obsolete no_irq_type\n\nImpact: cleanup\n\nconvert the last remaining users to no_irq_chip\n\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "66fdc951720406deb3b0f17094cb16ec623f525d",
      "tree": "24f0ea4cc5d563e4e11cb3bdeb0ca86dd28e8cb6",
      "parents": [
        "f425752fc66acf1d4e47970ea704ed7d31c14173",
        "7d27558c4138ac6b3684dea35c2f4379b940a7dd"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Sun May 03 17:24:55 2009 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Sun May 03 17:24:55 2009 +0900"
      },
      "message": "Merge branch \u0027timers/clocksource\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-tip\n"
    },
    {
      "commit": "7d27558c4138ac6b3684dea35c2f4379b940a7dd",
      "tree": "c10f5cee4dda1e6bc7977d016db020377f97feab",
      "parents": [
        "a25cbd045a2ffc42787d4dbcbb9c7118f5f42732"
      ],
      "author": {
        "name": "john stultz",
        "email": "johnstul@us.ibm.com",
        "time": "Fri May 01 13:10:26 2009 -0700"
      },
      "committer": {
        "name": "Thomas Gleixner",
        "email": "tglx@linutronix.de",
        "time": "Sat May 02 11:45:15 2009 +0200"
      },
      "message": "timekeeping: create arch_gettimeoffset infrastructure\n\nSome arches don\u0027t supply their own clocksource. This is mainly the\ncase in architectures that get their inter-tick times by reading the\ncounter on their interval timer.  Since these timers wrap every tick,\nthey\u0027re not really useful as clocksources.  Wrapping them to act like\none is possible but not very efficient. So we provide a callout these\narches can implement for use with the jiffies clocksource to provide\nfiner then tick granular time.\n\n[ Impact: ease the migration to generic time keeping ]\n\nSigned-off-by: John Stultz \u003cjohnstul@us.ibm.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\n"
    },
    {
      "commit": "a25cbd045a2ffc42787d4dbcbb9c7118f5f42732",
      "tree": "cefbaaf38cd09ffb3c96cacf2b93b6d9caaa4fe2",
      "parents": [
        "091438dd5668396328a3419abcbc6591159eb8d1"
      ],
      "author": {
        "name": "Magnus Damm",
        "email": "magnus.damm@gmail.com",
        "time": "Fri May 01 14:45:46 2009 +0900"
      },
      "committer": {
        "name": "Thomas Gleixner",
        "email": "tglx@linutronix.de",
        "time": "Sat May 02 11:45:15 2009 +0200"
      },
      "message": "clocksource: setup mult_orig in clocksource_enable()\n\nSetup clocksource mult_orig in clocksource_enable().\n\nClocksource drivers can save power by using keeping the\ndevice clock disabled while the clocksource is unused.\n\nIn practice this means that the enable() and disable()\ncallbacks perform clk_enable() and clk_disable().\n\nThe enable() callback may also use clk_get_rate() to get\nthe clock rate from the clock framework. This information\ncan then be used to calculate the shift and mult variables.\n\nCurrently the mult_orig variable is setup from mult at\nregistration time only. This is conflicting with the above\ncase since the clock is disabled and the mult variable is\nnot yet calculated at the time of registration.\n\nMoving the mult_orig setup code to clocksource_enable()\nallows us to both handle the common case with no enable()\ncallback and the mult-changed-after-enable() case.\n\n[ Impact: allow dynamic clock source usage ]\n\nSigned-off-by: Magnus Damm \u003cdamm@igel.co.jp\u003e\nLKML-Reference: \u003c20090501054546.8193.10688.sendpatchset@rx1.opensource.se\u003e\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\n"
    },
    {
      "commit": "091438dd5668396328a3419abcbc6591159eb8d1",
      "tree": "c3c2ab8ac7066c66b781386e7a02139e4eb7489d",
      "parents": [
        "9ea66ab5805daafc60ccb16dd617f610832c76bb"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Wed Apr 29 21:48:16 2009 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Wed Apr 29 21:48:16 2009 -0700"
      },
      "message": "Linux 2.6.30-rc4\n"
    },
    {
      "commit": "9ea66ab5805daafc60ccb16dd617f610832c76bb",
      "tree": "0a1d02c078ffe88ff6c0efb07b974f0a0fa2f82e",
      "parents": [
        "93acda847f42aa3ca6d0107845fd59a6041b13e2",
        "ac20100df7a7a042423dcb8847f42d9f6ddb8d00"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Wed Apr 29 21:25:53 2009 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Wed Apr 29 21:25:53 2009 -0700"
      },
      "message": "Merge branch \u0027for-linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/ecryptfs/ecryptfs-2.6\n\n* \u0027for-linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/ecryptfs/ecryptfs-2.6:\n  eCryptfs: Fix min function comparison warning\n  ecryptfs: fix printk format warning\n"
    },
    {
      "commit": "93acda847f42aa3ca6d0107845fd59a6041b13e2",
      "tree": "bb3dc8650cee8bd49a5a0150af77949bc3d02353",
      "parents": [
        "3dacbdad2401c06b97d8d754974233a70c165536",
        "fe78a49c8ae009d33d6e2c80d4f7f2634440d523"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Wed Apr 29 21:25:39 2009 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Wed Apr 29 21:25:39 2009 -0700"
      },
      "message": "Merge branch \u0027for_linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6\n\n* \u0027for_linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6:\n  V4L/DVB (11652): au0828: fix kernel oops regression on USB disconnect.\n  V4L/DVB (11626): cx23885: Two fixes for DViCO FusionHDTV DVB-T Dual Express\n  V4L/DVB (11612): mx3_camera: Fix compilation with CONFIG_PM\n  V4L/DVB (11570): patch: s2255drv: fix race condition on set mode\n  V4L/DVB (11568): cx18: Fix the handling of i2c bus registration error\n  V4L/DVB (11561a): move media after i2c\n  V4L/DVB (11516): drivers/media/video/saa5246a.c: fix use-after-free\n  V4L/DVB (11515): drivers/media/video/saa5249.c: fix use-after-free and leak\n  V4L/DVB (11494a): cx231xx Kconfig fixes\n  V4L/DVB (11494): cx18: Send correct input routing value to external audio multiplexers\n"
    },
    {
      "commit": "f425752fc66acf1d4e47970ea704ed7d31c14173",
      "tree": "84784c46f0cfa6ac555a499cce9826918ae0feba",
      "parents": [
        "698aa99da5f5e2b4c666fd21ab77306f0225b8f5"
      ],
      "author": {
        "name": "Magnus Damm",
        "email": "damm@igel.co.jp",
        "time": "Thu Apr 30 04:09:26 2009 +0000"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Thu Apr 30 13:21:14 2009 +0900"
      },
      "message": "sh: remove old CMT driver\n\nThis patch removes the old CMT driver (CONFIG_SH_CMT/timer-cmt.c)\n\nAs replacement, select the sh_cmt driver with CONFIG_SH_TIMER_CMT\nand configure timer channel using platform data.\n\nIf multiple CMT channels are enabled using platform data, use the\nearlytimer parameter on the kernel command line to select channel.\nFor instance, use \"earlytimer\u003dsh_cmt.0\" to select the first channel.\n\nTo verify which timer is being used, look at printouts or the timer\nirq count in /proc/interrupts.\n\nSigned-off-by: Magnus Damm \u003cdamm@igel.co.jp\u003e\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "698aa99da5f5e2b4c666fd21ab77306f0225b8f5",
      "tree": "e6c88c11646a4e87d76d031f6e972bd9566aceaa",
      "parents": [
        "3014f47460ecfb13d4169daae51f26a20bacfa17"
      ],
      "author": {
        "name": "Magnus Damm",
        "email": "damm@igel.co.jp",
        "time": "Thu Apr 30 04:08:18 2009 +0000"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Thu Apr 30 13:20:37 2009 +0900"
      },
      "message": "sh: sh2/sh2a 16-bit CMT platform data\n\nThis patch adds 16-bit cmt platform data for the following cpus:\n - sh7619 (2 channels)\n - sh7203/sh7263 (2 channels)\n - sh7206 (2 channels)\n\nSigned-off-by: Magnus Damm \u003cdamm@igel.co.jp\u003e\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "3014f47460ecfb13d4169daae51f26a20bacfa17",
      "tree": "3c5c77d96a03f4c64437a984fa07ba857280f554",
      "parents": [
        "e6be3a25861429166f945499c7ee616875bc3db9"
      ],
      "author": {
        "name": "Magnus Damm",
        "email": "damm@igel.co.jp",
        "time": "Wed Apr 29 14:50:37 2009 +0000"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Thu Apr 30 12:57:30 2009 +0900"
      },
      "message": "clocksource: sh_cmt 16-bit fixes\n\nThis patch contains various fixes for 16-bit cmt hardware.\nWith this applied periodic clockevents work fine on sh7203.\n\nSigned-off-by: Magnus Damm \u003cdamm@igel.co.jp\u003e\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "e6be3a25861429166f945499c7ee616875bc3db9",
      "tree": "b6eb123d55974846ce83665e786877a69bdeffef",
      "parents": [
        "4278600644dee621bd50d7498e244b135612e0f6"
      ],
      "author": {
        "name": "Magnus Damm",
        "email": "damm@igel.co.jp",
        "time": "Thu Apr 30 12:56:37 2009 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Thu Apr 30 12:56:37 2009 +0900"
      },
      "message": "sh: pass through ioremap() for non-mmu processors.\n\nAll 32-bit SuperH processors currently go through __ioremap_mode()\nand check for IO_TRAPPED and directly mapped segments. With this\npatch we simplify the MMU less case with a pass through version of\n __ioremap_mode() which just returns the physical address.\n\nThe effects of this is change are:\n - fix non-MMU ioremap() of high address hardware blocks (sh7203 CMT)\n - make sure IO_TRAPPED is not selected\n\nSigned-off-by: Magnus Damm \u003cdamm@igel.co.jp\u003e\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "fe78a49c8ae009d33d6e2c80d4f7f2634440d523",
      "tree": "ead4af63302bbf6790167789fa0778cc640466c9",
      "parents": [
        "d4dc673da9a94716ca2410306c1b36b5faf6c4cc"
      ],
      "author": {
        "name": "Devin Heitmueller",
        "email": "dheitmueller@linuxtv.org",
        "time": "Tue Apr 28 13:14:07 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Wed Apr 29 16:02:51 2009 -0300"
      },
      "message": "V4L/DVB (11652): au0828: fix kernel oops regression on USB disconnect.\n\nA regression was introduced in hg changeset 33810c734a0d, which resulted in\na kernel panic whenever the device was disconnected from USB.  The call to\n4l2_device_register() was overwriting the pointer for usb_set_intfdata(), so\nwhen au0828_usb_disconnect() was called, the usb_get_intfdata() returned a\npointer to the v4l2_device instead of the au0828_dev structure.\n\nSigned-off-by: Devin Heitmueller \u003cdheitmueller@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "d4dc673da9a94716ca2410306c1b36b5faf6c4cc",
      "tree": "51b214a62ea7c9ffae0e5ea0d1b2cef4ff9509a7",
      "parents": [
        "e39c9047975f4302354c16c33eecfe59946d3fc4"
      ],
      "author": {
        "name": "Christopher Pascoe",
        "email": "linuxdvb@itee.uq.edu.au",
        "time": "Mon Apr 27 11:27:04 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Wed Apr 29 16:00:38 2009 -0300"
      },
      "message": "V4L/DVB (11626): cx23885: Two fixes for DViCO FusionHDTV DVB-T Dual Express\n\nTwo fixes for DViCO FusionHDTV DVB-T Dual Express:\n\n * Reset correct tuner when reinitializing xc3028.\n * Disable the I2C gate control to avoid locking up the I2C bus.\n\nTested-by: John Knops \u003cjknops@australiaonline.net.au\u003e\nReviewed-by: Steven Toth \u003cstoth@linuxtv.org\u003e\nSigned-off-by: Christopher Pascoe \u003clinuxdvb@itee.uq.edu.au\u003e\nSigned-off-by: Devin Heitmueller \u003cdheitmueller@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    }
  ],
  "next": "e39c9047975f4302354c16c33eecfe59946d3fc4"
}
