)]}'
{
  "log": [
    {
      "commit": "2e341ca686042aa464efa755447e7bcee91d1eb6",
      "tree": "c6b16b6b6a6e871fa04396cb2c7eb759bcad5be3",
      "parents": [
        "927ad551031798d4cba49766549600bbb33872d7",
        "85e184e4c3cd3e2285ceab91ff8f0cac094e8a85"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Wed May 23 13:05:43 2012 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Wed May 23 13:05:43 2012 -0700"
      },
      "message": "Merge tag \u0027sound-3.5\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound\n\nPull sound updates from Takashi Iwai:\n \"This is the first big chunk for 3.5 merges of sound stuff.\n\n  There are a few big changes in different areas.  First off, the\n  streaming logic of USB-audio endpoints has been largely rewritten for\n  the better support of \"implicit feedback\".  If anything about USB got\n  broken, this change has to be checked.\n\n  For HD-audio, the resume procedure was changed; instead of delaying\n  the resume of the hardware until the first use, now waking up\n  immediately at resume.  This is for buggy BIOS.\n\n  For ASoC, dynamic PCM support and the improved support for digital\n  links between off-SoC devices are major framework changes.\n\n  Some highlights are below:\n\n  * HD-audio\n   - Avoid accesses of invalid pin-control bits that may stall the codec\n   - V-ref setup cleanups\n   - Fix the races in power-saving code\n   - Fix the races in codec cache hashes and connection lists\n   - Split some common codes for BIOS auto-parser to hda_auto_parser.c\n   - Changed the PM resume code to wake up immediately for buggy BIOS\n   - Creative SoundCore3D support\n   - Add Conexant CX20751/2/3/4 codec support\n\n  * ASoC\n   - Dynamic PCM support, allowing support for SoCs with internal\n     routing through components with tight sequencing and formatting\n     constraints within their internal paths or where there are multiple\n     components connected with CPU managed DMA controllers inside the\n     SoC.\n   - Greatly improved support for direct digital links between off-SoC\n     devices, providing a much simpler way of connecting things like\n     digital basebands to CODECs.\n   - Much more fine grained and robust locking, cleaning up some of the\n     confusion that crept in with multi-component.\n   - CPU support for nVidia Tegra 30 I2S and audio hub controllers and\n     ST-Ericsson MSP I2S controolers\n   - New CODEC drivers for Cirrus CS42L52, LAPIS Semiconductor ML26124,\n     Texas Instruments LM49453.\n   - Some regmap changes needed by the Tegra I2S driver.\n   - mc13783 audio support.\n\n  * Misc\n   - Rewrite with module_pci_driver()\n   - Xonar DGX support for snd-oxygen\n   - Improvement of packet handling in snd-firewire driver\n   - New USB-endpoint streaming logic\n   - Enhanced M-audio FTU quirks and relevant cleanups\n   - Increment the support of OSS devices to 256\n   - snd-aloop accuracy improvement\n\n  There are a few more pending changes for 3.5, but they will be sent\n  slightly later as partly depending on the changes of DRM.\"\n\nFix up conflicts in regmap (due to duplicate patches, with some further\nupdates then having already come in from the regmap tree).  Also some\nfairly trivial context conflicts in the imx and mcx soc drivers.\n\n* tag \u0027sound-3.5\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound: (280 commits)\n  ALSA: snd-usb: fix stream info output in /proc\n  ALSA: pcm - Add proper state checks to snd_pcm_drain()\n  ALSA: sh: Fix up namespace collision in sh_dac_audio.\n  ALSA: hda/realtek - Fix unused variable compile warning\n  ASoC: sh: fsi: enable chip specific data transfer mode\n  ASoC: sh: fsi: call fsi_hw_startup/shutdown from fsi_dai_trigger()\n  ASoC: sh: fsi: use same format for IN/OUT\n  ASoC: sh: fsi: add fsi_version() and removed meaningless version check\n  ASoC: sh: fsi: use register field macro name on IN/OUT_DMAC\n  ASoC: tegra: Add machine driver for WM8753 codec\n  ALSA: hda - Fix possible races of accesses to connection list array\n  ASoC: OMAP: HDMI: Introduce codec\n  ARM: mx31_3ds: Add sound support\n  ASoC: imx-mc13783 cleanup\n  mx31moboard: Add sound support\n  ASoC: mc13783 codec cleanups\n  ASoC: add imx-mc13783 sound support\n  ASoC: Add mc13783 codec\n  mfd: mc13xxx: add codec platform data\n  ASoC: don\u0027t flip master of DT-instantiated DAI links\n  ...\n"
    },
    {
      "commit": "6f73b3629f774c6cba589b15fd095112b25ca923",
      "tree": "50a60feae71cb5f40078f552b9b08468bc7b29c9",
      "parents": [
        "3a8580f82024e30b31c662aa49346adf7a3bcdb5",
        "2074b1d9d53ae696dd3f49482bad43254f40f01d"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Wed May 23 09:02:42 2012 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Wed May 23 09:02:42 2012 -0700"
      },
      "message": "Merge branch \u0027next\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc\n\nPull powerpc updates from Benjamin Herrenschmidt:\n \"Here are the powerpc goodies for 3.5.  Main highlights are:\n\n   - Support for the NX crypto engine in Power7+\n   - A bunch of Anton goodness, including some micro optimization of our\n     syscall entry on Power7\n   - I converted a pile of our thermal control drivers to the new i2c\n     APIs (essentially turning the old therm_pm72 into a proper set of\n     windfarm drivers).  That\u0027s one more step toward removing the\n     deprecated i2c APIs, there\u0027s still a few drivers to fix, but we are\n     getting close\n   - kexec/kdump support for 47x embedded cores\n\n  The big missing thing here is no updates from Freescale.  Not sure\n  what\u0027s up here, but with Kumar not working for them anymore things are\n  a bit in a state of flux in that area.\"\n\n* \u0027next\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc: (71 commits)\n  powerpc: Fix irq distribution\n  Revert \"powerpc/hw-breakpoint: Use generic hw-breakpoint interfaces for new PPC ptrace flags\"\n  powerpc: Fixing a cputhread code documentation\n  powerpc/crypto: Enable the PFO-based encryption device\n  powerpc/crypto: Build files for the nx device driver\n  powerpc/crypto: debugfs routines and docs for the nx device driver\n  powerpc/crypto: SHA512 hash routines for nx encryption\n  powerpc/crypto: SHA256 hash routines for nx encryption\n  powerpc/crypto: AES-XCBC mode routines for nx encryption\n  powerpc/crypto: AES-GCM mode routines for nx encryption\n  powerpc/crypto: AES-ECB mode routines for nx encryption\n  powerpc/crypto: AES-CTR mode routines for nx encryption\n  powerpc/crypto: AES-CCM mode routines for nx encryption\n  powerpc/crypto: AES-CBC mode routines for nx encryption\n  powerpc/crypto: nx driver code supporting nx encryption\n  powerpc/pseries: Enable the PFO-based RNG accelerator\n  powerpc/pseries/hwrng: PFO-based hwrng driver\n  powerpc/pseries: Add PFO support to the VIO bus\n  powerpc/pseries: Add pseries update notifier for OFDT prop changes\n  powerpc/pseries: Add new hvcall constants to support PFO\n  ...\n"
    },
    {
      "commit": "694caf0255dcab506d1e174c96a65ab65d96e108",
      "tree": "b5bb6facfc517062c319c742b54c4fceffa56c9b",
      "parents": [
        "6cd3209967469f6e89d329deda6bb0b4700e7b62"
      ],
      "author": {
        "name": "Anton Blanchard",
        "email": "anton@samba.org",
        "time": "Wed Apr 18 02:21:52 2012 +0000"
      },
      "committer": {
        "name": "Benjamin Herrenschmidt",
        "email": "benh@kernel.crashing.org",
        "time": "Mon Apr 30 15:37:26 2012 +1000"
      },
      "message": "powerpc: Remove CONFIG_POWER4_ONLY\n\nRemove CONFIG_POWER4_ONLY, the option is badly named and only does two\nthings:\n\n- It wraps the MMU segment table code. With feature fixups there is\n  little downside to compiling this in.\n\n- It uses the newer mtocrf instruction in various assembly functions.\n  Instead of making this a compile option just do it at runtime via\n  a feature fixup.\n\nSigned-off-by: Anton Blanchard \u003canton@samba.org\u003e\nSigned-off-by: Benjamin Herrenschmidt \u003cbenh@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "392d65a9adbe2f09707d2de27110dafb9c8dc08b",
      "tree": "413412af5991cbc6489ecaca5e615bedbd3d0b41",
      "parents": [
        "33b07b8be7f0e1e8e4184e3473d71f174e4b0641"
      ],
      "author": {
        "name": "Robert Richter",
        "email": "robert.richter@amd.com",
        "time": "Thu Apr 05 18:24:44 2012 +0200"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@kernel.org",
        "time": "Thu Apr 26 13:52:52 2012 +0200"
      },
      "message": "perf: Remove PERF_COUNTERS config option\n\nRenaming remaining PERF_COUNTERS options into PERF_EVENTS.\n\nThink we can get rid of PERF_COUNTERS now.\n\nSigned-off-by: Robert Richter \u003crobert.richter@amd.com\u003e\nSigned-off-by: Peter Zijlstra \u003ca.p.zijlstra@chello.nl\u003e\nLink: http://lkml.kernel.org/r/1333643084-26776-5-git-send-email-robert.richter@amd.com\nSigned-off-by: Ingo Molnar \u003cmingo@kernel.org\u003e\n"
    },
    {
      "commit": "3252c8a3d0bf3c6af6ce7c76c40444943cda2943",
      "tree": "833bf81cf486c97700ca733613e3127e2ee08d73",
      "parents": [
        "f02777b4c0047e75b0b6db9a67aa49d29ae57965"
      ],
      "author": {
        "name": "Geoff Levand",
        "email": "geoff@infradead.org",
        "time": "Sat Mar 31 16:47:03 2012 -0700"
      },
      "committer": {
        "name": "Geoff Levand",
        "email": "geoff@infradead.org",
        "time": "Tue Apr 24 18:18:01 2012 -0700"
      },
      "message": "powerpc/ps3: Refresh ps3_defconfig\n\nSigned-off-by: Geoff Levand \u003cgeoff@infradead.org\u003e\n"
    },
    {
      "commit": "1eecb8280b038019f2f914abc01b28caf5d0a168",
      "tree": "7efa7cfc60b64ce50d437342d6457211effbb0ea",
      "parents": [
        "c2f6702d318e43bf841da9c0ba5b6f1695661bbc",
        "0034102808e0dbbf3a2394b82b1bb40b5778de9e"
      ],
      "author": {
        "name": "Mark Brown",
        "email": "broonie@opensource.wolfsonmicro.com",
        "time": "Mon Apr 09 11:53:45 2012 +0100"
      },
      "committer": {
        "name": "Mark Brown",
        "email": "broonie@opensource.wolfsonmicro.com",
        "time": "Mon Apr 09 11:53:45 2012 +0100"
      },
      "message": "Merge tag \u0027v3.4-rc2\u0027 into for-3.5\n\nLinux 3.4-rc2 contains some bug fixes we need, including the addition of\nan export for regcache_sync_region().\n"
    },
    {
      "commit": "e31c6dfa8eb23ec7b3350b95ffe92f5a962d8c6b",
      "tree": "e897997d1844a712391772444817abc12d2bc3d6",
      "parents": [
        "dd775ae2549217d3ae09363e3edb305d0fa19928",
        "fa1b42b45a9c96da77f3ddabf715f49525a87209"
      ],
      "author": {
        "name": "Benjamin Herrenschmidt",
        "email": "benh@kernel.crashing.org",
        "time": "Mon Apr 02 13:57:46 2012 +1000"
      },
      "committer": {
        "name": "Benjamin Herrenschmidt",
        "email": "benh@kernel.crashing.org",
        "time": "Mon Apr 02 13:57:46 2012 +1000"
      },
      "message": "Merge remote-tracking branch \u0027kumar/next\u0027 into merge\n"
    },
    {
      "commit": "a23dc694828e3de96bf18e20459ba885ba91cb29",
      "tree": "26863bf2c6bdac975a369a20fcf6f47176c5cd55",
      "parents": [
        "d61e11260016f3589d60f94286c89ef823a26605"
      ],
      "author": {
        "name": "Shawn Guo",
        "email": "shawn.guo@linaro.org",
        "time": "Fri Mar 16 16:56:38 2012 +0800"
      },
      "committer": {
        "name": "Mark Brown",
        "email": "broonie@opensource.wolfsonmicro.com",
        "time": "Sun Apr 01 11:28:26 2012 +0100"
      },
      "message": "ASoC: imx: merge sound/soc/imx into sound/soc/fsl\n\nFreescale PowerPC and ARM/IMX families share the same SSI IP block.\nThe patch merges sound/soc/imx into sound/soc/fsl, so that the possible\ncode sharing and consolidation can happen.\n\nThis is a plain merge, except that menuconfig SND_POWERPC_SOC is added\nin Kconfig for PowerPC platform as a correspondence to SND_IMX_SOC for\nIMX platform.\n\nSigned-off-by: Shawn Guo \u003cshawn.guo@linaro.org\u003e\nAcked-by: Sascha Hauer \u003cs.hauer@pengutronix.de\u003e\nAcked-by: Timur Tabi \u003ctimur@freescale.com\u003e\nSigned-off-by: Mark Brown \u003cbroonie@opensource.wolfsonmicro.com\u003e\n"
    },
    {
      "commit": "d4886bc670a5ab1b74bd0a87a64344d18af206c3",
      "tree": "9e1b959ad57cff2282874c98f3464fefbbb5ca84",
      "parents": [
        "092b2fb0766e7a0bf2e50d9cdd7d3b6bb5d12e19"
      ],
      "author": {
        "name": "Grant Likely",
        "email": "grant.likely@secretlab.ca",
        "time": "Thu Mar 29 14:31:20 2012 -0600"
      },
      "committer": {
        "name": "Grant Likely",
        "email": "grant.likely@secretlab.ca",
        "time": "Thu Mar 29 14:31:20 2012 -0600"
      },
      "message": "irqdomain/powerpc: updated defconfigs for VIRQ_DEBUG rename\n\nSigned-off-by: Grant Likely \u003cgrant.likely@secretlab.ca\u003e\n"
    },
    {
      "commit": "2a78aeb1078994f6dab0173c2ecf5d9803ef0e8e",
      "tree": "5f22833db7c63f1345d7a9a89d9f1c0d423463dd",
      "parents": [
        "2fc1fc0338d568723b32e2d7a79b644f6137fd00"
      ],
      "author": {
        "name": "Shaveta Leekha",
        "email": "shaveta@freescale.com",
        "time": "Sat Mar 17 14:28:56 2012 +0530"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Thu Mar 29 08:14:13 2012 -0500"
      },
      "message": "powerpc/85xx: Enable I2C_CHARDEV and I2C_MPC options in defconfigs\n\nEnable I2C char dev interface for user space testing of I2C controler.\nEnable the I2C driver on 64-bit builds (corenet64_smp_defconfig) as it\nwas missing.\n\nSigned-off-by: Shaveta Leekha \u003cshaveta@freescale.com\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "4286f84ef6d7f44de1e70b904706bdc3e1f7af01",
      "tree": "1fd5fc121f508525d62b0bdf7cc22f16c18b110d",
      "parents": [
        "2d87e06e7477fa1467e730087b68c2f518c0fff6",
        "e96dde2b5edbc0d385ccced05fb5db68c070b0d4"
      ],
      "author": {
        "name": "Benjamin Herrenschmidt",
        "email": "benh@kernel.crashing.org",
        "time": "Wed Mar 21 10:56:04 2012 +1100"
      },
      "committer": {
        "name": "Benjamin Herrenschmidt",
        "email": "benh@kernel.crashing.org",
        "time": "Wed Mar 21 10:56:04 2012 +1100"
      },
      "message": "Merge remote-tracking branch \u0027kumar/next\u0027 into next\n"
    },
    {
      "commit": "70a3e5a029eed803b3ce27791018db5d27d5787e",
      "tree": "99bf22b2fd38e9c61bb975ea4f0ccbefffab9752",
      "parents": [
        "7eb64c0f25574abeb02b79088258f94ba9339075"
      ],
      "author": {
        "name": "Heiko Schocher",
        "email": "hs@denx.de",
        "time": "Sun Mar 18 23:20:06 2012 +0100"
      },
      "committer": {
        "name": "Benjamin Herrenschmidt",
        "email": "benh@kernel.crashing.org",
        "time": "Wed Mar 21 10:40:28 2012 +1100"
      },
      "message": "powerpc/mpc5200: add options to mpc5200_defconfig\n\nAdd the following options to the mpc5200_defconfig, needed\nfor the a4m072 board support:\n\nCONFIG_AMD_PHY\u003dy\nCONFIG_GPIO_SYSFS\u003dy\nCONFIG_SENSORS_LM87\u003dm\nCONFIG_RTC_DRV_PCF8563\u003dm\n\nSigned-off-by: Heiko Schocher \u003chs@denx.de\u003e\ncc: Wolfgang Denk \u003cwd@denx.de\u003e\nSigned-off-by: Anatolij Gustschin \u003cagust@denx.de\u003e\n"
    },
    {
      "commit": "dd831916250d5d5fb536e44d3101f2c61e49f2a6",
      "tree": "fe55f790a7849905e4f6817f234aa07deb7ef40c",
      "parents": [
        "976af684bb7d2eb9e7dae7ae31d43843f0aa580b"
      ],
      "author": {
        "name": "Heiko Schocher",
        "email": "hs@denx.de",
        "time": "Sat Mar 17 10:30:30 2012 +0100"
      },
      "committer": {
        "name": "Anatolij Gustschin",
        "email": "agust@denx.de",
        "time": "Sun Mar 18 23:59:42 2012 +0100"
      },
      "message": "powerpc/mpc5200: update mpc5200_defconfig to fit for charon board\n\nAdd following options to mpc5200_defconfig:\n\n- CONFIG_MTD_PLATRAM\u003dy\n  (selects CONFIG_MTD_RAM, so this is removed)\n- CONFIG_FIXED_PHY\u003dy\n- CONFIG_SENSORS_LM80\u003dy\n- CONFIG_FB_FOREIGN_ENDIAN\u003dy\n- CONFIG_FB_SM501\u003dm\n- CONFIG_RTC_DRV_DS1374\u003dy\n\nSigned-off-by: Heiko Schocher \u003chs@denx.de\u003e\ncc: Grant Likely \u003cgrant.likely@secretlab.ca\u003e\ncc: Wolfgang Denk \u003cwd@denx.de\u003e\nSigned-off-by: Anatolij Gustschin \u003cagust@denx.de\u003e\n"
    },
    {
      "commit": "0c350a9a5cf01db3875ceb8b01121d8ce6a7f287",
      "tree": "9cba46218f5507eb03f35e607ac55b872a4f8b19",
      "parents": [
        "401a376e94021f2040e6cedd4cc858e0eeec5854"
      ],
      "author": {
        "name": "Timur Tabi",
        "email": "timur@freescale.com",
        "time": "Tue Feb 21 13:53:15 2012 -0600"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Fri Mar 16 14:57:03 2012 -0500"
      },
      "message": "powerpc/85xx: allow CONFIG_PHYS_64BIT to be selectable\n\nRemove the \"select PHYS_64BIT\" from the Kconfig entry for the P1022DS,\nso that large physical address support is a selectable option for non-CoreNet\nreference boards.\n\nThe option is enabled in mpc85xx_[smp_]defconfig so that the default is\nunchanged.  However, now it can be deselected.\n\nThe P1022DS had this option defined because the default device tree for\nthis board uses 36-bit addresses.  This had the side-effect of forcing\nthis option on for all boards that use mpc85xx_[smp_]defconfig.  Some\nusers may want to disable this feature to create an optimized configuration\nfor boards with \u003c\u003d 2GB of RAM.\n\nSigned-off-by: Timur Tabi \u003ctimur@freescale.com\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "e041013ac0df7fc7dea73c9ca73a33ab5b48d155",
      "tree": "223d3cc0558010519456af6caffa0df1fd4cf03f",
      "parents": [
        "44b24b74abc37e3c0f28c8288178056f10074863"
      ],
      "author": {
        "name": "Martyn Welch",
        "email": "martyn.welch@ge.com",
        "time": "Mon Mar 12 17:13:00 2012 +0000"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Fri Mar 16 11:15:48 2012 -0500"
      },
      "message": "powerpc/85xx: Board support for GE IMP3A\n\nInitial board support for the GE IMP3A, a 3U compactPCI card with a p2020\nprocessor.\n\nSigned-off-by: Martyn Welch \u003cmartyn.welch@ge.com\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "6518bb69f463446a1552f52093cc699497f18fe0",
      "tree": "0630ca895b251cf06eb88321fb9502b78bd7aa58",
      "parents": [
        "330bbf485447c0cf127750eb7d68d43a73f59356"
      ],
      "author": {
        "name": "Martyn Welch",
        "email": "martyn.welch@ge.com",
        "time": "Mon Mar 12 17:12:58 2012 +0000"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Fri Mar 16 11:08:08 2012 -0500"
      },
      "message": "gpio: Move GE GPIO driver to reside within GPIO subsystem\n\nThe GE GPIO driver provides basic support (set direction, read/write state)\nfor the GPIO provided on some GE single board computers. This patch moves\nthe driver from the 86xx specific platform directrory to the GPIO subsystem\nso that it can be used on non-86xx boards.\n\nSigned-off-by: Martyn Welch \u003cmartyn.welch@ge.com\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "3d066d77cf464ea1e47808f95243301fd2175a7f",
      "tree": "e090a9b91bab93e67bb9e0641515e6e370ac9982",
      "parents": [
        "fe83364f0bf11fcb20cecbe944a95834632ffffb"
      ],
      "author": {
        "name": "Stephen Rothwell",
        "email": "sfr@canb.auug.org.au",
        "time": "Wed Feb 22 14:10:12 2012 +0000"
      },
      "committer": {
        "name": "Benjamin Herrenschmidt",
        "email": "benh@kernel.crashing.org",
        "time": "Mon Feb 27 11:33:58 2012 +1100"
      },
      "message": "powerpc: remove CONFIG_PPC_ISERIES from the architecture Kconfig files\n\nAfter this, we can remove the legacy iSeries code more easily.\n\nSigned-off-by: Stephen Rothwell \u003csfr@canb.auug.org.au\u003e\nSigned-off-by: Benjamin Herrenschmidt \u003cbenh@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "a1a1d1bfc9be2a5ea8cce78ebd0f17c79489f053",
      "tree": "78a3d679a281096d34c8437e38547d3fcb0e3b2c",
      "parents": [
        "13635dfdc6aa8d2890e02dc441decfcb4ae63e14"
      ],
      "author": {
        "name": "Stephen Rothwell",
        "email": "sfr@canb.auug.org.au",
        "time": "Tue Feb 14 16:31:09 2012 +0000"
      },
      "committer": {
        "name": "Benjamin Herrenschmidt",
        "email": "benh@kernel.crashing.org",
        "time": "Thu Feb 16 16:15:08 2012 +1100"
      },
      "message": "powerpc: Remove legacy iSeries from ppc64_defconfig\n\nSince we are heading towards removing the Legacy iSeries platform, start\nby no longer building it for ppc64_defconfig.\n\nSigned-off-by: Stephen Rothwell \u003csfr@canb.auug.org.au\u003e\nSigned-off-by: Benjamin Herrenschmidt \u003cbenh@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "e4e88f31bcb5f05f24b9ae518d4ecb44e1a7774d",
      "tree": "9eef6998f5bbd1a2c999011d9e0151f00c6e7297",
      "parents": [
        "9753dfe19a85e7e45a34a56f4cb2048bb4f50e27",
        "ef88e3911c0e0301e73fa3b3b2567aabdbe17cc4"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Jan 06 17:58:22 2012 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Jan 06 17:58:22 2012 -0800"
      },
      "message": "Merge branch \u0027next\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc\n\n* \u0027next\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc: (185 commits)\n  powerpc: fix compile error with 85xx/p1010rdb.c\n  powerpc: fix compile error with 85xx/p1023_rds.c\n  powerpc/fsl: add MSI support for the Freescale hypervisor\n  arch/powerpc/sysdev/fsl_rmu.c: introduce missing kfree\n  powerpc/fsl: Add support for Integrated Flash Controller\n  powerpc/fsl: update compatiable on fsl 16550 uart nodes\n  powerpc/85xx: fix PCI and localbus properties in p1022ds.dts\n  powerpc/85xx: re-enable ePAPR byte channel driver in corenet32_smp_defconfig\n  powerpc/fsl: Update defconfigs to enable some standard FSL HW features\n  powerpc: Add TBI PHY node to first MDIO bus\n  sbc834x: put full compat string in board match check\n  powerpc/fsl-pci: Allow 64-bit PCIe devices to DMA to any memory address\n  powerpc: Fix unpaired probe_hcall_entry and probe_hcall_exit\n  offb: Fix setting of the pseudo-palette for \u003e8bpp\n  offb: Add palette hack for qemu \"standard vga\" framebuffer\n  offb: Fix bug in calculating requested vram size\n  powerpc/boot: Change the WARN to INFO for boot wrapper overlap message\n  powerpc/44x: Fix build error on currituck platform\n  powerpc/boot: Change the load address for the wrapper to fit the kernel\n  powerpc/44x: Enable CRASH_DUMP for 440x\n  ...\n\nFix up a trivial conflict in arch/powerpc/include/asm/cputime.h due to\nthe additional sparse-checking code for cputime_t.\n"
    },
    {
      "commit": "3900fad3d32ed3ddfb365657733a93cf46b53240",
      "tree": "7bdc7b6aa4d781b6a4e4fdc87b921af859cb68f4",
      "parents": [
        "389a6c527ece502da7aa3dde4c03e49fcecc45f8"
      ],
      "author": {
        "name": "Timur Tabi",
        "email": "timur@freescale.com",
        "time": "Mon Dec 12 17:25:45 2011 -0600"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Wed Jan 04 15:33:58 2012 -0600"
      },
      "message": "powerpc/85xx: re-enable ePAPR byte channel driver in corenet32_smp_defconfig\n\nCommit 7c4b2f09 (powerpc: Update mpc85xx/corenet 32-bit defconfigs)\naccidentally disabled the ePAPR byte channel driver in the defconfig for\nFreescale CoreNet platforms.\n\nSigned-off-by: Timur Tabi \u003ctimur@freescale.com\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "389a6c527ece502da7aa3dde4c03e49fcecc45f8",
      "tree": "7c6b07fa6960c6d65ac5f6ee002da071a0ee6b43",
      "parents": [
        "220669495bf8b68130a8218607147c7b74c28d2b"
      ],
      "author": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Thu Dec 08 00:55:57 2011 -0600"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Wed Jan 04 15:33:58 2012 -0600"
      },
      "message": "powerpc/fsl: Update defconfigs to enable some standard FSL HW features\n\ncorenet64_smp_defconfig:\n - enabled rapidio\n\ncorenet32_smp_defconfig:\n - enabled hugetlbfs, rapidio\n\nmpc85xx_smp_defconfig:\n - enabled P1010RDB, hugetlbfs, SPI, SDHC, Crypto/CAAM\n\nmpc85xx_smp_defconfig:\n - enabled hugetlbfs, SPI, SDHC, Crypto/CAAM\n\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "0f890c8d205e47f7cb0d381ffba582a170fd4f72",
      "tree": "66d8370622f15636134b83bd19145ce61d8d719c",
      "parents": [
        "3f53638c805f75989f4b4be07efcfd173cdd5e2d"
      ],
      "author": {
        "name": "Suzuki Poulose",
        "email": "suzuki@in.ibm.com",
        "time": "Wed Dec 14 22:57:15 2011 +0000"
      },
      "committer": {
        "name": "Josh Boyer",
        "email": "jwboyer@gmail.com",
        "time": "Tue Dec 20 10:20:19 2011 -0500"
      },
      "message": "powerpc: Rename mapping based RELOCATABLE to DYNAMIC_MEMSTART for BookE\n\nThe current implementation of CONFIG_RELOCATABLE in BookE is based\non mapping the page aligned kernel load address to KERNELBASE. This\napproach however is not enough for platforms, where the TLB page size\nis large (e.g, 256M on 44x). So we are renaming the RELOCATABLE used\ncurrently in BookE to DYNAMIC_MEMSTART to reflect the actual method.\n\nThe CONFIG_RELOCATABLE for PPC32(BookE) based on processing of the\ndynamic relocations will be introduced in the later in the patch series.\n\nThis change would allow the use of the old method of RELOCATABLE for\nplatforms which can afford to enforce the page alignment (platforms with\nsmaller TLB size).\n\nChanges since v3:\n\n* Introduced a new config, NONSTATIC_KERNEL, to denote a kernel which is\n  either a RELOCATABLE or DYNAMIC_MEMSTART(Suggested by: Josh Boyer)\n\nSuggested-by: Scott Wood \u003cscottwood@freescale.com\u003e\nTested-by: Scott Wood \u003cscottwood@freescale.com\u003e\n\nSigned-off-by: Suzuki K. Poulose \u003csuzuki@in.ibm.com\u003e\nCc: Scott Wood \u003cscottwood@freescale.com\u003e\nCc: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\nCc: Josh Boyer \u003cjwboyer@gmail.com\u003e\nCc: Benjamin Herrenschmidt \u003cbenh@kernel.crashing.org\u003e\nCc: linux ppc dev \u003clinuxppc-dev@lists.ozlabs.org\u003e\nSigned-off-by: Josh Boyer \u003cjwboyer@gmail.com\u003e\n"
    },
    {
      "commit": "1e7342e7789fa2ca9202701467428726cbcfd649",
      "tree": "e0ad000924e9875bd2ea17bd0e04382491765a09",
      "parents": [
        "78c5c68a4cf4329d17abfa469345ddf323d4fd62",
        "228d55053397e6d5325ca179c7ffe331de2846d3"
      ],
      "author": {
        "name": "Benjamin Herrenschmidt",
        "email": "benh@kernel.crashing.org",
        "time": "Fri Dec 16 11:24:25 2011 +1100"
      },
      "committer": {
        "name": "Benjamin Herrenschmidt",
        "email": "benh@kernel.crashing.org",
        "time": "Fri Dec 16 11:24:25 2011 +1100"
      },
      "message": "Merge remote-tracking branch \u0027jwb/next\u0027 into next\n\nConflicts:\n\tarch/powerpc/platforms/40x/ppc40x_simple.c\n"
    },
    {
      "commit": "efdad722ef4d69eaaa8335deab0b6f55f52d7e57",
      "tree": "b50381ee7ec4c3616520124101db4a4b6bae669c",
      "parents": [
        "e6f08d37e6641b38b2da4ad40d6ca2cfb616a1dc",
        "987706acf8e3a6e50445c5712e994b937cbdd83c"
      ],
      "author": {
        "name": "Benjamin Herrenschmidt",
        "email": "benh@kernel.crashing.org",
        "time": "Fri Dec 16 11:09:15 2011 +1100"
      },
      "committer": {
        "name": "Benjamin Herrenschmidt",
        "email": "benh@kernel.crashing.org",
        "time": "Fri Dec 16 11:09:15 2011 +1100"
      },
      "message": "Merge branch \u0027ps3\u0027 into next\n"
    },
    {
      "commit": "228d55053397e6d5325ca179c7ffe331de2846d3",
      "tree": "d0157d2ab1113faab5884cb5f26f65cfe8f43a69",
      "parents": [
        "df777bd39a266637d1765d48043493489418e75b"
      ],
      "author": {
        "name": "Tony Breeds",
        "email": "tony@bakeyournoodle.com",
        "time": "Wed Nov 30 21:39:24 2011 +0000"
      },
      "committer": {
        "name": "Josh Boyer",
        "email": "jwboyer@gmail.com",
        "time": "Fri Dec 09 07:51:40 2011 -0500"
      },
      "message": "powerpc/47x: Add support for the new IBM currituck platform\n\nBased on original work by David \u0027Shaggy\u0027 Kleikamp.\n\nSigned-off-by: Tony Breeds \u003ctony@bakeyournoodle.com\u003e\nSigned-off-by: Josh Boyer \u003cjwboyer@gmail.com\u003e\n"
    },
    {
      "commit": "7c637b04fba553897f0de77d185e5263b06df06f",
      "tree": "d95d38ad50ff9fde78f0071b61c29f3988f9dc6e",
      "parents": [
        "120a52c388fb29105fdfd3f27efc776e99f7b50e"
      ],
      "author": {
        "name": "Anton Blanchard",
        "email": "anton@samba.org",
        "time": "Wed Nov 30 00:38:20 2011 +0000"
      },
      "committer": {
        "name": "Benjamin Herrenschmidt",
        "email": "benh@kernel.crashing.org",
        "time": "Thu Dec 08 14:22:54 2011 +1100"
      },
      "message": "powerpc: Enable squashfs as a module\n\nMost distros use it so we may as well enable it and get regular compile\ntesting.\n\nSigned-off-by: Anton Blanchard \u003canton@samba.org\u003e\nSigned-off-by: Benjamin Herrenschmidt \u003cbenh@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "11eab297f57bd6168425ae968e56c314e71b024e",
      "tree": "d28266a447accf2b741e20d1e605e7a045ba9e2d",
      "parents": [
        "faa8bf8878636e40646d307e0516dbadb3b65b4f"
      ],
      "author": {
        "name": "Benjamin Herrenschmidt",
        "email": "benh@kernel.crashing.org",
        "time": "Thu Dec 01 19:35:08 2011 +0000"
      },
      "committer": {
        "name": "Benjamin Herrenschmidt",
        "email": "benh@kernel.crashing.org",
        "time": "Thu Dec 08 14:22:52 2011 +1100"
      },
      "message": "powerpc: Add support for OpenBlockS 600\n\nSo I\u0027ve had one of these for a while and it looks like the vendor never\nbothered submitting the support upstream.\n\nThis adds it using ppc40x_simple and provides a device-tree.\n\nThere are some changes to the boot wrapper because the way u-boot works\non this thing, it seems to expect a multipart image with the kernel,\ninitrd and dtb in it.\n\nThe USB support is missing as it needs the yet unmerged driver for\nthe DWC OTG part and the GPIOs may need further definition in the dts.\n\nSigned-off-by: Benjamin Herrenschmidt \u003cbenh@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "987706acf8e3a6e50445c5712e994b937cbdd83c",
      "tree": "3171a56c71013edcb864b17bb52a1ebd2a01446e",
      "parents": [
        "b9ec60dc35bba431f0913f628bfd590cb4666ff7"
      ],
      "author": {
        "name": "Geoff Levand",
        "email": "geoff@infradead.org",
        "time": "Tue Nov 29 15:38:50 2011 +0000"
      },
      "committer": {
        "name": "Benjamin Herrenschmidt",
        "email": "benh@kernel.crashing.org",
        "time": "Thu Dec 08 14:05:56 2011 +1100"
      },
      "message": "powerpc/ps3: Update ps3_defconfig\n\nRefresh ps3_defconfig to latest kernel sources and\nchange the options:\n\n  CONFIG_PPP\u003dm to CONFIG_PPP\u003dn.\n  CONFIG_NAMESPACES\u003dy to CONFIG_NAMESPACES\u003dn\n  CONFIG_NUMA\u003dy to CONFIG_NUMA\u003dn\n\nSigned-off-by: Geoff Levand \u003cgeoff@infradead.org\u003e\nSigned-off-by: Benjamin Herrenschmidt \u003cbenh@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "1257a765479224e7c16f22218dfba48ffa6e6632",
      "tree": "785879489ddd85047407e5614bc8722702e634b3",
      "parents": [
        "41caebd1230f48430a7363b9c7b0719e3220c612"
      ],
      "author": {
        "name": "Becky Bruce",
        "email": "beckyb@kernel.crashing.org",
        "time": "Mon Oct 10 10:50:48 2011 +0000"
      },
      "committer": {
        "name": "Benjamin Herrenschmidt",
        "email": "benh@kernel.crashing.org",
        "time": "Wed Dec 07 16:26:23 2011 +1100"
      },
      "message": "powerpc: Enable hugetlb by default for corenet64 platforms\n\nSigned-off-by: Becky Bruce \u003cbeckyb@kernel.crashing.org\u003e\nSigned-off-by: Benjamin Herrenschmidt \u003cbenh@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "41caebd1230f48430a7363b9c7b0719e3220c612",
      "tree": "c1b5a1f1b71c983eae95d47cea0b8fa728de7247",
      "parents": [
        "a475c8ecc6b61e7708a468b8171e88ce34d92caf"
      ],
      "author": {
        "name": "Becky Bruce",
        "email": "beckyb@kernel.crashing.org",
        "time": "Mon Oct 10 10:50:46 2011 +0000"
      },
      "committer": {
        "name": "Benjamin Herrenschmidt",
        "email": "benh@kernel.crashing.org",
        "time": "Wed Dec 07 16:26:23 2011 +1100"
      },
      "message": "powerpc: Enable Hugetlb by default for 32-bit 85xx/corenet\n\nSigned-off-by: Becky Bruce \u003cbeckyb@kernel.crashing.org\u003e\nSigned-off-by: Benjamin Herrenschmidt \u003cbenh@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "d5b9ee7b514ee2f3df649fe38d01494ad7a8b956",
      "tree": "04fa113297e8ab58e119a4141ec28de489d8e26c",
      "parents": [
        "fa8cbaaf5a68f62db3f9a8444ecbb940b47984cb"
      ],
      "author": {
        "name": "Tanmay Inamdar",
        "email": "tinamdar@apm.com",
        "time": "Mon Nov 28 21:01:41 2011 +0000"
      },
      "committer": {
        "name": "Josh Boyer",
        "email": "jwboyer@gmail.com",
        "time": "Wed Nov 30 10:02:15 2011 -0500"
      },
      "message": "powerpc/40x: Add APM8018X SOC support\n\nThe AppliedMicro APM8018X embedded processor targets embedded applications that\nrequire low power and a small footprint. It features a PowerPC 405 processor\ncore built in a 65nm low-power CMOS process with a five-stage pipeline executing\nup to one instruction per cycle. The family has 128-kbytes of on-chip memory,\na 128-bit local bus and on-chip DDR2 SDRAM controller with 16-bit interface.\n\nSigned-off-by: Tanmay Inamdar \u003ctinamdar@apm.com\u003e\nSigned-off-by: Josh Boyer \u003cjwboyer@gmail.com\u003e\n"
    },
    {
      "commit": "cc35b6766878e31accc95c3fdae945bdadc73a46",
      "tree": "c692aee3ae3d070d1bd592f4d25d7e3f35b90e0c",
      "parents": [
        "08f6d6abc3eadb88f020075910e6f3a849e56690"
      ],
      "author": {
        "name": "Jimi Xenidis",
        "email": "jimix@pobox.com",
        "time": "Fri Sep 30 04:26:13 2011 +0000"
      },
      "committer": {
        "name": "Benjamin Herrenschmidt",
        "email": "benh@kernel.crashing.org",
        "time": "Fri Nov 25 14:11:29 2011 +1100"
      },
      "message": "powerpc/book3e: Add Chroma as a new WSP/PowerEN platform.\n\nThis patch add the Chroma platform to WSP/PowerEN, which is a PCIe\ncard (a defconfig is included).\n\nThe card includes an H8 service processor that is used to manage the\ncard.  The H8 is connected over the second serial UART on the PowerEN\nchip so this patch includes a simple 16550 driver to enable\ncommunication, mostly for \"power off\" and \"rebooting\".\n\nThis patch also includes a, WSP specific, \"halt\" method that will shut\nof all A2 cores but still leave power on at the chip level.  This is\ndesirable, especially if you wish to interrogate the chip with a\nhardware probe after the halt.\n\nSigned-off-by: Jimi Xenidis \u003cjimix@pobox.com\u003e\nSigned-off-by: Benjamin Herrenschmidt \u003cbenh@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "49e44064d7e3f24f874a51dd513b83ef9994aa8a",
      "tree": "8e2c804d38d1554bf7f2e4be3cbf192262e6c424",
      "parents": [
        "13020be8be2d5843c3810169cdbcc51f07ff020f"
      ],
      "author": {
        "name": "Tony Breeds",
        "email": "tony@bakeyournoodle.com",
        "time": "Tue Nov 22 13:50:46 2011 +0000"
      },
      "committer": {
        "name": "Benjamin Herrenschmidt",
        "email": "benh@kernel.crashing.org",
        "time": "Fri Nov 25 10:06:00 2011 +1100"
      },
      "message": "powerpc/44x: Add mtd ndfc to the ppx44x defconfig\n\nSigned-off-by: Tony Breeds \u003ctony@bakeyournoodle.com\u003e\nAcked-by: Josh Boyer \u003cjwboyer@gmail.com\u003e\nSigned-off-by: Benjamin Herrenschmidt \u003cbenh@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "f81f5e14de1203b9389aad383aa3f7b2a221efdd",
      "tree": "5f5b17f22eb6f1a3be65d16ff2b9f68b9a9e745f",
      "parents": [
        "9fce85f7ff94f1a877c15ad3d6ffbaed4b5cd1a6",
        "6ecc07b966977bb0855db1fa52d233c39fb3cafb"
      ],
      "author": {
        "name": "Benjamin Herrenschmidt",
        "email": "benh@kernel.crashing.org",
        "time": "Tue Nov 08 14:53:55 2011 +1100"
      },
      "committer": {
        "name": "Benjamin Herrenschmidt",
        "email": "benh@kernel.crashing.org",
        "time": "Tue Nov 08 14:53:55 2011 +1100"
      },
      "message": "Merge remote-tracking branch \u0027agust/next\u0027 into merge\n"
    },
    {
      "commit": "88cf11b4cca8ee0044d0a10ce100d8c0012b2c5e",
      "tree": "3416d354876a354749dabf0591c329f9a3b9dd6f",
      "parents": [
        "ad61d64e263228a418fe25809a23d5107cf778a0"
      ],
      "author": {
        "name": "Michael Neuling",
        "email": "mikey@neuling.org",
        "time": "Mon Nov 07 14:49:13 2011 +0000"
      },
      "committer": {
        "name": "Benjamin Herrenschmidt",
        "email": "benh@kernel.crashing.org",
        "time": "Tue Nov 08 14:51:03 2011 +1100"
      },
      "message": "powerpc: Add KVM as module to defconfigs\n\nAdd HV mode KVM to Book3 server 64bit defconfigs as a module.\n\nDoesn\u0027t add much to the size:\n   text\t   data\t    bss\t     dec\t    hex\tfilename\n8244109\t4686767\t 994000\t13924876\t d47a0c\tvmlinux.vanilla\n8256092 4691607  994128 13941827         d4bc43 vmlinux.kvm\n\nThis should enable more testing of this configuration.\n\nSigned-off-by: Michael Neuling \u003cmikey@neuling.org\u003e\nSigned-off-by: Benjamin Herrenschmidt \u003cbenh@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "1197ab2942f920f261952de0c392ac749a35796b",
      "tree": "4922ccc8a6061e5ece6ac7420001f3bf4524ea92",
      "parents": [
        "ec773e99ab4abce07b1ae23117179c2861831964",
        "96cc017c5b7ec095ef047d3c1952b6b6bbf98943"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Sun Nov 06 17:12:03 2011 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Sun Nov 06 17:12:03 2011 -0800"
      },
      "message": "Merge branch \u0027next\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc\n\n* \u0027next\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc: (106 commits)\n  powerpc/p3060qds: Add support for P3060QDS board\n  powerpc/83xx: Add shutdown request support to MCU handling on MPC8349 MITX\n  powerpc/85xx: Make kexec to interate over online cpus\n  powerpc/fsl_booke: Fix comment in head_fsl_booke.S\n  powerpc/85xx: issue 15 EOI after core reset for FSL CoreNet devices\n  powerpc/8xxx: Fix interrupt handling in MPC8xxx GPIO driver\n  powerpc/85xx: Add \u0027fsl,pq3-gpio\u0027 compatiable for GPIO driver\n  powerpc/86xx: Correct Gianfar support for GE boards\n  powerpc/cpm: Clear muram before it is in use.\n  drivers/virt: add ioctl for 32-bit compat on 64-bit to fsl-hv-manager\n  powerpc/fsl_msi: add support for \"msi-address-64\" property\n  powerpc/85xx: Setup secondary cores PIR with hard SMP id\n  powerpc/fsl-booke: Fix settlbcam for 64-bit\n  powerpc/85xx: Adding DCSR node to dtsi device trees\n  powerpc/85xx: clean up FPGA device tree nodes for Freecsale QorIQ boards\n  powerpc/85xx: fix PHYS_64BIT selection for P1022DS\n  powerpc/fsl-booke: Fix setup_initial_memory_limit to not blindly map\n  powerpc: respect mem\u003d setting for early memory limit setup\n  powerpc: Update corenet64_smp_defconfig\n  powerpc: Update mpc85xx/corenet 32-bit defconfigs\n  ...\n\nFix up trivial conflicts in:\n - arch/powerpc/configs/40x/hcu4_defconfig\n\tremoved stale file, edited elsewhere\n - arch/powerpc/include/asm/udbg.h, arch/powerpc/kernel/udbg.c:\n\tadded opal and gelic drivers vs added ePAPR driver\n - drivers/tty/serial/8250.c\n\tmoved UPIO_TSI to powerpc vs removed UPIO_DWAPB support\n"
    },
    {
      "commit": "96cc017c5b7ec095ef047d3c1952b6b6bbf98943",
      "tree": "74f124225552f072152c54ed0241038818b422ee",
      "parents": [
        "6ca6ca5d813845533bcaaaeb2ca59d0805a028ca"
      ],
      "author": {
        "name": "Shengzhou Liu",
        "email": "Shengzhou.Liu@freescale.com",
        "time": "Fri Aug 26 11:18:21 2011 +0800"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Thu Nov 03 13:20:47 2011 -0500"
      },
      "message": "powerpc/p3060qds: Add support for P3060QDS board\n\nThe P3060QDS is a Freescale reference board that hosts the six-core P3060 SOC.\nThe P3060 Processor combines six e500mc Power Architecture processor cores with\nhigh-performance datapath acceleration architecture(DPAA), CoreNet fabric\ninfrastructure, as well as network and peripheral interfaces.\n\nP3060QDS Board Overview:\nMemory subsystem:\n  - 2G Bytes unbuffered DDR3 SDRAM SO-DIMM(64bit bus)\n  - 128M Bytes NOR flash single-chip memory\n  - 16M Bytes SPI flash\n  - 8K Bytes AT24C64 I2C EEPROM\nEthernet:\n  - 4x1G + 4x1G/2.5G Ethernet controllers\n  - 2xRGMII + 1xMII, three VSC8641 PHYs on board\n  - Suport multiple Vitesse VSC8234 SGMII Cards in Slot1/2/3\nPCIe: Two PCI Express 2.0 controllers/ports\nUSB:  Two USB2.0, USB1(TYPE-A) and USB2(TYPE-AB) on board\nI2C:  Four I2C controllers\nUART: Supports up to four UARTs\nRapidIO: Supports two serial RapidIO ports\n\nSigned-off-by: Shengzhou Liu \u003cShengzhou.Liu@freescale.com\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "5c4a5b8de65d08a436d112307204542a4d559ee2",
      "tree": "2dd9e9bc6bb7ba93ee92ec2a8ae96264fd1405bc",
      "parents": [
        "7c4b2f099f9b9c3580a3b606aff1fe13218fce48"
      ],
      "author": {
        "name": "Becky Bruce",
        "email": "beckyb@kernel.crashing.org",
        "time": "Mon Oct 10 15:50:47 2011 -0500"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Tue Oct 11 23:28:40 2011 -0500"
      },
      "message": "powerpc: Update corenet64_smp_defconfig\n\nUpdates from make savedefconfig.\n\nSigned-off-by: Becky Bruce \u003cbeckyb@kernel.crashing.org\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "7c4b2f099f9b9c3580a3b606aff1fe13218fce48",
      "tree": "c66e30c0a942753c4c27f57d3f547e57d53ad296",
      "parents": [
        "de423ff5b0b50746616dfacbd67a2290ed70b590"
      ],
      "author": {
        "name": "Becky Bruce",
        "email": "beckyb@kernel.crashing.org",
        "time": "Mon Oct 10 15:50:45 2011 -0500"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Tue Oct 11 23:28:38 2011 -0500"
      },
      "message": "powerpc: Update mpc85xx/corenet 32-bit defconfigs\n\nResults from updates via make savedefconfig.\n\nSigned-off-by: Becky Bruce \u003cbeckyb@kernel.crashing.org\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "2a05e333c2cee711c828d79300010b721c81574f",
      "tree": "c4a57727c6cc35f9e16a7abbcc3006da53822efa",
      "parents": [
        "37caf9f2a1b99d11ba71e17168d221da9ca13f24"
      ],
      "author": {
        "name": "Holger Brunck",
        "email": "holger.brunck@keymile.com",
        "time": "Tue Sep 27 09:44:50 2011 +0200"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Tue Oct 11 16:18:41 2011 -0500"
      },
      "message": "powerpc/82xx: updates for mgcoge\n\nAdd:\n - Setup dts node for USB\n - pin description and setup for SMC1 (serial interface)\n\nUpdate and cleanup mgcoge_defconfig:\n- enable: TIPC, UBIFS, USB_GADGET driver, SQUASHFS, HIGHRES timers\n          POSIX_MQUEUE, EMBEDDED\n- disable: EXT3, PPC_PMAC\n\nSigned-off-by: Holger Brunck \u003cholger.brunck@keymile.com\u003e\nAcked-by: Heiko Schocher \u003chs@denx.de\u003e\ncc: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "d31337657ba931253e6dd8c5b1e856c121e41bf8",
      "tree": "e6266ce52fc3bae92f9088ec5a25571b749507c1",
      "parents": [
        "d70cb31de8b33f19a381132ffb69cf99d45b48e6"
      ],
      "author": {
        "name": "Mingkai Hu",
        "email": "Mingkai.hu@freescale.com",
        "time": "Fri Aug 26 18:45:03 2011 +0800"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Thu Oct 06 23:32:57 2011 -0500"
      },
      "message": "powerpc/85xx: Rename p2040_rdb.c to p2041_rdb.c\n\nThere\u0027s only p2041rdb board for official release, but the p2041 silicon\non the board can be converted to p2040 silicon without XAUI and L2 cache\nfunction, then the board becomes p2040rdb board. so we use the file name\np2041_rdb.c to handle P2040RDB board and P2041RDB board which is also\nconsistent with the board name under U-Boot.\n\nDuring the rename we make few other minor changes to the device tree:\n* Move USB phy setting into p2041si.dtsi as its SoC not board defined\n* Convert PCI clock-frequency to decimal to be more readable\n\nSigned-off-by: Mingkai Hu \u003cMingkai.hu@freescale.com\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "6ecc07b966977bb0855db1fa52d233c39fb3cafb",
      "tree": "e7277b4cd3bf27d0d9bc73d5813554a937b2bd1f",
      "parents": [
        "2cafbb37a135945ecc07d17f3484ed0dea1aa8b1"
      ],
      "author": {
        "name": "Heiko Schocher",
        "email": "hs@denx.de",
        "time": "Tue Mar 22 09:27:32 2011 +0100"
      },
      "committer": {
        "name": "Anatolij Gustschin",
        "email": "agust@denx.de",
        "time": "Thu Sep 29 15:36:33 2011 +0200"
      },
      "message": "powerpc, tqm5200: update tqm5200_defconfig to fit for charon board.\n\nadded:\n\nCONFIG_MTD_OF_PARTS\nCONFIG_MTD_PLATRAM\nCONFIG_FIXED_PHY\nCONFIG_SENSORS_LM80\nCONFIG_MFD_SM501\nCONFIG_FB\nCONFIG_FB_FOREIGN_ENDIAN\nCONFIG_FB_SM501\nCONFIG_FRAMEBUFFER_CONSOLE\nCONFIG_RTC_DRV_DS1374\n\nSigned-off-by: Heiko Schocher \u003chs@denx.de\u003e\nSigned-off-by: Grant Likely \u003cgrant.likely@secretlab.ca\u003e\nSigned-off-by: Anatolij Gustschin \u003cagust@denx.de\u003e\n"
    },
    {
      "commit": "7b72c9f8750e32b3b08fab1bfef43350866ae8d1",
      "tree": "4da2429845fe3efcc842ad118bfec4475f4ff26a",
      "parents": [
        "c68308dd50c3827a4ce77a1d70e0eb2d2521cafd"
      ],
      "author": {
        "name": "Wolfram Sang",
        "email": "w.sang@pengutronix.de",
        "time": "Wed Sep 21 12:49:21 2011 +0200"
      },
      "committer": {
        "name": "Anatolij Gustschin",
        "email": "agust@denx.de",
        "time": "Fri Sep 23 00:20:07 2011 +0200"
      },
      "message": "powerpc: update 512x-defconfig\n\nActivate all MPC512x related boards. Also enable GPIO-driver, SPI driver\nand at25 to test SPI. Enable DEVTMPFS. Bump to 3.1-rc6.\n\nSigned-off-by: Wolfram Sang \u003cw.sang@pengutronix.de\u003e\nCc: Anatolij Gustschin \u003cagust@denx.de\u003e\nCc: Benjamin Herrenschmidt \u003cbenh@kernel.crashing.org\u003e\nSigned-off-by: Anatolij Gustschin \u003cagust@denx.de\u003e\n"
    },
    {
      "commit": "c68308dd50c3827a4ce77a1d70e0eb2d2521cafd",
      "tree": "da838e0c576ebbf7583ee485c7366b6380b13663",
      "parents": [
        "40dc7e8b4ac5cdfcf13e3d80b71240f90ceb1f5b"
      ],
      "author": {
        "name": "Wolfram Sang",
        "email": "w.sang@pengutronix.de",
        "time": "Wed Sep 21 12:49:20 2011 +0200"
      },
      "committer": {
        "name": "Anatolij Gustschin",
        "email": "agust@denx.de",
        "time": "Fri Sep 23 00:14:15 2011 +0200"
      },
      "message": "gpio: move mpc8xxx/512x gpio driver to drivers/gpio\n\nMove the driver to the place where it is expected to be nowadays. Also\nrename its CONFIG-name to match the rest and adapt the defconfigs.\nFinally, move selection of REQUIRE_GPIOLIB or WANTS_OPTIONAL_GPIOLIB to\nthe platforms, because this option is per-platform and not per-driver.\n\nSigned-off-by: Wolfram Sang \u003cw.sang@pengutronix.de\u003e\nCc: Anatolij Gustschin \u003cagust@denx.de\u003e\nCc: Grant Likely \u003cgrant.likely@secretlab.ca\u003e\nCc: Benjamin Herrenschmidt \u003cbenh@kernel.crashing.org\u003e\nAcked-by: Grant Likely \u003cgrant.likely@secretlab.ca\u003e\nSigned-off-by: Anatolij Gustschin \u003cagust@denx.de\u003e\n"
    },
    {
      "commit": "40dc7e8b4ac5cdfcf13e3d80b71240f90ceb1f5b",
      "tree": "e6bd49cf2c83540934d4122cde59539c61f2168d",
      "parents": [
        "5d9e6ac84363f28a7461e4afe4b7f24f4824a233"
      ],
      "author": {
        "name": "Timur Tabi",
        "email": "timur@freescale.com",
        "time": "Thu Sep 01 17:31:22 2011 -0500"
      },
      "committer": {
        "name": "Anatolij Gustschin",
        "email": "agust@denx.de",
        "time": "Thu Sep 22 23:24:06 2011 +0200"
      },
      "message": "powerpc/5200: enable audio in the defconfig\n\nAudio support for the MPC5200 exists, so enable it by default.\n\nSigned-off-by: Timur Tabi \u003ctimur@freescale.com\u003e\nAcked-by: Wolfram Sang \u003cw.sang@pengutronix.de\u003e\nSigned-off-by: Anatolij Gustschin \u003cagust@denx.de\u003e\n"
    },
    {
      "commit": "8decf868790b48a727d7e7ca164f2bcd3c1389c0",
      "tree": "b759a5f861f842af7ea76f9011b579d06e9d5508",
      "parents": [
        "3fc72370186be2f9d4d6ef06d99e1caa5d92c564",
        "d93dc5c4478c1fd5de85a3e8aece9aad7bbae044"
      ],
      "author": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Thu Sep 22 03:23:13 2011 -0400"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Thu Sep 22 03:23:13 2011 -0400"
      },
      "message": "Merge branch \u0027master\u0027 of github.com:davem330/net\n\nConflicts:\n\tMAINTAINERS\n\tdrivers/net/Kconfig\n\tdrivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c\n\tdrivers/net/ethernet/broadcom/tg3.c\n\tdrivers/net/wireless/iwlwifi/iwl-pci.c\n\tdrivers/net/wireless/iwlwifi/iwl-trans-tx-pcie.c\n\tdrivers/net/wireless/rt2x00/rt2800usb.c\n\tdrivers/net/wireless/wl12xx/main.c\n"
    },
    {
      "commit": "1cce058b29e7eb8a71a72d8bb87eb7b4e0401c22",
      "tree": "493477b7a19606c66de2f003bca83672f2164cad",
      "parents": [
        "c26afe9e8591f306d79aab8071f1d34e4f60b700",
        "9d037a777695993ec7437e5f451647dea7919d4c"
      ],
      "author": {
        "name": "Benjamin Herrenschmidt",
        "email": "benh@kernel.crashing.org",
        "time": "Tue Sep 20 13:51:04 2011 +1000"
      },
      "committer": {
        "name": "Benjamin Herrenschmidt",
        "email": "benh@kernel.crashing.org",
        "time": "Tue Sep 20 15:52:38 2011 +1000"
      },
      "message": "Merge remote-tracking branch \u0027origin/master\u0027 into next\n\n(Merge in order to get the PCIe mps/mrss code fixes)\n"
    },
    {
      "commit": "e09e2fb51385fe6f9beca0a27ae6f1299097bbcd",
      "tree": "9bb7e6a82f2a5b0000232f9f944f6b0b5cb99e53",
      "parents": [
        "39c428f753fc9514e5042d4ec736f80065e6c3a7"
      ],
      "author": {
        "name": "Kim Phillips",
        "email": "kim.phillips@freescale.com",
        "time": "Fri Jul 22 15:48:08 2011 -0500"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Tue Aug 30 21:27:30 2011 -0500"
      },
      "message": "powerpc/85xx: enable caam crypto driver by default\n\ncorenet based SoCs have SEC4 h/w, so enable the SEC4 driver,\ncaam, and the algorithms it supports, and disable the\nSEC2/3 driver, talitos.\n\nSigned-off-by: Kim Phillips \u003ckim.phillips@freescale.com\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "39c428f753fc9514e5042d4ec736f80065e6c3a7",
      "tree": "df78278b2102f195b417d6315090c0eca9c42159",
      "parents": [
        "c6a389f123b9f68d605bb7e0f9b32ec1e3e14132"
      ],
      "author": {
        "name": "Timur Tabi",
        "email": "timur@freescale.com",
        "time": "Tue Aug 16 18:44:39 2011 -0400"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Tue Aug 30 21:27:29 2011 -0500"
      },
      "message": "powerpc/85xx: enable the audio drivers in the defconfigs\n\nEnable the audio drivers in the non-corenet 85xx defconfigs so that audio\nis enabled on the Freescale P1022DS reference board.\n\nSigned-off-by: Timur Tabi \u003ctimur@freescale.com\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "3b3bceef26f8273b1f51c503e9485a35b8326417",
      "tree": "6cf64c541343d0c50470002516f254d4ced63a85",
      "parents": [
        "e88db79b0131b2067bee2e866fd7021fc5af84be"
      ],
      "author": {
        "name": "Tony Breeds",
        "email": "tony@bakeyournoodle.com",
        "time": "Thu Aug 18 21:33:49 2011 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Thu Aug 18 21:33:49 2011 -0700"
      },
      "message": "net: fix IBM EMAC driver after rename.\n\nIn commit 9aa3283595451ca093500ff0977b106e1f465586 (ehea/ibm*: Move the\nIBM drivers) the IBM_NEW_EMAC* were renames to IBM_EMAC*\n\nThe conversion was incomplete so that even if the driver was added to\nthe .config it wasn\u0027t built, but there were no errors).  In this commit\nwe also update the various defconfigs that use EMAC to use the new\nKconfig symbol, and explicitly add the NET_VENDOR_IBM guard.\n\nWe do not explicitly select the Kconfig dependencies, as this would force\nEMAC on.  Doing it in the defconfig allows more flexibility.\n\nTested on a canyondlands board.\n\nSigned-off-by: Tony Breeds \u003ctony@bakeyournoodle.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "9fcd768d0cc88b41ea459e25d2db12d3e25fa9dd",
      "tree": "11dc2a39276a8622da34f9774638014d5c8dbbde",
      "parents": [
        "e57b708beaf1bc14031cb9749b574c9aa1f6188f"
      ],
      "author": {
        "name": "Josh Boyer",
        "email": "jwboyer@gmail.com",
        "time": "Thu Aug 11 13:53:44 2011 -0400"
      },
      "committer": {
        "name": "Josh Boyer",
        "email": "jwboyer@gmail.com",
        "time": "Thu Aug 11 13:56:43 2011 -0400"
      },
      "message": "powerpc/40x: Remove obsolete HCU4 board\n\nThe HCU4 board is unmaintained.  Remove it.\n\nSigned-off-by: Niklaus Giger \u003cniklaus.giger@member.fsf.org\u003e\nSigned-off-by: Josh Boyer \u003cjwboyer@gmail.com\u003e\n"
    },
    {
      "commit": "4b575f3e8aba07688fc48025efde41036e5d5eee",
      "tree": "4bbccce83e80af179500be45f9e8080315f5e32e",
      "parents": [
        "f7723f0eaf53d51ee54374116b25ac33e0be8542",
        "a8e616b9a41212655042f59c969f30bb7de1ec73"
      ],
      "author": {
        "name": "Benjamin Herrenschmidt",
        "email": "benh@kernel.crashing.org",
        "time": "Fri Jul 22 13:16:41 2011 +1000"
      },
      "committer": {
        "name": "Benjamin Herrenschmidt",
        "email": "benh@kernel.crashing.org",
        "time": "Fri Jul 22 13:16:41 2011 +1000"
      },
      "message": "Merge remote-tracking branch \u0027jwb/next\u0027 into next\n"
    },
    {
      "commit": "7a0200f66b0b9ad7c4eb8d3f4d3ebdf3c89a55cc",
      "tree": "c2a8f7e6b36907651f4bffd4c1dd61202d7a8839",
      "parents": [
        "b260281cd1d45f8eb90f5821f26d87c5aee0d989"
      ],
      "author": {
        "name": "Anton Blanchard",
        "email": "anton@samba.org",
        "time": "Wed Jul 06 13:13:17 2011 +0000"
      },
      "committer": {
        "name": "Benjamin Herrenschmidt",
        "email": "benh@kernel.crashing.org",
        "time": "Tue Jul 19 15:13:06 2011 +1000"
      },
      "message": "powerpc: Enable lockup and hung task detectors in pseries and ppc64 defeconfigs\n\nAs a result of changes to Kconfig files, we no longer enable\nthe lockup and hung task detectors. Both are very light weight\nand provide useful information in the event of a hang, so\nreenable them.\n\nSigned-off-by: Anton Blanchard \u003canton@samba.org\u003e\nSigned-off-by: Benjamin Herrenschmidt \u003cbenh@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "b260281cd1d45f8eb90f5821f26d87c5aee0d989",
      "tree": "1e52d467436e296e5dbe57579c9f84d4dd7acdc2",
      "parents": [
        "241590c35fc08230f80dde82920dae0f2f3d6d41"
      ],
      "author": {
        "name": "Anton Blanchard",
        "email": "anton@samba.org",
        "time": "Wed Jul 06 13:13:16 2011 +0000"
      },
      "committer": {
        "name": "Benjamin Herrenschmidt",
        "email": "benh@kernel.crashing.org",
        "time": "Tue Jul 19 15:13:06 2011 +1000"
      },
      "message": "powerpc: Add mpt2sas driver to pseries and ppc64 defconfig\n\nAdd mpt2sas driver to pseries and ppc64 defconfig.\n\nSigned-off-by: Anton Blanchard \u003canton@samba.org\u003e\nSigned-off-by: Benjamin Herrenschmidt \u003cbenh@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "241590c35fc08230f80dde82920dae0f2f3d6d41",
      "tree": "6a37bac9cceb11fe3d7e588be13d7eefe205ce87",
      "parents": [
        "29cd9913942a56cce612e0821fec976f29bc1e9b"
      ],
      "author": {
        "name": "Anton Blanchard",
        "email": "anton@samba.org",
        "time": "Wed Jul 06 13:13:15 2011 +0000"
      },
      "committer": {
        "name": "Benjamin Herrenschmidt",
        "email": "benh@kernel.crashing.org",
        "time": "Tue Jul 19 15:13:06 2011 +1000"
      },
      "message": "powerpc: Disable IRQs off tracer in ppc64 defconfig\n\nThe IRQs off tracer enables mcount which has a big impact on\nperformance. Disable it.\n\nSigned-off-by: Anton Blanchard \u003canton@samba.org\u003e\nSigned-off-by: Benjamin Herrenschmidt \u003cbenh@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "29cd9913942a56cce612e0821fec976f29bc1e9b",
      "tree": "2665b337c0408f142e013b7837782f35e756a999",
      "parents": [
        "51d33021425e1f905beb4208823146f2fb6517da"
      ],
      "author": {
        "name": "Anton Blanchard",
        "email": "anton@samba.org",
        "time": "Wed Jul 06 13:13:14 2011 +0000"
      },
      "committer": {
        "name": "Benjamin Herrenschmidt",
        "email": "benh@kernel.crashing.org",
        "time": "Tue Jul 19 15:13:06 2011 +1000"
      },
      "message": "powerpc: Sync pseries and ppc64 defconfigs\n\nThe pseries defconfig had a number of drivers enabled and we may\nas well add them to the ppc64 defconfig.\n\nSigned-off-by: Anton Blanchard \u003canton@samba.org\u003e\nSigned-off-by: Benjamin Herrenschmidt \u003cbenh@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "9661534d6ad75f881d8bbeb73dd7372f41cbad99",
      "tree": "d5614734cd9bbc6484eaf05996ee4dd2ef350873",
      "parents": [
        "3052091c67faee59fd12570e9f36971950b25216"
      ],
      "author": {
        "name": "Dave Kleikamp",
        "email": "shaggy@linux.vnet.ibm.com",
        "time": "Mon Jul 04 18:36:57 2011 +0000"
      },
      "committer": {
        "name": "Josh Boyer",
        "email": "jwboyer@linux.vnet.ibm.com",
        "time": "Tue Jul 12 10:34:24 2011 -0400"
      },
      "message": "powerpc/47x: allow kernel to be loaded in higher physical memory\n\nThe 44x code (which is shared by 47x) assumes the available physical memory\nbegins at 0x00000000.  This is not necessarily the case in an AMP\nenvironment.\n\nSupport CONFIG_RELOCATABLE for 476 in order to allow the kernel to be\nloaded into a higher memory range.\n\nSigned-off-by: Tony Breeds \u003ctony@bakeyournoodle.com\u003e\nSigned-off-by: Dave Kleikamp \u003cshaggy@linux.vnet.ibm.com\u003e\nCc: Benjamin Herrenschmidt \u003cbenh@kernel.crashing.org\u003e\nCc: Josh Boyer \u003cjwboyer@linux.vnet.ibm.com\u003e\nCc: linuxppc-dev@lists.ozlabs.org\nSigned-off-by: Josh Boyer \u003cjwboyer@linux.vnet.ibm.com\u003e\n"
    },
    {
      "commit": "3fce1c0ba2b35b68135d8d8a3438f8c8272a01d8",
      "tree": "5218391b3566c3eb842a67807a2d8b442999f70b",
      "parents": [
        "59f8df290acb6d279a690733a67b3902766999f3"
      ],
      "author": {
        "name": "Mingkai Hu",
        "email": "Mingkai.hu@freescale.com",
        "time": "Tue Jun 28 15:52:34 2011 +0800"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Fri Jul 08 00:21:32 2011 -0500"
      },
      "message": "powerpc/85xx: Add p2040 RDB board support\n\nP2040RDB Specification:\n-----------------------\n2Gbyte unbuffered DDR3 SDRAM SO-DIMM(64bit bus)\n128 Mbyte NOR flash single-chip memory\n256 Kbit M24256 I2C EEPROM\n16 Mbyte SPI memory\nSD connector to interface with the SD memory card\ndTSEC1: connected to the Vitesse SGMII PHY (VSC8221)\ndTSEC2: connected to the Vitesse SGMII PHY (VSC8221)\ndTSEC3: connected to the Vitesse SGMII PHY (VSC8221)\ndTSEC4: connected to the Vitesse RGMII PHY (VSC8641)\ndTSEC5: connected to the Vitesse RGMII PHY (VSC8641)\nI2C1: Real time clock, Temperature sensor\nI2C2: Vcore Regulator, 256Kbit I2C Bus EEPROM\nSATA: Lanes C and Land D of Bank2 are connected to two SATA connectors\nUART: supports two UARTs up to 115200 bps for console\nUSB 2.0: connected via a internal UTMI PHY to two TYPE-A interfaces\nPCIe:\n - Lanes E, F, G and H of Bank1 are connected to one x4 PCIe SLOT1\n - Lanes C and Land D of Bank2 are connected to one x4 PCIe SLOT2\n\nSigned-off-by: Mingkai Hu \u003cMingkai.hu@freescale.com\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "59f8df290acb6d279a690733a67b3902766999f3",
      "tree": "26ced0a05d974f24e9a77cb263cf7000635732bf",
      "parents": [
        "6db7199407ca56f55bc0832fb124e1ad216ea57b"
      ],
      "author": {
        "name": "Timur Tabi",
        "email": "timur@freescale.com",
        "time": "Tue Jun 14 14:06:15 2011 -0500"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Fri Jul 08 00:21:31 2011 -0500"
      },
      "message": "powerpc/85xx: add hypervisor config entries to corenet_smp_defconfig\n\nCONFIG_PPC_EPAPR_HV_BYTECHAN adds support for the Freescale hypervisor\nbyte channel tty driver.\n\nCONFIG_VIRT_DRIVERS and CONFIG_FSL_HV_MANAGER add support for the Freescale\nhypervisor management driver.\n\nSigned-off-by: Timur Tabi \u003ctimur@freescale.com\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "6da49a292534d31ca391928ea97f8225774dc1e0",
      "tree": "060c5f5f40dceb10d4528763bc7fc1ccc88210d9",
      "parents": [
        "17bdc6c0e979ae61879806e4dd93ec3b169d0931",
        "ca56a95eedcc95f8fea7b49c87565cd961d74fe2"
      ],
      "author": {
        "name": "Benjamin Herrenschmidt",
        "email": "benh@kernel.crashing.org",
        "time": "Thu Jun 30 15:23:59 2011 +1000"
      },
      "committer": {
        "name": "Benjamin Herrenschmidt",
        "email": "benh@kernel.crashing.org",
        "time": "Thu Jun 30 15:23:59 2011 +1000"
      },
      "message": "Merge remote branch \u0027origin/master\u0027 into next\n"
    },
    {
      "commit": "937c190ccdd29855828529fc2b4b3e5f1282ff23",
      "tree": "aa00289bf6722bc26f39300124f3433c16da4702",
      "parents": [
        "82a9a4809f4cb4ce3f17da99a8150df8455fa096"
      ],
      "author": {
        "name": "Michael Neuling",
        "email": "mikey@neuling.org",
        "time": "Mon Jun 27 19:55:30 2011 +0000"
      },
      "committer": {
        "name": "Benjamin Herrenschmidt",
        "email": "benh@kernel.crashing.org",
        "time": "Wed Jun 29 09:28:52 2011 +1000"
      },
      "message": "powerpc/pseries: remove duplicate SCSI_BNX2_ISCSI in pseries_defconfig\n\nRemove duplicate assignment of SCSI_BNX2_ISCSI in pseries_defconfig\nintroduced by:\n  37e0c21e powerpc/pseries: Enable iSCSI support for a number of cards\n\ncauses warning:\narch/powerpc/configs/pseries_defconfig:151:warning: override: reassigning to symbol SCSI_BNX2_ISCSI\n\nSigned-off-by: Michael Neuling \u003cmikey@neuling.org\u003e\nSigned-off-by: Benjamin Herrenschmidt \u003cbenh@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "2d05c392b8403d4a1becc8babd4b44465a758b64",
      "tree": "319daa2db9ce52bae4c6ae2b3e19b40c45c3f975",
      "parents": [
        "2e5460f31abdacb84af6c8e97671ade0d3bf291f"
      ],
      "author": {
        "name": "Prabhakar Kushwaha",
        "email": "prabhakar@freescale.com",
        "time": "Thu Jun 02 20:28:08 2011 +0000"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Mon Jun 27 08:36:19 2011 -0500"
      },
      "message": "powerpc/85xx: Add P1010RDB board support\n\nP1010RDB Overview\n -----------------\n 1Gbyte DDR3 (on board DDR)\n 32Mbyte 16bit NOR flash\n 32Mbyte SLC NAND Flash\n 256 Kbit M24256 I2C EEPROM\n 128 Mbit SPI Flash memory\n I2C Board 128x8 bit memory\n SD/MMC connector to interface with the SD memory card\n 2 SATA interface\n         1 internal SATA connect to 2.5. 160G SATA2 HDD\n         1 eSATA connector to rear panel\n USB 2.0\n         x1 USB 2.0 port: connected via a UTMI PHY to Mini-AB interface.\n         x1 USB 2.0 port: directly connected to Mini-AB interface Ethernet\n eTSEC1: Connected to RGMII PHY VSC8641XKO\n eTSEC2: Connected to SGMII PHY VSC8221\n eTSEC3: Connected to SGMII PHY VSC8221 eCAN\n Two DB-9 female connectors for Field bus interface UART\n DUART interface: supports two UARTs up to 115200 bps for console display\n\nSigned-off-by: Poonam Aggrwal \u003cpoonam.aggrwal@freescale.com\u003e\nSigned-off-by: Prabhakar Kushwaha \u003cprabhakar@freescale.com\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "2e5460f31abdacb84af6c8e97671ade0d3bf291f",
      "tree": "7b39da1fbfd1cf4e528209be87ea1865d55bb9e9",
      "parents": [
        "c8bfa77b56fecbc2734f67d5265dbd216413501d"
      ],
      "author": {
        "name": "Timur Tabi",
        "email": "timur@freescale.com",
        "time": "Thu Jun 23 11:16:47 2011 -0500"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Mon Jun 27 08:36:18 2011 -0500"
      },
      "message": "powerpc/86xx: enable the framebuffer console on the MPC8610 HPCD\n\nEnable framebuffer console support by default in the defconfig on the\nFreescale MPC8610 HPCD reference board.  This allows the boot messages to\nbe shown on the video display.\n\nSigned-off-by: Timur Tabi \u003ctimur@freescale.com\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "3846e332a9981b019849566bdbf78ba859856c67",
      "tree": "37e8b04a284fa6976c58cbb7fa751fc354c85e92",
      "parents": [
        "7b93eccf2876ba3b1c10dae22ca864a0eb08de4f"
      ],
      "author": {
        "name": "Timur Tabi",
        "email": "timur@freescale.com",
        "time": "Thu Jun 23 14:48:55 2011 -0500"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Mon Jun 27 08:36:17 2011 -0500"
      },
      "message": "powerpc/85xx: enable the framebuffer console for the defconfigs\n\nEnable framebuffer console support by default in the defconfigs for the\nFreescale 85xx-based reference board.  This allows the boot messages to\nbe shown on the video display on the P1022DS.\n\nSigned-off-by: Timur Tabi \u003ctimur@freescale.com\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "2602a21231645f0923595a6ae2757222f6802e3f",
      "tree": "90d1765e1d8960d2baf61f20b77647653b271061",
      "parents": [
        "1325a684b553d4b5c41ae0482f8991b43f945746"
      ],
      "author": {
        "name": "Roy Zang",
        "email": "tie-fei.zang@freescale.com",
        "time": "Thu May 19 20:20:13 2011 -0500"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Wed Jun 22 21:44:56 2011 -0500"
      },
      "message": "powerpc/85xx: Add basic P1023RDS board support\n\nThe P1023 processor is an e500v2 based SoC that utilizes the DPAA\nnetworking architecture.  This adds basic board support for non-DPAA\nfunctionality (device tree, board file, etc).\n\nSigned-off-by: Roy Zang \u003ctie-fei.zang@freescale.com\u003e\nSigned-off-by: Haiying Wang \u003cHaiying.Wang@freescale.com\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "e6bdc3744ee272e85b61cf92db62a787241980f2",
      "tree": "c80f9dc1070929e2ea1afc1d75ffa7fc8fc6c86c",
      "parents": [
        "019f5f18eec1ac54215df69cafb8c7b770f75f19"
      ],
      "author": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Thu May 19 13:22:25 2011 -0500"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Wed Jun 22 21:44:50 2011 -0500"
      },
      "message": "powerpc: Add a defconfig for \u0027corenet\u0027 32-bit platforms\n\nThe e500mc and e5500 based cores are only available on corenet based\nSoCs.  We use this name for the P204x, P3040, P4040, P4080, P50x0 SoCs\nand any future processors in these families.\n\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "019f5f18eec1ac54215df69cafb8c7b770f75f19",
      "tree": "e61023c48d6b00cae28269fbd9aadc5053ec644d",
      "parents": [
        "dc28518f7d7dfd93cd44edb44f9b8e961f5a5c1b"
      ],
      "author": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Thu May 19 13:19:52 2011 -0500"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Wed Jun 22 21:44:49 2011 -0500"
      },
      "message": "powerpc: Rename e55xx_smp_defconfig to corenet64_smp_defconfig\n\nRather than trying to use the core name we use corenet to distinquish\nthe platform/core combo.  corenet64 will be a 64-bit kernel build and\nwe\u0027ll add a new defconfig for corenet32 for a 32-bit platforms.\n\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "c7cbb02222eccb82bfd42696b01abceddae663f2",
      "tree": "6204f5c691c762ccddaa10a3928316d7a803dc3b",
      "parents": [
        "fb139dfeef9558a12ffdbf9e26951fd1a9304f3b"
      ],
      "author": {
        "name": "Wanlong Gao",
        "email": "wanlong.gao@gmail.com",
        "time": "Wed Jun 15 15:08:56 2011 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Wed Jun 15 20:04:02 2011 -0700"
      },
      "message": "rtc: fix build warnings in defconfigs\n\nRTC_CLASS is changed to bool, so \u0027m\u0027 is invalid.\n\nSigned-off-by: Wanlong Gao \u003cwanlong.gao@gmail.com\u003e\nAcked-by: Mike Frysinger \u003cvapier@gentoo.org\u003e\nAcked-by: Wolfram Sang \u003cw.sang@pengutronix.de\u003e\nAcked-by: Hans-Christian Egtvedt \u003chans-christian.egtvedt@atmel.com\u003e\nAcked-by: Benjamin Herrenschmidt \u003cbenh@kernel.crashing.org\u003e\nCc: Guan Xuetao \u003cgxt@mprc.pku.edu.cn\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "a77aea92010acf54ad785047234418d5d68772e2",
      "tree": "c7cb57b62fd02bee2baceb79251923f7caec6139",
      "parents": [
        "d846687d7f84e45f23ecf3846dbb43312a1206dd"
      ],
      "author": {
        "name": "Daniel Lezcano",
        "email": "daniel.lezcano@free.fr",
        "time": "Thu May 26 16:25:23 2011 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Thu May 26 17:12:34 2011 -0700"
      },
      "message": "cgroup: remove the ns_cgroup\n\nThe ns_cgroup is an annoying cgroup at the namespace / cgroup frontier and\nleads to some problems:\n\n  * cgroup creation is out-of-control\n  * cgroup name can conflict when pids are looping\n  * it is not possible to have a single process handling a lot of\n    namespaces without falling in a exponential creation time\n  * we may want to create a namespace without creating a cgroup\n\n  The ns_cgroup was replaced by a compatibility flag \u0027clone_children\u0027,\n  where a newly created cgroup will copy the parent cgroup values.\n  The userspace has to manually create a cgroup and add a task to\n  the \u0027tasks\u0027 file.\n\nThis patch removes the ns_cgroup as suggested in the following thread:\n\nhttps://lists.linux-foundation.org/pipermail/containers/2009-June/018616.html\n\nThe \u0027cgroup_clone\u0027 function is removed because it is no longer used.\n\nThis is a userspace-visible change.  Commit 45531757b45c (\"cgroup: notify\nns_cgroup deprecated\") (merged into 2.6.27) caused the kernel to emit a\nprintk warning users that the feature is planned for removal.  Since that\ntime we have heard from XXX users who were affected by this.\n\nSigned-off-by: Daniel Lezcano \u003cdaniel.lezcano@free.fr\u003e\nSigned-off-by: Serge E. Hallyn \u003cserge.hallyn@canonical.com\u003e\nCc: Eric W. Biederman \u003cebiederm@xmission.com\u003e\nCc: Jamal Hadi Salim \u003chadi@cyberus.ca\u003e\nReviewed-by: Li Zefan \u003clizf@cn.fujitsu.com\u003e\nAcked-by: Paul Menage \u003cmenage@google.com\u003e\nAcked-by: Matt Helsley \u003cmatthltc@us.ibm.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "3d07f0e83d4323d2cd45cc583f7cf1957aca3cac",
      "tree": "279203d24b3a366ed6da93a3f9664409eb1a8488",
      "parents": [
        "593adf317cf165f7c66facf2285db9d4befbd1c0",
        "bbfff72ee3e76bd4712b87386af00bfe97114bc9"
      ],
      "author": {
        "name": "Benjamin Herrenschmidt",
        "email": "benh@kernel.crashing.org",
        "time": "Fri May 20 13:43:47 2011 +1000"
      },
      "committer": {
        "name": "Benjamin Herrenschmidt",
        "email": "benh@kernel.crashing.org",
        "time": "Fri May 20 13:43:47 2011 +1000"
      },
      "message": "Merge remote branch \u0027kumar/next\u0027 into next\n"
    },
    {
      "commit": "b637cf7bf82d0692609821cd84e3a345e56cd96c",
      "tree": "e1a9086b2f5bdb1e5aeb6b499932cfbd5221ea60",
      "parents": [
        "5e8393ab311d2c34f2965be40ebec99c772284ab"
      ],
      "author": {
        "name": "Scott Wood",
        "email": "scottwood@freescale.com",
        "time": "Tue May 10 13:02:06 2011 -0500"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Thu May 19 01:14:30 2011 -0500"
      },
      "message": "powerpc/fsl: enable verbose bug output\n\nThis debug option has no overhead other than a slight increase in\nkernel size, and makes bug reports more useful.  While some end users\nmay prefer to save the space, as a default on a kernel config aimed\nprimarily at development on reference boards, it should be enabled.\n\nSigned-off-by: Scott Wood \u003cscottwood@freescale.com\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "5e8393ab311d2c34f2965be40ebec99c772284ab",
      "tree": "70e0142d367a084d1a56605a69dfd1fd40de49e8",
      "parents": [
        "ea94187face757e723aa461a60698ca43c09fbb9"
      ],
      "author": {
        "name": "Scott Wood",
        "email": "scottwood@freescale.com",
        "time": "Tue May 10 13:01:47 2011 -0500"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Thu May 19 01:14:29 2011 -0500"
      },
      "message": "powerpc/e5500: add networking to defconfig\n\nEven though support for the p5020\u0027s on-chip ethernet is not yet upstream,\nit is not appropriate to disable all networking support (including\nloopback, unix domain sockets, external ethernet devices, etc) in the\ndefconfig.  The networking settings are taken from mpc85xx_smp_defconfig,\nminus the drivers for ethernet devices not found on any current e5500\nchip.\n\nThe other changes are the result of running \"make savedefconfig\".\n\nSigned-off-by: Scott Wood \u003cscottwood@freescale.com\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "37e0c21e9b5b6d6fd38a444762076c84c6170598",
      "tree": "6503a3e1cba83afc724a7784add8f0626ffcad0b",
      "parents": [
        "32218bdd31fc9367c0babd6f7d309c6856a5c7da"
      ],
      "author": {
        "name": "Anton Blanchard",
        "email": "anton@samba.org",
        "time": "Sun May 08 13:19:30 2011 +0000"
      },
      "committer": {
        "name": "Benjamin Herrenschmidt",
        "email": "benh@kernel.crashing.org",
        "time": "Thu May 19 14:30:41 2011 +1000"
      },
      "message": "powerpc/pseries: Enable iSCSI support for a number of cards\n\nEnable iSCSI support for a number of cards. We had the base\nnetworking devices enabled but forgot to enable iSCSI.\n\nSigned-off-by: Anton Blanchard \u003canton@samba.org\u003e\nSigned-off-by: Benjamin Herrenschmidt \u003cbenh@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "32218bdd31fc9367c0babd6f7d309c6856a5c7da",
      "tree": "809ff98b25989086b2967525a7c361445e6cb298",
      "parents": [
        "2a2c29c1a581319f4485af55e8d628d89e8f2583"
      ],
      "author": {
        "name": "Anton Blanchard",
        "email": "anton@samba.org",
        "time": "Sun May 08 13:18:27 2011 +0000"
      },
      "committer": {
        "name": "Benjamin Herrenschmidt",
        "email": "benh@kernel.crashing.org",
        "time": "Thu May 19 14:30:41 2011 +1000"
      },
      "message": "powerpc/pseries: Enable Emulex and Qlogic 10Gbit cards\n\nEnable the Qlogic and Emulex 10Gbit adapters.\n\nSigned-off-by: Anton Blanchard \u003canton@samba.org\u003e\nSigned-off-by: Benjamin Herrenschmidt \u003cbenh@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "0407a31429500e7e56da33a326ca7cf35c2c9d65",
      "tree": "4aae6265f0a8bc470c46ef01e7e988b8b875f6f3",
      "parents": [
        "b618d2f043506e45b1d72b48a4ff7cb5b1a7011c"
      ],
      "author": {
        "name": "Wanlong Gao",
        "email": "wanlong.gao@gmail.com",
        "time": "Sat Apr 09 08:09:46 2011 +0000"
      },
      "committer": {
        "name": "Benjamin Herrenschmidt",
        "email": "benh@kernel.crashing.org",
        "time": "Wed Apr 27 14:18:41 2011 +1000"
      },
      "message": "powerpc: Fix build warning of the defconfigs\n\nBT_L2CAP and BT_SCO have changed to bool .\nValue \u0027m\u0027 has invalid .\n\nSigned-off-by: Wanlong Gao \u003cwanlong.gao@gmail.com\u003e\nSigned-off-by: Benjamin Herrenschmidt \u003cbenh@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "23c621104360b71fd6d713142a24e6583418c3e1",
      "tree": "a56d0f011e21ef9adcff767c9429b4da02f46aab",
      "parents": [
        "84493804bbbc10291492661440728668b2b06abe"
      ],
      "author": {
        "name": "Anton Blanchard",
        "email": "anton@au1.ibm.com",
        "time": "Sat Mar 05 02:00:26 2011 +0000"
      },
      "committer": {
        "name": "Benjamin Herrenschmidt",
        "email": "benh@kernel.crashing.org",
        "time": "Wed Mar 30 10:44:22 2011 +1100"
      },
      "message": "powerpc/pseries: Enable Chelsio network and iWARP drivers\n\nEnsure the Chelsio T3/T4 network drivers and iWARP drivers are\nenabled in the pseries config.\n\nSigned-off-by: Anton Blanchard \u003canton@samba.org\u003e\nSigned-off-by: Benjamin Herrenschmidt \u003cbenh@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "ff56535d294245b75fd8f79633b935a3b85993c8",
      "tree": "02d15e646b8436309f80088e1c7c2d5cc4715de7",
      "parents": [
        "0ce790e7d736cedc563e1fb4e998babf5a4dbc3d"
      ],
      "author": {
        "name": "Stephen Rothwell",
        "email": "sfr@canb.auug.org.au",
        "time": "Fri Mar 25 21:11:29 2011 +0000"
      },
      "committer": {
        "name": "Benjamin Herrenschmidt",
        "email": "benh@kernel.crashing.org",
        "time": "Wed Mar 30 10:36:23 2011 +1100"
      },
      "message": "powerpc: Restore some misc devices to our configs\n\nUwe Kleine-König reported:\n\n\twhile working on an defconfig (arm/mx27) I noticed that just updating\n\tit[1] results in removing CONFIG_EEPROM_AT24\u003dy.  The reason is that\n\tsince commit\n\n\t\tv2.6.36-5965-g5f2365d (misc devices: do not enable by default)\n\n\tMISC_DEVICES isn\u0027t enabled anymore by default.  So all defconfigs that\n\thave CONFIG_SOME_SYMBOL\u003dy (or \u003dm) (with SOME_SYMBOL depending on\n\tMISC_DEVICES) but not CONFIG_MISC_DEVICES\u003dy suffer from the same\n\tproblem.\n\nThis restores those misc devices to the powerpc defconfigs.\n\nSigned-off-by: Stephen Rothwell \u003csfr@canb.auug.org.au\u003e\nCc: Uwe Kleine-König \u003cu.kleine-koenig@pengutronix.de\nAcked-by: Josh Boyer \u003cjwboyer@linux.vnet.ibm.com\u003e\nAcked-by: Uwe Kleine-König\nSigned-off-by: Benjamin Herrenschmidt \u003cbenh@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "3cc5a0f09e7e454a2f2000dac749d07fea9fc004",
      "tree": "583fac047f6e23e1f9c91be4eaf6157cddad04f6",
      "parents": [
        "c513e7c9f7df989124d3b668245df419e9141ca9"
      ],
      "author": {
        "name": "Holger Brunck",
        "email": "holger.brunck@keymile.com",
        "time": "Thu Jan 13 13:11:27 2011 +0100"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Tue Mar 15 10:11:27 2011 -0500"
      },
      "message": "powerpc/8xx: remove obsolete mgsuvd board\n\nThe MPC852 based mgsuvd board from Keymile was initially ported,\nbut later on not developed further. This patch removes the respective\nfiles to decrease merging conflicts and unneeded maintenance.\n\nSigned-off-by: Holger Brunck \u003cholger.brunck@keymile.com\u003e\nAcked-by: Heiko Schocher\u003chs@denx.de\u003e\nCc: Vitaly Bordug \u003cvitb@kernel.crashing.org\u003e\nCc: Marcelo Tosatti \u003cmarcelo@kvack.org\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "c513e7c9f7df989124d3b668245df419e9141ca9",
      "tree": "616bf027406341db0062c23a2dc1d2b80a083ab8",
      "parents": [
        "93e2b95c81042da479656b213acc92f7542c6c39"
      ],
      "author": {
        "name": "Holger Brunck",
        "email": "holger.brunck@keymile.com",
        "time": "Thu Mar 10 12:52:45 2011 +0100"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Tue Mar 15 10:06:37 2011 -0500"
      },
      "message": "powerpc/82xx: rename and update mgcoge board support\n\nThe mgcoge board from keymile is now base for some other\nsimilar boards. Therefore the board specific name mgcoge\nwas renamed to a generic name km82xx. Additionally some\nenhancements were made:\n\t- rework partition table in dts file\n\t- add cpm2_pio_c gpio controller in dts file\n\t- update defconfig\n\t- add pin description for SCC1\n\t- add pin description and configuration for USB\n\nSigned-off-by: Holger Brunck \u003cholger.brunck@keymile.com\u003e\nAcked-by: Heiko Schocher \u003chs@denx.de\u003e\nCC: Benjamin Herrenschmidt \u003cbenh@kernel.crashing.org\u003e\nCC: Heiko Schocher \u003chs@denx.de\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "93e2b95c81042da479656b213acc92f7542c6c39",
      "tree": "288e5ce19e7d5699877c6173bc0e091c690d99d7",
      "parents": [
        "ac6f120369ffe66058518fabf90cdd53b2503a82"
      ],
      "author": {
        "name": "Holger Brunck",
        "email": "holger.brunck@keymile.com",
        "time": "Fri Mar 11 08:02:44 2011 +0100"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Tue Mar 15 10:06:37 2011 -0500"
      },
      "message": "powerpc/83xx: rename and update kmeter1\n\nBeside the MPC 8360 based board kmeter1 other km83xx boards\nfrom keymile will follow. Therefore the board specific naming\nkmeter1 for functions and files were replaced with km83xx.\nAdditionally some updates were made:\n    - update defconfig for 2.6.38\n    - rework flash partitioning in dts file\n    - add gpio controller for qe_pio_c in dts\n\nSigned-off-by: Holger Brunck \u003cholger.brunck@keymile.com\u003e\nAcked-by: Heiko Schocher \u003chs@denx.de\u003e\nCC: Benjamin Herrenschmidt \u003cbenh@kernel.crashing.org\u003e\nCC: Heiko Schocher \u003chs@denx.de\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "d41ad6df44fbd01837211cee3273ce2f9445be6e",
      "tree": "2c67f9202b0db775a9b38fc121f4190433e1aef0",
      "parents": [
        "3dece370ecc7c6152b3fdd21c6de28179f6e643d",
        "8bfc5e36619e8464bf529137f834f55bd75de381"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Jan 21 13:23:52 2011 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Jan 21 13:23:52 2011 -0800"
      },
      "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/mpic: Fix mask/unmask timeout message\n  powerpc/pseries: Add BNX2\u003dm to defconfig\n  powerpc: Enable 64kB pages and 1024 threads in pseries config\n  powerpc: Disable mcount tracers in pseries defconfig\n  powerpc/boot/dts: Install dts from the right directory\n  powerpc: machine_check_generic is wrong on 64bit\n  powerpc: Check RTAS extended log flag before checking length\n  powerpc: Fix corruption when grabbing FWNMI data\n  powerpc: Rework pseries machine check handler\n  powerpc: Don\u0027t silently handle machine checks from userspace\n  powerpc: Remove duplicate debugger hook in machine_check_exception\n  powerpc: Never halt RTAS error logging after receiving an unrecoverable machine check\n  powerpc: Don\u0027t force MSR_RI in machine_check_exception\n  powerpc: Print 32 bits of DSISR in show_regs\n  powerpc/kdump: Disable ftrace during kexec\n  powerpc/kdump: Move crash_kexec_stop_spus to kdump crash handler\n  powerpc/kexec: Remove empty ppc_md.machine_kexec_prepare\n  powerpc/kexec: Don\u0027t initialise kexec hooks to default handlers\n  powerpc/kdump: Remove ppc_md.machine_crash_shutdown\n  powerpc/kexec: Remove ppc_md.machine_kexec\n  ...\n"
    },
    {
      "commit": "cb046de7581993e7d486b40a6878be2afa1b588f",
      "tree": "593a6cafb5fee79f63039e54f0da04d48f874daa",
      "parents": [
        "ef4f7c2d075d09ed833dc086e07a0d1eee488168"
      ],
      "author": {
        "name": "Nishanth Aravamudan",
        "email": "nacc@us.ibm.com",
        "time": "Thu Jan 13 13:22:39 2011 +0000"
      },
      "committer": {
        "name": "Benjamin Herrenschmidt",
        "email": "benh@kernel.crashing.org",
        "time": "Fri Jan 21 14:08:39 2011 +1100"
      },
      "message": "powerpc/pseries: Add BNX2\u003dm to defconfig\n\nUpcoming servers will include a Broadcom NIC, add to the defconfig to\nincrease testing coverage and make sure mainline builds come up with\nnetworking.\n\nSigned-off-by: Nishanth Aravamudan \u003cnacc@us.ibm.com\u003e\nSigned-off-by: Benjamin Herrenschmidt \u003cbenh@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "ef4f7c2d075d09ed833dc086e07a0d1eee488168",
      "tree": "849bab2a167b039812ce852ba2698f995150b566",
      "parents": [
        "7d2dcd046d259d309b4e0da387a53660a8f146ad"
      ],
      "author": {
        "name": "Anton Blanchard",
        "email": "anton@samba.org",
        "time": "Wed Jan 12 02:14:32 2011 +0000"
      },
      "committer": {
        "name": "Benjamin Herrenschmidt",
        "email": "benh@kernel.crashing.org",
        "time": "Fri Jan 21 14:08:39 2011 +1100"
      },
      "message": "powerpc: Enable 64kB pages and 1024 threads in pseries config\n\n- Enable 64kB pages so it gets some regular testing.\n\n- The largest POWER7 has 1024 threads so bump NR_CPUS it to match.\n\nSigned-off-by: Anton Blanchard \u003canton@samba.org\u003e\nSigned-off-by: Benjamin Herrenschmidt \u003cbenh@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "7d2dcd046d259d309b4e0da387a53660a8f146ad",
      "tree": "54bd10a55dc53817f902a9c8fd5795cad138771e",
      "parents": [
        "4d9ef89dee13e964ea8b064d82ff55cf36209237"
      ],
      "author": {
        "name": "Anton Blanchard",
        "email": "anton@samba.org",
        "time": "Wed Jan 12 02:12:43 2011 +0000"
      },
      "committer": {
        "name": "Benjamin Herrenschmidt",
        "email": "benh@kernel.crashing.org",
        "time": "Fri Jan 21 14:08:39 2011 +1100"
      },
      "message": "powerpc: Disable mcount tracers in pseries defconfig\n\nIRQSOFF_TRACER and STACK_TRACER force the kernel to be built with -pg\nwhich is a substantial overhead.\n\nSigned-off-by: Anton Blanchard \u003canton@samba.org\u003e\nSigned-off-by: Benjamin Herrenschmidt \u003cbenh@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "6a108a14fa356ef607be308b68337939e56ea94e",
      "tree": "1bf260572bd8f95ed867307a2bcf5d881c8ae4a6",
      "parents": [
        "12fcdba1b7ae8b25696433f420b775aeb556d89b"
      ],
      "author": {
        "name": "David Rientjes",
        "email": "rientjes@google.com",
        "time": "Thu Jan 20 14:44:16 2011 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Thu Jan 20 17:02:05 2011 -0800"
      },
      "message": "kconfig: rename CONFIG_EMBEDDED to CONFIG_EXPERT\n\nThe meaning of CONFIG_EMBEDDED has long since been obsoleted; the option\nis used to configure any non-standard kernel with a much larger scope than\nonly small devices.\n\nThis patch renames the option to CONFIG_EXPERT in init/Kconfig and fixes\nreferences to the option throughout the kernel.  A new CONFIG_EMBEDDED\noption is added that automatically selects CONFIG_EXPERT when enabled and\ncan be used in the future to isolate options that should only be\nconsidered for embedded systems (RISC architectures, SLOB, etc).\n\nCalling the option \"EXPERT\" more accurately represents its intention: only\nexpert users who understand the impact of the configuration changes they\nare making should enable it.\n\nReviewed-by: Ingo Molnar \u003cmingo@elte.hu\u003e\nAcked-by: David Woodhouse \u003cdavid.woodhouse@intel.com\u003e\nSigned-off-by: David Rientjes \u003crientjes@google.com\u003e\nCc: Greg KH \u003cgregkh@suse.de\u003e\nCc: \"David S. Miller\" \u003cdavem@davemloft.net\u003e\nCc: Jens Axboe \u003caxboe@kernel.dk\u003e\nCc: Arnd Bergmann \u003carnd@arndb.de\u003e\nCc: Robin Holt \u003cholt@sgi.com\u003e\nCc: \u003clinux-arch@vger.kernel.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "ee2ffd8bbb2170f9b52fc8ff4aebe9702e0de651",
      "tree": "a8c98011e96c68839fb84d715d596d35dc404ff6",
      "parents": [
        "05ed60874e7fc958707183b71ea47260c1dab358"
      ],
      "author": {
        "name": "Victor Gallardo",
        "email": "vgallardo@apm.com",
        "time": "Fri Oct 08 10:25:44 2010 +0000"
      },
      "committer": {
        "name": "Josh Boyer",
        "email": "jwboyer@linux.vnet.ibm.com",
        "time": "Mon Nov 29 10:05:24 2010 -0500"
      },
      "message": "powerpc/4xx: Add Canyonlands suspend and idle support\n\n- Add Clock Power Management (CPM) node to dts tree\n- Add idle-doze entry in CPM node\n- Add standby entry in CPM node\n- Add PM and SUSPEND support by default in defconfig\n- Remove UART2 and UART3 as they are unused, this will\n  allow CPM to put unused-units (UART2 and UART3) to sleep.\n\nSigned-off-by: Victor Gallardo \u003cvgallardo@apm.com\u003e\nSigned-off-by: Josh Boyer \u003cjwboyer@linux.vnet.ibm.com\u003e\n"
    },
    {
      "commit": "05ed60874e7fc958707183b71ea47260c1dab358",
      "tree": "9bdc217723c86b6557c3713feb421943f2cacbd4",
      "parents": [
        "d164f6d4f9108126f69ba2963cf6fb7ef4ba9232"
      ],
      "author": {
        "name": "Victor Gallardo",
        "email": "vgallardo@apm.com",
        "time": "Fri Oct 08 10:26:13 2010 +0000"
      },
      "committer": {
        "name": "Josh Boyer",
        "email": "jwboyer@linux.vnet.ibm.com",
        "time": "Mon Nov 29 10:05:18 2010 -0500"
      },
      "message": "powerpc/4xx: Add Kilauea suspend and idle support\n\n- Add Clock Power Management (CPM) node to dts tree\n- Add idle-doze entry in CPM node\n- Add standby entry in CPM node\n- Add PM and SUSPEND support by default in defconfig\n- Add NO_HZ and CONFIG_HIGH_RES_TIMERS support by\n  default in defconfig\n\nSigned-off-by: Victor Gallardo \u003cvgallardo@apm.com\u003e\nSigned-off-by: Josh Boyer \u003cjwboyer@linux.vnet.ibm.com\u003e\n"
    },
    {
      "commit": "33081adf8b89d5a716d7e1c60171768d39795b39",
      "tree": "275de58bbbb5f7ddffcdc087844cfc7fbe4315be",
      "parents": [
        "c55960499f810357a29659b32d6ea594abee9237",
        "506ecbca71d07fa327dd986be1682e90885678ee"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Mon Oct 25 08:32:05 2010 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Mon Oct 25 08:32:05 2010 -0700"
      },
      "message": "Merge branch \u0027for-linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6\n\n* \u0027for-linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6: (365 commits)\n  ALSA: hda - Disable sticky PCM stream assignment for AD codecs\n  ALSA: usb - Creative USB X-Fi volume knob support\n  ALSA: ca0106: Use card specific dac id for mute controls.\n  ALSA: ca0106: Allow different sound cards to use different SPI channel mappings.\n  ALSA: ca0106: Create a nice spot for mapping channels to dacs.\n  ALSA: ca0106: Move enabling of front dac out of hardcoded setup sequence.\n  ALSA: ca0106: Pull out dac powering routine into separate function.\n  ALSA: ca0106 - add Sound Blaster 5.1vx info.\n  ASoC: tlv320dac33: Use usleep_range for delays\n  ALSA: usb-audio: add Novation Launchpad support\n  ALSA: hda - Add workarounds for CT-IBG controllers\n  ALSA: hda - Fix wrong TLV mute bit for STAC/IDT codecs\n  ASoC: tpa6130a2: Error handling for broken chip\n  ASoC: max98088: Staticise m98088_eq_band\n  ASoC: soc-core: Fix codec-\u003ename memory leak\n  ALSA: hda - Apply ideapad quirk to Acer laptops with Cxt5066\n  ALSA: hda - Add some workarounds for Creative IBG\n  ALSA: hda - Fix wrong SPDIF NID assignment for CA0110\n  ALSA: hda - Fix codec rename rules for ALC662-compatible codecs\n  ALSA: hda - Add alc_init_jacks() call to other codecs\n  ...\n"
    },
    {
      "commit": "6a1c9dfe4186f18fed38421b35b40fb9260cbfe1",
      "tree": "c779921e8a5c77ee190532df9463e533a2152ba0",
      "parents": [
        "e0dc09ff9a28f37441c5e92a14de6abda8db49d6",
        "2989b722c9c4694cf6c5aa378f9c8a14e106d320"
      ],
      "author": {
        "name": "Benjamin Herrenschmidt",
        "email": "benh@kernel.crashing.org",
        "time": "Fri Oct 15 10:45:03 2010 +1100"
      },
      "committer": {
        "name": "Benjamin Herrenschmidt",
        "email": "benh@kernel.crashing.org",
        "time": "Fri Oct 15 10:45:03 2010 +1100"
      },
      "message": "Merge remote branch \u0027jwb/next\u0027 into next\n"
    },
    {
      "commit": "2c184cd393d1410bb43ac656a6480849fe886b1d",
      "tree": "79b4d627d807a976847f57d8cc7e678066741504",
      "parents": [
        "0f9141c974b2dc29b7d1cf245bbf4685350521be"
      ],
      "author": {
        "name": "Timur Tabi",
        "email": "timur@freescale.com",
        "time": "Thu Oct 07 09:36:43 2010 +0000"
      },
      "committer": {
        "name": "Mark Brown",
        "email": "broonie@opensource.wolfsonmicro.com",
        "time": "Thu Oct 14 21:46:27 2010 +0100"
      },
      "message": "powerpc/85xx: add DIU support to the Freecale P1022DS reference board\n\nThe Freescale P1022DS has an on-chip video controller called the DIU, and a\ndriver for this device already exists.  Update the platform file for the\nP1022DS reference board to enable the driver, and update the defconfig for\nFreescale MPC85xx boards to add the driver.\n\n[Edited to resolve header add/add conflict and drop #define DEBUG.\n-- broonie]\n\nSigned-off-by: Timur Tabi \u003ctimur@freescale.com\u003e\nAcked-by: Kumar Gala \u003ckumar.gala@freescale.com\u003e\nSigned-off-by: Mark Brown \u003cbroonie@opensource.wolfsonmicro.com\u003e\n"
    },
    {
      "commit": "2989b722c9c4694cf6c5aa378f9c8a14e106d320",
      "tree": "b4376eb603adf39ad735071b82df3de81ba0ebcb",
      "parents": [
        "6edc323db720c65b9e6a770b4bed98f251dd49f0"
      ],
      "author": {
        "name": "Josh Boyer",
        "email": "jwboyer@linux.vnet.ibm.com",
        "time": "Tue Sep 28 09:03:49 2010 -0400"
      },
      "committer": {
        "name": "Josh Boyer",
        "email": "jwboyer@linux.vnet.ibm.com",
        "time": "Thu Oct 14 06:31:12 2010 -0400"
      },
      "message": "powerpc/44x: Update ppc44x_defconfig\n\nMake sure the new bluestone board is selected for the multiplatform defconfig.\nAlso build logfs and squashfs as modules.\n\nSigned-off-by: Josh Boyer \u003cjwboyer@linux.vnet.ibm.com\u003e\n"
    },
    {
      "commit": "6249a26a4cfe945c0840f222e3669deb9bd41425",
      "tree": "372933ff48c5e2d0ebd519ed4d237af25eae1f89",
      "parents": [
        "95400415c7b3f3dd43034c6c860897ac397ebe1b"
      ],
      "author": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Thu Jun 03 03:23:21 2010 -0500"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Thu Oct 14 00:55:19 2010 -0500"
      },
      "message": "powerpc/fsl-booke: Add e55xx (64-bit) smp defconfig\n\nThe p5020 SoC from Freescale is the first 64-bit Book-E processor and\nutilizes the two e5500 cores.  Adding a defconfig that enables basic kernel\nfor e5500 based processors.\n\nAlso added the p5020 / e5500 support to the ppc64e defconfig.\n\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "6edc323db720c65b9e6a770b4bed98f251dd49f0",
      "tree": "ef5364409ee8b38e8e851700021a2c6b065cdcf8",
      "parents": [
        "4108d9ba9091c55cfb968d42dd7dcae9a098b876"
      ],
      "author": {
        "name": "Tirumala Marri",
        "email": "tmarri@apm.com",
        "time": "Mon Sep 13 13:26:11 2010 +0000"
      },
      "committer": {
        "name": "Josh Boyer",
        "email": "jwboyer@linux.vnet.ibm.com",
        "time": "Wed Oct 13 08:47:09 2010 -0400"
      },
      "message": "powerpc/44x: Add support for the AMCC APM821xx SoC\n\nThis patch adds CPU, device tree, defconfig and bluestone board\nsupport for APM821xx SoC.\n\nSigned-off-by: Tirumala R Marri \u003ctmarri@apm.com\u003e\nSigned-off-by: Josh Boyer \u003cjwboyer@linux.vnet.ibm.com\u003e\n"
    },
    {
      "commit": "61a3e1665f714640a888e9ac5470e94696ac545b",
      "tree": "5cda2bcd484a50d02fb4931470a05243c50687fd",
      "parents": [
        "45d7f32c7a43cbb9592886d38190e379e2eb2226"
      ],
      "author": {
        "name": "Benjamin Herrenschmidt",
        "email": "benh@kernel.crashing.org",
        "time": "Mon Aug 09 11:19:16 2010 +1000"
      },
      "committer": {
        "name": "Benjamin Herrenschmidt",
        "email": "benh@kernel.crashing.org",
        "time": "Mon Aug 09 11:19:16 2010 +1000"
      },
      "message": "powerpc: Trim defconfigs\n\nThis trims all our defconfigs using make savedefconfig\n\nSigned-off-by: Benjamin Herrenschmidt \u003cbenh@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "c4b6a77663f5879de20561144716cfb675815e82",
      "tree": "501d265cdb34871dcb0cf97eff92ebdfd3dfcc61",
      "parents": [
        "30be4c965c37418606006940f45919694693e3f9"
      ],
      "author": {
        "name": "Heiko Schocher",
        "email": "hs@denx.de",
        "time": "Tue Mar 23 08:57:01 2010 +0100"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Wed Aug 04 14:25:22 2010 -0500"
      },
      "message": "powerpc/8xx: Add support for the MPC8xx based boards from TQC\n\nSupported SMC1 (serial console), SCC1 Ethernet (10Mbps HD).\nFEC Ethernet, 8MB NOR CFI Flash.\n\nTested on STK8xx with TQM860L (with FEC) and with TQM855M (without FEC).\n\nSigned-off-by: Heiko Schocher \u003chs@denx.de\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "30be4c965c37418606006940f45919694693e3f9",
      "tree": "4a03616f0b15fd6d2b3ecab63c4bd6bfde81df81",
      "parents": [
        "51974d3162308695f888600b15c6f6009069dd0d"
      ],
      "author": {
        "name": "Timur Tabi",
        "email": "timur@freescale.com",
        "time": "Fri Jul 02 17:25:03 2010 -0500"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Wed Aug 04 14:22:52 2010 -0500"
      },
      "message": "powerpc/85xx: Introduce support for the Freescale P1022DS reference board\n\nIntroduce basic support for the Freescale P1022DS reference board, based on the\nFreescale BSP for this board.  This patch excludes the DIU, SSI, and MMC/SD\ndrivers.  Only a 36-bit DTS is provided.\n\nUpdate mpc86xx_smp_defconfig and mpc85xx_defconfig to support the P1022DS.\nThis means enabling 64-bit physical address support, increasing the maximum\nzone order to 12 (to allow the DIU driver to allocate large chunks), and\nclean up the audio options to disable the deprecated OSS support.\n\nSigned-off-by: Timur Tabi \u003ctimur@freescale.com\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "65cf840ff4b63852d34d577d559978ccfc554a6c",
      "tree": "93d26714474dc5204ee9b8125583307e3a271869",
      "parents": [
        "97bb63e49600c18a8e8384d9c445b8c8b5b792af"
      ],
      "author": {
        "name": "Grant Likely",
        "email": "grant.likely@secretlab.ca",
        "time": "Sun Jun 06 17:46:03 2010 +0000"
      },
      "committer": {
        "name": "Benjamin Herrenschmidt",
        "email": "benh@kernel.crashing.org",
        "time": "Tue Jun 15 15:02:33 2010 +1000"
      },
      "message": "powerpc: Disable CONFIG_SYSFS_DEPRECATED\n\nAcked-by: Grant Likely \u003cgrant.likely@secretlab.ca\u003e\n\nOn 5 May 2010 21:33, \"Anton Blanchard\" \u003canton@samba.org\u003e wrote:\n\nCONFIG_SYSFS_DEPRECATED can cause issues with newer distros and should not\nbe required for any distro in the last 3 or 4 years, so disable it.\n\nSigned-off-by: Anton Blanchard \u003canton@samba.org\u003e\nSigned-off-by: Benjamin Herrenschmidt \u003cbenh@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "3d00d4ff11686895925f46265f4a78dc78196c2e",
      "tree": "c488b013ed7c77c199dd5cd961354a27fabab112",
      "parents": [
        "67a3e12b05e055c0415c556a315a3d3eb637e29e",
        "895443c1c98a21198a0a5265041dc7ad14936d63"
      ],
      "author": {
        "name": "Benjamin Herrenschmidt",
        "email": "benh@kernel.crashing.org",
        "time": "Mon May 31 09:59:00 2010 +1000"
      },
      "committer": {
        "name": "Benjamin Herrenschmidt",
        "email": "benh@kernel.crashing.org",
        "time": "Mon May 31 09:59:00 2010 +1000"
      },
      "message": "Merge commit \u0027jwb/next\u0027 into next\n"
    },
    {
      "commit": "895443c1c98a21198a0a5265041dc7ad14936d63",
      "tree": "b84aaf22c9a5d62877d3edf32db6d93dfc36e939",
      "parents": [
        "a89eda26753311d8ff2da64da621714b2f8d5dcc"
      ],
      "author": {
        "name": "Anatolij Gustschin",
        "email": "agust@denx.de",
        "time": "Wed May 26 00:36:30 2010 +0000"
      },
      "committer": {
        "name": "Josh Boyer",
        "email": "jwboyer@linux.vnet.ibm.com",
        "time": "Wed May 26 08:00:41 2010 -0400"
      },
      "message": "powerpc/44x: icon: select SM502 and frame buffer console support\n\nEnables SM502 frame buffer and framebuffer console\nin the default config file\n\nSigned-off-by: Anatolij Gustschin \u003cagust@denx.de\u003e\nSigned-off-by: Josh Boyer \u003cjwboyer@linux.vnet.ibm.com\u003e\n"
    },
    {
      "commit": "40a5a4435f37b172dec09852ad2036865f9ca3c8",
      "tree": "d8cace94daf09a05fc28babc943147c3417930f4",
      "parents": [
        "32c96f7765b881ab1f6ab8ff04b733e4cf157239"
      ],
      "author": {
        "name": "Michael Neuling",
        "email": "mikey@neuling.org",
        "time": "Sun Apr 18 20:05:41 2010 +0000"
      },
      "committer": {
        "name": "Benjamin Herrenschmidt",
        "email": "benh@kernel.crashing.org",
        "time": "Fri May 21 17:31:12 2010 +1000"
      },
      "message": "powerpc: Build-in e1000e for pseries \u0026 ppc64_defconfig\n\nThe e1000e device is becoming more common these days, so let\u0027s just\nbuild it in for pseries \u0026 ppc64_defconfig.\n\nSigned-off-by: Michael Neuling \u003cmikey@neuling.org\u003e\nSigned-off-by: Benjamin Herrenschmidt \u003cbenh@kernel.crashing.org\u003e\n"
    }
  ],
  "next": "a89eda26753311d8ff2da64da621714b2f8d5dcc"
}
