)]}'
{
  "log": [
    {
      "commit": "da1bb3a0e1f7f9cabe70fb2c41b47fa57c42fdfd",
      "tree": "fca0a59724aba282128f5a0dec79630cf532306c",
      "parents": [
        "15f8c604a79c4840ed76eecf3af5d88b7c1dee9e"
      ],
      "author": {
        "name": "Anton Vorontsov",
        "email": "avorontsov@ru.mvista.com",
        "time": "Tue Oct 02 17:47:40 2007 +0400"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Thu Oct 04 15:47:23 2007 -0500"
      },
      "message": "[POWERPC] fsl_soc: fix uninitialized i2c_board_info structure\n\ni2c_board_info used semi-initialized, causing garbage in the\ninfo-\u003eflags, and that, in turn, causes various symptoms of i2c\nmalfunctioning, like PEC mismatches.\n\nSigned-off-by: Anton Vorontsov \u003cavorontsov@ru.mvista.com\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "15f8c604a79c4840ed76eecf3af5d88b7c1dee9e",
      "tree": "d86815bc2daf835fee081ee7dac92cef8784f6a3",
      "parents": [
        "3c5df5c26ed17828760945d59653a2e22e3fb63f"
      ],
      "author": {
        "name": "Scott Wood",
        "email": "scottwood@freescale.com",
        "time": "Fri Sep 28 14:06:16 2007 -0500"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Thu Oct 04 15:47:05 2007 -0500"
      },
      "message": "[POWERPC] cpm: Describe multi-user ram in its own device node.\n\nThe way the current CPM binding describes available multi-user (a.k.a.\ndual-ported) RAM doesn\u0027t work well when there are multiple free regions,\nand it doesn\u0027t work at all if the region doesn\u0027t begin at the start of\nthe muram area (as the hardware needs to be programmed with offsets into\nthis area).  The latter situation can happen with SMC UARTs on CPM2, as its\nparameter RAM is relocatable, u-boot puts it at zero, and the kernel doesn\u0027t\nsupport moving it.\n\nIt is now described with a muram node, similar to QE.  The current CPM\nbinding is sufficiently recent (i.e. never appeared in an official release)\nthat compatibility with existing device trees is not an issue.\n\nThe code supporting the new binding is shared between cpm1 and cpm2, rather\nthan remain separated.  QE should be able to use this code as well, once\nminor fixes are made to its device trees.\n\nSigned-off-by: Scott Wood \u003cscottwood@freescale.com\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "3c5df5c26ed17828760945d59653a2e22e3fb63f",
      "tree": "03bd5105a8cbae6c0ac83f07da1e01c15a5b2363",
      "parents": [
        "b6927bca245f83879bcb319aa108a1a347e36d8f"
      ],
      "author": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Thu Sep 27 08:43:35 2007 -0500"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Thu Oct 04 11:03:06 2007 -0500"
      },
      "message": "[POWERPC] Cleaned up whitespace in head_fsl_booke.S\n\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "b6927bca245f83879bcb319aa108a1a347e36d8f",
      "tree": "784a2fc37a6343f1bdc58aeb569aed360f4cda85",
      "parents": [
        "0438c28fa40c1145e8322f91feb9e6fed3301d94"
      ],
      "author": {
        "name": "Emil Medve",
        "email": "Emilian.Medve@Freescale.com",
        "time": "Wed Sep 26 12:03:40 2007 -0500"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Thu Oct 04 11:03:03 2007 -0500"
      },
      "message": "[POWERPC] QE: Added missing CEURNR register\n\nAccording to the publicly available MPC8360E RM (rev. 1 from 09/2006 and rev. 2\nfrom 05/2007) and MPC8323E RM (rev. 1 from 09/2006), CEURNR is the QE microcode\nrevision number register and is located at offset 0x1b8 within the QE internal\nregister space\n\nSigned-off-by: Emil Medve \u003cEmilian.Medve@Freescale.com\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "0438c28fa40c1145e8322f91feb9e6fed3301d94",
      "tree": "995eecd959e4985abaa8e057ca99ddab5a8065bc",
      "parents": [
        "210805e219f781d0a0efbdbe41d59f6fccef529c"
      ],
      "author": {
        "name": "Peter Korsgaard",
        "email": "jacmet@sunsite.dk",
        "time": "Thu Sep 20 12:42:13 2007 +0200"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Thu Oct 04 11:03:00 2007 -0500"
      },
      "message": "[POWERPC] fsl_soc: rtc-ds1307 support\n\nAdd support for the I2C devices handled by the rtc-ds1307 driver to\nof_register_i2c_devices.\n\nCc: G. Liakhovetski \u003cg.liakhovetski@gmx.de\u003e\nSigned-off-by: Peter Korsgaard \u003cjacmet@sunsite.dk\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "210805e219f781d0a0efbdbe41d59f6fccef529c",
      "tree": "96f17f08a2c20cc7cf6dc4c2b6a08fe26c5c11bb",
      "parents": [
        "5dd57a1308a7e40e04fb6ecbff170df7a0b92cd8"
      ],
      "author": {
        "name": "Peter Korsgaard",
        "email": "jacmet@sunsite.dk",
        "time": "Thu Sep 20 12:42:12 2007 +0200"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Thu Oct 04 11:02:57 2007 -0500"
      },
      "message": "[POWERPC] fsl_soc: Fix trivial printk typo.\n\nFix a trivial printk typo in fsl_soc.\n\nCc: G. Liakhovetski \u003cg.liakhovetski@gmx.de\u003e\nSigned-off-by: Peter Korsgaard \u003cjacmet@sunsite.dk\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "5dd57a1308a7e40e04fb6ecbff170df7a0b92cd8",
      "tree": "7766bea806c977c47624e43c1c21a2a11ff1782d",
      "parents": [
        "c4e05bc57dd14294683cdea7fe36ce3c01f5c6ae"
      ],
      "author": {
        "name": "Scott Wood",
        "email": "scottwood@freescale.com",
        "time": "Tue Sep 18 15:29:35 2007 -0500"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Thu Oct 04 11:02:54 2007 -0500"
      },
      "message": "[POWERPC] 8xx: Move softemu8xx.c from arch/ppc\n\nPreviously, Soft_emulate_8xx was called with no implementation, resulting in\nbuild failures whenever building 8xx without math emulation.  The\nimplementation is copied from arch/ppc to resolve this issue.\n\nHowever, this sort of minimal emulation is not a very good idea other than\nfor compatibility with existing userspaces, as it\u0027s less efficient than\nsoft-float and can mislead users into believing they have soft-float.  Thus,\nit is made a configurable option, off by default.\n\nSigned-off-by: Scott Wood \u003cscottwood@freescale.com\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "c4e05bc57dd14294683cdea7fe36ce3c01f5c6ae",
      "tree": "8436782d7378538543d9706013f16f5f4fccd308",
      "parents": [
        "3611f2ad424094655d381f099613a6f43239824d"
      ],
      "author": {
        "name": "Roy Zang",
        "email": "tie-fei.zang@freescale.com",
        "time": "Mon Sep 24 18:31:55 2007 +0800"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Thu Oct 04 11:02:50 2007 -0500"
      },
      "message": "[POWERPC] bootwrapper: adds cuboot for MPC7448HPC2 platform\n\nThis patch adds cuboot support for MPC7448HPC2 platform.\nThe cuImage can be used with legacy u-boot without FDT support.\n\nSigned-off-by: Roy Zang \u003ctie-fei.zang@freescale.com\u003e\nAcked-by: David Gibson \u003cdavid@gibson.dropbear.id.au\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "3611f2ad424094655d381f099613a6f43239824d",
      "tree": "ceaeadb752a4552f73eaf0ceed6bf37a0c3bcb36",
      "parents": [
        "e00c5498a2a614931cbb7d88a53979d5d47594e1"
      ],
      "author": {
        "name": "Scott Wood",
        "email": "scottwood@freescale.com",
        "time": "Wed Sep 05 14:00:54 2007 -0500"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Thu Oct 04 11:02:47 2007 -0500"
      },
      "message": "[POWERPC] mpc82xx: Add pq2fads board support.\n\nSigned-off-by: Scott Wood \u003cscottwood@freescale.com\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "e00c5498a2a614931cbb7d88a53979d5d47594e1",
      "tree": "a3c106ef1de3abea61f9e2b2ad23af90d7f9e3e8",
      "parents": [
        "11c146cc19df337f4af42dade9e4fca33c5a54ee"
      ],
      "author": {
        "name": "Scott Wood",
        "email": "scottwood@freescale.com",
        "time": "Fri Sep 14 15:41:56 2007 -0500"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Thu Oct 04 11:02:44 2007 -0500"
      },
      "message": "[POWERPC] mpc82xx: Update mpc8272ads, and factor out PCI and reset.\n\n1. PCI and reset are factored out into pq2.c.  I renamed them from m82xx\nto pq2 because they won\u0027t work on the Integrated Host Processor line of\n82xx chips (i.e. 8240, 8245, and such).\n\n2. The PCI PIC, which is nominally board-specific, is used on multiple\nboards, and thus is used into pq2ads-pci-pic.c.\n\n3. The new CPM binding is used.\n\n4. General cleanup.\n\nSigned-off-by: Scott Wood \u003cscottwood@freescale.com\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "11c146cc19df337f4af42dade9e4fca33c5a54ee",
      "tree": "843819313e2e69720ddf119d86cc41b78978dfa7",
      "parents": [
        "20906ecea2004c0667c8b229ac6461d16ea6bde3"
      ],
      "author": {
        "name": "Scott Wood",
        "email": "scottwood@freescale.com",
        "time": "Fri Sep 14 14:58:25 2007 -0500"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Thu Oct 04 11:02:40 2007 -0500"
      },
      "message": "[POWERPC] 8xx/wrapper: Embedded Planet EP88xC support\n\nThis board is also resold by Freescale under the names\n\"QUICCStart MPC885 Evaluation System\" and \"CWH-PPC-885XN-VE\".\n\nSigned-off-by: Scott Wood \u003cscottwood@freescale.com\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "20906ecea2004c0667c8b229ac6461d16ea6bde3",
      "tree": "a883f211d08cb666739e865fee173df61929ea64",
      "parents": [
        "96fca1dea8f32e96668d55727d66416fdd67360b"
      ],
      "author": {
        "name": "Scott Wood",
        "email": "scottwood@freescale.com",
        "time": "Fri Sep 14 14:38:16 2007 -0500"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Thu Oct 04 11:02:38 2007 -0500"
      },
      "message": "[POWERPC] 8xx: mpc885ads cleanup\n\nIt now uses the new CPM binding and the generic pin/clock functions, and\nhas assorted fixes and cleanup.\n\nSigned-off-by: Scott Wood \u003cscottwood@freescale.com\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "96fca1dea8f32e96668d55727d66416fdd67360b",
      "tree": "2e7c810fd76475d9c9cbb17af4ef6d99c82513e1",
      "parents": [
        "2d2294ae12827a97c9daa253f1ce99e7ae3195d7"
      ],
      "author": {
        "name": "Scott Wood",
        "email": "scottwood@freescale.com",
        "time": "Fri Sep 14 13:24:02 2007 -0500"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Thu Oct 04 11:02:34 2007 -0500"
      },
      "message": "[POWERPC] Document local bus nodes in the device tree, and update cuboot-pq2.\n\nThe localbus node is used to describe devices that are connected via a chip\nselect or similar mechanism.  The advantages over placing the devices under\nthe root node are that it can be probed without probing other random things\nunder the root, and that the description of which chip select a given device\nuses can be used to set up mappings if the firmware failed to do so in a\nuseful manner.\n\ncuboot-pq2 is updated to match the binding; previously, it called itself\nchipselect rather than localbus, and used phandle linkage between the\nactual bus node and the control node (the current agreement is to simply use\nthe fully-qualified address of the control registers, and ignore the overlap\nwith the IMMR node).\n\nSigned-off-by: Scott Wood \u003cscottwood@freescale.com\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "2d2294ae12827a97c9daa253f1ce99e7ae3195d7",
      "tree": "0fb338bf86c29361e0485d93ed4f3a65d23e9af1",
      "parents": [
        "d1df447197b11e70d451786be8aebf2f8606754e"
      ],
      "author": {
        "name": "Scott Wood",
        "email": "scottwood@freescale.com",
        "time": "Thu Jul 26 13:52:28 2007 -0500"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Thu Oct 04 11:02:31 2007 -0500"
      },
      "message": "[POWERPC] mpc8272ads: Change references from 82xx_ADS to 8272_ADS.\n\nSigned-off-by: Scott Wood \u003cscottwood@freescale.com\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "d1df447197b11e70d451786be8aebf2f8606754e",
      "tree": "8057a1d8bd1f70a21f19b1ca14c2fd80ee50964b",
      "parents": [
        "4ff62e1c7f5263427e742069235d94ba1336960d"
      ],
      "author": {
        "name": "Scott Wood",
        "email": "scottwood@freescale.com",
        "time": "Thu Jul 26 13:51:42 2007 -0500"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Thu Oct 04 11:02:27 2007 -0500"
      },
      "message": "[POWERPC] mpc82xx: Rename mpc82xx_ads to mpc8272_ads.\n\nThis is just a rename patch; internal references to mpc82xx_ads will be\nchanged in the next one.\n\nSigned-off-by: Scott Wood \u003cscottwood@freescale.com\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "4ff62e1c7f5263427e742069235d94ba1336960d",
      "tree": "b1fd9ca3c09b04fd1c00e8dbfc4ac86589592f48",
      "parents": [
        "11af1192b75307e4099dd962b3b97b255d5ab023"
      ],
      "author": {
        "name": "Scott Wood",
        "email": "scottwood@freescale.com",
        "time": "Mon Aug 27 16:56:43 2007 -0500"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Thu Oct 04 11:02:24 2007 -0500"
      },
      "message": "[POWERPC] mpc82xx: Remove a bunch of cruft that duplicates generic functionality.\n\nm82xx_calibrate_decr(), mpc82xx_ads_show_cpuinfo(), and mpc82xx_halt() do\nanything useful beyond what the generic code does.\n\nSigned-off-by: Scott Wood \u003cscottwood@freescale.com\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "11af1192b75307e4099dd962b3b97b255d5ab023",
      "tree": "f1474924f1832a0f5f9079ab058ddf80d441547b",
      "parents": [
        "7f21f52940212c25b4387c2450018e161043549a"
      ],
      "author": {
        "name": "Scott Wood",
        "email": "scottwood@freescale.com",
        "time": "Fri Sep 14 15:32:14 2007 -0500"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Thu Oct 04 11:02:21 2007 -0500"
      },
      "message": "[POWERPC] mpc82xx: Define CPU_FTR_NEED_COHERENT\n\nThe 8272 (and presumably other PCI PQ2 chips) appear to have the\nsame issue as the 83xx regarding PCI streaming DMA.\n\nSigned-off-by: Scott Wood \u003cscottwood@freescale.com\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "7f21f52940212c25b4387c2450018e161043549a",
      "tree": "9df63e5508151be0c6fd9e02b692f5ca1edf4394",
      "parents": [
        "2652d4ec4a363487d0106a8bf51f1b081dd7e397"
      ],
      "author": {
        "name": "Scott Wood",
        "email": "scottwood@freescale.com",
        "time": "Mon Jul 16 13:32:24 2007 -0500"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Thu Oct 04 11:02:18 2007 -0500"
      },
      "message": "[POWERPC] cpm2: Add cpm2_set_pin().\n\nThis provides a generic way for board code to set up CPM pins, rather\nthan directly poking magic values into registers.\n\nSigned-off-by: Scott Wood \u003cscottwood@freescale.com\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "2652d4ec4a363487d0106a8bf51f1b081dd7e397",
      "tree": "b8deabfae85508ee396e463eed737b7887a7126d",
      "parents": [
        "449012daa92a60e42f0d55478641cfa796d51528"
      ],
      "author": {
        "name": "Scott Wood",
        "email": "scottwood@freescale.com",
        "time": "Mon Jul 16 13:26:35 2007 -0500"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Thu Oct 04 11:02:14 2007 -0500"
      },
      "message": "[POWERPC] cpm2: Add SCCs to cpm2_clk_setup(), and cpm2_smc_clk_setup().\n\nSigned-off-by: Scott Wood \u003cscottwood@freescale.com\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "449012daa92a60e42f0d55478641cfa796d51528",
      "tree": "0d79f3259147e7fda762ab1e07586697c22641a2",
      "parents": [
        "544cdabe642e5508e784de709530a74d0775d070"
      ],
      "author": {
        "name": "Scott Wood",
        "email": "scottwood@freescale.com",
        "time": "Fri Sep 14 15:30:44 2007 -0500"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Thu Oct 04 11:02:04 2007 -0500"
      },
      "message": "[POWERPC] cpm2: Infrastructure code cleanup.\n\nMostly sparse fixes (__iomem annotations, etc); also, cpm2_immr\nis used rather than creating many temporary mappings.\n\nSigned-off-by: Scott Wood \u003cscottwood@freescale.com\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "544cdabe642e5508e784de709530a74d0775d070",
      "tree": "1426a09ff3512ea6e4c7cf104c54a28b2203d3f9",
      "parents": [
        "7401685242fbcbf4b0660726372c77a88c4af17d"
      ],
      "author": {
        "name": "John Traill",
        "email": "john.traill@freescale.com",
        "time": "Tue Jul 17 05:17:23 2007 +0400"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Wed Oct 03 20:36:36 2007 -0500"
      },
      "message": "[POWERPC] 8xx: Set initial memory limit.\n\nThe 8xx can only support a max of 8M during early boot (it seems a lot of\n8xx boards only have 8M so the bug was never triggered), but the early\nallocator isn\u0027t aware of this.  The following change makes it able to run\nwith larger memory.\n\nSigned-off-by: John Traill \u003cjohn.traill@freescale.com\u003e\nSigned-off-by: Vitaly Bordug \u003cvitb@kernel.crashing.org\u003e\nSigned-off-by: Scott Wood \u003cscottwood@freescale.com\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "7401685242fbcbf4b0660726372c77a88c4af17d",
      "tree": "71b814468d705c2c48184161c38a0295c832239d",
      "parents": [
        "663edbd2640447dc43840568cd5701e6c9878d63"
      ],
      "author": {
        "name": "Scott Wood",
        "email": "scottwood@freescale.com",
        "time": "Mon Jun 25 14:50:41 2007 -0500"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Wed Oct 03 20:36:36 2007 -0500"
      },
      "message": "[POWERPC] 8xx: Work around CPU15 erratum.\n\nThe CPU15 erratum on MPC8xx chips can cause incorrect code execution\nunder certain circumstances, where there is a conditional or indirect\nbranch in the last word of a page, with a target in the last cache line\nof the next page.  This patch implements one of the suggested\nworkarounds, by forcing a TLB miss whenever execution crosses a page\nboundary.  This is done by invalidating the pages before and after the\none being loaded into the TLB in the ITLB miss handler.\n\nSigned-off-by: Scott Wood \u003cscottwood@freescale.com\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "663edbd2640447dc43840568cd5701e6c9878d63",
      "tree": "a68f486d53e7d82c86b1fa2fe75ea87d1ea35b56",
      "parents": [
        "fb533d0c5a9783ecafa9a177bace6384c47282a9"
      ],
      "author": {
        "name": "Scott Wood",
        "email": "scottwood@freescale.com",
        "time": "Mon Jul 16 17:22:01 2007 -0500"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Wed Oct 03 20:36:36 2007 -0500"
      },
      "message": "[POWERPC] 8xx: Add pin and clock setting functions.\n\nThese let board code set up pins and clocks without having to\nput magic numbers directly into the registers.\n\nThe clock function is mostly duplicated from the cpm2 version;\nhopefully this stuff can be merged at some point.\n\nSigned-off-by: Scott Wood \u003cscottwood@freescale.com\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "fb533d0c5a9783ecafa9a177bace6384c47282a9",
      "tree": "7be09cf401674b176455530ab4fec98bf9681751",
      "parents": [
        "ccf0d68e835003f19d5a9463d5a8c1e092d3a31a"
      ],
      "author": {
        "name": "Scott Wood",
        "email": "scottwood@freescale.com",
        "time": "Fri Sep 14 14:22:36 2007 -0500"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Wed Oct 03 20:36:35 2007 -0500"
      },
      "message": "[POWERPC] 8xx: Infrastructure code cleanup.\n\n1. Keep a global mpc8xx_immr mapping, rather than constantly\ncreating temporary mappings.\n2. Look for new fsl,cpm1 and fsl,cpm1-pic names.\n3. Always reset the CPM when not using the udbg console;\nthis is required in case the firmware initialized a device\nthat is incompatible with one that the kernel is about to\nuse.\n4. Remove some superfluous casts and header includes.\n5. Change a usage of IMAP_ADDR to get_immrbase().\n6. Use phys_addr_t, not uint, for dpram_pbase.\n7. Various sparse-related fixes, such as __iomem annotations.\n8. Remove mpc8xx_show_cpuinfo, which doesn\u0027t provide anything\nuseful beyond the generic cpuinfo handler.\n9. Move prototypes for 8xx support functions from board files\nto sysdev/commproc.h.\n\nSigned-off-by: Scott Wood \u003cscottwood@freescale.com\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "ccf0d68e835003f19d5a9463d5a8c1e092d3a31a",
      "tree": "c604aa02660434e15c20b138dcbd175eae0f0196",
      "parents": [
        "d948a29ea7a9514f588dafb61d5a6da68131c3ba"
      ],
      "author": {
        "name": "Scott Wood",
        "email": "scottwood@freescale.com",
        "time": "Mon Jul 16 11:28:18 2007 -0500"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Wed Oct 03 20:36:35 2007 -0500"
      },
      "message": "[POWERPC] 8xx: Fix CONFIG_PIN_TLB.\n\n1. Move CONSISTENT_START on 8xx so that it doesn\u0027t overlap the IMMR mapping.\n2. The wrong register was being loaded into SPRN_MD_RPN.\n\nSigned-off-by: Scott Wood \u003cscottwood@freescale.com\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "d948a29ea7a9514f588dafb61d5a6da68131c3ba",
      "tree": "798dc3f7cd3829813c001dc472d32eab19d05399",
      "parents": [
        "c1dcfd9d199043ff0e8805484a736ad36d9dd04a"
      ],
      "author": {
        "name": "Scott Wood",
        "email": "scottwood@freescale.com",
        "time": "Tue Jul 17 18:09:33 2007 -0500"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Wed Oct 03 20:36:35 2007 -0500"
      },
      "message": "[POWERPC] cpm_uart: Issue STOP_TX command before initializing console.\n\nThis prevents some bootloader/bootwrapper characters from being lost.\n\nSigned-off-by: Scott Wood \u003cscottwood@freescale.com\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "c1dcfd9d199043ff0e8805484a736ad36d9dd04a",
      "tree": "87e04b315a1c277083dea7ae3443bcb56e94b9d2",
      "parents": [
        "7ae870368d198affa249ed3382a8a288167ce885"
      ],
      "author": {
        "name": "Scott Wood",
        "email": "scottwood@freescale.com",
        "time": "Tue Jul 24 15:53:07 2007 -0500"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Wed Oct 03 20:36:35 2007 -0500"
      },
      "message": "[POWERPC] cpm_uart: sparse fixes\n\nMostly a bunch of direct access to in/out conversions, plus a few\ncast removals, __iomem annotations, and miscellaneous cleanup.\n\nSigned-off-by: Scott Wood \u003cscottwood@freescale.com\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "7ae870368d198affa249ed3382a8a288167ce885",
      "tree": "8c8ee001f8b4e39ca45696938a7e4c2f9d0b243e",
      "parents": [
        "a94b89a4813bddf85c052f8d04021688c5dfe0d7"
      ],
      "author": {
        "name": "Scott Wood",
        "email": "scottwood@freescale.com",
        "time": "Tue Jul 17 17:59:06 2007 -0500"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Wed Oct 03 20:36:35 2007 -0500"
      },
      "message": "[POWERPC] cpm_uart: Be an of_platform device when CONFIG_PPC_CPM_NEW_BINDING is set.\n\nThe existing OF glue code was crufty and broken.  Rather than fix it,\nit has been removed, and the serial driver now talks to the device tree\ndirectly.\n\nThe non-CONFIG_PPC_CPM_NEW_BINDING code can go away once CPM platforms\nare dropped from arch/ppc (which will hopefully be soon), and existing\narch/powerpc boards that I wasn\u0027t able to test on for this patchset get\nconverted (which should be even sooner).\n\nSigned-off-by: Scott Wood \u003cscottwood@freescale.com\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "a94b89a4813bddf85c052f8d04021688c5dfe0d7",
      "tree": "0878295ae42178976f50371ff32c7082bad11bb0",
      "parents": [
        "bbc6fac387f09e46a372e4aadbc935cba5a6b463"
      ],
      "author": {
        "name": "Scott Wood",
        "email": "scottwood@freescale.com",
        "time": "Fri Aug 31 17:18:28 2007 -0500"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Wed Oct 03 20:36:35 2007 -0500"
      },
      "message": "[POWERPC] bootwrapper: Use fsl_get_immr() in cuboot-pq2.c.\n\nSigned-off-by: Scott Wood \u003cscottwood@freescale.com\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "bbc6fac387f09e46a372e4aadbc935cba5a6b463",
      "tree": "930a30665c87ad0bd3c845ba892817f4a7b0ba19",
      "parents": [
        "568091512d464b06f17b88bfd2bdc1ec98a697bd"
      ],
      "author": {
        "name": "Scott Wood",
        "email": "scottwood@freescale.com",
        "time": "Mon Aug 27 13:46:38 2007 -0500"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Wed Oct 03 20:36:35 2007 -0500"
      },
      "message": "[POWERPC] bootwrapper: Add fsl_get_immr() and 8xx/pq2 clock functions.\n\nfsl_get_immr() uses /soc/ranges to determine the immr.\n\nmpc885_get_clock() transforms a crystal frequency into a system frequency\naccording to the PLL register settings.\n\npq2_get_clocks() does the same as the above for the PowerQUICC II,\nexcept that it produces several different clocks.\n\nThe mpc8xx/pq2 set_clocks() functions modify common properties in\nthe device tree based on the given clock data.\n\nThe mpc885/pq2 fixup_clocks() functions call get_clocks(), and\npass the results to set_clocks().\n\nSigned-off-by: Scott Wood \u003cscottwood@freescale.com\u003e\nAcked-by: David Gibson \u003cdavid@gibson.dropbear.id.au\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "568091512d464b06f17b88bfd2bdc1ec98a697bd",
      "tree": "91842035fa5fa538fc42744716083033deafac7b",
      "parents": [
        "c374e00e17f1c10768d5af922a1ff33e43df2eb0"
      ],
      "author": {
        "name": "Scott Wood",
        "email": "scottwood@freescale.com",
        "time": "Thu Aug 30 12:06:21 2007 -0500"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Wed Oct 03 20:35:43 2007 -0500"
      },
      "message": "[POWERPC] bootwrapper: Support all-in-one PCI nodes in cuboot-pq2.\n\nConsensus was reached to put PCI nodes at the root of the tree (and not\nunder /soc), but the phandle to a control node was rejected in favor of\nsimply not worrying about /pci/reg overlapping /soc/ranges.\n\nThis updates cuboot-82xx to not look for the phandle.\n\nSigned-off-by: Scott Wood \u003cscottwood@freescale.com\u003e\nAcked-by: David Gibson \u003cdavid@gibson.dropbear.id.au\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "c374e00e17f1c10768d5af922a1ff33e43df2eb0",
      "tree": "fc6149e7f3b86bb202c475d4414a926c481761b8",
      "parents": [
        "e631ae3b164158fbf486fbed5adb597696c4f0e5"
      ],
      "author": {
        "name": "Scott Wood",
        "email": "scottwood@freescale.com",
        "time": "Mon Jul 16 11:43:43 2007 -0500"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Wed Oct 03 20:35:43 2007 -0500"
      },
      "message": "[POWERPC] Add early debug console for CPM serial ports.\n\nThis code assumes that the ports have been previously set up, with\nbuffers in DPRAM.\n\nSigned-off-by: Scott Wood \u003cscottwood@freescale.com\u003e\nAcked-by: David Gibson \u003cdavid@gibson.dropbear.id.au\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "e631ae3b164158fbf486fbed5adb597696c4f0e5",
      "tree": "16e4c792462c228b0a8e896a5adb32681c5681eb",
      "parents": [
        "6d817aa71fddea859ba02d1a0b326da930ce6b50"
      ],
      "author": {
        "name": "Scott Wood",
        "email": "scottwood@freescale.com",
        "time": "Fri Sep 14 13:04:54 2007 -0500"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Wed Oct 03 20:35:43 2007 -0500"
      },
      "message": "[POWERPC] Introduce new CPM device bindings.\n\nThis introduces a new device binding for the CPM and other devices on\nthese boards.  Some of the changes include:\n\n1. Proper namespace scoping for Freescale compatibles and properties.\n\n2. Use compatible rather than things like device_type and model\nto determine which particular variant of a device is present.\n\n3. Give the drivers the relevant CPM command word directly, rather than\nrequiring it to have a lookup table based on device-id, SCC v. SMC, and\nCPM version.\n\n4. Specify the CPCR and the usable DPRAM region in the CPM\u0027s reg property.\n\nBoards that do not require the legacy bindings should select\nCONFIG_PPC_CPM_NEW_BINDING to enable the of_platform CPM devices. Once\nall existing boards are converted and tested, the config option can\nbecome default y to prevent new boards from using the old model.  Once\narch/ppc is gone, the config option can be removed altogether.\n\nSigned-off-by: Scott Wood \u003cscottwood@freescale.com\u003e\nAcked-by: David Gibson \u003cdavid@gibson.dropbear.id.au\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "6d817aa71fddea859ba02d1a0b326da930ce6b50",
      "tree": "b06061acb38cf5592c7a6480b9cd64b76679913c",
      "parents": [
        "26f571d7c968dbd30656fc1421eeb0d9088aaad9"
      ],
      "author": {
        "name": "Scott Wood",
        "email": "scottwood@freescale.com",
        "time": "Wed Aug 29 15:08:40 2007 -0500"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Wed Oct 03 20:35:43 2007 -0500"
      },
      "message": "[POWERPC] CPM: Change from fsl,brg-frequency to brg/clock-frequency\n\nAs suggested by David Gibson, now that we have a separate node\nfor the baud rate generators, it\u0027s better to use the standard\nclock-frequency property than a cpm-node-level fsl,brg-frequency\nproperty.\n\nThis patch updates existing places where fsl,brg-frequency is\nused.\n\nSigned-off-by: Scott Wood \u003cscottwood@freescale.com\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "26f571d7c968dbd30656fc1421eeb0d9088aaad9",
      "tree": "96b4df5f75b70cf102bf83dece20dafcde0b2e48",
      "parents": [
        "e077b50c29a7e8be5812d1156934ea837b712ca6"
      ],
      "author": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Thu Oct 04 11:02:09 2007 +1000"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Thu Oct 04 11:02:09 2007 +1000"
      },
      "message": "[PPC] Use cpu setup routines from cpu_setup_44x.S for ARCH\u003dppc\n\nCommit 8112753bb2c0045398c89d0647792b39805f6d40 made 44x in\nARCH\u003dpowerpc builds use cpu setup routines in cpu_setup_44x.S,\nbut didn\u0027t make a similar change for ARCH\u003dppc, and consequently\nthe ARCH\u003dppc builds fail with undefined symbols (since both use\nthe same cputable.c).\n\nThis fixes it by including cpu_setup_44x.S in the ARCH\u003dppc builds,\nand by taking out the now-redundant FPU initialization in\narch/ppc/kernel/head_44x.S.\n\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "e077b50c29a7e8be5812d1156934ea837b712ca6",
      "tree": "45fc2e9e02a9b9f97f4d671d7fa98753f1a05fc6",
      "parents": [
        "be1b4d34e3a379d20d50e75a95aa5c3f0c7cf612"
      ],
      "author": {
        "name": "Grant Likely",
        "email": "grant.likely@secretlab.ca",
        "time": "Wed Oct 03 02:47:02 2007 +1000"
      },
      "committer": {
        "name": "Josh Boyer",
        "email": "jwboyer@linux.vnet.ibm.com",
        "time": "Wed Oct 03 07:37:41 2007 -0500"
      },
      "message": "[POWERPC] Uartlite: Revert register io access changes\n\nReverts commit a15da8eff3627b8368db7f5dd260e5643213d918\n\nThis driver is used by devices other than the xilinx opb-uartlite which\ndepend on bytewise access to the registers.  The change to 32 bit access\ndoes not work on these devices.\n\nSigned-off-by: Grant Likely \u003cgrant.likely@secretlab.ca\u003e\nAcked-by: Peter Korsgaard \u003cjacmet@sunsite.dk\u003e\nSigned-off-by: Josh Boyer \u003cjwboyer@linux.vnet.ibm.com\u003e\n"
    },
    {
      "commit": "be1b4d34e3a379d20d50e75a95aa5c3f0c7cf612",
      "tree": "0cc0b54496f75dcfced9df35b35e78aad15e7358",
      "parents": [
        "69c9c94303e309c02cf4b3e671a46a34fd0c4b0b"
      ],
      "author": {
        "name": "Grant Likely",
        "email": "grant.likely@secretlab.ca",
        "time": "Wed Oct 03 02:44:15 2007 +1000"
      },
      "committer": {
        "name": "Josh Boyer",
        "email": "jwboyer@linux.vnet.ibm.com",
        "time": "Wed Oct 03 07:37:03 2007 -0500"
      },
      "message": "[POWERPC] Uartlite: Add macros for register names\n\nAdd macros to define register names to improve readability.\n\nSigned-off-by: Grant Likely \u003cgrant.likely@secretlab.ca\u003e\nSigned-off-by: Josh Boyer \u003cjwboyer@linux.vnet.ibm.com\u003e\n"
    },
    {
      "commit": "69c9c94303e309c02cf4b3e671a46a34fd0c4b0b",
      "tree": "456c818b81905955086cd5e258b3eda635b6621f",
      "parents": [
        "dc8afdc7ada82562231cbae867fe6dcdb7b677f5"
      ],
      "author": {
        "name": "Grant Likely",
        "email": "grant.likely@secretlab.ca",
        "time": "Mon Oct 01 07:47:05 2007 +1000"
      },
      "committer": {
        "name": "Josh Boyer",
        "email": "jwboyer@linux.vnet.ibm.com",
        "time": "Wed Oct 03 07:23:17 2007 -0500"
      },
      "message": "[POWERPC] Setup default eth addr in embed_config for Xilinx Virtex platforms\n\nThis simply adds the boilerplate default Ethernet address to embed_config\nfor the Xilinx platform (bug fix).\n\nSigned-off-by: Grant Likely \u003cgrant.likely@secretlab.ca\u003e\nSigned-off-by: Josh Boyer \u003cjwboyer@linux.vnet.ibm.com\u003e\n"
    },
    {
      "commit": "dc8afdc7ada82562231cbae867fe6dcdb7b677f5",
      "tree": "5f553e2f95de51520c9223662409bd7b43073b32",
      "parents": [
        "bedfc8a040378cb51f46155c980d295c2c397203"
      ],
      "author": {
        "name": "Grant Likely",
        "email": "grant.likely@secretlab.ca",
        "time": "Mon Oct 01 07:47:00 2007 +1000"
      },
      "committer": {
        "name": "Josh Boyer",
        "email": "jwboyer@linux.vnet.ibm.com",
        "time": "Wed Oct 03 07:23:16 2007 -0500"
      },
      "message": "[POWERPC] XilinxFB: Move xilinxfb_platform_data definition to a shared header file\n\nXilnixFB can be used by more than just arch/ppc.  Move the data structure\ndefinition into include/linux/xilinxfb.h so it can be used by microblaze\nand arch/powerpc\n\nSigned-off-by: Grant Likely \u003cgrant.likely@secretlab.ca\u003e\nSigned-off-by: Josh Boyer \u003cjwboyer@linux.vnet.ibm.com\u003e\n"
    },
    {
      "commit": "bedfc8a040378cb51f46155c980d295c2c397203",
      "tree": "1f1dfdf1c97e6ee125a91fafc25d6725b7a96afe",
      "parents": [
        "267b49a96e30f129600bdb4f3fa6d80d6dd42523"
      ],
      "author": {
        "name": "Grant Likely",
        "email": "grant.likely@secretlab.ca",
        "time": "Mon Oct 01 07:46:55 2007 +1000"
      },
      "committer": {
        "name": "Josh Boyer",
        "email": "jwboyer@linux.vnet.ibm.com",
        "time": "Wed Oct 03 07:23:16 2007 -0500"
      },
      "message": "[POWERPC] Uartlite: Flush RX fifo in bootwrapper\n\nFlush the uartlite RX fifo so that characters typed before entry into\nthe zImage wrapper do not muck up the kernel command line.\n\nSigned-off-by: Grant Likely \u003cgrant.likely@secretlab.ca\u003e\nSigned-off-by: Josh Boyer \u003cjwboyer@linux.vnet.ibm.com\u003e\n"
    },
    {
      "commit": "267b49a96e30f129600bdb4f3fa6d80d6dd42523",
      "tree": "d7fef64451a94b9f5fd6ad80c10bce4fd184d77b",
      "parents": [
        "fb4e6e663b404ecdfac2e3f6e643d204488b28e9"
      ],
      "author": {
        "name": "Josh Boyer",
        "email": "jwboyer@linux.vnet.ibm.com",
        "time": "Tue Oct 02 07:33:22 2007 -0500"
      },
      "committer": {
        "name": "Josh Boyer",
        "email": "jwboyer@linux.vnet.ibm.com",
        "time": "Wed Oct 03 07:23:16 2007 -0500"
      },
      "message": "[POWERPC] Add treeImage to .gitignore\n\nTell git to ignore the generated treeImage.* files in arch/powerpc/boot\n\nSigned-off-by: Josh Boyer \u003cjwboyer@linux.vnet.ibm.com\u003e\n"
    },
    {
      "commit": "fb4e6e663b404ecdfac2e3f6e643d204488b28e9",
      "tree": "3722233130a7d31667949078513631af15989a67",
      "parents": [
        "852e1ea748e83eba7fdb1cc198f271837b16137b"
      ],
      "author": {
        "name": "Grant Likely",
        "email": "grant.likely@secretlab.ca",
        "time": "Tue Oct 02 12:16:09 2007 +1000"
      },
      "committer": {
        "name": "Josh Boyer",
        "email": "jwboyer@linux.vnet.ibm.com",
        "time": "Wed Oct 03 07:23:16 2007 -0500"
      },
      "message": "[POWERPC] Uartlite: Let the console be initialized earlier\n\nBy configuring it earlier we get console output sooner which is helpful\nfor debugging when the kernel crashes before the serial drivers are\ninitialized.\n\nSigned-off-by: Grant Likely \u003cgrant.likely@secretlab.ca\u003e\nSigned-off-by: Josh Boyer \u003cjwboyer@linux.vnet.ibm.com\u003e\n"
    },
    {
      "commit": "852e1ea748e83eba7fdb1cc198f271837b16137b",
      "tree": "f3a2b65e469c76acf3a7d2adb5c1ac69e446a060",
      "parents": [
        "435706b385d1f5422e44ee86b5dec0a2150eca02"
      ],
      "author": {
        "name": "Grant Likely",
        "email": "grant.likely@secretlab.ca",
        "time": "Tue Oct 02 12:16:04 2007 +1000"
      },
      "committer": {
        "name": "Josh Boyer",
        "email": "jwboyer@linux.vnet.ibm.com",
        "time": "Wed Oct 03 07:23:15 2007 -0500"
      },
      "message": "[POWERPC] Uartlite: Add of-platform-bus binding\n\nAdd of_platform bus binding so this driver can be used with arch/powerpc\n\nSigned-off-by: Grant Likely \u003cgrant.likely@secretlab.ca\u003e\nSigned-off-by: Josh Boyer \u003cjwboyer@linux.vnet.ibm.com\u003e\n"
    },
    {
      "commit": "435706b385d1f5422e44ee86b5dec0a2150eca02",
      "tree": "453d8882a52781770abc6f767141b47fc81b1ea6",
      "parents": [
        "8fa7b6100693e0b648ffd34564f6f41226502a19"
      ],
      "author": {
        "name": "Grant Likely",
        "email": "grant.likely@secretlab.ca",
        "time": "Tue Oct 02 12:15:59 2007 +1000"
      },
      "committer": {
        "name": "Josh Boyer",
        "email": "jwboyer@linux.vnet.ibm.com",
        "time": "Wed Oct 03 07:23:15 2007 -0500"
      },
      "message": "[POWERPC] Uartlite: Comment block tidy\n\nTidy the comments to split the driver into logical section; the main driver,\nthe console driver, the platform bus binding, and module initialization\nand teardown.\n\nSigned-off-by: Grant Likely \u003cgrant.likely@secretlab.ca\u003e\nSigned-off-by: Josh Boyer \u003cjwboyer@linux.vnet.ibm.com\u003e\n"
    },
    {
      "commit": "8fa7b6100693e0b648ffd34564f6f41226502a19",
      "tree": "8feec5322aee8e7402d5a61a9f23e466bd75290e",
      "parents": [
        "00775828e66124b4af54fafc393e5e89248802c9"
      ],
      "author": {
        "name": "Grant Likely",
        "email": "grant.likely@secretlab.ca",
        "time": "Tue Oct 02 12:15:54 2007 +1000"
      },
      "committer": {
        "name": "Josh Boyer",
        "email": "jwboyer@linux.vnet.ibm.com",
        "time": "Wed Oct 03 07:23:15 2007 -0500"
      },
      "message": "[POWERPC] Uartlite: Separate the bus binding from the driver proper\n\nSeparate the bus binding code from the driver structure allocation code in\npreparation for adding the of_platform_bus bindings needed by arch/powerpc\n\nSigned-off-by: Grant Likely \u003cgrant.likely@secretlab.ca\u003e\nSigned-off-by: Josh Boyer \u003cjwboyer@linux.vnet.ibm.com\u003e\n"
    },
    {
      "commit": "00775828e66124b4af54fafc393e5e89248802c9",
      "tree": "6d58e172a0ad596eec1f439ff3dfb7e2d2d82563",
      "parents": [
        "483c79db95b56a9650bd6f0638e7366eb20ffc01"
      ],
      "author": {
        "name": "Grant Likely",
        "email": "grant.likely@secretlab.ca",
        "time": "Tue Oct 02 12:15:49 2007 +1000"
      },
      "committer": {
        "name": "Josh Boyer",
        "email": "jwboyer@linux.vnet.ibm.com",
        "time": "Wed Oct 03 07:23:15 2007 -0500"
      },
      "message": "[POWERPC] Uartlite: Add macro for uartlite device name\n\nChanged to make the following OF_platform bus binding patch a wee bit cleaner\n\nSigned-off-by: Grant Likely \u003cgrant.likely@secretlab.ca\u003e\nSigned-off-by: Josh Boyer \u003cjwboyer@linux.vnet.ibm.com\u003e\n"
    },
    {
      "commit": "483c79db95b56a9650bd6f0638e7366eb20ffc01",
      "tree": "098877284134606c96b9a7945c263fe8fc839c8e",
      "parents": [
        "a15da8eff3627b8368db7f5dd260e5643213d918"
      ],
      "author": {
        "name": "Grant Likely",
        "email": "grant.likely@secretlab.ca",
        "time": "Tue Oct 02 12:15:44 2007 +1000"
      },
      "committer": {
        "name": "Josh Boyer",
        "email": "jwboyer@linux.vnet.ibm.com",
        "time": "Wed Oct 03 07:23:15 2007 -0500"
      },
      "message": "[POWERPC] Uartlite: change name of ports to ulite_ports\n\nChanged to match naming convention used in the rest of the module\n\nSigned-off-by: Grant Likely \u003cgrant.likely@secretlab.ca\u003e\nSigned-off-by: Josh Boyer \u003cjwboyer@linux.vnet.ibm.com\u003e\n"
    },
    {
      "commit": "a15da8eff3627b8368db7f5dd260e5643213d918",
      "tree": "262d3d4b34625b3630fe785c6b625e1d84670fe9",
      "parents": [
        "260c02a9beddf4186a8c7549b2eec2f6c67f1151"
      ],
      "author": {
        "name": "Grant Likely",
        "email": "grant.likely@secretlab.ca",
        "time": "Tue Oct 02 12:15:39 2007 +1000"
      },
      "committer": {
        "name": "Josh Boyer",
        "email": "jwboyer@linux.vnet.ibm.com",
        "time": "Wed Oct 03 07:23:14 2007 -0500"
      },
      "message": "[POWERPC] Uartlite: Fix reg io to access documented register size\n\nThe Uartlite data sheet defines the registers as 32 bit wide.  This\npatch changes the register access to use 32 bit transfers and eliminates\nthe magic +3 offset which is currently required to make the device\nwork.\n\nSigned-off-by: Grant Likely \u003cgrant.likely@secretlab.ca\u003e\nAcked-by: John Williams \u003cjwilliams@itee.uq.edu.au\u003e\nSigned-off-by: Josh Boyer \u003cjwboyer@linux.vnet.ibm.com\u003e\n"
    },
    {
      "commit": "260c02a9beddf4186a8c7549b2eec2f6c67f1151",
      "tree": "4998617380e4d6d34b7ecf71306a253f2478b579",
      "parents": [
        "486ba7e6418b69143701f6772e8864d9299178b8"
      ],
      "author": {
        "name": "Grant Likely",
        "email": "grant.likely@secretlab.ca",
        "time": "Tue Oct 02 12:15:34 2007 +1000"
      },
      "committer": {
        "name": "Josh Boyer",
        "email": "jwboyer@linux.vnet.ibm.com",
        "time": "Wed Oct 03 07:23:14 2007 -0500"
      },
      "message": "[POWERPC] Add PowerPC Xilinx Virtex entry to maintainers\n\nSigned-off-by: Grant Likely \u003cgrant.likely@secretlab.ca\u003e\nSigned-off-by: Josh Boyer \u003cjwboyer@linux.vnet.ibm.com\u003e\n"
    },
    {
      "commit": "486ba7e6418b69143701f6772e8864d9299178b8",
      "tree": "d6790c6041ce781fdf76d5b3e3b48156406a9d78",
      "parents": [
        "4dc9783ea9e4d6f97e40b808991b324a4719a837"
      ],
      "author": {
        "name": "Grant Likely",
        "email": "grant.likely@secretlab.ca",
        "time": "Tue Oct 02 12:15:29 2007 +1000"
      },
      "committer": {
        "name": "Josh Boyer",
        "email": "jwboyer@linux.vnet.ibm.com",
        "time": "Wed Oct 03 07:23:14 2007 -0500"
      },
      "message": "[POWERPC] Virtex: Add generic Xilinx Virtex board support\n\nAdds support for generic Xilinx Virtex boards.  Any board which specifies\n\"xilinx,virtex\" in the compatible property will make use of this board\nsupport.\n\nSigned-off-by: Grant Likely \u003cgrant.likely@secretlab.ca\u003e\nSigned-off-by: Josh Boyer \u003cjwboyer@linux.vnet.ibm.com\u003e\n"
    },
    {
      "commit": "4dc9783ea9e4d6f97e40b808991b324a4719a837",
      "tree": "fa1bf0ba7f841455934306315f6549a98dd267d7",
      "parents": [
        "36660cef734e3c80c4379443781ed0b2fe3e1ffe"
      ],
      "author": {
        "name": "Grant Likely",
        "email": "grant.likely@secretlab.ca",
        "time": "Tue Oct 02 12:15:23 2007 +1000"
      },
      "committer": {
        "name": "Josh Boyer",
        "email": "jwboyer@linux.vnet.ibm.com",
        "time": "Wed Oct 03 07:23:14 2007 -0500"
      },
      "message": "[POWERPC] Virtex: add xilinx interrupt controller driver\n\nAdds support for the Xilinx opb-intc interrupt controller\n\nSigned-off-by: Grant Likely \u003cgrant.likely@secretlab.ca\u003e\nSigned-off-by: Josh Boyer \u003cjwboyer@linux.vnet.ibm.com\u003e\n"
    },
    {
      "commit": "36660cef734e3c80c4379443781ed0b2fe3e1ffe",
      "tree": "c00ebfdaa23453f6eda177ae83beea06bbbca63f",
      "parents": [
        "7ddc5f978b16c024b6c1fcecbda6815d3d3222ef"
      ],
      "author": {
        "name": "Grant Likely",
        "email": "grant.likely@secretlab.ca",
        "time": "Tue Oct 02 12:15:18 2007 +1000"
      },
      "committer": {
        "name": "Josh Boyer",
        "email": "jwboyer@linux.vnet.ibm.com",
        "time": "Wed Oct 03 07:23:14 2007 -0500"
      },
      "message": "[POWERPC] Virtex: Add Kconfig macros for Xilinx Virtex board support\n\nAdd the needed kconfig macros to enable Xilinx Virtex board support\n\nSigned-off-by: Grant Likely \u003cgrant.likely@secretlab.ca\u003e\nSigned-off-by: Josh Boyer \u003cjwboyer@linux.vnet.ibm.com\u003e\n"
    },
    {
      "commit": "7ddc5f978b16c024b6c1fcecbda6815d3d3222ef",
      "tree": "c6772bcbf1c19583b9aaf1303aea09e12e2568a0",
      "parents": [
        "340ffd267c85fc28da7cfd681b177c816af800cf"
      ],
      "author": {
        "name": "Grant Likely",
        "email": "grant.likely@secretlab.ca",
        "time": "Tue Oct 02 12:15:13 2007 +1000"
      },
      "committer": {
        "name": "Josh Boyer",
        "email": "jwboyer@linux.vnet.ibm.com",
        "time": "Wed Oct 03 07:23:13 2007 -0500"
      },
      "message": "[POWERPC] Virtex: Add uartlite bootwrapper driver\n\nAllows the bootwrapper to use the uartlite device for console output.\n\nSigned-off-by: Grant Likely \u003cgrant.likely@secretlab.ca\u003e\nSigned-off-by: Josh Boyer \u003cjwboyer@linux.vnet.ibm.com\u003e\n"
    },
    {
      "commit": "340ffd267c85fc28da7cfd681b177c816af800cf",
      "tree": "b9a757d6d0566420fe103c02d60f2b520e5c3880",
      "parents": [
        "8112753bb2c0045398c89d0647792b39805f6d40"
      ],
      "author": {
        "name": "Valentine Barshak",
        "email": "vbarshak@ru.mvista.com",
        "time": "Sat Sep 22 00:50:09 2007 +1000"
      },
      "committer": {
        "name": "Josh Boyer",
        "email": "jwboyer@linux.vnet.ibm.com",
        "time": "Wed Oct 03 07:20:18 2007 -0500"
      },
      "message": "[POWERPC] 4xx: 440EPx/GRx incorrect write to DDR SDRAM errata workaround\n\nAdd a workaround for PowerPC 440EPx/GRx incorrect write to\nDDR SDRAM errata. Data can be written to wrong address\nin SDRAM when write pipelining enabled on plb0. We disable\nit in the cpu_setup for these processors at early init.\n\nSigned-off-by: Valentine Barshak \u003cvbarshak@ru.mvista.com\u003e\nSigned-off-by: Josh Boyer \u003cjwboyer@linux.vnet.ibm.com\u003e\n"
    },
    {
      "commit": "8112753bb2c0045398c89d0647792b39805f6d40",
      "tree": "5a818e51c96b9cc0d0cd733838554037339a8559",
      "parents": [
        "84e3ad5b91ed51db7513a54ad7ed652ab0ca4ba1"
      ],
      "author": {
        "name": "Valentine Barshak",
        "email": "vbarshak@ru.mvista.com",
        "time": "Sat Sep 22 00:46:57 2007 +1000"
      },
      "committer": {
        "name": "Josh Boyer",
        "email": "jwboyer@linux.vnet.ibm.com",
        "time": "Wed Oct 03 07:20:17 2007 -0500"
      },
      "message": "[POWERPC] 4xx: Move 440EP(x) FPU setup from head_44x to cpu_setup_4xx\n\nThe PowerPC 440EP(x) FPU init is currently done in head_44x\nunder ifdefs. Since we should support more then one board\nin the same kernel, we move FPU initialization code from head_44x\nto cpu_setup_44x and add cpu_setup callbacks for 440EP(x).\n\nSigned-off-by: Valentine Barshak \u003cvbarshak@ru.mvista.com\u003e\nSigned-off-by: Josh Boyer \u003cjwboyer@linux.vnet.ibm.com\u003e\n"
    },
    {
      "commit": "84e3ad5b91ed51db7513a54ad7ed652ab0ca4ba1",
      "tree": "575a4a0b3ac8d9268c3db14af1d383dc4465112c",
      "parents": [
        "2e71cc0d51d8f0dd4532d88c8fffccc08ba7ecdb"
      ],
      "author": {
        "name": "Valentine Barshak",
        "email": "vbarshak@ru.mvista.com",
        "time": "Sat Sep 22 00:44:38 2007 +1000"
      },
      "committer": {
        "name": "Josh Boyer",
        "email": "jwboyer@linux.vnet.ibm.com",
        "time": "Wed Oct 03 07:20:17 2007 -0500"
      },
      "message": "[POWERPC] 4xx: Introduce cpu_setup functionality to 44x platform\n\nThis adds cpu_setup functionality for ppc44x platform.\nLow level cpu-spefic initialization routines should be\nplaced in cpu_setup_44x.S and a callback should be\nadded to cputable. The cpu_setup is invoked\nby identify_cpu() function at early init.\n\nSigned-off-by: Valentine Barshak \u003cvbarshak@ru.mvista.com\u003e\nSigned-off-by: Josh Boyer \u003cjwboyer@linux.vnet.ibm.com\u003e\n"
    },
    {
      "commit": "2e71cc0d51d8f0dd4532d88c8fffccc08ba7ecdb",
      "tree": "4d4e3109879e96284e6386b34250d3f25aa66ff9",
      "parents": [
        "1ad749980a5fda46f7ec920d8409ddcc89b38714"
      ],
      "author": {
        "name": "Josh Boyer",
        "email": "jwboyer@linux.vnet.ibm.com",
        "time": "Mon Sep 24 07:32:15 2007 -0500"
      },
      "committer": {
        "name": "Josh Boyer",
        "email": "jwboyer@linux.vnet.ibm.com",
        "time": "Wed Oct 03 07:10:55 2007 -0500"
      },
      "message": "[POWERPC] 4xx: Fix Walnut wrapper compile errors\n\nPass the appropriate -mcpu flag to the treeboot-walnut.o object to prevent\nsome toolchains from erroring out with unknown opcodes\n\nSigned-off-by: Josh Boyer \u003cjwboyer@linux.vnet.ibm.com\u003e\n"
    },
    {
      "commit": "1ad749980a5fda46f7ec920d8409ddcc89b38714",
      "tree": "3c1b28f1f6e03660c36e6f320fce54e4e5a1eb5e",
      "parents": [
        "d831d0b83f205888f4be4dee0a074ad67ef809b3"
      ],
      "author": {
        "name": "Tony Breeds",
        "email": "tony@bakeyournoodle.com",
        "time": "Fri Sep 21 13:26:03 2007 +1000"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Wed Oct 03 15:44:34 2007 +1000"
      },
      "message": "[POWERPC] Enable tickless idle and high res timers for powerpc\n\nSigned-off-by: Tony Breeds \u003ctony@bakeyournoodle.com\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "d831d0b83f205888f4be4dee0a074ad67ef809b3",
      "tree": "74a62c45f88d8c060c487777d27cb55768009113",
      "parents": [
        "ab3e975e7c8b5efb452bdb0d06c1cb7399f83979"
      ],
      "author": {
        "name": "Tony Breeds",
        "email": "tony@bakeyournoodle.com",
        "time": "Fri Sep 21 13:26:03 2007 +1000"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Wed Oct 03 15:44:34 2007 +1000"
      },
      "message": "[POWERPC] Implement clockevents driver for powerpc\n\nThis registers a clock event structure for the decrementer and turns\non CONFIG_GENERIC_CLOCKEVENTS, which means that we now don\u0027t need\nmost of timer_interrupt(), since the work is done in generic code.\nFor secondary CPUs, their decrementer clockevent is registered when\nthe CPU comes up (the generic code automatically removes the\nclockevent when the CPU goes down).\n\nSigned-off-by: Tony Breeds \u003ctony@bakeyournoodle.com\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "ab3e975e7c8b5efb452bdb0d06c1cb7399f83979",
      "tree": "8720f34b96b1ee67c91ba0675eef0235ce757240",
      "parents": [
        "70f227d8846a8a9b1f36f71c42e11cc7c6e9408d",
        "b15773a06e5feee192f83c578222b45d81d1edc9"
      ],
      "author": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Wed Oct 03 15:33:38 2007 +1000"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Wed Oct 03 15:33:38 2007 +1000"
      },
      "message": "Merge branch \u0027ppc-fixes\u0027 of git://git.bocc.de/dbox2 into for-2.6.24\n"
    },
    {
      "commit": "70f227d8846a8a9b1f36f71c42e11cc7c6e9408d",
      "tree": "fb4dd5c8240bdaada819fb569c01a392b52847b9",
      "parents": [
        "a0c7ce9c877ceef8428798ac91fb794f83609aed",
        "f778089cb2445dfc6dfd30a7a567925fd8589f1e"
      ],
      "author": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Wed Oct 03 15:33:17 2007 +1000"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Wed Oct 03 15:33:17 2007 +1000"
      },
      "message": "Merge branch \u0027linux-2.6\u0027 into for-2.6.24\n"
    },
    {
      "commit": "a0c7ce9c877ceef8428798ac91fb794f83609aed",
      "tree": "d572e80603e1a9b0e4999bfbc7d30984ea5b1b80",
      "parents": [
        "2d5f5659649924b86d527a2af2552bab741d1d6f"
      ],
      "author": {
        "name": "Tony Breeds",
        "email": "tony@bakeyournoodle.com",
        "time": "Wed Oct 03 11:19:09 2007 +1000"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Wed Oct 03 15:31:37 2007 +1000"
      },
      "message": "[POWERPC] Fix panic in RTAS code\n\nSome older pSeries machines were panicking in pSeries_log_error\nbecause it was getting called before it was ready.  This is a result\nof commit \"[POWERPC] pseries: Fix jumbled no_logging flag.\"\n(79c0108d1b9db4864ab77b2a95dfa04f2dcf264c).\n\nThis fixes it by explicitly enabling RTAS error logging when it has\nbeen initialized, and also makes the code clearer by renaming the\n\"no_more_logging\" variable to \"logging_enabled\".\n\nSigned-off-by: Tony Breeds \u003ctony@bakeyournoodle.com\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "2d5f5659649924b86d527a2af2552bab741d1d6f",
      "tree": "7f6643e061f2f83f7eda1fad983fff4f27322d2f",
      "parents": [
        "da0bd34e03b48f366a29e0ecdb24f8a0fe856d40"
      ],
      "author": {
        "name": "Linas Vepstas",
        "email": "linas@austin.ibm.com",
        "time": "Wed Oct 03 07:40:12 2007 +1000"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Wed Oct 03 15:31:35 2007 +1000"
      },
      "message": "[POWERPC] Use alloc_maybe_bootmem() in pcibios_alloc_controller\n\nUse alloc_maybe_bootmem() which wraps the if (mem_init_done)\nmalloc clause.\n\nSigned-off-by: Linas Vepstas \u003clinas@austin.ibm.com\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "da0bd34e03b48f366a29e0ecdb24f8a0fe856d40",
      "tree": "b2719a810e67826dbde6079ff73f091060f92ddf",
      "parents": [
        "86de9f5f5e663123a5a49c6fe39750bea3dba24c"
      ],
      "author": {
        "name": "Ishizaki Kou",
        "email": "kou.ishizaki@toshiba.co.jp",
        "time": "Tue Oct 02 18:26:53 2007 +1000"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Wed Oct 03 13:25:28 2007 +1000"
      },
      "message": "[POWERPC] Celleb: update for PCI\n\nThis adds support for the PCI bus on Celleb with new \"I/O routines\nfor PowerPC.\"  External PCI on Celleb must do explicit synchronization\nwith devices (Bus has no automatic synchronization feature).\n\nSigned-off-by: Kou Ishizaki \u003cKou.Ishizaki@toshiba.co.jp\u003e\nAcked-by: Arnd Bergmann \u003carnd@arndb.de\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "86de9f5f5e663123a5a49c6fe39750bea3dba24c",
      "tree": "64a560dda1c3e1cdf6efeac9e16489700cb3831d",
      "parents": [
        "7f2c85777db26c120821bc1c9b8273a30a705a09"
      ],
      "author": {
        "name": "Ishizaki Kou",
        "email": "kou.ishizaki@toshiba.co.jp",
        "time": "Tue Oct 02 18:25:16 2007 +1000"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Wed Oct 03 13:25:28 2007 +1000"
      },
      "message": "[POWERPC] Celleb: Serial I/O update\n\nThis is an update for Serial I/O on Celleb.\n  - Detection algorithm has been changed\n\nSigned-off-by: Kou Ishizaki \u003cKou.Ishizaki@toshiba.co.jp\u003e\nAcked-by: Arnd Bergmann \u003carnd@arndb.de\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "7f2c85777db26c120821bc1c9b8273a30a705a09",
      "tree": "49f2f0ea2208e98b9a5998bccc34ec0d13b8e533",
      "parents": [
        "b41848031ac16aee8d045e86f0b7ad3ba97e961e"
      ],
      "author": {
        "name": "Ishizaki Kou",
        "email": "kou.ishizaki@toshiba.co.jp",
        "time": "Tue Oct 02 18:23:46 2007 +1000"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Wed Oct 03 13:25:28 2007 +1000"
      },
      "message": "[POWERPC] Celleb: New HTAB Guest OS Interface on Beat\n\nThis changes the Celleb code to work with new Guest OS Interface\nto tweak HTAB on Beat. It detects old and new Guest OS Interfaces\nautomatically.\n\nSigned-off-by: Kou Ishizaki \u003cKou.Ishizaki@toshiba.co.jp\u003e\nAcked-by: Arnd Bergmann \u003carnd.bergmann@de.ibm.com\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "b41848031ac16aee8d045e86f0b7ad3ba97e961e",
      "tree": "226ba643c13c95373473a4920a25b493fb2f237b",
      "parents": [
        "80755b4144b303882437ac301034f0c7330199a8"
      ],
      "author": {
        "name": "Ishizaki Kou",
        "email": "kou.ishizaki@toshiba.co.jp",
        "time": "Tue Oct 02 18:21:21 2007 +1000"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Wed Oct 03 13:25:28 2007 +1000"
      },
      "message": "[POWERPC] Celleb: Support for Power/Reset buttons\n\nThis supports Power/Reset buttons on Beat on Celleb.\n\nOn Beat, we have an event from Beat if Power button or Reset button\nis pressed. This patch catches the event and convert it to a signal\nto INIT process by calling ctrl_alt_del() function.\n\n/sbin/inittab have no entry to turn the machine power off so we have\nto detect if power button is pressed or not internally in our driver.\nThis idea is taken from PS3\u0027s event handling subsystem.\n\nSigned-off-by: Kou Ishizaki \u003cKou.Ishizaki@toshiba.co.jp\u003e\nAcked-by: Arnd Bergmann \u003carnd@arndb.de\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "80755b4144b303882437ac301034f0c7330199a8",
      "tree": "cf224c8a9a683b87106ee61764da9d7ed53ed6e7",
      "parents": [
        "74c9b99d4dcadd144fab7326c99d0ffb1de19245"
      ],
      "author": {
        "name": "Ishizaki Kou",
        "email": "kou.ishizaki@toshiba.co.jp",
        "time": "Tue Oct 02 18:18:46 2007 +1000"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Wed Oct 03 13:25:28 2007 +1000"
      },
      "message": "[POWERPC] Celleb: Move pause, kexec_cpu_down to beat.c\n\nThis is an update for \"Beat on Celleb\"\n  - Move beat_pause(), beat_kexec_cpu_down() from setup.c to beat.c\n\nSigned-off-by: \u003cKou.Ishizaki@toshiba.co.jp\u003e\nAcked-by: Arnd Bergmann \u003carnd.bergmann@de.ibm.com\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "74c9b99d4dcadd144fab7326c99d0ffb1de19245",
      "tree": "8e8f8d4e8131cb7a1041b016780988f18e770c2c",
      "parents": [
        "4acb889627412cbab6b4b44593efe232f5028eb2"
      ],
      "author": {
        "name": "Joachim Fenkes",
        "email": "fenkes@de.ibm.com",
        "time": "Wed Sep 26 19:46:34 2007 +1000"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Wed Oct 03 13:25:28 2007 +1000"
      },
      "message": "[POWERPC] ibmebus: More descriptive error return code in ibmebus_store_probe()\n\nSigned-off-by: Joachim Fenkes \u003cfenkes@de.ibm.com\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "4acb889627412cbab6b4b44593efe232f5028eb2",
      "tree": "b0309843df733e4b1403cc3f5d099d356c5783d2",
      "parents": [
        "0411a5e233db0f5196cff46a34bff15c005bbe6a"
      ],
      "author": {
        "name": "Michael Ellerman",
        "email": "michael@ellerman.id.au",
        "time": "Mon Sep 17 16:05:02 2007 +1000"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Wed Oct 03 13:25:28 2007 +1000"
      },
      "message": "[POWERPC] Update axon_msi to use dcr_host_t.base\n\nNow that dcr_host_t contains the base address, we can use that in the\naxon_msi code, rather than storing it separately.\n\nSigned-off-by: Michael Ellerman \u003cmichael@ellerman.id.au\u003e\nAcked-by: Benjamin Herrenschmidt \u003cbenh@kernel.crashing.org\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "0411a5e233db0f5196cff46a34bff15c005bbe6a",
      "tree": "ac714b4f93776386833862f1009ac41fcfb67d5d",
      "parents": [
        "0b94a1eeeeb3542d046b928ca01fcd4bf0ea7587"
      ],
      "author": {
        "name": "Michael Ellerman",
        "email": "michael@ellerman.id.au",
        "time": "Mon Sep 17 16:05:01 2007 +1000"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Wed Oct 03 13:25:27 2007 +1000"
      },
      "message": "[POWERPC] Update mpic to use dcr_host_t.base\n\nNow that dcr_host_t contains the base address, we can use that in the mpic\ncode, rather than storing it separately.\n\nSigned-off-by: Michael Ellerman \u003cmichael@ellerman.id.au\u003e\nAcked-by: Benjamin Herrenschmidt \u003cbenh@kernel.crashing.org\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "0b94a1eeeeb3542d046b928ca01fcd4bf0ea7587",
      "tree": "04ada4951ef2a386d16f00d06bd78a4ce04ff65a",
      "parents": [
        "ca786f83a97d7897b013b1e9b290c9010b69af9b"
      ],
      "author": {
        "name": "Michael Ellerman",
        "email": "michael@ellerman.id.au",
        "time": "Mon Sep 17 16:05:00 2007 +1000"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Wed Oct 03 13:25:27 2007 +1000"
      },
      "message": "[POWERPC] Store the base address in dcr_host_t\n\nIn its current form, dcr_map() doesn\u0027t remember the base address you passed\nit, which means you need to store it somewhere else.  Rather than adding the\nbase to another struct it seems simpler to store it in the dcr_host_t.\n\nSigned-off-by: Michael Ellerman \u003cmichael@ellerman.id.au\u003e\nAcked-by: Benjamin Herrenschmidt \u003cbenh@kernel.crashing.org\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "ca786f83a97d7897b013b1e9b290c9010b69af9b",
      "tree": "977ea1a2934291f7fdfc9eee2d6f39adef78a2db",
      "parents": [
        "3049ea7e04408abf35dc295014cb6f1eabcf9b8c"
      ],
      "author": {
        "name": "Adrian Bunk",
        "email": "bunk@kernel.org",
        "time": "Tue Oct 02 13:30:09 2007 -0700"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Wed Oct 03 12:02:44 2007 +1000"
      },
      "message": "[POWERPC] Select proper defconfig for crosscompiles\n\nThe trick for finding the right defconfig is neat, but you forgot to\nprovide an i686_defconfig.  ;-)\n\nMore seriously, cross compiling the defconfig is often useful, e.g. for\ntesting the compilation of patches that touch multiple architectures,\nand this patch therefore chooses g5_defconfig if $(CROSS_COMPILE) is\nnon-empty.\n\nSigned-off-by: Adrian Bunk \u003cbunk@kernel.org\u003e\nAcked-by: Sam Ravnborg \u003csam@ravnborg.org\u003e\nCc: Benjamin Herrenschmidt \u003cbenh@kernel.crashing.org\u003e\nCc: Olof Johansson \u003colof@lixom.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "3049ea7e04408abf35dc295014cb6f1eabcf9b8c",
      "tree": "1c931e25037ecdf5c6a74acae1a247cadc3eafdd",
      "parents": [
        "8b70da1a094fb781d49a811fd2368907adc92b8d"
      ],
      "author": {
        "name": "Cyrill Gorcunov",
        "email": "gorcunov@gmail.com",
        "time": "Tue Oct 02 13:30:09 2007 -0700"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Wed Oct 03 12:02:44 2007 +1000"
      },
      "message": "[POWERPC] Sky Cpu and Nexus: use seq_file/single_open on proc interface\n\nThis patch changes proc interface to be used with single_file/seq_open\ncalls.\n\nSigned-off-by: Cyrill Gorcunov \u003cgorcunov@gmail.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "8b70da1a094fb781d49a811fd2368907adc92b8d",
      "tree": "bc034f9c8e7ed2652c04e29c2ba55560908b95b8",
      "parents": [
        "5f725fe92cc2e75892b237e863d5f695fb634bb2"
      ],
      "author": {
        "name": "Cyrill Gorcunov",
        "email": "gorcunov@gmail.com",
        "time": "Tue Oct 02 13:30:08 2007 -0700"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Wed Oct 03 12:02:44 2007 +1000"
      },
      "message": "[POWERPC] Sky Cpu: use C99 style for struct init\n\nThis changes structure item init format to C99, and removes useless\nstructure items init.\n\nSigned-off-by: Cyrill Gorcunov \u003cgorcunov@gmail.com\u003e\nCc: Benjamin Herrenschmidt \u003cbenh@kernel.crashing.org\u003e\nCc: Kumar Gala \u003cgalak@gate.crashing.org\u003e\nCc: Brian Waite \u003cwaite@skycomputers.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "5f725fe92cc2e75892b237e863d5f695fb634bb2",
      "tree": "6905d531858c0b3716220734540e25e75b16fe68",
      "parents": [
        "7472fd36a87e84c2819066543224285a6ab79ffc"
      ],
      "author": {
        "name": "Cyrill Gorcunov",
        "email": "gorcunov@gmail.com",
        "time": "Tue Oct 02 13:30:07 2007 -0700"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Wed Oct 03 12:02:44 2007 +1000"
      },
      "message": "[POWERPC] Sky Cpu and Nexus: check for create_proc_entry ret code\n\nAdds checking of create_proc_entry call to prevent possible NULL\npointer usage.\n\nSigned-off-by: Cyrill Gorcunov \u003cgorcunov@gmail.com\u003e\nCc: Benjamin Herrenschmidt \u003cbenh@kernel.crashing.org\u003e\nCc: Paul Mackerras \u003cpaulus@samba.org\u003e\nCc: Kumar Gala \u003cgalak@gate.crashing.org\u003e\nCc: Brian Waite \u003cwaite@skycomputers.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "7472fd36a87e84c2819066543224285a6ab79ffc",
      "tree": "c3dc2d5f7e00c65a50f47f7e971bf2dffa28557e",
      "parents": [
        "d2ceb47a7cbcc50b45832c6b24c47515838d169a"
      ],
      "author": {
        "name": "Cyrill Gorcunov",
        "email": "gorcunov@gmail.com",
        "time": "Tue Oct 02 13:30:06 2007 -0700"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Wed Oct 03 12:02:44 2007 +1000"
      },
      "message": "[POWERPC] Sky Cpu and Nexus: check for platform_get_resource retcode\n\nAdd adds checking for platform_get_resource() return code to prevent\npossible NULL pointer usage.\n\nSigned-off-by: Cyrill Gorcunov \u003cgorcunov@gmail.com\u003e\nCc: Benjamin Herrenschmidt \u003cbenh@kernel.crashing.org\u003e\nCc: Kumar Gala \u003cgalak@gate.crashing.org\u003e\nCc: Brian Waite \u003cwaite@skycomputers.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "d2ceb47a7cbcc50b45832c6b24c47515838d169a",
      "tree": "76738bbf4ea2cc1e756dfe8e07c87e270da245a0",
      "parents": [
        "a4e32b5f0ac60e6bca7c6896f47e1c624ae45df1"
      ],
      "author": {
        "name": "Cyrill Gorcunov",
        "email": "gorcunov@gmail.com",
        "time": "Tue Oct 02 13:30:06 2007 -0700"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Wed Oct 03 12:02:43 2007 +1000"
      },
      "message": "[POWERPC] Sky Cpu and Nexus: include io.h\n\nAdd #include \u003casm/io.h\u003e directive to properly declare ioremap() and\nwritel().\n\nSigned-off-by: Cyrill Gorcunov \u003cgorcunov@gmail.com\u003e\nCc: Benjamin Herrenschmidt \u003cbenh@kernel.crashing.org\u003e\nCc: Kumar Gala \u003cgalak@gate.crashing.org\u003e\nCc: Brian Waite \u003cwaite@skycomputers.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "a4e32b5f0ac60e6bca7c6896f47e1c624ae45df1",
      "tree": "04ecd93e767acbd6ffc249e4223ef240c8e284c5",
      "parents": [
        "8150caad02266623b5b9f58088d589f130fccd97"
      ],
      "author": {
        "name": "Cyrill Gorcunov",
        "email": "gorcunov@gmail.com",
        "time": "Tue Oct 02 13:30:05 2007 -0700"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Wed Oct 03 12:02:43 2007 +1000"
      },
      "message": "[POWERPC] Sky Cpu and Nexus: code style improvement\n\nRemove useless spaces and adds some empty lines to make code more\nreadable.  Also marker for printk is added.\n\nSigned-off-by: Cyrill Gorcunov \u003cgorcunov@gmail.com\u003e\nCc: Benjamin Herrenschmidt \u003cbenh@kernel.crashing.org\u003e\nCc: Kumar Gala \u003cgalak@gate.crashing.org\u003e\nCc: Brian Waite \u003cwaite@skycomputers.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "8150caad02266623b5b9f58088d589f130fccd97",
      "tree": "b5998315ef421001ae4fcdfbcdf41af270ac78df",
      "parents": [
        "d4243c175f127b377c881f512e7fb8ddaf2ed5e2"
      ],
      "author": {
        "name": "Roland McGrath",
        "email": "roland@redhat.com",
        "time": "Tue Oct 02 13:30:04 2007 -0700"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Wed Oct 03 12:02:43 2007 +1000"
      },
      "message": "[POWERPC] powerpc vDSO: install unstripped copies on disk\n\nThis keeps an unstripped copy of the vDSO images built before they are\nstripped and embedded in the kernel.  The unstripped copies get installed in\n$(MODLIB)/vdso/ by \"make install\".  These files can be useful when they\ncontain source-level debugging information.\n\nSigned-off-by: Roland McGrath \u003croland@redhat.com\u003e\nCc: Sam Ravnborg \u003csam@ravnborg.org\u003e\nCc: Benjamin Herrenschmidt \u003cbenh@kernel.crashing.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "d4243c175f127b377c881f512e7fb8ddaf2ed5e2",
      "tree": "7ce3099db3b0b8b3bfb93550badd3c7785ff6dd7",
      "parents": [
        "048c8bc90e53bf1f5feec020a7d482da94894e93"
      ],
      "author": {
        "name": "Mathieu Desnoyers",
        "email": "mathieu.desnoyers@polymtl.ca",
        "time": "Tue Oct 02 13:30:04 2007 -0700"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Wed Oct 03 12:02:43 2007 +1000"
      },
      "message": "[POWERPC] Include pagemap.h in asm/powerpc/tlb.h\n\nFixes this powerpc build error in 2.6.22-rc6-mm1 for powerpc 64 with\nCONFIG_SWAP\u003dn :\n\nIn file included from include2/asm/tlb.h:60,\n                 from /home/compudj/git/linux-2.6-lttng/arch/powerpc/mm/init_64.\nc:56:\n/home/compudj/git/linux-2.6-lttng/include/asm-generic/tlb.h: In function \u0027tlb_flush_mmu\u0027:\n/home/compudj/git/linux-2.6-lttng/include/asm-generic/tlb.h:76: error: implicit declaration of function \u0027release_pages\u0027\n/home/compudj/git/linux-2.6-lttng/include/asm-generic/tlb.h: In function \u0027tlb_remove_page\u0027:\n/home/compudj/git/linux-2.6-lttng/include/asm-generic/tlb.h:105: error: implicit declaration of function \u0027page_cache_release\u0027\nmake[2]: *** [arch/powerpc/mm/init_64.o] Error 1\n\nrelease_pages is declared in linux/pagemap.h, but cannot be included in\nlinux/swap.h because of a sparc related comment:\n\n/* only sparc can not include linux/pagemap.h in this file\n * so leave page_cache_release and release_pages undeclared... */\n#define free_page_and_swap_cache(page) \\\n        page_cache_release(page)\n#define free_pages_and_swap_cache(pages, nr) \\\n        release_pages((pages), (nr), 0);\n\nSigned-off-by: Mathieu Desnoyers \u003cmathieu.desnoyers@polymtl.ca\u003e\nCc: Benjamin Herrenschmidt \u003cbenh@kernel.crashing.org\u003e\nCc: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "048c8bc90e53bf1f5feec020a7d482da94894e93",
      "tree": "6ca0891ac3320706873006104cde3d4e1039bcfc",
      "parents": [
        "5669c3cf19fbadaa9120b59914beec8431277efe"
      ],
      "author": {
        "name": "Hugh Dickins",
        "email": "hugh@veritas.com",
        "time": "Wed Nov 01 05:44:54 2006 +1100"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Wed Oct 03 11:48:44 2007 +1000"
      },
      "message": "[POWERPC] ppc64: support CONFIG_DEBUG_PREEMPT\n\nAdd CONFIG_DEBUG_PREEMPT support to ppc64: it was useful for testing\nget_paca() preemption.  Cheat a little, just use debug_smp_processor_id()\nin the debug version of get_paca(): it contains all the right checks and\nreporting, though get_paca() doesn\u0027t really use smp_processor_id().\n\nUse local_paca for what might have been called __raw_get_paca().\nSilence harmless warnings from io.h and lparcfg.c with local_paca -\nit is okay for iseries_lparcfg_data to be referencing shared_proc\nwith preemption enabled: all cpus should show the same value for\nshared_proc.\n\nWhy do other architectures need TRACE_IRQFLAGS_SUPPORT for DEBUG_PREEMPT?\nI don\u0027t know, ppc64 appears to get along fine without it.\n\nSigned-off-by: Hugh Dickins \u003chugh@veritas.com\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "5669c3cf19fbadaa9120b59914beec8431277efe",
      "tree": "463ead47019486cdbde965ce1ef17045b32ca73f",
      "parents": [
        "88de3cab98ff6c794b840969427e61605d0cc1ea"
      ],
      "author": {
        "name": "Stephen Rothwell",
        "email": "sfr@canb.auug.org.au",
        "time": "Tue Oct 02 13:37:53 2007 +1000"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Wed Oct 03 11:48:44 2007 +1000"
      },
      "message": "[POWERPC] Limit range of __init_ref_ok somewhat\n\nThis patch introduces zalloc_maybe_bootmem and uses it so that we don\u0027t\nhave to mark a whole (largish) routine as __init_ref_ok.\n\nSigned-off-by: Stephen Rothwell \u003csfr@canb.auug.org.au\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "88de3cab98ff6c794b840969427e61605d0cc1ea",
      "tree": "fa84de2d583ec50c3e89d0ad8d6a6dd6f15ec8e0",
      "parents": [
        "0de2d820067e03ca93f6bf5320d362d5262fb7a3"
      ],
      "author": {
        "name": "Mark A. Greer",
        "email": "mgreer@mvista.com",
        "time": "Tue Oct 02 10:24:08 2007 +1000"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Wed Oct 03 11:48:44 2007 +1000"
      },
      "message": "[POWERPC] MAINTAINERS shouldn\u0027t reference linuxppc-embedded\n\nPowerpc patches should be posted to linuxppc-dev@ozlabs.org, so modify\nMAINTAINERS to no longer reference linuxppc-embedded@ozlabs.org.\n\nSigned-off-by: Mark A. Greer \u003cmgreer@mvista.com\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "0de2d820067e03ca93f6bf5320d362d5262fb7a3",
      "tree": "5f03f6c0bd4c040d436ad42cf6ccc2f24cba32c2",
      "parents": [
        "3eb523b939d59fd90518188750c26df5d357478f"
      ],
      "author": {
        "name": "Scott Wood",
        "email": "scottwood@freescale.com",
        "time": "Fri Sep 28 04:38:55 2007 +1000"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Wed Oct 03 11:48:44 2007 +1000"
      },
      "message": "[POWERPC] Make instruction dumping work in real mode\n\nOn non-book-E, exceptions execute in real mode.  If a fault happens\nthat leads to a register dump, the kernel currently prints XXXXXXXX\nbecause it doesn\u0027t realize that PC is a physical address.\n\nThis patch checks whether instruction address translation is turned\non, and if not converts PC into a virtual address.\n\nSigned-off-by: Scott Wood \u003cscottwood@freescale.com\u003e\nAcked-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\nAcked-by: Olof Johansson \u003colof@lixom.net\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "3eb523b939d59fd90518188750c26df5d357478f",
      "tree": "8cf71ddfd32f184b5686f118d1e4ea22a5ba3565",
      "parents": [
        "fabca2c0a461bd82a35194e3a4bb1e98f3ffa789"
      ],
      "author": {
        "name": "Arnd Bergmann",
        "email": "arnd@arndb.de",
        "time": "Thu Sep 27 00:02:05 2007 +1000"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Wed Oct 03 11:48:44 2007 +1000"
      },
      "message": "[POWERPC] Fix pci domain detection\n\nThe /proc/bus/pci/* files list PCI domain numbers only for\ndevices that claim to be on a multi-domain system. The check\nfor this is broken on powerpc, because the buid value is\ntruncated to 32 bits.\n\nThere is at least one machine (IBM QS21) that only uses\nthe high-order bits of the buid, so the return value\nof pci_proc_domain() ends up being always zero, which\nmakes /proc/bus/pci useless.\n\nChange the logic to always return \u00271\u0027 for a nonzero\nbuid value.\n\nSigned-off-by: Arnd Bergmann \u003carnd.bergmann@de.ibm.com\u003e\nAcked-by: Benjamin Herrenschmidt \u003cbenh@kernel.crashing.org\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "fabca2c0a461bd82a35194e3a4bb1e98f3ffa789",
      "tree": "298cc7b2c3cbfa82388b0b04c89882d6911d4a01",
      "parents": [
        "fec6047047fda307e47b9e87697144a89528c752"
      ],
      "author": {
        "name": "Roland McGrath",
        "email": "roland@redhat.com",
        "time": "Tue Sep 25 09:50:52 2007 +1000"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Wed Oct 03 11:48:43 2007 +1000"
      },
      "message": "[POWERPC] Add CHECK_FULL_REGS in several places in ptrace code\n\nThis restores the CHECK_FULL_REGS sanity check to every place that can\naccess the nonvolatile GPRs for ptrace.  This is already done for\nnative-bitwidth PTRACE_PEEKUSR, but was omitted for many other cases\n(32-bit ptrace, PTRACE_GETREGS, etc.); I think there may have been more\nuniform checks before that were lost in the recent cleanup of GETREGS et al.\n\nSigned-off-by: Roland McGrath \u003croland@redhat.com\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "fec6047047fda307e47b9e87697144a89528c752",
      "tree": "7a02ba60a237d42c6883378b0314cbb2feea87f5",
      "parents": [
        "27ff35d9026b5d41d66ed95b65d7819db4cf5fb1"
      ],
      "author": {
        "name": "Scott Wood",
        "email": "scottwood@freescale.com",
        "time": "Tue Sep 25 06:09:49 2007 +1000"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Wed Oct 03 11:48:43 2007 +1000"
      },
      "message": "[POWERPC] bootwrapper: Add PlanetCore firmware support\n\nThis is a library that board code can use to extract information from the\nPlanetCore configuration keys.  PlanetCore is used on various boards from\nEmbedded Planet.\n\nSigned-off-by: Scott Wood \u003cscottwood@freescale.com\u003e\nAcked-by: David Gibson \u003cdavid@gibson.dropbear.id.au\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "27ff35d9026b5d41d66ed95b65d7819db4cf5fb1",
      "tree": "5f19e6fa083770e4540ae507099cf463e34342da",
      "parents": [
        "51a505d73bfed863135861fdc0496a09766b69d5"
      ],
      "author": {
        "name": "Scott Wood",
        "email": "scottwood@freescale.com",
        "time": "Tue Sep 25 06:09:11 2007 +1000"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Wed Oct 03 11:48:43 2007 +1000"
      },
      "message": "[POWERPC] bootwrapper: Factor out dt_set_mac_address()\n\nThis allows callers to set addresses one at a time when that would be more\nconvenient.\n\nSigned-off-by: Scott Wood \u003cscottwood@freescale.com\u003e\nAcked-by: David Gibson \u003cdavid@gibson.dropbear.id.au\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "51a505d73bfed863135861fdc0496a09766b69d5",
      "tree": "4ee03e6d150f7553e77a4d8d67da06711a6f5ee9",
      "parents": [
        "e47654d016c68a02f654ac16951577804f7789c7"
      ],
      "author": {
        "name": "Milton Miller",
        "email": "miltonm@bga.com",
        "time": "Sat Sep 22 09:03:52 2007 +1000"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Wed Oct 03 11:48:43 2007 +1000"
      },
      "message": "[POWERPC] boot: Simplify gunzip_finish\n\nCall gunzip_partial to calculate the remaining length and copy the\ndata to the user buffer.  This makes it shorter and reduces\nduplication.\n\nSigned-off-by: Milton Miller \u003cmiltonm@bga.com\u003e\nAcked-by: David Gibson \u003cdavid@gibson.dropbear.id.au\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "e47654d016c68a02f654ac16951577804f7789c7",
      "tree": "513c433943f540116a67bf298c9d9f8f40e16ff3",
      "parents": [
        "6fccab26df4f59815d7ec912e4111a92807780de"
      ],
      "author": {
        "name": "Milton Miller",
        "email": "miltonm@bga.com",
        "time": "Sat Sep 22 09:03:34 2007 +1000"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Wed Oct 03 11:48:43 2007 +1000"
      },
      "message": "[POWERPC] boot: Record header bytes in gunzip_start\n\nRecord the number of header bytes skipped in the total bytes read field.\n\nThis is needed for the initramfs parsing code to find the end of the zip file.\n\nSigned-off-by: Milton Miller \u003cmiltonm@bga.com\u003e\nAcked-by: David Gibson \u003cdavid@gibson.dropbear.id.au\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "6fccab26df4f59815d7ec912e4111a92807780de",
      "tree": "cae970d08bc1c36844a7188a6adc3ea037edea4c",
      "parents": [
        "c868078ed82e3651b16f68a420ae7568de2102db"
      ],
      "author": {
        "name": "Stephen Rothwell",
        "email": "sfr@canb.auug.org.au",
        "time": "Fri Sep 21 14:32:05 2007 +1000"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Wed Oct 03 11:48:43 2007 +1000"
      },
      "message": "[POWERPC] Make vio_bus_type static\n\nSigned-off-by: Stephen Rothwell \u003csfr@canb.auug.org.au\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "c868078ed82e3651b16f68a420ae7568de2102db",
      "tree": "ff8ed1971307221a664910a36efea9512a89e655",
      "parents": [
        "c546726293912c932f3c14d06b0f68e175d70781"
      ],
      "author": {
        "name": "Stephen Rothwell",
        "email": "sfr@canb.auug.org.au",
        "time": "Fri Sep 21 14:31:02 2007 +1000"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Wed Oct 03 11:48:43 2007 +1000"
      },
      "message": "[POWERPC] Simplify vio_bus_init a little for legacy iSeries\n\niSeries_vio_dev was already statically initialised and we can remove\none set of #ifdef CONFIG_PPC_ISERIES guards.\n\nSigned-off-by: Stephen Rothwell \u003csfr@canb.auug.org.au\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "c546726293912c932f3c14d06b0f68e175d70781",
      "tree": "d54830cc1696c61bfb2105afb404969773a2533b",
      "parents": [
        "4a4cfe3836916e12282ceb5c4bdd799dc71af567"
      ],
      "author": {
        "name": "Stephen Rothwell",
        "email": "sfr@canb.auug.org.au",
        "time": "Fri Sep 21 14:29:28 2007 +1000"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Wed Oct 03 11:48:42 2007 +1000"
      },
      "message": "[POWERPC] Remove debug printk from vio_bus_init\n\nAs it just adds noise to the boot messages.\n\nSigned-off-by: Stephen Rothwell \u003csfr@canb.auug.org.au\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "4a4cfe3836916e12282ceb5c4bdd799dc71af567",
      "tree": "f5454326fa67be9db72c399b3703733e62a062fc",
      "parents": [
        "aa3be5f32db137bc4404f32a24b36fb47d48d260"
      ],
      "author": {
        "name": "Tony Breeds",
        "email": "tony@bakeyournoodle.com",
        "time": "Sat Sep 22 07:35:52 2007 +1000"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Wed Oct 03 11:48:42 2007 +1000"
      },
      "message": "[POWERPC] Implement generic time of day clocksource for powerpc\n\nSigned-off-by: Tony Breeds \u003ctony@bakeyournoodle.com\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "aa3be5f32db137bc4404f32a24b36fb47d48d260",
      "tree": "c1478636bf2025cf9e700c48239418836cb43fbd",
      "parents": [
        "df174e3be88d4352bfcfe20d11adc671d2961c79"
      ],
      "author": {
        "name": "Tony Breeds",
        "email": "tony@bakeyournoodle.com",
        "time": "Fri Sep 21 13:26:02 2007 +1000"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Wed Oct 03 11:48:42 2007 +1000"
      },
      "message": "[POWERPC] Implement {read,update}_persistent_clock\n\nWith these functions implemented we cooperate better with the generic\ntimekeeping code.  This obsoletes the need for the timer sysdev as a bonus.\n\nSigned-off-by: Tony Breeds \u003ctony@bakeyournoodle.com\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "df174e3be88d4352bfcfe20d11adc671d2961c79",
      "tree": "0bf4e4c1d48eff6487d2e25b4b25f326b7300c5a",
      "parents": [
        "94987aff23bcdd7cee92edf02c2f4ef259d1cbf6"
      ],
      "author": {
        "name": "Ed Swarthout",
        "email": "Ed.Swarthout@freescale.com",
        "time": "Fri Sep 21 12:53:02 2007 +1000"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Wed Oct 03 09:12:06 2007 +1000"
      },
      "message": "[POWERPC] Add memory regions to the kcore list for 32-bit machines\n\nThe entries are only 32-bit, so restrict the virtual address to stay\nbelow 0xffff_ffff.  With KERNELBASE set to 0xc000_0000, this in effect\nrestricts access to the first 1GB of real memory.\n\nMake setup_kcore conditional on CONFIG_PROC_KCORE for both 32/64.\n\nSigned-off-by: Ed Swarthout \u003cEd.Swarthout@freescale.com\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "94987aff23bcdd7cee92edf02c2f4ef259d1cbf6",
      "tree": "719a173ae7bcbfebb5c8acce12111534c1075d39",
      "parents": [
        "2578bfae84a78bd46fdbc0d2f9d39e9fbc9c8a3f"
      ],
      "author": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Fri Sep 21 11:52:36 2007 +1000"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Wed Oct 03 09:12:04 2007 +1000"
      },
      "message": "[POWERPC] Disable power management for arch/ppc\n\nCurrently the prep_defconfig in arch/ppc won\u0027t build due to swsusp\nbeing broken.  This patch avoids the problem by essentially disabling\nall power management on those platforms left in arch/ppc.\n\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "2578bfae84a78bd46fdbc0d2f9d39e9fbc9c8a3f",
      "tree": "9dad1abf1dd5fa31cc1d507d559baa7e52d6a836",
      "parents": [
        "75918a4b5998c93ee1ab131fbe64b97b5d0d2315"
      ],
      "author": {
        "name": "Stephen Rothwell",
        "email": "sfr@canb.auug.org.au",
        "time": "Fri Sep 21 10:16:20 2007 +1000"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Wed Oct 03 09:12:02 2007 +1000"
      },
      "message": "[POWERPC] Create and use CONFIG_WORD_SIZE\n\nLinus made this suggestion for the x86 merge and this starts the process\nfor powerpc.  We assume that CONFIG_PPC64 implies CONFIG_PPC_MERGE and\nCONFIG_PPC_STD_MMU_32 implies CONFIG_PPC_STD_MMU.\n\nSigned-off-by: Stephen Rothwell \u003csfr@canb.auug.org.au\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "75918a4b5998c93ee1ab131fbe64b97b5d0d2315",
      "tree": "f342b9101f48da82b9bd62e8b18a0f1af8a78357",
      "parents": [
        "6f6682809b994fd9a61081fa0410df31481d5f7f"
      ],
      "author": {
        "name": "Olof Johansson",
        "email": "olof@lixom.net",
        "time": "Fri Sep 21 05:11:20 2007 +1000"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Wed Oct 03 09:11:58 2007 +1000"
      },
      "message": "[POWERPC] Separate out legacy machine check exception parsers\n\nMove out the old-style exception parsers to a separate function, and\ndon\u0027t call it on platforms that have a platform-specific handler.\n\nIt would make sense to move out the generic versions into their platforms\ninstead, but that can be done gradually down the road.\n\nSigned-off-by: Olof Johansson \u003colof@lixom.net\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    }
  ],
  "next": "6f6682809b994fd9a61081fa0410df31481d5f7f"
}
