)]}'
{
  "log": [
    {
      "commit": "76b67ed9dce69a6a329cdd66f94af1787f417b62",
      "tree": "4d80993e607ae4a870f98ad3441795737570b012",
      "parents": [
        "dd0932d9d4301bd58a4d5a634a3a8298c4fc5e24"
      ],
      "author": {
        "name": "KAMEZAWA Hiroyuki",
        "email": "kamezawa.hiroyu@jp.fujitsu.com",
        "time": "Tue Jun 27 02:53:41 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Jun 27 17:32:37 2006 -0700"
      },
      "message": "[PATCH] node hotplug: register cpu: remove node struct\n\nWith Goto-san\u0027s patch, we can add new pgdat/node at runtime.  I\u0027m now\nconsidering node-hot-add with cpu + memory on ACPI.\n\nI found acpi container, which describes node, could evaluate cpu before\nmemory. This means cpu-hot-add occurs before memory hot add.\n\nIn most part, cpu-hot-add doesn\u0027t depend on node hot add.  But register_cpu(),\nwhich creates symbolic link from node to cpu, requires that node should be\nonlined before register_cpu().  When a node is onlined, its pgdat should be\nthere.\n\nThis patch-set holds off creating symbolic link from node to cpu\nuntil node is onlined.\n\nThis removes node arguments from register_cpu().\n\nNow, register_cpu() requires \u0027struct node\u0027 as its argument.  But the array of\nstruct node is now unified in driver/base/node.c now (By Goto\u0027s node hotplug\npatch).  We can get struct node in generic way.  So, this argument is not\nnecessary now.\n\nThis patch also guarantees add cpu under node only when node is onlined.  It\nis necessary for node-hot-add vs.  cpu-hot-add patch following this.\n\nMoreover, register_cpu calculates cpu-\u003enode_id by cpu_to_node() without regard\nto its \u0027struct node *root\u0027 argument.  This patch removes it.\n\nAlso modify callers of register_cpu()/unregister_cpu, whose args are changed\nby register-cpu-remove-node-struct patch.\n\n[Brice.Goglin@ens-lyon.org: fix it]\nSigned-off-by: KAMEZAWA Hiroyuki \u003ckamezawa.hiroyu@jp.fujitsu.com\u003e\nCc: Yasunori Goto \u003cy-goto@jp.fujitsu.com\u003e\nCc: Ashok Raj \u003cashok.raj@intel.com\u003e\nCc: Dave Hansen \u003chaveblue@us.ibm.com\u003e\nSigned-off-by: Brice Goglin \u003cBrice.Goglin@ens-lyon.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "f6e6e883730aff2718610d3eba7608fcf73328ed",
      "tree": "ec595db5e2454ac5f505a2ce971e45d674f8d6b3",
      "parents": [
        "ba262e4a4d4c23b5e6c15dbb3a99696b562e8035",
        "f964c303fe33b0d2ee563349bc8bea4d57d7a265"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Mon Jun 26 15:01:05 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Mon Jun 26 15:01:05 2006 -0700"
      },
      "message": "Merge master.kernel.org:/home/rmk/linux-2.6-arm\n\n* master.kernel.org:/home/rmk/linux-2.6-arm:\n  [ARM] 3657/1: S3C24XX: Documentation update of Overview.txt\n  [ARM] Update mach-types\n  [ARM] 3656/1: S3C2412: Add S3C2412 and S3C2413 documenation\n  [ARM] 3654/1: add ajeco 1arm sbc support\n  [ARM] fix drivers/mfd/ucb1x00-core.c IRQ probing bug\n  [ARM] 3651/1: S3C24XX: Make arch list more detailed\n  [ARM] 3650/1: S3C2412: Update s3c2410_defconfig\n  [ARM] 3649/1: S3C24XX: Fix capitalisation of CPU on SMDK2440\n  [ARM] 3612/1: make pci bus optional for ixp4xx platform\n  [ARM] Remove MODE_(SVC|IRQ|FIQ|USR) and DEFAULT_FIQ\n  [ARM] Remove save_lr/restore_pc macros\n  [ARM] Remove partial non-v6 binutils compatibility\n  [ARM] Remove LOADREGS macro\n  [ARM] Remove RETINSTR macro\n"
    },
    {
      "commit": "18555656de7268c7af77ea2b99a2fc984e7a23fb",
      "tree": "831336ae8614d49606c46f9965969ee1591210c8",
      "parents": [
        "6e58f5c9a841e59233c5997df082e93329ea61e0"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Mon Jun 26 22:50:21 2006 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Mon Jun 26 22:50:21 2006 +0100"
      },
      "message": "[ARM] Update mach-types\n\nUsual mach-types update.\n\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "2a2ed2db353d949c06b6ef8b6913f65b39111eab",
      "tree": "d835c3dd101da91089c3bdf51c8632e84be37232",
      "parents": [
        "972d19e837833b93466c6f6a8ef2a7d653000aa3",
        "070b98bfda3d27269519067c1c67eaef695f3e0c"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Mon Jun 26 11:05:15 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Mon Jun 26 11:05:15 2006 -0700"
      },
      "message": "Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild\n\n* git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild: (40 commits)\n  kbuild: trivial fixes in Makefile\n  kbuild: adding symbols in Kconfig and defconfig to TAGS\n  kbuild: replace abort() with exit(1)\n  kbuild: support for %.symtypes files\n  kbuild: fix silentoldconfig recursion\n  kbuild: add option for stripping modules while installing them\n  kbuild: kill some false positives from modpost\n  kbuild: export-symbol usage report generator\n  kbuild: fix make -rR breakage\n  kbuild: append -dirty for updated but uncommited changes\n  kbuild: append git revision for all untagged commits\n  kbuild: fix module.symvers parsing in modpost\n  kbuild: ignore make\u0027s built-in rules \u0026 variables\n  kbuild: bugfix with initramfs\n  kbuild: modpost build fix\n  kbuild: check license compatibility when building modules\n  kbuild: export-type enhancement to modpost.c\n  kbuild: add dependency on kernel.release to the package targets\n  kbuild: `make kernelrelease\u0027 speedup\n  kconfig: KCONFIG_OVERWRITECONFIG\n  ...\n"
    },
    {
      "commit": "e4423781850025726b6c4e24ba3d93c7ff9cd826",
      "tree": "a154cdf7a39e0554177cd096758f28efcc24c1e1",
      "parents": [
        "f8020dc560fde089becc05de1d0ada1f7f46dc51"
      ],
      "author": {
        "name": "Richard Purdie",
        "email": "rpurdie@rpsys.net",
        "time": "Mon Jun 26 00:26:27 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Mon Jun 26 09:58:28 2006 -0700"
      },
      "message": "[PATCH] backlight: LOCOMO Backlight Driver updates\n\nAdd backlight intensity control to the LOCOMO lcd/backlight driver using the\nbacklight class and add basic power management support.\n\nThis is a reimplementation and improvement of patches by John Lenz and Pavel\nMachek\n\nSigned-off-by: Richard Purdie \u003crpurdie@rpsys.net\u003e\nSigned-off-by: Antonino Daplas \u003cadaplas@pol.net\u003e\nCc: Pavel Machek \u003cpavel@ucw.cz\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "b184a4c9a4e542890265b4cdd3ff7908f4adc9c4",
      "tree": "7fe80637976e6033230e007fce63ed3dcb54be08",
      "parents": [
        "cfc736564fd01ee008d746913b1bbb90e3eb1f99"
      ],
      "author": {
        "name": "Lennert Buytenhek",
        "email": "buytenh@wantstofly.org",
        "time": "Mon Jun 26 17:48:29 2006 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Mon Jun 26 17:48:29 2006 +0100"
      },
      "message": "[ARM] 3654/1: add ajeco 1arm sbc support\n\nPatch from Lennert Buytenhek\n\nThis patch adds support for the Ajeco 1ARM Single Board Computer, a\nVME form factor SBC based on the Atmel AT91 SoC, with 64M RAM, seven\nserial ports, three ethernet ports, IDE, CF, USB host and device,\nand S-Video/VGA out.--\n\nSigned-off-by: Lennert Buytenhek \u003cbuytenh@wantstofly.org\u003eSigned-off-by: Andrew Victor \u003candrew@sanpeople.com\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "cd701aa27e4cfab5c99c7da13d404b1f3a0aecfb",
      "tree": "66419b7bf0e05751458d4b66ce4821379bf9f3e4",
      "parents": [
        "28c68e3450a19930d12e1798950d62e09f447ae1"
      ],
      "author": {
        "name": "Ben Dooks",
        "email": "ben-linux@fluff.org",
        "time": "Mon Jun 26 15:12:58 2006 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Mon Jun 26 15:12:58 2006 +0100"
      },
      "message": "[ARM] 3651/1: S3C24XX: Make arch list more detailed\n\nPatch from Ben Dooks\n\nAdd the rest of the supported S3C24XX family to the\nconfiguration selection for ARCH_S3C2410. This should\ntry and make it clearer for people trying to find the\nS3C2440 or freinds where they can be found.--\n\nSigned-off-by: Ben Dooks \u003cben-linux@fluff.org\u003eSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "28c68e3450a19930d12e1798950d62e09f447ae1",
      "tree": "5b0181b367678e5fb7361d2c8aa3560eb3ac8c58",
      "parents": [
        "52c5ceceb145fad10b9996ce414dadcb6b02d959"
      ],
      "author": {
        "name": "Ben Dooks",
        "email": "ben-linux@fluff.org",
        "time": "Mon Jun 26 15:12:57 2006 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Mon Jun 26 15:12:57 2006 +0100"
      },
      "message": "[ARM] 3650/1: S3C2412: Update s3c2410_defconfig\n\nPatch from Ben Dooks\n\nAdd SMDK2413 to the list of the machines being\nbuilt for ARCH_S3C2410, thus ensursing our all\nmachines build has an representitive of the\nS3C2412/S3C2413 CPU series--\n\nSigned-off-by: Ben Dooks \u003cben-linux@fluff.org\u003eSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "52c5ceceb145fad10b9996ce414dadcb6b02d959",
      "tree": "c5a690fbe00650290f9980cb3a373ef8f7e6fd60",
      "parents": [
        "689391210a4a8a1bf35119f87c51b3e01ef549e6"
      ],
      "author": {
        "name": "Ben Dooks",
        "email": "ben-linux@fluff.org",
        "time": "Mon Jun 26 15:12:56 2006 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Mon Jun 26 15:12:56 2006 +0100"
      },
      "message": "[ARM] 3649/1: S3C24XX: Fix capitalisation of CPU on SMDK2440\n\nPatch from Ben Dooks\n\nMake CPU uppercase on the SMDK2440 KConfig entries--\n\nSigned-off-by: Ben Dooks \u003cben-linux@fluff.org\u003eSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "689391210a4a8a1bf35119f87c51b3e01ef549e6",
      "tree": "b53e15b38b89412f3722df766d32dd94f991e9eb",
      "parents": [
        "801194e3bcf7cde163b23c6279c559e69cb4ca57"
      ],
      "author": {
        "name": "Milan Svoboda",
        "email": "msvoboda@ra.rockwell.com",
        "time": "Sun Jun 25 22:12:12 2006 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sun Jun 25 22:12:12 2006 +0100"
      },
      "message": "[ARM] 3612/1: make pci bus optional for ixp4xx platform\n\nPatch from Milan Svoboda\n\nIXP4XX platform can happily live without pci bus. This patch modifies\nKconfig to support this option and modifies Makefile so pci only files\nare compiled only when pci is really selected.\n\nPatch is tested and ixdp465 runs fine with or without the pci bus.--\n\nSigned-off-by: Milan Svoboda \u003cmsvoboda@ra.rockwell.com\u003eSigned-off-by: Deepak Saxena \u003cdsaxena@plexity.net\u003eSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "83cc5ed3c4c65fc4c3729a5cec2111ede1ebf85e",
      "tree": "ea2b6b04117ad88c41a5059bdaf36a7a505808c0",
      "parents": [
        "76a8ad293912cd2f01eca075d80cd0ddec30c627"
      ],
      "author": {
        "name": "Adrian Bunk",
        "email": "bunk@stusta.de",
        "time": "Sun Jun 25 05:47:41 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Jun 25 10:01:06 2006 -0700"
      },
      "message": "[PATCH] kernel/sys.c: cleanups\n\n- proper prototypes for the following functions:\n  - ctrl_alt_del()  (in include/linux/reboot.h)\n  - getrusage()     (in include/linux/resource.h)\n- make the following needlessly global functions static:\n  - kernel_restart_prepare()\n  - kernel_kexec()\n\n[akpm@osdl.org: compile fix]\nSigned-off-by: Adrian Bunk \u003cbunk@stusta.de\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "68402ddc677005ed1b1359bbc1f279548cfc0928",
      "tree": "83da62a2b55e2ea7e0c46ed79c0d6498d36e1942",
      "parents": [
        "9f1a3cfcffaed2fbb3206179295c79ca8289f5c3"
      ],
      "author": {
        "name": "Christoph Lameter",
        "email": "clameter@sgi.com",
        "time": "Sun Jun 25 05:46:47 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Jun 25 10:00:55 2006 -0700"
      },
      "message": "[PATCH] mm: remove VM_LOCKED before remap_pfn_range and drop VM_SHM\n\nRemove VM_LOCKED before remap_pfn range from device drivers and get rid of\nVM_SHM.\n\nremap_pfn_range() already sets VM_IO.  There is no need to set VM_SHM since\nit does nothing.  VM_LOCKED is of no use since the remap_pfn_range does not\nplace pages on the LRU.  The pages are therefore never subject to swap\nanyways.  Remove all the vm_flags settings before calling remap_pfn_range.\n\nAfter removing all the vm_flag settings no use of VM_SHM is left.  Drop it.\n\nSigned-off-by: Christoph Lameter \u003cclameter@sgi.com\u003e\nAcked-by: Hugh Dickins \u003chugh@veritas.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "801194e3bcf7cde163b23c6279c559e69cb4ca57",
      "tree": "194576773e93d8491df7c341e284986c3338e2d7",
      "parents": [
        "405040a78b33e39edf4180fc993b9608f07d3c41"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Sun Jun 25 12:01:48 2006 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sun Jun 25 12:01:48 2006 +0100"
      },
      "message": "[ARM] Remove MODE_(SVC|IRQ|FIQ|USR) and DEFAULT_FIQ\n\nDEFAULT_FIQ was entirely unused.  MODE_* are just redefinitions\nof *_MODE.  Use *_MODE instead.\n\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "405040a78b33e39edf4180fc993b9608f07d3c41",
      "tree": "6ef511fb4370c4eecc2743234bdd9aade281be86",
      "parents": [
        "800d8b5c4b322798414100c253524aaf1bb9cb86"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Sun Jun 25 11:37:09 2006 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sun Jun 25 11:37:09 2006 +0100"
      },
      "message": "[ARM] Remove save_lr/restore_pc macros\n\nAs for RETINSTR/LOADREGS macros, these were for compatibility\nwith 26-bit ARMs.  No longer required, so remove them.\n\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "800d8b5c4b322798414100c253524aaf1bb9cb86",
      "tree": "19b90bd9a0feb1f0bc4789749e4afdd6e27dd9c9",
      "parents": [
        "1b93a71755f2b15450b3e3045dab58a633e37b18"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Sun Jun 25 11:31:22 2006 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sun Jun 25 11:31:22 2006 +0100"
      },
      "message": "[ARM] Remove partial non-v6 binutils compatibility\n\nproc-v6 contains some compatibility to be able to use the V6\n\"cps\" instruction.  However, the kernel makes use of this\ninstruction elsewhere extensively, so there\u0027s no point keeping\nthis compatibility anymore.\n\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "1b93a71755f2b15450b3e3045dab58a633e37b18",
      "tree": "0d19367dbea9d083f9e374a21a8e82595392de98",
      "parents": [
        "7999d8d7a611bee902446939952859caf1367c25"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Sun Jun 25 11:23:45 2006 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sun Jun 25 11:23:45 2006 +0100"
      },
      "message": "[ARM] Remove LOADREGS macro\n\nAs for RETINSTR, LOADREGS is a left-over from the 26-bit days.\nRemove it.\n\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "7999d8d7a611bee902446939952859caf1367c25",
      "tree": "98dd4b81951f25b60012f2d91203fab3e0fd9010",
      "parents": [
        "dfd8317d3340f03bc06eba6b58f0ec0861da4a13"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Sun Jun 25 11:17:23 2006 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sun Jun 25 11:17:23 2006 +0100"
      },
      "message": "[ARM] Remove RETINSTR macro\n\nRETINSTR is a left-over from the days when we had 26-bit and\n32-bit CPU support integrated into the same tree.  Since this\nis no longer the case, we can now remove RETINSTR.\n\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "c0897856553d45aee1780bed455b7c2e888dd64b",
      "tree": "acbee1a7cedca5087c3500f991a7de69b68da6b1",
      "parents": [
        "e11c910b5bcc1dbc38a5af7a24be2812fc956b27",
        "85fe068123aa11d3477ce88c7d365e233b1f2e10"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Sat Jun 24 23:53:01 2006 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sat Jun 24 23:53:01 2006 +0100"
      },
      "message": "Merge signal handler branch\n"
    },
    {
      "commit": "85fe068123aa11d3477ce88c7d365e233b1f2e10",
      "tree": "2b4d4a255737dc3b2bc031e0853902637250e125",
      "parents": [
        "ca195cfec9fff622a61b1b72534e73360747f735"
      ],
      "author": {
        "name": "Daniel Jacobowitz",
        "email": "drow@false.org",
        "time": "Sat Jun 24 23:46:21 2006 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sat Jun 24 23:46:21 2006 +0100"
      },
      "message": "[ARM] 3648/1: Update struct ucontext layout for coprocessor registers\n\nPatch from Daniel Jacobowitz\n\nIn order for userspace to find saved coprocessor registers, move them from\nstruct rt_sigframe into struct ucontext.  Also allow space for glibc\u0027s\nsigset_t, so that userspace and kernelspace can use the same ucontext\nlayout.  Define the magic numbers for iWMMXt in the header file for easier\nreference.  Include the size of the coprocessor data in the magic numbers.\n\nAlso define magic numbers and layout for VFP, not yet saved.\n\nSigned-off-by: Daniel Jacobowitz \u003cdan@codesourcery.com\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "ca195cfec9fff622a61b1b72534e73360747f735",
      "tree": "a98ce000e4ad01909155cad73e1ce5d1ff150117",
      "parents": [
        "aca6ca10974aa78adfb47291722ce851160213e4"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Sat Jun 24 22:41:09 2006 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sat Jun 24 22:41:09 2006 +0100"
      },
      "message": "[ARM] Add identifying number for non-rt sigframe\n\nGDB couldn\u0027t reliably tell the difference between the old and new\nnon-rt sigframes, so provide it with a number at the beginning which\nwill never appear in the old sigframe, and hence provide gdb with a\nreliable way to tell the two apart.\n\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "e11c910b5bcc1dbc38a5af7a24be2812fc956b27",
      "tree": "38fb4c1b23bf2085cd0b05db9c85e3b91819130f",
      "parents": [
        "c1e08adc86f886ba0ad7c8f29c240d6e833e7ec7",
        "c9b949a734adef5d05cbaa0b0546b924ca517155"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Sat Jun 24 22:21:49 2006 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sat Jun 24 22:21:49 2006 +0100"
      },
      "message": "Merge S3C24xx branch\n"
    },
    {
      "commit": "c1e08adc86f886ba0ad7c8f29c240d6e833e7ec7",
      "tree": "67e66ff524c6d51c61475a3c0df7d8d4850b4284",
      "parents": [
        "52e3e772a098274df3c6f5f1ad58cd7fe24089bf",
        "1f64eb379cfc95d5f627b779685f7ac6721df322"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Sat Jun 24 22:21:35 2006 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sat Jun 24 22:21:35 2006 +0100"
      },
      "message": "Merge ep93xx branch\n"
    },
    {
      "commit": "c9b949a734adef5d05cbaa0b0546b924ca517155",
      "tree": "030a98d23fd379139efd1d30f0c8fe885ceb0ca6",
      "parents": [
        "a019f4a9a7b4ec4986918e9aefa06815cf77b714"
      ],
      "author": {
        "name": "Ben Dooks",
        "email": "ben-linux@fluff.org",
        "time": "Sat Jun 24 21:22:35 2006 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sat Jun 24 21:22:35 2006 +0100"
      },
      "message": "[ARM] 3647/1: S3C24XX: add Osiris to the list of simtec pm machines\n\nPatch from Ben Dooks\n\nEnable power management for Simtec Osiris\n\nSigned-off-by: Ben Dooks \u003cben-linux@fluff.org\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "a019f4a9a7b4ec4986918e9aefa06815cf77b714",
      "tree": "52f98219bc0d86e6c55e48513a6dcfa93a0cb44c",
      "parents": [
        "22346aea8d39372d6fd207468701e90bf546b882"
      ],
      "author": {
        "name": "Ben Dooks",
        "email": "ben-linux@fluff.org",
        "time": "Sat Jun 24 21:21:37 2006 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sat Jun 24 21:21:37 2006 +0100"
      },
      "message": "[ARM] 3645/1: S3C2412: irq support for external interrupts\n\nPatch from Ben Dooks\n\nMove the decoding of the IRQ_EXT4 and above out of\nthe entry macro, and into an chained irq handler\nas the EXTINT registers move depending on the CPU\nbeing used.\n\nSigned-off-by: Ben Dooks \u003cben-linux@fluff.org\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "22346aea8d39372d6fd207468701e90bf546b882",
      "tree": "ceb871ca3512e5b0bbaeed74f4e497aace197a9a",
      "parents": [
        "66c594098db1ee885f486a684b66937e28e792b1"
      ],
      "author": {
        "name": "Ben Dooks",
        "email": "ben-linux@fluff.org",
        "time": "Sat Jun 24 21:21:36 2006 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sat Jun 24 21:21:36 2006 +0100"
      },
      "message": "[ARM] 3643/1: S3C2410: Add new usb clocks\n\nPatch from Ben Dooks\n\nMake the S3C2410 use the same usb clock naming\nas the S3C2412\n\nSigned-off-by: Ben Dooks \u003cben-linux@fluff.org\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "66c594098db1ee885f486a684b66937e28e792b1",
      "tree": "9be95a4fe527d163cee085162e5ffeaec5e6cc50",
      "parents": [
        "44cc7c9c15124c4506da96304e5f9eb88200fc35"
      ],
      "author": {
        "name": "Ben Dooks",
        "email": "ben-linux@fluff.org",
        "time": "Sat Jun 24 21:21:35 2006 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sat Jun 24 21:21:35 2006 +0100"
      },
      "message": "[ARM] 3642/1: S3C24XX: Add machine SMDK2413\n\nPatch from Ben Dooks\n\nAdd basic support for the Samsung/Aiji SMDK2413\n\nSigned-off-by: Ben Dooks \u003cben-linux@fluff.org\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "44cc7c9c15124c4506da96304e5f9eb88200fc35",
      "tree": "911dcdfc55ed609a79f7c1c23c918e709b6e3cdf",
      "parents": [
        "46491c94d39a519178ba8c6b5b5d6a839210124d"
      ],
      "author": {
        "name": "Ben Dooks",
        "email": "ben-linux@fluff.org",
        "time": "Sat Jun 24 21:21:33 2006 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sat Jun 24 21:21:33 2006 +0100"
      },
      "message": "[ARM] 3641/1: S3C2412: Fixup gpio register naming\n\nPatch from Ben Dooks\n\nThe current S3C2412 has used to moving S3C24XX_\nfor the generic form of an register has been\nmoved from the S3C2410.\n\nFixup S3C2410_EXTINTx and S3C2410_EINFLTx to\nS3C24XX_EXTINTx and S3C24XX_EXTINTx\n\nDepends on Patch #3635/1, Patch #3640/1\n\nSigned-off-by: Ben Dooks \u003cben-linux@fluff.org\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "46491c94d39a519178ba8c6b5b5d6a839210124d",
      "tree": "a2b803640a19edfc4d1919b8f49d3304e5a20a55",
      "parents": [
        "73e55cb3b3549d0174d1dadb755200938232e8d0"
      ],
      "author": {
        "name": "Ben Dooks",
        "email": "ben-linux@fluff.org",
        "time": "Sat Jun 24 21:21:32 2006 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sat Jun 24 21:21:32 2006 +0100"
      },
      "message": "[ARM] 3640/1: S3C2412: Use S3C24XX_DCLKCON instead of S3C2410_DCLKCON\n\nPatch from Ben Dooks\n\nThe current S3C2412 support has moved to using\nS3C24XX_DCLKCON unless the specific DCLKCON is\nrequired (S3C2412_DCLKCON or S3C2410_DKCLKCON)\n\nMove the few places using S3C2410_DCLKCON to\nS3C24XX_DCLKCON\n\nDepends on Patch #3635/1\n\nSigned-off-by: Ben Dooks \u003cben-linux@fluff.org\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "736855f0c748dacb624070b8d6ffffe4532cf4dc",
      "tree": "273afc6674a29fa8e79b073c37d076846e200c3b",
      "parents": [
        "513846f82829efd5bab5359bdc33509e6386fd49"
      ],
      "author": {
        "name": "Ben Dooks",
        "email": "ben-linux@fluff.org",
        "time": "Sat Jun 24 21:21:31 2006 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sat Jun 24 21:21:31 2006 +0100"
      },
      "message": "[ARM] 3638/1: S3C2412: core clocks\n\nPatch from Ben Dooks\n\nClock support for the clocks on the Samsung S3C2412\nand S3C2413 SoCs. This provides clock enables and\nparent selection for all the standard clocks.\n\nSigned-off-by: Ben Dooks \u003cben-linux@fluff.org\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "513846f82829efd5bab5359bdc33509e6386fd49",
      "tree": "d04dec7a504f62ab4f37726a227fab19f1b51e39",
      "parents": [
        "3434d9d9fc0fec0b96ab128ee0d743b6a0d90160"
      ],
      "author": {
        "name": "Ben Dooks",
        "email": "ben-linux@fluff.org",
        "time": "Sat Jun 24 21:21:29 2006 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sat Jun 24 21:21:29 2006 +0100"
      },
      "message": "[ARM] 3637/1: S3C24XX: Add mpll clock, and set as fclk parent\n\nPatch from Ben Dooks\n\nUpdate the clocks with the MPLL clock, and\nuse it as the parent. Also export these to\nthe rest of arch/arm/mach-s3c2410\n\nSigned-off-by: Ben Dooks \u003cben-linux@fluff.org\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "3434d9d9fc0fec0b96ab128ee0d743b6a0d90160",
      "tree": "4d085e1ba319b979a1d9053fd78569db8493edf3",
      "parents": [
        "68d9ab394f06f95fd4ca612c08edf13e410fd8d0"
      ],
      "author": {
        "name": "Ben Dooks",
        "email": "ben-linux@fluff.org",
        "time": "Sat Jun 24 21:21:28 2006 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sat Jun 24 21:21:28 2006 +0100"
      },
      "message": "[ARM] 3636/1: S3C2412: Add selection of CPU_ARM926\n\nPatch from Ben Dooks\n\nSelect CONFIG_CPU_ARM926 when CONFIG_CPU_S3C2412 is\nselected.\n\nSigned-off-by: Ben Dooks \u003cben-linux@fluff.org\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "68d9ab394f06f95fd4ca612c08edf13e410fd8d0",
      "tree": "ad5fc04b5b3c319134db680bebc9a552d88375fc",
      "parents": [
        "a3ff55026e59687040f00fc35680fc0e774859f4"
      ],
      "author": {
        "name": "Ben Dooks",
        "email": "ben-linux@fluff.org",
        "time": "Sat Jun 24 21:21:27 2006 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sat Jun 24 21:21:27 2006 +0100"
      },
      "message": "[ARM] 3635/1: S3C24XX: Add S3C2412 core cpu support\n\nPatch from Ben Dooks\n\nAdd support for the Samsung S3C2412 and S3C2413 range\nof SoCs. This patch contains the core identification,\ndebug macros, and basic register updates to get these\nto build.\n\nSigned-off-by: Ben Dooks \u003cben-linux@fluff.org\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "a3ff55026e59687040f00fc35680fc0e774859f4",
      "tree": "41fe003d4e2dddd794b989bc4bfde5ebfb2f8838",
      "parents": [
        "d384ea691fe4ea8c2dd5b9b8d9042eb181776f18"
      ],
      "author": {
        "name": "Ben Dooks",
        "email": "ben-linux@fluff.org",
        "time": "Sat Jun 24 21:21:26 2006 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sat Jun 24 21:21:26 2006 +0100"
      },
      "message": "[ARM] 3633/1: S3C24XX: s3c2410 gpio bugfix - wrong pin nos\n\nPatch from Ben Dooks\n\nThe s3c2410 gpio functions have a pair of bugs where\nthe code is using the pin function definitions instead\nof the pin gpio numbers.\n\nAlso remove the changelog\n\nSigned-off-by: Ben Dooks \u003cben-linux@fluff.org\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "fc8ea7a1eae3034505f70f02981d33bbc1284a86",
      "tree": "57abfb6469bc5f6a5e8f0742be19798a781b8753",
      "parents": [
        "3da4bd2bfc672a484d2a5df9f89b79f5e1e634dc"
      ],
      "author": {
        "name": "Lennert Buytenhek",
        "email": "buytenh@wantstofly.org",
        "time": "Sat Jun 24 09:57:14 2006 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sat Jun 24 10:34:29 2006 +0100"
      },
      "message": "[ARM] 3644/1: ixp2000: export gpio_line_config()\n\nPatch from Lennert Buytenhek\n\nSigned-off-by: Lennert Buytenhek \u003cbuytenh@wantstofly.org\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "1f64eb379cfc95d5f627b779685f7ac6721df322",
      "tree": "df793338e6fe4b9f1623055cd39a00711e3e0f10",
      "parents": [
        "1d81eedb8f6c13c262a70b8167530ec24b09c0ff"
      ],
      "author": {
        "name": "Lennert Buytenhek",
        "email": "buytenh@wantstofly.org",
        "time": "Sat Jun 24 10:33:03 2006 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sat Jun 24 10:33:03 2006 +0100"
      },
      "message": "[ARM] 3646/1: ep93xx: instantiate ep93xx-ohci platform device\n\nPatch from Lennert Buytenhek\n\nThe ep93xx ohci bits have been merged into the gregkh-2.6 tree, which\nmeans that they will probably go upstream soon, so make the core ep93xx\ncode instantiate an appropriate ep93xx-ohci platform device.\n\nSigned-off-by: Lennert Buytenhek \u003cbuytenh@wantstofly.org\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "1d81eedb8f6c13c262a70b8167530ec24b09c0ff",
      "tree": "12b1231f90127b117cdd88c8240c002e57460c3e",
      "parents": [
        "d384ea691fe4ea8c2dd5b9b8d9042eb181776f18"
      ],
      "author": {
        "name": "Lennert Buytenhek",
        "email": "buytenh@wantstofly.org",
        "time": "Sat Jun 24 10:33:02 2006 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sat Jun 24 10:33:02 2006 +0100"
      },
      "message": "[ARM] 3634/1: ep93xx: initial implementation of the clk_* API\n\nPatch from Lennert Buytenhek\n\nAdd an initial implementation of the clk_* API for the cirrus ep93xx\nto the tree.  The initial implementation is somewhat minimal, with the\nintention of extending it as we go along.\n\nSigned-off-by: Lennert Buytenhek \u003cbuytenh@wantstofly.org\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "3da4bd2bfc672a484d2a5df9f89b79f5e1e634dc",
      "tree": "be998210c8f123e138fa47ede373f07b70324d20",
      "parents": [
        "d384ea691fe4ea8c2dd5b9b8d9042eb181776f18"
      ],
      "author": {
        "name": "Lennert Buytenhek",
        "email": "buytenh@wantstofly.org",
        "time": "Sat Jun 24 09:57:13 2006 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sat Jun 24 09:57:13 2006 +0100"
      },
      "message": "[ARM] 3632/1: iwmmxt: fix up argument comment for iwmmxt_task_restore()\n\nPatch from Lennert Buytenhek\n\nCommit d6551e884cf66de072b81f8b6d23259462c40baf forgot to update the\ndescription of what goes into r2 when calling iwmmxt_task_restore().\n\nSigned-off-by: Lennert Buytenhek \u003cbuytenh@wantstofly.org\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "95eaa5fa8eb2c345244acd5f65b200b115ae8c65",
      "tree": "22e7c6949f9d930ec4f97460b9df6cf7738c1de7",
      "parents": [
        "a5cf4b9a02cb9b8ac16eaafb0fcd7fd24215146e"
      ],
      "author": {
        "name": "Nicolas Pitre",
        "email": "nico@cam.org",
        "time": "Fri Jun 23 11:40:53 2006 -0400"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Jun 23 08:47:27 2006 -0700"
      },
      "message": "[PATCH] fix silly ARM non-EABI build error\n\nMy bad.\n\nSigned-off-by: Nicolas Pitre \u003cnico@cam.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "9becde79d2c5e382d955167c07017b5e34b142f0",
      "tree": "fb2f84658cf9a8d7c4089262bd545fa809ef84da",
      "parents": [
        "83d4e6e7fba0b2a01092f0cf14ba2e33bd1253e9"
      ],
      "author": {
        "name": "Jonathan McDowell",
        "email": "noodles@earth.li",
        "time": "Fri Jun 23 02:05:33 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Jun 23 07:43:05 2006 -0700"
      },
      "message": "[PATCH] leds: Amstrad Delta LED support\n\nUse the new LED infrastructure to support the 6 LEDs present on the Amstrad\nDelta.\n\n[akpm@osdl.org: cleanup]\nSigned-off-by: Jonathan McDowell \u003cnoodles@earth.li\u003e\nAckde-by: Richard Purdie \u003crpurdie@rpsys.net\u003e\nCc: Ben Dooks \u003cben@fluff.org.uk\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "83d4e6e7fba0b2a01092f0cf14ba2e33bd1253e9",
      "tree": "4fa75ffb35970e27762623edbc1f725171d2b0b5",
      "parents": [
        "e6022603b9aa7d61d20b392e69edcdbbc1789969"
      ],
      "author": {
        "name": "Andreas Mohr",
        "email": "andi@rhlx01.fht-esslingen.de",
        "time": "Fri Jun 23 02:05:32 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Jun 23 07:43:05 2006 -0700"
      },
      "message": "[PATCH] make noirqdebug/irqfixup __read_mostly, add (un)likely()\n\nSigned-off-by: Andreas Mohr \u003candi@lisas.de\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "823588c18689ddd49d4643eda7654302f18a275f",
      "tree": "3cd555063265808fdf2b5c3375f27d32148bf822",
      "parents": [
        "fa3e686a34f4c33de31a128cc36def0b466bfe1a"
      ],
      "author": {
        "name": "Kevin Hilman",
        "email": "khilman@deeprooted.net",
        "time": "Thu Jun 22 22:27:14 2006 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Thu Jun 22 22:27:14 2006 +0100"
      },
      "message": "[ARM] 3537/1: Rework DMA-bounce locking for finer granularity\n\nPatch from Kevin Hilman\n\nThis time with IRQ versions of locks.\n\nRework also enables compatability with realtime-preemption patch.\nWith the current locking via interrupt disabling, under RT,\npotentially sleeping functions can be called with interrupts\ndisabled.\n\nSigned-off-by: Kevin Hilman \u003ckhilman@mvista.com\u003e\nSigned-off-by: Deepak Saxena \u003cdsaxena@plexity.net\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "fa3e686a34f4c33de31a128cc36def0b466bfe1a",
      "tree": "7fb7bccf367a6d796fcf5751e5b3d901cbe91818",
      "parents": [
        "e22b04fb6b1689aee208b65966fa9fb19e098006"
      ],
      "author": {
        "name": "Pavel Pisa",
        "email": "ppisa@pikron.com",
        "time": "Thu Jun 22 22:21:03 2006 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Thu Jun 22 22:21:03 2006 +0100"
      },
      "message": "[ARM] 3601/1: i.MX/MX1 DMA error handling for signaled channels only\n\nPatch from Pavel Pisa\n\nThere has been bug, that dma_err_handler() touches even\nchannels not signaling error condition.\n\nProblem noticed by Andrea Paterniani.\n\nSigned-off-by: Pavel Pisa \u003cpisa@cmp.felk.cvut.cz\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "e22b04fb6b1689aee208b65966fa9fb19e098006",
      "tree": "4b55d6133cfa7aa5e2e8f3d8909f8e2ed98c19d8",
      "parents": [
        "df6934b33c43a3ad517244935fe9c19715d9dc15"
      ],
      "author": {
        "name": "Rod Whitby",
        "email": "rod@whitby.id.au",
        "time": "Thu Jun 22 22:21:02 2006 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Thu Jun 22 22:21:02 2006 +0100"
      },
      "message": "[ARM] 3597/1: ixp4xx/nslu2: Board support for new LED subsystem\n\nPatch from Rod Whitby\n\nThis patch implements NEW_LEDS support for the Linksys NSLU2.  The\nNSLU2 has four LED indicators, which are the only form of output for\nan unmodified device - there is no keyboard or display on an NSLU2.\nFor an NSLU2 which has been modified to bring out the serial port\nconsole, it is important to register that device first separately, to\nenable debugging of other device support.\n\nSigned-off-by: John Bowler \u003cjbowler@acm.org\u003e\nSigned-off-by: Rod Whitby \u003crod@whitby.id.au\u003e\nSigned-off-by: Deepak Saxena \u003cdsaxena@plexity.net\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "df6934b33c43a3ad517244935fe9c19715d9dc15",
      "tree": "6a8a6c66182e98466472aa4ab195e39ead6b1bb2",
      "parents": [
        "f606a6ff222dc7dceeb4d0e214ce4f55d9c6b0e6"
      ],
      "author": {
        "name": "Rod Whitby",
        "email": "rod@whitby.id.au",
        "time": "Thu Jun 22 22:21:01 2006 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Thu Jun 22 22:21:01 2006 +0100"
      },
      "message": "[ARM] 3595/1: ixp4xx/nas100d: Board support for new LED subsystem\n\nPatch from Rod Whitby\n\nThis patch implements NEW_LEDS support for the IOMega NAS100d.  The\nNAS100d has three LED indicators, which are the only form of output\nfor an unmodified device - there is no keyboard or display on an\nNAS100d.  For an NAS100d which has been modified to bring out the\nserial port console, it is important to register that device first\nseparately, to enable debugging of other device support.\n\nSigned-off-by: John Bowler \u003cjbowler@acm.org\u003e\nSigned-off-by: Rod Whitby \u003crod@whitby.id.au\u003e\nSigned-off-by: Deepak Saxena \u003cdsaxena@plexity.net\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "f606a6ff222dc7dceeb4d0e214ce4f55d9c6b0e6",
      "tree": "6a44374b8085d5523743268f67bae7fd70e25a43",
      "parents": [
        "92b7eb8ffc0741f1fd5fbd5458a466d608310442"
      ],
      "author": {
        "name": "Nicolas Pitre",
        "email": "nico@cam.org",
        "time": "Thu Jun 22 22:18:45 2006 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Thu Jun 22 22:18:45 2006 +0100"
      },
      "message": "[ARM] 3626/1: ARM EABI: fix syscall restarting\n\nPatch from Nicolas Pitre\n\nThe RESTARTBLOCK case currently store some code on the stack to invoke\nsys_restart_syscall.  However this is ABI dependent and there is a\nmismatch with the way __NR_restart_syscall gets defined when the kernel\nis compiled for EABI.\n\nThere is also a long standing bug in the thumb case since with OABI the\n__NR_restart_syscall value includes __NR_SYSCALL_BASE which should not\nbe the case for Thumb syscalls.\n\nCredits to Yauheni Kaliuta \u003cyauheni.kaliuta@gmail.com\u003e for finding the\nEABI bug.\n\nSigned-off-by: Nicolas Pitre \u003cnico@cam.org\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "92b7eb8ffc0741f1fd5fbd5458a466d608310442",
      "tree": "55b34b892da1a64f62d7ae922c75fa903247e208",
      "parents": [
        "99c13853ffa26dd6527995b3f47548e075f201fb"
      ],
      "author": {
        "name": "Ben Dooks",
        "email": "ben-linux@fluff.org",
        "time": "Thu Jun 22 22:18:21 2006 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Thu Jun 22 22:18:21 2006 +0100"
      },
      "message": "[ARM] 3628/1: S3C24XX: add get_rate call to struct clk\n\nPatch from Ben Dooks\n\nAdd a get_rate call to allow an given clock\nto over-ride the clk_get_rate() call.\n\nThis provides support for clocks which rely on\ndivision of their parent to correctly report\ntheir frequency when the parent can also change.\n\nSigned-off-by: Ben Dooks \u003cben-linux@fluff.org\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "99c13853ffa26dd6527995b3f47548e075f201fb",
      "tree": "b007bb3e79739f7f442daa00f92a34b1348cd29b",
      "parents": [
        "a341305e94982c66a2e94125a24b860605da9066"
      ],
      "author": {
        "name": "Ben Dooks",
        "email": "ben-linux@fluff.org",
        "time": "Thu Jun 22 22:18:20 2006 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Thu Jun 22 22:18:20 2006 +0100"
      },
      "message": "[ARM] 3627/1: S3C24XX: split s3c2410 clocks from core clocks\n\nPatch from Ben Dooks\n\nSplit the s3c2410 specific clocks from the core\nclock code, as part of the work to support more\nof the Samsung line of SoCs.\n\nThe patch does not use the sysdev mechanism as\nthe clocks are needed for the timer init, which\nis very early in the kernel init sequence.\n\nSigned-off-by: Ben Dooks \u003cben-linux@fluff.org\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "a341305e94982c66a2e94125a24b860605da9066",
      "tree": "762cf31353b711f9ec12482d9823fa71a6ae18b8",
      "parents": [
        "005b5e4d0c7795d2ec298c34c96cbe2c1e1902b0"
      ],
      "author": {
        "name": "Ben Dooks",
        "email": "ben-linux@fluff.org",
        "time": "Thu Jun 22 22:18:13 2006 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Thu Jun 22 22:18:13 2006 +0100"
      },
      "message": "[ARM] 3613/1: S3C2410: Add sysdev and sysclass\n\nPatch from Ben Dooks\n\nThe S3C2440 and S3C2442 both have their own sysdev\nand sysclass for differentiating them from the\ncurrently default S3C2410.\n\nAdd a sysdev for the S3C2410 as part of the work\nto make the code be non-dependant on the S3C2410.\n\nSigned-off-by: Ben Dooks \u003cben-linux@fluff.org\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "8b76a68c6caafef5a91cdc80958aecaca76a8896",
      "tree": "f22a684595267ee6b087381a00a543f46482c8a1",
      "parents": [
        "744da2cb598639767ddcc90ca855771bc524fe76"
      ],
      "author": {
        "name": "Lennert Buytenhek",
        "email": "buytenh@wantstofly.org",
        "time": "Thu Jun 22 10:30:56 2006 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Thu Jun 22 10:30:56 2006 +0100"
      },
      "message": "[ARM] 3620/2: ixp23xx: add uengine loader support\n\nPatch from Lennert Buytenhek\n\nThis patch allows the ixp2000 uengine loader that is already in the\ntree to also be used on the ixp23xx.\n\nSigned-off-by: Lennert Buytenhek \u003cbuytenh@wantstofly.org\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "744da2cb598639767ddcc90ca855771bc524fe76",
      "tree": "f84303b5b6ef0f239f0112b22b61bc167c84fe0d",
      "parents": [
        "a059e33ce67cec5e990fdec43f242d3b06c60d1a"
      ],
      "author": {
        "name": "Lennert Buytenhek",
        "email": "buytenh@wantstofly.org",
        "time": "Thu Jun 22 10:30:55 2006 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Thu Jun 22 10:30:55 2006 +0100"
      },
      "message": "[ARM] 3618/1: add defconfig for logicpd pxa270 card engine\n\nPatch from Lennert Buytenhek\n\nAs it\u0027s slightly nontrivial to make it possible to build a single\nkernel image for both the mainstone and the logicpd pxa270 card engine,\nadd a separate defconfig for the logicpd pxa270 card engine for now.\n\nSigned-off-by: Lennert Buytenhek \u003cbuytenh@wantstofly.org\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "a059e33ce67cec5e990fdec43f242d3b06c60d1a",
      "tree": "6ce83ae735281ab2e6ee891b2e06e965cd65c3be",
      "parents": [
        "f869afab8f36c5f8561557f74b4b9846719092da"
      ],
      "author": {
        "name": "Lennert Buytenhek",
        "email": "buytenh@wantstofly.org",
        "time": "Thu Jun 22 10:30:54 2006 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Thu Jun 22 10:30:54 2006 +0100"
      },
      "message": "[ARM] 3617/1: ep93xx: fix slightly incorrect timer tick rate\n\nPatch from Lennert Buytenhek\n\nThe tick rate of timers 1-3 isn\u0027t exactly 508 kHz as some parts of the\nrelevant documentation claim, but more like 508.469 kHz (14.7456 MHz\ndivided by 29.)\n\nSigned-off-by: Lennert Buytenhek \u003cbuytenh@wantstofly.org\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "f869afab8f36c5f8561557f74b4b9846719092da",
      "tree": "6a23d7981a3b06b9cd40ad99c1543d22f6a1d528",
      "parents": [
        "84b61f6d3ad8a5761e61d83076588f64a289a574"
      ],
      "author": {
        "name": "Lennert Buytenhek",
        "email": "buytenh@wantstofly.org",
        "time": "Thu Jun 22 10:30:53 2006 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Thu Jun 22 10:30:53 2006 +0100"
      },
      "message": "[ARM] 3616/1: fix timer handler wrap logic for a number of platforms\n\nPatch from Lennert Buytenhek\n\nA couple of platforms aren\u0027t using the right comparison type in their\ntimer interrupt handlers (as we\u0027re comparing two wrapping timestamps,\nwe need a bmi/bpl-type comparison, not an unsigned comparison) -- this\npatch fixes them up.\n\nSigned-off-by: Lennert Buytenhek \u003cbuytenh@wantstofly.org\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "84b61f6d3ad8a5761e61d83076588f64a289a574",
      "tree": "1a36155da857eedbd9834abc5d12f94cff6b9614",
      "parents": [
        "0967b5f0790cff737c86e9797cbbbdf420eb00f3"
      ],
      "author": {
        "name": "Lennert Buytenhek",
        "email": "buytenh@wantstofly.org",
        "time": "Thu Jun 22 10:30:52 2006 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Thu Jun 22 10:30:52 2006 +0100"
      },
      "message": "[ARM] 3615/1: ixp23xx: use platform devices for physmap flash\n\nPatch from Lennert Buytenhek\n\nNow that the physmap platform device rewrite is in, make the ixp23xx\nboards use platform devices for physmap flash.\n\nSigned-off-by: Lennert Buytenhek \u003cbuytenh@wantstofly.org\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "0967b5f0790cff737c86e9797cbbbdf420eb00f3",
      "tree": "9b9234f6fc133ad75c2a40779a89e87b99e8f1d3",
      "parents": [
        "ae2a120ce50e9dc8092f9bd4d76d8c8150a12c48"
      ],
      "author": {
        "name": "Lennert Buytenhek",
        "email": "buytenh@wantstofly.org",
        "time": "Thu Jun 22 10:30:51 2006 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Thu Jun 22 10:30:51 2006 +0100"
      },
      "message": "[ARM] 3614/1: ep93xx: use platform devices for physmap flash\n\nPatch from Lennert Buytenhek\n\nNow that the physmap platform device rewrite is in, make the ep93xx\nboards use platform devices for physmap flash.\n\nSigned-off-by: Lennert Buytenhek \u003cbuytenh@wantstofly.org\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "b741483d7d8d86d215daf2a1f77bc3d3770746a6",
      "tree": "436e643627f06cdc8bc1765ece01673c5e52e899",
      "parents": [
        "e9931b5da6247c18cbf4db8e9e924c980758f41a"
      ],
      "author": {
        "name": "Vitaly Wool",
        "email": "vwool@ru.mvista.com",
        "time": "Thu Jun 22 10:26:21 2006 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Thu Jun 22 10:26:21 2006 +0100"
      },
      "message": "[ARM] 3623/1: pnx4008: move GPIO-related defines to gpio.h\n\nPatch from Vitaly Wool\n\nThis patch moves GPIO-related defines and static inline funcs from include/asm-arm/arch-pnx4008/pm.h to include/asm-arm/arch-pnx4008/gpio.h.\nAlso, some more GPIO-related defines are added to include/asm-arm/arch-pnx4008/gpio.h as they are needed for the USB host driver (coming soon...)\n\nSigned-off-by: Vitaly Wool \u003cvwool@ru.mvista.com\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "e9931b5da6247c18cbf4db8e9e924c980758f41a",
      "tree": "c82648c1bc484a738c695bf88831083777534ccf",
      "parents": [
        "1a6be26d5b1a86f66ef60e5b73bae64d50873724"
      ],
      "author": {
        "name": "Vitaly Wool",
        "email": "vwool@ru.mvista.com",
        "time": "Thu Jun 22 10:26:20 2006 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Thu Jun 22 10:26:20 2006 +0100"
      },
      "message": "[ARM] 3622/1: pnx4008: remove clk_use/clk_unuse\n\nPatch from Vitaly Wool\n\nclk_use/clk_unuse functions are no longer needed, so removing those from arch/arm/mach-pnx4008/clock.c.\nAlso, the order of functions is rearranged a bit, to avoid forward declarations.\n\nSigned-off-by: Vitaly Wool \u003cvwool@ru.mvista.com\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "1a6be26d5b1a86f66ef60e5b73bae64d50873724",
      "tree": "c56cc8ed28d9d9dc062043a0a7862e1692908770",
      "parents": [
        "d6551e884cf66de072b81f8b6d23259462c40baf"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Wed Jun 21 13:51:41 2006 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Thu Jun 22 10:24:24 2006 +0100"
      },
      "message": "[ARM] Enable VFP to be built when non-VFP capable CPUs are selected\n\nSince we pass flags to the compiler to control code generation based\non the least capable selected CPU, if we want to include VFP support,\nwe must tweak the assembler flags to allow the VFP instructions.\nMoreover, we must not use the mrrc/mcrr versions since these will not\nbe recognised by the assembler.\n\nWe do not convert all instructions to the VFP-equivalent (yet) since\nbinutils appears to barf on \"fmrx rn, fpinst\" and doesn\u0027t provide any\nother way (other than using the mrc equivalent) to encode this\ninstruction - which is rather a problem when you have a VFP\nimplementation which requires these instructions.\n\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "d6551e884cf66de072b81f8b6d23259462c40baf",
      "tree": "fd8af193bd045e4b16ce911d392d7ffd109d7284",
      "parents": [
        "52ab3f3dc711eeccbfbcc5d4f5c5d9b9ff59650f"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Wed Jun 21 13:31:52 2006 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Thu Jun 22 10:24:18 2006 +0100"
      },
      "message": "[ARM] Add thread_notify infrastructure\n\nSome machine classes need to allow VFP support to be built into the\nkernel, but still allow the kernel to run even though VFP isn\u0027t\npresent.  Unfortunately, the kernel hard-codes VFP instructions\ninto the thread switch, which prevents this being run-time selectable.\n\nSolve this by introducing a notifier which things such as VFP can\nhook into to be informed of events which affect the VFP subsystem\n(eg, creation and destruction of threads, switches between threads.)\n\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "905f14672e6d0552bfde954d5f7adb5f2c7a7960",
      "tree": "0793fd04f21f18990fbb3ae9fb6a7cbb51c59c26",
      "parents": [
        "4af6fee18822d012a15b4c9b8992e1f2793dfe0b"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Tue Jun 20 23:27:37 2006 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Tue Jun 20 23:27:37 2006 +0100"
      },
      "message": "[ARM] Fix tosa build error\n\ntosa.c references mdelay(), but was missing linux/delay.h\n\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "4af6fee18822d012a15b4c9b8992e1f2793dfe0b",
      "tree": "99223edd72ba52b0bc1ba87717e525b07d79d24b",
      "parents": [
        "098a4cb7c0c9bdd86e9d99f607e9f31206a914eb"
      ],
      "author": {
        "name": "Deepak Saxena",
        "email": "dsaxena@plexity.net",
        "time": "Tue Jun 20 21:30:44 2006 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Tue Jun 20 21:30:44 2006 +0100"
      },
      "message": "[ARM] 3610/1: Make reboot work on Versatile\n\nPatch from Deepak Saxena\n\nThis patch makes soft reboot work on the Versatile board. Thanks to\nCatalin Marinas @ ARM for pointing out the proper way to do this.\n\nSigned-off-by: Deepak Saxena \u003cdsaxena@plexity.net\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "098a4cb7c0c9bdd86e9d99f607e9f31206a914eb",
      "tree": "fe96c6b220bdf09f691c0d82865572e1e1b2a456",
      "parents": [
        "ea75ee9ab8835ece099589c729574aa8aa94c0a6",
        "ec57b709c3dc2e8b7643c51fc4c3fdae42b29be2"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Tue Jun 20 20:57:34 2006 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Tue Jun 20 20:57:34 2006 +0100"
      },
      "message": "Merge S3Cxxxx branch\n"
    },
    {
      "commit": "ea75ee9ab8835ece099589c729574aa8aa94c0a6",
      "tree": "e9b57958efda53f15dbb17dcb05bbba129d78e26",
      "parents": [
        "3a8182bd886ab4197c9021645fac7a6f2bdc47ec"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Tue Jun 20 19:53:16 2006 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Tue Jun 20 19:53:16 2006 +0100"
      },
      "message": "[ARM] Include asm/hardware.h not asm/arch/hardware.h\n\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "3a8182bd886ab4197c9021645fac7a6f2bdc47ec",
      "tree": "1fdea3919dc2b4bfe2c1e61b81f7e06d6b2f4168",
      "parents": [
        "695a9d236a6fd5a60557a02eff612880c37fe731",
        "faed568413e89f87cd60aa8b292cc4b9996bae42"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Tue Jun 20 19:49:07 2006 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Tue Jun 20 19:49:07 2006 +0100"
      },
      "message": "Merge Zaurus branch\n"
    },
    {
      "commit": "695a9d236a6fd5a60557a02eff612880c37fe731",
      "tree": "0ca809031f5f7139568914fe73ab5e244532aaf8",
      "parents": [
        "c322e24b40b83bbdfa7c269bc0105e76a39e627f",
        "55c20c0af7fe7d5d09af4addfafcfe3bdc500f5d"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Tue Jun 20 19:48:18 2006 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Tue Jun 20 19:48:18 2006 +0100"
      },
      "message": "Merge AT91 branch\n"
    },
    {
      "commit": "55c20c0af7fe7d5d09af4addfafcfe3bdc500f5d",
      "tree": "756496430a378be4be870928251c5aec43325634",
      "parents": [
        "5c3fddced9f62f4b175ce400bb96b23f47626e50"
      ],
      "author": {
        "name": "Andrew Victor",
        "email": "andrew@sanpeople.com",
        "time": "Tue Jun 20 19:31:39 2006 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Tue Jun 20 19:31:39 2006 +0100"
      },
      "message": "[ARM] 3599/1: AT91RM9200 remove global variables\n\nPatch from Andrew Victor\n\nThis patch removes some now unnecessary global variables -\nat91_master_clock, at91_serial_map, at91_console_port.\n\nSigned-off-by: Andrew Victor \u003candrew@sanpeople.com\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "ec57b709c3dc2e8b7643c51fc4c3fdae42b29be2",
      "tree": "2a1ca5ebfdd86f1d007883df0d17b49cc48bfe75",
      "parents": [
        "bf1c56a3aaa67ac74bc74e631ecc2a2673597cae"
      ],
      "author": {
        "name": "Ben Dooks",
        "email": "ben-linux@fluff.org",
        "time": "Tue Jun 20 19:31:06 2006 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Tue Jun 20 19:31:06 2006 +0100"
      },
      "message": "[ARM] 3609/1: S3C24XX: defconfig update for s3c2410_defconfig\n\nPatch from Ben Dooks\n\nUpdate s3c2410_defconfig to latest kernel with the\nlatest patches\n\nSigned-off-by: Ben Dooks \u003cben-linux@fluff.org\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "5c3fddced9f62f4b175ce400bb96b23f47626e50",
      "tree": "52bad626b8b5111eb727f4a5fcc586f60c88c426",
      "parents": [
        "907d6deb625cd7ff5fea3ef4b20dfb6c1c19c3ee"
      ],
      "author": {
        "name": "Andrew Victor",
        "email": "andrew@sanpeople.com",
        "time": "Tue Jun 20 19:30:20 2006 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Tue Jun 20 19:30:20 2006 +0100"
      },
      "message": "[ARM] 3607/1: AT91RM9200 misc fixes\n\nPatch from Andrew Victor\n\nThis final patch includes some general fixes.\n\n1. Link in pm.o if CONFIG_PM is enabled.  [Should have been included in\npatch 3605/1].\n2. Use __raw_readl()/__raw_writel() when accessing System Peripheral\nregisters.\n3. Removed some unnecessary includes\n\nSigned-off-by: Andrew Victor \u003candrew@sanpeople.com\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "907d6deb625cd7ff5fea3ef4b20dfb6c1c19c3ee",
      "tree": "e89da97418b5b4fa51212bc14a558bcf0c3f900b",
      "parents": [
        "6902f523a328bba5af036699b1352389c0746526"
      ],
      "author": {
        "name": "Andrew Victor",
        "email": "andrew@sanpeople.com",
        "time": "Tue Jun 20 19:30:19 2006 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Tue Jun 20 19:30:19 2006 +0100"
      },
      "message": "[ARM] 3605/1: AT91RM9200 Power Management\n\nPatch from Andrew Victor\n\nThis patch adds the core Power Management support for the AT91RM9200\nprocessor.  It will support suspend-to-RAM and standby modes.\n\nThe suspend-to-RAM functionality is not 100% complete.  The code that\nneeds to be execute from the internal SRAM to restore the system is\noutstanding.  For now we just fall through to Standby mode.\n\nThe AT91-specific at91_suspend_entering_slow_clock() function will\neventually be replaced by clk_must_disable() once that functionality is\nadded to mainline clock API.\n\nPatch from David Brownell.\n\nSigned-off-by: Andrew Victor \u003candrew@sanpeople.com\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "6902f523a328bba5af036699b1352389c0746526",
      "tree": "7e55b5f1effd8f75b5675ba3c15285720b60cd37",
      "parents": [
        "d6bdbb8ef3e4a9cafc747e1444b4908f9f2f548d"
      ],
      "author": {
        "name": "Andrew Victor",
        "email": "andrew@sanpeople.com",
        "time": "Tue Jun 20 19:30:18 2006 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Tue Jun 20 19:30:18 2006 +0100"
      },
      "message": "[ARM] 3604/1: AT91RM9200 New boards\n\nPatch from Andrew Victor\n\nThis patch adds support for an additional 4 AT91RM9200-based boards:\n\n1. Conitec ARM\u0026EVA  [MACH_CARMEVA]\n   (http://www.conitec.net/english/linuxboard.htm)\n\n2. KwikByte KB920x  [MACH_KB9200]\n   (http://kwikbyte.com/KB9202_description_new.htm)\n\n3. Embest ATEB9200  [MACH_ATEB9200]\n   (http://www.embedinfo.com/english/product/ATEB9200.asp)\n\n4. Sperry-Sun KAFA board  [MACH_KAFA]\n   (unknown)\n\nSigned-off-by: Andrew Victor \u003candrew@sanpeople.com\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "faed568413e89f87cd60aa8b292cc4b9996bae42",
      "tree": "366c9f3e75f5e35f6ebf3b42d26c82e39248f471",
      "parents": [
        "f8703dc8cb10eca7f6fe6ef364d8e106fe07f034"
      ],
      "author": {
        "name": "Richard Purdie",
        "email": "rpurdie@rpsys.net",
        "time": "Mon Jun 19 20:46:05 2006 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Mon Jun 19 20:46:05 2006 +0100"
      },
      "message": "[ARM] 3594/1: Poodle: Add touchscreen support + other updates\n\nPatch from Richard Purdie\n\nPoodle Updates:\n* Update corgi_ssp to make the GPIO chip selects optional\n* Enable corgi_ssp for use by poodle\n* Add corgi touchscreen platform device for poodle\n* Export locomo platform device.\n* Set framebuffer device parent correctly\n\nSigned-off-by: Richard Purdie \u003crpurdie@rpsys.net\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "f8703dc8cb10eca7f6fe6ef364d8e106fe07f034",
      "tree": "371f01b78f7fa205128b9ba9127b30904dfdd7b7",
      "parents": [
        "88660351cb6daa85baf9700f12dff3af564dc14a"
      ],
      "author": {
        "name": "Richard Purdie",
        "email": "rpurdie@rpsys.net",
        "time": "Mon Jun 19 19:58:52 2006 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Mon Jun 19 19:58:52 2006 +0100"
      },
      "message": "[ARM] 3564/1: sharpsl_pm: Abstract some machine specific parameters\n\nPatch from Richard Purdie\n\nAbstract some machine specific parameters from the sharpsl_pm core\ninto the machine specific drivers. This allows the core to support\ntosa/poodle.\n\nSigned-off-by: Richard Purdie \u003crpurdie@rpsys.net\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "88660351cb6daa85baf9700f12dff3af564dc14a",
      "tree": "8824d4dac6576324e9922d0acc72a42f39325af5",
      "parents": [
        "74617fb6b825ea370ae72565f7543306bc08ef6e"
      ],
      "author": {
        "name": "Richard Purdie",
        "email": "rpurdie@rpsys.net",
        "time": "Mon Jun 19 19:58:51 2006 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Mon Jun 19 19:58:51 2006 +0100"
      },
      "message": "[ARM] 3561/1: Poodle: Correct the MMC/SD power control\n\nPatch from Richard Purdie\n\nCorrect the Poodle power control for the MMC/SD port. Also\nadd write protection switch support.\n\nSigned-off-by: Richard Purdie \u003crpurdie@rpsys.net\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "74617fb6b825ea370ae72565f7543306bc08ef6e",
      "tree": "ac6032e0b476f1bf61bf03aba44240e448739d57",
      "parents": [
        "b7408aff2d325581dcafffa5dbcc09c42ae64b5d"
      ],
      "author": {
        "name": "Richard Purdie",
        "email": "rpurdie@rpsys.net",
        "time": "Mon Jun 19 19:57:12 2006 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Mon Jun 19 19:57:12 2006 +0100"
      },
      "message": "[ARM] 3593/1: Add reboot and shutdown handlers for Zaurus handhelds\n\nPatch from Richard Purdie\n\nAdd functionality to allow machine specific reboot handlers on ARM.\nAdd machine specific reboot and poweroff handlers for all PXA Zaurus\nmodels.\n\nSigned-off-by: Richard Purdie \u003crpurdie@rpsys.net\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "bf1c56a3aaa67ac74bc74e631ecc2a2673597cae",
      "tree": "2600ec87aca8d4eecac84a3e12dd09a1a3d3cf5d",
      "parents": [
        "96ce2385dd2817da549910001a69ac0a2762a1b9"
      ],
      "author": {
        "name": "Ben Dooks",
        "email": "ben-linux@fluff.org",
        "time": "Mon Jun 19 18:30:04 2006 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Mon Jun 19 18:30:04 2006 +0100"
      },
      "message": "[ARM] 3591/1: Anubis: IDE device definitions\n\nPatch from Ben Dooks\n\nPlatform device definitions for the two IDE ports\non the Simtec Anubis board.\n\nSigned-off-by: Ben Dooks \u003cben-linux@fluff.org\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "067bbada4cc574eaa4fa577483ecae4012049477",
      "tree": "ec609719b6b413cf0baf4fd9d57b1a0570274fc7",
      "parents": [
        "466e6227e6a54d9b94b50972612fe8bf0450f786"
      ],
      "author": {
        "name": "Andrew Victor",
        "email": "andrew@sanpeople.com",
        "time": "Mon Jun 19 18:16:45 2006 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Mon Jun 19 18:16:45 2006 +0100"
      },
      "message": "[ARM] 3589/1: AT91RM9200 DK/EK board update\n\nPatch from Andrew Victor\n\nThis patch updates the support for the Atmel DK and EK boards.\n\nThe changes include:\n1. Use the new at91_uart_config structure and device registration\nfunctions for the UARTs.\n2. Registration of I2C and SPI platform devices.\n3. The USB Device pullup line is connected to reset, so multidrive needs\nto be enabled on the line.  [Patch from David Brownell].\n\nSigned-off-by: Andrew Victor \u003candrew@sanpeople.com\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "466e6227e6a54d9b94b50972612fe8bf0450f786",
      "tree": "b6704d537eac6deb9ba97a937460058e9ad19201",
      "parents": [
        "82c583e3ae31ffa76d1280197274cc1e1cde3179"
      ],
      "author": {
        "name": "Andrew Victor",
        "email": "andrew@sanpeople.com",
        "time": "Mon Jun 19 17:26:23 2006 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Mon Jun 19 17:26:23 2006 +0100"
      },
      "message": "[ARM] 3588/1: AT91RM9200 CSB337/637 board update\n\nPatch from Andrew Victor\n\nThis patch updates the support for the Cogent CSB337 and CSB637 boards.\n\nThe changes include:\n1. Use the new at91_uart_config structure and device registration\nfunctions for the UARTs.\n2. Registration of I2C and SPI platform devices.\n3. The CSB337 board uses PB0 \u0026 PB1 (and not PB2) for the LEDs.  [Patch\nfrom David Brownell]\n\nSigned-off-by: Andrew Victor \u003candrew@sanpeople.com\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "2e83640270b4a76a3855131953c82bbc1919e589",
      "tree": "7130aceafd79421f20e9c7ffb7b1eb931b2a14a5",
      "parents": [
        "814138ffa488824393d2f49f2720dcd197a7d4cf"
      ],
      "author": {
        "name": "Andrew Victor",
        "email": "andrew@sanpeople.com",
        "time": "Mon Jun 19 16:31:55 2006 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Mon Jun 19 16:31:55 2006 +0100"
      },
      "message": "[ARM] 3585/1: AT91RM9200 Platform devices\n\nPatch from Andrew Victor\n\nThis patch updates the platform device support for the AT91RM9200.\n\nThe changes include:\n\n1. USB Host device renamed to \"at91_ohci\" since the driver is also\nusable on the AT91SAM9261 processor.\n2. Enabling multidrive on the USB Device\u0027s pullup pin should not be done\nfor all boards.  Moved into board-specific files.  [Patch from David\nBrownell]\n3. Move enabling of PCMCIA/Compact Flash pins out of the driver.\n4. Added SPI device and resources.\n5. Added Watchdog device and resources.  [Patch from David Brownell]\n6. Added UART device and resources.\n7. The simple devices (watchdog, rtc, i2c) are now automatically\nregistered and don\u0027t have to be registered separately in each\nboard-specific file. [Patch from David Brownell]\n\nSigned-off-by: Andrew Victor \u003candrew@sanpeople.com\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "5e6423871772b89120c9fb356d2eabb67fea60bd",
      "tree": "b9ae5a7fa508fdf26bfa5e9a6b565352e4feaa97",
      "parents": [
        "2697c5e1f799f201366d5fd7d25e96a21587f1a9"
      ],
      "author": {
        "name": "Sascha Hauer",
        "email": "sascha@saschahauer.de",
        "time": "Mon Jun 19 15:30:21 2006 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Mon Jun 19 15:30:21 2006 +0100"
      },
      "message": "[ARM] 3577/1: netX: Default config for netx based boards\n\nPatch from Sascha Hauer\n\nThis patch adds the default config file for netx based boards.\n\nSigned-off-by: Robert Schwebel \u003cr.schwebel@pengutronix.de\u003e\nSigned-off-by: Sascha Hauer \u003cs.hauer@pengutronix.de\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "2697c5e1f799f201366d5fd7d25e96a21587f1a9",
      "tree": "43e234d320316394a38be278ae0f002a5a7a7c3a",
      "parents": [
        "af614ba072dab2940471fec1f30bd59b8272fc6b"
      ],
      "author": {
        "name": "Sascha Hauer",
        "email": "sascha@saschahauer.de",
        "time": "Mon Jun 19 15:29:45 2006 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Mon Jun 19 15:29:45 2006 +0100"
      },
      "message": "[ARM] 3576/1: netX: board support for NXEB500HMI development board\n\nPatch from Sascha Hauer\n\nThis patch adds the board specific code for the Hilscher NXEB500HMI\ndevelopment board.\n\nSigned-off-by: Robert Schwebel \u003cr.schwebel@pengutronix.de\u003e\nSigned-off-by: Sascha Hauer \u003cs.hauer@pengutronix.de\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "af614ba072dab2940471fec1f30bd59b8272fc6b",
      "tree": "58dd752e79c50fc0342f8a7fa662c783a178b8d1",
      "parents": [
        "693532dcff871543639743e9c2e2b99c492f8f8d"
      ],
      "author": {
        "name": "Sascha Hauer",
        "email": "sascha@saschahauer.de",
        "time": "Mon Jun 19 15:29:44 2006 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Mon Jun 19 15:29:44 2006 +0100"
      },
      "message": "[ARM] 3575/1: netX: board support for NXDB500 development board\n\nPatch from Sascha Hauer\n\nThis patch adds the board specific code for the Hilscher NXDB500\ndevelopment board.\n\nSigned-off-by: Robert Schwebel \u003cr.schwebel@pengutronix.de\u003e\nSigned-off-by: Sascha Hauer \u003cs.hauer@pengutronix.de\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "693532dcff871543639743e9c2e2b99c492f8f8d",
      "tree": "88e5dd99441b2641f96ca9452aa1d496db8037c1",
      "parents": [
        "8e77da68a6107ee47323fec5dfb3a93ebbc809e2"
      ],
      "author": {
        "name": "Sascha Hauer",
        "email": "sascha@saschahauer.de",
        "time": "Mon Jun 19 15:29:43 2006 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Mon Jun 19 15:29:43 2006 +0100"
      },
      "message": "[ARM] 3574/1: netX: board support for NXDKN development board\n\nPatch from Sascha Hauer\n\nThis patch adds the board specific code for the Hilscher NXDKN\ndevelopment board.\n\nSigned-off-by: Robert Schwebel \u003cr.schwebel@pengutronix.de\u003e\nSigned-off-by: Sascha Hauer \u003cs.hauer@pengutronix.de\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "8e77da68a6107ee47323fec5dfb3a93ebbc809e2",
      "tree": "e7cee971204ddf5e9e5729f264c3480425e07e01",
      "parents": [
        "ef70cd4d247defcd7c0f789a5a98deab0afadf53"
      ],
      "author": {
        "name": "Sascha Hauer",
        "email": "sascha@saschahauer.de",
        "time": "Mon Jun 19 15:28:20 2006 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Mon Jun 19 15:28:20 2006 +0100"
      },
      "message": "[ARM] 3569/2: netX: driver for XMAC/XPEC engines\n\nPatch from Sascha Hauer\n\nThe netX processors have generic network bitstream engines (XMAC/XPEC).\nThis driver adds support for firmware loading and start, stop, reset\ncommands.\n\nSigned-off-by: Robert Schwebel \u003cr.schwebel@pengutronix.de\u003e\nSigned-off-by: Sascha Hauer \u003cs.hauer@pengutronix.de\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "ef70cd4d247defcd7c0f789a5a98deab0afadf53",
      "tree": "f70493a24f7e83aaf09c52ee274d7b1dc36ade28",
      "parents": [
        "bb6d8c8828123e01e2ae6c9d9c4870477889fd94"
      ],
      "author": {
        "name": "Sascha Hauer",
        "email": "sascha@saschahauer.de",
        "time": "Mon Jun 19 15:28:19 2006 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Mon Jun 19 15:28:19 2006 +0100"
      },
      "message": "[ARM] 3568/2: netX: pointer fifo driver\n\nPatch from Sascha Hauer\n\nThis patch adds support for the pointer FIFOs on netX.\n\nSigned-off-by: Robert Schwebel \u003cr.schwebel@pengutronix.de\u003e\nSigned-off-by: Sascha Hauer \u003cs.hauer@pengutronix.de\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "bb6d8c8828123e01e2ae6c9d9c4870477889fd94",
      "tree": "43d7a6ec2cc15f1bf8810a65aa38d508c7fa955a",
      "parents": [
        "3095faf5295f2da9118469c925d2cfb7775ad287"
      ],
      "author": {
        "name": "Sascha Hauer",
        "email": "sascha@saschahauer.de",
        "time": "Mon Jun 19 15:27:53 2006 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Mon Jun 19 15:27:53 2006 +0100"
      },
      "message": "[ARM] 3567/2: arm: base support for Hilscher netX\n\nPatch from Sascha Hauer\n\nThis patch adds the base support for Hilscher\u0027s netX network\nprocessors.\n\nSigned-off-by: Robert Schwebel \u003cr.schwebel@pengutronix.de\u003e\nSigned-off-by: Sascha Hauer \u003cs.hauer@pengutronix.de\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "814138ffa488824393d2f49f2720dcd197a7d4cf",
      "tree": "24e86542da43b8e797859a0b085b03a9a3cb5091",
      "parents": [
        "683c66bf75ce277b90d658da0c1a0bf1a55cce4c"
      ],
      "author": {
        "name": "Andrew Victor",
        "email": "andrew@sanpeople.com",
        "time": "Mon Jun 19 15:26:54 2006 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Mon Jun 19 15:26:54 2006 +0100"
      },
      "message": "[ARM] 3584/1: AT91RM9200 GPIO suspend/resume support\n\nPatch from Andrew Victor\n\nThis patch adds suspend/resume/set_wake support for the AT91RM9200\u0027s\nGPIO interrupts.\n\nOriginal patch from David Brownell.\n\nSigned-off-by: Andrew Victor \u003candrew@sanpeople.com\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "683c66bf75ce277b90d658da0c1a0bf1a55cce4c",
      "tree": "962a3d92b8eba3424df5642e5a02e66220876281",
      "parents": [
        "37f2e4bc120bd784e7f69f961233e1c16b74d170"
      ],
      "author": {
        "name": "Andrew Victor",
        "email": "andrew@sanpeople.com",
        "time": "Mon Jun 19 15:26:53 2006 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Mon Jun 19 15:26:53 2006 +0100"
      },
      "message": "[ARM] 3583/1: AT91RM9200 IRQ suspend/resume support\n\nPatch from Andrew Victor\n\nAdded suspend/resume/set_wake support for the AT91RM9200\u0027s AIC interrupt\ncontroller.\n\nSigned-off-by: Andrew Victor \u003candrew@sanpeople.com\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "37f2e4bc120bd784e7f69f961233e1c16b74d170",
      "tree": "fbe1d1b32bc81c0b5f5cf030639a13a51f08906b",
      "parents": [
        "10e8e1fb758eed5cfb0cae1b770f842624851e7b"
      ],
      "author": {
        "name": "Andrew Victor",
        "email": "andrew@sanpeople.com",
        "time": "Mon Jun 19 15:26:52 2006 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Mon Jun 19 15:26:52 2006 +0100"
      },
      "message": "[ARM] 3582/1: AT91RM9200 IRQ trigger types\n\nPatch from Andrew Victor\n\nThe AIC interrupt controller\u0027s set_irq_type() can also be used for\ninternal interrupts.  IRQT_LOW and IRQT_FALLING are the only options not\nsupported for the internal interrupts.\n\n[Original patch from Karl Olsen]\n\nSigned-off-by: Andrew Victor \u003candrew@sanpeople.com\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "10e8e1fb758eed5cfb0cae1b770f842624851e7b",
      "tree": "3276408aedaf5b1061c7f681ad5ea6dcf89925c2",
      "parents": [
        "2a6f9902c6a799a9c0218b37e39b75690c3b9a70"
      ],
      "author": {
        "name": "Andrew Victor",
        "email": "andrew@sanpeople.com",
        "time": "Mon Jun 19 15:26:51 2006 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Mon Jun 19 15:26:51 2006 +0100"
      },
      "message": "[ARM] 3581/1: AT91RM9200 Internal SRAM\n\nPatch from Andrew Victor\n\nThis patch maps the AT91RM9200\u0027s internal SRAM into the virtual memory\naddress space - just below the internal peripheral registers.\n\nSigned-off-by: Andrew Victor \u003candrew@sanpeople.com\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "2a6f9902c6a799a9c0218b37e39b75690c3b9a70",
      "tree": "ef35c9fd90421e0e667be719489422cb52c629c1",
      "parents": [
        "963151f2471d0e6475d8b2d3a005417aec1766f7"
      ],
      "author": {
        "name": "Andrew Victor",
        "email": "andrew@sanpeople.com",
        "time": "Mon Jun 19 15:26:50 2006 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Mon Jun 19 15:26:50 2006 +0100"
      },
      "message": "[ARM] 3580/1: AT91RM9200 Timer suspend/resume support\n\nPatch from Andrew Victor\n\nAdded suspend/resume support for the AT91RM9200 timer.\n\nSigned-off-by: Andrew Victor \u003candrew@sanpeople.com\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "963151f2471d0e6475d8b2d3a005417aec1766f7",
      "tree": "37602e1518fea1fea3243f7a527ea3c7deea3d34",
      "parents": [
        "91f8ed835ffb34b4108cc16eefd3303e4068bee0"
      ],
      "author": {
        "name": "Andrew Victor",
        "email": "andrew@sanpeople.com",
        "time": "Mon Jun 19 15:23:41 2006 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Mon Jun 19 15:23:41 2006 +0100"
      },
      "message": "[ARM] 3579/1: AT91RM9200 Timer simplification\n\nPatch from Andrew Victor\n\nUse a global variable \u0027last_crtr\u0027 to store the time of the last timer\ntick instead of the ST_RTAR register.\nIt\u0027s faster, frees up the ST_RTAR register for other uses, and hopefully\nmakes the code more understandable.  [Patch from Peter Menzebach]\n\nAlso add the SA_TIMER flag to Timer IRQ.  (It seems to be required for\nthe realtime preempt patch).\n\nSigned-off-by: Andrew Victor \u003candrew@sanpeople.com\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "3095faf5295f2da9118469c925d2cfb7775ad287",
      "tree": "f874744f93762562c1a3263ba69c188d1dfc17e6",
      "parents": [
        "ab76fb13d73488ded53c87b77b1b5e38df2acf74"
      ],
      "author": {
        "name": "Sascha Hauer",
        "email": "sascha@saschahauer.de",
        "time": "Mon Jun 19 13:30:58 2006 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Mon Jun 19 13:30:58 2006 +0100"
      },
      "message": "[ARM] 3572/1: netX: framebuffer driver for Hilscher netX\n\nPatch from Sascha Hauer\n\nThis patch adds framebuffer support for Hilscher\u0027s netX network\nprocessors.\n\nSigned-off-by: Robert Schwebel \u003cr.schwebel@pengutronix.de\u003e\nSigned-off-by: Sascha Hauer \u003cs.hauer@pengutronix.de\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "91f8ed835ffb34b4108cc16eefd3303e4068bee0",
      "tree": "cb600e909c298ef9bede94e99bd911611ddc86d6",
      "parents": [
        "b7408aff2d325581dcafffa5dbcc09c42ae64b5d"
      ],
      "author": {
        "name": "Andrew Victor",
        "email": "andrew@sanpeople.com",
        "time": "Mon Jun 19 13:20:23 2006 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Mon Jun 19 13:20:23 2006 +0100"
      },
      "message": "[ARM] 3578/1: AT91RM9200 Clock update\n\nPatch from Andrew Victor\n\nSome updates to the clock infrastructure for the AT91RM9200.\n\n1. Hard-coded values replaced with names defined in at91rm9200_sys.h.\n2. Added the four PIO clocks, which are enabled at startup.\n3. At startup, disable all unused clocks.\n4. Minor bugfix for usage counts associated with MCK. [Patch from David\nBrownell]\n5. Added at91_clock_associate() function to associate device \u0026 function\nwith a particular clock.  [Patch from David Brownell]\n\nSigned-off-by: Andrew Victor \u003candrew@sanpeople.com\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "96ce2385dd2817da549910001a69ac0a2762a1b9",
      "tree": "18ec36e9e1e8a6b7c19aacb53c256fdb941c4ecd",
      "parents": [
        "66a9b49a370baac75d90b7da9a2445997a8a9438"
      ],
      "author": {
        "name": "Ben Dooks",
        "email": "ben-linux@fluff.org",
        "time": "Sun Jun 18 23:06:41 2006 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sun Jun 18 23:06:41 2006 +0100"
      },
      "message": "[ARM] 3559/1: S3C2442: core and serial port\n\nPatch from Ben Dooks\n\nCore support for the Samsung S3C2442, and the\nserial port driver update to allow the serial\nport blocks to be used.\n\nSigned-off-by: Ben Dooks \u003cben-linux@fluff.org\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "66a9b49a370baac75d90b7da9a2445997a8a9438",
      "tree": "62b22d1559c1c1d1e02428f27c08dca0fb66aa83",
      "parents": [
        "810c894f2b27b634883723f9fee10a7cf1d0bcb4"
      ],
      "author": {
        "name": "Ben Dooks",
        "email": "ben-linux@fluff.org",
        "time": "Sun Jun 18 23:04:05 2006 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sun Jun 18 23:04:05 2006 +0100"
      },
      "message": "[ARM] 3557/1: S3C24XX: centralise and cleanup uart registration\n\nPatch from Ben Dooks\n\nAll the S3C24XX based devices currently have similar\nuart blocks, in the same location. Make the process\nof adding new uart blocks easier by commonising the\ndevice definitions and adding a new init function\nfor the cpu code.\n\nSigned-off-by: Ben Dooks \u003cben-linux@fluff.org\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "810c894f2b27b634883723f9fee10a7cf1d0bcb4",
      "tree": "5a4150fa4bd8c833990cd45eeabf1accbdde493e",
      "parents": [
        "9df5db80a781c1a1c67388c82f64f835093c3cc3"
      ],
      "author": {
        "name": "Ben Dooks",
        "email": "ben-linux@fluff.org",
        "time": "Sun Jun 18 22:56:37 2006 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sun Jun 18 22:56:37 2006 +0100"
      },
      "message": "[ARM] 3558/1: SMDK24XX: LED platform devices\n\nPatch from Ben Dooks\n\nPlatform devices for the LEDs on all the SMDK24XX boards\n\nSigned-off-by: Ben Dooks \u003cben-linux@fluff.org\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "9df5db80a781c1a1c67388c82f64f835093c3cc3",
      "tree": "65f80286fefe7a85a1d2cdb74a9befdcf9084564",
      "parents": [
        "ebc67da65fda03cbe5b4019d91229287fddd5c6e"
      ],
      "author": {
        "name": "David Brownell",
        "email": "david-b@pacbell.net",
        "time": "Sun Jun 18 16:39:33 2006 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sun Jun 18 16:39:33 2006 +0100"
      },
      "message": "[ARM] 3534/1: add spi support to lubbock platform\n\nPatch from David Brownell\n\nThis adds the platform device for SSP/SPI controller, and declares\nthe ads7846 device hooked up to it.  Not all Lubbock boards appear\nto populate the connector needed to use this instead of the ucb1400\nchip, but it can always be used as a temperature sensor.\n\nIn short, this is probably most useful as an example of how to\nprovide the configuration data used by the pxa2xx_spi driver.\n(Last tested against a slightly earlier version of that driver.)\n\nSigned-off-by: David Brownell \u003cdbrownell@users.sourceforge.net\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "ebc67da65fda03cbe5b4019d91229287fddd5c6e",
      "tree": "7f1f77aa0525eecfca86f066d64938c62794e663",
      "parents": [
        "36fe6a83b4a52276eebb929ff94896fa65d83401"
      ],
      "author": {
        "name": "Tony Lindgren",
        "email": "tony@atomide.com",
        "time": "Sun Jun 18 16:26:58 2006 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sun Jun 18 16:26:58 2006 +0100"
      },
      "message": "[ARM] 3554/1: ARM: Fix dyntick locking\n\nPatch from Tony Lindgren\n\nThis patch fixes some dyntick locking issues on ARM as pointed\nout by Russell King.\n\nSigned-off-by: Tony Lindgren \u003ctony@atomide.com\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "36fe6a83b4a52276eebb929ff94896fa65d83401",
      "tree": "503562ded0a767c7879b70d44e3f2309012a6903",
      "parents": [
        "68d5969378fc21d9f70c0fdbc25176a68d873922"
      ],
      "author": {
        "name": "Ben Dooks",
        "email": "ben-linux@fluff.org",
        "time": "Sun Jun 18 16:21:53 2006 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sun Jun 18 16:21:53 2006 +0100"
      },
      "message": "[ARM] 3553/1: S3C24XX: earlier print of cpu idcode info\n\nPatch from Ben Dooks\n\nMove the printk of the CPU information and IDCODE\nbefore the checking of the table entry validity\nto aide in debugging new cpu entries.\n\nSigned-off-by: Ben Dooks \u003cben-linux@fluff.org\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "4833acb2e19f669ce87c439a7d91ead600d8a7c9",
      "tree": "696cd2a5efa20f6780cb3c724ffad57f22c79a72",
      "parents": [
        "e2e5810f41646a400a9c6f941000db88d2ca10eb"
      ],
      "author": {
        "name": "Ben Dooks",
        "email": "ben-linux@fluff.org",
        "time": "Sun Jun 18 16:21:51 2006 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sun Jun 18 16:21:51 2006 +0100"
      },
      "message": "[ARM] 3551/1: S3C24XX: PM code failes to compile with CONFIG_DCACHE_WRITETHROUGH\n\nPatch from Ben Dooks\n\nIf CONFIG_CPU_DCACHE_WRITETHOUGH is set, then the\nS3C24XX PM code fails to compile, as there is no\nneed to flush the D-cache, the flush function\narm920_flush_kern_cache_all() is not compiled.\n\nFix the code to not use this if the config is set.\n\nSigned-off-by: Ben Dooks \u003cben-linux@fluff.org\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "e2e5810f41646a400a9c6f941000db88d2ca10eb",
      "tree": "d14e742b461939b44050677a7bc59752dfa3980c",
      "parents": [
        "45a7b9cf8e0634fa546e9e7ad29af990ab4afcf2"
      ],
      "author": {
        "name": "Ben Dooks",
        "email": "ben-linux@fluff.org",
        "time": "Sun Jun 18 16:21:50 2006 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sun Jun 18 16:21:50 2006 +0100"
      },
      "message": "[ARM] 3550/1: OSIRIS: fix serial port map for 1:1\n\nPatch from Ben Dooks\n\nThe default serial port-mapping for the Osiris has\nthe port 2 mapped onto the first serial port, and\nno port1. Correct this so port 1 is port.\n\nSigned-off-by: Ben Dooks \u003cben-linux@fluff.org\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    }
  ],
  "next": "45a7b9cf8e0634fa546e9e7ad29af990ab4afcf2"
}
