)]}'
{
  "log": [
    {
      "commit": "024a6b95181f2df6090975c8a293499d24bf8b28",
      "tree": "8da0a465bc35ab250897fb6bea1bcb64cdef9a05",
      "parents": [
        "349e1fba7e63b1067b5915337986060c13d9edd0",
        "5e682ef825302f2378726e44257291eaeadbfd50"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Wed May 19 12:08:50 2010 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Wed May 19 12:08:50 2010 -0700"
      },
      "message": "Merge branch \u0027davinci-for-linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-davinci\n\n* \u0027davinci-for-linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-davinci: (48 commits)\n  Revert \"rtc: omap: let device wakeup capability be configured from chip init logic\"\n  DM365: Added more PINMUX configurations for AEMIF\n  DM365: Make CLKOUTx available\n  DM365: Added PINMUX definitions for GPIO30..32\n  Davinci: iotable based ioremap() interception\n  Davinci: pinmux - use ioremap()\n  Davinci: aintc/cpintc - use ioremap()\n  Davinci: psc - use ioremap()\n  Davinci: timer - use ioremap()\n  Davinci: jtag_id - use ioremap()\n  Davinci: da8xx: rtc - use ioremap\n  Davinci: gpio - use ioremap()\n  davinci: edma: fix coding style issue related to breaking lines\n  davinci: edma: use BIT() wherever possible\n  davinci: edma: fix coding style issue related to usage of braces\n  davinci: edma: use a more intuitive name for edma_info\n  Davinci: serial - conditional reset via pwremu\n  Davinci: serial - use ioremap()\n  Davinci: serial - remove unnecessary define\n  Davinci: watchdog reset separation across socs\n  ...\n\nFix up trivial conflict in arch/arm/Kconfig due to removal of \"select\nGENERIC_TIME\"\n"
    },
    {
      "commit": "717e7c2672e37253a4d3aa70e4716b5b0a658761",
      "tree": "9e4ce198c6c74dfedd20671188277ddd582989fc",
      "parents": [
        "ac1d426e825ab5778995f2f6f053ca2e6b45c622"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Tue May 18 08:17:56 2010 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Tue May 18 08:17:56 2010 +0100"
      },
      "message": "ARM: remove \u0027select GENERIC_TIME\u0027\n\nGENERIC_TIME is now enabled by default, so \u0027select GENERIC_TIME\u0027\nis redundant.  Remove them.\n\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "ac1d426e825ab5778995f2f6f053ca2e6b45c622",
      "tree": "75b91356ca39463e0112931aa6790802fb1e07a2",
      "parents": [
        "fda0e18c8a7a3e02747c2b045b4fcd2c920410b9",
        "a3685f00652af83f12b63e3b4ef48f29581ba48b"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Mon May 17 17:24:04 2010 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Mon May 17 17:24:04 2010 +0100"
      },
      "message": "Merge branch \u0027devel-stable\u0027 into devel\n\nConflicts:\n\tarch/arm/Kconfig\n\tarch/arm/include/asm/system.h\n\tarch/arm/mm/Kconfig\n"
    },
    {
      "commit": "fda0e18c8a7a3e02747c2b045b4fcd2c920410b9",
      "tree": "6dac80c846592901cbfdcff029525d7994465282",
      "parents": [
        "98830bc9967b18d6f9a614a1f354f5580196ef85",
        "d1e86d64bc48dedd0d68d182d0ce6951d8b4fd0d"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Mon May 17 17:21:23 2010 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Mon May 17 17:21:23 2010 +0100"
      },
      "message": "Merge branch \u0027devel-pmu\u0027 into devel\n"
    },
    {
      "commit": "98830bc9967b18d6f9a614a1f354f5580196ef85",
      "tree": "39a09975fc8d4151ed48296fa58ffe2a3586a371",
      "parents": [
        "c39e52a793f5599582dbacf4d8f62634a492f79e"
      ],
      "author": {
        "name": "Hartley Sweeten",
        "email": "hartleys@visionengravers.com",
        "time": "Mon May 17 17:18:10 2010 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Mon May 17 17:21:16 2010 +0100"
      },
      "message": "ARM: 6136/1: ARCH_REQUIRE_GPIOLIB selects GENERIC_GPIO\n\nThe ARCH_REQUIRE_GPIOLIB config option will select GPIOLIB which\nin turn will select GENERIC_GPIO.  Because of this, there is no\nreason to do the select GENERIC_GPIO in arch/arm/Kconfig for the\narchitectures that have ARCH_REQUIRE_GPIOLIB.\n\nSigned-off-by: H Hartley Sweeten \u003chsweeten@visionengravers.com\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "fe166148f699cc7865ca07b6754872cfb5ebc312",
      "tree": "421392e3fb9866c40cc8cfd952be44fd63336221",
      "parents": [
        "8c1fc96f6fd1f361428ba805103af0d0eee65179"
      ],
      "author": {
        "name": "Will Deacon",
        "email": "will.deacon@arm.com",
        "time": "Fri Apr 30 11:37:51 2010 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Mon May 17 11:53:58 2010 +0100"
      },
      "message": "ARM: 6073/1: oprofile: remove old files and update KConfig\n\nEnable hardware perf-events if CPU_HAS_PMU and select\nHAVE_OPROFILE if HAVE_PERF_EVENTS. If no hardware support\nis present, OProfile will fall back to timer mode.\n\nThis patch also removes the old OProfile drivers in favour\nof the code implemented by perf.\n\nSigned-off-by: Will Deacon \u003cwill.deacon@arm.com\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "c39e52a793f5599582dbacf4d8f62634a492f79e",
      "tree": "7379649b5a722ceb45cc66f049a7571c66054dcd",
      "parents": [
        "762253741942d8ddbaca1c1ee62d7ed57544332b",
        "8716011315a5b2fa932fa1e7570c34975ed2cb14",
        "4fec9978822a66b25f5645eb20c115034a18cfd1",
        "de4338f40e48da3b604219909a1d4aa7aa60870f",
        "47ab0dee661dbd5aca67abe44a333e471134fbf9",
        "2a847513cdecd517f7efc06296c539c3a936cf98",
        "883413341e479d4e9f9c69def4884b4c6e1cef4e",
        "3e9cc70590287f7cb7e38793bbf968b3362b7612",
        "4c18e77f718cdda33363132127db4df795eadbd9",
        "f417cbad7394fdccec850d13d7d5621516d693ce"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Mon May 17 11:52:31 2010 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Mon May 17 11:53:39 2010 +0100"
      },
      "message": "Merge branches \u0027at91\u0027, \u0027bcmring\u0027, \u0027ep93xx\u0027, \u0027iop\u0027, \u0027misc\u0027, \u0027nomadik\u0027, \u0027omap\u0027, \u0027pxa\u0027, \u0027spear\u0027 and \u0027versatile\u0027 into devel\n\nConflicts:\n\tarch/arm/Makefile\n\tarch/arm/common/Makefile\n\tarch/arm/mm/Kconfig\n"
    },
    {
      "commit": "a3685f00652af83f12b63e3b4ef48f29581ba48b",
      "tree": "18ec9eed3deabf3c6b9bec206765a4dd0d8cf9ec",
      "parents": [
        "b12f3cbd7a9a869eae1eb108da02526b132ba80b",
        "63b1f51b2405573d47bf5b9ab6e7cd5c697d3dcc"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Mon May 17 08:49:25 2010 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Mon May 17 08:49:25 2010 +0100"
      },
      "message": "Merge branch \u0027for-rmk/2635\u0027 of git://git.fluff.org/bjdooks/linux into devel-stable\n"
    },
    {
      "commit": "63b1f51b2405573d47bf5b9ab6e7cd5c697d3dcc",
      "tree": "db8949524533f70f61d64581d7eb83fab97c1063",
      "parents": [
        "eb90de4a2d2880f0037d2b2ba85a3e857a898b40"
      ],
      "author": {
        "name": "Ben Dooks",
        "email": "ben-linux@fluff.org",
        "time": "Fri Apr 30 16:32:26 2010 +0900"
      },
      "committer": {
        "name": "Ben Dooks",
        "email": "ben-linux@fluff.org",
        "time": "Mon May 10 11:44:47 2010 +0900"
      },
      "message": "ARM: SAMSUNG: Update S3C2416 entry with S3C2450\n\nThese devices are so similar that they share the same SoC\nID code, so note this.\n\nSigned-off-by: Ben Dooks \u003cben-linux@fluff.org\u003e\n"
    },
    {
      "commit": "f1290a49c5496521360a3e40d8bc766aceee65e5",
      "tree": "200106e8306af3f0791018ddc3891a02710998dc",
      "parents": [
        "4e04691bc600b53f6aab63404e58fae3bdf8e310"
      ],
      "author": {
        "name": "Yauhen Kharuzhy",
        "email": "jekhor@gmail.com",
        "time": "Wed Apr 28 18:09:01 2010 +0900"
      },
      "committer": {
        "name": "Ben Dooks",
        "email": "ben-linux@fluff.org",
        "time": "Mon May 10 11:44:39 2010 +0900"
      },
      "message": "ARM: S3C2416: Add arch support\n\nAdd arch/arm/mach-s3c2416 for support of the Samsung S3C2416 SoC.\n\nThis patch adds support of the S3C2416 SoC, clocks, timers,\nand initial IRQ support (without support of secondary set of registers).\n\nSigned-off-by: Yauhen Kharuzhy \u003cjekhor@gmail.com\u003e\n[ben-linux@fluff.org: removed files to be reworked, fixed conflicts]\n[ben-linux@fluff.org: use s3c2443 reset instead of specific reset code]\nSigned-off-by: Ben Dooks \u003cben-linux@fluff.org\u003e\n"
    },
    {
      "commit": "b722049d7e60356fe04bcac6065a7c8b1c64c06f",
      "tree": "480ad691a2a778ebb69498ae0a6358d4010b7c0a",
      "parents": [
        "9c0a342c45b2d98209ac473ea7a429ddd5c1b473"
      ],
      "author": {
        "name": "Cyril Chemparathy",
        "email": "cyril@ti.com",
        "time": "Thu Mar 25 17:43:44 2010 -0400"
      },
      "committer": {
        "name": "Kevin Hilman",
        "email": "khilman@deeprootsystems.com",
        "time": "Thu May 06 15:02:03 2010 -0700"
      },
      "message": "Davinci: allow SOCs based on other ARM CPUs\n\nPreliminary modification prior to adding support for TNETV107X based on\nARM1176.  This change allows for CPUs other than ARM926T to be used for Davinci\nderivative SoCs.  Existing devices (DA8x and DMx) operate unchanged.\n\nSigned-off-by: Cyril Chemparathy \u003ccyril@ti.com\u003e\nSigned-off-by: Kevin Hilman \u003ckhilman@deeprootsystems.com\u003e\n"
    },
    {
      "commit": "941f81c16ec7497ecce6f1f611277d67e89bdfe1",
      "tree": "4543aa365058fc52f051ea4881e1dc231f39774c",
      "parents": [
        "e220ba60223a9d63e70217e5b112160df8c21cea",
        "478ea14466fb524b4cd90cdf0b8845f8c5ee6015"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Mon May 03 22:37:06 2010 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Mon May 03 22:37:06 2010 +0100"
      },
      "message": "Merge branch \u0027master\u0027 of git://git.infradead.org/users/cbou/linux-cns3xxx into devel-stable\n"
    },
    {
      "commit": "4b536b8d909f4e3dfa84fa7a63fbc5896e3490e8",
      "tree": "913ae5ba86d4405b30242db00a53e1270bd8b145",
      "parents": [
        "4b53eb4f5d78416456bb969ce30e3bed2731d744"
      ],
      "author": {
        "name": "Steve Muckle",
        "email": "smuckle@quicinc.com",
        "time": "Mon Dec 29 16:17:22 2008 -0500"
      },
      "committer": {
        "name": "Daniel Walker",
        "email": "dwalker@codeaurora.org",
        "time": "Mon May 03 11:15:02 2010 -0700"
      },
      "message": "arm: msm: define HAVE_CLK for ARCH_MSM\n\nMSM supports the \u003clinux/clk.h\u003e interface.\n\nAcked-by: David Brown \u003cdavidb@quicinc.com\u003e\nSigned-off-by: Steve Muckle \u003csmuckle@quicinc.com\u003e\n"
    },
    {
      "commit": "4b53eb4f5d78416456bb969ce30e3bed2731d744",
      "tree": "bcc68c06542b8241d37fe43dfaa68e3aadbd9bb3",
      "parents": [
        "be1066bbcd443a65df312fdecea7e4959adedb45"
      ],
      "author": {
        "name": "Daniel Walker",
        "email": "dwalker@codeaurora.org",
        "time": "Fri Jan 01 15:11:43 2010 -0800"
      },
      "committer": {
        "name": "Daniel Walker",
        "email": "dwalker@codeaurora.org",
        "time": "Mon May 03 11:15:00 2010 -0700"
      },
      "message": "arm: msm: allow ARCH_MSM to have v7 cpus\n\nARCH_MSM supports armv7 cpus, so we\u0027re pushed the CPU_V6/CPU_V7 selection\ndown into the arch/arm/mach-msm/Kconfig.\n\nAlso update the description to be a bit more accurate.\n\nSigned-off-by: Daniel Walker \u003cdwalker@codeaurora.org\u003e\n"
    },
    {
      "commit": "d94f944e108da21badabd99f527b25e03b677b96",
      "tree": "3c150c38dcf4c6749eff881bacad872347ab3edd",
      "parents": [
        "ea5ce655b90f5debb7b9768284eaafcca218ddef"
      ],
      "author": {
        "name": "Anton Vorontsov",
        "email": "avorontsov@mvista.com",
        "time": "Thu Mar 25 17:12:41 2010 +0300"
      },
      "committer": {
        "name": "Anton Vorontsov",
        "email": "avorontsov@mvista.com",
        "time": "Sun May 02 21:55:46 2010 +0400"
      },
      "message": "ARM: cns3xxx: Add basic support for Cavium Networks CNS3xxx processors\n\nThis patch adds very basic support for ECONA CNS3xxx ARM11 MPcore\n(ARMv6) dual-core processors.\n\nNote that SMP is not yet supported, as well as many peripheral\ndevices. Support for these features will be added later.\n\nSigned-off-by: Anton Vorontsov \u003cavorontsov@mvista.com\u003e\n"
    },
    {
      "commit": "59ac59f6f1432aa9417d2592bdfd17c99804dd66",
      "tree": "c4251d8827165d9eb926d77470a59fb196f998f8",
      "parents": [
        "fef88f10767cfd9f9b4eebb5d5490214c5e13ad5"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Thu Feb 11 21:56:07 2010 +0000"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sun May 02 09:35:39 2010 +0100"
      },
      "message": "ARM: Add Versatile Express SMP support\n\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "ceade897f31b8bb66f378cc35859fcfd0d46aaa2",
      "tree": "44f6fffb4f93ec6247b468e4009e414b4124f585",
      "parents": [
        "9bf5b2ef673237e0e43161c56f70ac8bf24e43f9"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Thu Feb 11 21:44:53 2010 +0000"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sun May 02 09:35:38 2010 +0100"
      },
      "message": "ARM: Add Versatile Express support\n\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "e388771458b4ff3ad81ab70e390b24d069647da4",
      "tree": "43f130464e60cabf5a1357355277f3d959cd1789",
      "parents": [
        "f4b8b319bf21bf3576014ce7336763cd3e1684ef"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Thu Jan 14 13:30:16 2010 +0000"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sun May 02 09:35:34 2010 +0100"
      },
      "message": "ARM: Realview/Versatile: separate out common SP804 timer code\n\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "f4b8b319bf21bf3576014ce7336763cd3e1684ef",
      "tree": "5f3200e3b82dd23fc58633e010f3996246d81607",
      "parents": [
        "c5a0adb51002e51a4254cb7f0ab7190d41d8b930"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Thu Jan 14 12:48:06 2010 +0000"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sun May 02 09:35:33 2010 +0100"
      },
      "message": "ARM: Realview/Versatile/Integrator: separate out common clock code\n\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "c5a0adb51002e51a4254cb7f0ab7190d41d8b930",
      "tree": "b6ae6bd13b1aa722e7d96876da28cd5ac3722188",
      "parents": [
        "232eaf7f268f765b52170bec42bfa0c5825aa239"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sat Jan 16 20:16:10 2010 +0000"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sun May 02 09:35:33 2010 +0100"
      },
      "message": "ARM: ICST: kill duplicate icst code\n\nThe only difference between ICST307 and ICST525 are the two arrays\nfor calculating the S parameter; the code is now identical.  Merge\nthe two files and kill the duplicated code.\n\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "13edd86d7a8b64735c60c308faac785a6f2257b2",
      "tree": "94fefea5ea04b46a005154981ffcb66cd50e12b7",
      "parents": [
        "b9cedda230793cbf58eb012ddadedd490cc8e129"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Fri Jan 15 21:49:23 2010 +0000"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Thu Apr 29 18:04:16 2010 +0100"
      },
      "message": "ARM: Integrator: convert to generic clockevent support\n\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "b9cedda230793cbf58eb012ddadedd490cc8e129",
      "tree": "5c1e21e04206d68d9089299e6b9f61347c3f8070",
      "parents": [
        "ba02a21544b41a65e58506f1d79353203d94b8b6"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Fri Jan 15 18:10:33 2010 +0000"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Thu Apr 29 18:04:15 2010 +0100"
      },
      "message": "ARM: Integrator: convert to generic time support\n\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "b56ba8aa6f3aeab23d3d4b1190ed1098463b2a9c",
      "tree": "7b180e5ce9753a1f3c4e7958dba4b7f3446e616f",
      "parents": [
        "0ad707407d933841a0f337d6edccbc1d6c83e186"
      ],
      "author": {
        "name": "Colin Tuckley",
        "email": "colin.tuckley@arm.com",
        "time": "Wed Feb 24 15:23:10 2010 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Wed Apr 28 22:21:52 2010 +0100"
      },
      "message": "ARM: 5957/1: ARM: RealView SD/MMC Card detection and write-protect using GPIOLIB\n\nThe switch to using GPIOLIB broke the sd/mmc card detection on the\nRealView development boards if GPIO_PL061 was not selected.\nThis patch selects GPIO_PL061 if GPIOLIB is selected.\nThe sense of the return value from mmc_status has also changed\nand is corrected.\n\nSigned-off-by: Colin Tuckley \u003ccolin.tuckley@arm.com\u003e\nAcked-by: Catalin Marinas \u003ccatalin.marinas@arm.com\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "52882173cfed4fabcc1496755000bf022d681e52",
      "tree": "6f30bfd65acd01fa8eda00df14fd17b318268c73",
      "parents": [
        "e193ba290f0228453341b41ab2bbdd963259f97e"
      ],
      "author": {
        "name": "Anton Vorontsov",
        "email": "cbouatmailru@gmail.com",
        "time": "Mon Apr 19 13:20:49 2010 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Thu Apr 22 21:38:11 2010 +0100"
      },
      "message": "ARM: 6058/1: Add support for PCI domains\n\nThis patch adds support for PCI domains on ARM platforms.\n\nAlso, protect asm/mach/pci.h from multiple inclustions, otherwise\nbuild fails because of pci_domain_nr() and pci_proc_domain()\nredefinitions.\n\nSigned-off-by: Anton Vorontsov \u003cavorontsov@mvista.com\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "6e8699f7d68589e0e9ab324f598a3357bceb40bc",
      "tree": "350b40d4a99c87912bd7a395f236f4ab87915b85",
      "parents": [
        "5cfc8ee0bb5134e1204e1ec5843e164f24315021"
      ],
      "author": {
        "name": "Albin Tonnerre",
        "email": "albin.tonnerre@free-electrons.com",
        "time": "Sat Apr 03 11:40:28 2010 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Wed Apr 14 12:05:36 2010 +0100"
      },
      "message": "ARM: 6026/1: ARM: Add support for LZMA-compressed kernel images\n\nThis patch allows using a kernel image compressed with LZMA on ARM.\nExtracting the image is fairly slow, but it might be useful on machines\nwith a very limited amount of storage, as the size benefit is quite\nsignificant (about 25% smaller with LZMA compared to GZIP)\n\nTested-by: Martin Michlmayr \u003ctbm@cyrius.com\u003e\nTested-by: Paulius Zaleckas \u003cpaulius.zaleckas@gmail.com\u003e\nSigned-off-by: Albin Tonnerre \u003calbin.tonnerre@free-electrons.com\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "cee37e501ea34958d6d33d75d2bd21d9c343e379",
      "tree": "9f00b31f659538d4753ef27855be6910e61f551a",
      "parents": [
        "8f590d4541fb678a638777ab987709217cb71365"
      ],
      "author": {
        "name": "viresh kumar",
        "email": "viresh.kumar@st.com",
        "time": "Thu Apr 01 12:31:05 2010 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Wed Apr 14 11:34:36 2010 +0100"
      },
      "message": "ARM: 6016/1: ST SPEAr: Added support for SPEAr platform and machines in arch/arm/\n\nReviewed-by: Linus Walleij \u003clinux.walleij@stericsson.com\u003e\n\nSigned-off-by: Viresh Kumar \u003cviresh.kumar@st.com\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "5cfc8ee0bb5134e1204e1ec5843e164f24315021",
      "tree": "56a5ef91318f0bba164f944ad3f06bc200bd94dd",
      "parents": [
        "e4bf5becccf4685754c4d8e4485bb2ff7d28147f"
      ],
      "author": {
        "name": "John Stultz",
        "email": "johnstul@us.ibm.com",
        "time": "Wed Mar 24 00:22:36 2010 +0000"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Wed Mar 24 08:08:58 2010 +0000"
      },
      "message": "ARM: convert arm to arch_gettimeoffset()\n\nConvert arm to use GENERIC_TIME via the arch_getoffset() infrastructure,\nreducing the amount of arch specific code we need to maintain.\n\nThe arm architecture is the last arch that need to be converted.\n\nSigned-off-by: John Stultz \u003cjohnstul@us.ibm.com\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\nCc: Andrew Morton \u003cakpm@linux-foundation.org\u003e\n"
    },
    {
      "commit": "94bdc0e2d76c5f2467346bf14e7e16d6d8e0395d",
      "tree": "00f98df7579a1fb53766a34d5ee3339b68908776",
      "parents": [
        "1df20afce51e7af2a587425d1aafca2608fe0066"
      ],
      "author": {
        "name": "Rabin Vincent",
        "email": "rabin.vincent@stericsson.com",
        "time": "Wed Mar 03 04:54:37 2010 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Fri Mar 19 18:29:45 2010 +0000"
      },
      "message": "ARM: 5973/1: ux500: add gpio support\n\nAdd support for the GPIOs on the U8500, using the plat-nomadik GPIO\ndriver.\n\nAcked-by: Linus Walleij \u003clinus.walleij@stericsson.com\u003e\nAcked-by: Srinidhi Kasagar \u003csrinidhi.kasagar@stericsson.com\u003e\nSigned-off-by: Rabin Vincent \u003crabin.vincent@stericsson.com\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "0deac0bf66110fe70507c5dcec661c9e85fa07ca",
      "tree": "2c569c88bbc478003d786604d92f80af7a9c818c",
      "parents": [
        "39710479303fd3affb3e204e9a7a75cc676977b5"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Mon Mar 15 20:36:22 2010 +0000"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Fri Mar 19 16:58:30 2010 +0000"
      },
      "message": "ARM: Arrange for COMMON_CLKDEV to select HAVE_CLK\n\nIf support for COMMON_CLKDEV is enabled, we have CLK support.\n\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "ccf50e2341c4174d5579315e184ea312081acec6",
      "tree": "52f424514248ed1412e0a423af0294f106e5e102",
      "parents": [
        "8e4971f2fb2380ce66196136e113d04196b80fcd"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Mon Mar 15 19:03:06 2010 +0000"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Mon Mar 15 19:03:06 2010 +0000"
      },
      "message": "ARM: Fix sorting of platform group config options and includes\n\n... and document the sorting criteria to help future additions.\n\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "dca1d9f6d7ae428c193f32bd3e9a4ca13176648b",
      "tree": "02de8c3503c1c811754423d2fa3f3b4978044f6e",
      "parents": [
        "9ff99339447de403a46be5e3f23d0c794d540b06",
        "91e013827c0bcbb187ecf02213c5446b6f62d445"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Mar 12 16:00:54 2010 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Mar 12 16:00:54 2010 -0800"
      },
      "message": "Merge branch \u0027for-linus\u0027 of master.kernel.org:/home/rmk/linux-2.6-arm\n\n* \u0027for-linus\u0027 of master.kernel.org:/home/rmk/linux-2.6-arm: (370 commits)\n  ARM: S3C2443: Add set_rate and round_rate calls for armdiv clock\n  ARM: S3C2443: Remove #if 0 for clk_mpll\n  ARM: S3C2443: Update notes on MPLLREF clock\n  ARM: S3C2443: Further clksrc-clk conversions\n  ARM: S3C2443: Change to using plat-samsung clksrc-clk implementation\n  USB: Fix s3c-hsotg build following Samsung platform header moves\n  ARM: S3C64XX: Reintroduce unconditional build of audio device\n  ARM: 5961/1: ux500: fix CLKRST addresses\n  ARM: 5977/1: arm: Enable backtrace printing on oops when PC is corrupted\n  ASoC: Fix S3C64xx IIS driver for Samsung header reorg\n  ARM: S3C2440: Fix plat-s3c24xx move of s3c2440/s3c2442 support\n  [ARM] pxa: fix typo in mxm8x10.h\n  [ARM] pxa/raumfeld: set GPIO drive bits for LED pins\n  [ARM] pxa/zeus: Add support for mcp2515 CAN bus\n  [ARM] pxa/zeus: Add support for onboard max6369 watchdog\n  [ARM] pxa/zeus: Add Eurotech as the manufacturer\n  [ARM] pxa/zeus: Correct the USB host initialisation flags\n  [ARM] pxa/zeus: Allow usage of 8250-compatible UART in uncompress\n  [ARM] pxa: refactor uncompress.h for non-PXA uarts\n  [ARM] mmp2: fix incorrect calling of chip-\u003emask_ack() for 2nd level cascaded IRQs\n  ...\n"
    },
    {
      "commit": "ccd7ab7f7efb4cb94b4a000ba220a0aeefe9bc11",
      "tree": "04ad7ebf314531919636b774a2bbcd755fff3f24",
      "parents": [
        "08d925badd63a4e335905066152d96b83266987c"
      ],
      "author": {
        "name": "FUJITA Tomonori",
        "email": "fujita.tomonori@lab.ntt.co.jp",
        "time": "Wed Mar 10 15:23:23 2010 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Mar 12 15:52:41 2010 -0800"
      },
      "message": "pci-dma: arm: use include/linux/pci-dma.h\n\nSigned-off-by: FUJITA Tomonori \u003cfujita.tomonori@lab.ntt.co.jp\u003e\nAcked-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\nCc: Jesse Barnes \u003cjbarnes@virtuousgeek.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "988addf82e4c03739375279de73929580a2d4a6a",
      "tree": "989ae1cd4e264bbad80c65f04480486246e7b9f3",
      "parents": [
        "004c1c7096659d352b83047a7593e91d8a30e3c5",
        "25cf84cf377c0aae5dbcf937ea89bc7893db5176"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Mon Mar 08 20:21:04 2010 +0000"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Mon Mar 08 20:21:04 2010 +0000"
      },
      "message": "Merge branch \u0027origin\u0027 into devel-stable\n\nConflicts:\n\tarch/arm/mach-mx2/devices.c\n\tarch/arm/mach-mx2/devices.h\n\tsound/soc/pxa/pxa-ssp.c\n"
    },
    {
      "commit": "882d01f96bc1909455696aae6eb7ce4df3e908c8",
      "tree": "06e5789cb33d0547c2497fd4d0327dc9e8614d37",
      "parents": [
        "64ed28a87a0c075e91c1c5b0fe7d225a6cc6ae39",
        "d608c738bb8fb37e5fbfcdef9c566764f2fea086"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Tue Mar 02 23:40:15 2010 +0000"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Tue Mar 02 23:40:15 2010 +0000"
      },
      "message": "Merge branch \u0027for-rmk/samsung5\u0027 of git://git.fluff.org/bjdooks/linux into devel-stable\n\nConflicts:\n\tarch/arm/Kconfig\n\tarch/arm/Makefile\n"
    },
    {
      "commit": "64ed28a87a0c075e91c1c5b0fe7d225a6cc6ae39",
      "tree": "a434977a6caa9b41cc0daaf71dbd76ac8693aba6",
      "parents": [
        "b93a4afcff7be859e30cad2a305731516057d6cf",
        "17ccb834d517c66c09123c24ba8553c5b14e0f78"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Tue Mar 02 23:31:07 2010 +0000"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Tue Mar 02 23:31:07 2010 +0000"
      },
      "message": "Merge master.kernel.org:/pub/scm/linux/kernel/git/lethal/genesis-2.6 into devel-stable\n\nConflicts:\n\tarch/arm/Kconfig\n"
    },
    {
      "commit": "b93a4afcff7be859e30cad2a305731516057d6cf",
      "tree": "fb5fe55864e16527e453efd18790a34db22ee2a1",
      "parents": [
        "62c132a8008991530839401674ce8e1b12b005d3",
        "9b1489e989695c4d502865f8bec616c0f17e99ab"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Tue Mar 02 23:29:32 2010 +0000"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Tue Mar 02 23:29:32 2010 +0000"
      },
      "message": "Merge branch \u0027for-rmk\u0027 of git://git.pengutronix.de/git/imx/linux-2.6 into devel-stable\n\nConflicts:\n\tarch/arm/Makefile\n"
    },
    {
      "commit": "2f7e8faef5a50efaa1c173e99bdaa29e0129bb99",
      "tree": "c73ae01004e110a87b7cf6cae686b9c142e2a63b",
      "parents": [
        "978da5bcdb33f6e030fa3304662e2455a018f1b0"
      ],
      "author": {
        "name": "Haojian Zhuang",
        "email": "haojian.zhuang@marvell.com",
        "time": "Fri Dec 04 09:41:28 2009 -0500"
      },
      "committer": {
        "name": "Eric Miao",
        "email": "eric.y.miao@gmail.com",
        "time": "Tue Mar 02 07:40:55 2010 +0800"
      },
      "message": "[ARM] mmp: add support for Marvell MMP2\n\nMarvell MMP2 (aka ARMADA610) is a SoC based on PJ4 core. It\u0027s\nARMv6 compatible.  Support basic interrupt handler and timer,\nand basic support for MMP2 based FLINT platform.\n\nSigned-off-by: Haojian Zhuang \u003chaojian.zhuang@marvell.com\u003e\nSigned-off-by: Eric Miao \u003ceric.y.miao@gmail.com\u003e\n"
    },
    {
      "commit": "ac0f6f927db539e03e1f3f61bcd4ed57d5cde7a9",
      "tree": "816e5ac643b15c2050c64a7075f0f7e13d86ea09",
      "parents": [
        "b1bf9368407ae7e89d8a005bb40beb70a41df539",
        "9f33be2c3a80bdc2cc08342dd77fac87652e0548"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Mon Mar 01 09:15:15 2010 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Mon Mar 01 09:15:15 2010 -0800"
      },
      "message": "Merge branch \u0027for-linus\u0027 of master.kernel.org:/home/rmk/linux-2.6-arm\n\n* \u0027for-linus\u0027 of master.kernel.org:/home/rmk/linux-2.6-arm: (100 commits)\n  ARM: Eliminate decompressor -Dstatic\u003d PIC hack\n  ARM: 5958/1: ARM: U300: fix inverted clk round rate\n  ARM: 5956/1: misplaced parentheses\n  ARM: 5955/1: ep93xx: move timer defines into core.c and document\n  ARM: 5954/1: ep93xx: move gpio interrupt support to gpio.c\n  ARM: 5953/1: ep93xx: fix broken build of clock.c\n  ARM: 5952/1: ARM: MM: Add ARM_L1_CACHE_SHIFT_6 for handle inside each ARCH Kconfig\n  ARM: 5949/1: NUC900 add gpio virtual memory map\n  ARM: 5948/1: Enable timer0 to time4 clock support for nuc910\n  ARM: 5940/2: ARM: MMCI: remove custom DBG macro and printk\n  ARM: make_coherent(): fix problems with highpte, part 2\n  MM: Pass a PTE pointer to update_mmu_cache() rather than the PTE itself\n  ARM: 5945/1: ep93xx: include correct irq.h in core.c\n  ARM: 5933/1: amba-pl011: support hardware flow control\n  ARM: 5930/1: Add PKMAP area description to memory.txt.\n  ARM: 5929/1: Add checks to detect overlap of memory regions.\n  ARM: 5928/1: Change type of VMALLOC_END to unsigned long.\n  ARM: 5927/1: Make delimiters of DMA area globally visibly.\n  ARM: 5926/1: Add \"Virtual kernel memory...\" printout.\n  ARM: 5920/1: OMAP4: Enable L2 Cache\n  ...\n\nFix up trivial conflict in arch/arm/mach-mx25/clock.c\n"
    },
    {
      "commit": "9f33be2c3a80bdc2cc08342dd77fac87652e0548",
      "tree": "7ad6e825427a15c5ec0fc15540abc0429d7f4bce",
      "parents": [
        "2741ecb4ce5c2d430b5c44b0a169038338c21df5",
        "eed18b5fa4d297c681b00144e8c6942dd35d39a7"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Thu Feb 25 22:10:38 2010 +0000"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Thu Feb 25 22:10:38 2010 +0000"
      },
      "message": "Merge branches \u0027clks\u0027 and \u0027pnx\u0027 into devel\n"
    },
    {
      "commit": "2741ecb4ce5c2d430b5c44b0a169038338c21df5",
      "tree": "4aa71d7551184ee88f32c7f3660d821133058c32",
      "parents": [
        "bc85e585c6d0fab4bde12d60964b2f25802c3163",
        "5de813b6cd06460b337f9da9afe316823cf3ef45"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Thu Feb 25 22:09:41 2010 +0000"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Thu Feb 25 22:09:41 2010 +0000"
      },
      "message": "Merge branch \u0027misc2\u0027 into devel\n"
    },
    {
      "commit": "bc85e585c6d0fab4bde12d60964b2f25802c3163",
      "tree": "80f5fe916e3458d0676e595e3433a0313e7ba72b",
      "parents": [
        "186f93ea1f274f4cde4a356401c1786c818ff881",
        "796d12959ad374cae8eb77faaf4243455a305433"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Thu Feb 25 22:09:22 2010 +0000"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Thu Feb 25 22:09:22 2010 +0000"
      },
      "message": "Merge branch \u0027perf\u0027 into devel\n\nConflicts:\n\tarch/arm/Kconfig\n"
    },
    {
      "commit": "186f93ea1f274f4cde4a356401c1786c818ff881",
      "tree": "de28f076c823d5423a5b4780f0d37554c242c982",
      "parents": [
        "3560adf62075829393743667ff338dd8fd26a5c2",
        "4e6d488af37980d224cbf298224db6173673f362"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Thu Feb 25 22:07:25 2010 +0000"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Thu Feb 25 22:07:25 2010 +0000"
      },
      "message": "Merge branch \u0027tmpreg\u0027 into devel\n\nConflicts:\n\tarch/arm/Kconfig\n\tarch/arm/mach-ux500/include/mach/debug-macro.S\n"
    },
    {
      "commit": "3560adf62075829393743667ff338dd8fd26a5c2",
      "tree": "f6359884ab2812401394840142e3c1227844af90",
      "parents": [
        "c9a8fdd8b3ecdcfa3aa40e553c87c5787f5d70e4",
        "2ef7f3dbd7a70a48c3f09b498df528cb00ea03a4",
        "2725898fc9bb2121ac0fb1b5e4faf4fc09014729",
        "1587a373f06ab700004758d6970abb530decef76",
        "e00d9d4b1796dae3adf6e39c9a766e760dd1c796",
        "6d636c68e9253fb641c325052bcf9ba513a58ed3",
        "2ffe2da3e71652d4f4cae19539b5c78c2a239136",
        "cd71f8f48eda141404db78f7b01902ba3f9ab477",
        "ae1402022edbeef3991f1e4bae8fa99558be291b"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Thu Feb 25 22:06:43 2010 +0000"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Thu Feb 25 22:06:43 2010 +0000"
      },
      "message": "Merge branches \u0027at91\u0027, \u0027cache\u0027, \u0027cup\u0027, \u0027ep93xx\u0027, \u0027ixp4xx\u0027, \u0027nuc\u0027, \u0027pending-dma-streaming\u0027, \u0027u300\u0027 and \u0027umc\u0027 into devel\n"
    },
    {
      "commit": "170f4e425808b801f81bb6be24b2c1eb80313d8e",
      "tree": "9366cdac2cd33475e25dbb496026af78f2b90dae",
      "parents": [
        "2c798557b9e0961e545e526197654d9437a6330e"
      ],
      "author": {
        "name": "Kukjin Kim",
        "email": "kgene.kim@samsung.com",
        "time": "Wed Feb 24 16:40:44 2010 +0900"
      },
      "committer": {
        "name": "Ben Dooks",
        "email": "ben-linux@fluff.org",
        "time": "Wed Feb 24 22:47:23 2010 +0000"
      },
      "message": "ARM: S5PV210: Update Kconfig and Makefiles\n\nUpdates arch/arm Kconfig and Makefile for building the S5PV210 support.\nAlso modifies the plat-s5p Kconfig file to include the support for plat-s5p\nfor S5PV210.\n\nSigned-off-by: Kukjin Kim \u003ckgene.kim@samsung.com\u003e\nSigned-off-by: Ben Dooks \u003cben-linux@fluff.org\u003e\n"
    },
    {
      "commit": "d6d502fa4be1acd01971476fc732c95a4da16d90",
      "tree": "d6c5118046c02f489765bebc4f7c8be71e8375a2",
      "parents": [
        "3b43816f685fc6c2531f43514662f796f4601ffc"
      ],
      "author": {
        "name": "Kukjin Kim",
        "email": "kgene.kim@samsung.com",
        "time": "Mon Feb 22 00:02:59 2010 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Wed Feb 24 21:07:22 2010 +0000"
      },
      "message": "ARM: 5952/1: ARM: MM: Add ARM_L1_CACHE_SHIFT_6 for handle inside each ARCH Kconfig\n\nAdd ARM_L1_CACHE_SHIFT_6 to arch/arm/Kconfig to allow CPUs with\nL1 cache lines which are 64bytes to indicate this without having to\nalter the arch/arm/mm/Kconfig entry each time.\n\nUpdate the mm Kconfig so that ARM_L1_CACHE_SHIFT default value\nuses this and change OMAP3 and S5PC1XX to select ARM_L1_CACHE_SHIFT_6.\n\nAcked-by: Ben Dooks \u003cben-linux@fluff.org\u003e\nAcked-by: Tony Lindgren \u003ctony@atomide.com\u003e\nSigned-off-by: Kukjin Kim \u003ckgene.kim@samsung.com\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "44fb5d1945fe87f3299de5e2e0581f092e8dd455",
      "tree": "93a49d7abc326913e6632a8b99b345bbb3c405ff",
      "parents": [
        "9f69fdb36da31672b0e40712fed494182530c887"
      ],
      "author": {
        "name": "Uwe Kleine-König",
        "email": "u.kleine-koenig@pengutronix.de",
        "time": "Fri Feb 19 17:08:42 2010 +0100"
      },
      "committer": {
        "name": "Uwe Kleine-König",
        "email": "u.kleine-koenig@pengutronix.de",
        "time": "Wed Feb 24 10:07:03 2010 +0100"
      },
      "message": "arm/imx: remove MTD_XIP support\n\nThis is broken since at least one year when\n\n\tec996ba (mxc timer: make compile time independent)\n\nremoved the symbol MXC_TCN.\n\nSigned-off-by: Uwe Kleine-König \u003cu.kleine-koenig@pengutronix.de\u003e\n"
    },
    {
      "commit": "9f69fdb36da31672b0e40712fed494182530c887",
      "tree": "1885fee3c06be8574a44d904e2573f8f091d4835",
      "parents": [
        "03e09cd8902717b66f940357257d8ad76114d9f2"
      ],
      "author": {
        "name": "Uwe Kleine-König",
        "email": "u.kleine-koenig@pengutronix.de",
        "time": "Fri Feb 19 16:16:09 2010 +0100"
      },
      "committer": {
        "name": "Uwe Kleine-König",
        "email": "u.kleine-koenig@pengutronix.de",
        "time": "Wed Feb 24 10:07:02 2010 +0100"
      },
      "message": "arm/imx: don\u0027t explicitly select GENERIC_GPIO\n\nARCH_REQUIRE_GPIOLIB selects GPIOLIB which in turn selects GENERIC_GPIO\n\nSigned-off-by: Uwe Kleine-König \u003cu.kleine-koenig@pengutronix.de\u003e\n"
    },
    {
      "commit": "03e09cd8902717b66f940357257d8ad76114d9f2",
      "tree": "70f2ebdb62dbb7acdd91ba95e91b760380d4e164",
      "parents": [
        "401d87dd66693605147f955ac2a4f1c0ac155027"
      ],
      "author": {
        "name": "Uwe Kleine-König",
        "email": "u.kleine-koenig@pengutronix.de",
        "time": "Mon Feb 15 17:10:42 2010 +0100"
      },
      "committer": {
        "name": "Uwe Kleine-König",
        "email": "u.kleine-koenig@pengutronix.de",
        "time": "Wed Feb 24 10:07:01 2010 +0100"
      },
      "message": "arm/imx: let ARCH_MXC select COMMON_CLKDEV instead of each subfamily\n\nSigned-off-by: Uwe Kleine-König \u003cu.kleine-koenig@pengutronix.de\u003e\n"
    },
    {
      "commit": "550db7f155c9e51288fbe114fbb33d7a044d8a75",
      "tree": "723170fde69dc87f383d8f3a9d20cb6a2870d5cb",
      "parents": [
        "d13de2ab8a7afe2d915be4c4758fe25825204226"
      ],
      "author": {
        "name": "Kukjin Kim",
        "email": "kgene.kim@samsung.com",
        "time": "Fri Jan 29 10:19:26 2010 +0900"
      },
      "committer": {
        "name": "Ben Dooks",
        "email": "ben-linux@fluff.org",
        "time": "Wed Feb 24 01:52:17 2010 +0000"
      },
      "message": "ARM: S5P6442: Update Kconfig and Makefiles\n\nUpdates arch/arm Kconfig and Makefile for building the S5P6442 support.\nAlso modifies the plat-s5p Kconfig file to include the support for plat-s5p\nfor S5P6442.\n\nSigned-off-by: Kukjin Kim \u003ckgene.kim@samsung.com\u003e\nSigned-off-by: Ben Dooks \u003cben-linux@fluff.org\u003e\n"
    },
    {
      "commit": "7965b214bfbe0e6b3dc843cd1d639dc2711ff86e",
      "tree": "819b8b9a58baeaa973cb8b51afc3cb31b4a511d1",
      "parents": [
        "f94327f2cebf3711defd25375df0c380562127ba"
      ],
      "author": {
        "name": "Ben Dooks",
        "email": "ben-linux@fluff.org",
        "time": "Tue Feb 23 00:18:36 2010 +0000"
      },
      "committer": {
        "name": "Ben Dooks",
        "email": "ben-linux@fluff.org",
        "time": "Wed Feb 24 01:52:13 2010 +0000"
      },
      "message": "ARM: SAMSUNG: Eliminate plat-s3c\n\nThe plat-s3c directory is now clear, so remove the files in it and\nexpunge it from the build process.\n\nSigned-off-by: Ben Dooks \u003cben-linux@fluff.org\u003e\n"
    },
    {
      "commit": "89f1fa080b5dca259c9779bcf81b95a409fdbf5b",
      "tree": "1d8246f9974cabf37239af909b6dc5f7be620c86",
      "parents": [
        "6c6971dc4e8c23bb61bf309898e1693f9c5c8c24"
      ],
      "author": {
        "name": "Ben Dooks",
        "email": "ben-linux@fluff.org",
        "time": "Fri Jan 29 09:02:17 2010 +0000"
      },
      "committer": {
        "name": "Ben Dooks",
        "email": "ben-linux@fluff.org",
        "time": "Wed Feb 24 01:52:06 2010 +0000"
      },
      "message": "ARM: SAMSUNG: Move plat-s3c Kconfig entries to plat-samsung and plat-s3c24xx\n\nMove the Kconfig entries from plat-s3c to plat-samsung and plat-s3c24xx\nas necessary. The S3C_BOOT entries and the DMA configuration can go to\nplat-samsung. The low-level UART configurations are currently S3C2XX\nspecific and can go to plat-s3c24xx.\n\nEliminating plat-s3c from the build process will be submitted seperately.\n\nSigned-off-by: Ben Dooks \u003cben-linux@fluff.org\u003e\n"
    },
    {
      "commit": "7f0ff702cdf51472750f4b6042866f1b83a11215",
      "tree": "15ce32849cfb8ff3c7205e97a5f76051c08058b0",
      "parents": [
        "d35b7a829a13b69c4747b69380b504b6544a2375",
        "110d85acd479b80dc11b7fa3abef63285da8ea0c"
      ],
      "author": {
        "name": "Ben Dooks",
        "email": "ben-linux@fluff.org",
        "time": "Mon Feb 22 23:38:26 2010 +0000"
      },
      "committer": {
        "name": "Ben Dooks",
        "email": "ben-linux@fluff.org",
        "time": "Mon Feb 22 23:38:26 2010 +0000"
      },
      "message": "ARM: Merge next-samsung-s3c64xx-platdeletion\n\nMerge branch \u0027next-samsung-s3c64xx-platdeletion\u0027 into next-samsung\n\nConflicts:\n\n\tarch/arm/mach-s3c64xx/Makefile (fixed)\n"
    },
    {
      "commit": "89f0ce721c0bc95c109300edcd8525d8ea5df8f2",
      "tree": "08e78d0bdd126486ef59f9d5fa01c264a93bf44f",
      "parents": [
        "55bf9267dd628c9369674ca75f5b00e275529289"
      ],
      "author": {
        "name": "Ben Dooks",
        "email": "ben-linux@fluff.org",
        "time": "Tue Jan 26 15:49:15 2010 +0900"
      },
      "committer": {
        "name": "Ben Dooks",
        "email": "ben-linux@fluff.org",
        "time": "Sat Feb 20 22:34:03 2010 +0000"
      },
      "message": "ARM: S3C64XX: Remove plat-s3c64xx Kconfig and PLAT_S3C64XX\n\nRemove the Kconfig and PLAT_S3C64XX defines for the previous S3C64XX\ndirectory structure now that the code is moved into mach-s3c64xx.\n\nNote, we cannot currently remove plat-s3c64xx directory as we have a\npair of include files used within plat-s3c and plat-samsung that need\nto find a new home.\n\nSigned-off-by: Ben Dooks \u003cben-linux@fluff.org\u003e\n"
    },
    {
      "commit": "9e65582a8e8715f883a34eea66e0643778ce878d",
      "tree": "36fd7010f69175fa6296a6eb14ead145c54c16e7",
      "parents": [
        "d309427e792ea750cdd312e7a92cf6047ae44962"
      ],
      "author": {
        "name": "Santosh Shilimkar",
        "email": "santosh.shilimkar@ti.com",
        "time": "Thu Feb 04 19:42:42 2010 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Mon Feb 15 21:39:55 2010 +0000"
      },
      "message": "ARM: 5919/1: ARM: L2 : Errata 588369: Clean \u0026 Invalidate do not invalidate clean lines\n\nThis patch implements the work-around for the errata 588369.The secure\nAPI is used to alter L2 debug register because of trust-zone.\n\nThis version updated with comments from Russell and Catalin and\ngenerated against 2.6.33-rc6 mainline kernel. Detail\ncomments can be found:\nhttp://www.spinics.net/lists/linux-omap/msg23431.html\n\nSigned-off-by: Woodruff Richard \u003cr-woodruff2@ti.com\u003e\nSigned-off-by: Santosh Shilimkar \u003csantosh.shilimkar@ti.com\u003e\nAcked-by: Catalin Marinas \u003ccatalin.marinas@arm.com\u003e\nAcked-by: Tony Lindgren \u003ctony@atomide.com\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "24b44a66fa240f6fc63343623ca730d39754047e",
      "tree": "c271eea37b9559a06b11eb87743856be9a254663",
      "parents": [
        "a9221de66d2d94e6e34c3f56bbdd744935020737"
      ],
      "author": {
        "name": "Will Deacon",
        "email": "will.deacon@arm.com",
        "time": "Wed Jan 20 19:05:07 2010 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Mon Feb 15 21:39:50 2010 +0000"
      },
      "message": "ARM: 5889/1: Add atomic64 routines for ARMv6k and above.\n\nIn preparation for perf-events support, ARM needs to support atomic64_t\noperations. v6k and above support the ldrexd and strexd instructions to\ndo just that.\n\nThis patch adds atomic64 support to the ARM architecture. v6k and above\nmake use of new instructions whilst older cores fall back on the generic\nsolution using spinlocks. If and when v7-M cores are supported by Linux,\nthey will need to fall back on the spinlock implementation too.\n\nSigned-off-by: Will Deacon \u003cwill.deacon@arm.com\u003e\nAcked-by: Catalin Marinas \u003ccatalin.marinas@arm.com\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "e119bfff1f102f8d1505910cd6c09df55c776b43",
      "tree": "9965ed156096521c3106f7451b758d2bf08f0c68",
      "parents": [
        "373b32abf9b33616ad94283461bb2ab49e8371d5"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sun Jan 10 17:23:29 2010 +0000"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Mon Feb 15 21:39:12 2010 +0000"
      },
      "message": "ARM: Move creation of /proc/cpu out of alignment.c\n\nAlways creating this directory avoids other users having to jump\nthrough silly hoops when they want to share this directory.\n\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "56012808f4d5606e401539f663d92009d964425b",
      "tree": "f3736a97725647393a2db7c95462d857115197ca",
      "parents": [
        "a814290e17ae314bd614476cffc6119846eca27e",
        "b2a731aa5cbca7e0252da75e16de7ae5feb1313a"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Mon Feb 15 21:20:18 2010 +0000"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Mon Feb 15 21:20:18 2010 +0000"
      },
      "message": "Merge branch \u0027for-rmk\u0027 of git://git.marvell.com/orion into devel-stable\n\nConflicts:\n\tarch/arm/Makefile\n"
    },
    {
      "commit": "6985a5ad0d719d8c8d584a69f6e5d7138a2e19ab",
      "tree": "23209cc6187f1b1633fd98cf1aef598f8fa3c2f2",
      "parents": [
        "0a0300dc8c4b3f3ce5c9ef5a0a4be5442590398f"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Fri Nov 20 10:32:41 2009 +0000"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Fri Feb 12 17:32:36 2010 +0000"
      },
      "message": "ARM: PNX4008: convert to clkdev\n\nAcked-by: Vitaly Wool \u003cvitalywool@gmail.com\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "796d12959ad374cae8eb77faaf4243455a305433",
      "tree": "c466fff6dbb8e0c16485ef5873d2ec2fb60dcf08",
      "parents": [
        "1b8873a0c6ec511870c106c80b94658f857c47f2"
      ],
      "author": {
        "name": "Jean PIHET",
        "email": "jpihet@mvista.com",
        "time": "Tue Jan 26 18:51:05 2010 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Fri Feb 12 17:25:54 2010 +0000"
      },
      "message": "ARM: 5903/1: arm/perfevents: add support for ARMv7\n\nAdds the Performance Events support for ARMv7 processor, using\nthe PMNC unit in HW.\n\nSupports the following:\n- Cortex-A8 and Cortex-A9 processors,\n- dynamic detection of the number of available counters,\n   based on the PMCR value,\n- runtime detection of the CPU arch (v6 or v7)\n   and model (Cortex-A8 or Cortex-A9)\n\nTested on OMAP3 (Cortex-A8) only.\n\nSigned-off-by: Jean Pihet \u003cjpihet@mvista.com\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "1b8873a0c6ec511870c106c80b94658f857c47f2",
      "tree": "578c79e82435cf1325619087e283b52f7e511c51",
      "parents": [
        "7ada189f5c8627662c23f49b3e68463f86fc511e"
      ],
      "author": {
        "name": "Jamie Iles",
        "email": "jamie.iles@picochip.com",
        "time": "Tue Feb 02 20:25:44 2010 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Fri Feb 12 17:25:54 2010 +0000"
      },
      "message": "ARM: 5902/4: arm/perfevents: implement perf event support for ARMv6\n\nThis patch implements support for ARMv6 performance counters in the\nLinux performance events subsystem. ARMv6 architectures that have the\nperformance counters should enable HW_PERF_EVENTS to get hardware\nperformance events support in addition to the software events.\n\nNote: only ARM Ltd ARM cores are supported.\n\nThis implementation also provides an ARM PMU abstraction layer to allow\nARMv7 and others to be supported in the future by adding new a\n\u0027struct arm_pmu\u0027.\n\nCc: Jean Pihet \u003cjpihet@mvista.com\u003e\nCc: Will Deacon \u003cwill.deacon@arm.com\u003e\nSigned-off-by: Jamie Iles \u003cjamie.iles@picochip.com\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "7ada189f5c8627662c23f49b3e68463f86fc511e",
      "tree": "3b4b15586e3e81ec0bbca292dd9a1ed8175e717e",
      "parents": [
        "1618fdd9602c689de2f820a88cb3e283a39c3d90"
      ],
      "author": {
        "name": "Jamie Iles",
        "email": "jamie.iles@picochip.com",
        "time": "Tue Feb 02 20:24:58 2010 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Fri Feb 12 17:25:53 2010 +0000"
      },
      "message": "ARM: 5900/2: arm: enable support for software perf events\n\nThe perf events subsystem allows counting of both hardware and\nsoftware events. This patch implements the bare minimum for software\nperformance events.\n\nCc: Peter Zijlstra \u003cpeterz@infradead.org\u003e\nCc: Ingo Molnar \u003cmingo@elte.hu\u003e\nSigned-off-by: Jamie Iles \u003cjamie.iles@picochip.com\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "0f4f0672ac950c96cffaf84a666d35e817d7c3ca",
      "tree": "cb4c1ec72f7842622c636a76f5ca519f3f3e8ea8",
      "parents": [
        "74d2e4f8d79ae0c4b6ec027958d5b18058662eea"
      ],
      "author": {
        "name": "Jamie Iles",
        "email": "jamie.iles@picochip.com",
        "time": "Tue Feb 02 20:23:15 2010 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Fri Feb 12 17:23:43 2010 +0000"
      },
      "message": "ARM: 5899/2: arm: provide a mechanism to reserve performance counters\n\nTo add support for perf events and to allow the hardware counters to be\nshared with oprofile, we need a way to reserve access to the pmu\n(performance monitor unit). Platforms with PMU interrupts should\nregister the interrupts in arch/arm/kernel/pmu.c\n\nSigned-off-by: Jamie Iles \u003cjamie.iles@picochip.com\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "c793c1b0c8ea11b46caf5a532752214b27a2df42",
      "tree": "1d8cbdaaff4d6a19c8891c8c551e1d205902c9ba",
      "parents": [
        "9e9622d1a064705181bea0600ea9eacd95adab7f"
      ],
      "author": {
        "name": "Magnus Damm",
        "email": "damm@opensource.se",
        "time": "Fri Feb 05 11:14:49 2010 +0000"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Feb 08 12:44:11 2010 +0900"
      },
      "message": "ARM: mach-shmobile: SH-Mobile G3 support.\n\nThis adds preliminary support for the SH-Mobile G-series.\n\nThe SH-Mobile G-series is a series of ARM/SH multi-core CPUs that aside\nfrom the ARM MPU are primarily composed of existing SH IP blocks.\n\nThis includes initial support for the SH7367 (SH-Mobile G3) CPU and\nthe G3EVM reference board.\n\nOnly timer, serial console, and NOR flash are supported at this point.\nPatches for the interrupt controller, pinmux support, clock framework\nand runtime pm will be submitted as feature patches on top of this.\n\nSigned-off-by: Magnus Damm \u003cdamm@opensource.se\u003e\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "d91a8910d9585950706536a643ece51b67c695ec",
      "tree": "ff466e36ac309c929b8104f22862fcdf01b1bd28",
      "parents": [
        "a62e90308f7b6965310cf4ec61393aef6861f50d"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Thu Feb 04 18:13:17 2010 +0000"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Thu Feb 04 18:13:17 2010 +0000"
      },
      "message": "ARM: Fix badly placed nuc932 Kconfig entry\n\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "9af915da20bd405c232ebb93c3cb80c6d92a12f6",
      "tree": "5dfca44f519930f655830711acf3a0c3b24bd894",
      "parents": [
        "faccbcfb63af006e100d5b3b513131fe27aa66ab"
      ],
      "author": {
        "name": "Sriram",
        "email": "srk@ti.com",
        "time": "Fri Jan 29 14:20:05 2010 -0800"
      },
      "committer": {
        "name": "Tony Lindgren",
        "email": "tony@atomide.com",
        "time": "Wed Feb 03 08:48:06 2010 -0800"
      },
      "message": "ARCH OMAP : enable ARCH_HAS_HOLES_MEMORYMODEL for OMAP\n\nOMAP platforms(like OMAP3530) include DSP or other co-processors\nfor media acceleration. when carving out memory for the\naccelerators we can end up creating a hole in the memory map\nof sort:\n\u003ckernel memory\u003e\u003chole(memory for accelerator)\u003e\u003ckernel memory\u003e\n\nTo handle such a memory configuration ARCH_HAS_HOLES_MEMORYMODEL\nhas to be enabled. For further information refer discussion at:\nhttp://www.mail-archive.com/linux-omap@vger.kernel.org/msg15262.html.\n\nSigned-off-by: Sriramakrishnan \u003csrk@ti.com\u003e\nSigned-off-by: Tony Lindgren \u003ctony@atomide.com\u003e\n"
    },
    {
      "commit": "70556b143ae4cf404a73c2461a6bf7fef3fefbf7",
      "tree": "fbbcd4328bc7614206e50cfb22c9272a23258ad0",
      "parents": [
        "916ee9249a7f19d8eb18cc9ee16ca495a517ab34"
      ],
      "author": {
        "name": "Ben Dooks",
        "email": "ben-linux@fluff.org",
        "time": "Tue Jan 26 16:37:50 2010 +0900"
      },
      "committer": {
        "name": "Ben Dooks",
        "email": "ben-linux@fluff.org",
        "time": "Mon Feb 01 17:55:31 2010 +0000"
      },
      "message": "ARM: S3C24XX: Remove old mach-s3c2442\n\nRemove the old mach-s3c2442 directory now all is merged into mach-s3c2440\nand remove it from the arch/arm build process.\n\nSigned-off-by: Ben Dooks \u003cben-linux@fluff.org\u003e\n"
    },
    {
      "commit": "a62e90308f7b6965310cf4ec61393aef6861f50d",
      "tree": "3370d9bdd43f2f75607ad59f921adafbecf537a7",
      "parents": [
        "74d2e4f8d79ae0c4b6ec027958d5b18058662eea"
      ],
      "author": {
        "name": "wanzongshun",
        "email": "mcuos.com@gmail.com",
        "time": "Thu Dec 31 15:06:05 2009 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Wed Jan 27 22:03:00 2010 +0000"
      },
      "message": "ARM: 5859/1: Add nuc93x platform support\n\nThe previous nuc932 support patches have been discarded by me and because it belongs to\nanother SoCs series named nuc93x,at present, which included nuc931 and nuc932, I think it is\nbetter to create a new mach-nuc93x,So I made the patch,and request your advice.Thanks!\n\nSigned-off-by: Wan ZongShun \u003cmcuos.com@gmail.com\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "431107ea5b680a24a4d01fbd3a178a3eb932f378",
      "tree": "6515a616e8ed60480e169188e630936794be2c77",
      "parents": [
        "ab5d97db1c6ced3e95c00d097931471707032b1f"
      ],
      "author": {
        "name": "Ben Dooks",
        "email": "ben-linux@fluff.org",
        "time": "Tue Jan 26 10:11:04 2010 +0900"
      },
      "committer": {
        "name": "Ben Dooks",
        "email": "ben-linux@fluff.org",
        "time": "Tue Jan 26 10:16:32 2010 +0900"
      },
      "message": "ARM: S3C64XX: Merge mach-s3c6400 and mach-s3c6410\n\nAs per discussions with Russell King on linux-arm-kernel, it appears that\nboth mach-s3c6400 and mach-s3c6410 are so close together that they should\nsimply be merged into mach-s3c64xx.\n\nNote, this patch does not eliminate any of the bits that are still common,\nit is simply a move of the two directories together, any further common\ncode will be eliminated or moved in further patches.\n\nSigned-off-by: Ben Dooks \u003cben-linux@fluff.org\u003e\n"
    },
    {
      "commit": "95b8f20fd6a2694a16b8addb190b942bfb670c88",
      "tree": "089023ef349b6170b1a1078d8a9299298706c7e6",
      "parents": [
        "7284ce6c9f6153d1777df5f310c959724d1bd446"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Thu Jan 14 11:43:54 2010 +0000"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sun Jan 17 17:19:56 2010 +0000"
      },
      "message": "ARM: fix badly placed mach/plat entries in Kconfig \u0026 Makefile\n\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "c4ffccddd54b669cc9683f2c69e31035e916a1a0",
      "tree": "a5571183e70ca0dbb8610ee882e1ffcb4fb8da35",
      "parents": [
        "5f3545f64a44b2b2dac34141dba23d18cdf40a92"
      ],
      "author": {
        "name": "Kukjin Kim",
        "email": "kgene.kim@samsung.com",
        "time": "Thu Jan 14 08:19:36 2010 +0900"
      },
      "committer": {
        "name": "Ben Dooks",
        "email": "ben-linux@fluff.org",
        "time": "Fri Jan 15 19:16:32 2010 +0900"
      },
      "message": "ARM: S5P6440: Add new Kconfig and Makefiles\n\nThis patch adds the Kconfig and Makefile for the new S5P6440 machine\nand platform directories. It also updates arch/arm Kconfig and Makefiles\nto include the support for the new S5P6440 CPU.\n\nSigned-off-by: Kukjin Kim \u003ckgene.kim@samsung.com\u003e\nSigned-off-by: Ben Dooks \u003cben-linux@fluff.org\u003e\n"
    },
    {
      "commit": "e7db7b4270ed2a606b8c0b5f944a5f92ade0e84c",
      "tree": "9d112314a53153e6aaa4a916e179dd8f225b7b11",
      "parents": [
        "7dd65feb6c603e13eba501c34c662259ab38e70e"
      ],
      "author": {
        "name": "Albin Tonnerre",
        "email": "albin.tonnerre@free-electrons.com",
        "time": "Fri Jan 08 14:42:43 2010 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Mon Jan 11 09:34:05 2010 -0800"
      },
      "message": "arm: add support for LZO-compressed kernels\n\n- changes to ach/arch/boot/Makefile to make it easier to add new\n   compression types\n - new piggy.lzo.S necessary for lzo compression\n - changes in arch/arm/boot/compressed/misc.c to allow the use of lzo or\n   gzip, depending on the config\n - Kconfig support\n\nSigned-off-by: Albin Tonnerre \u003calbin.tonnerre@free-electrons.com\u003e\nTested-by: Wu Zhangjin \u003cwuzhangjin@gmail.com\u003e\nAcked-by: \"H. Peter Anvin\" \u003chpa@zytor.com\u003e\nCc: Ingo Molnar \u003cmingo@elte.hu\u003e\nCc: Thomas Gleixner \u003ctglx@linutronix.de\u003e\nTested-by: Russell King \u003crmk@arm.linux.org.uk\u003e\nAcked-by: Russell King \u003crmk@arm.linux.org.uk\u003e\nCc: Ralf Baechle \u003cralf@linux-mips.org\u003e\nCc: Martin Michlmayr \u003ctbm@cyrius.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "ae88e05a5adb5f6da2d1e1a852bea8c88cb2c9cb",
      "tree": "0dea26bcb8d3014d3d65ea7b4b384b228fcca6f5",
      "parents": [
        "75c99bb0006ee065b4e2995078d779418b0fab54"
      ],
      "author": {
        "name": "Sekhar Nori",
        "email": "nsekhar@ti.com",
        "time": "Thu Nov 19 15:34:01 2009 +0530"
      },
      "committer": {
        "name": "Kevin Hilman",
        "email": "khilman@deeprootsystems.com",
        "time": "Wed Jan 06 08:57:44 2010 -0800"
      },
      "message": "davinci: enable ARCH_HAS_HOLES_MEMORYMODEL for DaVinci\n\nAll DaVinci platforms include a DSP or co-processor for\naudio/video acceleration.\n\nWhile creating memory for the DSP/co-processor, system\nintegrator can end up creating a hole in the memory map\nof the sort:\n\n\u003ckernel memory\u003e \u003chole (memory for DSP)\u003e \u003ckernel memory\u003e\n\nThis sort of configuration needs ARCH_HAS_HOLES_MEMORYMODEL\nenabled. See further details see this discussion on ARM\nlinux mailing list:\nhttp://www.mail-archive.com/linux-omap@vger.kernel.org/msg15262.html\n\nThe patch is boot tested on OMAP-L138, DM6446 and DM355 EVMs\n\nSigned-off-by: Sekhar Nori \u003cnsekhar@ti.com\u003e\nCC: Sriramakrishnan \u003csrk@ti.com\u003e\nCC: Khasim Syed Mohammed \u003ckhasim@ti.com\u003e\nSigned-off-by: Kevin Hilman \u003ckhilman@deeprootsystems.com\u003e\n"
    },
    {
      "commit": "1937f5b91833e2e8e53bcc821fc7a5fbe6ccb9b5",
      "tree": "0d3094976fcec5bd82db27144224f7ec7c9e06c3",
      "parents": [
        "c7baab5d1e97437a2fca63b71d467f193dbebb02"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sat Dec 12 16:20:57 2009 +0000"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sun Dec 13 19:38:08 2009 +0000"
      },
      "message": "ARM: fix sa1100 build\n\nFix:\n\narch/arm/mach-sa1100/generic.c:117: error: redefinition of \u0027cpufreq_get\u0027\ninclude/linux/cpufreq.h:299: error: previous definition of \u0027cpufreq_get\u0027 was here\n\ncpufreq_get() is used on these platforms to tell drivers what the CPU\nfrequency is, and therefore the bus frequency - which is critical for\nsetting the PCMCIA and LCD timings.  Adding ifdefs to these drivers to\nselect cpufreq_get() or some other interface adds confusion.  Making\nthese drivers use some other interface for the normal paths and cpufreq\nstuff for the cpufreq notifier is insane as well.\n\n(Why x86 can\u0027t provide a version of cpufreq_get() which returns the\nCPU frequency when CPUFREQ is disabled is beyond me, rather than\nrequiring a dummy zero-returning cpufreq_get().  Especially as they\ndo:\n\n\t\t\tunsigned long khz \u003d cpufreq_get(cpu);\n\t\t\tif (!khz)\n\t\t\t\tkhz \u003d tsc_khz;\n\nIn other words, if CPUFREQ is disabled, get it from tsc_khz - why\nnot provide a dummy cpufreq_get() which returns tsc_khz?)\n\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "0719dc341389882cc834ed18fc9b7fc6006b2b85",
      "tree": "794480ac62c07ea8cc4e69c2cb3d2b83bb7f36b7",
      "parents": [
        "e28edb723e64200554194da17617ee6e82de6690",
        "677f4f64e4b2336682f0e15c69b206ade6f6b131"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sat Dec 05 10:35:33 2009 +0000"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sat Dec 05 10:35:33 2009 +0000"
      },
      "message": "Merge branch \u0027devel-stable\u0027 into devel\n"
    },
    {
      "commit": "602fd7c36728a04e61a442c9755e7d454501266c",
      "tree": "6be77464bd07934a40959d68e5d08d75829bdc49",
      "parents": [
        "d7931d9f7ab9de9158c6905caae979999134ad4d",
        "88d27041cf4d36e499e2c54b6c44d9115ccf124a"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Fri Dec 04 17:33:54 2009 +0000"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Fri Dec 04 17:33:54 2009 +0000"
      },
      "message": "Merge branch \u0027for-rmk\u0027 of git://git.fluff.org/bjdooks/linux into devel-stable\n\nConflicts:\n\tarch/arm/Kconfig\n"
    },
    {
      "commit": "d7931d9f7ab9de9158c6905caae979999134ad4d",
      "tree": "3903d96bfea61a4c66b11f95535928b4cb991327",
      "parents": [
        "fb3704663058ebb8ec05236f9c984b702550bac5",
        "da43243e765908d2ce6d22b2be995edf3218457d"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Tue Dec 01 18:22:54 2009 +0000"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Tue Dec 01 18:22:54 2009 +0000"
      },
      "message": "Merge branch \u0027for-rmk\u0027 of git://git.marvell.com/orion into devel-stable\n"
    },
    {
      "commit": "cf383678242eacd6f92a48314922598ed3408355",
      "tree": "d34f29a3e94e177681315b6d9c7d8301af6d83f9",
      "parents": [
        "156171c71a0dc4bce12b4408bb1591f8fe32dc1a"
      ],
      "author": {
        "name": "Ben Dooks",
        "email": "ben-linux@fluff.org",
        "time": "Tue Nov 10 00:14:58 2009 +0000"
      },
      "committer": {
        "name": "Ben Dooks",
        "email": "ben-linux@fluff.org",
        "time": "Tue Dec 01 01:28:37 2009 +0000"
      },
      "message": "ARM: SAMSUNG: Add plat-samsung as starting point for plat-s3c* moves\n\nWe inted to re-organise the plat-s3c/plat-s3c24xx/plat-s3c64xx into a\nmore generic plat-samsung with less code in the other plat- directories\nto make it easier to port new devices and try and clear up some of the\nnaming issues with newer devices.\n\nStart by creating a small arch/arm/plat-samsung with no actuall code in\nso we can move items in as we process them.\n\nAdd this to arch/arm to allow it to build things once support is added.\n\nSigned-off-by: Ben Dooks \u003cben-linux@fluff.org\u003e\n"
    },
    {
      "commit": "850265e84d1040e769d8762640e4e5f34ae2f45d",
      "tree": "97804f73633e27c9c8b0d522d7e1a5ec493cb38a",
      "parents": [
        "e3fd17458e4721d4ae0f0aab1c79b039575ac9c6"
      ],
      "author": {
        "name": "Srinidhi Kasagar",
        "email": "srinidhi.kasagar@stericsson.com",
        "time": "Sat Nov 28 08:24:47 2009 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sat Nov 28 10:22:53 2009 +0000"
      },
      "message": "ARM: 5834/1: ARM: U8500 integrate to ARM architecture\n\nThis hooks the U8500 support into the ARM kbuild\nsystem. This integration also enables SMP and its\nhelper functions for U8500 platform\n\nSigned-off-by: srinidhi kasagar \u003csrinidhi.kasagar@stericsson.com\u003e\nAcked-by: Andrea Gallo \u003candrea.gallo@stericsson.com\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "59b559d7a39b590aecef583af58d123ff5876570",
      "tree": "5e5f17bea4e3eb0295e6d85dc72334f23bbc9338",
      "parents": [
        "a8a8a669ea13d792296737505adc43ccacf3a648"
      ],
      "author": {
        "name": "Srinidhi Kasagar",
        "email": "srinidhi.kasagar@stericsson.com",
        "time": "Thu Nov 12 06:20:54 2009 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sat Nov 28 10:22:51 2009 +0000"
      },
      "message": "ARM: 5786/1: Introduce plat-nomadik, MTU code re-organization\n\nIntroduce the plat-nomadik folder for ST-Ericsson\nmachines including the existing nomadik 8815 architecture.\nThis also moves the existing MTU (MultiTimerUnit)\nof nomadik 8815 to the proposed plat-nomadik and adds\nHAS_MTU. The patch has been re-based to 2.6.32-rc6\n\nSigned-off-by: srinidhi kasagar \u003csrinidhi.kasagar@stericsson.com\u003e\nAcked-by: Alessandro Rubini \u003crubini@unipv.it\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "edabd38e1a017e922e3e3b485ee3ddb4df433aa4",
      "tree": "c79cef3e59f62014c12ff1203e84b0bac5610a55",
      "parents": [
        "8d27b2f7988b652dbabf79291a3e2550c06e1af5"
      ],
      "author": {
        "name": "Saeed Bishara",
        "email": "saeed@marvell.com",
        "time": "Thu Aug 06 15:12:43 2009 +0300"
      },
      "committer": {
        "name": "Nicolas Pitre",
        "email": "nico@fluxnic.net",
        "time": "Fri Nov 27 15:43:06 2009 -0500"
      },
      "message": "ARM: add base support for Marvell Dove SoC\n\nThe Marvell Dove (88AP510) is a high-performance, highly integrated,\nlow power SoC with high-end ARM-compatible processor (known as PJ4),\ngraphics processing unit, high-definition video decoding acceleration\nhardware, and a broad range of peripherals.\n\nSigned-off-by: Lennert Buytenhek \u003cbuytenh@marvell.com\u003e\nSigned-off-by: Saeed Bishara \u003csaeed@marvell.com\u003e\nSigned-off-by: Nicolas Pitre \u003cnico@marvell.com\u003e\n"
    },
    {
      "commit": "980f2296b5a8dfe589f023fd34229dcfdcf280fa",
      "tree": "033746bf0eb178c0c86ddb365a0d93645c3e930f",
      "parents": [
        "469d30448dad13600cdd246024f9db8e80614c45"
      ],
      "author": {
        "name": "Mikael Pettersson",
        "email": "mikpe@it.uu.se",
        "time": "Thu Oct 29 11:46:55 2009 -0700"
      },
      "committer": {
        "name": "Dan Williams",
        "email": "dan.j.williams@intel.com",
        "time": "Thu Oct 29 11:46:55 2009 -0700"
      },
      "message": "iop: enable generic time\n\nThis updates the IOP platform to use the kernel\u0027s generic time\nframework. With clockevent support in place, this reduces to\nselecting GENERIC_TIME and removing the platform\u0027s private timer\n-\u003eoffset() operation (iop_gettimeoffset).\n\nTested on n2100, compile-tested for all plat-iop machines.\n\nSigned-off-by: Mikael Pettersson \u003cmikpe@it.uu.se\u003e\nSigned-off-by: Dan Williams \u003cdan.j.williams@intel.com\u003e\n"
    },
    {
      "commit": "469d30448dad13600cdd246024f9db8e80614c45",
      "tree": "a610e9dd4b40dd540376eba7aaaed2538298f828",
      "parents": [
        "a91549a8f27e63e0e537fe1c20d4845581de894f"
      ],
      "author": {
        "name": "Mikael Pettersson",
        "email": "mikpe@it.uu.se",
        "time": "Thu Oct 29 11:46:54 2009 -0700"
      },
      "committer": {
        "name": "Dan Williams",
        "email": "dan.j.williams@intel.com",
        "time": "Thu Oct 29 11:46:54 2009 -0700"
      },
      "message": "iop: clockevent support\n\nThis updates the IOP platform to expose the interrupting\ntimer 0 as a clockevent object. The timer interrupt handler\nis changed to call the clockevent -\u003eevent_handler() instead\nof timer_tick(), and -\u003eset_next_event() and -\u003eset_mode()\noperations are added to allow the mode of the timer to be\nupdated (required for ONESHOT/NOHZ mode).\n\nTimer 0 must now be properly initialised, which requires\na new write_tcr0() function from the mach-specific code.\n\nThe mode of timer 0 must be read at the start of -\u003eset_mode(),\nwhich requires a new read_tmr0() function from the mach-\nspecific code.\n\nInitial setup of timer 0 is also rewritten to be more robust.\n\nTested on n2100, compile-tested for all plat-iop machines.\n\nSigned-off-by: Mikael Pettersson \u003cmikpe@it.uu.se\u003e\nSigned-off-by: Dan Williams \u003cdan.j.williams@intel.com\u003e\n"
    },
    {
      "commit": "bc581770cfdd8c17ea17d324dc05e2f9c599e7ca",
      "tree": "c6d2c2eb82d8a6c6851de0ecc7d8c0e63e026266",
      "parents": [
        "18240904960a39e582ced8ba8ececb10b8c22dd3"
      ],
      "author": {
        "name": "Linus Walleij",
        "email": "linus.walleij@stericsson.com",
        "time": "Tue Sep 15 17:30:37 2009 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Tue Sep 15 22:11:05 2009 +0100"
      },
      "message": "ARM: 5580/2: ARM TCM (Tightly-Coupled Memory) support v3\n\nThis adds the TCM interface to Linux, when active, it will\ndetect and report TCM memories and sizes early in boot if\npresent, introduce generic TCM memory handling, provide a\ngeneric TCM memory pool and select TCM memory for the U300\nplatform.\n\nSee the Documentation/arm/tcm.txt for documentation.\n\nSigned-off-by: Linus Walleij \u003clinus.walleij@stericsson.com\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "ddd559b13f6d2fe3ad68c4b3f5235fd3c2eae4e3",
      "tree": "d827bca3fc825a0ac33efbcd493713be40fcc812",
      "parents": [
        "cf7a2b4fb6a9b86779930a0a123b0df41aa9208f",
        "f17a1f06d2fa93f4825be572622eb02c4894db4e"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Sat Sep 12 12:02:26 2009 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sat Sep 12 12:02:26 2009 +0100"
      },
      "message": "Merge branch \u0027devel-stable\u0027 into devel\n\nConflicts:\n\tMAINTAINERS\n\tarch/arm/mm/fault.c\n"
    },
    {
      "commit": "cf7a2b4fb6a9b86779930a0a123b0df41aa9208f",
      "tree": "a5542d40aa2e321b7479c676a8234fee31b4c351",
      "parents": [
        "b736b89f8a001cb73f020ca90a6fac77861cddf6",
        "8c3cbd5a2b2cc244277f6089dae83f09f1e7a27b",
        "57a473f2f97cf3bca78df08aac2f438ddef03bee",
        "af1057abd7d5f97e17ab96e34d1920746188ddcb",
        "c1cb6b7fb5190ad55b31aa3289d48fedd288ddaa",
        "65cec8e3db606608fd1f8dfc4a1c7c37bfba9173",
        "8e22676e56673494a15ba95b57af21eb47d8b98a"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Sat Sep 12 12:01:34 2009 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sat Sep 12 12:01:34 2009 +0100"
      },
      "message": "Merge branches \u0027arm\u0027, \u0027at91\u0027, \u0027bcmring\u0027, \u0027ep93xx\u0027, \u0027mach-types\u0027, \u0027misc\u0027 and \u0027w90x900\u0027 into devel\n"
    },
    {
      "commit": "701038144945ef98c5817f43079952fa38c35999",
      "tree": "88782f6ac8e4df1f7f8f738659adedd7108e8cae",
      "parents": [
        "4abf27add86e5b7c37dca1fb4dd9a740b4332a84",
        "c2b455474e4c6bc8bab6506e2a08dbd5ad50d74d"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Sat Sep 12 11:50:52 2009 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sat Sep 12 11:50:52 2009 +0100"
      },
      "message": "Merge branch \u0027nomadik\u0027 into devel-stable\n"
    },
    {
      "commit": "65cec8e3db606608fd1f8dfc4a1c7c37bfba9173",
      "tree": "b1e0ecd6380afa2286fffada08cddbd388640343",
      "parents": [
        "369842658a36bcea28ecb643ba4bdb53919330dd"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Mon Aug 17 20:02:06 2009 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Mon Aug 17 20:02:06 2009 +0100"
      },
      "message": "ARM: implement highpte\n\nAdd the ARM implementation of highpte, which allows PTE tables to be\nplaced in highmem.  Unfortunately, we do not offer highpte support\nwhen support for L2 cache is enabled.\n\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "29c08460d472e427cec5e5dcb12ec74c923f8250",
      "tree": "9d8557fe9cf123920c3ceb023274e763e5f208b0",
      "parents": [
        "9b2616c2e8cc98ca98bbb40cad83a8d3d859e840",
        "baa28e3530375e0bef2c53243634a1c78f5c02f3"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Mon Aug 17 18:16:28 2009 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Mon Aug 17 18:16:28 2009 +0100"
      },
      "message": "Merge branch \u0027next-s3c\u0027 of git://aeryn.fluff.org.uk/bjdooks/linux into devel-stable\n"
    },
    {
      "commit": "5a7652f2032b88106c9ba41edf0fb795397008bd",
      "tree": "ec00a59e49ebd52d199c0c83177ed166a88735f9",
      "parents": [
        "c1cc3db8e9fcf1c9d2db3f34552c73996d3d8a13"
      ],
      "author": {
        "name": "Byungho Min",
        "email": "bhminjames@gmail.com",
        "time": "Tue Jun 23 21:39:42 2009 +0900"
      },
      "committer": {
        "name": "Ben Dooks",
        "email": "ben-linux@fluff.org",
        "time": "Sun Aug 16 23:35:19 2009 +0100"
      },
      "message": "ARM: S5PC100: Kconfigs and Makefiles\n\nS5PC100 is a new SoC with ARM coretex-A8 and numerous peripherals. This SoC is\nsuccessor of S3C64XX. S5PC100 has peripherals which are still similar to S3C\nfamilies so some drivers in \"arch/arm/plat-s3c\" can be shared. S5PC100 specific\ndrivers will be added in \"arch/arm/plat-s5pcxx\" or \"arch/arm/mach-s5pc100\"\n\nSigned-off-by: Byungho Min \u003cbhmin@samsung.com\u003e\n[ben-linux@fluff.org: tidy and edit description]\nSigned-off-by: Ben Dooks \u003cben-linux@fluff.org\u003e\n"
    },
    {
      "commit": "9b2616c2e8cc98ca98bbb40cad83a8d3d859e840",
      "tree": "5a971fa57298d58529d3ae82b68cbfc7139bde7b",
      "parents": [
        "590a94d93475fa6cca257f161ae268ed3a2395b5",
        "ac25150f2c55ea26447af0fa1d4e2bb07f97384d"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Sat Aug 15 16:51:48 2009 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sat Aug 15 16:51:48 2009 +0100"
      },
      "message": "Merge branch \u0027for-rmk-2.6.32\u0027 of git://git.pengutronix.de/git/ukl/linux-2.6 into devel-stable\n"
    },
    {
      "commit": "6288e28dce9bae24068b7341ebd72a7d176a3539",
      "tree": "5729034c7d65508a5e1bbc9d980e7861ba0920d2",
      "parents": [
        "831f1f73a6e1a0a02a5eaa2da5f49cf09c7bb1af"
      ],
      "author": {
        "name": "Leo Chen",
        "email": "leochen@broadcom.com",
        "time": "Fri Aug 07 19:46:15 2009 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sat Aug 15 16:01:51 2009 +0100"
      },
      "message": "ARM: 5641/1: bcmring: add Kconfig and Makefile entries in arch/arm\n\nadd bcmring option in Kconfig and add entry in Makefile\nin arch/arm directory\n\nSigned-off-by: Leo Chen \u003cleochen@broadcom.com\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "a8bc4eadd936bbad9e99b89fe692679451ad75c9",
      "tree": "4bd8994d6bc43e4bf3e33853b10684d3be953a02",
      "parents": [
        "f346becf2fdba4d9dc023d28bc9a28f74dc9e4ac"
      ],
      "author": {
        "name": "wanzongshun",
        "email": "mcuos.com@gmail.com",
        "time": "Fri Aug 14 15:38:29 2009 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sat Aug 15 15:49:04 2009 +0100"
      },
      "message": "ARM: 5676/1: Provide more useful introduction for w90x900\n\nProvide more useful introduction for w90x900\n\nSigned-off-by: Wan ZongShun \u003cmcuos.com@gmail.com\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "58b5369e6eb6c889b540a99aa95562a66b25acf1",
      "tree": "2fd98268bc19e2e7de3b7cafb09229975fada364",
      "parents": [
        "ae45b1c618d9e645a5e1decff31b710f739745fa"
      ],
      "author": {
        "name": "wanzongshun",
        "email": "mcuos.com@gmail.com",
        "time": "Fri Aug 14 15:36:44 2009 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sat Aug 15 15:49:02 2009 +0100"
      },
      "message": "ARM: 5674/1: Add clocksource/clockevent support for w90p910 platform\n\nAdd clocksource/clockevent support for w90p910 platform.\n\nSigned-off-by: Wan ZongShun \u003cmcuos.com@gmail.com\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "ac25150f2c55ea26447af0fa1d4e2bb07f97384d",
      "tree": "668dcf539a19ac3e2f3ddc7009bae2f95f5b51f9",
      "parents": [
        "d45a398fca6b03f16d01c9253c3a8c96d804f532"
      ],
      "author": {
        "name": "Uwe Kleine-König",
        "email": "u.kleine-koenig@pengutronix.de",
        "time": "Thu Aug 13 21:09:21 2009 +0200"
      },
      "committer": {
        "name": "Uwe Kleine-König",
        "email": "u.kleine-koenig@pengutronix.de",
        "time": "Thu Aug 13 21:09:21 2009 +0200"
      },
      "message": "[ARM] let arch/arm/Kconfig source drivers/Kconfig\n\nThe changes introduced by this change are:\n  - drivers/mtd/Kconfig doesn\u0027t depend on ALIGNMENT_TRAP ||\n    !CPU_CP15_MMU any more\n  - the following files are sourced additionally:\n    + drivers/macintosh/Kconfig\n      completely depends on PPC || MAC || X86\n    + drivers/telephony/Kconfig\n      new\n    + drivers/pps/Kconfig\n      new\n    + drivers/infiniband/Kconfig\n      new\n    + drivers/edac/Kconfig\n      depends on X86 || PPC\n    + drivers/vlynq/Kconfig\n      depends on AR7 \u0026\u0026 EXPERIMENTAL (that is ARCH_MIPS)\n    + drivers/xen/Kconfig\n      everything depends on XEN\n    + drivers/platform/Kconfig\n      depends on X86\n  - drivers/regulator/Kconfig is sourced later as is\n    drivers/accessibility/Kconfig\n\nSigned-off-by: Uwe Kleine-König \u003cu.kleine-koenig@pengutronix.de\u003e\n"
    },
    {
      "commit": "d45a398fca6b03f16d01c9253c3a8c96d804f532",
      "tree": "dc8b7971555641c94910e2fb9d5266597616213d",
      "parents": [
        "0d928b0b616d1c5c5fe76019a87cba171ca91633"
      ],
      "author": {
        "name": "Uwe Kleine-König",
        "email": "u.kleine-koenig@pengutronix.de",
        "time": "Thu Aug 13 20:38:17 2009 +0200"
      },
      "committer": {
        "name": "Uwe Kleine-König",
        "email": "u.kleine-koenig@pengutronix.de",
        "time": "Thu Aug 13 20:34:38 2009 +0200"
      },
      "message": "Use kernel/Kconfig.preempt for ARM\n\nbefore this patch ARM had it\u0027s own definition of CONFIG_PREEMPT.\nInstead of that use the general definition provided in\nkernel/Kconfig.preempt.\n\nThis patch changes the available options in *config.  Namely PREEMPT\nisn\u0027t a stand alone bool anymore, but part of a \u0027choice\u0027 the\nfollowing Kconfig symbols are added:\n\n\tPREEMPT_NONE\n\tPREEMPT_VOLUNTARY\n\nSelecting PREEMPT_NONE now produces exactly the code as not selecting\nPREEMPT before (apart from a comment in\n/sys/kernel/debug/tracing/(per_cpu/cpuX/)?trace).  The only difference\nPREEMPT_VOLUNTARY does is that might_resched might reschedule.  Both\nshould\u0027t introduce regressions.\n\nSigned-off-by: Uwe Kleine-König \u003cu.kleine-koenig@pengutronix.de\u003e\nCc: Russell King \u003clinux@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "e6d197a6954c8a9ff85727c31ca61fc1da78628a",
      "tree": "4f83b37f17499111ae9381746b3427996eb75007",
      "parents": [
        "dfff4e95d749c414af3f7350835139103408a50d"
      ],
      "author": {
        "name": "Ben Dooks",
        "email": "ben@simtec.co.uk",
        "time": "Thu Jul 30 23:23:42 2009 +0100"
      },
      "committer": {
        "name": "Ben Dooks",
        "email": "ben-linux@fluff.org",
        "time": "Thu Jul 30 23:22:56 2009 +0100"
      },
      "message": "ARM: S3C: CPUFREQ: Add debugfs support for cpufreq\n\nAdd debugfs support for the cpufreq driver to allow\ninformation about the system state to be exported to\nthe user.\n\nSigned-off-by: Ben Dooks \u003cben@simtec.co.uk\u003e\nSigned-off-by: Ben Dooks \u003cben-linux@fluff.org\u003e\n"
    },
    {
      "commit": "9d56c02a5a171e1fdb87f3b718b418cb0522d2b1",
      "tree": "8256f14b4b42d95d82340be27b74b824cc7760b4",
      "parents": [
        "89c52ed4687faca6bf0eabf6d46eaee4a14376b3"
      ],
      "author": {
        "name": "Ben Dooks",
        "email": "ben@simtec.co.uk",
        "time": "Thu Jul 30 23:23:25 2009 +0100"
      },
      "committer": {
        "name": "Ben Dooks",
        "email": "ben-linux@fluff.org",
        "time": "Thu Jul 30 23:22:52 2009 +0100"
      },
      "message": "ARM: Add S3C24XX to CPUFreq KConfig\n\nAdd the S3C24XX to the main ARM CPUFreq Kconfig support list.\n\nSigned-off-by: Ben Dooks \u003cben@simtec.co.uk\u003e\nSigned-off-by: Ben Dooks \u003cben-linux@fluff.org\u003e\n"
    },
    {
      "commit": "89c52ed4687faca6bf0eabf6d46eaee4a14376b3",
      "tree": "25be4ed15cbabc424c78ff69d082a7da385addba",
      "parents": [
        "d6fc87d3f7d236892e4d0003a07cd2b5171e5e27"
      ],
      "author": {
        "name": "Ben Dooks",
        "email": "ben@simtec.co.uk",
        "time": "Thu Jul 30 23:23:24 2009 +0100"
      },
      "committer": {
        "name": "Ben Dooks",
        "email": "ben-linux@fluff.org",
        "time": "Thu Jul 30 23:22:52 2009 +0100"
      },
      "message": "ARM: Add ARCH_HAS_CPUFREQ for presence of CPUFREQ driver\n\nAdd ARCH_HAS_CPUFREQ so that each machine config can select\nit if they have CPUFREQ driver support. This means that the\nCPUFREQ specific area does not need the if statement updating\neach time a new machine is added.\n\nSigned-off-by: Ben Dooks \u003cben@simtec.co.uk\u003e\nSigned-off-by: Ben Dooks \u003cben-linux@fluff.org\u003e\n"
    },
    {
      "commit": "3c4279750c7d3f88a0638a44e257d7d8d10732f2",
      "tree": "f01c337e25dff2a0c8f816ca1020649c7cf32d1f",
      "parents": [
        "05efde9d04ccc1d66a9d2225527c6ee638baa385"
      ],
      "author": {
        "name": "Hyok S. Choi",
        "email": "hyok.choi@samsung.com",
        "time": "Fri Jul 24 12:35:00 2009 +0100"
      },
      "committer": {
        "name": "Catalin Marinas",
        "email": "catalin.marinas@arm.com",
        "time": "Fri Jul 24 12:35:00 2009 +0100"
      },
      "message": "nommu: Enables to select noMMU mode\n\nMMU option is now selectable.\n\nSigned-off-by: Hyok S. Choi \u003chyok.choi@samsung.com\u003e\n\n\n"
    },
    {
      "commit": "16c79651a5ee1ad7e4fca65a7c5309dfca89ed28",
      "tree": "d34470a098ee2d2aa6af7e111547f9c6599395b5",
      "parents": [
        "e2ed3be7319f2734fcd9c7638888501934c22751"
      ],
      "author": {
        "name": "Catalin Marinas",
        "email": "catalin.marinas@arm.com",
        "time": "Fri Jul 24 12:33:02 2009 +0100"
      },
      "committer": {
        "name": "Catalin Marinas",
        "email": "catalin.marinas@arm.com",
        "time": "Fri Jul 24 12:33:02 2009 +0100"
      },
      "message": "Thumb-2: Add Thumb-2 support to the build files\n\nThis patch adds the necessary entries to the Makefile and Kconfig\nfiles for building the Thumb-2 kernel.\n\nSigned-off-by: Catalin Marinas \u003ccatalin.marinas@arm.com\u003e\n\n\n\n\n\n\n\n\n"
    }
  ],
  "next": "0becb088501886f37ade38762c8eaaf4263572cc"
}
