)]}'
{
  "log": [
    {
      "commit": "ac840605f3b1d9b99e1e6629a54994f8e003ff91",
      "tree": "c0d47ef7ca41c4f88baa5e66b07f95ad586c7341",
      "parents": [
        "fc0eb9f226d8ecc8e3b563bf808bd6d61a6153a1"
      ],
      "author": {
        "name": "Lennert Buytenhek",
        "email": "buytenh@wantstofly.org",
        "time": "Tue Aug 26 14:06:47 2008 +0200"
      },
      "committer": {
        "name": "Lennert Buytenhek",
        "email": "buytenh@marvell.com",
        "time": "Fri Sep 05 06:33:59 2008 +0200"
      },
      "message": "mv643xx_eth: remove force_phy_addr field\n\nCurrently, there are two different fields in the\nmv643xx_eth_platform_data struct that together describe the PHY\naddress -- one field (phy_addr) has the address of the PHY, but if\nthat address is zero, a second field (force_phy_addr) needs to be\nset to distinguish the actual address zero from a zero due to not\nhaving filled in the PHY address explicitly (which should mean\n\u0027use the default PHY address\u0027).\n\nIf we are a bit smarter about the encoding of the phy_addr field,\nwe can avoid the need for a second field -- this patch does that.\n\nSigned-off-by: Lennert Buytenhek \u003cbuytenh@marvell.com\u003e\n"
    },
    {
      "commit": "811da237ba39d86846645379763655ddf0f7907e",
      "tree": "e06cf5f94139fa9f9b40d9e285bc089bfdef219b",
      "parents": [
        "b8e6c91c74e9f0279b7c51048779b3d62da60b88",
        "9bdbb9633281b58ff483ede723f8c4a6344cab2f"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Tue Aug 26 10:07:27 2008 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Tue Aug 26 10:07:27 2008 -0700"
      },
      "message": "Merge branch \u0027merge\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc\n\n* \u0027merge\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc:\n  powerpc: Update defconfigs for most non-embedded platforms\n  powerpc: Export CMO_PageSize\n  powerpc/ps3: Fix ioremap of spu shadow regs\n  powerpc/ps3: Rework htab code to remove ioremap\n  powerpc/ps3: Update ps3_defconfig\n  powerpc/cell/oprofile: Avoid double vfree of profile buffer\n  powerpc: Update defconfigs for FSL PPC boards\n  powerpc: Add cuImage.mpc866ads to the bootwrapper as a cuboot-8xx target\n  cpm2: Fix race condition in CPM2 GPIO library.\n  powerpc: fix memory leaks in QE library\n  powerpc/85xx: TQM8548: DTS file fixes and cleanup\n  powerpc: Fix whitespace merge in mpc8641 hpcn device tree\n"
    },
    {
      "commit": "7a8fc9b248e77a4eab0613acf30a6811799786b3",
      "tree": "24b3beb8bc0633db27ffdb791f94dce95d51b1d0",
      "parents": [
        "d3ee1b405872214609868f3cde631ac157026dd0"
      ],
      "author": {
        "name": "Adrian Bunk",
        "email": "bunk@kernel.org",
        "time": "Sun Aug 17 17:36:59 2008 +0300"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Sat Aug 23 12:14:12 2008 -0700"
      },
      "message": "removed unused #include \u003clinux/version.h\u003e\u0027s\n\nThis patch lets the files using linux/version.h match the files that\n#include it.\n\nSigned-off-by: Adrian Bunk \u003cbunk@kernel.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "639d64456e20cbfc866b18dc03cf9f9babc9c7cd",
      "tree": "0e593d89118b44a500a2995af84d0f4e988affc5",
      "parents": [
        "61a4e9e91dd3916ef91aa4899b7271bba0248677"
      ],
      "author": {
        "name": "Laurent Pinchart",
        "email": "laurentp@cse-semaphore.com",
        "time": "Tue Aug 19 14:20:23 2008 +0200"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Thu Aug 21 00:15:54 2008 -0500"
      },
      "message": "cpm2: Fix race condition in CPM2 GPIO library.\n\nThe CPM2 GPIO library code uses the non thread-safe clrbits32/setbits32\nmacros. This patch protects them with a spinlock.\n\nSigned-off-by: Laurent Pinchart \u003claurentp@cse-semaphore.com\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "61a4e9e91dd3916ef91aa4899b7271bba0248677",
      "tree": "f5efdda2417abec232276f011c4fb422959994e6",
      "parents": [
        "d27a736c7a62c3451e389aa8e0dfc64dab119b9b"
      ],
      "author": {
        "name": "Timur Tabi",
        "email": "timur@freescale.com",
        "time": "Wed Aug 20 10:29:09 2008 -0500"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Wed Aug 20 23:58:12 2008 -0500"
      },
      "message": "powerpc: fix memory leaks in QE library\n\nFix two memory leaks in the Freescale QE library: add a missing kfree() in\nucc_fast_init() and ucc_slow_init() if the ioremap() fails, and update\nucc_fast_free() and ucc_slow_free() to call iounmap() if necessary.\n\nBased on a patch from Tony Breeds \u003ctony@bakeyournoodle.com\u003e.\n\nSigned-off-by: Timur Tabi \u003ctimur@freescale.com\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "9c4cb82515130c62224e23fdf7c13c8f6c59c614",
      "tree": "f916fd843972502d918a1a03bdb99c9c2bbaa91c",
      "parents": [
        "c7c8eede2739289df02a1ab297cc476c6f38dca7"
      ],
      "author": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Sat Aug 02 02:44:11 2008 +1000"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Mon Aug 04 13:18:17 2008 +1000"
      },
      "message": "powerpc: Remove use of CONFIG_PPC_MERGE\n\nNow that arch/ppc is gone and CONFIG_PPC_MERGE is always set, remove\nthe dead code associated with !CONFIG_PPC_MERGE from arch/powerpc\nand include/asm-powerpc.\n\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "dddb8d311157d054da5441385f681b8cc0e5a94b",
      "tree": "e4a21e86291c011382f68fc063792c560d995f37",
      "parents": [
        "e517881e427757afc3cce6d76173b1d898b30ab3"
      ],
      "author": {
        "name": "Laurent Pinchart",
        "email": "laurentp@cse-semaphore.com",
        "time": "Tue Jul 22 18:00:43 2008 +0200"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Mon Jul 28 08:47:45 2008 -0500"
      },
      "message": "cpm2: Rework baud rate generators configuration to support external clocks.\n\nThe CPM2 BRG setup functions cpm_setbrg and cpm2_fastbrg don\u0027t support\nexternal clocks. This patch adds a new exported __cpm2_setbrg function\nthat takes the clock rate and clock source as extra parameters, and moves\ncpm_setbrg and cpm2_fastbrg to include/asm-powerpc/cpm2.h where they\nbecome inline wrappers around __cpm2_setbrg.\n\nSigned-off-by: Laurent Pinchart \u003claurentp@cse-semaphore.com\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "e517881e427757afc3cce6d76173b1d898b30ab3",
      "tree": "435a274bdad9e8d8c60cb987e1d29e291695f736",
      "parents": [
        "80776554b6c93cf828ddc702010c6a189aa0d0e9"
      ],
      "author": {
        "name": "Anton Vorontsov",
        "email": "avorontsov@ru.mvista.com",
        "time": "Thu Jun 12 03:04:31 2008 +0400"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Mon Jul 28 08:47:38 2008 -0500"
      },
      "message": "powerpc: rtc_cmos_setup: assign interrupts only if there is i8259 PIC\n\ni8259 PIC is disabled on MPC8610HPCD boards, thus currently rtc-cmos\ndriver fails to probe.\n\nTo fix the issue, we lookup the device tree for \"chrp,iic\" and\n\"pnpPNP,000\" compatible devices, and if not found we do not assign RTC\nIRQ and assuming that i8259 was disabled.\n\nThough this patch fixes RTC on some boards (and surely should not break\nany other), the whole approach is still broken. We can\u0027t easily fix this\nthough, because old device trees do not specify i8259 interrupts for the\ncmos rtc node.\n\nSigned-off-by: Anton Vorontsov \u003cavorontsov@ru.mvista.com\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "dc2380ec8572fcd7f7e9579afc9fb223300d922f",
      "tree": "ef83f9d7406aca65c87e84c38fadc6e6f0394f53",
      "parents": [
        "e193325e3e3de188ae2aa5207adc7129aacc5c9d"
      ],
      "author": {
        "name": "Jochen Friedrich",
        "email": "jochen@scram.de",
        "time": "Thu Jul 03 02:18:23 2008 +1000"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Mon Jul 28 07:42:09 2008 -0500"
      },
      "message": "powerpc: implement GPIO LIB API on CPM1 Freescale SoC.\n\nThis patch implement GPIO LIB support for the CPM1 GPIOs.\n\nSigned-off-by: Jochen Friedrich \u003cjochen@scram.de\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "e193325e3e3de188ae2aa5207adc7129aacc5c9d",
      "tree": "da00df7d2a0e3d40160adbd63cb6408cc3e51f15",
      "parents": [
        "4c920de37d29284d4cb65d76a97a567247c2ac32"
      ],
      "author": {
        "name": "Laurent Pinchart",
        "email": "laurentp@cse-semaphore.com",
        "time": "Mon Jul 28 10:43:22 2008 +0200"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Mon Jul 28 07:40:48 2008 -0500"
      },
      "message": "cpm2: Implement GPIO LIB API on CPM2 Freescale SoC.\n\nThis patch implement GPIO LIB support for the CPM2 GPIOs. The code can\nalso be used for CPM1 GPIO port E, as both cores are compatible at the\nregister level.\n\nBased on earlier work by Laurent Pinchart.\n\nSigned-off-by: Jochen Friedrich \u003cjochen@scram.de\u003e\nCc: Laurent Pinchart \u003claurentp@cse-semaphore.com\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "5047887caf1806f31652210df27fb62a7c43f27d",
      "tree": "4098ead40c1aa7b904167f67cff87a247cfa0b6c",
      "parents": [
        "996abf053eec4d67136be8b911bbaaf989cfb99c",
        "973b7d83ebeb1e34b8bee69208916e5f0e2353c3"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Jul 25 11:08:17 2008 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Jul 25 11:08:17 2008 -0700"
      },
      "message": "Merge branch \u0027merge\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc\n\n* \u0027merge\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc: (34 commits)\n  powerpc: Wireup new syscalls\n  Move update_mmu_cache() declaration from tlbflush.h to pgtable.h\n  powerpc/pseries: Remove kmalloc call in handling writes to lparcfg\n  powerpc/pseries: Update arch vector to indicate support for CMO\n  ibmvfc: Add support for collaborative memory overcommit\n  ibmvscsi: driver enablement for CMO\n  ibmveth: enable driver for CMO\n  ibmveth: Automatically enable larger rx buffer pools for larger mtu\n  powerpc/pseries: Verify CMO memory entitlement updates with virtual I/O\n  powerpc/pseries: vio bus support for CMO\n  powerpc/pseries: iommu enablement for CMO\n  powerpc/pseries: Add CMO paging statistics\n  powerpc/pseries: Add collaborative memory manager\n  powerpc/pseries: Utilities to set firmware page state\n  powerpc/pseries: Enable CMO feature during platform setup\n  powerpc/pseries: Split retrieval of processor entitlement data into a helper routine\n  powerpc/pseries: Add memory entitlement capabilities to /proc/ppc64/lparcfg\n  powerpc/pseries: Split processor entitlement retrieval and gathering to helper routines\n  powerpc/pseries: Remove extraneous error reporting for hcall failures in lparcfg\n  powerpc: Fix compile error with binutils 2.15\n  ...\n\nFixed up conflict in arch/powerpc/platforms/52xx/Kconfig manually.\n"
    },
    {
      "commit": "7444a72effa632fcd8edc566f880d96fe213c73b",
      "tree": "89d3e70c22751a6b00091df2b4dce7202eb3b1f5",
      "parents": [
        "ff1d5c2f0268f4e32103536e2e65480b5b7b6530"
      ],
      "author": {
        "name": "Michael Buesch",
        "email": "mb@bu3sch.de",
        "time": "Fri Jul 25 01:46:11 2008 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Jul 25 10:53:30 2008 -0700"
      },
      "message": "gpiolib: allow user-selection\n\nThis patch adds functionality to the gpio-lib subsystem to make it\npossible to enable the gpio-lib code even if the architecture code didn\u0027t\nrequest to get it built in.\n\nThe archtitecture code does still need to implement the gpiolib accessor\nfunctions in its asm/gpio.h file.  This patch adds the implementations for\nx86 and PPC.\n\nWith these changes it is possible to run generic GPIO expansion cards on\nevery architecture that implements the trivial wrapper functions.  Support\nfor more architectures can easily be added.\n\nSigned-off-by: Michael Buesch \u003cmb@bu3sch.de\u003e\nCc: Benjamin Herrenschmidt \u003cbenh@kernel.crashing.org\u003e\nCc: Stephen Rothwell \u003csfr@canb.auug.org.au\u003e\nCc: David Brownell \u003cdavid-b@pacbell.net\u003e\nCc: Russell King \u003crmk@arm.linux.org.uk\u003e\nCc: Haavard Skinnemoen \u003chskinnemoen@atmel.com\u003e\nCc: Jesper Nilsson \u003cjesper.nilsson@axis.com\u003e\nCc: Ralf Baechle \u003cralf@linux-mips.org\u003e\nCc: Paul Mackerras \u003cpaulus@samba.org\u003e\nCc: Benjamin Herrenschmidt \u003cbenh@kernel.crashing.org\u003e\nCc: Ingo Molnar \u003cmingo@elte.hu\u003e\nCc: Thomas Gleixner \u003ctglx@linutronix.de\u003e\nCc: Jean Delvare \u003ckhali@linux-fr.org\u003e\nCc: Samuel Ortiz \u003csameo@openedhand.com\u003e\nCc: Kumar Gala \u003cgalak@gate.crashing.org\u003e\nCc: Sam Ravnborg \u003csam@ravnborg.org\u003e\nCc: Adrian Bunk \u003cbunk@stusta.de\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "6490c4903d12f242bec4454301f76f6a7520e399",
      "tree": "8b4bc5fb45618ed4af993da51985be2e42a39475",
      "parents": [
        "ffa5abbd0c399b32fc13a1b4718d87ee7a716999"
      ],
      "author": {
        "name": "Robert Jennings",
        "email": "rcj@linux.vnet.ibm.com",
        "time": "Thu Jul 24 04:31:16 2008 +1000"
      },
      "committer": {
        "name": "Benjamin Herrenschmidt",
        "email": "benh@kernel.crashing.org",
        "time": "Fri Jul 25 15:44:43 2008 +1000"
      },
      "message": "powerpc/pseries: iommu enablement for CMO\n\nTo support Cooperative Memory Overcommitment (CMO), we need to check\nfor failure from some of the tce hcalls.\n\nThese changes for the pseries platform affect the powerpc architecture;\npatches for the other affected platforms are included in this patch.\n\npSeries platform IOMMU code changes:\n * platform TCE functions must handle H_NOT_ENOUGH_RESOURCES errors and\n   return an error.\n\nArchitecture IOMMU code changes:\n * Calls to ppc_md.tce_build need to check return values and return\n   DMA_MAPPING_ERROR for transient errors.\n\nArchitecture changes:\n * struct machdep_calls for tce_build*_pSeriesLP functions need to change\n   to indicate failure.\n * all other platforms will need updates to iommu functions to match the new\n   calling semantics; they will return 0 on success.  The other platforms\n   default configs have been built, but no further testing was performed.\n\nSigned-off-by: Robert Jennings \u003crcj@linux.vnet.ibm.com\u003e\nAcked-by: Olof Johansson \u003colof@lixom.net\u003e\nAcked-by: Paul Mackerras \u003cpaulus@samba.org\u003e\nSigned-off-by: Benjamin Herrenschmidt \u003cbenh@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "4f3dd8a06239c0a19d772a27c2f618dc2faadf4a",
      "tree": "f7185cd89a1ec2c4bdb356a52a39407e432e7f7d",
      "parents": [
        "4795b7801b07e1b7286edb0d9321433fc0eac6cc"
      ],
      "author": {
        "name": "Mark Nelson",
        "email": "markn@au1.ibm.com",
        "time": "Wed Jul 16 05:51:47 2008 +1000"
      },
      "committer": {
        "name": "Benjamin Herrenschmidt",
        "email": "benh@kernel.crashing.org",
        "time": "Tue Jul 22 10:39:32 2008 +1000"
      },
      "message": "powerpc/dma: Use the struct dma_attrs in iommu code\n\nUpdate iommu_alloc() to take the struct dma_attrs and pass them on to\ntce_build(). This change propagates down to the tce_build functions of\nall the platforms.\n\nSigned-off-by: Mark Nelson \u003cmarkn@au1.ibm.com\u003e\nSigned-off-by: Arnd Bergmann \u003carnd@arndb.de\u003e\nSigned-off-by: Benjamin Herrenschmidt \u003cbenh@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "8204cba7fa0ca0752fdaec021dae2634788178aa",
      "tree": "4cbaa53ba45a43af73014ccd7781ad8ada734e38",
      "parents": [
        "9a23409b69440e76d34dc23846cae44f46f60d98"
      ],
      "author": {
        "name": "Maxim Shchetynin",
        "email": "maxim@de.ibm.com",
        "time": "Wed Jul 16 05:51:42 2008 +1000"
      },
      "committer": {
        "name": "Benjamin Herrenschmidt",
        "email": "benh@kernel.crashing.org",
        "time": "Tue Jul 22 10:39:31 2008 +1000"
      },
      "message": "powerpc/axonram: Enable partitioning of the Axons DDR2 DIMMs\n\nDDR2 memory DIMMs on the Axon could be accessed only as one partition\nwhen using file system drivers which are using the direct_access() method.\nThis patch enables for such file system drivers to access Axon\u0027s DDR2 memory\neven if it is splitted in several partitions.\n\nSigned-off-by: Maxim Shchetynin \u003cmaxim@de.ibm.com\u003e\nSigned-off-by: Arnd Bergmann \u003carnd@arndb.de\u003e\nSigned-off-by: Benjamin Herrenschmidt \u003cbenh@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "9a23409b69440e76d34dc23846cae44f46f60d98",
      "tree": "77b164c7a07f9e2edfd5efc71b79a986ed3071df",
      "parents": [
        "18ad7a61e1b700dfe177fabf1c350b4f5d4da8ac"
      ],
      "author": {
        "name": "Maxim Shchetynin",
        "email": "maxim@de.ibm.com",
        "time": "Wed Jul 16 05:51:41 2008 +1000"
      },
      "committer": {
        "name": "Benjamin Herrenschmidt",
        "email": "benh@kernel.crashing.org",
        "time": "Tue Jul 22 10:39:31 2008 +1000"
      },
      "message": "powerpc/axonram: Use only one block device major number\n\nAxonram module registers one block device for each DDR2 DIMM found\non a system. This means that each DDR2 DIMM becomes its own block device\nmajor number. This patch lets axonram module to register the only one\nblock device for all DDR2 DIMMs which also spares kernel resources.\n\nSigned-off-by: Maxim Shchetynin \u003cmaxim@de.ibm.com\u003e\nSigned-off-by: Arnd Bergmann \u003carnd@arndb.de\u003e\nSigned-off-by: Benjamin Herrenschmidt \u003cbenh@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "d87eb12785c14de1586e3bad86ca2c0991300339",
      "tree": "9caa5a958d88910049a03bbfbd1a8a3367b6332b",
      "parents": [
        "7e1cc9c55a2a4af62f30fade62fb612a243def39"
      ],
      "author": {
        "name": "Scott Wood",
        "email": "scottwood@freescale.com",
        "time": "Fri Jul 11 18:04:45 2008 -0500"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Wed Jul 16 17:57:47 2008 -0500"
      },
      "message": "gianfar: Add magic packet and suspend/resume support.\n\nSigned-off-by: Scott Wood \u003cscottwood@freescale.com\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "7e1cc9c55a2a4af62f30fade62fb612a243def39",
      "tree": "68e0d0812543a83d3b611dd9aaade13cca952353",
      "parents": [
        "4cd7e1cbd43bb67927af2b8b4e0ffd43fd5ed6b4"
      ],
      "author": {
        "name": "Andy Fleming",
        "email": "afleming@freescale.com",
        "time": "Wed May 07 13:19:44 2008 -0500"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Wed Jul 16 17:57:45 2008 -0500"
      },
      "message": "powerpc: Fix a bunch of sparse warnings in the qe_lib\n\nMostly having to do with not marking things __iomem.  And some failure\nto use appropriate accessors to read MMIO regs.\n\nSigned-off-by: Andy Fleming \u003cafleming@freescale.com\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "4cd7e1cbd43bb67927af2b8b4e0ffd43fd5ed6b4",
      "tree": "f0195868c2e82a66ab3186241dcd200218c776c3",
      "parents": [
        "a47fda930777f2d84209c9d140557b983e84a16a"
      ],
      "author": {
        "name": "Andy Fleming",
        "email": "afleming@freescale.com",
        "time": "Fri May 02 13:03:50 2008 -0500"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Wed Jul 16 17:57:44 2008 -0500"
      },
      "message": "powerpc: Add support for multiple gfar mdio interfaces\n\nThe old code assumed there was only one, but the 8572 actually has 3.\n\nAlso, our usual id, 0xe0024520, gets resolved to -1 somewhere, and this was\npreventing the multiple buses from having different ids.  So we only keep\nthe low 20 bits, which have the interesting info, anyway.\n\nSigned-off-by: Andy Fleming \u003cafleming@freescale.com\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "69ad7e73dee33f8e0680825006c801ca6b4bf470",
      "tree": "1dc9d10c972d152b932ec3f11f899f0d1c789e72",
      "parents": [
        "c0a2015965d42f58d3b50c59bd139bc2419bc7f9"
      ],
      "author": {
        "name": "Anton Vorontsov",
        "email": "avorontsov@ru.mvista.com",
        "time": "Tue Jul 08 21:36:40 2008 +0400"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Wed Jul 16 17:57:38 2008 -0500"
      },
      "message": "powerpc/fsl_soc: gianfar: don\u0027t probe disabled devices\n\nFreescale ships MPC8315E-RDB boards in two variants:\n\n1. With TSEC1 ethernet support and USB UTMI PHY;\n2. Without TSEC1 support, but with USB ULPI PHY in addition.\n\nFor the second case U-Boot will add status \u003d \"disabled\"; property\ninto the TSEC1 node, so Linux should not try to probe it.\n\nSigned-off-by: Anton Vorontsov \u003cavorontsov@ru.mvista.com\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "76fe1ffce94067fc82d1d958f826eb9f1df53910",
      "tree": "c6c6a7bdd6c7d6d2fb7374789868fed40d93fdd7",
      "parents": [
        "b500563b22ea2a78760b2ccaa328426b0388e2ee"
      ],
      "author": {
        "name": "John Rigby",
        "email": "jrigby@freescale.com",
        "time": "Thu Jun 26 11:07:57 2008 -0600"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Wed Jul 16 17:57:35 2008 -0500"
      },
      "message": "powerpc: Move mpc83xx_add_bridge to fsl_pci.c\n\nThis allows other platforms with the same pci block like MPC5121 to use it.\n\nSigned-off-by: John Rigby \u003cjrigby@freescale.com\u003e\nAcked-by: Grant Likely \u003cgrant.likely@secretlab.ca\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "d49747bdfb2ddebea24d1580da55b79d093d48a9",
      "tree": "cb2ae6ea03bab0ff7901c9997ef50131bba6b511",
      "parents": [
        "7e72063c9aaeb618815589cd4d57f26186e6fcad"
      ],
      "author": {
        "name": "Scott Wood",
        "email": "scottwood@freescale.com",
        "time": "Tue Oct 09 12:37:13 2007 -0500"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Wed Jul 16 17:57:30 2008 -0500"
      },
      "message": "powerpc/mpc83xx: Power Management support\n\nBasic PM support for 83xx.  Standby is implemented as sleep.\nSuspend-to-RAM is implemented as \"deep sleep\" (with the processor\nturned off) on 831x.\n\nSigned-off-by: Scott Wood \u003cscottwood@freescale.com\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "84c3d4aaec3338201b449034beac41635866bddf",
      "tree": "3412951682fb2dd4feb8a5532f8efbaf8b345933",
      "parents": [
        "43d2548bb2ef7e6d753f91468a746784041e522d",
        "fafa3a3f16723997f039a0193997464d66dafd8f"
      ],
      "author": {
        "name": "Benjamin Herrenschmidt",
        "email": "benh@kernel.crashing.org",
        "time": "Wed Jul 16 11:07:59 2008 +1000"
      },
      "committer": {
        "name": "Benjamin Herrenschmidt",
        "email": "benh@kernel.crashing.org",
        "time": "Wed Jul 16 11:07:59 2008 +1000"
      },
      "message": "Merge commit \u0027origin/master\u0027\n\nManual merge of:\n\n\tarch/powerpc/Kconfig\n\tarch/powerpc/kernel/stacktrace.c\n\tarch/powerpc/mm/slice.c\n\tarch/ppc/kernel/smp.c"
    },
    {
      "commit": "5b0504c0d795d6b0a904ff861c043d7a231f67a4",
      "tree": "c988e8b614c55d0dae2be4b750a03eb0a4f4d355",
      "parents": [
        "930074b6b9c4895d20cdadba5aff97907e28728d",
        "77a76369475801ab8cbb338b9d8cfa92a491badb"
      ],
      "author": {
        "name": "Benjamin Herrenschmidt",
        "email": "benh@kernel.crashing.org",
        "time": "Tue Jul 15 11:55:27 2008 +1000"
      },
      "committer": {
        "name": "Benjamin Herrenschmidt",
        "email": "benh@kernel.crashing.org",
        "time": "Tue Jul 15 11:55:27 2008 +1000"
      },
      "message": "Merge commit \u0027gcl/gcl-next\u0027\n"
    },
    {
      "commit": "2f3804edf971d2080243d2b4552bfd61ddfbf969",
      "tree": "9d83fdd98c22ccd114da19c145b54754258d83a9",
      "parents": [
        "a712b65cd015d9bd05bce01f57a42cd6c73c4aa0"
      ],
      "author": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Wed Jul 02 01:36:15 2008 -0500"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Mon Jul 14 07:55:37 2008 -0500"
      },
      "message": "powerpc/85xx: Add support for MPC8536DS\n\nAdd support for the MPC8536 process and MPC8536DS reference board.  The\nMPC8536 is an e500v2 based SoC which eTSEC, USB, SATA, PCI, and PCIe.\n\nThe USB and SATA IP blocks are similiar to those on the PQ2 Pro SoCs and\nthus use the same drivers.\n\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "5e82eb333949e2f1652bf70d36dfaa875306ae11",
      "tree": "1f942039e5ff2b815ec137de3a7a4a6821647166",
      "parents": [
        "a3083220c089c626a66b66af0eff4f9220d5b797"
      ],
      "author": {
        "name": "Nye Liu",
        "email": "nyet@mrv.com",
        "time": "Fri Jun 27 13:01:00 2008 -0700"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Mon Jul 14 07:55:35 2008 -0500"
      },
      "message": "powerpc/CPM: Minor cosmetic changes to udbg_putc\n\nudbg_putc is a *function pointer* that is initialized during\nudbg_init_cpm. It might not be initialized properly when called from\nudbg_putc_cpm(), so (recursively) call udbg_putc_cpm() directly.\n\nSigned-off-by: Nye Liu \u003cnyet@mrv.com\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "08b6c06de5d3f37295f6dbf7010fb45ae5ee14a7",
      "tree": "65f7bd358bccfff73b569d6b6802f9e4741013ca",
      "parents": [
        "7ba6d6dc8d58c49cff0533819195b44fb35d6ece"
      ],
      "author": {
        "name": "Grant Likely",
        "email": "grant.likely@secretlab.ca",
        "time": "Fri Jul 11 16:17:58 2008 -0600"
      },
      "committer": {
        "name": "Grant Likely",
        "email": "grant.likely@secretlab.ca",
        "time": "Sat Jul 12 12:10:53 2008 -0600"
      },
      "message": "powerpc/mpc5200: fix compile warnings in bestcomm driver\n\nFix for the following compiler warnings:\n\n  CC      arch/powerpc/sysdev/bestcomm/bestcomm.o\n  arch/powerpc/sysdev/bestcomm/bestcomm.c: In function \u0027mpc52xx_bcom_probe\u0027:\n  arch/powerpc/sysdev/bestcomm/bestcomm.c:446:\n      warning: format \u0027%08lx\u0027 expects type \u0027long unsigned int\u0027,\n      but argument 2 has type \u0027phys_addr_t\u0027\n  CC      arch/powerpc/sysdev/bestcomm/sram.o\n  arch/powerpc/sysdev/bestcomm/sram.c: In function \u0027bcom_sram_init\u0027:\n  arch/powerpc/sysdev/bestcomm/sram.c:89:\n      warning: format \u0027%08lx\u0027 expects type \u0027long unsigned int\u0027,\n      but argument 3 has type \u0027phys_addr_t\u0027\n\nSigned-off-by: Grant Likely \u003cgrant.likely@secretlab.ca\u003e\n"
    },
    {
      "commit": "7ba6d6dc8d58c49cff0533819195b44fb35d6ece",
      "tree": "c5877a1ca8ecc3e03774571099e006afa67ab10d",
      "parents": [
        "75195dabce797f49b7d96d272e4e9330873e4340"
      ],
      "author": {
        "name": "Grant Likely",
        "email": "grant.likely@secretlab.ca",
        "time": "Tue Jul 01 21:38:16 2008 -0600"
      },
      "committer": {
        "name": "Grant Likely",
        "email": "grant.likely@secretlab.ca",
        "time": "Sat Jul 12 12:10:53 2008 -0600"
      },
      "message": "powerpc/mpc5200: Add PSC helpers for bestcomm engine\n\nSimplify the interface for setting up bestcomm DMA to PSCs by adding\nsome helper functions.  The helper function sets the correct values\nfor the initator and ipr values in PSC DMA tasks based on the PSC\nnumber.\n\nSigned-off-by: Grant Likely \u003cgrant.likely@secretlab.ca\u003e\n"
    },
    {
      "commit": "0d1cde235874b00905bce23f659690d060ebf475",
      "tree": "918cad848eb4d85a3ac909666b5639ff618b2bdc",
      "parents": [
        "6eb9d32298290b956693fd85c815b817d39a9505"
      ],
      "author": {
        "name": "Jon Smirl",
        "email": "jonsmirl@gmail.com",
        "time": "Mon Jun 30 19:01:26 2008 -0400"
      },
      "committer": {
        "name": "Grant Likely",
        "email": "grant.likely@secretlab.ca",
        "time": "Sat Jul 12 12:10:23 2008 -0600"
      },
      "message": "powerpc/i2c: Convert i2c-mpc into an of_platform driver\n\nConvert i2c-mpc to an of_platform driver. Utilize the code in\ndrivers/of-i2c.c to make i2c modules dynamically loadable by the\ndevice tree.\n\nSigned-off-by: Jon Smirl \u003cjonsmirl@gmail.com\u003e\nSigned-off-by: Grant Likely \u003cgrant.likely@secretlab.ca\u003e\n"
    },
    {
      "commit": "441dbb500b4344a8e3125e5aabab4f9dbf72514f",
      "tree": "3bb8fb1a88db3f5d03062a4887312f25c2e8041d",
      "parents": [
        "dee805532a30183c4462305b4614e58bd83a7bc1",
        "5ce4b59653b2c2053cd9a011918ac1e4747f24cc"
      ],
      "author": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Mon Jun 30 09:57:05 2008 +1000"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Mon Jun 30 09:57:05 2008 +1000"
      },
      "message": "Merge branch \u0027next\u0027 of master.kernel.org:/pub/scm/linux/kernel/git/jwboyer/powerpc-4xx\n"
    },
    {
      "commit": "b7d7a2404f80386307ccc0cde63d8d2a5e3bc85c",
      "tree": "e8f4ff391f77ea4f91b4ee1367ca02e008581505",
      "parents": [
        "3b16cf874861436725c43ba0b68bdd799297be7c"
      ],
      "author": {
        "name": "Jens Axboe",
        "email": "jens.axboe@oracle.com",
        "time": "Thu Jun 26 11:22:13 2008 +0200"
      },
      "committer": {
        "name": "Jens Axboe",
        "email": "jens.axboe@oracle.com",
        "time": "Thu Jun 26 11:22:13 2008 +0200"
      },
      "message": "powerpc: convert to generic helpers for IPI function calls\n\nThis converts ppc to use the new helpers for smp_call_function() and\nfriends, and adds support for smp_call_function_single().\n\nppc loses the timeout functionality of smp_call_function_mask() with\nthis change, as the generic code does not provide that.\n\nAcked-by: Paul Mackerras \u003cpaulus@samba.org\u003e\nSigned-off-by: Jens Axboe \u003cjens.axboe@oracle.com\u003e\n"
    },
    {
      "commit": "d14b3dd6190af7ce4f88be68f8df828af6d44584",
      "tree": "510889655bcdeca927bffc5a22421e6b5d942b38",
      "parents": [
        "2308c954f55eae9f165a5a59bbdb0a0c586afe5a"
      ],
      "author": {
        "name": "Anton Vorontsov",
        "email": "avorontsov@ru.mvista.com",
        "time": "Thu Jun 12 03:42:14 2008 +0400"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Thu Jun 26 01:49:09 2008 -0500"
      },
      "message": "powerpc/QE: use arch_initcall to probe QUICC Engine GPIOs\n\nIt was discussed that global arch_initcall() is preferred way to probe\nQE GPIOs, so let\u0027s use it.\n\nSigned-off-by: Anton Vorontsov \u003cavorontsov@ru.mvista.com\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "5ce4b59653b2c2053cd9a011918ac1e4747f24cc",
      "tree": "9dd8ba43094c80c31459caa43d2014668617c2e2",
      "parents": [
        "d2146cb274e494dd14e50f5b4cdeb7a5e5af5421"
      ],
      "author": {
        "name": "Josh Boyer",
        "email": "jwboyer@linux.vnet.ibm.com",
        "time": "Tue Jun 17 19:01:38 2008 -0400"
      },
      "committer": {
        "name": "Josh Boyer",
        "email": "jwboyer@linux.vnet.ibm.com",
        "time": "Tue Jun 17 19:01:38 2008 -0400"
      },
      "message": "powerpc/4xx: Workaround for PPC440EPx/GRx PCI_28 Errata\n\nThe 440EPx/GRx chips don\u0027t support PCI MRM commands.  Drivers determine this\nby looking for a zero value in the PCI cache line size register.  However,\nsome drivers write to this register upon initialization.  This can cause\nMRMs to be used on these chips, which may cause deadlocks on PLB4.\n\nThe workaround implemented here introduces a new indirect_type flag, called\nPPC_INDIRECT_TYPE_BROKEN_MRM.  This is set in the pci_controller structure in\nthe pci fixup function for 4xx PCI bridges by determining if the bridge is\ncompatible with 440EPx/GRx.  The flag is checked in the indirect_write_config\nfunction, and forces any writes to the PCI_CACHE_LINE_SIZE register to be\nzero, which will disable MRMs for these chips.\n\nA similar workaround has been tested by AMCC on various PCI cards, such as\nthe Silicon Image ATA card and Intel E1000 GIGE card.  Hangs were seen with\nthe Silicon Image card, and MRMs were seen on the bus with a PCI analyzer.\nWith the workaround in place, the card functioned properly and only Memory\nReads were seen on the bus with the analyzer.\n\nAcked-by: Stefan Roese \u003csr@denx.de\u003e\nSigned-off-by: Josh Boyer \u003cjwboyer@linux.vnet.ibm.com\u003e\n"
    },
    {
      "commit": "5848f16947026601b9cb4df694bb9f44dfefc354",
      "tree": "55fe5e351827d7acd9b634a9af85c01b3ea72bd7",
      "parents": [
        "5093bb965a163fe288c3e5db0275165f86c895c2"
      ],
      "author": {
        "name": "Anton Vorontsov",
        "email": "avorontsov@ru.mvista.com",
        "time": "Wed Jun 11 16:32:48 2008 +0400"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Wed Jun 11 13:46:24 2008 -0500"
      },
      "message": "powerpc/QE: qe_reset should be __init\n\nThis patch fixes following section mismatch:\n\nWARNING: arch/powerpc/sysdev/built-in.o(.text+0x11d8): Section mismatch in\nreference from the function qe_reset() to the function\n.init.text:cpm_muram_init()\n\nSigned-off-by: Anton Vorontsov \u003cavorontsov@ru.mvista.com\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "995ada8d5e6b3d5a32ca3e544a564d0623c4f3fa",
      "tree": "2fd4502a2cb80b905da9e340e81924f3f4f0ad6d",
      "parents": [
        "156cea23acffaa270cf243a3a0f43e1e30682081"
      ],
      "author": {
        "name": "Stefan Roese",
        "email": "sr@denx.de",
        "time": "Fri Jun 06 00:22:29 2008 +1000"
      },
      "committer": {
        "name": "Josh Boyer",
        "email": "jwboyer@linux.vnet.ibm.com",
        "time": "Wed Jun 11 08:06:51 2008 -0400"
      },
      "message": "powerpc/4xx: PCIe driver now detects if a port is disabled via the dev-tree\n\nThis patch add a check to the PPC4xx PCIe driver to detect if the port\nis disabled via the device-tree. This is needed for the AMCC Canyonlands\nboard which has an option to either select 2 PCIe ports or 1 PCIe port\nand one SATA port. The SATA port and the 1st PCIe port pins are multiplexed\nso we can\u0027t start both drivers.\n\nSigned-off-by: Stefan Roese \u003csr@denx.de\u003e\nAcked-by: Benjamin Herrenschmidt \u003cbenh@kernel.crashing.org\u003e\nSigned-off-by: Josh Boyer \u003cjwboyer@linux.vnet.ibm.com\u003e\n"
    },
    {
      "commit": "5093bb965a163fe288c3e5db0275165f86c895c2",
      "tree": "77af9fbf28f45e277443be5abffb85feacc0097c",
      "parents": [
        "b13e930906b313d787f4dd07fe78b74a3a8c22c4"
      ],
      "author": {
        "name": "Anton Vorontsov",
        "email": "avorontsov@ru.mvista.com",
        "time": "Fri May 23 20:39:06 2008 +0400"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Tue Jun 10 11:11:21 2008 -0500"
      },
      "message": "powerpc/QE: switch to the cpm_muram implementation\n\nThis is very trivial patch. We\u0027re transitioning to the cpm_muram_*\ncalls. That\u0027s it.\n\nLess trivial changes:\n- BD_SC_* defines were defined in the cpm.h and qe.h, so to avoid redefines\n  we remove BD_SC from the qe.h and use cpm.h along with cpm_muram_*\n  prototypes;\n- qe_muram_dump was unused and thus removed;\n- added some code to the cpm_common.c to support legacy QE bindings\n  (data-only node name).\n- For convenience, define qe_* calls to cpm_*. So drivers need not to be\n  changed.\n\nSigned-off-by: Anton Vorontsov \u003cavorontsov@ru.mvista.com\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "32def337aafee0bc65eb58d5b1b3617525eb7fb7",
      "tree": "22173ef1c86e1dd6de2eadee2600dbad1e029249",
      "parents": [
        "9572653ee01a2134ae3a1d7aa29ce9d026a6afe9"
      ],
      "author": {
        "name": "Anton Vorontsov",
        "email": "avorontsov@ru.mvista.com",
        "time": "Mon May 19 21:47:05 2008 +0400"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Tue Jun 10 11:11:10 2008 -0500"
      },
      "message": "powerpc/QE: implement support for the GPIO LIB API\n\nThis is needed to access QE GPIOs via Linux GPIO API.\n\nSigned-off-by: Anton Vorontsov \u003cavorontsov@ru.mvista.com\u003e\nAcked-By: Timur Tabi \u003ctimur@freescale.com\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "9572653ee01a2134ae3a1d7aa29ce9d026a6afe9",
      "tree": "c136d6fbcd38eff44473abc6f4d6262181b63c3e",
      "parents": [
        "5e41486c408eb4206aee09303631427f57771691"
      ],
      "author": {
        "name": "Anton Vorontsov",
        "email": "avorontsov@ru.mvista.com",
        "time": "Fri May 23 20:38:58 2008 +0400"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Tue Jun 10 10:39:18 2008 -0500"
      },
      "message": "powerpc/QE: prepare QE PIO code for GPIO LIB support\n\n- split and export __par_io_config_pin() out of par_io_config_pin(), so we\n  could use the prefixed version with GPIO LIB API;\n- rename struct port_regs to qe_pio_regs, and place it into qe.h;\n- rename #define NUM_OF_PINS to QE_PIO_PINS, and place it into qe.h.\n\nSigned-off-by: Anton Vorontsov \u003cavorontsov@ru.mvista.com\u003e\nAcked-By: Timur Tabi \u003ctimur@freescale.com\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "5e41486c408eb4206aee09303631427f57771691",
      "tree": "04198c2fdffdb70816ba141aaa2f2b1d6d8e72aa",
      "parents": [
        "83ff9dcf375c418ca3b98eb950711525ca1269e2"
      ],
      "author": {
        "name": "Anton Vorontsov",
        "email": "avorontsov@ru.mvista.com",
        "time": "Fri May 23 20:38:56 2008 +0400"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Tue Jun 10 10:39:13 2008 -0500"
      },
      "message": "powerpc/QE: add support for QE USB clocks routing\n\nThis patch adds a function to the qe_lib to setup QE USB clocks routing.\nTo setup clocks safely, cmxgcr register needs locking, so I just reused\nucc_lock since it was used only to protect cmxgcr.\n\nThe idea behind placing clocks routing functions into the qe_lib is that\nlater we\u0027ll hopefully switch to the generic Linux Clock API, thus, for\nexample, FHCI driver may be used for QE and CPM chips without nasty #ifdefs.\n\nThis patch also fixes QE_USB_RESTART_TX command definition in the qe.h.\n\nSigned-off-by: Anton Vorontsov \u003cavorontsov@ru.mvista.com\u003e\nAcked-By: Timur Tabi \u003ctimur@freescale.com\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "83ff9dcf375c418ca3b98eb950711525ca1269e2",
      "tree": "b6dae1fee27667653dbb96d47c3042108ce9d4c0",
      "parents": [
        "5399be7f4679251e8c4c6637fde240f7ac8efdb9"
      ],
      "author": {
        "name": "Anton Vorontsov",
        "email": "avorontsov@ru.mvista.com",
        "time": "Fri May 23 20:38:54 2008 +0400"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Tue Jun 10 10:38:50 2008 -0500"
      },
      "message": "powerpc/sysdev: implement FSL GTM support\n\nGTM stands for General-purpose Timers Module and able to generate\ntimer{1,2,3,4} interrupts. These timers are used by the drivers that\nneed time precise interrupts (like for USB transactions scheduling for\nthe Freescale USB Host controller as found in some QE and CPM chips),\nor these timers could be used as wakeup events from the CPU deep-sleep\nmode.\n\nThings unimplemented:\n1. Cascaded (32 bit) timers (1-2, 3-4).\n   This is straightforward to implement when needed, two timers should\n   be marked as \"requested\" and configured as appropriate.\n2. Super-cascaded (64 bit) timers (1-2-3-4).\n   This is also straightforward to implement when needed, all timers\n   should be marked as \"requested\" and configured as appropriate.\n\nSigned-off-by: Anton Vorontsov \u003cavorontsov@ru.mvista.com\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "19fc65b5251dfd90312ae0142cc8650cd273e6a6",
      "tree": "2b61ab4405dce8bd17e76584821856ea3baabd88",
      "parents": [
        "2272a55f16c998d916904bba018b0f40f430d744"
      ],
      "author": {
        "name": "Michael Ellerman",
        "email": "michael@ellerman.id.au",
        "time": "Mon May 26 12:12:32 2008 +1000"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Mon Jun 09 13:51:16 2008 +1000"
      },
      "message": "powerpc: Fix irq_alloc_host() reference counting and callers\n\nWhen I changed irq_alloc_host() to take an of_node\n(52964f87c64e6c6ea671b5bf3030fb1494090a48: \"Add an optional\ndevice_node pointer to the irq_host\"), I botched the reference\ncounting semantics.\n\nStephen pointed out that it\u0027s irq_alloc_host()\u0027s business if\nit needs to take an additional reference to the device_node,\nthe caller shouldn\u0027t need to care.\n\nSigned-off-by: Michael Ellerman \u003cmichael@ellerman.id.au\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "2272a55f16c998d916904bba018b0f40f430d744",
      "tree": "8dd7212809b64ef3b665d8ecf66de9e1d3bad330",
      "parents": [
        "84f1c1e08906f2206f2bbdd19e4ff6a0757ff7f8"
      ],
      "author": {
        "name": "Michael Ellerman",
        "email": "michael@ellerman.id.au",
        "time": "Mon May 26 12:12:31 2008 +1000"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Mon Jun 09 13:51:15 2008 +1000"
      },
      "message": "powerpc: Rework qe_ic_init() so we can avoid freeing the irq_host\n\nIf we do the call to of_address_to_resource() first, then we don\u0027t\nneed to worry about freeing the irq_host (which the code doesn\u0027t do\ncurrently anyway).\n\nSigned-off-by: Michael Ellerman \u003cmichael@ellerman.id.au\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "84f1c1e08906f2206f2bbdd19e4ff6a0757ff7f8",
      "tree": "4acd7945bff1656d0f8edf0ae771fc16cbe74ab1",
      "parents": [
        "997526db9fa408058f23de19c0e12abd9207276b"
      ],
      "author": {
        "name": "Michael Ellerman",
        "email": "michael@ellerman.id.au",
        "time": "Mon May 26 12:12:30 2008 +1000"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Mon Jun 09 13:51:14 2008 +1000"
      },
      "message": "powerpc: Rework ipic_init() so we can avoid freeing the irq_host\n\nIf we do the call to of_address_to_resource() first, then we don\u0027t\nneed to worry about freeing the irq_host (which the code doesn\u0027t do\ncurrently anyway).\n\nSigned-off-by: Michael Ellerman \u003cmichael@ellerman.id.au\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "5073e7ee8684f3997b3633a2e5fa574027f37891",
      "tree": "87e89f6c54435dc9bee7760abee620c9a500d179",
      "parents": [
        "8a3e1c670e503ddd6f6c373b307f38b783ee3a50"
      ],
      "author": {
        "name": "Anton Vorontsov",
        "email": "avorontsov@ru.mvista.com",
        "time": "Sat May 24 04:40:00 2008 +1000"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Mon Jun 09 13:41:16 2008 +1000"
      },
      "message": "powerpc/mpic: Fix ambiguous else statement\n\nThis fixes the following warning, introduced by commit\n475ca391b490a683d66bf19999a8a7a24913f139 (mpic: Deal with bogus NIRQ\nin Feature Reporting Register):\n\n  CC      arch/powerpc/sysdev/mpic.o\narch/powerpc/sysdev/mpic.c: In function \u0027mpic_alloc\u0027:\narch/powerpc/sysdev/mpic.c:1146: warning: suggest explicit braces to avoid ambiguous \u0027else\u0027\n\nSigned-off-by: Anton Vorontsov \u003cavorontsov@ru.mvista.com\u003e\nAcked-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "8a3e1c670e503ddd6f6c373b307f38b783ee3a50",
      "tree": "03094e8425b750d2693a271ebc89b49312e5476a",
      "parents": [
        "e026892c85571e12f11abffde5a90bcc704d663e",
        "60d5019be8acef268f4676d229c490186d338fbc"
      ],
      "author": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Mon Jun 09 12:19:41 2008 +1000"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Mon Jun 09 12:19:41 2008 +1000"
      },
      "message": "Merge branch \u0027merge\u0027\n\nConflicts:\n\n\tarch/powerpc/sysdev/fsl_soc.c\n"
    },
    {
      "commit": "f2eb432715a81a703e626df59347ba3557009557",
      "tree": "d0965d9df54463fde7860f40312fe0eb6e0ccd5d",
      "parents": [
        "44d1b980c72db0faf35adb082fb2208351803028"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Thu Jun 05 22:46:18 2008 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Jun 06 11:29:10 2008 -0700"
      },
      "message": "rtc-ds1374: rename device to just \"ds1374\"\n\nChange the name of the device from \"rtc-ds1374\" to just \"ds1374\", to match\nwhat all other RTC drivers do.  I seem to remember that this name was\nchosen to avoid possible confusion with an older ds1374 driver, but that\ndriver was removed 3 months ago.\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Alessandro Zummo \u003ca.zummo@towertech.it\u003e\nAcked-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\nCc: Paul Mackerras \u003cpaulus@samba.org\u003e\nCc: Benjamin Herrenschmidt \u003cbenh@kernel.crashing.org\u003e\nCc: David Brownell \u003cdavid-b@pacbell.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "e026892c85571e12f11abffde5a90bcc704d663e",
      "tree": "14c70174ef2d2c9ef8f57a84be0d9b7d54521f32",
      "parents": [
        "fca622c5b21a259950a2964ceca7b6c2a23c849f"
      ],
      "author": {
        "name": "Timur Tabi",
        "email": "timur@freescale.com",
        "time": "Mon Jun 02 15:09:35 2008 -0500"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Mon Jun 02 23:57:07 2008 -0500"
      },
      "message": "[POWERPC] fsl: Update fsl_soc to use cell-index property of I2C nodes\n\nCurrently, fsl_i2c_of_init() uses the order of the I2C adapter nodes in the\ndevice tree to enumerate the I2C adapters.  Instead, let\u0027s check for the\ncell-index property and use it if it exists.\n\nThis is handy for device drivers that need to identify the I2C adapters by\nspecific numbers.  The Freescale MPC8610 ASoC V2 sound drivers are an example.\n\nSigned-off-by: Timur Tabi \u003ctimur@freescale.com\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "64f9b5ee17ee7974d7cc58d75221432d86960ba3",
      "tree": "5ffe52ebd10ca76b25a8dd415ea906b642dae5c7",
      "parents": [
        "22fb7d9be593181e2f779cf7a8421703a6be713b"
      ],
      "author": {
        "name": "Timur Tabi",
        "email": "timur@freescale.com",
        "time": "Thu May 15 17:46:10 2008 -0500"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Mon Jun 02 14:44:25 2008 -0500"
      },
      "message": "[POWERPC] fsl: Add CS4270 i2c data to fsl_soc.c\n\nThe i2c_devices[] array in fsl_soc.c lists all the I2C nodes that are supported\non Freescale boards.  Add an entry for the Cirrus Logic CS4270 so that a\nnew-style CS4270 driver will work.\n\nSigned-off-by: Timur Tabi \u003ctimur@freescale.com\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "22fb7d9be593181e2f779cf7a8421703a6be713b",
      "tree": "cc7cfdbb0e8140f55f146e97eae623a687804454",
      "parents": [
        "692d1037e6914a8a32a7a9fba416684c75c7efca"
      ],
      "author": {
        "name": "Timur Tabi",
        "email": "timur@freescale.com",
        "time": "Thu May 15 17:04:57 2008 -0500"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Mon Jun 02 14:44:25 2008 -0500"
      },
      "message": "[POWERPC] fsl: Add warning for unrecognized I2C nodes in the device tree\n\nUpdate of_find_i2c_driver in fsl_soc.c to display a warning message if an\nI2C node in the device tree isn\u0027t found in the i2c_devices[] array.\n\nSigned-off-by: Timur Tabi \u003ctimur@freescale.com\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "692d1037e6914a8a32a7a9fba416684c75c7efca",
      "tree": "571903a8386f41245cead7ff42d4ff886c0d7b4b",
      "parents": [
        "741edc494978bc2770e891b8cfadbca3246a3d1a"
      ],
      "author": {
        "name": "Anton Vorontsov",
        "email": "avorontsov@ru.mvista.com",
        "time": "Fri May 23 17:41:02 2008 +0400"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Mon Jun 02 14:44:25 2008 -0500"
      },
      "message": "[POWERPC] fsl_msi: few (mostly cosmetic) fixes\n\nThis patch fixes few cosmetic issues, also removes unused function,\nmakes some functions static and reduces #ifdef count.\n\nSigned-off-by: Anton Vorontsov \u003cavorontsov@ru.mvista.com\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "34e36c1541fe70e5b3842a3278c0e7631d31f4cb",
      "tree": "ea713b04c0634af6b446d7c0cf0d1b2f72fa5d34",
      "parents": [
        "aee1dc73b519227084d77b0b2fc972b68b4153d8"
      ],
      "author": {
        "name": "Jason Jin",
        "email": "Jason.jin@freescale.com",
        "time": "Fri May 23 16:32:46 2008 +0800"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Mon Jun 02 14:44:24 2008 -0500"
      },
      "message": "[POWERPC] fsl: PCIe MSI support for 83xx/85xx/86xx processors.\n\nThis MSI driver can be used on 83xx/85xx/86xx board.\nIn this driver, virtual interrupt host and chip were\nsetup. There are 256 MSI interrupts in this host, Every 32\nMSI interrupts cascaded to one IPIC/MPIC interrupt.\nThe chip was treated as edge sensitive and some necessary\nfunctions were setup for this chip.\n\nBefore using the MSI interrupt, PCI/PCIE device need to\nask for a MSI interrupt in the 256 MSI interrupts. A 256bit\nbitmap show which MSI interrupt was used, reserve bit in\nthe bitmap can be used to force the device use some designate\nMSI interrupt in the 256 MSI interrupts. Sometimes this is useful\nfor testing the all the MSI interrupts. The msi-available-ranges\nproperty in the dts file was used for this purpose.\n\nSigned-off-by: Jason Jin \u003cJason.jin@freescale.com\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "0723abd0b2c9d4603b8c51d6615800c2439a328e",
      "tree": "702355fb17ff1c10b9e4dfaeaea513115af87bd4",
      "parents": [
        "4ebef31fa6e013e5cd3d4522e6018eb6d55046be"
      ],
      "author": {
        "name": "Josh Boyer",
        "email": "jwboyer@linux.vnet.ibm.com",
        "time": "Tue May 20 07:59:23 2008 -0500"
      },
      "committer": {
        "name": "Josh Boyer",
        "email": "jwboyer@linux.vnet.ibm.com",
        "time": "Thu May 29 07:06:56 2008 -0500"
      },
      "message": "[POWERPC] 4xx: Fix compiler warning on DCR_NATIVE only builds\n\nWith the recent DCR code rework, we get a compiler warning about\nfind_dcr_parent being defined but not used.  This fixes it by only defining\nthe function if CONFIG_PPC_DCR_MMIO is set.\n\nSigned-off-by: Josh Boyer \u003cjwboyer@linux.vnet.ibm.com\u003e\n"
    },
    {
      "commit": "b786af117b360843349cf66165c4efa0217ca2a7",
      "tree": "713c515b49003fe2b593703820169ffc326ed4bb",
      "parents": [
        "acf464817d5e7be9fb67aec4027dbee0ac9be17a"
      ],
      "author": {
        "name": "Stephen Neuendorffer",
        "email": "stephen.neuendorffer@xilinx.com",
        "time": "Wed May 07 04:29:17 2008 +1000"
      },
      "committer": {
        "name": "Josh Boyer",
        "email": "jwboyer@linux.vnet.ibm.com",
        "time": "Thu May 29 07:06:56 2008 -0500"
      },
      "message": "[POWERPC] Refactor DCR code\n\nPreviously, DCR support was configured at compile time to either use\nMMIO or native dcr instructions.  Although this works for most\nplatforms, it fails on FPGA platforms:\n\n1) Systems may include more than one DCR bus.\n2) Systems may be native DCR capable and still use memory mapped DCR interface.\n\nThis patch provides runtime support based on the device trees for the\ncase where CONFIG_PPC_DCR_MMIO and CONFIG_PPC_DCR_NATIVE are both\nselected.  Previously, this was a poorly defined configuration, which\nhappened to provide NATIVE support.  The runtime selection is made\nbased on the dcr-controller having a \u0027dcr-access-method\u0027 attribute\nin the device tree.  If only one of the above options is selected,\nthen the code uses #defines to select only the used code in order to\navoid introducing overhead in existing usage.\n\nSigned-off-by: Stephen Neuendorffer \u003cstephen.neuendorffer@xilinx.com\u003e\nSigned-off-by: Josh Boyer \u003cjwboyer@linux.vnet.ibm.com\u003e\n"
    },
    {
      "commit": "acf464817d5e7be9fb67aec4027dbee0ac9be17a",
      "tree": "39fd061c0a91a11d3ae4ff19b7fe179325e39bbf",
      "parents": [
        "80d267f9aee6f1b5df602b5a19fb7b4923f17db2",
        "8962cadbe7cbc4ed0fff94f56ebab505a10afd2e"
      ],
      "author": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Fri May 23 16:53:23 2008 +1000"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Fri May 23 16:53:23 2008 +1000"
      },
      "message": "Merge branch \u0027merge\u0027 into powerpc-next\n"
    },
    {
      "commit": "06a901c5621f85e07e00ac4816c7ca95620ee74a",
      "tree": "0f6a0d19d889e4209a41889ed868bc8af2a581eb",
      "parents": [
        "d1e8d50d5a4bc7e40b119bf513804188ce2933d0"
      ],
      "author": {
        "name": "Stephen Rothwell",
        "email": "sfr@canb.auug.org.au",
        "time": "Wed May 21 16:24:31 2008 +1000"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Fri May 23 16:15:37 2008 +1000"
      },
      "message": "[POWERPC] mpic: Fix use of uninitialized variable\n\nCompiling ppc64_defconfig with gcc 4.3 gives thes warnings:\n\narch/powerpc/sysdev/mpic.c: In function \u0027mpic_irq_get_priority\u0027:\narch/powerpc/sysdev/mpic.c:1351: warning: \u0027is_ipi\u0027 may be used uninitialized in this function\narch/powerpc/sysdev/mpic.c: In function \u0027mpic_irq_set_priority\u0027:\narch/powerpc/sysdev/mpic.c:1328: warning: \u0027is_ipi\u0027 may be used uninitialized in this function\n\nIt turns out that in the cases where is_ipi is uninitialized, another\nvariable (mpic) will be NULL and it is dereferenced.  Protect against\nthis by returning if mpic is NULL in mpic_irq_set_priority, and removing\nmpic_irq_get_priority completely as it has no in tree callers.\n\nThis has the nice side effect of making the warning go away.\n\nSigned-off-by: Stephen Rothwell \u003csfr@canb.auug.org.au\u003e\nAcked-by: Benjamin Herrenschmidt \u003cbenh@kernel.crashing.org\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "475ca391b490a683d66bf19999a8a7a24913f139",
      "tree": "e7818dcd25169b9d9c9ed35723b3cafd2be455fd",
      "parents": [
        "2ca7633dc73405ee775a2e9b7961b47a38bc882d"
      ],
      "author": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Thu May 22 06:59:23 2008 +1000"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Fri May 23 15:27:26 2008 +1000"
      },
      "message": "[POWERPC] mpic: Deal with bogus NIRQ in Feature Reporting Register\n\nSome chips (like the SoCs from Freescale) report the wrong value in NIRQ\nand this causes issues if its doesn\u0027t match or exceed the value of\nirq_count.\n\nAdd a flag that board code can set to just use irq_count instead of\nFRR[NIRQ].  Eventually we\u0027ll add a device tree property with the number\nof sources.\n\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "0b2cca804ee40495bc92449c3e22f3c3a3f2977a",
      "tree": "201f219b4063b0a976bd7ea8e45cff0faa818602",
      "parents": [
        "a560643e21e1ac10f7398b45111aecdd7f47a4a5"
      ],
      "author": {
        "name": "Scott Wood",
        "email": "scottwood@freescale.com",
        "time": "Tue Apr 29 01:38:13 2008 +1000"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Fri May 16 23:22:28 2008 +1000"
      },
      "message": "[POWERPC] Add 6xx-style HID0_SLEEP support.\n\nThis adds a function to put a 6xx/7xx/7xxx/83xx family CPU into sleep\nmode, and return after an interrupt has occurred.  It expects to be\ncalled with interrupts disabled, and returns with interrupts disabled.\nInterrupts are enabled while the processor is asleep, but the interrupt\nthat wakes the processor is not handled; it is still pending when this\nfunction returns.\n\nSigned-off-by: Scott Wood \u003cscottwood@freescale.com\u003e\nSigned-off-by: Guennadi Liakhovetski \u003cg.liakhovetski@gmx.de\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "8fa29d22dcb2aec97f1a508cd3741c6e0b4a9434",
      "tree": "0de4e88e7ca1ba42ecb246e4f1124d4705b01f28",
      "parents": [
        "c884116ac375c5dd137109b58acaa9cf50164796"
      ],
      "author": {
        "name": "Michael Ellerman",
        "email": "michael@ellerman.id.au",
        "time": "Thu May 08 14:27:11 2008 +1000"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Wed May 14 22:31:50 2008 +1000"
      },
      "message": "[POWERPC] sysdev/mpic_msi.c should include sysdev/mpic.h\n\nSome of the routines defined in mpic_msi.c are declared mpic.h,\nso the former should include the latter.\n\nSigned-off-by: Michael Ellerman \u003cmichael@ellerman.id.au\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "683307da07afd3a7ee55269ee8cb70c8053b0923",
      "tree": "5e18139868c02c14f95a61afb85855065a71315e",
      "parents": [
        "663276b7c6340e755ed62bed67a2b96f4fc3d513"
      ],
      "author": {
        "name": "Remi Machet",
        "email": "rmachet@slac.stanford.edu",
        "time": "Thu May 01 10:40:44 2008 +1000"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Wed May 14 22:31:41 2008 +1000"
      },
      "message": "[POWERPC] Create of_buses for MV64x60 devices\n\nFor each mv64360 entry in the OpenFirmware database, add the\nregistration of an of_bus to take care of devices connected to\nthe MV64x60 asynchronous devices controller.\nThis change makes it possible for those devices to be detected by\ndrivers that support the of_platform without having a custom call\nfor each of them in the board file.\n\nSigned-off-by: Remi Machet \u003crmachet@slac.stanford.edu\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "9d5f525b86453da921360727112161254accc8c1",
      "tree": "a87bd5c9e4d94ddef0724bb68a4ed1815e552d84",
      "parents": [
        "ee1a08f963c5abb5ec2d8c5defffecee7c3f84c8"
      ],
      "author": {
        "name": "Roel Kluin",
        "email": "12o3l@tiscali.nl",
        "time": "Thu Apr 24 09:03:02 2008 +1000"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Wed May 14 22:31:25 2008 +1000"
      },
      "message": "[POWERPC] mpic_u3msi: Failed allocation unnoticed\n\nbitmap_find_free_region(), called by mpic_msi_alloc_hwirqs() may return\nsigned, but hwirq is unsigned.  A failed allocation remains unnoticed.\n\nSigned-off-by: Roel Kluin \u003c12o3l@tiscali.nl\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "ee1a08f963c5abb5ec2d8c5defffecee7c3f84c8",
      "tree": "12e3292fac87390be4b21b5dc72fbce21bbf882b",
      "parents": [
        "54ef0ec22a39071a4e7fbedd201cecac9ac6e8a7"
      ],
      "author": {
        "name": "Roel Kluin",
        "email": "12o3l@tiscali.nl",
        "time": "Thu Apr 24 08:32:26 2008 +1000"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Wed May 14 22:31:20 2008 +1000"
      },
      "message": "[POWERPC] mpic_pasemi_msi: Failed allocation unnoticed\n\nbitmap_find_free_region(), called by mpic_msi_alloc_hwirqs() may return\nsigned, but hwirq is unsigned.  A failed allocation remains unnoticed.\n\nSigned-off-by: Roel Kluin \u003c12o3l@tiscali.nl\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "d9a9a23ff2b00463f25e880d13364938b321ab8a",
      "tree": "e5ddb542d535ea741227265545a885636f8967aa",
      "parents": [
        "9b013c2820c409ff84871e55e407ec2181782773",
        "53962ecf6ebbdb5b15a8b35fbefe34430eb25609"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri May 09 08:06:31 2008 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri May 09 08:06:31 2008 -0700"
      },
      "message": "Merge branch \u0027merge\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc\n\n* \u0027merge\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc: (23 commits)\n  [POWERPC] Remove leftover printk in isa-bridge.c\n  [POWERPC] Remove duplicate #include\n  [POWERPC] Initialize lockdep earlier\n  [POWERPC] Document when printk is useable\n  [POWERPC] Fix bogus paca-\u003e_current initialization\n  [POWERPC] Fix of_i2c include for module compilation\n  [POWERPC] Make default cputable entries reflect selected CPU family\n  [POWERPC] spufs: lockdep annotations for spufs_dir_close\n  [POWERPC] spufs: don\u0027t requeue victim contex in find_victim if it\u0027s not in spu_run\n  [POWERPC] 4xx: Fix PCI mem in sequoia DTS\n  [POWERPC] 4xx: Add endpoint support to 4xx PCIe driver\n  [POWERPC] 4xx: Fix problem with new TLB storage attibute fields on 440x6 core\n  [POWERPC] spufs: spu_create should send inotify IM_CREATE event\n  [POWERPC] spufs: handle faults while the context switch pending flag is set\n  [POWERPC] spufs: fix concurrent delivery of class 0 \u0026 1 exceptions\n  [POWERPC] spufs: try to route SPU interrupts to local node\n  [POWERPC] spufs: set SPU_CONTEXT_SWITCH_PENDING before synchronising SPU irqs\n  [POWERPC] spufs: don\u0027t acquire state_mutex interruptible while performing callback\n  [POWERPC] spufs: update master runcntl with context lock held\n  [POWERPC] spufs: fix post-stopped update of MFC_CNTL register\n  ...\n"
    },
    {
      "commit": "28a4acb48586dc21d2d14a75a7aab7be78b7c83b",
      "tree": "1e95503037a68286ba732dbc0a844dbf0f826223",
      "parents": [
        "89f92d6425b099538932e9b881588f87ef9f3184",
        "e46b66bc42b6b1430b04cc5c207ecb2b2f4553dc"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Thu May 08 19:03:26 2008 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Thu May 08 19:03:26 2008 -0700"
      },
      "message": "Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6\n\n* git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6: (32 commits)\n  net: Added ASSERT_RTNL() to dev_open() and dev_close().\n  can: Fix can_send() handling on dev_queue_xmit() failures\n  netns: Fix arbitrary net_device-s corruptions on net_ns stop.\n  netfilter: Kconfig: default DCCP/SCTP conntrack support to the protocol config values\n  netfilter: nf_conntrack_sip: restrict RTP expect flushing on error to last request\n  macvlan: Fix memleak on device removal/crash on module removal\n  net/ipv4: correct RFC 1122 section reference in comment\n  tcp FRTO: SACK variant is errorneously used with NewReno\n  e1000e: don\u0027t return half-read eeprom on error\n  ucc_geth: Don\u0027t use RX clock as TX clock.\n  cxgb3: Use CAP_SYS_RAWIO for firmware\n  pcnet32: delete non NAPI code from driver.\n  fs_enet: Fix a memory leak in fs_enet_mdio_probe\n  [netdrvr] eexpress: IPv6 fails - multicast problems\n  3c59x: use netstats in net_device structure\n  3c980-TX needs EXTRA_PREAMBLE\n  fix warning in drivers/net/appletalk/cops.c\n  e1000e: Add support for BM PHYs on ICH9\n  uli526x: fix endianness issues in the setup frame\n  uli526x: initialize the hardware prior to requesting interrupts\n  ...\n"
    },
    {
      "commit": "80daac3f86d4f5aafc9d3e79addb90fa118244e2",
      "tree": "06d914e7efffd6965eaa5d552f334c50b600c14a",
      "parents": [
        "a96df496ed1496f3e52a9b3c860cf967aa48adda"
      ],
      "author": {
        "name": "Stefan Roese",
        "email": "sr@denx.de",
        "time": "Tue Apr 22 00:54:30 2008 +1000"
      },
      "committer": {
        "name": "Josh Boyer",
        "email": "jwboyer@linux.vnet.ibm.com",
        "time": "Tue May 06 12:10:43 2008 -0500"
      },
      "message": "[POWERPC] 4xx: Add endpoint support to 4xx PCIe driver\n\nThis patch adds basic endpoint support to the 4xx PCIe driver.\n\nThis is done by checking the device_type property of the PCIe\ndevice node (\"pci\" for root-complex and \"pci-endpoint\" for endpoint\nconfiguration).\n\nNote: Currently we map a fixed 64MByte window to PLB address 0 (SDRAM).\nThis should probably be configurable via a dts property.\n\nSigned-off-by: Stefan Roese \u003csr@denx.de\u003e\nAcked-by: Benjamin Herrenschmidt \u003cbenh@kernel.crashing.org\u003e\nSigned-off-by: Josh Boyer \u003cjwboyer@linux.vnet.ibm.com\u003e\n"
    },
    {
      "commit": "54c852a2d61bb15d9b979410c2260edfb23d448c",
      "tree": "7a6ba9d1743b01090b85611cea9dd79ec2950487",
      "parents": [
        "7ab267d4ecdad3032d6bb31619a2744fc2074b59",
        "ce4e2e4558903ef92edf1ab4e09b0b338a09fd61"
      ],
      "author": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Tue May 06 12:22:03 2008 -0400"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@redhat.com",
        "time": "Tue May 06 12:22:03 2008 -0400"
      },
      "message": "Merge branch \u0027for-2.6.26\u0027 of git://git.farnsworth.org/dale/linux-2.6-mv643xx_eth into upstream\n"
    },
    {
      "commit": "c36c804559d3a891a2e655ba8185b4fa7eaee156",
      "tree": "0a4092432229616b2fdc53d87ea32e944212c626",
      "parents": [
        "be2e88011bd800222bfd7b477c727966f93186a9",
        "3b5750644b2ffa2a76fdfe7b4e00e4af2ecf3539"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Sat May 03 10:01:33 2008 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Sat May 03 10:01:33 2008 -0700"
      },
      "message": "Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc\n\n* git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc:\n  [POWERPC] Bolt in SLB entry for kernel stack on secondary cpus\n  [POWERPC] PS3: Update ps3_defconfig\n  [POWERPC] PS3: Remove unsupported wakeup sources\n  [POWERPC] PS3: Make ps3_virq_setup and ps3_virq_destroy static\n  [POWERPC] PS3: Add time include to lpm\n  [POWERPC] Fix slb.c compile warnings\n  [POWERPC] Xilinx: Fix compile warnings\n  [POWERPC] Squash build warning for print of resource_size_t in fsl_soc.c\n  [RAPIDIO] fix current kernel-doc notation\n  [POWERPC] 86xx: mpc8610_hpcd: add support for PCI Express x8 slot\n  Fix a potential issue in mpc52xx uart driver\n  [POWERPC] mpc5200: Allow for fixed speed MII configurations\n  [POWERPC] 86xx: Fix the wrong serial1 interrupt for 8610 board\n"
    },
    {
      "commit": "b17b8181c97e88e6fac5aa704879ad61fdd67351",
      "tree": "e585ddf3943019c8a30dadf7ea15e76a0ca7eefe",
      "parents": [
        "128cf7f2eb952a85875834c0d274da05ee0f02aa"
      ],
      "author": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Wed Apr 30 10:24:44 2008 -0500"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Thu May 01 23:09:42 2008 -0500"
      },
      "message": "[POWERPC] Xilinx: Fix compile warnings\n\narch/powerpc/sysdev/xilinx_intc.c: In function \u0027xilinx_intc_init\u0027:\narch/powerpc/sysdev/xilinx_intc.c:111: warning: format \u0027%08X\u0027 expects type \u0027unsigned int\u0027, but argument 2 has type \u0027resource_size_t\u0027\ndrivers/char/xilinx_hwicap/xilinx_hwicap.c: In function \u0027hwicap_setup\u0027:\ndrivers/char/xilinx_hwicap/xilinx_hwicap.c:626: warning: cast to pointer from integer of different size\ndrivers/char/xilinx_hwicap/xilinx_hwicap.c:646: warning: format \u0027%x\u0027 expects type \u0027unsigned int\u0027, but argument 6 has type \u0027resource_size_t\u0027\n\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "128cf7f2eb952a85875834c0d274da05ee0f02aa",
      "tree": "601f47d9007ccb2fceaf1e77c6c67cfc31f6ef90",
      "parents": [
        "9941d945f491320bc121d86c558b1288ac0ad6ca"
      ],
      "author": {
        "name": "Becky Bruce",
        "email": "bgill@freescale.com",
        "time": "Thu May 01 18:15:45 2008 -0500"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Thu May 01 23:02:16 2008 -0500"
      },
      "message": "[POWERPC] Squash build warning for print of resource_size_t in fsl_soc.c\n\nWhen resource_size_t is larger than an int, the current code\ngenerates a build warning.  Kill it.\n\nSigned-off-by: Becky Bruce \u003cbecky.bruce@freescale.com\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "9941d945f491320bc121d86c558b1288ac0ad6ca",
      "tree": "7a4a2c9da27b186bbb1059fa0f6260b8f8466b3e",
      "parents": [
        "e598477a3a9679bd04565ef2be20cc985b8954ae"
      ],
      "author": {
        "name": "Randy Dunlap",
        "email": "randy.dunlap@oracle.com",
        "time": "Wed Apr 30 16:45:58 2008 -0700"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Thu May 01 23:01:54 2008 -0500"
      },
      "message": "[RAPIDIO] fix current kernel-doc notation\n\nFix current (-git16) missing docbook/kernel-doc notation in RapidIO files.\n\nWarning(linux-2.6.25-git16//include/linux/rio.h:187): No description found for parameter \u0027sys_size\u0027\nWarning(linux-2.6.25-git16//include/linux/rio.h:187): No description found for parameter \u0027phy_type\u0027\n\nWarning(linux-2.6.25-git16//arch/powerpc/sysdev/fsl_rio.c:188): No description found for parameter \u0027mport\u0027\nWarning(linux-2.6.25-git16//arch/powerpc/sysdev/fsl_rio.c:224): No description found for parameter \u0027mport\u0027\nWarning(linux-2.6.25-git16//arch/powerpc/sysdev/fsl_rio.c:245): No description found for parameter \u0027mport\u0027\nWarning(linux-2.6.25-git16//arch/powerpc/sysdev/fsl_rio.c:270): No description found for parameter \u0027mport\u0027\nWarning(linux-2.6.25-git16//arch/powerpc/sysdev/fsl_rio.c:311): No description found for parameter \u0027mport\u0027\nWarning(linux-2.6.25-git16//arch/powerpc/sysdev/fsl_rio.c:996): No description found for parameter \u0027dev\u0027\n\nSigned-off-by: Randy Dunlap \u003crandy.dunlap@oracle.com\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "3760f736716f74bdc62a4ba5406934338da93eb2",
      "tree": "e28e22c6655dd62566f1b7a99f9354a31bf9d06e",
      "parents": [
        "d2653e92732bd3911feff6bee5e23dbf959381db"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Tue Apr 29 23:11:40 2008 +0200"
      },
      "committer": {
        "name": "Jean Delvare",
        "email": "khali@hyperion.delvare",
        "time": "Tue Apr 29 23:11:40 2008 +0200"
      },
      "message": "i2c: Convert most new-style drivers to use module aliasing\n\nBased on earlier work by Jon Smirl and Jochen Friedrich.\n\nUpdate most new-style i2c drivers to use standard module aliasing\ninstead of the old driver_name/type driver matching scheme. I\u0027ve\nleft the video drivers apart (except for SoC camera drivers) as\nthey\u0027re a bit more diffcult to deal with, they\u0027ll have their own\npatch later.\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nCc: Jon Smirl \u003cjonsmirl@gmail.com\u003e\nCc: Jochen Friedrich \u003cjochen@scram.de\u003e\n"
    },
    {
      "commit": "6c39103ce5192bdb2195f3daab7323dfa44fb52e",
      "tree": "4c4ce9e75536cb28276265abc4b20c494df8cd2b",
      "parents": [
        "7f620df839661b37ee679402ced7e32da6aa5446"
      ],
      "author": {
        "name": "Zhang Wei",
        "email": "wei.zhang@freescale.com",
        "time": "Fri Apr 18 13:33:48 2008 -0700"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Tue Apr 29 19:40:29 2008 +1000"
      },
      "message": "[RAPIDIO] Change RapidIO doorbell source and target ID field to 16-bit\n\nChange RapidIO doorbell source and target ID field to 16-bit for\nsupport large system size, which max rio devid is 65535.\n\nSigned-off-by: Zhang Wei \u003cwei.zhang@freescale.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "7f620df839661b37ee679402ced7e32da6aa5446",
      "tree": "016052cb8076c1a31b0e290d5ed267518a809ad7",
      "parents": [
        "61b269179df582bb363f871e88f732fe8af62a5e"
      ],
      "author": {
        "name": "Zhang Wei",
        "email": "wei.zhang@freescale.com",
        "time": "Fri Apr 18 13:33:44 2008 -0700"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Tue Apr 29 19:40:29 2008 +1000"
      },
      "message": "[RAPIDIO] Add RapidIO connection info print out and re-training for broken connections\n\nSigned-off-by: Zhang Wei \u003cwei.zhang@freescale.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "61b269179df582bb363f871e88f732fe8af62a5e",
      "tree": "30781b72103c54b7a8535014f647bfefac0e606f",
      "parents": [
        "182e143beeb3529208f805f1ac543606c1e2cc8c"
      ],
      "author": {
        "name": "Zhang Wei",
        "email": "wei.zhang@freescale.com",
        "time": "Fri Apr 18 13:33:44 2008 -0700"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Tue Apr 29 19:40:29 2008 +1000"
      },
      "message": "[RAPIDIO] Add serial RapidIO controller support, which includes MPC8548, MPC8641\n\nSigned-off-by: Zhang Wei \u003cwei.zhang@freescale.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "e042323607f5c14844b1c59aebbca8d1251c7d89",
      "tree": "10c9eac3d5146f3611af9220740e4ec27bf2ade0",
      "parents": [
        "cc2bb6968a2c842149d285d77cb35200d2d37b15"
      ],
      "author": {
        "name": "Zhang Wei",
        "email": "wei.zhang@freescale.com",
        "time": "Fri Apr 18 13:33:42 2008 -0700"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Tue Apr 29 19:40:28 2008 +1000"
      },
      "message": "[RAPIDIO] Auto-probe the RapidIO system size\n\nThe RapidIO system size will auto probe in RIO setup.  The route table\nand rionet_active in rionet.c are changed to be allocated dynamically\naccording to the size of the system.\n\nSigned-off-by: Zhang Wei \u003cwei.zhang@freescale.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "cc2bb6968a2c842149d285d77cb35200d2d37b15",
      "tree": "33349a2231af61b59bdf28312c385197f41a769f",
      "parents": [
        "ad1e9380b17addf112f89ce5a57d4d0bee129b7a"
      ],
      "author": {
        "name": "Zhang Wei",
        "email": "wei.zhang@freescale.com",
        "time": "Fri Apr 18 13:33:41 2008 -0700"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Tue Apr 29 19:40:28 2008 +1000"
      },
      "message": "[RAPIDIO] Add OF-tree support to RapidIO controller driver\n\nThis initializes the RapidIO controller driver using addresses and\ninterrupt numbers obtained from the firmware device tree, rather than\nusing hardcoded constants.\n\nSigned-off-by: Zhang Wei \u003cwei.zhang@freescale.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "ad1e9380b17addf112f89ce5a57d4d0bee129b7a",
      "tree": "41bb74c91533f0a2f4a7bfbfb1036ba250cbf50b",
      "parents": [
        "5a7b60ed8892756b137496b629f2e7c689fe6d8d"
      ],
      "author": {
        "name": "Zhang Wei",
        "email": "wei.zhang@freescale.com",
        "time": "Fri Apr 18 13:33:41 2008 -0700"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Tue Apr 29 19:40:28 2008 +1000"
      },
      "message": "[RAPIDIO] Add RapidIO multi mport support\n\nThe original RapidIO driver suppose there is only one mpc85xx RIO controller\nin system.  So, some data structures are defined as mpc85xx_rio global, such\nas \u0027regs_win\u0027, \u0027dbell_ring\u0027, \u0027msg_tx_ring\u0027.  Now, I changed them to mport\u0027s\nprivate members.  And you can define multi RIO OF-nodes in dts file for multi\nRapidIO controller in one processor, such as PCI/PCI-Ex host controllers in\nFreescale\u0027s silicon.  And the mport operation function declaration should be\nchanged to know which RapidIO controller is target.\n\nSigned-off-by: Zhang Wei \u003cwei.zhang@freescale.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "d02443a6f89dbd7ff868db30ad18f90bb633f716",
      "tree": "0dc3926150cb70902bd1714645412a70adf86d2f",
      "parents": [
        "9d88a2eb6e05c07aa0d484b8fa1372722fa921d0"
      ],
      "author": {
        "name": "Zhang Wei",
        "email": "wei.zhang@freescale.com",
        "time": "Fri Apr 18 13:33:38 2008 -0700"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Tue Apr 29 19:40:27 2008 +1000"
      },
      "message": "[RAPIDIO] Change RIO function mpc85xx_ to fsl_\n\nThe driver is suitable for the Freescale MPC8641 processor as well as\n85xx processors, so this changes the mpc85xx prefix to fsl.\n\nSigned-off-by: Zhang Wei \u003cwei.zhang@freescale.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "fa3959f457109cc7d082b86ea6daae927982815b",
      "tree": "0e1f7aae6f3340d915f61e1489615972c629621d",
      "parents": [
        "e31a94ed371c70855eb30b77c490d6d85dd4da26"
      ],
      "author": {
        "name": "Lennert Buytenhek",
        "email": "buytenh@wantstofly.org",
        "time": "Thu Apr 24 01:27:02 2008 +0200"
      },
      "committer": {
        "name": "Dale Farnsworth",
        "email": "dale@farnsworth.org",
        "time": "Mon Apr 28 21:17:07 2008 -0700"
      },
      "message": "mv643xx_eth: get rid of static variables, allow multiple instances\n\nMove mv643xx_eth\u0027s static state (ethernet register block base address\nand MII management interface spinlock) into a struct hanging off the\nshared platform device.  This is necessary to support chips that\ncontain multiple mv643xx_eth silicon blocks.\n\nSigned-off-by: Lennert Buytenhek \u003cbuytenh@marvell.com\u003e\nAcked-by: Nicolas Pitre \u003cnico@marvell.com\u003e\nSigned-off-by: Dale Farnsworth \u003cdale@farnsworth.org\u003e\n"
    },
    {
      "commit": "6f90a8bdd17e63fb27b4f6d50e8a2919704ea254",
      "tree": "0ddc1f609eb63b3f54673d32f7dc15ed1c20fe49",
      "parents": [
        "9b53a9e28a34ed82516191dc46ae018e0e899546"
      ],
      "author": {
        "name": "York Sun",
        "email": "yorksun@freescale.com",
        "time": "Mon Apr 28 02:15:36 2008 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Mon Apr 28 08:58:40 2008 -0700"
      },
      "message": "powerpc: Add DIU platform code for MPC8610HPCD\n\nAdd platform code to support Freescale DIU.  The platform code includes\nframebuffer memory allocation, pixel format, monitor port, etc.\n\nSigned-off-by: York Sun \u003cyorksun@freescale.com\u003e\nSigned-off-by: Timur Tabi \u003ctimur@freescale.com\u003e\nCc: Paul Mackerras \u003cpaulus@samba.org\u003e\nCc: Benjamin Herrenschmidt \u003cbenh@kernel.crashing.org\u003e\nCc: \"Antonino A. Daplas\" \u003cadaplas@pol.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "30afcb4bd2762fa4b87b17ada9500aa46dc10b1b",
      "tree": "0920f491a37683a8784c146270b98f82a7e0aa2c",
      "parents": [
        "423bad600443c590f34ed7ce357591f76f48f137"
      ],
      "author": {
        "name": "Jared Hulbert",
        "email": "jaredeh@gmail.com",
        "time": "Mon Apr 28 02:13:02 2008 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Mon Apr 28 08:58:23 2008 -0700"
      },
      "message": "return pfn from direct_access, for XIP\n\nAlter the block device -\u003edirect_access() API to work with the new\nget_xip_mem() API (that requires both kaddr and pfn are returned).\n\nSome architectures will not do the right thing in their virt_to_page() for use\nby XIP (to translate from the kernel virtual address returned by\ndirect_access(), to a user mappable pfn in XIP\u0027s page fault handler.\n\nHowever, we can\u0027t switch it to just return the pfn and not the kaddr, because\nwe have no good way to get a kva from a pfn, and XIP requires the kva for its\nread(2) and write(2) handlers.  So we have to return both.\n\nSigned-off-by: Jared Hulbert \u003cjaredeh@gmail.com\u003e\nSigned-off-by: Nick Piggin \u003cnpiggin@suse.de\u003e\nCc: Carsten Otte \u003ccotte@de.ibm.com\u003e\nCc: Heiko Carstens \u003cheiko.carstens@de.ibm.com\u003e\nCc: linux-mm@kvack.org\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "df40a57ef16219e5dee75238559960b1dd459c65",
      "tree": "45b630d3002a8011ba020f82d396c6cee9a64e3c",
      "parents": [
        "ff114b669b45480688198f28d6aad1a61223335d"
      ],
      "author": {
        "name": "Remi Machet",
        "email": "rmachet@slac.stanford.edu",
        "time": "Tue Apr 22 07:02:56 2008 +1000"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Thu Apr 24 20:57:34 2008 +1000"
      },
      "message": "[POWERPC] Fix mv64x60 early console code to use cell-index property\n\nThe MPSC driver and prpmc2800.dts have been modified to use property\n\u0027cell-index\u0027 as the serial port number, but the early serial console\ndriver for the mv64x60 has not been modified to use this new property.\nThis fixes it.\n\nSigned-off-by: Remi Machet (rmachet@slac.stanford.edu)\nAcked-by: Dale Farnsworth \u003cdale@farnsworth.org\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "ff114b669b45480688198f28d6aad1a61223335d",
      "tree": "cd0df8501355fb3f6dbfe1b290392cf406fdc0bc",
      "parents": [
        "21dbfd291fe704986fab63a129f89ed2de471329"
      ],
      "author": {
        "name": "Remi Machet",
        "email": "rmachet@slac.stanford.edu",
        "time": "Tue Apr 22 04:46:12 2008 +1000"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Thu Apr 24 20:57:34 2008 +1000"
      },
      "message": "[POWERPC] Initialize all mv64x60 devices even if one fails\n\nIf one of the devices of the mv64x60 init fails, the remaining\ndevices are not initialized.\n\nThis changes the code to display an error and continue the\ninitialization.\n\nSigned-off-by: Remi Machet (rmachet@slac.stanford.edu)\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "21dbfd291fe704986fab63a129f89ed2de471329",
      "tree": "c1a498b6e0821573c451a5003c4ce37e06e6e7ec",
      "parents": [
        "839ad62e75ee1968438d1b72261304cd47fc961e"
      ],
      "author": {
        "name": "Remi Machet",
        "email": "rmachet@slac.stanford.edu",
        "time": "Tue Apr 22 03:36:48 2008 +1000"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Thu Apr 24 20:57:34 2008 +1000"
      },
      "message": "[POWERPC] Use default values if necessary in mv64x60 I2C initialization\n\nI2C parameters freq_m and freq_n are assigned defaults in the code,\nbut if properties for those parameters are not found in the open\nfirmware description the init routine returns an error and doesn\u0027t\ncreate the platform device.\n\nThis changes the code so that it doesn\u0027t return an error if the\nproperties are not found but instead uses the default values.\n\nSigned-off-by: Remi Machet (rmachet@slac.stanford.edu)\nAcked-by: Dale Farnsworth \u003cdale@farnsworth.org\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "9a64388d83f6ef08dfff405a9d122e3dbcb6bf38",
      "tree": "a77532ce4d6d56be6c6c7f405cd901a0184250fb",
      "parents": [
        "e80ab411e589e00550e2e6e5a6a02d59cc730357",
        "14b3ca4022f050f8622ed282b734ddf445464583"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Mon Apr 21 15:50:49 2008 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Mon Apr 21 15:50:49 2008 -0700"
      },
      "message": "Merge branch \u0027master\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc\n\n* \u0027master\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc: (202 commits)\n  [POWERPC] Fix compile breakage for 64-bit UP configs\n  [POWERPC] Define copy_siginfo_from_user32\n  [POWERPC] Add compat handler for PTRACE_GETSIGINFO\n  [POWERPC] i2c: Fix build breakage introduced by OF helpers\n  [POWERPC] Optimize fls64() on 64-bit processors\n  [POWERPC] irqtrace support for 64-bit powerpc\n  [POWERPC] Stacktrace support for lockdep\n  [POWERPC] Move stackframe definitions to common header\n  [POWERPC] Fix device-tree locking vs. interrupts\n  [POWERPC] Make pci_bus_to_host()\u0027s struct pci_bus * argument const\n  [POWERPC] Remove unused __max_memory variable\n  [POWERPC] Simplify xics direct/lpar irq_host setup\n  [POWERPC] Use pseries_setup_i8259_cascade() in pseries_mpic_init_IRQ()\n  [POWERPC] Turn xics_setup_8259_cascade() into a generic pseries_setup_i8259_cascade()\n  [POWERPC] Move xics_setup_8259_cascade() into platforms/pseries/setup.c\n  [POWERPC] Use asm-generic/bitops/find.h in bitops.h\n  [POWERPC] 83xx: mpc8315 - fix USB UTMI Host setup\n  [POWERPC] 85xx: Fix the size of qe muram for MPC8568E\n  [POWERPC] 86xx: mpc86xx_hpcn - Temporarily accept old dts node identifier.\n  [POWERPC] 86xx: mark functions static, other minor cleanups\n  ...\n"
    },
    {
      "commit": "1e42198609d73ed1a9adcba2af275c24c2678420",
      "tree": "32fd4d9073bfc0f3909af8f9fb4bcff38951d01a",
      "parents": [
        "794eb6bf20ebf992c040ea831cd3a9c64b0c1f7a",
        "4b119e21d0c66c22e8ca03df05d9de623d0eb50f"
      ],
      "author": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Thu Apr 17 23:56:30 2008 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Thu Apr 17 23:56:30 2008 -0700"
      },
      "message": "Merge branch \u0027master\u0027 of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6\n"
    },
    {
      "commit": "3866409541b1ae87a2e42ee7f483843f1af56917",
      "tree": "ff1a3f4a8f4d9540a8791db22d5b04bc5b7b1482",
      "parents": [
        "9c432797d30ffd10d5510854a0f762dc42903898"
      ],
      "author": {
        "name": "Scott Wood",
        "email": "scottwood@freescale.com",
        "time": "Tue Apr 15 13:52:34 2008 -0500"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Thu Apr 17 01:01:40 2008 -0500"
      },
      "message": "[POWERPC] fsl_soc: Factor fsl_get_sys_freq() out of the wdt and spi inits.\n\nSigned-off-by: Scott Wood \u003cscottwood@freescale.com\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "3dd82a1ea72438a545634b3ef90c53313d2caffa",
      "tree": "3c45e2973499935be638784a64698ef0a3a12196",
      "parents": [
        "632395e19c9268bb15a5022b8e0c6b645a1937d7"
      ],
      "author": {
        "name": "Scott Wood",
        "email": "scottwood@freescale.com",
        "time": "Thu Apr 10 15:45:02 2008 -0500"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Thu Apr 17 01:01:40 2008 -0500"
      },
      "message": "[POWERPC] CPM: Always use new binding.\n\nThe kconfig entry can go away once arch/ppc and references to the config in\ndrivers are removed.\n\nSigned-off-by: Scott Wood \u003cscottwood@freescale.com\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "632395e19c9268bb15a5022b8e0c6b645a1937d7",
      "tree": "df98a01074d0d04dff9c51e25fc06eabb59a02d1",
      "parents": [
        "7f0a6fc81213b957714dfd2a49a28b110283ecc8"
      ],
      "author": {
        "name": "Anton Vorontsov",
        "email": "avorontsov@ru.mvista.com",
        "time": "Tue Mar 11 20:24:50 2008 +0300"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Thu Apr 17 01:01:39 2008 -0500"
      },
      "message": "[POWERPC] QE: fix sparse warnings\n\nSigned-off-by: Anton Vorontsov \u003cavorontsov@ru.mvista.com\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "7f0a6fc81213b957714dfd2a49a28b110283ecc8",
      "tree": "966a4fc8ba3b379f788c66f9a7769641e479609e",
      "parents": [
        "ab1220d5ac69bd3327305c4d367548221f2bc3b4"
      ],
      "author": {
        "name": "Anton Vorontsov",
        "email": "avorontsov@ru.mvista.com",
        "time": "Tue Mar 11 20:24:24 2008 +0300"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Thu Apr 17 01:01:39 2008 -0500"
      },
      "message": "[POWERPC] QE: export qe_get_brg_clk()\n\nqe_get_brg_clk() will be used by the fsl_gtm routines.\n\nSigned-off-by: Anton Vorontsov \u003cavorontsov@ru.mvista.com\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "0b51b02edff2417deff98d8bbf294fa56b765bc6",
      "tree": "709358fd88085a368795b8d7be068073b5b16180",
      "parents": [
        "acaa7aa30a8cdf7276945629f56d6daf30beb157"
      ],
      "author": {
        "name": "Anton Vorontsov",
        "email": "avorontsov@ru.mvista.com",
        "time": "Tue Mar 11 20:24:13 2008 +0300"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Thu Apr 17 01:01:39 2008 -0500"
      },
      "message": "[POWERPC] QE: implement qe_muram_offset\n\nqe_muram_offset is the reverse of the qe_muram_addr, will be\nused for the Freescale QE USB Host Controller driver.\n\nThis patch also moves qe_muram_addr into the qe.h header, plus\nadds __iomem hints to use with sparse.\n\nSigned-off-by: Anton Vorontsov \u003cavorontsov@ru.mvista.com\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "acaa7aa30a8cdf7276945629f56d6daf30beb157",
      "tree": "8fa70d5f1417f3d6f48dbb4ceb671e48ad0f752d",
      "parents": [
        "d4a32fe40a57d1a47d6ec3ebbf3d3153b12baa2c"
      ],
      "author": {
        "name": "Anton Vorontsov",
        "email": "avorontsov@ru.mvista.com",
        "time": "Fri Apr 11 21:03:40 2008 +0400"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Thu Apr 17 01:01:38 2008 -0500"
      },
      "message": "[POWERPC] fsl_lbc: implement few UPM routines\n\nFreescale UPM can be used to adjust localbus timings or to generate\norbitrary, pre-programmed \"patterns\" on the external Localbus signals.\nThis patch implements few routines so drivers could work with UPMs in\nsafe and generic manner.\n\nSo far there is just one user of these routines: Freescale UPM NAND\ndriver.\n\nSigned-off-by: Anton Vorontsov \u003cavorontsov@ru.mvista.com\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "872a15deed2f6c2dc14353a6109adde99cfee690",
      "tree": "8095620d96d1eec45d0e59d541aa18246da2625f",
      "parents": [
        "0585fa5fb74001487e71c9f04875803e1f1174e1"
      ],
      "author": {
        "name": "Laurent Pinchart",
        "email": "laurentp@cse-semaphore.com",
        "time": "Thu Apr 10 17:02:38 2008 +0200"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Thu Apr 17 01:01:37 2008 -0500"
      },
      "message": "[POWERPC] CPM2: Reset the CPM when early debugging is not enabled.\n\nSimilarly to what is done for PQ1-based platforms, this patch resets the\nPQ2 Communication Processor Module in cpm2_reset() when early debugging is\nnot enabled. This helps avoiding conflicts when the boot loader configured\nthe CPM in an unexpected way.\n\nSigned-off-by: Laurent Pinchart \u003claurentp@cse-semaphore.com\u003e\nAcked-by: Scott Wood \u003cscottwood@freescale.com\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "9d9326d3bc0ea9a8bbe40bf3e5e66c7b9858caa0",
      "tree": "51b2ee6bfa87bbd6faac0bc00a787354e1fb72a0",
      "parents": [
        "d080cd6301e107e79c6a0fc654319f8979f70549"
      ],
      "author": {
        "name": "Andy Fleming",
        "email": "afleming@freescale.com",
        "time": "Wed Apr 09 19:38:13 2008 -0500"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@redhat.com",
        "time": "Wed Apr 16 20:09:35 2008 -0400"
      },
      "message": "phy: Change mii_bus id field to a string\n\nHaving the id field be an int was making more complex bus topologies\nexcessively difficult.  For now, just convert it to a string, and\nchange all instances of \"bus-\u003eid \u003d val\" to\nsnprintf(id, MII_BUS_ID_LEN, \"%x\", val).\n\nSigned-off-by: Andy Fleming \u003cafleming@freescale.com\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@redhat.com\u003e\n"
    },
    {
      "commit": "3fbe9d413e503aba71258947bf2e22f6de5ffa41",
      "tree": "a09623f2aacc89519fcc91b349dbca96fbbda5b8",
      "parents": [
        "7f4392cdcc63fea72fc77d14497059267d77d5d0"
      ],
      "author": {
        "name": "Adrian Bunk",
        "email": "bunk@kernel.org",
        "time": "Tue Apr 15 00:19:42 2008 +1000"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Thu Apr 17 07:46:12 2008 +1000"
      },
      "message": "[POWERPC] Add MODULE_LICENSE to powerpc/sysdev/rtc_cmos_setup.c\n\nThis adds the missing MODULE_LICENSE(\"GPL\").\n\nSigned-off-by: Adrian Bunk \u003cbunk@kernel.org\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "c7cd5b98072f7e04a50415b9501793bd905ecc16",
      "tree": "1c0bdbf863dcc4262abebf8dc3a4d7f5218c22b2",
      "parents": [
        "e92716f2aa68cdfbf6ec24d6f31f08b072e1a246",
        "7132799b0e49c48cf119dbe02d20810860d20991"
      ],
      "author": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Thu Apr 17 07:45:35 2008 +1000"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Thu Apr 17 07:45:35 2008 +1000"
      },
      "message": "Merge branch \u0027for-2.6.26\u0027 of master.kernel.org:/pub/scm/linux/kernel/git/olof/pasemi\n"
    },
    {
      "commit": "a0916bd64a0e6636f0161480e04057c89e90c5da",
      "tree": "e69f5a97dfe6de72a4d88b69508fb3048ff1107d",
      "parents": [
        "1791f91bc794b7efc90719268146f582b9f29ead"
      ],
      "author": {
        "name": "Dale Farnsworth",
        "email": "dale@farnsworth.org",
        "time": "Tue Apr 08 08:11:27 2008 +1000"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Tue Apr 15 21:21:24 2008 +1000"
      },
      "message": "[POWERPC] mv643xx_eth: Prepare to support multiple silicon blocks\n\nThe mv643xx_eth driver is being modified to support multiple instances\nof the ethernet silicon block on the same platform.  Each block contains\na single register bank containing the registers for up to three ports\ninterleaved within that bank.  This patch updates the PowerPC OF to\nplatform_device glue code to support multiple silicon blocks, each\nwith up to three ethernet ports.  The main difference is that we now\nallow multiple mv64x60_shared platform_devices to be registered and\nwe provide each port platform_device with a pointer to its associated\nshared platform_device.  The pointer will not be used until the\nmv643xx_eth driver changes are committed.\n\nSigned-off-by: Dale Farnsworth \u003cdale@farnsworth.org\u003e\nAcked-by: Mark Greer \u003cmgreer@mvista.com\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "1791f91bc794b7efc90719268146f582b9f29ead",
      "tree": "4aee1b81ccac9231cec0636dfc0327a4378ede7f",
      "parents": [
        "a05ce88ab3e8a022ee17d89ecf86f6929c89c50e"
      ],
      "author": {
        "name": "Mark A. Greer",
        "email": "mgreer@mvista.com",
        "time": "Tue Apr 08 08:10:34 2008 +1000"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Tue Apr 15 21:21:24 2008 +1000"
      },
      "message": "[POWERPC] prpmc2800: Clean up dts properties\n\nRemove several unused (or software config only) properties.\nRename marvel node to \"system-controller\".  Also, rename the\n\"block-index\" property to \"cell-index\" to conform to current\npractice.\n\nSigned-off-by: Mark A. Greer \u003cmgreer@mvista.com\u003e\nSigned-off-by: Dale Farnsworth \u003cdale@farnsworth.org\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "a1810b44c2d52392cd63e17fc208783cf6be6215",
      "tree": "b2484650448a41aaf16664933b928f8c74fc8edd",
      "parents": [
        "fb9d93de6049922c4d46cc2dc9d2eeec07369e7f"
      ],
      "author": {
        "name": "Mark A. Greer",
        "email": "mgreer@mvista.com",
        "time": "Tue Apr 08 08:09:03 2008 +1000"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Tue Apr 15 21:21:24 2008 +1000"
      },
      "message": "[POWERPC] mv64x60: Fix FDT compatible names: mv64x60 \u003d\u003e mv64360\n\nCompatible names should refer to a specific version of the hardware,\nwithout wildcards.  Change each instance of mv64x60 to mv64360, which\nis the oldest version we currently support.\n\nSigned-off-by: Mark A. Greer \u003cmgreer@mvista.com\u003e\nSigned-off-by: Dale Farnsworth \u003cdale@farnsworth.org\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "ac7c5353b189e10cf5dd27399f64f7b013abffc6",
      "tree": "8222d92b774c256d6ec4399c716d76b3f05ddc4b",
      "parents": [
        "a8f75ea70c58546205fb7673be41455b9da5d9a7",
        "120dd64cacd4fb796bca0acba3665553f1d9ecaa"
      ],
      "author": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Mon Apr 14 21:11:02 2008 +1000"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Mon Apr 14 21:11:02 2008 +1000"
      },
      "message": "Merge branch \u0027linux-2.6\u0027\n"
    },
    {
      "commit": "7132799b0e49c48cf119dbe02d20810860d20991",
      "tree": "bc57047cce9764081582aca08ccb393eee27753b",
      "parents": [
        "f724bf77813d73318bf97dab9626156a0a87c7fc"
      ],
      "author": {
        "name": "Valentine Barshak",
        "email": "vbarshak@ru.mvista.com",
        "time": "Thu Apr 03 23:09:43 2008 +0400"
      },
      "committer": {
        "name": "Olof Johansson",
        "email": "olof@lixom.net",
        "time": "Mon Apr 07 09:16:29 2008 -0500"
      },
      "message": "[POWERPC] kexec: MPIC ack interrupts at mpic_teardown_this_cpu()\n\nWe really need to ack interrupts at mpic_teardown, since\nnot all platforms reset mpic at kernel start-up. For example,\nkexec\u0027ed kernel hangs on P.A. Semi if mpic_eoi() isn\u0027t called.\n\nSigned-off-by: Valentine Barshak \u003cvbarshak@ru.mvista.com\u003e\nSigned-off-by: Olof Johansson \u003colof@lixom.net\u003e\n"
    }
  ],
  "next": "025306f30948836a743eb68a7cbaf4ab0bfb5f47"
}
