)]}'
{
  "log": [
    {
      "commit": "62b36cc1c83aca1cd252772e82cbc5d9ef8ff25b",
      "tree": "1b016a0b4efea3be2f484650bf81386f0f825449",
      "parents": [
        "4c738d00cf5866a0b114ceb41d736a4a803f0c46"
      ],
      "author": {
        "name": "Viresh Kumar",
        "email": "viresh.kumar@linaro.org",
        "time": "Fri Feb 01 06:40:02 2013 +0000"
      },
      "committer": {
        "name": "Rafael J. Wysocki",
        "email": "rafael.j.wysocki@intel.com",
        "time": "Sat Feb 02 01:29:32 2013 +0100"
      },
      "message": "cpufreq: Remove unnecessary use of policy-\u003eshared_type\n\npolicy-\u003eshared_type field was added only for SoCs with ACPI support:\n\ncommit 3b2d99429e3386b6e2ac949fc72486509c8bbe36\nAuthor: Venkatesh Pallipadi \u003cvenkatesh.pallipadi@intel.com\u003e\nDate:   Wed Dec 14 15:05:00 2005 -0500\n\n    P-state software coordination for ACPI core\n\n    http://bugzilla.kernel.org/show_bug.cgi?id\u003d5737\n\nMany non-ACPI systems are filling this field by mistake, which makes its usage\nconfusing. Lets clean it.\n\nSigned-off-by: Viresh Kumar \u003cviresh.kumar@linaro.org\u003e\nAcked-by: Santosh Shilimkar \u003csantosh.shilimkar@ti.com\u003e\nSigned-off-by: Rafael J. Wysocki \u003crafael.j.wysocki@intel.com\u003e\n"
    },
    {
      "commit": "5553f9e26f6f49a93ba732fd222eac6973a4cf35",
      "tree": "039a24ab646dc51c047f7b6695dcbb73f190a6e0",
      "parents": [
        "58ddcead4f163a01cef96aa5ba88f374011d8aea"
      ],
      "author": {
        "name": "Shawn Guo",
        "email": "shawn.guo@linaro.org",
        "time": "Wed Jan 30 14:27:49 2013 +0000"
      },
      "committer": {
        "name": "Rafael J. Wysocki",
        "email": "rafael.j.wysocki@intel.com",
        "time": "Sat Feb 02 00:01:16 2013 +0100"
      },
      "message": "cpufreq: instantiate cpufreq-cpu0 as a platform_driver\n\nAs multiplatform build is being adopted by more and more ARM platforms,\ninitcall function should be used very carefully.  For example, when\nGENERIC_CPUFREQ_CPU0 is built in the kernel, cpu0_cpufreq_driver_init()\nwill be called on all the platforms to initialize cpufreq-cpu0 driver.\n\nTo eliminate this undesired the effect, the patch changes cpufreq-cpu0\ndriver to have it instantiated as a platform_driver.  Then it will only\nrun on platforms that create the platform_device \"cpufreq-cpu0\".\n\nAlong with the change, it also changes cpu_dev to be \u0026pdev-\u003edev,\nso that managed functions can start working, and module build gets\nsupported too.\n\nThe highbank-cpufreq driver is also updated accordingly to adapt the\nchanges on cpufreq-cpu0.\n\nSigned-off-by: Shawn Guo \u003cshawn.guo@linaro.org\u003e\nReviewed-by: Viresh Kumar \u003cviresh.kumar@linaro.org\u003e\nAcked-by: Mark Langsdorf \u003cmark.langsdorf@calxeda.com\u003e\nSigned-off-by: Rafael J. Wysocki \u003crafael.j.wysocki@intel.com\u003e\n"
    },
    {
      "commit": "6754f556103be5bd172263b1075ddbb7157afbad",
      "tree": "cd913973afd0247175e3adeecaf19d484753580a",
      "parents": [
        "300586778d405f0a4d1f6dc51fcfb4fed567d020"
      ],
      "author": {
        "name": "Mark Langsdorf",
        "email": "mark.langsdorf@calxeda.com",
        "time": "Mon Jan 28 16:13:15 2013 +0000"
      },
      "committer": {
        "name": "Rafael J. Wysocki",
        "email": "rafael.j.wysocki@intel.com",
        "time": "Sat Feb 02 00:01:15 2013 +0100"
      },
      "message": "cpufreq / highbank: add support for highbank cpufreq\n\nHighbank processors depend on the external ECME to perform voltage\nmanagement based on a requested frequency. Communication between the\nA9 cores and the ECME happens over the pl320 IPC channel.\n\nSigned-off-by: Mark Langsdorf \u003cmark.langsdorf@calxeda.com\u003e\nReviewed-by: Shawn Guo \u003cshawn.guo@linaro.org\u003e\nReviewed-by: Mike Turquette \u003cmturquette@linaro.org\u003e\nSigned-off-by: Rafael J. Wysocki \u003crafael.j.wysocki@intel.com\u003e\n"
    },
    {
      "commit": "78e8eb8feab7d85f4cc215afe1457a228bf4eed9",
      "tree": "409aa5ca48b0ee458c5a55956ca4c73dc44d2819",
      "parents": [
        "f44d188acdca1a34e4439ca6a173f85086e0e655"
      ],
      "author": {
        "name": "Nishanth Menon",
        "email": "nm@ti.com",
        "time": "Fri Jan 18 19:52:33 2013 +0000"
      },
      "committer": {
        "name": "Rafael J. Wysocki",
        "email": "rafael.j.wysocki@intel.com",
        "time": "Tue Jan 22 13:28:39 2013 +0100"
      },
      "message": "cpufreq: cpufreq-cpu0: use RCU locks around usage of OPP\n\nOPP pointer is RCU protected, hence after finding it, de-reference\nalso should be protected with the same RCU context else the OPP\npointer may become invalid.\n\nReported-by: Jack Mitchell \u003cjack@embed.me.uk\u003e\nTested-by: Alexander Holler \u003choller@ahsoftware.de\u003e\nTested-by: Jack Mitchell \u003cjack@embed.me.uk\u003e\nAcked-by: Alexander Holler \u003choller@ahsoftware.de\u003e\nSigned-off-by: Nishanth Menon \u003cnm@ti.com\u003e\nSigned-off-by: Rafael J. Wysocki \u003crafael.j.wysocki@intel.com\u003e\n"
    },
    {
      "commit": "c5fa4ab5ab417d8d7bd658957ce7b7e6ef0cdaf3",
      "tree": "0f19d5d22f9f58f4dd5c20f71a0fe8ed596c1dd8",
      "parents": [
        "ce2650d40dff23f2c6f9718bb3ec63e12c5c7f27"
      ],
      "author": {
        "name": "Bill Pemberton",
        "email": "wfp5p@virginia.edu",
        "time": "Wed Nov 21 01:18:40 2012 +0100"
      },
      "committer": {
        "name": "Rafael J. Wysocki",
        "email": "rafael.j.wysocki@intel.com",
        "time": "Wed Nov 21 01:18:40 2012 +0100"
      },
      "message": "cpufreq: remove use of __devinit\n\nCONFIG_HOTPLUG is going away as an option so __devinit is no longer\nneeded.\n\nSigned-off-by: Bill Pemberton \u003cwfp5p@virginia.edu\u003e\nSigned-off-by: Rafael J. Wysocki \u003crafael.j.wysocki@intel.com\u003e\n"
    },
    {
      "commit": "95ceafd46359dfd901f9d3b881b33d3036e4b0ce",
      "tree": "dc744c4641640513558c18f411241f6abd8a1b8b",
      "parents": [
        "b496dfbc94ab86f970ef0167eaabe51f930aa5fb"
      ],
      "author": {
        "name": "Shawn Guo",
        "email": "shawn.guo@linaro.org",
        "time": "Thu Sep 06 07:09:11 2012 +0000"
      },
      "committer": {
        "name": "Rafael J. Wysocki",
        "email": "rjw@sisk.pl",
        "time": "Sun Sep 09 22:06:34 2012 +0200"
      },
      "message": "cpufreq: Add a generic cpufreq-cpu0 driver\n\nIt adds a generic cpufreq driver for CPU0 frequency management based on\nclk, regulator, OPP and device tree support.  It can support both\nuniprocessor (UP) and those symmetric multiprocessor (SMP) systems which\nshare clock and voltage across all CPUs.\n\nSigned-off-by: Shawn Guo \u003cshawn.guo@linaro.org\u003e\nAcked-by: Santosh Shilimkar \u003csantosh.shilimkar@ti.com\u003e\nTested-by: AnilKumar Ch \u003canilkumar@ti.com\u003e\nSigned-off-by: Rafael J. Wysocki \u003crjw@sisk.pl\u003e\n"
    }
  ]
}
