)]}'
{
  "log": [
    {
      "commit": "d269b974e32c5dcf043acd07f9ad96e715019ffd",
      "tree": "32ba485eed35251017a45d361b88b098f9f6fd1f",
      "parents": [
        "63f5c3b2b18dcaca0fc8983b52a3f5d4d70a0590"
      ],
      "author": {
        "name": "Mike Turquette",
        "email": "mturquette@linaro.org",
        "time": "Wed May 02 15:45:32 2012 -0700"
      },
      "committer": {
        "name": "Mike Turquette",
        "email": "mturquette@linaro.org",
        "time": "Tue May 08 14:12:42 2012 -0700"
      },
      "message": "clk: remove COMMON_CLK_DISABLE_UNUSED\n\nExposing this option generates confusion and incorrect behavior for\nsingle-image builds across platforms.  Enable this behavior permanently.\n\nSigned-off-by: Mike Turquette \u003cmturquette@linaro.org\u003e\nAcked-by: Saravana Kannan \u003cskannan@codeaurora.org\u003e\n"
    },
    {
      "commit": "01033be1742abfa4359a40d21e8e8ecca39974e5",
      "tree": "555cfb03df85a71820672c70de67c045bf49e54c",
      "parents": [
        "1b2f99037a29d48d03ddd2fd0dc117888ec737f4"
      ],
      "author": {
        "name": "Rob Herring",
        "email": "rob.herring@calxeda.com",
        "time": "Mon Apr 09 15:24:58 2012 -0500"
      },
      "committer": {
        "name": "Mike Turquette",
        "email": "mturquette@linaro.org",
        "time": "Tue Apr 24 16:37:41 2012 -0700"
      },
      "message": "clk: select CLKDEV_LOOKUP for COMMON_CLK\n\nUsing the common clock infrastructure without the common clkdev code makes\nlittle sense, so select CLKDEV_LOOKUP for COMMON_CLK.\n\nSigned-off-by: Rob Herring \u003crob.herring@calxeda.com\u003e\n"
    },
    {
      "commit": "8fb61e33507e5d76b69467b4f96290338e96b733",
      "tree": "9a177f73ca0df9b7477565876de26a48dde0905f",
      "parents": [
        "9d9f78ed9af0e465d2fd15550471956e7f559b9f"
      ],
      "author": {
        "name": "Arnd Bergmann",
        "email": "arnd@arndb.de",
        "time": "Sat Mar 17 21:10:51 2012 +0000"
      },
      "committer": {
        "name": "Arnd Bergmann",
        "email": "arnd@arndb.de",
        "time": "Mon Mar 19 09:37:11 2012 +0000"
      },
      "message": "clk: make CONFIG_COMMON_CLK invisible\n\nAll platforms that use the common clk infrastructure should select\nCOMMON_CLK from platform code, and on all other platforms, it must\nnot be enabled, so there is no point making the option visible to\nusers, and when it is visible, we break randconfig builds.\n\nSigned-off-by: Arnd Bergmann \u003carnd@arndb.de\u003e\n"
    },
    {
      "commit": "b2476490ef11134b65544d8f062cff96c53e941b",
      "tree": "35e341ae635a5608f6bef748d174d1dd5dcf8f9d",
      "parents": [
        "69fe8a8e92ae6877167f222838bd0c92b35c7d72"
      ],
      "author": {
        "name": "Mike Turquette",
        "email": "mturquette@linaro.org",
        "time": "Thu Mar 15 23:11:19 2012 -0700"
      },
      "committer": {
        "name": "Arnd Bergmann",
        "email": "arnd@arndb.de",
        "time": "Fri Mar 16 20:35:01 2012 +0000"
      },
      "message": "clk: introduce the common clock framework\n\nThe common clock framework defines a common struct clk useful across\nmost platforms as well as an implementation of the clk api that drivers\ncan use safely for managing clocks.\n\nThe net result is consolidation of many different struct clk definitions\nand platform-specific clock framework implementations.\n\nThis patch introduces the common struct clk, struct clk_ops and an\nimplementation of the well-known clock api in include/clk/clk.h.\nPlatforms may define their own hardware-specific clock structure and\ntheir own clock operation callbacks, so long as it wraps an instance of\nstruct clk_hw.\n\nSee Documentation/clk.txt for more details.\n\nThis patch is based on the work of Jeremy Kerr, which in turn was based\non the work of Ben Herrenschmidt.\n\nSigned-off-by: Mike Turquette \u003cmturquette@linaro.org\u003e\nSigned-off-by: Mike Turquette \u003cmturquette@ti.com\u003e\nReviewed-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\nTested-by: Andrew Lunn \u003candrew@lunn.ch\u003e\nReviewed-by: Rob Herring \u003crob.herring \u003cat\u003e calxeda.com\u003e\nCc: Russell King \u003clinux@arm.linux.org.uk\u003e\nCc: Jeremy Kerr \u003cjeremy.kerr@canonical.com\u003e\nCc: Arnd Bergman \u003carnd.bergmann@linaro.org\u003e\nCc: Paul Walmsley \u003cpaul@pwsan.com\u003e\nCc: Shawn Guo \u003cshawn.guo@freescale.com\u003e\nCc: Sascha Hauer \u003cs.hauer@pengutronix.de\u003e\nCc: Richard Zhao \u003crichard.zhao@linaro.org\u003e\nCc: Saravana Kannan \u003cskannan@codeaurora.org\u003e\nCc: Magnus Damm \u003cmagnus.damm@gmail.com\u003e\nCc: Mark Brown \u003cbroonie@opensource.wolfsonmicro.com\u003e\nCc: Linus Walleij \u003clinus.walleij@stericsson.com\u003e\nCc: Stephen Boyd \u003csboyd@codeaurora.org\u003e\nCc: Amit Kucheria \u003camit.kucheria@linaro.org\u003e\nCc: Deepak Saxena \u003cdsaxena@linaro.org\u003e\nCc: Grant Likely \u003cgrant.likely@secretlab.ca\u003e\nSigned-off-by: Arnd Bergmann \u003carnd@arndb.de\u003e\n"
    },
    {
      "commit": "5c77f5608a5081632b9530e5f3260f8b63247bd8",
      "tree": "9a7b6ef2f534c9e7fca5a69da4ad6da3efae549c",
      "parents": [
        "67939b22dadd6c5cbf7a4abe9eaec3a8415569a7"
      ],
      "author": {
        "name": "Shawn Guo",
        "email": "shawn.guo@linaro.org",
        "time": "Tue Dec 20 14:46:38 2011 +0800"
      },
      "committer": {
        "name": "Shawn Guo",
        "email": "shawn.guo@linaro.org",
        "time": "Wed Dec 28 21:35:06 2011 +0800"
      },
      "message": "clk: add config option HAVE_CLK_PREPARE into Kconfig\n\nThe commit 40d3e0f (clk: provide prepare/unprepare functions) provides\nthe config option HAVE_CLK_PREPARE for platforms that have\nprepare/unprepare implementation to select.  This patch adds the option\ninto drivers/clk/Kconfig, so that it can be actually selected.\n\nSigned-off-by: Shawn Guo \u003cshawn.guo@linaro.org\u003e\nCc: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "aa3831cf9d29cfeaebd8c2169378b74111364487",
      "tree": "0aac34229bbc865b513f4f640dea0aa43d8e2d0f",
      "parents": [
        "fe0d42203cb5616eeff68b14576a0f7e2dd56625"
      ],
      "author": {
        "name": "Kyungmin Park",
        "email": "kyungmin.park@samsung.com",
        "time": "Mon Jul 18 16:34:54 2011 +0900"
      },
      "committer": {
        "name": "Arnd Bergmann",
        "email": "arnd@arndb.de",
        "time": "Tue Jul 19 18:09:45 2011 +0200"
      },
      "message": "ARM: Consolidate the clkdev header files\n\nNow most of ARM machines has the alsmot same __clk_get/put() macro\n\nSo place it at the arch/arm/include/asm/clkdev.h and remove the reduntant header files\n\nBut some machines don\u0027t have the same form as above. It can use the machince specific clkdev file by HAVE_MACH_CLKDEV config\n\nNow there are only 3 caese.\n\n1) define the clk structure with clkdev macro \u003d\u003e Need to move clk structure to proper header file\n\narch/arm/mach-versatile/include/mach/clkdev.h\narch/arm/mach-realview/include/mach/clkdev.h\narch/arm/mach-vexpress/include/mach/clkdev.h\narch/arm/mach-integrator/include/mach/clkdev.h\n\n2) export the __clk_get/put function at clock.c\n\narch/arm/mach-shmobile/include/mach/clkdev.h\n\n3) demuxing the clk source\narch/arm/mach-u300/include/mach/clkdev.h\n\nAcked-by: Viresh Kumar \u003cviresh.kumar@st.com\u003e\nAcked-by: H Hartley Sweeten \u003chsweeten@visionengravers.com\u003e\nAcked-by: Jean-Christophe PLAGNIOL-VILLARD \u003cplagnioj@jcrosoft.com\u003e\nSigned-off-by: Kyungmin Park \u003ckyungmin.park@samsung.com\u003e\n"
    },
    {
      "commit": "6d803ba736abb5e122dede70a4720e4843dd6df4",
      "tree": "6d01199e41ede3ae3931664f7bd10a68dbcc42e6",
      "parents": [
        "64d2dc384e41e2b7acead6804593ddaaf8aad8e1"
      ],
      "author": {
        "name": "Jean-Christop PLAGNIOL-VILLARD",
        "email": "plagnioj@jcrosoft.com",
        "time": "Wed Nov 17 10:04:33 2010 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Fri Nov 26 10:51:04 2010 +0000"
      },
      "message": "ARM: 6483/1: arm \u0026 sh: factorised duplicated clkdev.c\n\nfactorise some generic infrastructure to assist looking up struct clks\nfor the ARM \u0026 SH architecture.\n\nas the code is identical at 99%\n\nput the arch specific code for allocation as example in asm/clkdev.h\n\nSigned-off-by: Jean-Christophe PLAGNIOL-VILLARD \u003cplagnioj@jcrosoft.com\u003e\nAcked-by: Paul Mundt \u003clethal@linux-sh.org\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    }
  ]
}
