)]}'
{
  "log": [
    {
      "commit": "4de3b992a6880828943f1b5849e1e7153fe4185c",
      "tree": "f020001483d877540a17297c9d9b3bfb6d9582fd",
      "parents": [
        "9fe2e7969d5e5af7dbd2086f2e18f4ebc585490d"
      ],
      "author": {
        "name": "Grant Likely",
        "email": "grant.likely@secretlab.ca",
        "time": "Tue Oct 09 14:45:28 2007 -0600"
      },
      "committer": {
        "name": "Grant Likely",
        "email": "grant.likely@secretlab.ca",
        "time": "Wed Oct 10 10:22:04 2007 -0600"
      },
      "message": "[POWERPC] MPC5200: Don\u0027t make firmware fixups into common code\n\nThe Lite5200 u-boot image doesn\u0027t entirely configure the processor\ncorrectly and so Linux needs to fixup the cpu setup in setup_arch.  Fixing\nthe CPU setup is good, but making it into common code is not a good idea.\n\nNew board ports should be encouraged not to take the lead of the lite5200\nand instead get their firmware to setup the CPU the right way.\n\nSigned-off-by: Grant Likely \u003cgrant.likely@secretlab.ca\u003e\nSigned-off-by: Sylvain Munaut \u003ctnt@246tnt.com\u003e\n"
    },
    {
      "commit": "ee983079ce04641523b23b8ed02cc3503632351e",
      "tree": "3c6b975e47fb38ee51cf3d57e8f5abb1a7699f66",
      "parents": [
        "104f0cc2dcf7ce0ca7da041177233747d6aa0136"
      ],
      "author": {
        "name": "Domen Puncer",
        "email": "domen.puncer@telargo.com",
        "time": "Wed Jul 18 06:32:31 2007 +1000"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Wed Sep 19 15:25:34 2007 +1000"
      },
      "message": "[POWERPC] MPC5200 low power mode\n\nLow-power mode implementation for Lite5200b.\nSome I/O registers are also saved here.\n\nA recent U-Boot that supports this (lite5200b_PM_config) is needed.\n\nSigned-off-by: Domen Puncer \u003cdomen.puncer@telargo.com\u003e\nSigned-off-by: Sylvain Munaut \u003ctnt@246tNt.com\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "2e1ee1f76684c5d4dd8e5a08cbf22d57f88769ed",
      "tree": "0c69d52b8fb2cf82f257944d182ce1f8973ab9f9",
      "parents": [
        "a3481197783c187707090504062488862768260a"
      ],
      "author": {
        "name": "Domen Puncer",
        "email": "domen.puncer@telargo.com",
        "time": "Mon May 07 01:38:52 2007 +1000"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Mon May 07 20:31:15 2007 +1000"
      },
      "message": "[POWERPC] mpc52xx suspend to deep-sleep\n\nImplement deep-sleep on MPC52xx.\nSDRAM is put into self-refresh with help of SRAM code\n(alternatives would be code in FLASH, I-cache).\nInterrupt code must also not be in SDRAM, so put it\nin I-cache.\nMPC52xx core is static, so contents will remain intact even\nwith clocks turned off.\n\nSigned-off-by: Domen Puncer \u003cdomen.puncer@telargo.com\u003e\nAcked-by: Grant Likely \u003cgrant.likely@secretlab.ca\u003e\nSigned-off-by: Sylvain Munaut \u003ctnt@246tNt.com\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "f42963f8646540ac7e5ba016a0ec1cc2e7386b57",
      "tree": "88820e08dec5442db3da832401095f78c399d3be",
      "parents": [
        "d5112a4f31a361409d3c57dc9d58dd69f8014bef"
      ],
      "author": {
        "name": "Grant Likely",
        "email": "grant.likely@secretlab.ca",
        "time": "Tue Dec 12 15:13:19 2006 -0700"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Thu Feb 08 15:29:22 2007 +1100"
      },
      "message": "[POWERPC] Add mpc52xx/lite5200 PCI support\n\nSigned-off-by: Grant Likely \u003cgrant.likely@secretlab.ca\u003e\nAcked-by: Sylvain Munaut \u003ctnt@246tNt.com\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "5c334eed6ecd66cebfbc80267149e755510d8bc8",
      "tree": "567327796d40a48009dde7f8df947f6a63897efa",
      "parents": [
        "56c336cb05d58991f3e9d5f0ec098ba0f219a15e"
      ],
      "author": {
        "name": "Sylvain Munaut",
        "email": "tnt@246tNt.com",
        "time": "Tue Jan 02 23:29:53 2007 +0100"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Tue Jan 09 17:03:02 2007 +1100"
      },
      "message": "[POWERPC] 52xx: Don\u0027t use device_initcall to probe of_platform_bus\n\nUsing device_initcall makes it happen for every platform that\ncompiles this file in. This is really bad, for obvious reasons.\n\nInstead, we use the .init field of the machine description. If\nthe platform needs the hook to do something specific it can provides\nits own function and call mpc52xx_declare_of_platform_devices from\nthere. If not, the mpc52xx_declare_of_platform_devices function can\ndirectly be used as the init hook.\n\nSigned-off-by: Sylvain Munaut \u003ctnt@246tNt.com\u003e\nAcked-by: Grant Likely \u003cgrant.likely@secretlab.ca\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "6065170cf75c64267f6edec5fd359ce8444bd13d",
      "tree": "a55c64e512282f545b35876906e8ffb2a597078c",
      "parents": [
        "e65fdfd6ca447353ad1b4c0a0d20df55f3f6f233"
      ],
      "author": {
        "name": "Grant Likely",
        "email": "grant.likely@secretlab.ca",
        "time": "Mon Nov 27 14:16:27 2006 -0700"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Mon Dec 04 20:41:42 2006 +1100"
      },
      "message": "[POWERPC] Add common routines for 52xx support in arch/powerpc\n\nAdds utility routines used by 52xx device drivers and board support\ncode.  Main functionality is to add device nodes to the of_platform_bus,\nretrieve the IPB bus frequency, and find+ioremap device registers.\n\nSigned-off-by: Grant Likely \u003cgrant.likely@secretlab.ca\u003e\nSigned-off-by: Sylvain Munaut \u003ctnt@246tNt.com\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "e65fdfd6ca447353ad1b4c0a0d20df55f3f6f233",
      "tree": "0e8bc17286442bac1b04b2b607571fff38e6d2d3",
      "parents": [
        "b9cf5d8e2edc503977be090eff45ef81555dcb1d"
      ],
      "author": {
        "name": "Sylvain Munaut",
        "email": "tnt@246tNt.com",
        "time": "Mon Nov 27 14:16:26 2006 -0700"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Mon Dec 04 20:41:41 2006 +1100"
      },
      "message": "[POWERPC] Separate IRQ config / register set from main header\n\nThere is no need to expose these settings outside the scope\nof the interrupt controller code itself.\n\nSigned-off-by: Sylvain Munaut \u003ctnt@246tNt.com\u003e\nSigned-off-by: Grant Likely \u003cgrant.likely@secretlab.ca\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "0f6c95dcabdaa8fdc95b125582bd12625adfbde6",
      "tree": "099fe4f23a36381049704c8515ee179beb642eca",
      "parents": [
        "2fcd34291b650723091a06e4b51b546961f308a3"
      ],
      "author": {
        "name": "Nicolas DET",
        "email": "nd@bplan-gmbh.de",
        "time": "Wed Nov 08 17:14:43 2006 +0100"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Mon Nov 13 14:45:02 2006 +1100"
      },
      "message": "[PATCH] Add MPC5200 Interrupt Controller support.\n\nThis adds support for the MPC52xx Interrupt controller for\nARCH\u003dpowerpc.\n\nIt includes the main code in arch/powerpc/sysdev/ as well as a header\nfile in include/asm-powerpc.\n\nSigned-off-by: Nicolas DET \u003cnd@bplan-gmbh.de\u003e\nAcked-by: Sylvain Munaut \u003ctnt@246tNt.com\u003e\nAcked-by: Grant Likely \u003cgrant.likely@secretlab.ca\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    }
  ]
}
