)]}'
{
  "log": [
    {
      "commit": "f5e7e844a571124ffc117d4696787d6afc4fc5ae",
      "tree": "26bb17dc94e9536da540c187b00cedb0c1b24664",
      "parents": [
        "48445159e9ecb44a96a4de06c6ae7c54eb43ba5b",
        "4a43faf54e9173b6acce37cf7f053fc9515a2cdf"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Jun 01 16:55:42 2012 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Jun 01 16:55:42 2012 -0700"
      },
      "message": "Merge tag \u0027for-linus-3.5-20120601\u0027 of git://git.infradead.org/linux-mtd\n\nPull mtd update from David Woodhouse:\n - More robust parsing especially of xattr data in JFFS2\n - Updates to mxc_nand and gpmi drivers to support new boards and device tree\n - Improve consistency of information about ECC strength in NAND devices\n - Clean up partition handling of plat_nand\n - Support NAND drivers without dedicated access to OOB area\n - BCH hardware ECC support for OMAP\n - Other fixes and cleanups, and a few new device IDs\n\nFixed trivial conflict in drivers/mtd/nand/gpmi-nand/gpmi-nand.c due to\nadded include files next to each other.\n\n* tag \u0027for-linus-3.5-20120601\u0027 of git://git.infradead.org/linux-mtd: (75 commits)\n  mtd: mxc_nand: move ecc strengh setup before nand_scan_tail\n  mtd: block2mtd: fix recursive call of mtd_writev\n  mtd: gpmi-nand: define ecc.strength\n  mtd: of_parts: fix breakage in Kconfig\n  mtd: nand: fix scan_read_raw_oob\n  mtd: docg3 fix in-middle of blocks reads\n  mtd: cfi_cmdset_0002: Slight cleanup of fixup messages\n  mtd: add fixup for S29NS512P NOR flash.\n  jffs2: allow to complete xattr integrity check on first GC scan\n  jffs2: allow to discriminate between recoverable and non-recoverable errors\n  mtd: nand: omap: add support for hardware BCH ecc\n  ARM: OMAP3: gpmc: add BCH ecc api and modes\n  mtd: nand: check the return code of \u0027read_oob/read_oob_raw\u0027\n  mtd: nand: remove \u0027sndcmd\u0027 parameter of \u0027read_oob/read_oob_raw\u0027\n  mtd: m25p80: Add support for Winbond W25Q80BW\n  jffs2: get rid of jffs2_sync_super\n  jffs2: remove unnecessary GC pass on sync\n  jffs2: remove unnecessary GC pass on umount\n  jffs2: remove lock_super\n  mtd: gpmi: add gpmi support for mx6q\n  ...\n"
    },
    {
      "commit": "5910de9e2de453956c3a18816f4838d96ac86988",
      "tree": "941ae40e2248b7dad59e49012e8c27a2b3b7571a",
      "parents": [
        "4a85c7fa52d71806dd7389486f11eda907b49fd6"
      ],
      "author": {
        "name": "Lee Jones",
        "email": "lee.jones@linaro.org",
        "time": "Sat May 26 06:25:36 2012 +0100"
      },
      "committer": {
        "name": "Arnd Bergmann",
        "email": "arnd@arndb.de",
        "time": "Fri Jun 01 02:04:53 2012 +0200"
      },
      "message": "ARM: ux500: Enable probing of pinctrl through Device Tree\n\nThe Nomadik GPIO controller now relies on Nomadik pinctrl, however\nthe pinctrl driver is not currently started by any ux500 platform.\nThis is requred or GPIOs do not work at all.\n\nAcked-by: Linus Walleij \u003clinus.walleij@linaro.org\u003e\nSigned-off-by: Lee Jones \u003clee.jones@linaro.org\u003e\nSigned-off-by: Arnd Bergmann \u003carnd@arndb.de\u003e\n"
    },
    {
      "commit": "4a85c7fa52d71806dd7389486f11eda907b49fd6",
      "tree": "cef381739c339f04cee581470af349f49ef9d10e",
      "parents": [
        "bc36748153eea3813018fae3e361a941213e9ada"
      ],
      "author": {
        "name": "Lee Jones",
        "email": "lee.jones@linaro.org",
        "time": "Tue May 29 14:29:53 2012 +0800"
      },
      "committer": {
        "name": "Arnd Bergmann",
        "email": "arnd@arndb.de",
        "time": "Fri Jun 01 02:04:49 2012 +0200"
      },
      "message": "ARM: ux500: Add support for ab8500 regulators into the Device Tree\n\nHere we supply the information required to setup regulators successfully\non Snowball and other db8500 variants which use the ab8500 regulators.\n\nAcked-by: Linus Walleij \u003clinus.walleij@linaro.org\u003e\nSigned-off-by: Lee Jones \u003clee.jones@linaro.org\u003e\nSigned-off-by: Arnd Bergmann \u003carnd@arndb.de\u003e\n"
    },
    {
      "commit": "bc36748153eea3813018fae3e361a941213e9ada",
      "tree": "74458d04c633f3be7198a3cb42ed36ed7889c837",
      "parents": [
        "890d84fac09b7e3986317c9f6d53a7924ac10161"
      ],
      "author": {
        "name": "Lee Jones",
        "email": "lee.jones@linaro.org",
        "time": "Thu May 03 11:23:47 2012 +0100"
      },
      "committer": {
        "name": "Arnd Bergmann",
        "email": "arnd@arndb.de",
        "time": "Fri Jun 01 02:04:46 2012 +0200"
      },
      "message": "ARM: ux500: Provide regulator support for SMSC911x via Device Tree\n\nThis patch adds a fixed regulator for use by the SMSC911x Ethernet\nchip driver into the db8500 Device Tree. It also references other\nregulators required by the same device.\n\nAcked-by: Linus Walleij \u003clinus.walleij@linaro.org\u003e\nSigned-off-by: Lee Jones \u003clee.jones@linaro.org\u003e\nSigned-off-by: Arnd Bergmann \u003carnd@arndb.de\u003e\n"
    },
    {
      "commit": "e5999f28903ebf795e83c95ed19191517ad3c001",
      "tree": "ac45bd07bd3b57b36ae2afdd3a1c902d58b36ea1",
      "parents": [
        "fd6948bb2aee1020001d7fd4747160541d69e30f"
      ],
      "author": {
        "name": "Lee Jones",
        "email": "lee.jones@linaro.org",
        "time": "Fri May 04 13:32:34 2012 +0100"
      },
      "committer": {
        "name": "Arnd Bergmann",
        "email": "arnd@arndb.de",
        "time": "Fri Jun 01 02:04:37 2012 +0200"
      },
      "message": "ARM: ux500: Apply db8500-prcmu regulator information to db8500 Device Tree\n\nHere we inform Device Tree of which regulators are provided by the db8500-\nprcmu. This way we can reference some of their consumers directly from the\nDevice Tree e.g. SMSC911x Ethernet chip.\n\nAcked-by: Linus Walleij \u003clinus.walleij@linaro.org\u003e\nSigned-off-by: Lee Jones \u003clee.jones@linaro.org\u003e\nSigned-off-by: Arnd Bergmann \u003carnd@arndb.de\u003e\n"
    },
    {
      "commit": "93b5698aae844f75709f759a6c92109ce40780da",
      "tree": "18900f5355779e14944069ef24827644d252bf36",
      "parents": [
        "e6fada59d4ca59b26600c60de8f4368c8f89961f"
      ],
      "author": {
        "name": "Lee Jones",
        "email": "lee.jones@linaro.org",
        "time": "Tue May 29 14:17:36 2012 +0800"
      },
      "committer": {
        "name": "Arnd Bergmann",
        "email": "arnd@arndb.de",
        "time": "Fri Jun 01 02:04:23 2012 +0200"
      },
      "message": "ARM: ux500: Use correct format for dynamic IRQ assignment\n\nThis patch applies the correct format requested by the irq\ndomain. For chained IRQs which use GPIO lines as IRQs, we\nstipulate that a two cell request is required. The first cell\ncontains the requested IRQ and the second can contain flags\npertaining to edge detection and level sensitive values. The\nzeroth cell specifies the GPIO controller by use of a phandle.\n\nAcked-by: Linus Walleij \u003clinus.walleij@linaro.org\u003e\nSigned-off-by: Lee Jones \u003clee.jones@linaro.org\u003e\nSigned-off-by: Arnd Bergmann \u003carnd@arndb.de\u003e\n"
    },
    {
      "commit": "ccf74f7677ff1cd0044b24335a968bf9e95990eb",
      "tree": "02075c7d7c6a415181afb2e432eff9f1cd963415",
      "parents": [
        "dee42ebe45321aa5852d47bde520564e715cf321"
      ],
      "author": {
        "name": "Lee Jones",
        "email": "lee.jones@linaro.org",
        "time": "Mon May 28 16:50:49 2012 +0800"
      },
      "committer": {
        "name": "Arnd Bergmann",
        "email": "arnd@arndb.de",
        "time": "Fri Jun 01 02:04:14 2012 +0200"
      },
      "message": "ARM: ux500: PRCMU related configuration and layout corrections for Device Tree\n\nApply db8500 related PRCMU Device Tree settings and clean up some formatting\nerrors. We also remove one of the PRCMU assigned IRQs, as it is currently not\nused.\n\nAcked-by: Linus Walleij \u003clinus.walleij@linaro.org\u003e\nSigned-off-by: Lee Jones \u003clee.jones@linaro.org\u003e\nSigned-off-by: Arnd Bergmann \u003carnd@arndb.de\u003e\n"
    },
    {
      "commit": "47e1993d32d4e0f9524c2147576468fe11e87b5f",
      "tree": "9957257116c0086e891db39bfa246f3b8f3d7a0f",
      "parents": [
        "63bda79dc484c015f9902f2c8ae019952b93f876",
        "9dde0ae3769875ec1370cb316e50c54b57d52c1a",
        "a035254aefe5a6c0b45c8c55588ab47403c674ed"
      ],
      "author": {
        "name": "Olof Johansson",
        "email": "olof@lixom.net",
        "time": "Wed May 30 16:16:12 2012 -0700"
      },
      "committer": {
        "name": "Olof Johansson",
        "email": "olof@lixom.net",
        "time": "Wed May 30 16:16:12 2012 -0700"
      },
      "message": "Merge branches \u0027fixes\u0027 and \u0027fixes2\u0027 into devel-late\n\n* fixes:\n  ixp4xx: fix compilation by adding gpiolib support\n\n* fixes2:\n  ARM: LPC32xx: Adjust dts files to gpio dt binding\n"
    },
    {
      "commit": "a035254aefe5a6c0b45c8c55588ab47403c674ed",
      "tree": "79e27ac2e50d52d178bda53fa2b4241fcd46975e",
      "parents": [
        "af56e0aa35f3ae2a4c1a6d1000702df1dd78cb76"
      ],
      "author": {
        "name": "Roland Stigge",
        "email": "stigge@antcom.de",
        "time": "Sat May 19 12:28:53 2012 +0200"
      },
      "committer": {
        "name": "Olof Johansson",
        "email": "olof@lixom.net",
        "time": "Wed May 30 16:15:53 2012 -0700"
      },
      "message": "ARM: LPC32xx: Adjust dts files to gpio dt binding\n\nThe GPIO devicetree binding in 3.5 doesn\u0027t register the various LPC32xx GPIO\nbanks via DT subnodes but always all at once, and changes the gpio referencing\nto 3 cells (bank, gpio, flags). This patch adjusts the DTS files to this\nbinding that was just accepted to the gpio subsystem.\n\nSigned-off-by: Roland Stigge \u003cstigge@antcom.de\u003e\nSigned-off-by: Olof Johansson \u003colof@lixom.net\u003e\n"
    },
    {
      "commit": "929d138a3ba776145d2f421c2c4f16d922535090",
      "tree": "cb725266d584eb6a64d4bbc010449bb50ecac247",
      "parents": [
        "d64f41d8d2dabf4d10a11f7a5d1ef8706969655f",
        "67e7ebc21ff5a5bbcb10c9a980896f0e253bcd40"
      ],
      "author": {
        "name": "Olof Johansson",
        "email": "olof@lixom.net",
        "time": "Wed May 30 16:06:46 2012 -0700"
      },
      "committer": {
        "name": "Olof Johansson",
        "email": "olof@lixom.net",
        "time": "Wed May 30 16:06:46 2012 -0700"
      },
      "message": "Merge branch \u0027late/soc\u0027 into devel-late\n\n* late/soc:\n  ARM: vexpress: Remove twice included header files\n  ARM: vexpress: Device Tree updates\n  ARM: EXYNOS: Support suspend and resume for EXYNOS5250\n  ARM: EXYNOS: Add Clock register list for save and restore\n  ARM: EXYNOS: Add PMU table for EXYNOS5250\n  ARM: EXYNOS: Rename of function for pm.c\n  ARM: EXYNOS: Remove GIC save \u0026 restore function\n  ARM: dts: Add node for interrupt combiner controller on EXYNOS5250\n  ARM: S3C24XX: add support for second irq set of S3C2416\n"
    },
    {
      "commit": "67e7ebc21ff5a5bbcb10c9a980896f0e253bcd40",
      "tree": "f12706b80194f48aad3a1bd70ae9215d48875591",
      "parents": [
        "516fb7a22a5347dc6db731369c365ed1f9b64632",
        "c533f32e1ac440b8840159f89ece8c9cca2422b5"
      ],
      "author": {
        "name": "Olof Johansson",
        "email": "olof@lixom.net",
        "time": "Sat May 26 13:30:41 2012 -0700"
      },
      "committer": {
        "name": "Olof Johansson",
        "email": "olof@lixom.net",
        "time": "Sat May 26 13:30:41 2012 -0700"
      },
      "message": "Merge branch \u0027vexpress-v3.4\u0027 of git://git.linaro.org/people/pawelmoll/linux into late/soc\n\nA few device tree updates and an include file fix for versatile.\n\n* \u0027vexpress-v3.4\u0027 of git://git.linaro.org/people/pawelmoll/linux:\n  ARM: vexpress: Remove twice included header files\n  ARM: vexpress: Device Tree updates\n  + update to 3.4\n\nSigned-off-by: Olof Johansson \u003colof@lixom.net\u003e\n"
    },
    {
      "commit": "30b842889eea1bea02dff55b13d2ddf07a46ce78",
      "tree": "827d96b61384d5fe22ed7aeba02b34026648046e",
      "parents": [
        "84a442b9a16ee69243ce7fce5d6f6f9c3fbdee68",
        "820f3dd7964f1889baaaaa0c2ba45d05bb619f66"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Sat May 26 13:05:55 2012 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Sat May 26 13:05:55 2012 -0700"
      },
      "message": "Merge tag \u0027soc2\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc\n\nPull arm-soc: soc specific changes (part 2) from Olof Johansson:\n \"This adds support for the spear13xx platform, which has first been\n  under review a long time ago and finally been completed after generic\n  spear work has gone into the clock, dt and pinctrl branches.\n\n  Also a number of updates for the samsung socs are part of this branch.\"\n\nFix up trivial conflicts in drivers/gpio/gpio-samsung.c that look much\nworse than they are: the exonys5 init code was refactored in commit\nfd454997d687 (\"gpio: samsung: refactor gpiolib init for exynos4/5\"), and\nthen commit f10590c9836c (\"ARM: EXYNOS: add GPC4 bank instance\") added a\nnew gpio chip define and did tiny updates to the init code.\n\nSo the conflict diff looks like hell, but it\u0027s actually a fairly simple\nchange.\n\n* tag \u0027soc2\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc: (34 commits)\n  ARM: exynos: fix building with CONFIG_OF disabled\n  ARM: EXYNOS: Add AUXDATA for i2c controllers\n  ARM: dts: Update device tree source files for EXYNOS5250\n  ARM: EXYNOS: Add device tree support for interrupt combiner\n  ARM: EXYNOS: Add irq_domain support for interrupt combiner\n  ARM: EXYNOS: Remove a new bus_type instance for EXYNOS5\n  ARM: EXYNOS: update irqs for EXYNOS5250 SoC\n  ARM: EXYNOS: Add pre-divider and fout mux clocks for bpll and mpll\n  ARM: EXYNOS: add GPC4 bank instance\n  ARM: EXYNOS: Redefine IRQ_MCT_L0,1 definition\n  ARM: EXYNOS: Modify the GIC physical address for static io-mapping\n  ARM: EXYNOS: Add watchdog timer clock instance\n  pinctrl: SPEAr1310: Fix pin numbers for clcd_high_res\n  SPEAr: Update MAINTAINERS and Documentation\n  SPEAr13xx: Add defconfig\n  SPEAr13xx: Add compilation support\n  SPEAr13xx: Add dts and dtsi files\n  pinctrl: Add SPEAr13xx pinctrl drivers\n  pinctrl: SPEAr: Create macro for declaring GPIO PINS\n  SPEAr13xx: Add common clock framework support\n  ...\n"
    },
    {
      "commit": "84a442b9a16ee69243ce7fce5d6f6f9c3fbdee68",
      "tree": "332a0c901d8ab2ffb19b8ce14b4b094bf5b08657",
      "parents": [
        "39b6cc668c5ecc66f6f9c9293ffab681cb6f7065",
        "deb88cc3c69975cbd9875ed9fac259b351f6b64d"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Sat May 26 12:57:47 2012 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Sat May 26 12:57:47 2012 -0700"
      },
      "message": "Merge tag \u0027dt2\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc\n\nPull arm-soc device tree conversions (part 2) from Olof Johansson:\n \"These continue the device tree work from part 1, this set is for the\n  tegra, mxs and imx platforms, all of which have dependencies on clock\n  or pinctrl changes submitted earlier.\"\n\nFix up trivial conflicts due to nearby changes in\ndrivers/{gpio/gpio,i2c/busses/i2c}-mxs.c\n\n* tag \u0027dt2\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc: (73 commits)\n  ARM: dt: tegra: invert status\u003ddisable vs status\u003dokay\n  ARM: dt: tegra: consistent basic property ordering\n  ARM: dt: tegra: sort nodes based on bus order\n  ARM: dt: tegra: remove duplicate device_type property\n  ARM: dt: tegra: consistenly use lower-case for hex constants\n  ARM: dt: tegra: format regs properties consistently\n  ARM: dt: tegra: gpio comment cleanup\n  ARM: dt: tegra: remove unnecessary unit addresses\n  ARM: dt: tegra: whitespace cleanup\n  ARM: dt: tegra cardhu: fix typo in SDHCI node name\n  ARM: dt: tegra: cardhu: register core regulator tps62361\n  ARM: dt: tegra30.dtsi: Add SMMU node\n  ARM: dt: tegra20.dtsi: Add GART node\n  ARM: dt: tegra30.dtsi: Add Memory Controller(MC) nodes\n  ARM: dt: tegra20.dtsi: Add Memory Controller(MC) nodes\n  ARM: dt: tegra: Add device tree support for AHB\n  ARM: dts: enable audio support for imx28-evk\n  ARM: dts: enable i2c device for imx28-evk\n  i2c: mxs: add device tree probe support\n  ARM: dts: enable mmc for imx28-evk\n  ...\n"
    },
    {
      "commit": "27953437059c64d14086196eb96f43c78caa9db3",
      "tree": "0cfd5fb21262a6db3de0c64462847b4c0c43e9df",
      "parents": [
        "2c757fd5d1a92086f225a75a8fac7cab242d11b0",
        "3c0dec5f58b3c7b3627715126d1bf9b030a076f0"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Sat May 26 12:42:29 2012 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Sat May 26 12:42:29 2012 -0700"
      },
      "message": "Merge tag \u0027clock\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc\n\nPull arm-soc clock driver changes from Olof Johansson:\n \"The new clock subsystem was merged in linux-3.4 without any users,\n  this now moves the first three platforms over to it: imx, mxs and\n  spear.\n\n  The series also contains the changes for the clock subsystem itself,\n  since Mike preferred to have it together with the platforms that\n  require these changes, in order to avoid interdependencies and\n  conflicts.\"\n\nFix up trivial conflicts in arch/arm/mach-kirkwood/common.c (code\nremoved in one branch, added OF support in another) and\ndrivers/dma/imx-sdma.c (independent changes next to each other).\n\n* tag \u0027clock\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc: (97 commits)\n  clk: Fix CLK_SET_RATE_GATE flag validation in clk_set_rate().\n  clk: Provide dummy clk_unregister()\n  SPEAr: Update defconfigs\n  SPEAr: Add SMI NOR partition info in dts files\n  SPEAr: Switch to common clock framework\n  SPEAr: Call clk_prepare() before calling clk_enable\n  SPEAr: clk: Add General Purpose Timer Synthesizer clock\n  SPEAr: clk: Add Fractional Synthesizer clock\n  SPEAr: clk: Add Auxiliary Synthesizer clock\n  SPEAr: clk: Add VCO-PLL Synthesizer clock\n  SPEAr: Add DT bindings for SPEAr\u0027s timer\n  ARM i.MX: remove now unused clock files\n  ARM: i.MX6: implement clocks using common clock framework\n  ARM i.MX35: implement clocks using common clock framework\n  ARM i.MX5: implement clocks using common clock framework\n  ARM: Kirkwood: Replace clock gating\n  ARM: Orion: Audio: Add clk/clkdev support\n  ARM: Orion: PCIE: Add support for clk\n  ARM: Orion: XOR: Add support for clk\n  ARM: Orion: CESA: Add support for clk\n  ...\n"
    },
    {
      "commit": "ce53044c68cf4fb6c50a2a0d88786be65fae7235",
      "tree": "19c21da7d261412192e189ef3fd1a9ff4e7ba5c2",
      "parents": [
        "0877aa3908aaeeae8fc2850691668c4315d3db56",
        "046fae440d32cc6dec8148c7e06a8b4b987f8a2f"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Sat May 26 12:22:27 2012 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Sat May 26 12:22:27 2012 -0700"
      },
      "message": "Merge tag \u0027drivers\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc\n\nPull arm-soc driver specific updates from Olof Johansson:\n \"These changes are specific to some driver that may be used by multiple\n  boards or socs.  The most significant change in here is the move of\n  the samsung iommu code from a platform specific in-kernel interface to\n  the generic iommu subsystem.\"\n\nFix up trivial conflicts in arch/arm/mach-exynos/Kconfig\n\n* tag \u0027drivers\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc: (28 commits)\n  mmc: dt: Consolidate DT bindings\n  iommu/exynos: Add iommu driver for EXYNOS Platforms\n  ARM: davinci: optimize the DMA ISR\n  ARM: davinci: implement DEBUG_LL port choice\n  ARM: tegra: Add SMMU enabler in AHB\n  ARM: tegra: Add Tegra AHB driver\n  Input: pxa27x_keypad add choice to set direct_key_mask\n  Input: pxa27x_keypad direct key may be low active\n  Input: pxa27x_keypad bug fix for direct_key_mask\n  Input: pxa27x_keypad keep clock on as wakeup source\n  ARM: dt: tegra: pinmux changes for USB ULPI\n  ARM: tegra: add USB ULPI PHY reset GPIO to device tree\n  ARM: tegra: don\u0027t hard-code USB ULPI PHY reset_gpio\n  ARM: tegra: change pll_p_out4\u0027s rate to 24MHz\n  ARM: tegra: fix pclk rate\n  ARM: tegra: reparent sclk to pll_c_out1\n  ARM: tegra: Add pllc clock init table\n  ARM: dt: tegra cardhu: basic audio support\n  ARM: dt: tegra30.dtsi: Add audio-related nodes\n  ARM: tegra: add AUXDATA required for audio\n  ...\n"
    },
    {
      "commit": "fb09bafda67041b74a668dc9d77735e36bd33d3b",
      "tree": "2dd32b65062a95045468fdcab366ecdb8e4fcac6",
      "parents": [
        "94b5aff4c6f72fee6b0f49d49e4fa8b204e8ded9",
        "c3c6cc91b0ae7b3d598488ad0b593bafba4a0817"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Tue May 22 16:34:21 2012 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Tue May 22 16:34:21 2012 -0700"
      },
      "message": "Merge tag \u0027staging-3.5-rc1\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging\n\nPull staging tree changes from Greg Kroah-Hartman:\n \"Here is the big staging tree pull request for the 3.5-rc1 merge\n  window.\n\n  Loads of changes here, and we just narrowly added more lines than we\n  added:\n   622 files changed, 28356 insertions(+), 26059 deletions(-)\n\n  But, good news is that there is a number of subsystems that moved out\n  of the staging tree, to their respective \"real\" portions of the\n  kernel.\n\n  Code that moved out was:\n\t- iio core code\n\t- mei driver\n\t- vme core and bridge drivers\n\n  There was one broken network driver that moved into staging as a step\n  before it is removed from the tree (pc300), and there was a few new\n  drivers added to the tree:\n\t- new iio drivers\n\t- gdm72xx wimax USB driver\n\t- ipack subsystem and 2 drivers\n\n  All of the movements around have acks from the various subsystem\n  maintainers, and all of this has been in the linux-next tree for a\n  while.\n\n  Signed-off-by: Greg Kroah-Hartman \u003cgregkh@linuxfoundation.org\u003e\"\n\nFixed up various trivial conflicts, along with a non-trivial one found\nin -next and pointed out by Olof Johanssen: a clean - but incorrect -\nmerge of the arch/arm/boot/dts/at91sam9g20.dtsi file.  Fix up manually\nas per Stephen Rothwell.\n\n* tag \u0027staging-3.5-rc1\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging: (536 commits)\n  Staging: bcm: Remove two unused variables from Adapter.h\n  Staging: bcm: Removes the volatile type definition from Adapter.h\n  Staging: bcm: Rename all \"INT\" to \"int\" in Adapter.h\n  Staging: bcm: Fix warning: __packed vs. __attribute__((packed)) in Adapter.h\n  Staging: bcm: Correctly format all comments in Adapter.h\n  Staging: bcm: Fix all whitespace issues in Adapter.h\n  Staging: bcm: Properly format braces in Adapter.h\n  Staging: ipack/bridges/tpci200: remove unneeded casts\n  Staging: ipack/bridges/tpci200: remove TPCI200_SHORTNAME constant\n  Staging: ipack: remove board_name and bus_name fields from struct ipack_device\n  Staging: ipack: improve the register of a bus and a device in the bus.\n  staging: comedi: cleanup all the comedi_driver \u0027detach\u0027 functions\n  staging: comedi: remove all \u0027default N\u0027 in Kconfig\n  staging: line6/config.h: Delete unused header\n  staging: gdm72xx depends on NET\n  staging: gdm72xx: Set up parent link in sysfs for gdm72xx devices\n  staging: drm/omap: initial dmabuf/prime import support\n  staging: drm/omap: dmabuf/prime mmap support\n  pstore/ram: Add ECC support\n  pstore/ram: Switch to persistent_ram routines\n  ...\n"
    },
    {
      "commit": "f6a26ae7699416d86bea8cb68ce413571e9cab3c",
      "tree": "e91b7a7c7513151fe583721f7435cc9f5cdc4f42",
      "parents": [
        "cdd3a354a05b0c33fe33ab11a0fb0838396cad19",
        "48a5765e5104f1afd22c75c5030af3a6cf24b4c3"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Tue May 22 13:32:53 2012 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Tue May 22 13:32:53 2012 -0700"
      },
      "message": "Merge tag \u0027boards\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc\n\nPull arm-soc board specific changes from Olof Johansson:\n \"While we generally attempt to get rid of board specific files and\n  replace them with device tree based descriptions, a lot of platforms\n  have not come that far:\n\n  In shmobile, we add two new board files because their recently started\n  effort to add DT support has not proceeded enough to use it for all of\n  the important hardware.\n\n  In Kirkwood, we are adding support for new boards with a combination\n  of DT and board file contents in multiple cases.\n\n  pxa/mmp and imx are extending support for existing board files but not\n  adding new ones.\"\n\nFix up trivial conflicts in arch/arm/mach-{mmp/ttc_dkb.c,shmobile/{Kconfig,Makefile}}\n\n* tag \u0027boards\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc: (94 commits)\n  ARM: shmobile: fix smp build\n  ARM: kirkwood: Add support for RaidSonic IB-NAS6210/6220 using devicetree\n  kirkwood: Add iconnect support\n  orion/kirkwood: create a generic function for gpio led blinking\n  kirkwood/orion: fix orion_gpio_set_blink\n  ARM: kirkwood: Define DNS-320/DNS-325 NAND in fdt\n  kirkwood: Allow nand to be configured via. devicetree\n  mtd: Add orion_nand devicetree bindings\n  ARM: kirkwood: Basic support for DNS-320 and DNS-325\n  ARM: mach-shmobile: Use DT_MACHINE for armadillo 800 eva\n  ARM: mach-shmobile: Use DT_MACHINE for KZM9G\n  ARM: pxa: hx4700: Add Synaptics NavPoint touchpad\n  ARM: pxa: Use REGULATOR_SUPPLY macro\n  ARM: mach-shmobile: kzm9g: enable SMP boot\n  ARM: mach-shmobile: kzm9g: defconfig update\n  ARM: mach-shmobile: kzm9g: add PCF8757 gpio-key\n  ARM: mach-shmobile: kzm9g: add SDHI support\n  ARM: mach-shmobile: kzm9g: add MMCIF support\n  ARM: mach-shmobile: kzm9g: correct screen direction\n  ARM: mach-shmobile: sh73a0.h: add GPIO_NR\n  ...\n"
    },
    {
      "commit": "813a95e5b4fa936bbde10ef89188932745dcd7f4",
      "tree": "571ca345861ffb89b45fabe26fcab4e133c8537b",
      "parents": [
        "9f639269ed1522c7d69c54cc8b80ab8ee53fcb10",
        "f3f08dcb9965f42378851ce888fb7539607712e6"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Tue May 22 09:39:42 2012 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Tue May 22 09:39:42 2012 -0700"
      },
      "message": "Merge tag \u0027pinctrl\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc\n\nPull arm soc-specific pinctrl changes from Olof Johansson:\n \"With this, five platforms are moving to the relatively new pinctrl\n  subsystem for their pin management, replacing the older soc specific\n  in-kernel interfaces with common code.\n\n  There is quite a bit of net addition of code for each platform being\n  added to the pinctrl subsystem.  But the payback comes later when\n  adding new boards can be done by only providing new device trees\n  instead.\"\n\nFix up trivial conflicts in arch/arm/mach-ux500/{Makefile,board-mop500.c}\n\n* tag \u0027pinctrl\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc: (61 commits)\n  mtd: nand: gpmi: fix compile error caused by pinctrl call\n  ARM: PRIMA2: select PINCTRL and PINCTRL_SIRF in Kconfig\n  ARM: nomadik: enable PINCTRL_NOMADIK where needed\n  ARM: mxs: enable pinctrl support\n  video: mxsfb: adopt pinctrl support\n  ASoC: mxs-saif: adopt pinctrl support\n  i2c: mxs: adopt pinctrl support\n  mtd: nand: gpmi: adopt pinctrl support\n  mmc: mxs-mmc: adopt pinctrl support\n  serial: mxs-auart: adopt pinctrl support\n  serial: amba-pl011: adopt pinctrl support\n  spi/imx: adopt pinctrl support\n  i2c: imx: adopt pinctrl support\n  can: flexcan: adopt pinctrl support\n  net: fec: adopt pinctrl support\n  ARM: ux500: switch MSP to using pinctrl for pins\n  ARM: ux500: alter MSP registration to return a device pointer\n  ARM: ux500: switch to using pinctrl for uart0\n  ARM: ux500: delete custom pin control system\n  ARM: ux500: switch over to Nomadik pinctrl driver\n  ...\n"
    },
    {
      "commit": "9f639269ed1522c7d69c54cc8b80ab8ee53fcb10",
      "tree": "bf3e38862b6e4e4c416a6e075b614f2c4befe3e9",
      "parents": [
        "b324c67d4800e59171f48d9ddab6cbfb59110482",
        "0804dcb2afdcf014947ee98264041765f580d43f"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Tue May 22 09:32:42 2012 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Tue May 22 09:32:42 2012 -0700"
      },
      "message": "Merge tag \u0027soc\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc\n\nPull support for new arm SoCs from Olof Johansson:\n \"Three new system-on-chip models are supported: the st-ericsson u9540\n  in ux500, the sam9n12 in at91 and the emma ev2 in shmobile.\n\n  Emma is a little bit special because it is completely unrelated to the\n  classic shmobile models, but the new Renesas rmobile SoCs are a\n  combination of things from both Emma and shmobile, so it was decided\n  to have them all live in one directory.\n\n  This also contains updates to existing shmobile soc code as well as\n  some related board changes due to dependencies.\"\n\n* tag \u0027soc\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc: (23 commits)\n  mach-shmobile: Use DT_MACHINE for KZM9D V3\n  mach-shmobile: Emma Mobile EV2 DT support V3\n  mach-shmobile: KZM9D board Ethernet support V3\n  mach-shmobile: Emma Mobile EV2 GPIO support V3\n  mach-shmobile: Emma Mobile EV2 SMP support V3\n  mach-shmobile: KZM9D board support V3\n  mach-shmobile: Emma Mobile EV2 SoC base support V3\n  gpio: Emma Mobile GPIO driver V2\n  ARM: mach-shmobile: sh73a0: fixup PINT/IRQ16-IRQ31 irq number conflict\n  ARM: mach-shmobile: clock-r8a7740: use followparent_recalc on usb24s\n  ARM: mach-shmobile: clock-r8a7740: add MMCIF clock\n  ARM: mach-shmobile: clock-r8a7740: add SDHI clock\n  ARM: mach-shmobile: clock-r8a7740: add USB clock\n  ARM: mach-shmobile: clock-r8a7740: add FSI clock\n  ARM: mach-shmobile: r8a7740: cleanup I2C workaround method\n  ARM: mach-shmobile: r8a7740: add gpio_irq support\n  ARM: mach-shmobile: sh7372: Add FSI DMAEngine support\n  ARM / mach-shmobile: Use preset_lpj with calibrate_delay()\n  ARM: ux500: ioremap differences for DB9540\n  ARM: ux500: core U9540 support\n  ...\n"
    },
    {
      "commit": "b324c67d4800e59171f48d9ddab6cbfb59110482",
      "tree": "a16509a710e76fa24c01514b60aed06b7db13716",
      "parents": [
        "8dca6010d44cc722a94dc6da96560f9083dac782",
        "396d81cd0fe12ce5d1f6d159f093f9315d2837bc"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Tue May 22 09:30:52 2012 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Tue May 22 09:30:52 2012 -0700"
      },
      "message": "Merge tag \u0027dt\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc\n\nPull device tree conversions for arm-soc, part 1, from Olof Johansson:\n \"The spear3xx, lpc32xx, shmobile and mmp platforms are joining the game\n  of booting using device trees, which is a great step forward for them.\n  at91 and spear have pretty much completed this process with a huge\n  amount of work being put into at91.  The other platforms are\n  continuing the process.\n\n  We finally start to see the payback on this investment, as new\n  machines are getting supported purely by adding a .dts source file\n  that can be completely independent of the kernel source.\"\n\nFix up trivial conflict in arch/arm/Kconfig\n\n* tag \u0027dt\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc: (83 commits)\n  ARM: at91: Add ADC driver to at91sam9260/at91sam9g20 dtsi files\n  arm/dts: omap4-panda: Add LEDs support\n  arm/dts: omap4-sdp: Add LEDs support\n  arm/dts: twl4030: Add twl4030-gpio node\n  OMAP4: devices: Do not create mcpdm device if the dtb has been provided\n  OMAP4: devices: Do not create dmic device if the dtb has been provided\n  Documentation: update docs for mmp dt\n  ARM: dts: refresh dts file for arch mmp\n  ARM: mmp: support pxa910 with device tree\n  ARM: mmp: support mmp2 with device tree\n  gpio: pxa: parse gpio from DTS file\n  ARM: mmp: support DT in timer\n  ARM: mmp: support DT in irq\n  ARM: mmp: append CONFIG_MACH_MMP2_DT\n  ARM: mmp: fix build issue on mmp with device tree\n  ARM: ux500: Enable PRCMU Timer 4 (clocksource) for Device Tree\n  ARM: ux500: Disable SMSC911x platform code registration when DT is enabled\n  ARM: ux500: Fork cpu-db8500 platform_devs for sequential DT enablement\n  ARM: ux500: Do not attempt to register non-existent i2c devices on Snowball\n  ARM: SPEAr3xx: Correct keyboard data passed from DT\n  ...\n"
    },
    {
      "commit": "9bc747bea5fad819e0c0ad96e6a67ea0640dfe2b",
      "tree": "d500225e7a1c90a6bd17d3e63e2f6e781810db2b",
      "parents": [
        "32b908eea9e5ecd1049008e134eadbfcd0da5e38",
        "0e896b1ddc1905df904df98c204bacf028219729"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Tue May 22 09:23:24 2012 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Tue May 22 09:23:24 2012 -0700"
      },
      "message": "Merge tag \u0027cleanup\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc\n\nPull first batch of arm-soc cleanups from Olof Johansson:\n \"These cleanups are basically all over the place.  The idea is to\n  collect changes with minimal impact but large number of changes so we\n  can avoid them from distracting in the diffstat in the other series.\n\n  A significant number of lines get removed here, in particular because\n  the ixp2000 and ixp23xx platforms get removed.  These have never been\n  extremely popular and have fallen into disuse over time with no active\n  maintainer taking care of them.  The u5500 soc never made it into a\n  product, so we are removing it from the ux500 platform.\n\n  Many good cleanups also went into the at91 and omap platforms, as has\n  been the case for a number of releases.\"\n\nTrivial modify-delete conflicts in arch/arm/mach-{ixp2000,ixp23xx}\n\n* tag \u0027cleanup\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc: (152 commits)\n  ARM: clps711x: Cleanup IRQ handling\n  ARM clps711x: Removed unused header mach/time.h\n  ARM: clps711x: Added note about support EP731x CPU to Kconfig\n  ARM: clps711x: Added missing register definitions\n  ARM: clps711x: Used own subarch directory for store header file\n  Dove: Fix Section mismatch warnings\n  ARM: orion5x: ts78xx debugging changes\n  ARM: orion5x: remove PM dependency from ts78xx\n  ARM: orion5x: ts78xx fix NAND resource off by one\n  ARM: orion5x: ts78xx whitespace cleanups\n  Orion5x: Fix Section mismatch warnings\n  Orion5x: Fix warning: struct pci_dev declared inside paramter list\n  ARM: clps711x: Combine header files into one for clps711x-targets\n  ARM: S3C24XX: Use common macro to define resources on mach-qt2410.c\n  ARM: S3C24XX: Use common macro to define resources on mach-osiris.c\n  ARM: EXYNOS: Adapt to cpuidle core time keeping and irq enable\n  ARM: S5PV210: Use common macro to define resources on mach-smdkv210.c\n  ARM: S5PV210: Use common macro to define resources on dev-audio.c\n  ARM: S5PC100: Use common macro to define resources on dev-audio.c\n  ARM: S5P64X0: Use common macro to define resources on dev-audio.c\n  ...\n"
    },
    {
      "commit": "4ab1056766a4e49f6b9ef324313dd1583f8f8f4e",
      "tree": "89f975e7e021dd27dc807e45445e963aeb39fcda",
      "parents": [
        "4175160b065e74572819a320dcd34129224a4e1c",
        "4cdfc2ec72e940abb4322aa1bc14f43a1486fc5d"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Mon May 21 15:15:33 2012 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Mon May 21 15:15:33 2012 +0100"
      },
      "message": "Merge branch \u0027v3-removal\u0027 into for-linus\n\nConflicts:\n\tarch/arm/boot/compressed/head.S\n"
    },
    {
      "commit": "4175160b065e74572819a320dcd34129224a4e1c",
      "tree": "3298e2c9a7c7db33bf28617875e5429e17eec61c",
      "parents": [
        "ddf90a2ff2c4a9da99acc898a4afeab3e4251fcd",
        "0ec8e7aa8f63f0cacd545fcd7f40f93fde2c0e6e"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Mon May 21 15:15:24 2012 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Mon May 21 15:15:24 2012 +0100"
      },
      "message": "Merge branch \u0027misc\u0027 into for-linus\n\nConflicts:\n\tarch/arm/kernel/ptrace.c\n"
    },
    {
      "commit": "e29b65dbc5d0431e8f063fab19fafaaa744d55ce",
      "tree": "a0e08c67f6b7f1d47fdf30cf3a95f730b825a6b7",
      "parents": [
        "76e10d158efb6d4516018846f60c2ab5501900bc"
      ],
      "author": {
        "name": "Pawel Moll",
        "email": "pawel.moll@arm.com",
        "time": "Thu May 10 17:12:07 2012 +0100"
      },
      "committer": {
        "name": "Pawel Moll",
        "email": "pawel.moll@arm.com",
        "time": "Mon May 21 09:30:37 2012 +0100"
      },
      "message": "ARM: vexpress: Device Tree updates\n\n* Added extra regs for A15 VGIC\n* Added A15 architected timer node\n* Split A5 and A9 TWD nodes into two separate ones for timer\n  and watchdog; interrupt definitions fixed on the way\n* Fixed typo in A5 GIC compatible value\n\nAll the changes courtesy of Marc Zyngier.\n\nSigned-off-by: Pawel Moll \u003cpawel.moll@arm.com\u003e\n"
    },
    {
      "commit": "0804dcb2afdcf014947ee98264041765f580d43f",
      "tree": "7711bd9db2e31a23880b2d463066de92f0f64a52",
      "parents": [
        "19a64d9d591f9d188707e86e53bc0c4ed99ac8f0",
        "450cca47d65b7500ba05d56770adbf8c758dc87d"
      ],
      "author": {
        "name": "Olof Johansson",
        "email": "olof@lixom.net",
        "time": "Sat May 19 11:57:36 2012 -0700"
      },
      "committer": {
        "name": "Olof Johansson",
        "email": "olof@lixom.net",
        "time": "Sat May 19 11:57:36 2012 -0700"
      },
      "message": "Merge branch \u0027emev2\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/renesas into next/soc\n\n* \u0027emev2\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/renesas:\n  mach-shmobile: Use DT_MACHINE for KZM9D V3\n  mach-shmobile: Emma Mobile EV2 DT support V3\n  mach-shmobile: KZM9D board Ethernet support V3\n  mach-shmobile: Emma Mobile EV2 GPIO support V3\n  mach-shmobile: Emma Mobile EV2 SMP support V3\n  mach-shmobile: KZM9D board support V3\n  mach-shmobile: Emma Mobile EV2 SoC base support V3\n  gpio: Emma Mobile GPIO driver V2\n"
    },
    {
      "commit": "fe84cdf6726b60083b4cb85b8d8440e5f97a694b",
      "tree": "8bd7cbb5034bb440d0e3b972f6f56d256358f371",
      "parents": [
        "0e944e276c7ebcb880d20f6e9255f596c85fc767"
      ],
      "author": {
        "name": "Thomas Abraham",
        "email": "thomas.abraham@linaro.org",
        "time": "Fri May 18 09:29:35 2012 +0530"
      },
      "committer": {
        "name": "Kukjin Kim",
        "email": "kgene.kim@samsung.com",
        "time": "Sun May 20 03:05:36 2012 +0900"
      },
      "message": "ARM: dts: Add node for interrupt combiner controller on EXYNOS5250\n\nEXYNOS5250 includes a interrupt combiner controller that can group\nupto 8 interrupts from different sources and deliver a single combined\ninterrupt to the GIC. Add a node for the interrupt combiner controller\nin the device tree source file.\n\nSigned-off-by: Thomas Abraham \u003cthomas.abraham@linaro.org\u003e\nSigned-off-by: Kukjin Kim \u003ckgene.kim@samsung.com\u003e\n"
    },
    {
      "commit": "396d81cd0fe12ce5d1f6d159f093f9315d2837bc",
      "tree": "555d26a1852d79a58b36b5cc0cfb30bf2c7fc5da",
      "parents": [
        "86e43a7aff23ce828273cbef6b0d2b0abe095ac8",
        "73d68d91aa1b9e9cb6c1635143799c0fec484c08"
      ],
      "author": {
        "name": "Arnd Bergmann",
        "email": "arnd@arndb.de",
        "time": "Fri May 18 15:04:12 2012 +0200"
      },
      "committer": {
        "name": "Arnd Bergmann",
        "email": "arnd@arndb.de",
        "time": "Fri May 18 15:04:12 2012 +0200"
      },
      "message": "Merge branch \u0027at91/dt\u0027 into next/dt\n\nThis should help the merge with the at91 adc driver that is currently\nin the staging tree.\n\n* at91/dt:\n  ARM: at91: Add ADC driver to at91sam9260/at91sam9g20 dtsi files\n\nSigned-off-by: Arnd Bergmann \u003carnd@arndb.de\u003e\n"
    },
    {
      "commit": "73d68d91aa1b9e9cb6c1635143799c0fec484c08",
      "tree": "70ee5e9b0e173c7d24fd4171924389ba7ccf4049",
      "parents": [
        "26690863e2c1fa4fee5f6137b219f4b8a1a02287"
      ],
      "author": {
        "name": "Nicolas Ferre",
        "email": "nicolas.ferre@atmel.com",
        "time": "Wed May 16 17:37:06 2012 +0200"
      },
      "committer": {
        "name": "Arnd Bergmann",
        "email": "arnd@arndb.de",
        "time": "Fri May 18 15:02:56 2012 +0200"
      },
      "message": "ARM: at91: Add ADC driver to at91sam9260/at91sam9g20 dtsi files\n\nNow that the bulk of at91sam9g20-related nodes are located in at91sam9260.dtsi,\nwe have to re-create the path to this ADC node for SoC specific parts.\n\nSigned-off-by: Nicolas Ferre \u003cnicolas.ferre@atmel.com\u003e\nSigned-off-by: Arnd Bergmann \u003carnd@arndb.de\u003e\n"
    },
    {
      "commit": "450cca47d65b7500ba05d56770adbf8c758dc87d",
      "tree": "cd8d8ba5024737ee372cf9d9f2753cb88e3cd03d",
      "parents": [
        "3d5de27174955702bc874302ba9e72d71d5acd58"
      ],
      "author": {
        "name": "Magnus Damm",
        "email": "damm@opensource.se",
        "time": "Wed May 16 15:46:03 2012 +0900"
      },
      "committer": {
        "name": "Rafael J. Wysocki",
        "email": "rjw@sisk.pl",
        "time": "Fri May 18 00:14:03 2012 +0200"
      },
      "message": "mach-shmobile: Use DT_MACHINE for KZM9D V3\n\nUse DT_MACHINE_START() on the emev2 based KZM9D board.\n\nAlso include a tiny DTS file to describe the board and\nupdate the Kconfig dependencies to select CONFIG_USE_OF.\n\nUpdate the SMP glue code to use OF for matching.\n\nSigned-off-by: Magnus Damm \u003cdamm@opensource.se\u003e\nSigned-off-by: Rafael J. Wysocki \u003crjw@sisk.pl\u003e\n"
    },
    {
      "commit": "3d5de27174955702bc874302ba9e72d71d5acd58",
      "tree": "a2dc7e5fc0a818fb718f2353b74ca98aa45c8738",
      "parents": [
        "0c73f7bc124e1657a583d9dfb0d168a69005e2d3"
      ],
      "author": {
        "name": "Magnus Damm",
        "email": "damm@opensource.se",
        "time": "Wed May 16 15:45:54 2012 +0900"
      },
      "committer": {
        "name": "Rafael J. Wysocki",
        "email": "rjw@sisk.pl",
        "time": "Fri May 18 00:14:03 2012 +0200"
      },
      "message": "mach-shmobile: Emma Mobile EV2 DT support V3\n\nThis is EMEV2 DT support V3. The support is limited to\nwhatever devices that are complied in the kernel. At this\npoint we have UARTs handled by \"em-uart\" and a timer\nhandled by \"em-sti\". Clocks and SMP are not supported.\n\nSigned-off-by: Magnus Damm \u003cdamm@opensource.se\u003e\nSigned-off-by: Rafael J. Wysocki \u003crjw@sisk.pl\u003e\n"
    },
    {
      "commit": "0e6ce5f168e3b600b88d7e1a08c5b85cbceec6cb",
      "tree": "a9fb7bac610ec47083ef125d5d8694d2419dd7e9",
      "parents": [
        "423b742bec02b6c8d4e060517ce05b4cd3fd91c1",
        "9601e87388f4969a80b021a40215d24c4e78d5b3"
      ],
      "author": {
        "name": "Arnd Bergmann",
        "email": "arnd@arndb.de",
        "time": "Tue May 15 22:02:32 2012 +0200"
      },
      "committer": {
        "name": "Arnd Bergmann",
        "email": "arnd@arndb.de",
        "time": "Wed May 16 22:17:08 2012 +0200"
      },
      "message": "Merge branch \u0027renesas/board2\u0027 into next/boards\n\n* renesas/board2:\n  ARM: shmobile: fix smp build\n\nSigned-off-by: Arnd Bergmann \u003carnd@arndb.de\u003e\n"
    },
    {
      "commit": "9601e87388f4969a80b021a40215d24c4e78d5b3",
      "tree": "b01d79681370c362b733152ded02331588d89f9b",
      "parents": [
        "4fc5e65cdbf736a5311b07aa54a916ccaa91ab5f"
      ],
      "author": {
        "name": "Arnd Bergmann",
        "email": "arnd@arndb.de",
        "time": "Tue May 15 15:30:17 2012 +0000"
      },
      "committer": {
        "name": "Arnd Bergmann",
        "email": "arnd@arndb.de",
        "time": "Wed May 16 22:16:30 2012 +0200"
      },
      "message": "ARM: shmobile: fix smp build\n\nI got build errors with the new version now because machine_is_kzm9g is no longer\ndefined:\n\narch/arm/mach-shmobile/platsmp.c: In function \u0027shmobile_smp_get_core_count\u0027:\narch/arm/mach-shmobile/platsmp.c:29:2: error: implicit declaration of function \u0027of_machine_is_compatible\u0027\n\nReplace the missing function with a call to of_machine_is_compatible.\n\nSigned-off-by: Arnd Bergmann \u003carnd@arndb.de\u003e\nAcked-by: \"Rafael J. Wysocki\" \u003crjw@sisk.pl\u003e\nAcked-by: Magnus Damm \u003cmagnus.damm@gmail.com\u003e\n"
    },
    {
      "commit": "6d49d53552b60be2caaa853c814662bc4e24428e",
      "tree": "0cb814af7646e30022d8024fcbf7d8cacdb98f5b",
      "parents": [
        "a551204badbea5119a84ee4f03faefce9f2c0543",
        "380c3a545f7de096c0f84344ba70ea4cfd1a059f"
      ],
      "author": {
        "name": "Arnd Bergmann",
        "email": "arnd@arndb.de",
        "time": "Wed May 16 15:53:24 2012 +0200"
      },
      "committer": {
        "name": "Arnd Bergmann",
        "email": "arnd@arndb.de",
        "time": "Wed May 16 15:53:24 2012 +0200"
      },
      "message": "Merge branch \u0027next/devel-exynos5250-1\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung into next/soc2\n\n* \u0027next/devel-exynos5250-1\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung:\n  ARM: EXYNOS: Add AUXDATA for i2c controllers\n  ARM: dts: Update device tree source files for EXYNOS5250\n  ARM: EXYNOS: Add device tree support for interrupt combiner\n  ARM: EXYNOS: Add irq_domain support for interrupt combiner\n  ARM: EXYNOS: Remove a new bus_type instance for EXYNOS5\n  ARM: EXYNOS: update irqs for EXYNOS5250 SoC\n  ARM: EXYNOS: Add pre-divider and fout mux clocks for bpll and mpll\n  ARM: EXYNOS: add GPC4 bank instance\n  ARM: EXYNOS: Redefine IRQ_MCT_L0,1 definition\n  ARM: EXYNOS: Modify the GIC physical address for static io-mapping\n  ARM: EXYNOS: Add watchdog timer clock instance\n\nSigned-off-by: Arnd Bergmann \u003carnd@arndb.de\u003e\n"
    },
    {
      "commit": "009f7c9f567d58d874b46deacafac8e8b34cf931",
      "tree": "5b53917b8b1e0d34fa260c1be998f85bc3310bd6",
      "parents": [
        "e873a47c4ef3fbb2e439a6b674e73b0c40dd8248"
      ],
      "author": {
        "name": "Thomas Abraham",
        "email": "thomas.abraham@linaro.org",
        "time": "Tue May 15 23:47:53 2012 +0900"
      },
      "committer": {
        "name": "Kukjin Kim",
        "email": "kgene.kim@samsung.com",
        "time": "Wed May 16 07:03:45 2012 +0900"
      },
      "message": "ARM: dts: Update device tree source files for EXYNOS5250\n\nUpdate EXYNOS5 device tree source files for EXYNOS5250 SoC.\nThis includes new additions to the EXYNOS5 dtsi and SMDK5250\ndts files and few minor fixes.\n\nSigned-off-by: Thomas Abraham \u003cthomas.abraham@linaro.org\u003e\nSigned-off-by: Kukjin Kim \u003ckgene.kim@samsung.com\u003e\n"
    },
    {
      "commit": "deb88cc3c69975cbd9875ed9fac259b351f6b64d",
      "tree": "ece2ffba5c3e585cf649d73e4ea1784037335468",
      "parents": [
        "ecf1b318347f6c250293ee8a9f2597373b00e0c3",
        "7f217794ffa72f208a250b79ab0b7ea3de19677f"
      ],
      "author": {
        "name": "Arnd Bergmann",
        "email": "arnd@arndb.de",
        "time": "Mon May 14 22:35:04 2012 +0200"
      },
      "committer": {
        "name": "Arnd Bergmann",
        "email": "arnd@arndb.de",
        "time": "Tue May 15 13:44:11 2012 +0200"
      },
      "message": "Merge branch \u0027drivers/mmc\u0027 into next/dt2\n\nChanges in the dt2 branch move stuff around that gets changed\nin the drivers/mmc branch. I chose a non-obvious resolution by\nadding the new bus-width property into all the tegra sdhci device\nnodes.\n\nConflicts:\n\tarch/arm/boot/dts/tegra-cardhu.dts\n\tarch/arm/boot/dts/tegra-harmony.dts\n\tarch/arm/boot/dts/tegra-ventana.dts\n\nSigned-off-by: Arnd Bergmann \u003carnd@arndb.de\u003e\n"
    },
    {
      "commit": "c49314fa6c7d2c130d850b30980cffab53a40592",
      "tree": "9c7597ad98a42ef8ba1e18e897106c2cb29e52e6",
      "parents": [
        "21b7f153dd0d7366197c37e7a630c7585db0b8ea",
        "7f217794ffa72f208a250b79ab0b7ea3de19677f"
      ],
      "author": {
        "name": "Arnd Bergmann",
        "email": "arnd@arndb.de",
        "time": "Mon May 14 21:48:45 2012 +0200"
      },
      "committer": {
        "name": "Arnd Bergmann",
        "email": "arnd@arndb.de",
        "time": "Tue May 15 13:31:11 2012 +0200"
      },
      "message": "Merge branch \u0027drivers/mmc\u0027 into next/drivers\n\n* drivers/mmc:\n  mmc: dt: Consolidate DT bindings\n\nAlso pulls in the omap/dt-missed-3.4 branch as a dependency.\n\nSigned-off-by: Arnd Bergmann \u003carnd@arndb.de\u003e\n"
    },
    {
      "commit": "7f217794ffa72f208a250b79ab0b7ea3de19677f",
      "tree": "e158792f6662bc7cad4e55a62f4efe7426215141",
      "parents": [
        "e6511df4f25607e2e6d60062eb69c28c057329fa"
      ],
      "author": {
        "name": "Arnd Bergmann",
        "email": "arnd@arndb.de",
        "time": "Sun May 13 00:14:24 2012 -0400"
      },
      "committer": {
        "name": "Arnd Bergmann",
        "email": "arnd@arndb.de",
        "time": "Tue May 15 13:29:42 2012 +0200"
      },
      "message": "mmc: dt: Consolidate DT bindings\n\nThis patch unifies the current DT MMC bindings documentation and code,\nadds generic MMC DT bindings documentation, and updates .dts files for\nconsistency.\n\n[cjb: typo fixes, addition of max-frequency property]\nSigned-off-by: Chris Ball \u003ccjb@laptop.org\u003e\nSigned-off-by: Arnd Bergmann \u003carnd@arndb.de\u003e\n"
    },
    {
      "commit": "423b742bec02b6c8d4e060517ce05b4cd3fd91c1",
      "tree": "3d4e090581970646d0afc92166bd490cc4977021",
      "parents": [
        "be944f1e79063e4f27b46c74f10c86b2387afa9f",
        "f5520363532690f56e12126029864d9383d5203f"
      ],
      "author": {
        "name": "Arnd Bergmann",
        "email": "arnd@arndb.de",
        "time": "Tue May 15 10:41:07 2012 +0200"
      },
      "committer": {
        "name": "Arnd Bergmann",
        "email": "arnd@arndb.de",
        "time": "Tue May 15 10:41:07 2012 +0200"
      },
      "message": "Merge branch \u0027kirkwood_boards_for_v3.5\u0027 of git://git.infradead.org/users/jcooper/linux into next/boards\n\n* \u0027kirkwood_boards_for_v3.5\u0027 of git://git.infradead.org/users/jcooper/linux:\n  ARM: kirkwood: Add support for RaidSonic IB-NAS6210/6220 using devicetree\n  kirkwood: Add iconnect support\n  orion/kirkwood: create a generic function for gpio led blinking\n  kirkwood/orion: fix orion_gpio_set_blink\n  ARM: kirkwood: Define DNS-320/DNS-325 NAND in fdt\n  kirkwood: Allow nand to be configured via. devicetree\n  mtd: Add orion_nand devicetree bindings\n  ARM: kirkwood: Basic support for DNS-320 and DNS-325\n\nIncludes an update to v3.4-rc7\n\nSigned-off-by: Arnd Bergmann \u003carnd@arndb.de\u003e\n"
    },
    {
      "commit": "f5520363532690f56e12126029864d9383d5203f",
      "tree": "244f770e3354367f573b5583a41c6a7a8a2ac52e",
      "parents": [
        "c06cd9bfcad4960023bac1f052da748824e24961"
      ],
      "author": {
        "name": "Simon Baatz",
        "email": "gmbnomis@gmail.com",
        "time": "Mon Apr 30 23:55:17 2012 +0200"
      },
      "committer": {
        "name": "Jason Cooper",
        "email": "jason@lakedaemon.net",
        "time": "Tue May 15 03:18:49 2012 +0000"
      },
      "message": "ARM: kirkwood: Add support for RaidSonic IB-NAS6210/6220 using devicetree\n\nAdd support for the IB-NAS6210 and IB-NAS 6220. Describe as much as\ncurrently possible in the devicetree files, including the NAND partitions.\nUse the partition scheme of the original firmware by default.\n\nCreate a board-ib62x0.c for everything else.\n\nSigned-off-by: Simon Baatz \u003cgmbnomis@gmail.com\u003e\nSigned-off-by: Jason Cooper \u003cjason@lakedaemon.net\u003e\n"
    },
    {
      "commit": "c06cd9bfcad4960023bac1f052da748824e24961",
      "tree": "b2c01a3e2452f983324edb09e7fcf1bb65bb97b7",
      "parents": [
        "ff3e660b5a881b401b2b6735aa5334f433237dcb"
      ],
      "author": {
        "name": "Arnaud Patard (Rtp)",
        "email": "arnaud.patard@rtp-net.org",
        "time": "Wed Apr 18 23:16:41 2012 +0200"
      },
      "committer": {
        "name": "Jason Cooper",
        "email": "jason@lakedaemon.net",
        "time": "Tue May 15 03:12:27 2012 +0000"
      },
      "message": "kirkwood: Add iconnect support\n\nAdd support for Iomega Iconnect system.\n\nSigned-off-by: Arnaud Patard \u003carnaud.patard@rtp-net.org\u003e\nTested-By: Adam Baker \u003clinux@baker-net.org.uk\u003e\nSigned-off-by: Jason Cooper \u003cjason@lakedaemon.net\u003e\n"
    },
    {
      "commit": "ee24876949c49761e61befe7435293069ddb1f38",
      "tree": "5b9f892b5b3401637a1b55b264deaaea02d829c1",
      "parents": [
        "858156bd6c24f12c3fca94bceacb05fa9a2daef4"
      ],
      "author": {
        "name": "Jamie Lentin",
        "email": "jm@lentin.co.uk",
        "time": "Wed Apr 18 11:06:43 2012 +0100"
      },
      "committer": {
        "name": "Jason Cooper",
        "email": "jason@lakedaemon.net",
        "time": "Tue May 15 02:29:12 2012 +0000"
      },
      "message": "ARM: kirkwood: Define DNS-320/DNS-325 NAND in fdt\n\nUse devicetree to define NAND partitions. Use D-link partition scheme by\ndefault, to be vaguely compatible with their userland.\n\nChanges since last submission (V4):-\n* Don\u0027t add NAND support then throw it away immediately after [Grant Likely]\n\nAcked-by: Arnd Bergmann \u003carnd@arndb.de\u003e\nAcked-by: Jason Cooper \u003cjason@lakedaemon.net\u003e\nSigned-off-by: Jamie Lentin \u003cjm@lentin.co.uk\u003e\nSigned-off-by: Jason Cooper \u003cjason@lakedaemon.net\u003e\n"
    },
    {
      "commit": "858156bd6c24f12c3fca94bceacb05fa9a2daef4",
      "tree": "909ff44b45a3362d917694513fc995b8419bb312",
      "parents": [
        "a0fabf722c9dc73a3eed24ce166476ddb00eda1e"
      ],
      "author": {
        "name": "Jamie Lentin",
        "email": "jm@lentin.co.uk",
        "time": "Wed Apr 18 11:06:42 2012 +0100"
      },
      "committer": {
        "name": "Jason Cooper",
        "email": "jason@lakedaemon.net",
        "time": "Tue May 15 02:29:11 2012 +0000"
      },
      "message": "kirkwood: Allow nand to be configured via. devicetree\n\nAdd default configuration for NAND, to be enabled in your board config. Ensure\nclock gating is set appropriately when the NAND is enabled.\n\nAcked-by: Jason Cooper \u003cjason@lakedaemon.net\u003e\nSigned-off-by: Jamie Lentin \u003cjm@lentin.co.uk\u003e\nSigned-off-by: Jason Cooper \u003cjason@lakedaemon.net\u003e\n"
    },
    {
      "commit": "9007d1007317658d5b32bda9f59c797c59ce4d47",
      "tree": "f3121c825eb848af75bf301369052147b55f98c2",
      "parents": [
        "36be50515fe2aef61533b516fa2576a2c7fe7664"
      ],
      "author": {
        "name": "Jamie Lentin",
        "email": "jm@lentin.co.uk",
        "time": "Wed Apr 18 11:06:40 2012 +0100"
      },
      "committer": {
        "name": "Jason Cooper",
        "email": "jason@lakedaemon.net",
        "time": "Tue May 15 02:28:01 2012 +0000"
      },
      "message": "ARM: kirkwood: Basic support for DNS-320 and DNS-325\n\nAdd support for the DNS-320 and DNS-325. Describe as much as currently possible\nin the devicetree files, create a board-dnskw.c for everything else.\n\nChanges since last submission (V3) [Addressing comments by]:-\n\n* One MACH_DLINK_KIRKWOOD_DT for all dtb files [Grant Likely, Jason Cooper]\n* Drop brain-dead select \"select CONFIG_MTD_OF_PARTS\" [Grant Likely]\n* Don\u0027t add NAND support then throw it away immediately after [Grant Likely]\n* Describe purpose of MPP 41, 42 \u0026 49\n\nChanges since last submission (V2):-\n\n* Use IEEE-compliant \"okay\", rather than \"ok\" [Scott Wood]\n\nSigned-off-by: Jamie Lentin \u003cjm@lentin.co.uk\u003e\nSigned-off-by: Jason Cooper \u003cjason@lakedaemon.net\u003e\n"
    },
    {
      "commit": "4fc5e65cdbf736a5311b07aa54a916ccaa91ab5f",
      "tree": "046e979630dcc8f51347168c9841b60a0d94467e",
      "parents": [
        "3c437430f1493b77f5fd3cbc1473b7bdc9686b91",
        "7296d93201710865233fbebf7c9853d2f95d7716"
      ],
      "author": {
        "name": "Rafael J. Wysocki",
        "email": "rjw@sisk.pl",
        "time": "Mon May 14 23:25:07 2012 +0200"
      },
      "committer": {
        "name": "Rafael J. Wysocki",
        "email": "rjw@sisk.pl",
        "time": "Mon May 14 23:25:07 2012 +0200"
      },
      "message": "Merge branch \u0027renesas-kzm9g\u0027 into renesas-board-new\n\n* renesas-kzm9g:\n  ARM: mach-shmobile: Use DT_MACHINE for KZM9G\n"
    },
    {
      "commit": "e6bf705911a0b64c589b6c408a316e7d465acbbd",
      "tree": "cb4e65275d8375c3390d6c9640feb20193bd8420",
      "parents": [
        "9183857d503f915ee05abb6e03cea7253dcbace6"
      ],
      "author": {
        "name": "Magnus Damm",
        "email": "damm@opensource.se",
        "time": "Mon May 14 19:54:41 2012 +0900"
      },
      "committer": {
        "name": "Rafael J. Wysocki",
        "email": "rjw@sisk.pl",
        "time": "Mon May 14 23:23:42 2012 +0200"
      },
      "message": "ARM: mach-shmobile: Use DT_MACHINE for armadillo 800 eva\n\nUse DT_MACHINE_START() on the r8a7740 based armadillo 800 eva board.\n\nAlso include a tiny DTS file to describe the board and update the\nKconfig dependencies to select CONFIG_USE_OF.\n\nSigned-off-by: Magnus Damm \u003cdamm@opensource.se\u003e\nSigned-off-by: Rafael J. Wysocki \u003crjw@sisk.pl\u003e\n"
    },
    {
      "commit": "7296d93201710865233fbebf7c9853d2f95d7716",
      "tree": "2c78bc9860d20de3a976771c149c5da27a655635",
      "parents": [
        "fecf84c14fa755b0e30ba64a290db658a06c76fb"
      ],
      "author": {
        "name": "Magnus Damm",
        "email": "damm@opensource.se",
        "time": "Mon May 14 23:22:28 2012 +0200"
      },
      "committer": {
        "name": "Rafael J. Wysocki",
        "email": "rjw@sisk.pl",
        "time": "Mon May 14 23:22:28 2012 +0200"
      },
      "message": "ARM: mach-shmobile: Use DT_MACHINE for KZM9G\n\nUse DT_MACHINE_START() on the sh73a0 based KZM9G board.\n\nAlso include a tiny DTS file to describe the board and\nupdate the Kconfig dependencies to select CONFIG_USE_OF.\n\nSigned-off-by: Magnus Damm \u003cdamm@opensource.se\u003e\nSigned-off-by: Rafael J. Wysocki \u003crjw@sisk.pl\u003e\n"
    },
    {
      "commit": "7cb2e629a240d3b7cc35d2d144149591e1cfa8dd",
      "tree": "50351a7ed1def79e12c205faf08ac2b05df82d28",
      "parents": [
        "d029f371b1bf121dc73107094ab3108e47108e49"
      ],
      "author": {
        "name": "Maxime Ripard",
        "email": "maxime.ripard@free-electrons.com",
        "time": "Fri May 11 15:35:40 2012 +0200"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Mon May 14 13:25:34 2012 -0700"
      },
      "message": "ARM: AT91: Add ADC driver to the at91sam9g20 dtsi\n\nSigned-off-by: Maxime Ripard \u003cmaxime.ripard@free-electrons.com\u003e\nAcked-by: Nicolas Ferre \u003cnicolas.ferre@atmel.com\u003e\nAcked-by: Arnd Bergmann \u003carnd@arndb.de\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@linuxfoundation.org\u003e\n"
    },
    {
      "commit": "d029f371b1bf121dc73107094ab3108e47108e49",
      "tree": "6ecad4763265615ee7bccf002b477cbfc9727b14",
      "parents": [
        "93b298bad544207838c012375f64a48db4b14f9f"
      ],
      "author": {
        "name": "Maxime Ripard",
        "email": "maxime.ripard@free-electrons.com",
        "time": "Fri May 11 15:35:39 2012 +0200"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Mon May 14 13:25:33 2012 -0700"
      },
      "message": "ARM: AT91: Add ADC driver to the at91sam9x5 dtsi\n\nSigned-off-by: Maxime Ripard \u003cmaxime.ripard@free-electrons.com\u003e\nAcked-by: Nicolas Ferre \u003cnicolas.ferre@atmel.com\u003e\nAcked-by: Arnd Bergmann \u003carnd@arndb.de\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@linuxfoundation.org\u003e\n"
    },
    {
      "commit": "93b298bad544207838c012375f64a48db4b14f9f",
      "tree": "a24611bcd685439c5ea83eae2e492077633f6c9a",
      "parents": [
        "e364185f3ed2ecc0a4dbfe2507f20fd5db76c966"
      ],
      "author": {
        "name": "Maxime Ripard",
        "email": "maxime.ripard@free-electrons.com",
        "time": "Fri May 11 15:35:38 2012 +0200"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Mon May 14 13:25:33 2012 -0700"
      },
      "message": "ARM: AT91: Add ADC driver to the at91sam9g45 dtsi\n\nSigned-off-by: Maxime Ripard \u003cmaxime.ripard@free-electrons.com\u003e\nAcked-by: Nicolas Ferre \u003cnicolas.ferre@atmel.com\u003e\nAcked-by: Arnd Bergmann \u003carnd@arndb.de\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@linuxfoundation.org\u003e\n"
    },
    {
      "commit": "ecf1b318347f6c250293ee8a9f2597373b00e0c3",
      "tree": "effef2578bff73c0436fc965fb03dc583c0fa18b",
      "parents": [
        "304ea74770c892cf115e128b0e0dc6636148b010",
        "2a5fdc9adde8476751b63a795e3d66ae2ee3979d"
      ],
      "author": {
        "name": "Arnd Bergmann",
        "email": "arnd@arndb.de",
        "time": "Mon May 14 20:49:43 2012 +0200"
      },
      "committer": {
        "name": "Arnd Bergmann",
        "email": "arnd@arndb.de",
        "time": "Mon May 14 22:16:17 2012 +0200"
      },
      "message": "Merge branch \u0027for-3.5/dt2\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/swarren/linux-tegra into for-next\n\nStephen Warren \u003cswarren@wwwdotorg.org\u003e writes:\n  This branch is based on the merge of the following branches from the\n  Tegra repo, which are all already pulled into arm-soc:\n\n  for-3.5/tegra30-audio\n  for-3.5/usb-ulpi\n  for-3.5/dt\n  ... which are all based on for-3.5/gpio-pinmux\n\n* \u0027for-3.5/dt2\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/swarren/linux-tegra:\n  ARM: dt: tegra: invert status\u003ddisable vs status\u003dokay\n  ARM: dt: tegra: consistent basic property ordering\n  ARM: dt: tegra: sort nodes based on bus order\n  ARM: dt: tegra: remove duplicate device_type property\n  ARM: dt: tegra: consistenly use lower-case for hex constants\n  ARM: dt: tegra: format regs properties consistently\n  ARM: dt: tegra: gpio comment cleanup\n  ARM: dt: tegra: remove unnecessary unit addresses\n  ARM: dt: tegra: whitespace cleanup\n  ARM: dt: tegra cardhu: fix typo in SDHCI node name\n  ARM: dt: tegra: cardhu: register core regulator tps62361\n  ARM: dt: tegra30.dtsi: Add SMMU node\n  ARM: dt: tegra20.dtsi: Add GART node\n  ARM: dt: tegra30.dtsi: Add Memory Controller(MC) nodes\n  ARM: dt: tegra20.dtsi: Add Memory Controller(MC) nodes\n  ARM: dt: tegra: Add device tree support for AHB\n\nSigned-off-by: Arnd Bergmann \u003carnd@arndb.de\u003e\n"
    },
    {
      "commit": "e6511df4f25607e2e6d60062eb69c28c057329fa",
      "tree": "0902e695f2995d3919398b2ffd3b90ad66bad095",
      "parents": [
        "66f75a5d028beaf67c931435fdc3e7823125730c",
        "b3431f5ba402a98a89b78a9408b4972d8870df4d"
      ],
      "author": {
        "name": "Arnd Bergmann",
        "email": "arnd@arndb.de",
        "time": "Mon May 14 21:45:55 2012 +0200"
      },
      "committer": {
        "name": "Arnd Bergmann",
        "email": "arnd@arndb.de",
        "time": "Mon May 14 21:46:01 2012 +0200"
      },
      "message": "Merge branch \u0027omap/dt-missed-3.4\u0027 into drivers/mmc\n\nThe omap/dt branch adds a few instances of mmc device nodes that\nneed to get changed to use the common bindings. Pull that into\na new branch so we can apply the patch in a single run.\n\nSigned-off-by: Arnd Bergmann \u003carnd@arndb.de\u003e\n"
    },
    {
      "commit": "86e43a7aff23ce828273cbef6b0d2b0abe095ac8",
      "tree": "e49b55bd229fe8d77831ef11e218ed7dda3e991b",
      "parents": [
        "6ec4ed82e9cf2ee5c83fd529af69b2c63b004809",
        "ace1297f7222ec5d6a33f41e792a21e999551924"
      ],
      "author": {
        "name": "Arnd Bergmann",
        "email": "arnd@arndb.de",
        "time": "Mon May 14 21:35:09 2012 +0200"
      },
      "committer": {
        "name": "Arnd Bergmann",
        "email": "arnd@arndb.de",
        "time": "Mon May 14 21:35:09 2012 +0200"
      },
      "message": "Merge branch \u0027dt\u0027 of git://github.com/hzhuang1/linux into next/dt\n\n* \u0027dt\u0027 of git://github.com/hzhuang1/linux:\n  Documentation: update docs for mmp dt\n  ARM: dts: refresh dts file for arch mmp\n  ARM: mmp: support pxa910 with device tree\n  ARM: mmp: support mmp2 with device tree\n  gpio: pxa: parse gpio from DTS file\n  ARM: mmp: support DT in timer\n  ARM: mmp: support DT in irq\n  ARM: mmp: append CONFIG_MACH_MMP2_DT\n  ARM: mmp: fix build issue on mmp with device tree\n\nIncludes an update to v3-4-rc5\n\nSigned-off-by: Arnd Bergmann \u003carnd@arndb.de\u003e\n"
    },
    {
      "commit": "2a5fdc9adde8476751b63a795e3d66ae2ee3979d",
      "tree": "6321e80d6c925469d94e09eab6f13b68dc9d963f",
      "parents": [
        "2eaab06ea6cc2d686fd1a6de62b1094bedc4cfca"
      ],
      "author": {
        "name": "Stephen Warren",
        "email": "swarren@nvidia.com",
        "time": "Fri May 11 17:32:56 2012 -0600"
      },
      "committer": {
        "name": "Stephen Warren",
        "email": "swarren@nvidia.com",
        "time": "Mon May 14 10:55:23 2012 -0600"
      },
      "message": "ARM: dt: tegra: invert status\u003ddisable vs status\u003dokay\n\nIn tegra*.dtsi, set status\u003d\"disable\" for all HW modules that the board\ndesign may choose not to use. Update all boards to specifically enable\nany of those modules that are useful by setting status\u003d\"okay\".\n\nThis makes board files say which features they do use, rather than which\nthey don\u0027t, which feels more logical. It also makes the .dts files\nslightly smaller, at least for existing content.\n\nSigned-off-by: Stephen Warren \u003cswarren@nvidia.com\u003e\nAcked-by: Olof Johansson \u003colof@lixom.net\u003e\n"
    },
    {
      "commit": "2eaab06ea6cc2d686fd1a6de62b1094bedc4cfca",
      "tree": "3b5e9fe39aff3fa3d1949722431b158e988ca7a2",
      "parents": [
        "c04abb3a07b56db4756b6f970609e65a8624b0a3"
      ],
      "author": {
        "name": "Stephen Warren",
        "email": "swarren@nvidia.com",
        "time": "Fri May 11 17:12:52 2012 -0600"
      },
      "committer": {
        "name": "Stephen Warren",
        "email": "swarren@nvidia.com",
        "time": "Mon May 14 10:55:19 2012 -0600"
      },
      "message": "ARM: dt: tegra: consistent basic property ordering\n\nPut properties in order compatible, reg, interrupts, then anything else\nthe node has.\n\nSigned-off-by: Stephen Warren \u003cswarren@nvidia.com\u003e\nAcked-by: Olof Johansson \u003colof@lixom.net\u003e\n"
    },
    {
      "commit": "c04abb3a07b56db4756b6f970609e65a8624b0a3",
      "tree": "8d3290dcd70672b60c1a269e4dd17279eace801c",
      "parents": [
        "2f32b1faa8c75e2e987c5b714ae25491d8477da5"
      ],
      "author": {
        "name": "Stephen Warren",
        "email": "swarren@nvidia.com",
        "time": "Fri May 11 17:03:26 2012 -0600"
      },
      "committer": {
        "name": "Stephen Warren",
        "email": "swarren@nvidia.com",
        "time": "Mon May 14 10:55:15 2012 -0600"
      },
      "message": "ARM: dt: tegra: sort nodes based on bus order\n\nSort the nodes according to the following rules:\n* First, any overrides for properties or nodes created by included files,\n  in the order they appeared in the include file.\n* Second, any nodes with a reg property, in numerical order.\n* Third, any nodes without a reg property, in alphabetical order of node\n  name.\n\nThe second sorting rule at least will probably help if/when we need to\nexplicitly insert nodes for the various busses in Tegra; that will just\nbe an indentation change rather than also a node re-ordering.\n\nSigned-off-by: Stephen Warren \u003cswarren@nvidia.com\u003e\nAcked-by: Olof Johansson \u003colof@lixom.net\u003e\n"
    },
    {
      "commit": "2f32b1faa8c75e2e987c5b714ae25491d8477da5",
      "tree": "3dd67bcd6669f6b18e23593e244e8a615272c5f0",
      "parents": [
        "ba04c289bc9bae0f381797f58615c7b3989c5e8c"
      ],
      "author": {
        "name": "Stephen Warren",
        "email": "swarren@nvidia.com",
        "time": "Fri May 11 17:06:44 2012 -0600"
      },
      "committer": {
        "name": "Stephen Warren",
        "email": "swarren@nvidia.com",
        "time": "Mon May 14 10:55:12 2012 -0600"
      },
      "message": "ARM: dt: tegra: remove duplicate device_type property\n\nIt\u0027s already specified in skeleton.dtsi, included via tegra20.dtsi.\n\nSigned-off-by: Stephen Warren \u003cswarren@nvidia.com\u003e\nAcked-by: Olof Johansson \u003colof@lixom.net\u003e\n"
    },
    {
      "commit": "ba04c289bc9bae0f381797f58615c7b3989c5e8c",
      "tree": "1b1f0adbe7b8bae89e7b2d1e21b311d17b318970",
      "parents": [
        "5ff488875b982f5a1acc02ba74b23d2802d2613a"
      ],
      "author": {
        "name": "Stephen Warren",
        "email": "swarren@nvidia.com",
        "time": "Fri May 11 16:28:59 2012 -0600"
      },
      "committer": {
        "name": "Stephen Warren",
        "email": "swarren@nvidia.com",
        "time": "Mon May 14 10:55:09 2012 -0600"
      },
      "message": "ARM: dt: tegra: consistenly use lower-case for hex constants\n\nSigned-off-by: Stephen Warren \u003cswarren@nvidia.com\u003e\nAcked-by: Olof Johansson \u003colof@lixom.net\u003e\n"
    },
    {
      "commit": "5ff488875b982f5a1acc02ba74b23d2802d2613a",
      "tree": "2d462895b5992138c92a237f282401c9ab9c9ecd",
      "parents": [
        "c44e438a7ff53b14d0fc433258b93948e1884f22"
      ],
      "author": {
        "name": "Stephen Warren",
        "email": "swarren@nvidia.com",
        "time": "Fri May 11 16:26:03 2012 -0600"
      },
      "committer": {
        "name": "Stephen Warren",
        "email": "swarren@nvidia.com",
        "time": "Mon May 14 10:55:06 2012 -0600"
      },
      "message": "ARM: dt: tegra: format regs properties consistently\n\nPlace each reg \"entry\" on its own line, and wrap the whole list in\n\u003c\u003e rather than each individual entry.\n\nThe convention chosen here is slightly arbitrary, but is not consistent\nthroughout all Tegra files.\n\nSigned-off-by: Stephen Warren \u003cswarren@nvidia.com\u003e\nAcked-by: Olof Johansson \u003colof@lixom.net\u003e\n"
    },
    {
      "commit": "c44e438a7ff53b14d0fc433258b93948e1884f22",
      "tree": "b99955140ae941ff62368f2bf544b0d07e0c5b96",
      "parents": [
        "f9eb26a4e11c63bba2fb71b58dff5ed6f33091f9"
      ],
      "author": {
        "name": "Stephen Warren",
        "email": "swarren@nvidia.com",
        "time": "Fri May 11 16:21:10 2012 -0600"
      },
      "committer": {
        "name": "Stephen Warren",
        "email": "swarren@nvidia.com",
        "time": "Mon May 14 10:55:03 2012 -0600"
      },
      "message": "ARM: dt: tegra: gpio comment cleanup\n\nEnsure that all Tegraa GPIO specifiers contain a comment indicating which\nGPIO name the number refers to.\n\nSigned-off-by: Stephen Warren \u003cswarren@nvidia.com\u003e\nAcked-by: Olof Johansson \u003colof@lixom.net\u003e\n"
    },
    {
      "commit": "f9eb26a4e11c63bba2fb71b58dff5ed6f33091f9",
      "tree": "ddaad1df61892825401bf550871127e9c8dfe4d6",
      "parents": [
        "95decf84742d712a5875bb655cd7440f6d7c1184"
      ],
      "author": {
        "name": "Stephen Warren",
        "email": "swarren@nvidia.com",
        "time": "Fri May 11 16:17:47 2012 -0600"
      },
      "committer": {
        "name": "Stephen Warren",
        "email": "swarren@nvidia.com",
        "time": "Mon May 14 10:55:00 2012 -0600"
      },
      "message": "ARM: dt: tegra: remove unnecessary unit addresses\n\nDT node names only need to include the unit address if it\u0027s required to\nmake the node name unique. Remove the unnecessary unit addresses.\n\nSigned-off-by: Stephen Warren \u003cswarren@nvidia.com\u003e\nAcked-by: Olof Johansson \u003colof@lixom.net\u003e\n"
    },
    {
      "commit": "95decf84742d712a5875bb655cd7440f6d7c1184",
      "tree": "8e08897a8b279cb40b4f4679651bd8f1871a0942",
      "parents": [
        "1dfebb426cfd16e2080f8c95e00ca2462f2325d4"
      ],
      "author": {
        "name": "Stephen Warren",
        "email": "swarren@nvidia.com",
        "time": "Fri May 11 16:11:38 2012 -0600"
      },
      "committer": {
        "name": "Stephen Warren",
        "email": "swarren@nvidia.com",
        "time": "Mon May 14 10:54:55 2012 -0600"
      },
      "message": "ARM: dt: tegra: whitespace cleanup\n\nConsistently don\u0027t place a space after \u003c or before \u003e.\n\nSigned-off-by: Stephen Warren \u003cswarren@nvidia.com\u003e\nAcked-by: Olof Johansson \u003colof@lixom.net\u003e\n"
    },
    {
      "commit": "1dfebb426cfd16e2080f8c95e00ca2462f2325d4",
      "tree": "7c2ee0e5d323510c5f4a735f4fb26cfab32cce96",
      "parents": [
        "331da58ca179d036a4e03353067f782ae54879e7"
      ],
      "author": {
        "name": "Stephen Warren",
        "email": "swarren@nvidia.com",
        "time": "Fri May 11 18:01:38 2012 -0600"
      },
      "committer": {
        "name": "Stephen Warren",
        "email": "swarren@nvidia.com",
        "time": "Mon May 14 10:53:01 2012 -0600"
      },
      "message": "ARM: dt: tegra cardhu: fix typo in SDHCI node name\n\nCardhu\u0027s eMMC controller is on sdhci@78000600, not sdhci@78000400.\nFix the typo. This roughly doubles the IO performance, since the\nsupport-8bit property actually takes effect.\n\nSigned-off-by: Stephen Warren \u003cswarren@nvidia.com\u003e\nCc: stable@kernel.org # v3.4\n"
    },
    {
      "commit": "331da58ca179d036a4e03353067f782ae54879e7",
      "tree": "d48459a2eea9f81bf23c9e0dad10d74576376990",
      "parents": [
        "54174a33da64536d6840ffa5ae9edc71cb9bf3a1"
      ],
      "author": {
        "name": "Laxman Dewangan",
        "email": "ldewangan@nvidia.com",
        "time": "Thu May 10 20:38:45 2012 +0000"
      },
      "committer": {
        "name": "Stephen Warren",
        "email": "swarren@nvidia.com",
        "time": "Mon May 14 10:52:52 2012 -0600"
      },
      "message": "ARM: dt: tegra: cardhu: register core regulator tps62361\n\nAdd device info for the core regulator tps62360 in tegra-cardhu\ndts file.\n\nSigned-off-by: Laxman Dewangan \u003cldewangan@nvidia.com\u003e\n[swarren: fixed node name to reflect actual device type]\nSigned-off-by: Stephen Warren \u003cswarren@nvidia.com\u003e\n"
    },
    {
      "commit": "54174a33da64536d6840ffa5ae9edc71cb9bf3a1",
      "tree": "c36c1cc9e33a6fe0b8f383f0fad6b1027ed11077",
      "parents": [
        "6a943e0e13900881ff6b980441233e10a6642904"
      ],
      "author": {
        "name": "hdoyu@nvidia.com",
        "email": "hdoyu@nvidia.com",
        "time": "Wed May 09 21:50:21 2012 +0000"
      },
      "committer": {
        "name": "Stephen Warren",
        "email": "swarren@nvidia.com",
        "time": "Mon May 14 10:52:00 2012 -0600"
      },
      "message": "ARM: dt: tegra30.dtsi: Add SMMU node\n\nAdd a node for the Tegra30 SMMU\n\nSigned-off-by: Hiroshi DOYU \u003chdoyu@nvidia.com\u003e\nSigned-off-by: Stephen Warren \u003cswarren@nvidia.com\u003e\n"
    },
    {
      "commit": "6a943e0e13900881ff6b980441233e10a6642904",
      "tree": "3e9e528795a284ace8883e3fa1ce5efe5373639b",
      "parents": [
        "ecf43742735d7c1edfd03e8c3cc30f52268138fc"
      ],
      "author": {
        "name": "hdoyu@nvidia.com",
        "email": "hdoyu@nvidia.com",
        "time": "Wed May 09 21:45:33 2012 +0000"
      },
      "committer": {
        "name": "Stephen Warren",
        "email": "swarren@nvidia.com",
        "time": "Mon May 14 10:51:55 2012 -0600"
      },
      "message": "ARM: dt: tegra20.dtsi: Add GART node\n\nAdd a node for the Tegra20 GART\n\nSigned-off-by: Hiroshi DOYU \u003chdoyu@nvidia.com\u003e\nSigned-off-by: Stephen Warren \u003cswarren@nvidia.com\u003e\n"
    },
    {
      "commit": "ecf43742735d7c1edfd03e8c3cc30f52268138fc",
      "tree": "5964a24cf4a14629aea54e497ac3705c09b3c8db",
      "parents": [
        "4a82f2b38ee2d8b185a6d5ee2d5783e8a4c8c53d"
      ],
      "author": {
        "name": "hdoyu@nvidia.com",
        "email": "hdoyu@nvidia.com",
        "time": "Wed May 09 21:42:33 2012 +0000"
      },
      "committer": {
        "name": "Stephen Warren",
        "email": "swarren@nvidia.com",
        "time": "Mon May 14 10:51:51 2012 -0600"
      },
      "message": "ARM: dt: tegra30.dtsi: Add Memory Controller(MC) nodes\n\nAdd Tegra MC(Memory Controller) nodes for tegra30.dtsi.\n\nSigned-off-by: Hiroshi DOYU \u003chdoyu@nvidia.com\u003e\nSigned-off-by: Stephen Warren \u003cswarren@nvidia.com\u003e\n"
    },
    {
      "commit": "4a82f2b38ee2d8b185a6d5ee2d5783e8a4c8c53d",
      "tree": "8cb4d2d8494908d7febaed056e53d2a42d84ae6d",
      "parents": [
        "7868a9bcac7d98d7437e10eca649d787e2c80d2c"
      ],
      "author": {
        "name": "hdoyu@nvidia.com",
        "email": "hdoyu@nvidia.com",
        "time": "Wed May 09 21:42:31 2012 +0000"
      },
      "committer": {
        "name": "Stephen Warren",
        "email": "swarren@nvidia.com",
        "time": "Mon May 14 10:51:46 2012 -0600"
      },
      "message": "ARM: dt: tegra20.dtsi: Add Memory Controller(MC) nodes\n\nAdd Tegra MC(Memory Controller) nodes for tegra20.dtsi.\n\nSigned-off-by: Hiroshi DOYU \u003chdoyu@nvidia.com\u003e\nSigned-off-by: Stephen Warren \u003cswarren@nvidia.com\u003e\n"
    },
    {
      "commit": "7868a9bcac7d98d7437e10eca649d787e2c80d2c",
      "tree": "5c4d6d468a19f98a365cdf8c299c8f688e2dd3af",
      "parents": [
        "4b7e870590f65f4e8bb3cdb7f382e1a9dd17dad5"
      ],
      "author": {
        "name": "Hiroshi DOYU",
        "email": "hdoyu@nvidia.com",
        "time": "Mon May 07 09:43:47 2012 +0300"
      },
      "committer": {
        "name": "Stephen Warren",
        "email": "swarren@nvidia.com",
        "time": "Mon May 14 10:51:28 2012 -0600"
      },
      "message": "ARM: dt: tegra: Add device tree support for AHB\n\nAdd AHB entry for tegra20/30.\n\nSigned-off-by: Hiroshi DOYU \u003chdoyu@nvidia.com\u003e\nSigned-off-by: Stephen Warren \u003cswarren@nvidia.com\u003e\n"
    },
    {
      "commit": "4b7e870590f65f4e8bb3cdb7f382e1a9dd17dad5",
      "tree": "1c7fe0106ace9c86cc5a671e1dd00d49d259a643",
      "parents": [
        "d9e33b593bceb62075225a4a5122bbb4803a8705",
        "22bfe102c0c39f0bac24950b875e7bfdeb329dd9"
      ],
      "author": {
        "name": "Stephen Warren",
        "email": "swarren@nvidia.com",
        "time": "Mon May 14 10:48:24 2012 -0600"
      },
      "committer": {
        "name": "Stephen Warren",
        "email": "swarren@nvidia.com",
        "time": "Mon May 14 10:48:24 2012 -0600"
      },
      "message": "Merge branch \u0027for-3.5/dt\u0027 into for-3.5/dt2-new\n"
    },
    {
      "commit": "d9e33b593bceb62075225a4a5122bbb4803a8705",
      "tree": "01cbf1789e9e80422823500c5e79ca4c0d7963fb",
      "parents": [
        "8c6a3852f639736ca7cb0f5e7b3fd0f314b0fc6a",
        "563da21b1d1878736905bbff0f096fcd960d57c5"
      ],
      "author": {
        "name": "Stephen Warren",
        "email": "swarren@nvidia.com",
        "time": "Mon May 14 10:48:21 2012 -0600"
      },
      "committer": {
        "name": "Stephen Warren",
        "email": "swarren@nvidia.com",
        "time": "Mon May 14 10:48:21 2012 -0600"
      },
      "message": "Merge branch \u0027for-3.5/usb-ulpi\u0027 into for-3.5/dt2-new\n"
    },
    {
      "commit": "fcd8d84a585f3578a9ebdd27e757495a27415322",
      "tree": "58f37676ad56d322e47d0fa7343afb85445f7649",
      "parents": [
        "eae0185a9677d3ff0c1781ee196f2ef42deb0ea1",
        "66a2886d867343eff6bf2646bea2c923d0cbf620",
        "4f5a9fd341e8ffd825ecf56155df6fe6c3d732b1"
      ],
      "author": {
        "name": "Arnd Bergmann",
        "email": "arnd@arndb.de",
        "time": "Mon May 14 17:43:35 2012 +0200"
      },
      "committer": {
        "name": "Arnd Bergmann",
        "email": "arnd@arndb.de",
        "time": "Mon May 14 17:43:59 2012 +0200"
      },
      "message": "Merge branches \u0027spear/clock\u0027 and \u0027imx/clock\u0027 into next/clock\n\nUpdated to resolve dependencies.\n\nSigned-off-by: Arnd Bergmann \u003carnd@arndb.de\u003e\n"
    },
    {
      "commit": "090a80cba39f2763a488b6f7c65e38922d5aa17a",
      "tree": "ba3797eeca74c42be95bc592ed2db1be99e329d2",
      "parents": [
        "36be50515fe2aef61533b516fa2576a2c7fe7664",
        "eb3f995d7e73fd78b8fcdc55cfbf01a74a09a6e8"
      ],
      "author": {
        "name": "Arnd Bergmann",
        "email": "arnd@arndb.de",
        "time": "Mon May 14 15:59:18 2012 +0200"
      },
      "committer": {
        "name": "Arnd Bergmann",
        "email": "arnd@arndb.de",
        "time": "Mon May 14 17:35:50 2012 +0200"
      },
      "message": "Merge branch \u0027spear/13xx\u0027 into next/soc2\n\n* spear/13xx:\n  pinctrl: SPEAr1310: Fix pin numbers for clcd_high_res\n  SPEAr: Update MAINTAINERS and Documentation\n  SPEAr13xx: Add defconfig\n  SPEAr13xx: Add compilation support\n  SPEAr13xx: Add dts and dtsi files\n  pinctrl: Add SPEAr13xx pinctrl drivers\n  pinctrl: SPEAr: Create macro for declaring GPIO PINS\n  SPEAr13xx: Add common clock framework support\n  SPEAr13xx: Add source files\n  SPEAr13xx: Add header files\n\nDepends on clock, pinctrl and dt branches to go first.\n\nSigned-off-by: Arnd Bergmann \u003carnd@arndb.de\u003e\n"
    },
    {
      "commit": "07658d9a659ba2e297cead3872ad4be8ec38b5b9",
      "tree": "32de364c267874a59cdf32fd1d325b1ba58fab9a",
      "parents": [
        "85ed41a76f7a3939b55872f39df841039321f033"
      ],
      "author": {
        "name": "Viresh Kumar",
        "email": "viresh.kumar@st.com",
        "time": "Mon Apr 16 23:57:51 2012 +0530"
      },
      "committer": {
        "name": "Arnd Bergmann",
        "email": "arnd@arndb.de",
        "time": "Mon May 14 17:34:09 2012 +0200"
      },
      "message": "SPEAr13xx: Add dts and dtsi files\n\nThis patch adds machines/boards dts{i} files for SPEAr1310 and SPEAr1340. Both\nare based on ARM, Cortex A9 processor family.\n\nSigned-off-by: Viresh Kumar \u003cviresh.kumar@st.com\u003e\n"
    },
    {
      "commit": "66a2886d867343eff6bf2646bea2c923d0cbf620",
      "tree": "ad44dcca4fa410ab2c16b4964f6c19571421b4df",
      "parents": [
        "d2819f80d465672b09c2f4cb52303b7f951c4d0f",
        "f613e220aebfafb653f7ce264950c15c99e27f2a"
      ],
      "author": {
        "name": "Arnd Bergmann",
        "email": "arnd@arndb.de",
        "time": "Mon May 14 17:31:45 2012 +0200"
      },
      "committer": {
        "name": "Arnd Bergmann",
        "email": "arnd@arndb.de",
        "time": "Mon May 14 17:31:45 2012 +0200"
      },
      "message": "Merge branch \u0027spear/dt\u0027 into spear/clock\n\nConflicts:\n\tarch/arm/mach-spear3xx/clock.c\n\tarch/arm/mach-spear3xx/include/mach/generic.h\n\tarch/arm/mach-spear3xx/include/mach/misc_regs.h\n\tarch/arm/mach-spear3xx/spear320.c\n\tarch/arm/mach-spear6xx/clock.c\n\tarch/arm/mach-spear6xx/include/mach/misc_regs.h\n\nResolve even more merge conflicts.\n\nSigned-off-by: Arnd Bergmann \u003carnd@arndb.de\u003e\n"
    },
    {
      "commit": "417f381c4568212275f0244500d7d5e1cdb5f99f",
      "tree": "a56d7b281e2ed665fc395e4724611b115a64881b",
      "parents": [
        "87c35c56f4beed9e43bd41427643215655a31c3d",
        "c8241085e8606a14ef48e6d99556133c48aaddaf"
      ],
      "author": {
        "name": "Olof Johansson",
        "email": "olof@lixom.net",
        "time": "Sat May 12 21:19:32 2012 -0700"
      },
      "committer": {
        "name": "Arnd Bergmann",
        "email": "arnd@arndb.de",
        "time": "Mon May 14 15:57:21 2012 +0200"
      },
      "message": "Merge branch \u0027soc-core\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/renesas into next/soc\n\n* \u0027soc-core\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/renesas:\n  ARM: mach-shmobile: clock-r8a7740: use followparent_recalc on usb24s\n  ARM: mach-shmobile: clock-r8a7740: add MMCIF clock\n  ARM: mach-shmobile: clock-r8a7740: add SDHI clock\n  ARM: mach-shmobile: clock-r8a7740: add USB clock\n  ARM: mach-shmobile: clock-r8a7740: add FSI clock\n  ARM: mach-shmobile: r8a7740: cleanup I2C workaround method\n  ARM: mach-shmobile: r8a7740: add gpio_irq support\n  ARM: mach-shmobile: sh7372: Add FSI DMAEngine support\n  ARM / mach-shmobile: Use preset_lpj with calibrate_delay()\n  + renesas fixes and v3.4-rc6\n\nSigned-off-by: Arnd Bergmann \u003carnd@arndb.de\u003e\n"
    },
    {
      "commit": "304ea74770c892cf115e128b0e0dc6636148b010",
      "tree": "ccf06fa8a8fa9321beaab730ac19160966033d52",
      "parents": [
        "e29402edf848359d619ce06af86d61e62c292c87",
        "6b204283f2802a92cf91fc14c2c1b04e7295761b"
      ],
      "author": {
        "name": "Arnd Bergmann",
        "email": "arnd@arndb.de",
        "time": "Mon May 14 15:24:45 2012 +0200"
      },
      "committer": {
        "name": "Arnd Bergmann",
        "email": "arnd@arndb.de",
        "time": "Mon May 14 15:28:19 2012 +0200"
      },
      "message": "Merge branch \u0027imx/dt/for-3.5\u0027 of git://git.linaro.org/people/shawnguo/linux-2.6.git into next/dt2\n\nShawn Guo \u003cshawn.guo@linaro.org\u003e writes:\n\n  I chose to base it on Sascha\u0027s imx-common-clk series than -rc, because\n  otherwise it will keep patching clock file that has been removed by\n  imx-common-clk series.  It also depends on imx-pinctrl pull-request\n  I just sent to be functional.\n\n  Note: when imx-common-clk and imx-pinctrl get merged together, the\n  following files will have conflicts.  But the conflicts should not be\n  so hard to resolve.\n\n[arnd: resolved those merge conflicts by pulling pinctrl branch]\n\n* imx/dt: (24 commits)\n  ARM: dts: imx53-qsb: enable audio support\n  ARM: dts: imx51-babbage: enable audio support\n  ARM: imx: add audio codec clk lookup for imx53-qsb\n  ARM: imx: add audmux pad setting for imx51-babbage\n  ARM: imx: add more imx5 ssi clocks\n  ARM: dts: imx53-qsb: Add Dialog DA9053 PMIC support\n  ARM: dts: imx6q-sabrelite: add serial2 pinctrl support\n  ARM: dts: imx6q-sabrelite: add sound device imx6q-sabrelite-sgtl5000\n  ARM: imx6q_sabrelite: clk_register_clkdev cko1 for sgtl5000\n  ARM: imx6q: add ssi1_ipg clk_lookup\n  ARM: dts: imx6q-sabrelite: add audmux pinctrl support\n  ARM: dts: imx6q-sabrelite: add i2c1 pinctrl support\n  ARM: dts: imx6q-sabrelite: add audmux device\n  ARM: dts: imx6q-sabrelite: add ssi device\n  ARM: dts: imx6q-arm2: add pinctrl state for usdhc\n  ARM: imx6: Add UART2 for low-level debug\n  ARM: imx6q: register phy fixup only when CONFIG_PHYLIB is enabled\n  ARM: imx6q: move imx6q_sabrelite specific code to a dedicated function\n  ARM: dts: imx6q-sabrelite: Add SPI NOR support\n  ARM: dts: Add basic support for imx6q-sabresd\n  ...\n\nPulls in imx/pinctrl and imx/clock as dependencies.\n\nSigned-off-by: Arnd Bergmann \u003carnd@arndb.de\u003e\n"
    },
    {
      "commit": "6b204283f2802a92cf91fc14c2c1b04e7295761b",
      "tree": "e323818ac7f159c13f646fdf75bf0f016d7ae368",
      "parents": [
        "ffc505c0b99d6caf5b10d813f9a0ce3576f68996",
        "a0f5e3631b07cabf624e7d818df76d47d9d21017"
      ],
      "author": {
        "name": "Arnd Bergmann",
        "email": "arnd@arndb.de",
        "time": "Mon May 14 15:23:13 2012 +0200"
      },
      "committer": {
        "name": "Arnd Bergmann",
        "email": "arnd@arndb.de",
        "time": "Mon May 14 15:23:13 2012 +0200"
      },
      "message": "Merge branch \u0027imx/pinctrl\u0027 into imx/dt\n\nConflicts:\n\tdrivers/mmc/host/sdhci-esdhc-imx.c\n\tdrivers/net/ethernet/freescale/fec.c\n\tdrivers/spi/spi-imx.c\n\tdrivers/tty/serial/imx.c\n\nThis resolves some simply but annoying conflicts.\n\nSigned-off-by: Arnd Bergmann \u003carnd@arndb.de\u003e\n"
    },
    {
      "commit": "377873600aea55d105c8e9ce14be4ca7bfdf362a",
      "tree": "8390c71653ce3a94358dacca2b259656b8e35729",
      "parents": [
        "6436356ba156b909c34a72e2905d9a9a874ca8e1"
      ],
      "author": {
        "name": "Uwe Kleine-König",
        "email": "u.kleine-koenig@pengutronix.de",
        "time": "Mon Apr 23 11:23:42 2012 +0200"
      },
      "committer": {
        "name": "David Woodhouse",
        "email": "David.Woodhouse@intel.com",
        "time": "Sun May 13 23:03:19 2012 -0500"
      },
      "message": "ARM: imx: add mxc_nand to imx27 device tree\n\nSigned-off-by: Uwe Kleine-König \u003cu.kleine-koenig@pengutronix.de\u003e\nSigned-off-by: Artem Bityutskiy \u003cartem.bityutskiy@linux.intel.com\u003e\nSigned-off-by: David Woodhouse \u003cDavid.Woodhouse@intel.com\u003e\n"
    },
    {
      "commit": "e29402edf848359d619ce06af86d61e62c292c87",
      "tree": "94451c1d400d478654e0d0e78564e882081b806c",
      "parents": [
        "bf98a6eaa9964fef49f186834713bfc57d16ede1",
        "530f1d416091212243b341e0022b2967886b30e4"
      ],
      "author": {
        "name": "Olof Johansson",
        "email": "olof@lixom.net",
        "time": "Sat May 12 22:33:24 2012 -0700"
      },
      "committer": {
        "name": "Olof Johansson",
        "email": "olof@lixom.net",
        "time": "Sat May 12 22:33:24 2012 -0700"
      },
      "message": "Merge branch \u0027mxs/dt/for-3.5\u0027 of git://git.linaro.org/people/shawnguo/linux-2.6 into next/dt2\n\n* \u0027mxs/dt/for-3.5\u0027 of git://git.linaro.org/people/shawnguo/linux-2.6: (51 commits)\n  ARM: dts: enable audio support for imx28-evk\n  ARM: dts: enable i2c device for imx28-evk\n  i2c: mxs: add device tree probe support\n  ARM: dts: enable mmc for imx28-evk\n  ARM: dts: enable mmc for imx23-evk\n  mmc: mxs-mmc: add device tree support\n  mmc: mxs-mmc: copy wp_gpio in struct mxs_mmc_host\n  mmc: mxs-mmc: have dma_channel than dma_res in mxs_mmc_host\n  mmc: mxs-mmc: use devm_* helper to make cleanup simpler\n  mmc: mxs-mmc: move header from mach into linux folder\n  mmc: mxs-mmc: get rid of the use of cpu_is_xxx\n  mmc: mxs-mmc: let ssp_is_old take host as parameter\n  mmc: mxs-mmc: use global stmp_device functionality\n  ARM: mxs: add gpio support for device tree boot\n  gpio/mxs: add device tree probe\n  gpio/mxs: get rid of the use of cpu_is_xxx\n  gpio/mxs: use devm_* helpers to make error handling simple\n  ARM: mxs: add mxs-dma dt support\n  ARM: mxs: do not add dma device by default\n  dma: mxs-dma: add device tree probe support\n  ...\n"
    },
    {
      "commit": "530f1d416091212243b341e0022b2967886b30e4",
      "tree": "6ac153c4228b589afcee3685898e91e8dcca84a6",
      "parents": [
        "2a96e3912b8d79f0bde45a5d657d48595cc7261c"
      ],
      "author": {
        "name": "Shawn Guo",
        "email": "shawn.guo@linaro.org",
        "time": "Thu May 10 15:03:16 2012 +0800"
      },
      "committer": {
        "name": "Shawn Guo",
        "email": "shawn.guo@linaro.org",
        "time": "Sun May 13 08:27:47 2012 +0800"
      },
      "message": "ARM: dts: enable audio support for imx28-evk\n\nSigned-off-by: Shawn Guo \u003cshawn.guo@linaro.org\u003e\n"
    },
    {
      "commit": "2a96e3912b8d79f0bde45a5d657d48595cc7261c",
      "tree": "bb0279eef9762a99cc314f56b32c407bb107d61c",
      "parents": [
        "b2378668489d16eb1a1ac722e84cc6a9a1513ba0"
      ],
      "author": {
        "name": "Shawn Guo",
        "email": "shawn.guo@linaro.org",
        "time": "Thu May 10 15:02:10 2012 +0800"
      },
      "committer": {
        "name": "Shawn Guo",
        "email": "shawn.guo@linaro.org",
        "time": "Sun May 13 08:27:45 2012 +0800"
      },
      "message": "ARM: dts: enable i2c device for imx28-evk\n\nSigned-off-by: Shawn Guo \u003cshawn.guo@linaro.org\u003e\n"
    },
    {
      "commit": "35d23047f8ba1b7cc9a067b9506352fd257c8df5",
      "tree": "e75264ede619b021415a8bd2001d21869593f5ac",
      "parents": [
        "be1ce30869b0bbdc3c807fc25a9dc6bfec8471a4"
      ],
      "author": {
        "name": "Shawn Guo",
        "email": "shawn.guo@linaro.org",
        "time": "Sun May 06 16:33:34 2012 +0800"
      },
      "committer": {
        "name": "Shawn Guo",
        "email": "shawn.guo@linaro.org",
        "time": "Sun May 13 08:27:43 2012 +0800"
      },
      "message": "ARM: dts: enable mmc for imx28-evk\n\nSigned-off-by: Shawn Guo \u003cshawn.guo@linaro.org\u003e\n"
    },
    {
      "commit": "be1ce30869b0bbdc3c807fc25a9dc6bfec8471a4",
      "tree": "396ec3db34a6d64b37b5b308eaab4e2cd7e47d0c",
      "parents": [
        "6de4d817aa38ea74dd446d015c8ed62a3ebaeafb"
      ],
      "author": {
        "name": "Shawn Guo",
        "email": "shawn.guo@linaro.org",
        "time": "Sun May 06 16:29:36 2012 +0800"
      },
      "committer": {
        "name": "Shawn Guo",
        "email": "shawn.guo@linaro.org",
        "time": "Sun May 13 08:27:40 2012 +0800"
      },
      "message": "ARM: dts: enable mmc for imx23-evk\n\nSigned-off-by: Shawn Guo \u003cshawn.guo@linaro.org\u003e\n"
    },
    {
      "commit": "15d2c83948a3f47095017dbcf2060132bcd8c00c",
      "tree": "9652e40ee1a8fb09555bdeff645157a679577730",
      "parents": [
        "e994d5eb7c3e45e13eb4fc882a47238f8dc4d63e",
        "3b7b70552afe351a8bd8fff1eb2d60aab2206576"
      ],
      "author": {
        "name": "Rafael J. Wysocki",
        "email": "rjw@sisk.pl",
        "time": "Sat May 12 22:20:36 2012 +0200"
      },
      "committer": {
        "name": "Rafael J. Wysocki",
        "email": "rjw@sisk.pl",
        "time": "Sat May 12 22:20:36 2012 +0200"
      },
      "message": "Merge branch \u0027renesas-dt\u0027 into renesas-soc-core\n\n* renesas-dt:\n  ARM: mach-shmobile: sh7372 generic board support via DT V2\n  ARM: mach-shmobile: Rework sh7372 INTCS demuxer V2\n  ARM: mach-shmobile: Use INTC_IRQ_PINS_16H on sh7372\n  ARM: mach-shmobile: Use 0x3400 as INTCS vector offset\n  ARM: mach-shmobile: Introduce INTC_IRQ_PINS_16H\n  ARM: mach-shmobile: Introduce shmobile_setup_delay()\n"
    },
    {
      "commit": "30a0d03776ff2d7ee5ec72d515d8e3cc6d2f0c62",
      "tree": "3f7815caaf4684834a996cd225cd92cf1289b56e",
      "parents": [
        "30551c0108e0d2fed48778a6bbd52843088bcb7b"
      ],
      "author": {
        "name": "Viresh Kumar",
        "email": "viresh.kumar@st.com",
        "time": "Tue May 01 18:09:22 2012 +0530"
      },
      "committer": {
        "name": "Arnd Bergmann",
        "email": "arnd@arndb.de",
        "time": "Sat May 12 21:50:04 2012 +0200"
      },
      "message": "SPEAr: Add SMI NOR partition info in dts files\n\nThis patch adds NOR partitions in all SPEAr boards dts files.\n\nSigned-off-by: Viresh Kumar \u003cviresh.kumar@st.com\u003e\nAcked-by: Arnd Bergmann \u003carnd@arndb.de\u003e\nAcked-by: Stefan Roese \u003csr@denx.de\u003e\n\nSigned-off-by: Arnd Bergmann \u003carnd@arndb.de\u003e\n"
    },
    {
      "commit": "30551c0108e0d2fed48778a6bbd52843088bcb7b",
      "tree": "b26eba9ad07964e76465bddb42474e25c4690597",
      "parents": [
        "fa599c333d3d66846545026b41bcf36d1350fe30"
      ],
      "author": {
        "name": "Viresh Kumar",
        "email": "viresh.kumar@st.com",
        "time": "Sat Apr 21 13:15:37 2012 +0530"
      },
      "committer": {
        "name": "Arnd Bergmann",
        "email": "arnd@arndb.de",
        "time": "Sat May 12 21:03:26 2012 +0200"
      },
      "message": "SPEAr: Add DT bindings for SPEAr\u0027s timer\n\nAll SPEAr SoC\u0027s use ST\u0027s Timer module. This patch adds device tree probing\ncapability for that.\n\nSigned-off-by: Viresh Kumar \u003cviresh.kumar@st.com\u003e\nSigned-off-by: Arnd Bergmann \u003carnd@arndb.de\u003e\n"
    },
    {
      "commit": "4a0dfe69fe489b06ae5bad26ae67ae8aefaca3aa",
      "tree": "cdac4232b95103402e8328815be80105620d41f2",
      "parents": [
        "7488185d0777ef84be7b365b08037fc7213010f6",
        "a0f5e3631b07cabf624e7d818df76d47d9d21017"
      ],
      "author": {
        "name": "Olof Johansson",
        "email": "olof@lixom.net",
        "time": "Fri May 11 22:59:11 2012 -0700"
      },
      "committer": {
        "name": "Olof Johansson",
        "email": "olof@lixom.net",
        "time": "Fri May 11 22:59:11 2012 -0700"
      },
      "message": "Merge branch \u0027imx/pinctrl/for-3.5\u0027 of git://git.linaro.org/people/shawnguo/linux-2.6 into next/pinctrl\n\n* \u0027imx/pinctrl/for-3.5\u0027 of git://git.linaro.org/people/shawnguo/linux-2.6: (290 commits)\n  ARM: mxs: enable pinctrl support\n  video: mxsfb: adopt pinctrl support\n  ASoC: mxs-saif: adopt pinctrl support\n  i2c: mxs: adopt pinctrl support\n  mtd: nand: gpmi: adopt pinctrl support\n  mmc: mxs-mmc: adopt pinctrl support\n  serial: mxs-auart: adopt pinctrl support\n  serial: amba-pl011: adopt pinctrl support\n  spi/imx: adopt pinctrl support\n  i2c: imx: adopt pinctrl support\n  can: flexcan: adopt pinctrl support\n  net: fec: adopt pinctrl support\n  tty: serial: imx: adopt pinctrl support\n  mmc: sdhci-imx-esdhc: adopt pinctrl support\n  ARM: imx6q: switch to use pinctrl subsystem\n  ARM: mxs: enable pinctrl dummy states\n  ARM: imx: enable pinctrl dummy states\n  +3.4-rc5 update\n"
    },
    {
      "commit": "ce4c6f9b5987ac9402788c518bc5bd8b8572aa1e",
      "tree": "b065be1ed1491eccc226ae9b0e000cfb203331ee",
      "parents": [
        "4052d45e800ce33e1993fb70604941547ed73d26"
      ],
      "author": {
        "name": "Shawn Guo",
        "email": "shawn.guo@linaro.org",
        "time": "Fri May 04 14:32:35 2012 +0800"
      },
      "committer": {
        "name": "Shawn Guo",
        "email": "shawn.guo@linaro.org",
        "time": "Sat May 12 13:32:19 2012 +0800"
      },
      "message": "ARM: mxs: add gpio support for device tree boot\n\nIt adds gpio support for device tree boot.\n\nSigned-off-by: Shawn Guo \u003cshawn.guo@linaro.org\u003e\nAcked-by: Linus Walleij \u003clinus.walleij@linaro.org\u003e\n"
    },
    {
      "commit": "84f3570a96c4632cb2d3958ff7542f66b49c33cd",
      "tree": "9b0e944d7f0920c269cb43d45a8e4f71aa290a9c",
      "parents": [
        "cb1be3c73d273bfe74bd5a6fe80e6e84181283af"
      ],
      "author": {
        "name": "Dong Aisheng",
        "email": "dong.aisheng@linaro.org",
        "time": "Fri May 04 20:12:19 2012 +0800"
      },
      "committer": {
        "name": "Shawn Guo",
        "email": "shawn.guo@linaro.org",
        "time": "Sat May 12 13:32:18 2012 +0800"
      },
      "message": "ARM: mxs: add mxs-dma dt support\n\nCc: Grant Likely \u003cgrant.likely@secretlab.ca\u003e\nCc: Rob Herring \u003crob.herring@calxeda.com\u003e\nCc: Sascha Hauer \u003cs.hauer@pengutronix.de\u003e\nCc: Huang Shijie \u003cb32955@freescale.com\u003e\nSigned-off-by: Dong Aisheng \u003cdong.aisheng@linaro.org\u003e\nSigned-off-by: Shawn Guo \u003cshawn.guo@linaro.org\u003e\nAcked-by: Marek Vasut \u003cmarex@denx.de\u003e\nAcked-by: Vinod Koul \u003cvinod.koul@intel.com\u003e\n"
    },
    {
      "commit": "2954ff395bcf69cb31dbe500bec20ce0944ea19e",
      "tree": "ca9c1e7e3b0f12151825c496a38a6c8268b2e499",
      "parents": [
        "bc3a59c1b7b1c367fec615b872bdb89ac232f62e"
      ],
      "author": {
        "name": "Shawn Guo",
        "email": "shawn.guo@linaro.org",
        "time": "Fri May 04 21:33:42 2012 +0800"
      },
      "committer": {
        "name": "Shawn Guo",
        "email": "shawn.guo@linaro.org",
        "time": "Sat May 12 13:32:17 2012 +0800"
      },
      "message": "ARM: mxs: add initial device tree support for imx23-evk board\n\nIt adds initial device tree support for imx23-evk board, and only\nserial console is enabled.\n\nSigned-off-by: Shawn Guo \u003cshawn.guo@linaro.org\u003e\nAcked-by: Marek Vasut \u003cmarex@denx.de\u003e\n"
    },
    {
      "commit": "bc3a59c1b7b1c367fec615b872bdb89ac232f62e",
      "tree": "eb0fcfdac04efc938e0432947be67a6ad6d5fd79",
      "parents": [
        "844d0b5a0b42d6c73114a1dc229db751120d226f"
      ],
      "author": {
        "name": "Dong Aisheng",
        "email": "dong.aisheng@linaro.org",
        "time": "Sat Mar 31 21:26:57 2012 +0800"
      },
      "committer": {
        "name": "Shawn Guo",
        "email": "shawn.guo@linaro.org",
        "time": "Sat May 12 13:32:16 2012 +0800"
      },
      "message": "ARM: mxs: add initial device tree support for imx28-evk board\n\nThis patch includes basic dt support which can boot via nfs rootfs.\n\nSigned-off-by: Dong Aisheng \u003cdong.aisheng@linaro.org\u003e\nSigned-off-by: Shawn Guo \u003cshawn.guo@linaro.org\u003e\nAcked-by: Marek Vasut \u003cmarex@denx.de\u003e\n"
    },
    {
      "commit": "ffc505c0b99d6caf5b10d813f9a0ce3576f68996",
      "tree": "3d1acdfb7d0092c54a838195d94d51ef340d9ed0",
      "parents": [
        "a15d9f8986a3984255f8ea75e8e03cc771855e7e"
      ],
      "author": {
        "name": "Shawn Guo",
        "email": "shawn.guo@linaro.org",
        "time": "Fri May 11 13:12:01 2012 +0800"
      },
      "committer": {
        "name": "Shawn Guo",
        "email": "shawn.guo@linaro.org",
        "time": "Fri May 11 17:21:24 2012 +0800"
      },
      "message": "ARM: dts: imx53-qsb: enable audio support\n\nSigned-off-by: Shawn Guo \u003cshawn.guo@linaro.org\u003e\n"
    },
    {
      "commit": "a15d9f8986a3984255f8ea75e8e03cc771855e7e",
      "tree": "b3341fb51c7c04ae118846f492ad9a28bb2ef985",
      "parents": [
        "394025ef422bc4a6c4e5040abb41260749e662be"
      ],
      "author": {
        "name": "Shawn Guo",
        "email": "shawn.guo@linaro.org",
        "time": "Fri May 11 13:08:46 2012 +0800"
      },
      "committer": {
        "name": "Shawn Guo",
        "email": "shawn.guo@linaro.org",
        "time": "Fri May 11 17:21:23 2012 +0800"
      },
      "message": "ARM: dts: imx51-babbage: enable audio support\n\nSigned-off-by: Shawn Guo \u003cshawn.guo@linaro.org\u003e\n"
    },
    {
      "commit": "41a0d3aa50b8304beb12d4d488431f0b938e9732",
      "tree": "4dcc51d96bd50964c0101ee9b97de7e14be0e561",
      "parents": [
        "c3001b2a63f613e0b530bfd6dd27974d2f846928"
      ],
      "author": {
        "name": "Ying-Chun Liu (PaulLiu)",
        "email": "paulliu@debian.org",
        "time": "Wed May 09 02:06:27 2012 +0800"
      },
      "committer": {
        "name": "Shawn Guo",
        "email": "shawn.guo@linaro.org",
        "time": "Fri May 11 15:18:09 2012 +0800"
      },
      "message": "ARM: dts: imx53-qsb: Add Dialog DA9053 PMIC support\n\nAdd Dialog DA9053 regulators support for imx53-qsb (Loco board)\n\nCc: Sascha Hauer \u003ckernel@pengutronix.de\u003e\nCc: Mark Brown \u003cbroonie@opensource.wolfsonmicro.com\u003e\nCc: Amit Kucheria \u003camit.kucheria@canonical.com\u003e\nCc: Arnaud Patard (Rtp) \u003carnaud.patard@rtp-net.org\u003e\nCc: Russell King - ARM Linux \u003clinux@arm.linux.org.uk\u003e\nSigned-off-by: Ying-Chun Liu (PaulLiu) \u003cpaulliu@debian.org\u003e\nSigned-off-by: Shawn Guo \u003cshawn.guo@linaro.org\u003e\n"
    },
    {
      "commit": "c3001b2a63f613e0b530bfd6dd27974d2f846928",
      "tree": "46c45ac68cb2dca371a5d3514b3a2ae78b48c178",
      "parents": [
        "b7879fe6dad97ce08e8df0bf8d408942c436d358"
      ],
      "author": {
        "name": "Richard Zhao",
        "email": "richard.zhao@freescale.com",
        "time": "Wed May 09 14:44:47 2012 +0800"
      },
      "committer": {
        "name": "Shawn Guo",
        "email": "shawn.guo@linaro.org",
        "time": "Fri May 11 15:18:08 2012 +0800"
      },
      "message": "ARM: dts: imx6q-sabrelite: add serial2 pinctrl support\n\nSigned-off-by: Richard Zhao \u003crichard.zhao@freescale.com\u003e\nSigned-off-by: Shawn Guo \u003cshawn.guo@linaro.org\u003e\n"
    },
    {
      "commit": "b7879fe6dad97ce08e8df0bf8d408942c436d358",
      "tree": "cfaa8d094d5834b7fc02b791de8980040e501353",
      "parents": [
        "a258561df107a88a042121ea2b950a716691fca6"
      ],
      "author": {
        "name": "Richard Zhao",
        "email": "richard.zhao@freescale.com",
        "time": "Wed May 09 14:15:45 2012 +0800"
      },
      "committer": {
        "name": "Shawn Guo",
        "email": "shawn.guo@linaro.org",
        "time": "Fri May 11 15:18:07 2012 +0800"
      },
      "message": "ARM: dts: imx6q-sabrelite: add sound device imx6q-sabrelite-sgtl5000\n\nSigned-off-by: Richard Zhao \u003crichard.zhao@freescale.com\u003e\nSigned-off-by: Shawn Guo \u003cshawn.guo@linaro.org\u003e\n"
    },
    {
      "commit": "5ca65c18830f997ba3df0e8e913c72492b40d6ba",
      "tree": "df2e3917343781e963ccb5b8b9558067166829c3",
      "parents": [
        "d99a79fcf4cbbc4dc6dc1e21e6860b97357269ea"
      ],
      "author": {
        "name": "Richard Zhao",
        "email": "richard.zhao@freescale.com",
        "time": "Wed May 09 11:21:11 2012 +0800"
      },
      "committer": {
        "name": "Shawn Guo",
        "email": "shawn.guo@linaro.org",
        "time": "Fri May 11 15:18:03 2012 +0800"
      },
      "message": "ARM: dts: imx6q-sabrelite: add audmux pinctrl support\n\nSigned-off-by: Richard Zhao \u003crichard.zhao@freescale.com\u003e\nSigned-off-by: Shawn Guo \u003cshawn.guo@linaro.org\u003e\n"
    },
    {
      "commit": "d99a79fcf4cbbc4dc6dc1e21e6860b97357269ea",
      "tree": "4da02f866c8b8ac7c3e1e074e392119b27eb78a9",
      "parents": [
        "f965cd55e29ee582dd58531c7afd5fc061e0b7e4"
      ],
      "author": {
        "name": "Richard Zhao",
        "email": "richard.zhao@freescale.com",
        "time": "Wed May 09 10:47:20 2012 +0800"
      },
      "committer": {
        "name": "Shawn Guo",
        "email": "shawn.guo@linaro.org",
        "time": "Fri May 11 15:18:02 2012 +0800"
      },
      "message": "ARM: dts: imx6q-sabrelite: add i2c1 pinctrl support\n\nSigned-off-by: Richard Zhao \u003crichard.zhao@freescale.com\u003e\nSigned-off-by: Shawn Guo \u003cshawn.guo@linaro.org\u003e\n"
    },
    {
      "commit": "f965cd55e29ee582dd58531c7afd5fc061e0b7e4",
      "tree": "092c7ad28c2f814b9fa61065e9805d41f81ab61e",
      "parents": [
        "b1a5da8eb37bd44d66e93a6133e33616b5de3d24"
      ],
      "author": {
        "name": "Richard Zhao",
        "email": "richard.zhao@linaro.org",
        "time": "Wed May 02 10:32:26 2012 +0800"
      },
      "committer": {
        "name": "Shawn Guo",
        "email": "shawn.guo@linaro.org",
        "time": "Fri May 11 15:18:01 2012 +0800"
      },
      "message": "ARM: dts: imx6q-sabrelite: add audmux device\n\nSigned-off-by: Richard Zhao \u003crichard.zhao@linaro.org\u003e\nSigned-off-by: Richard Zhao \u003crichard.zhao@freescale.com\u003e\nSigned-off-by: Shawn Guo \u003cshawn.guo@linaro.org\u003e\n"
    },
    {
      "commit": "b1a5da8eb37bd44d66e93a6133e33616b5de3d24",
      "tree": "9afd2f35b3bd346a3503a91a21be9928cebe5307",
      "parents": [
        "551fd208f204780bac1ca5bce1748ba7a6f7ee6e"
      ],
      "author": {
        "name": "Richard Zhao",
        "email": "richard.zhao@linaro.org",
        "time": "Wed May 02 10:29:10 2012 +0800"
      },
      "committer": {
        "name": "Shawn Guo",
        "email": "shawn.guo@linaro.org",
        "time": "Fri May 11 15:18:00 2012 +0800"
      },
      "message": "ARM: dts: imx6q-sabrelite: add ssi device\n\nSigned-off-by: Richard Zhao \u003crichard.zhao@linaro.org\u003e\nSigned-off-by: Richard Zhao \u003crichard.zhao@freescale.com\u003e\nSigned-off-by: Shawn Guo \u003cshawn.guo@linaro.org\u003e\n"
    }
  ],
  "next": "551fd208f204780bac1ca5bce1748ba7a6f7ee6e"
}
