)]}'
{
  "log": [
    {
      "commit": "317ec6cd00f25d05d153a780bc178c5335f320ee",
      "tree": "ebeab6da87789807d1852edd7228a73cafe4e493",
      "parents": [
        "0fa7d868ca456ddf4f41b700fd9dee186f8f4e12",
        "53698d2537bc8c2b8fedc788b8b927da9a004f9b"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Sat Mar 24 17:01:45 2007 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Sat Mar 24 17:01:45 2007 -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] 4278/1: configure pxa27x I2C SCL as \"input\"\n  [ARM] 4272/1: Missing symbol h1940_pm_return fix\n  [ARM] 4235/1: ns9xxx: declare the clock functions as \"const\"\n  [ARM] 4271/1: iop32x: fix ep80219 detection (support iq80219 platforms)\n  [ARM] 4270/2: mach-s3c2443/irq.c off by one error in dma irqs\n"
    },
    {
      "commit": "b1dfe1f1457a85b42544ef8b9c83c7cf9d9c3a16",
      "tree": "7409163050da3737d82ce973d0be17a3b39cd966",
      "parents": [
        "9d5cf5adcbb703a4c794232840c25a65a372c357"
      ],
      "author": {
        "name": "Krzysztof Helt",
        "email": "krzysztof.h1@wp.pl",
        "time": "Mon Mar 19 15:10:20 2007 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Tue Mar 20 22:42:39 2007 +0000"
      },
      "message": "[ARM] 4272/1: Missing symbol h1940_pm_return fix\n\nAdded missing ifdefs, to make kernel linkable without the PM support.\n\nSigned-off-by: Krzysztof Helt \u003ckrzysztof.h1@wp.pl\u003e\nSigned-off-by: Ben Dooks \u003cben-linux@fluff.org\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "f32e3555834c4bc95fccba1aa245d95b3a0a0bc8",
      "tree": "9500951ff367f40604f19608490466da1f2607c5",
      "parents": [
        "511b00a3194167bad447d4c81027d6a44920dfd2",
        "0803c30c23d39e1db88d06ef59c30fa5ef6c3ada"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Mon Mar 19 20:05:16 2007 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Mon Mar 19 20:05:16 2007 -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] 4264/1: ldrex/strex syntax errors with recent compilers\n  [ARM] Fix breakage caused by 72486f1f8f0a2bc828b9d30cf4690cf2dd6807fc\n"
    },
    {
      "commit": "aeb3f6d10ebfd5607f4bd3920b3b730a992ab82c",
      "tree": "963446feabeddb7984179c70c5d35e2ff42edb59",
      "parents": [
        "ca1b940ce6495541efe76499b3de39aa5e4941ed"
      ],
      "author": {
        "name": "David Brownell",
        "email": "david-b@pacbell.net",
        "time": "Sun Mar 18 01:26:13 2007 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Sun Mar 18 11:35:08 2007 -0700"
      },
      "message": "[PATCH] gpio_direction_output-needs-an-initial-value fix\n\nBuild fix:  sa1100/generic.c should already have included \u003casm/gpio.h\u003e,\nbut it didn\u0027t ... causing a build problem with a recent patch.\n\nSigned-off-by: David Brownell \u003cdbrownell@users.sourceforge.net\u003e\nCc: Russell King \u003crmk@arm.linux.org.uk\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "094f127588679591a871eb20b136f6b2f2796c98",
      "tree": "e794048fc108b1527a4a0fac5ffb6d5136e6750f",
      "parents": [
        "5455a51e6f333d43e0b6b52d1712557475d8eb9d"
      ],
      "author": {
        "name": "Dan Williams",
        "email": "dan.j.williams@intel.com",
        "time": "Fri Mar 16 19:31:06 2007 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sat Mar 17 22:33:26 2007 +0000"
      },
      "message": "[ARM] 4271/1: iop32x: fix ep80219 detection (support iq80219 platforms)\n\nAn iq80219 is a board with an iq31244 layout and an 80219 processor.  It\nbreaks the current assumption that all 80219 processors run on ep80219\nplatforms.  This patch adds the \"force_ep80219\" option to the kernel to\noverride boot loaders that have passed in the iq31244 id, and adds the\nMACHINE_START definition for ep80219.\n\n[ patch assumes that EP80219 has been added to mach-types ]\n\nSigned-off-by: Dan Williams \u003cdan.j.williams@intel.com\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "5455a51e6f333d43e0b6b52d1712557475d8eb9d",
      "tree": "c7014f795078aed4c3d3ecbba6c2767ad4b78948",
      "parents": [
        "0803c30c23d39e1db88d06ef59c30fa5ef6c3ada"
      ],
      "author": {
        "name": "Graeme Gregory",
        "email": "gg@opensource.wolfsonmicro.com",
        "time": "Fri Mar 16 17:11:43 2007 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sat Mar 17 22:30:28 2007 +0000"
      },
      "message": "[ARM] 4270/2: mach-s3c2443/irq.c off by one error in dma irqs\n\nThis patch corrects an error when demuxing the DMA irq\u0027s\nDMA1 was used as a base and this should have been DMA0.\nWithout this fix we do not process DMA0 irq\u0027s and the\nsystem effectively locks up in a loop trying the process\nthe irq it never can.\n\nSigned-off-by: Graeme Gregory \u003cgg@opensource.wolfsonmicro.com\u003e\nAcked-by: Ben Dooks \u003cben-linux@fluff.org\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "28735a7253a6c24364765e80a5428b4a151fccc2",
      "tree": "824c6391341338dac51f92735d37c83de0d1d522",
      "parents": [
        "a836f5856ae46ccb2464ea76031ea05ae967b832"
      ],
      "author": {
        "name": "David Brownell",
        "email": "david-b@pacbell.net",
        "time": "Fri Mar 16 13:38:14 2007 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Fri Mar 16 19:25:04 2007 -0700"
      },
      "message": "[PATCH] gpio_direction_output() needs an initial value\n\nIt\u0027s been pointed out that output GPIOs should have an initial value, to\navoid signal glitching ...  among other things, it can be some time before\na driver is ready.  This patch corrects that oversight, fixing\n\n - documentation\n - platforms supporting the GPIO interface\n - users of that call (just one for now, others are pending)\n\nThere\u0027s only one user of this call for now since most platforms are still\nusing non-generic GPIO setup code, which in most cases already couples the\ninitial value with its \"set output mode\" request.\n\nNote that most platforms are clear about the hardware letting the output\nvalue be set before the pin direction is changed, but the s3c241x docs are\nvague on that topic ...  so those chips might not avoid the glitches.\n\nSigned-off-by: David Brownell \u003cdbrownell@users.sourceforge.net\u003e\nAcked-by: Andrew Victor \u003candrew@sanpeople.com\u003e\nAcked-by: Milan Svoboda \u003cmsvoboda@ra.rockwell.com\u003e\nAcked-by: Haavard Skinnemoen \u003chskinnemoen@atmel.com\u003e\nCc: Russell King \u003crmk@arm.linux.org.uk\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "66fb8bd209926140844830762164a44afdbf44ef",
      "tree": "c6ab532e2c523b19a4e18a995f0d33c94512e834",
      "parents": [
        "8b9909ded6922c33c221b105b26917780cfa497d"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Tue Mar 13 09:54:21 2007 +0000"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Tue Mar 13 09:54:21 2007 +0000"
      },
      "message": "[ARM] Fix breakage caused by 72486f1f8f0a2bc828b9d30cf4690cf2dd6807fc\n\n72486f1f8f0a2bc828b9d30cf4690cf2dd6807fc inverted the sense for\nenabling hotplug CPU controls without reference to any other\narchitecture other than i386, ia64 and PowerPC.  This left\neveryone else without hotplug CPU control.\n\nFix ARM for this brain damage.\n\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "b3c6b76ffb1a8c8d1f12e838a25c1a86f5316e2c",
      "tree": "7e68897d90f93ea62b890128408cfbf2d0b57c86",
      "parents": [
        "83b84c4e8c7cf00e26610f03ee59e9be010f527c"
      ],
      "author": {
        "name": "Pavel Pisa",
        "email": "ppisa@pikron.com",
        "time": "Wed Mar 07 23:56:16 2007 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Mon Mar 12 16:49:35 2007 +0000"
      },
      "message": "[ARM] 4255/1: i.MX/MX1 Correct MPU PLL reference clock value.\n\nOnly System PLL clock source is selectable by CSCR_SYSTEM_SEL\nbit. MPU PLL is driven by 512*CLK32 for each case.\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": "83b84c4e8c7cf00e26610f03ee59e9be010f527c",
      "tree": "9a7763688a632c8909071b293173800689b7d295",
      "parents": [
        "a45570ebf36c5408ce6cbfd3acd39edf1ada5cda"
      ],
      "author": {
        "name": "Pavel Pisa",
        "email": "ppisa@pikron.com",
        "time": "Wed Mar 07 23:52:40 2007 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Mon Mar 12 16:49:34 2007 +0000"
      },
      "message": "[ARM] 4254/1: i.MX/MX1 CPU Frequency scaling honor boot loader set BCLK_DIV.\n\nThe minimal bus clock prescaler should be kept at value\nselected by the board / boot loader designer.\nSwitching frequency above startup limit could\nlead to the external memory/devices misbehave.\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": "a45570ebf36c5408ce6cbfd3acd39edf1ada5cda",
      "tree": "2aacebaae5bdad8ae6b002d34ff6c9a910884120",
      "parents": [
        "abc23585b9b625ad58db54ae0d180543db014eb8",
        "474844f7083b2381db9b3523dc6de9108fc4c732"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Thu Mar 08 13:34:59 2007 +0000"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Thu Mar 08 13:34:59 2007 +0000"
      },
      "message": "Merge branch \u0027omap-fixes\u0027 of master.kernel.org:/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6\n"
    },
    {
      "commit": "abc23585b9b625ad58db54ae0d180543db014eb8",
      "tree": "2be6daa9999d35ef530190e94d89f5b49c0b29dc",
      "parents": [
        "2a391a184551d5ffdee73c740a06f6a0a16f7ed5"
      ],
      "author": {
        "name": "Richard Purdie",
        "email": "rpurdie@rpsys.net",
        "time": "Wed Mar 07 00:45:41 2007 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Thu Mar 08 13:34:02 2007 +0000"
      },
      "message": "[ARM] 4251/1: Fix sharpsl_pm dependency\n\nThe sharpsl_pm code depends on some symbols in the APM emulation code.\nAdd the dependency for now until a better solution can be found.\n\nSigned-off-by: Richard Purdie \u003crpurdie@rpsys.net\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "774830377b79ae4c2e85dea78443b5ae01a97e69",
      "tree": "8659f3075480c950429a8e59b67c91cf5f62ef96",
      "parents": [
        "25613cae00cb66d4cb080c72d53bca0a599e0112"
      ],
      "author": {
        "name": "Richard Purdie",
        "email": "rpurdie@rpsys.net",
        "time": "Wed Mar 07 00:02:15 2007 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Thu Mar 08 13:33:58 2007 +0000"
      },
      "message": "[ARM] 4249/1: Fix tosa compile failure\n\nFix tosa compile failure from commit\n32f3f49910c7e228839c1cd144dbed8da342703b\n\nSigned-off-by: Richard Purdie \u003crpurdie@rpsys.net\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "ce2b5ec3535fd4cf47d9fceeb4bb118479941eaa",
      "tree": "95b32a8b8234e09fafc8b26147d408a3b46d9e00",
      "parents": [
        "eee8abe5de9cbd936b51db292c8d3c406b0e79e7"
      ],
      "author": {
        "name": "Uwe Kleine-König",
        "email": "ukleinek@informatik.uni-freiburg.de",
        "time": "Tue Mar 06 13:46:04 2007 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Thu Mar 08 13:33:56 2007 +0000"
      },
      "message": "[ARM] 4247/1: Fix long name for cc9p9360dev\n\nThe Product Manager of the cc9p insist on using the correct product names.\n\nSigned-off-by: Uwe Kleine-König \u003cukleinek@informatik.uni-freiburg.de\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "474844f7083b2381db9b3523dc6de9108fc4c732",
      "tree": "741f4876844157876698a446f22ff83be72acfb7",
      "parents": [
        "e6da2aa74ac878ebc5b49c42a0ee94a69884b9af"
      ],
      "author": {
        "name": "Richard Woodruff",
        "email": "r-woodruff2@ti.com",
        "time": "Fri Jan 26 12:08:51 2007 -0800"
      },
      "committer": {
        "name": "Tony Lindgren",
        "email": "tony@atomide.com",
        "time": "Wed Mar 07 01:17:46 2007 -0800"
      },
      "message": "ARM: OMAP: Fix OMAP2 dss2 so clk_set_parent works\n\nThis adds the delayed application attribute to the dss2 clock.  DSS2\ncan\u0027t select the 48MHz APLL with properly with out validating the\nconfiguration as trigged by this flag.\n\nSigned-off-by: Richard Woodruff \u003cr-woodruff2@ti.com\u003e\nSigned-off-by: Tony Lindgren \u003ctony@atomide.com\u003e\n"
    },
    {
      "commit": "e6da2aa74ac878ebc5b49c42a0ee94a69884b9af",
      "tree": "b6d9a4ce3e85dfcc389a4baaab5665812c32cea6",
      "parents": [
        "766314867ba908133b8e1338bb2cc39577df3611"
      ],
      "author": {
        "name": "Dirk Behme",
        "email": "dirk.behme_at_gmail.com",
        "time": "Thu Jan 25 16:28:50 2007 -0800"
      },
      "committer": {
        "name": "Tony Lindgren",
        "email": "tony@atomide.com",
        "time": "Wed Mar 07 01:17:46 2007 -0800"
      },
      "message": "ARM: OMAP: Fix missing workqueue include in board-h2.c\n\nARM: OMAP: Fix missing #include \u003clinux/workqueue.h\u003e in\nboard-h2.c resulting in\n\nIn file included from arch/arm/mach-omap1/board-h2.c:40:\ninclude/asm/arch/irda.h:27: error: field \u0027gpio_expa\u0027 has\nincomplete type\n\nSigned-off-by: Dirk Behme \u003cdirk.behme_at_gmail.com\u003e\nSigned-off-by: Tony Lindgren \u003ctony@atomide.com\u003e\n"
    },
    {
      "commit": "766314867ba908133b8e1338bb2cc39577df3611",
      "tree": "a3004b8825301473d91308b0072c5bee69d82207",
      "parents": [
        "08e15e81a40e3241ce93b4a43886f3abda184aa6"
      ],
      "author": {
        "name": "Tony Lindgren",
        "email": "tony@atomide.com",
        "time": "Tue Dec 12 23:02:43 2006 -0800"
      },
      "committer": {
        "name": "Tony Lindgren",
        "email": "tony@atomide.com",
        "time": "Wed Mar 07 01:17:46 2007 -0800"
      },
      "message": "ARM: OMAP: Include missing header\n\nInclude missing header for do_div()\n\nSigned-off-by: Tony Lindgren \u003ctony@atomide.com\u003e\n"
    },
    {
      "commit": "0a938b9768d1fc0e12a884a6820a2e15df5a612c",
      "tree": "472b3b06ab1171f22b2e507cd12cf9ad53fdf9e9",
      "parents": [
        "1ad7c311079412541bebaf1c8436d405cc8c6b2c"
      ],
      "author": {
        "name": "David Brownell",
        "email": "david-b@pacbell.net",
        "time": "Mon Mar 05 00:30:18 2007 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Mon Mar 05 07:57:51 2007 -0800"
      },
      "message": "[PATCH] add CONFIG_GENERIC_GPIO\n\nMost drivers using GPIOs already know they are running on a system that\nsupports the generic GPIO calls, because of other platform dependencies.\nBut the generic GPIO-based LED and input button drivers can\u0027t know that.\n\nSo this patch adds a Kconfig hook, GENERIC_GPIO, to mark the platforms\nwhere \u003casm/gpio.h\u003e will do the right thing.  Currently that\u0027s a bunch of\nARMs, and AVR32; more are on the way.\n\nIt also fixes a dependency bug for the gpio button input driver; it was\nwrong to start with, now it covers all platforms with GENERIC_GPIO.\n\nSigned-off-by: David Brownell \u003cdbrownell@users.sourceforge.net\u003e\nAcked-by: Richard Purdie \u003crpurdie@rpsys.net\u003e\nCc: Arnaud Patard \u003carnaud.patard@rtp-net.org\u003e\nCc: \u003craph@8d.com\u003e\nCc: \u003cmsvoboda@ra.rockwell.com\u003e\nCc: pHilipp Zabel \u003cphilipp.zabel@gmail.com\u003e\nCc: Haavard Skinnemoen \u003chskinnemoen@atmel.com\u003e\nCc: Dmitry Torokhov \u003cdtor@mail.ru\u003e\nCc: Russell King \u003crmk@arm.linux.org.uk\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "c5eb2a2b65fe411dcfe13264cfa84788a75341fb",
      "tree": "07efe80c44b3a4c1f78a178de2283c787a9858e7",
      "parents": [
        "6139dbbb7769c7251e04813f577454c6c9293e15"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Sat Mar 03 11:54:19 2007 +0000"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sat Mar 03 11:55:01 2007 +0000"
      },
      "message": "[ARM] EBSA110: Work around build errors\n\nWork around EBSA110 build errors by selecting NO_IOPORT.  EBSA110\ncan\u0027t support an IO port to MMIO mapping mechanism because the\nMMIO and IO port spaces have quite different and complex addressing\nrequirements.\n\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "6139dbbb7769c7251e04813f577454c6c9293e15",
      "tree": "588b44b4b8929caf812d440ec371331658fd7da3",
      "parents": [
        "9623b3732d11b0a18d9af3419f680d27ea24b014",
        "1f4d1774133f596a3c4f520859890ad93769e523"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Fri Mar 02 11:59:16 2007 +0000"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Fri Mar 02 12:04:16 2007 +0000"
      },
      "message": "Merge branch \u0027omap-fixes\u0027 of master.kernel.org:/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6\n"
    },
    {
      "commit": "5bfe8cb62127b5eb799f5724764abe914e49860e",
      "tree": "04afe397a0aa1c8ab44dbdba070718aa2a2e969d",
      "parents": [
        "540988eb67f2eee80d0e44bf5f606e388b80500e"
      ],
      "author": {
        "name": "Ben Dooks",
        "email": "ben-linux@fluff.org",
        "time": "Wed Feb 28 00:23:20 2007 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Fri Mar 02 11:58:58 2007 +0000"
      },
      "message": "[ARM] 4239/1: S3C24XX: Update kconfig entries for PM\n\nUpdate help text with location of documentation\nand duplicate the note on the speed of CRC\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": "1b7b56982fdcd9d85effd76f3928cf5d6eb26155",
      "tree": "4b95bf448050a1aa72d246737552a4ea154ba118",
      "parents": [
        "14fca61a9828effbde2c284fbaa3ee22178998e0"
      ],
      "author": {
        "name": "Richard Purdie",
        "email": "rpurdie@rpsys.net",
        "time": "Tue Feb 27 12:09:33 2007 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Fri Mar 02 11:58:58 2007 +0000"
      },
      "message": "[ARM] 4237/2: oprofile: Always allow backtraces on ARM\n\nAlways allow backtrace when using oprofile on ARM, even if a PMU\nisn\u0027t present.\n\nSigned-off-by: Richard Purdie \u003crpurdie@rpsys.net\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "14fca61a9828effbde2c284fbaa3ee22178998e0",
      "tree": "8f510ec5e76e5d78d25635a713a720c2c3388a01",
      "parents": [
        "562aa1d4c6a874373f9a48ac184f662fbbb06a04"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Tue Feb 27 12:10:07 2007 +0000"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Fri Mar 02 11:58:57 2007 +0000"
      },
      "message": "[ARM] Yet more asm/apm-emulation.h stuff\n\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "04fbf6a29182eb4285bb8bb826fc34fe84a62d9c",
      "tree": "9ed6e88d590a4dbb81d086e84cdae688bc52d3b4",
      "parents": [
        "2f4ff76499b9d0fb877b907a7cd5a28e3356ba28"
      ],
      "author": {
        "name": "Tony Lindgren",
        "email": "tony@atomide.com",
        "time": "Mon Feb 12 10:50:53 2007 -0800"
      },
      "committer": {
        "name": "Tony Lindgren",
        "email": "tony@atomide.com",
        "time": "Fri Mar 02 01:47:13 2007 -0800"
      },
      "message": "ARM: OMAP: Use linux/delay.h not asm/delay.h\n\nUse linux/delay.h not asm/delay.h\n\nSigned-off-by: Tony Lindgren \u003ctony@atomide.com\u003e\n"
    },
    {
      "commit": "99c658a6c018a88b336dbd54d2e552db85348894",
      "tree": "f70dddad6ede4704f8868fd6ec9de7d2877af234",
      "parents": [
        "193506106d19ad54d56740612bf1be1c68d13bb8"
      ],
      "author": {
        "name": "Vladimir Ananiev",
        "email": "vovan888@gmail.com",
        "time": "Mon Dec 11 13:30:21 2006 -0800"
      },
      "committer": {
        "name": "Tony Lindgren",
        "email": "tony@atomide.com",
        "time": "Fri Mar 02 01:47:12 2007 -0800"
      },
      "message": "ARM: OMAP: omap1510-\u003e15xx conversions needed for sx1\n\nConvert 1510-\u003e15xx in generic omap code, so that sx1 can work.\n\nSigned-off-by: Pavel Machek \u003cpavel@suse.cz\u003e\nSigned-off-by: Tony Lindgren \u003ctony@atomide.com\u003e\n"
    },
    {
      "commit": "193506106d19ad54d56740612bf1be1c68d13bb8",
      "tree": "49be3e62dafe23816145fe0a707bb5862c61ce68",
      "parents": [
        "060ebf97b4d0000e63f7db1c1d12cb3dca5cd446"
      ],
      "author": {
        "name": "Dirk Behme",
        "email": "dirk.behme_at_gmail.com",
        "time": "Thu Jan 25 16:29:42 2007 -0800"
      },
      "committer": {
        "name": "Tony Lindgren",
        "email": "tony@atomide.com",
        "time": "Fri Mar 02 01:47:12 2007 -0800"
      },
      "message": "ARM: OMAP: Add missing includes to board-nokia770\n\nAdd missing includes to board-nokia770 to make it\ncompile again.\n\nSigned-off-by: Dirk Behme \u003cdirk.behme_at_gmail.com\u003e\nSigned-off-by: Tony Lindgren \u003ctony@atomide.com\u003e\n"
    },
    {
      "commit": "060ebf97b4d0000e63f7db1c1d12cb3dca5cd446",
      "tree": "784a83067860609691c6a4aff99e59f154a67f3a",
      "parents": [
        "53037f4c1009c9cf5e6c95a616d1952a240f6540"
      ],
      "author": {
        "name": "Dirk Behme",
        "email": "dirk.behme_at_gmail.com",
        "time": "Thu Jan 25 16:29:17 2007 -0800"
      },
      "committer": {
        "name": "Tony Lindgren",
        "email": "tony@atomide.com",
        "time": "Fri Mar 02 01:47:12 2007 -0800"
      },
      "message": "ARM: OMAP: Workqueue changes for board-h4.c\n\nWorkqueue changes for board-h4.c\n\nSigned-off-by: Dirk Behme \u003cdirk.behme_at_gmail.com\u003e\nSigned-off-by: Tony Lindgren \u003ctony@atomide.com\u003e\n"
    },
    {
      "commit": "53037f4c1009c9cf5e6c95a616d1952a240f6540",
      "tree": "cff8ec1824d4e1f239cda85626976e150cf745da",
      "parents": [
        "e016a40cab504f6e0537fa5bdb3874a2bbefe9dc"
      ],
      "author": {
        "name": "Matthew Percival",
        "email": "matthew@capgo.com",
        "time": "Thu Jan 25 16:24:29 2007 -0800"
      },
      "committer": {
        "name": "Tony Lindgren",
        "email": "tony@atomide.com",
        "time": "Fri Mar 02 01:47:11 2007 -0800"
      },
      "message": "ARM: OMAP: dmtimer.c omap1 register fix\n\nWhen I went to use dmtimer7 it did not seem to work.  I noticed that\nthe base addresses for dmtimers 7 and 8 were set wrong.  A simple patch\nto correct a small error.  Confirmed to fix the problem on an OSK.\n\nSigned-off-by: Matthew Percival \u003cmatthew@capgo.com\u003e\nSigned-off-by: Tony Lindgren \u003ctony@atomide.com\u003e\n"
    },
    {
      "commit": "e016a40cab504f6e0537fa5bdb3874a2bbefe9dc",
      "tree": "d6b83fdceea29af3739fa42081f6b6f2ec5722ad",
      "parents": [
        "b097f494cc3def2ec39ded3b80a62b9d257e4b01"
      ],
      "author": {
        "name": "Arnaud Patard",
        "email": "arnaud.patard@rtp-net.org",
        "time": "Wed Dec 06 17:14:06 2006 -0800"
      },
      "committer": {
        "name": "Tony Lindgren",
        "email": "tony@atomide.com",
        "time": "Fri Mar 02 01:47:10 2007 -0800"
      },
      "message": "ARM: OMAP: board-nokia770: correct lcd name\n\nSome time ago, the \u0027lcd_lph8923\u0027 device was renamed to \u0027lcd_mipid\u0027 but\nthe board-nokia770.c file was not updated accordingly, leading to not\nworking lcd.\n\nThis one-liner fixe the trouble.\n\nSigned-off-by: Arnaud Patard \u003carnaud.patard@rtp-net.org\u003e\nSigned-off-by: Tony Lindgren \u003ctony@atomide.com\u003e\n"
    },
    {
      "commit": "b097f494cc3def2ec39ded3b80a62b9d257e4b01",
      "tree": "053846c047f97958ce58f320a93340000c4d3e9a",
      "parents": [
        "2f5c4b6f1ce6595fd977963051a3030911ae4461"
      ],
      "author": {
        "name": "David Brownell",
        "email": "dbrownell@users.sourceforge.net",
        "time": "Wed Dec 06 17:14:04 2006 -0800"
      },
      "committer": {
        "name": "Tony Lindgren",
        "email": "tony@atomide.com",
        "time": "Fri Mar 02 01:47:10 2007 -0800"
      },
      "message": "ARM: OMAP: omap GP timer: HZ !\u003d 100\n\nTeach OMAP2 gp timer that HZ isn\u0027t always 100.\n\nSigned-off-by: David Brownell \u003cdbrownell@users.sourceforge.net\u003e\nSigned-off-by: Tony Lindgren \u003ctony@atomide.com\u003e\n"
    },
    {
      "commit": "2f5c4b6f1ce6595fd977963051a3030911ae4461",
      "tree": "798411eb2bc978f425e243040298002272a01a18",
      "parents": [
        "ef772f2ee31e0993dca2d59d9ee27682d39902fa"
      ],
      "author": {
        "name": "Dirk Behme",
        "email": "dirk.behme_at_gmail.com",
        "time": "Wed Dec 06 17:14:04 2006 -0800"
      },
      "committer": {
        "name": "Tony Lindgren",
        "email": "tony@atomide.com",
        "time": "Fri Mar 02 01:47:10 2007 -0800"
      },
      "message": "ARM: OMAP: Fix warning in mach-omap1\n\nFix warning\n\narch/arm/mach-omap1/pm.c: In function \u0027omap_pm_init\u0027:\narch/arm/mach-omap1/pm.c:765: warning: ignoring return value\nof \u0027subsys_create_file\u0027, declared with attribute\nwarn_unused_result\n\nSigned-off-by: Dirk Behme \u003cdirk.behme_at_gmail.com\u003e\nSigned-off-by: Tony Lindgren \u003ctony@atomide.com\u003e\n"
    },
    {
      "commit": "ef772f2ee31e0993dca2d59d9ee27682d39902fa",
      "tree": "3ed2b675188fdf375d9ec2cd318932b1bfc38290",
      "parents": [
        "e6687290ae9ba935c1435e2ae54cf2f92e1f5f3b"
      ],
      "author": {
        "name": "Dirk Behme",
        "email": "dirk.behme_at_gmail.com",
        "time": "Wed Dec 06 17:14:02 2006 -0800"
      },
      "committer": {
        "name": "Tony Lindgren",
        "email": "tony@atomide.com",
        "time": "Fri Mar 02 01:47:09 2007 -0800"
      },
      "message": "ARM: OMAP: Fix CONFIG_DEBUG_LL\n\nFix broken CONFIG_DEBUG_LL. In case of low level debugging\nreconfigure some clocks early.\n\nSee\n\nhttp://source.mvista.com/git/gitweb.cgi?p\u003dlinux-omap-2.6.git;a\u003dcommitdiff;h\u003d3bfb289ccc6c4624fd5ff0381546935e105f4093\n\ntoo.\n\nSigned-off-by: Dirk Behme \u003cdirk.behme_at_gmail.com\u003e\nSigned-off-by: Tony Lindgren \u003ctony@atomide.com\u003e\n"
    },
    {
      "commit": "e6687290ae9ba935c1435e2ae54cf2f92e1f5f3b",
      "tree": "8482fd6f8aabd5a476a67d34acbdf5c928991c26",
      "parents": [
        "2121880e8816b9b50b04e8b3085bbcce229c37d0"
      ],
      "author": {
        "name": "Dirk Behme",
        "email": "dirk.behme_at_gmail.com",
        "time": "Wed Dec 06 17:14:00 2006 -0800"
      },
      "committer": {
        "name": "Tony Lindgren",
        "email": "tony@atomide.com",
        "time": "Fri Mar 02 01:47:09 2007 -0800"
      },
      "message": "ARM: OMAP: Fix warning in mach-omap2\n\nFix warning\n\narch/arm/mach-omap2/timer-gp.c: In function\n\u0027omap2_gp_timer_init\u0027:\narch/arm/mach-omap2/timer-gp.c:70: warning: implicit\ndeclaration of function \u0027setup_irq\u0027\n\nSigned-off-by: Dirk Behme \u003cdirk.behme_at_gmail.com\u003e\nSigned-off-by: Tony Lindgren \u003ctony@atomide.com\u003e\n"
    },
    {
      "commit": "2121880e8816b9b50b04e8b3085bbcce229c37d0",
      "tree": "d0406a63834417627edf783d30f205b2c7842b26",
      "parents": [
        "b286f7ba302816c7176efcd0d458263dd598d7bc"
      ],
      "author": {
        "name": "Dirk Behme",
        "email": "dirk.behme_at_gmail.com",
        "time": "Wed Dec 06 17:14:00 2006 -0800"
      },
      "committer": {
        "name": "Tony Lindgren",
        "email": "tony@atomide.com",
        "time": "Fri Mar 02 01:47:09 2007 -0800"
      },
      "message": "ARM: OMAP: Fix warnings in plat-omap\n\nFix warnings\n\narch/arm/plat-omap/dmtimer.c: In function\n\u0027omap_dm_timer_modify_idlect_mask\u0027:\narch/arm/plat-omap/dmtimer.c:317: warning: no return\nstatement in function returning non-void\n\narch/arm/plat-omap/mailbox.c: In function \u0027omap_mbox_init\u0027:\narch/arm/plat-omap/mailbox.c:231: warning: ignoring return\nvalue of \u0027class_device_create_file\u0027, declared with attribute\nwarn_unused_result\n\nSigned-off-by: Dirk Behme \u003cdirk.behme_at_gmail.com\u003e\nSigned-off-by: Tony Lindgren \u003ctony@atomide.com\u003e\n"
    },
    {
      "commit": "b286f7ba302816c7176efcd0d458263dd598d7bc",
      "tree": "4140c352c7b9a432951904f453f1ba5d7b4143e8",
      "parents": [
        "65d873caab8a222954462e4a5a4754796d569820"
      ],
      "author": {
        "name": "Dirk Behme",
        "email": "dirk.behme_at_gmail.com",
        "time": "Wed Dec 06 17:13:57 2006 -0800"
      },
      "committer": {
        "name": "Tony Lindgren",
        "email": "tony@atomide.com",
        "time": "Fri Mar 02 01:47:09 2007 -0800"
      },
      "message": "ARM: OMAP: No IRQF_TRIGGER set_type function for IRQ 353 (MPUIO)\n\nNo IRQF_TRIGGER set_type function for IRQ 353 (MPUIO)\n\nSigned-off-by: Dirk Behme \u003cdirk.behme_at_gmail.com\u003e\nSigned-off-by: Tony Lindgren \u003ctony@atomide.com\u003e\n"
    },
    {
      "commit": "65d873caab8a222954462e4a5a4754796d569820",
      "tree": "0e3f939099915290252f98169c832c68f80ce0df",
      "parents": [
        "681e9940da89633bd25a6d155118fa5340260bc5"
      ],
      "author": {
        "name": "Marek Vašut",
        "email": "marek.vasut@gmail.com",
        "time": "Wed Dec 06 17:13:56 2006 -0800"
      },
      "committer": {
        "name": "Tony Lindgren",
        "email": "tony@atomide.com",
        "time": "Fri Mar 02 01:47:09 2007 -0800"
      },
      "message": "ARM: OMAP: OMAP310 Serial\n\nThis makes serial usable also on omap310, not only 1510.\n(changing 1510-\u003e15xx)\n\nSigned-off-by: Marek Vašut \u003cmarek.vasut@gmail.com\u003e\nSigned-off-by: Tony Lindgren \u003ctony@atomide.com\u003e\n"
    },
    {
      "commit": "681e9940da89633bd25a6d155118fa5340260bc5",
      "tree": "2359194e051aba9b86cd0c1825ffcb3b4332f155",
      "parents": [
        "6f9c92f1b9930dd400c79872036d1d8636e6e4b9"
      ],
      "author": {
        "name": "Timo Teras",
        "email": "timo.teras@solidboot.com",
        "time": "Wed Dec 06 17:13:52 2006 -0800"
      },
      "committer": {
        "name": "Tony Lindgren",
        "email": "tony@atomide.com",
        "time": "Fri Mar 02 01:47:09 2007 -0800"
      },
      "message": "ARM: OMAP: Proper handling of DMA4_IRQSTATUS_L0\n\nThe register bits are reset by writing one. Remove the unneeded reads and\nfix writes to not clear too many bits.\n\nSigned-off-by: Timo Teras \u003ctimo.teras@solidboot.com\u003e\nSigned-off-by: Juha Yrjola \u003cjuha.yrjola@solidboot.com\u003e\nSigned-off-by: Tony Lindgren \u003ctony@atomide.com\u003e\n"
    },
    {
      "commit": "6f9c92f1b9930dd400c79872036d1d8636e6e4b9",
      "tree": "d4fb6806d6fabd98756a895626d1650cbe8e749b",
      "parents": [
        "ef557d76dfbdf74c240f76be15fa90d62f1ae61f"
      ],
      "author": {
        "name": "Dirk Behme",
        "email": "dirk.behme_at_gmail.com",
        "time": "Wed Dec 06 17:13:51 2006 -0800"
      },
      "committer": {
        "name": "Tony Lindgren",
        "email": "tony@atomide.com",
        "time": "Fri Mar 02 01:47:09 2007 -0800"
      },
      "message": "ARM: OMAP: Fix warning in clock.c\n\nFix warning:\n\narch/arm/mach-omap1/clock.c: In function\n\u0027omap1_clk_enable_generic\u0027:\narch/arm/mach-omap1/clock.c:499: warning: \u0027return\u0027 with no\nvalue, in function returning non-void\n\nSigned-off-by: Dirk Behme \u003cdirk.behme_at_gmail.com\u003e\nSigned-off-by: Tony Lindgren \u003ctony@atomide.com\u003e\n"
    },
    {
      "commit": "ef557d76dfbdf74c240f76be15fa90d62f1ae61f",
      "tree": "406ed94a8ffab308910607dc6c9183dbe449539c",
      "parents": [
        "562aa1d4c6a874373f9a48ac184f662fbbb06a04"
      ],
      "author": {
        "name": "Andrzej Zaborowski",
        "email": "balrog@zabor.org",
        "time": "Wed Dec 06 17:13:48 2006 -0800"
      },
      "committer": {
        "name": "Tony Lindgren",
        "email": "tony@atomide.com",
        "time": "Fri Mar 02 01:47:08 2007 -0800"
      },
      "message": "ARM: OMAP: correct misc 15xx and non-15xx platform code\n\nDisable accesses to SOFT_REQ_REG2 and ULPD_SOFT_DISABLE_REQ_REG\nregisters for 15xx processors that don\u0027t have these registers. Enable\nlevel 2 interrupt handler for processors that identify as OMAP 15xx\n(e.g 310) and not 1510 specifically. Also fix the following compiler\nwarning (only visible with CONFIG_OMAP_RESET_CLOCKS):\n\narch/arm/mach-omap1/clock.c: In function \u0027omap1_clk_disable_unused\u0027:\narch/arm/mach-omap1/clock.c:634: warning: \u0027return\u0027 with a value, in\nfunction returning void\n\nSigned-off-by: Andrzej Zaborowski \u003cbalrog@zabor.org\u003e\nSigned-off-by: Tony Lindgren \u003ctony@atomide.com\u003e\n"
    },
    {
      "commit": "038c068f63a950c3a6ccfa814831ccac0ad48fb1",
      "tree": "29389a8d23dd5e29012ac289920df27ade357857",
      "parents": [
        "5992fd1995a5e69710011fc7d7945c62bf5b551b",
        "e41698894d3fe64f17fe411e3e5ef3c2537bf2e6"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Mon Feb 26 13:19:17 2007 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Mon Feb 26 13:19:17 2007 -0800"
      },
      "message": "Merge master.kernel.org:/home/rmk/linux-2.6-arm\n\n* master.kernel.org:/home/rmk/linux-2.6-arm:\n  [ARM] CLPS7500 doesn\u0027t have IO ports\n  [ARM] Fix more apm-emulation.h\n  [ARM] 4234/1: Introduce get_irqnr_preamble and arch_ret_to_user for ns9xxx.\n  [ARM] 4233/1: nand/s3c2410.c: warning fix\n  [ARM] 4226/1: initial .data and .bss mappings of XIP kernel should be TEXT_OFFSET\n  [ARM] 4224/2: allow XIP kernel to boot again\n  [ARM] 4232/1: AT91: Generic GPIO bug\n  [ARM] 4231/1: AT91: Merge and typo fixes.\n  [ARM] 4229/1: S3C2410: Add MACH_QT2410 to s3c2410_defconfig\n  [ARM] 4228/2: S3C24XX: update s3c2410_defconfig for 2.6.21-rc1\n"
    },
    {
      "commit": "e41698894d3fe64f17fe411e3e5ef3c2537bf2e6",
      "tree": "46ca66e4ec4c849e7d585ea5cfaac84cd73cb4dc",
      "parents": [
        "61fde514c2368a93e97f926a289d556c93a18fc6"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Mon Feb 26 21:07:30 2007 +0000"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Mon Feb 26 21:07:30 2007 +0000"
      },
      "message": "[ARM] CLPS7500 doesn\u0027t have IO ports\n\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "61fde514c2368a93e97f926a289d556c93a18fc6",
      "tree": "7a2e7481be2eb054b02a44f4403f0598e0690967",
      "parents": [
        "8748415d0df9e16c419a749b5de3a0ccd90bca3f"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Mon Feb 26 21:04:29 2007 +0000"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Mon Feb 26 21:04:29 2007 +0000"
      },
      "message": "[ARM] Fix more apm-emulation.h\n\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "ec3622d963522432a873cc1b6f66fed6fceddc18",
      "tree": "190048563eab2d45ea4e6540192d2384626ba939",
      "parents": [
        "e98ff7f6d8164c5636538998fb7d1e08b1fbbddd"
      ],
      "author": {
        "name": "Nicolas Pitre",
        "email": "nico@cam.org",
        "time": "Wed Feb 21 15:32:28 2007 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sun Feb 25 16:41:39 2007 +0000"
      },
      "message": "[ARM] 4226/1: initial .data and .bss mappings of XIP kernel should be TEXT_OFFSET\n aware\n\nSince TEXT_OFFSET is meant to determine RAM location for kernel use,\nitshould affect .data and .bss initial mapping in the XIP case.\nOtherwise a XIP kernel would crash if TEXT_OFFSET gets somewhat larger\nthan 2MB.\n\nCorresponding code is also moved up a bit to be near the similar .text\nmapping code making the whole a bit more straight forward to understand.\n\nSigned-off-by: Nicolas Pitre \u003cnico@cam.org\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "e98ff7f6d8164c5636538998fb7d1e08b1fbbddd",
      "tree": "aa5448d3b8c293e7e0df786669092e6cac55c068",
      "parents": [
        "0ebffe39f8ec8b5b126d9505852a396371014555"
      ],
      "author": {
        "name": "Nicolas Pitre",
        "email": "nico@cam.org",
        "time": "Thu Feb 22 16:18:09 2007 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sun Feb 25 16:41:38 2007 +0000"
      },
      "message": "[ARM] 4224/2: allow XIP kernel to boot again\n\nSince commit 2552fc27ff79b10b9678d92bcaef21df38bb7bb6 XIP kernels failed\nto boot because (_end - PAGE_OFFSET - 1) is much smaller than the size\nof the kernel text and data in the XIP case, causing the kernel not to\nbe entirely mapped.\n\nEven in the non-XIP case, the use of (_end - PAGE_OFFSET - 1) is wrong\nbecause it produces a too large value if TEXT_OFFSET is larger than 1MB.\n\nFinally the original code was performing one loop too many.\n\nLet\u0027s break the loop when the section pointer has passed the last byte\nof the kernel instead.\n\nSigned-off-by: Nicolas Pitre \u003cnico@cam.org\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "0ebffe39f8ec8b5b126d9505852a396371014555",
      "tree": "391f32e9f7d995cca5b4d54b559291676ac618e9",
      "parents": [
        "7f6e2d992d4cb2f537ece62d221e466df1fead1c"
      ],
      "author": {
        "name": "Andrew Victor",
        "email": "andrew@sanpeople.com",
        "time": "Thu Feb 22 09:38:52 2007 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Thu Feb 22 14:53:32 2007 +0000"
      },
      "message": "[ARM] 4232/1: AT91: Generic GPIO bug\n\nThe new gpio_direction_input() and gpio_direction_output() functions\nwere both enabling output mode.  When configuring a GPIO for input mode,\nyou need to program the ODR (Output Disable Register).\n\nSigned-off-by: Andrew Victor \u003candrew@sanpeople.com\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "7f6e2d992d4cb2f537ece62d221e466df1fead1c",
      "tree": "b07be5403c574e6ea9298a37c55b07cedbe7baec",
      "parents": [
        "f8dbf45fabaec0371c3bdd1bc94abc569af4badf"
      ],
      "author": {
        "name": "Andrew Victor",
        "email": "andrew@sanpeople.com",
        "time": "Thu Feb 22 07:34:56 2007 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Thu Feb 22 14:53:30 2007 +0000"
      },
      "message": "[ARM] 4231/1: AT91: Merge and typo fixes.\n\nThe duplicate file \"include/asm-arm/arch-at91rm9200/entry-macro.S\" can\nbe removed - it was already moved to include/asm-arm/arch-at91/.\n\nFix 3 small typo\u0027s - two in comments, and the incorrect clock was\nspecified for the LCD device.\n\nSigned-off-by: Andrew Victor \u003candrew@sanpeople.com\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "f8dbf45fabaec0371c3bdd1bc94abc569af4badf",
      "tree": "9f89330101e845030ae31074a5cdc19c7cc02d12",
      "parents": [
        "b9c28081a71316dcce7a59122c2a3994ae6091ed"
      ],
      "author": {
        "name": "Ben Dooks",
        "email": "ben-linux@fluff.org",
        "time": "Wed Feb 21 17:50:04 2007 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Thu Feb 22 14:53:25 2007 +0000"
      },
      "message": "[ARM] 4229/1: S3C2410: Add MACH_QT2410 to s3c2410_defconfig\n\nAdd the Armzone QT2410 to the list of built\nmachines in the s3c2410_defconfig\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": "b9c28081a71316dcce7a59122c2a3994ae6091ed",
      "tree": "4473e0f43ed9241bdaedb4375d4f6cea24a148ec",
      "parents": [
        "e696268a73f7f59a333624f9abf8ffc9412ee64c"
      ],
      "author": {
        "name": "Ben Dooks",
        "email": "ben-linux@fluff.org",
        "time": "Wed Feb 21 17:45:54 2007 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Thu Feb 22 14:53:24 2007 +0000"
      },
      "message": "[ARM] 4228/2: S3C24XX: update s3c2410_defconfig for 2.6.21-rc1\n\nUdpate s3c2410_defconfig for 2.6.21-rc1\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": "5b7e42b2d38e4c4d0cb105a2ad83d43f6957f59e",
      "tree": "76758cee84ef63ab138943a2597b645ce58462cb",
      "parents": [
        "adff264fe66d78a166dc887f861e7273d0cb1654"
      ],
      "author": {
        "name": "Philipp Zabel",
        "email": "philipp.zabel@gmail.com",
        "time": "Tue Feb 20 13:58:20 2007 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Tue Feb 20 17:10:16 2007 -0800"
      },
      "message": "[PATCH] GPIO API: SA1100 wrapper cleanup\n\nBased on the discussion last december (http://lkml.org/lkml/2006/12/20/241),\nthis patch\n  - adds gpio_direction_input/output functions to\n    generic.c instead of making them inline,\n  - fixes comment and includes and uses inline functions\n    instead of macros in gpio.h\n\nSigned-off-by: Philipp Zabel \u003cphilipp.zabel@gmail.com\u003e\nSigned-off-by: David Brownell \u003cdbrownell@users.sourceforge.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "3deac046e2883686a732960050ab74fca0db11fa",
      "tree": "de8e8b19148d201147f8be4084efba156f9e6709",
      "parents": [
        "5d4675a811fb71fd922109d7ebae3f987401ace1"
      ],
      "author": {
        "name": "Philipp Zabel",
        "email": "philipp.zabel@gmail.com",
        "time": "Tue Feb 20 13:58:15 2007 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Tue Feb 20 17:10:16 2007 -0800"
      },
      "message": "[PATCH] GPIO API: PXA wrapper cleanup\n\nBased on the discussion last december (http://lkml.org/lkml/2006/12/20/242),\nthis patch:\n\n  - moves the PXA_LAST_GPIO check into pxa_gpio_mode\n  - fixes comment and includes in gpio.h\n  - replaces the gpio_set/get_value macros with inline\n    functions and adds a non-inline version to avoid\n    code explosion when gpio is not a constant.\n\nSigned-off-by: Philipp Zabel \u003cphilipp.zabel@gmail.com\u003e\nSigned-off-by: David Brownell \u003cdbrownell@users.sourceforge.net\u003e\nSigned-off-by: Nicolas Pitre \u003cnico@cam.org\u003e\nCc: Russell King \u003crmk@arm.linux.org.uk\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "5a84d159061d914c8dd4aa372ac6e9529c2be453",
      "tree": "9b08af78085334af44414adafe0096276f8fe0ff",
      "parents": [
        "e80a0e6e7ccdf64575d4384cb4172860422f5b81",
        "7d477a04a619e90ee08724e8f2d8803c6bdfcef8"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Tue Feb 20 19:13:30 2007 +0000"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Tue Feb 20 19:13:30 2007 +0000"
      },
      "message": "Merge ARM fixes\n"
    },
    {
      "commit": "7d477a04a619e90ee08724e8f2d8803c6bdfcef8",
      "tree": "726b7dc774609a5f91fcad9d601d79a378948d96",
      "parents": [
        "97e412fa9e31414030c1e9ac5e96a985d946af83"
      ],
      "author": {
        "name": "Ben Dooks",
        "email": "ben-linux@fluff.org",
        "time": "Mon Feb 12 18:59:35 2007 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Tue Feb 20 16:28:47 2007 +0000"
      },
      "message": "[ARM] 4165/1: S3C24XX: Select CONFIG_NO_IOPORT\n\nOn S3C24XX architecture, select CONFIG_NO_IOPORT\nas we only have memory based IO.\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": "25ccb569ee52114c01e28a2fe2d451cd43de309c",
      "tree": "7fe3d6c703ab2e3d68b01e318d86f95dbf65aabc",
      "parents": [
        "4f2849e49cbaf8373163211bb811a8457b46cc4e"
      ],
      "author": {
        "name": "David Brownell",
        "email": "david-b@pacbell.net",
        "time": "Mon Feb 19 21:28:53 2007 -0800"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Tue Feb 20 15:28:40 2007 +0000"
      },
      "message": "[ARM] fix mach-at91 build breakage\n\nThe rename of the AT91 subtree from mach-at91rm9200 to mach-at91\n(to accomodate at91sam926x processors) was incomplete.  It needs\nthis patch to be able to build again.\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": "4f2849e49cbaf8373163211bb811a8457b46cc4e",
      "tree": "2b694386edfafefdfef855d432297277cebf7615",
      "parents": [
        "6a32b935f8f8eb31877b73f76290ae051279df33"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Tue Feb 20 15:23:57 2007 +0000"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Tue Feb 20 15:23:57 2007 +0000"
      },
      "message": "[ARM] Fix jornada720 build errors\n\nkernel/built-in.o: In function `pm_suspend\u0027:\nutsname_sysctl.c:(.text+0x23008): multiple definition of `pm_suspend\u0027\narch/arm/mach-sa1100/built-in.o:arch/arm/mach-sa1100/sleep.S:(.text+0xf68): first defined here\narm-linux-ld: Warning: size of symbol `pm_suspend\u0027 changed from 20 in arch/arm/mach-sa1100/built-in.o to 44 in kernel/built-in.o\n\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "6a32b935f8f8eb31877b73f76290ae051279df33",
      "tree": "2a91f1d82267421d4edf4325cb048549cdcba9b2",
      "parents": [
        "d608e52c361271ccd841b629ca50462756f7b078"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Tue Feb 20 14:56:51 2007 +0000"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Tue Feb 20 14:56:51 2007 +0000"
      },
      "message": "[ARM] Fix iop13xx build error\n\n  CC      arch/arm/mach-iop13xx/setup.o\narch/arm/mach-iop13xx/setup.c: In function \u0027iq8134x_probe_flash_size\u0027:\narch/arm/mach-iop13xx/setup.c:210: warning: implicit declaration of function \u0027ioremap\u0027\narch/arm/mach-iop13xx/setup.c:210: warning: initialization makes pointer from integer without a cast\narch/arm/mach-iop13xx/setup.c:218: warning: implicit declaration of function \u0027writew\u0027\narch/arm/mach-iop13xx/setup.c:222: warning: implicit declaration of function \u0027readb\u0027\narch/arm/mach-iop13xx/setup.c:231: warning: implicit declaration of function \u0027iounmap\u0027\n  LD      .tmp_vmlinux1\narch/arm/mach-iop13xx/built-in.o: In function `iop13xx_platform_init\u0027:\niq81340mc.c:(.init.text+0x150): undefined reference to `ioremap\u0027\niq81340mc.c:(.init.text+0x21c): undefined reference to `writew\u0027\niq81340mc.c:(.init.text+0x24c): undefined reference to `writew\u0027\niq81340mc.c:(.init.text+0x254): undefined reference to `iounmap\u0027\niq81340mc.c:(.init.text+0x2c4): undefined reference to `readb\u0027\niq81340mc.c:(.init.text+0x2e8): undefined reference to `readb\u0027\n\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "d608e52c361271ccd841b629ca50462756f7b078",
      "tree": "2b1bba2615f6a9f75db12e2ca845f22b254362c5",
      "parents": [
        "37985b449310b17a815511045455934ede5a90c0"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Tue Feb 20 14:53:28 2007 +0000"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Tue Feb 20 14:53:28 2007 +0000"
      },
      "message": "[ARM] Fix build error caused by move of apm\n\n  CC      arch/arm/common/sharpsl_pm.o\narch/arm/common/sharpsl_pm.c:30:31: error: asm/apm-emulation.h: No such file or directory\n...\n\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "e80a0e6e7ccdf64575d4384cb4172860422f5b81",
      "tree": "8960fa71eb73d0f1185e893192411cb873362738",
      "parents": [
        "3b0eb4a195a124567cd0dd6f700f8388def542c6",
        "3668b45d46f777b0773ef5ff49531c1144efb6dd"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Tue Feb 20 10:52:01 2007 +0000"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Tue Feb 20 10:52:43 2007 +0000"
      },
      "message": "[ARM] Merge remaining IOP code\n\nConflicts:\n\tinclude/asm-arm/arch-at91rm9200/entry-macro.S\n\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "874ff01bd9183ad16495acfd54e93a619d12b8b5",
      "tree": "e9527e94649fadfa705dae64018e027e51681b88",
      "parents": [
        "ebbe46f73a11a667df59cb8e58b371c0a35f29d0",
        "86aae08faa0069a559ba543ff3dab33fe95f891b"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Mon Feb 19 13:29:02 2007 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Mon Feb 19 13:29:02 2007 -0800"
      },
      "message": "Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial\n\n* git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial: (25 commits)\n  Documentation/kernel-docs.txt update.\n  arch/cris: typo in KERN_INFO\n  Storage class should be before const qualifier\n  kernel/printk.c: comment fix\n  update I/O sched Kconfig help texts - CFQ is now default, not AS.\n  Remove duplicate listing of Cris arch from README\n  kbuild: more doc. cleanups\n  doc: make doc. for maxcpus\u003d more visible\n  drivers/net/eexpress.c: remove duplicate comment\n  add a help text for BLK_DEV_GENERIC\n  correct a dead URL in the IP_MULTICAST help text\n  fix the BAYCOM_SER_HDX help text\n  fix SCSI_SCAN_ASYNC help text\n  trivial documentation patch for platform.txt\n  Fix typos concerning hierarchy\n  Fix comment typo \"spin_lock_irqrestore\".\n  Fix misspellings of \"agressive\".\n  drivers/scsi/a100u2w.c: trivial typo patch\n  Correct trivial typo in log2.h.\n  Remove useless FIND_FIRST_BIT() macro from cardbus.c.\n  ...\n"
    },
    {
      "commit": "59b8175c771040afcd4ad67022b0cc80c216b866",
      "tree": "4ef5935bee1e342716d49b9d4b99e3fa835526e6",
      "parents": [
        "920841d8d1d61bc12b43f95a579a5374f6d98f81",
        "3b0eb4a195a124567cd0dd6f700f8388def542c6"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Mon Feb 19 13:18:39 2007 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Mon Feb 19 13:18:39 2007 -0800"
      },
      "message": "Merge branch \u0027for-linus\u0027 of master.kernel.org:/home/rmk/linux-2.6-arm\n\n* \u0027for-linus\u0027 of master.kernel.org:/home/rmk/linux-2.6-arm: (117 commits)\n  [ARM] 4058/2: iop32x: set -\u003ebroken_parity_status on n2100 onboard r8169 ports\n  [ARM] 4140/1: AACI stability add ac97 timeout and retries\n  [ARM] 4139/1: AACI record support\n  [ARM] 4138/1: AACI: multiple channel support for IRQ handling\n  [ARM] 4211/1: Provide a defconfig for ns9xxx\n  [ARM] 4210/1: base for new machine type \"NetSilicon NS9360\"\n  [ARM] 4222/1: S3C2443: Remove reference to missing S3C2443_PM\n  [ARM] 4221/1: S3C2443: DMA support\n  [ARM] 4220/1: S3C24XX: DMA system initialised from sysdev\n  [ARM] 4219/1: S3C2443: DMA source definitions\n  [ARM] 4218/1: S3C2412: fix CONFIG_CPU_S3C2412_ONLY wrt to S3C2443\n  [ARM] 4217/1: S3C24XX: remove the dma channel show at startup\n  [ARM] 4090/2: avoid clash between PXA and SA1111 defines\n  [ARM] 4216/1: add .gitignore entries for ARM specific files\n  [ARM] 4214/2: S3C2410: Add Armzone QT2410\n  [ARM] 4215/1: s3c2410 usb device:  per-platform vbus_draw\n  [ARM] 4213/1: S3C2410 - Update definition of ADCTSC_XY_PST\n  [ARM] 4098/1: ARM: rtc_lock only used with rtc_cmos\n  [ARM] 4137/1: Add kexec support\n  [ARM] 4201/1: SMP barriers pair needed for the secondary boot process\n  ...\n\nFix up conflict due to typedef removal in sound/arm/aaci.h\n"
    },
    {
      "commit": "3b0eb4a195a124567cd0dd6f700f8388def542c6",
      "tree": "a5302057b2d2bdfb2072cb2ff0df9e1c0990345c",
      "parents": [
        "8213084125eed3c5efbc5e13739b93dfedb88590",
        "588ef7693574cfbcb228f48d5478c2b39a9b0c9f"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Sun Feb 18 11:31:14 2007 +0000"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sun Feb 18 11:31:14 2007 +0000"
      },
      "message": "Merge the easy part of the IOP branch\n"
    },
    {
      "commit": "8213084125eed3c5efbc5e13739b93dfedb88590",
      "tree": "b98d91de82a4a39a47c6031832271341ecf5e8e0",
      "parents": [
        "66822b2eef8de9fe3ec9fa837386817565dbe690",
        "b77bfa84c419e3ec8b8e3fd4b4579e5761b7c943"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Sun Feb 18 11:27:07 2007 +0000"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sun Feb 18 11:27:07 2007 +0000"
      },
      "message": "Merge NetSilicon NS93xx tree\n\nFixed conflicts:\n\n\tarch/arm/Makefile\n\tarch/arm/mm/Kconfig\n\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "66822b2eef8de9fe3ec9fa837386817565dbe690",
      "tree": "532c723be9b794f1a2f814281e04155ba81cbdfd",
      "parents": [
        "14d178a143568f3651a40af6defadd44fb0b6b81"
      ],
      "author": {
        "name": "Lennert Buytenhek",
        "email": "buytenh@wantstofly.org",
        "time": "Thu Feb 08 01:03:17 2007 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sun Feb 18 10:59:51 2007 +0000"
      },
      "message": "[ARM] 4058/2: iop32x: set -\u003ebroken_parity_status on n2100 onboard r8169 ports\n\nOn the n2100, both onboard r8169 ports exhibit PCI parity problems.\nSet the -\u003ebroken_parity_status flag for both ports so that the r8169\ndrivers knows it should ignore error interrupts.\n\nSigned-off-by: Lennert Buytenhek \u003cbuytenh@wantstofly.org\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "f69eda00d4e9808f0ddc88826278f93512cd2c98",
      "tree": "0f2675193ec1f271981414cf7a57889855efa409",
      "parents": [
        "bc43fd40ea9d4183fb0bab00f55af2da0ab46979",
        "dd1d2f4439af3bc80c047a13a8a2be60df1953cd",
        "271f5ca638b322248c6bb0a797284886f39ccce6",
        "108d093fdd75643dfc8c327f38125f4da76771e7",
        "78c2644feccf78ecab8e9413d2fac83cda091bae",
        "0e0ba76926c37f11f38670db0cb33728f502551e",
        "850b42933e70c19c7765dd7fad15cb7ad3955b65"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Sat Feb 17 20:09:53 2007 +0000"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sat Feb 17 20:09:53 2007 +0000"
      },
      "message": "Merge AT91, EP93xx, General devel, PXA, S3C, V6+ and Xscale trees\n"
    },
    {
      "commit": "b77bfa84c419e3ec8b8e3fd4b4579e5761b7c943",
      "tree": "373e3092ee2447aa0f9fe367089e1ae6e7315b95",
      "parents": [
        "9918cda52368ec3df5bb6bc1630ba8c070ad9fdd"
      ],
      "author": {
        "name": "Uwe Kleine-König",
        "email": "ukleinek@informatik.uni-freiburg.de",
        "time": "Fri Feb 16 15:38:49 2007 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sat Feb 17 20:05:48 2007 +0000"
      },
      "message": "[ARM] 4211/1: Provide a defconfig for ns9xxx\n\nThis is a follow up for the patch providing the base support for the\nns9xxx machine type.\n\nSigned-off-by: Uwe Kleine-König \u003cukleinek@informatik.uni-freiburg.de\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "9918cda52368ec3df5bb6bc1630ba8c070ad9fdd",
      "tree": "4b0a6b5df2c8d5f27b3c945eaec0966d8bcf67d8",
      "parents": [
        "ae0a846e411dc0b568e8ccda584896310ee5f369"
      ],
      "author": {
        "name": "Uwe Kleine-König",
        "email": "ukleinek@informatik.uni-freiburg.de",
        "time": "Fri Feb 16 15:36:55 2007 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sat Feb 17 20:05:45 2007 +0000"
      },
      "message": "[ARM] 4210/1: base for new machine type \"NetSilicon NS9360\"\n\nSigned-off-by: Uwe Kleine-König \u003cukleinek@informatik.uni-freiburg.de\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "78c2644feccf78ecab8e9413d2fac83cda091bae",
      "tree": "a514a2ee8861b483d2a5c885ddf074cfe9e7f784",
      "parents": [
        "f8271e57569d1a2e7061f1754a5bb797a13b302d"
      ],
      "author": {
        "name": "Ben Dooks",
        "email": "ben-linux@fluff.org",
        "time": "Sat Feb 17 16:41:12 2007 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sat Feb 17 20:04:17 2007 +0000"
      },
      "message": "[ARM] 4222/1: S3C2443: Remove reference to missing S3C2443_PM\n\nS3C2443_PM is not defined in our Kconfig, so\nremove the reference from CPU_S3C2443 to stop\nthe configuration process warning about it.\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": "6340aa61b1f1d9c2aadb20594778a5f849bcbb69",
      "tree": "e9c27c55b2bf6fc0ecedf7b096424fabe45e4c71",
      "parents": [
        "88dacbe961aa63fa880b4f6f16515427f61fc3ca"
      ],
      "author": {
        "name": "Robert P. J. Day",
        "email": "rpjday@mindspring.com",
        "time": "Sat Feb 17 19:05:24 2007 +0100"
      },
      "committer": {
        "name": "Adrian Bunk",
        "email": "bunk@stusta.de",
        "time": "Sat Feb 17 19:05:24 2007 +0100"
      },
      "message": "kbuild: Replace remaining \"depends\" with \"depends on\"\n\nReplace the very few remaining \"depends\" Kconfig directives with\n\"depends on\".\n\nSigned-off-by: Robert P. J. Day \u003crpjday@mindspring.com\u003e\nSigned-off-by: Adrian Bunk \u003cbunk@stusta.de\u003e\n"
    },
    {
      "commit": "3668b45d46f777b0773ef5ff49531c1144efb6dd",
      "tree": "d9bb1a1ce8d0cce8bff99578fc0ba4bf8cdedd75",
      "parents": [
        "4434c5c7fd61c6713de882a2272b66f32fe7cac3"
      ],
      "author": {
        "name": "Dan Williams",
        "email": "dan.j.williams@intel.com",
        "time": "Tue Feb 13 17:13:34 2007 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sat Feb 17 15:05:40 2007 +0000"
      },
      "message": "[ARM] 4187/1: iop: unify time implementation across iop32x, iop33x, and iop13xx\n\n* architecture specific details are handled in asm/arch/time.h\n* ARCH_IOP13XX now selects PLAT_IOP\n* as suggested by Lennert use ifdef CONFIG_XSCALE to skip the cp_wait on\nXSC3\n\nSigned-off-by: Dan Williams \u003cdan.j.williams@intel.com\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "4434c5c7fd61c6713de882a2272b66f32fe7cac3",
      "tree": "f20c9c4eba18dd915f07185cee5ededf33e28c02",
      "parents": [
        "f80dff9da07d81da16e3b842118d47b9febf9c01"
      ],
      "author": {
        "name": "Dan Williams",
        "email": "dan.j.williams@intel.com",
        "time": "Tue Feb 13 17:13:04 2007 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sat Feb 17 15:04:53 2007 +0000"
      },
      "message": "[ARM] 4186/1: iop: remove cp6_enable/disable routines\n\nThis functionality is replaced by cp6_trap\n\nSigned-off-by: Dan Williams \u003cdan.j.williams@intel.com\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "f80dff9da07d81da16e3b842118d47b9febf9c01",
      "tree": "ea2da17c5af516c241b3ea3b4dd4fa47d9d86769",
      "parents": [
        "588ef7693574cfbcb228f48d5478c2b39a9b0c9f"
      ],
      "author": {
        "name": "Dan Williams",
        "email": "dan.j.williams@intel.com",
        "time": "Fri Feb 16 22:16:32 2007 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sat Feb 17 15:04:29 2007 +0000"
      },
      "message": "[ARM] 4185/2: entry: introduce get_irqnr_preamble and arch_ret_to_user\n\nget_irqnr_preamble allows machines to take some action before entering the\nget_irqnr_and_base loop.  On iop we enable cp6 access.\n\narch_ret_to_user is added to the userspace return path to allow individual\narchitectures to take actions, like disabling coprocessor access, before\nthe final return to userspace.\n\nPer Nicolas Pitre\u0027s note, there is no need to cp_wait on the return to user\nas the latency to return is sufficient.\n\nSigned-off-by: Dan Williams \u003cdan.j.williams@intel.com\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "f8271e57569d1a2e7061f1754a5bb797a13b302d",
      "tree": "d0f0e14a50ba3fa53086f115e8dab3f70816b34f",
      "parents": [
        "48adbcf33b6087727a2db0b517c994a7ecfbeb0c"
      ],
      "author": {
        "name": "Ben Dooks",
        "email": "ben-linux@fluff.org",
        "time": "Sat Feb 17 15:41:50 2007 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sat Feb 17 15:00:35 2007 +0000"
      },
      "message": "[ARM] 4221/1: S3C2443: DMA support\n\nAdd initialisation and mappings for S3C2443 DMA\nsystem\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": "48adbcf33b6087727a2db0b517c994a7ecfbeb0c",
      "tree": "55ad8f006bfedbf5b2ec5b72bc1ede7f2c3383da",
      "parents": [
        "15e4db7b8054ac171de946b9511655446dd29b8f"
      ],
      "author": {
        "name": "Ben Dooks",
        "email": "ben-linux@fluff.org",
        "time": "Sat Feb 17 15:37:14 2007 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sat Feb 17 15:00:34 2007 +0000"
      },
      "message": "[ARM] 4220/1: S3C24XX: DMA system initialised from sysdev\n\nThis patch gets the DMA system for the S3C24XX\nready for the S3C2443, which requires 6 dma channels\nat a different stride, and different base IRQ.\n\nThe DMA system is now initialised from the same\ndrivers which apply the DMA mappings, as well\nas removing the DMA sysdev intialisation out of\nthe main init code (which is now being called\nfrom a sysdev probe, so cannot add a new sysdev)\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": "64f33beafbaae55d116e933e8eae6b068fba617f",
      "tree": "ac1313713dbc80edda420b592f97f14f31a8bc49",
      "parents": [
        "3d9dd6bdbd6765a86736ead09009daf29382a6f2"
      ],
      "author": {
        "name": "Ben Dooks",
        "email": "ben-linux@fluff.org",
        "time": "Sat Feb 17 14:04:33 2007 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sat Feb 17 15:00:31 2007 +0000"
      },
      "message": "[ARM] 4218/1: S3C2412: fix CONFIG_CPU_S3C2412_ONLY wrt to S3C2443\n\nUpdate the Kconfig of arch/arm/mach-s3c2443 to\nadd the CONFIG_CPU_S3C2443 to the list of config\nvariabls which mean CONFIG_CPU_S3C2412_ONLY cannot\nbe 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": "3d9dd6bdbd6765a86736ead09009daf29382a6f2",
      "tree": "d3d0629f3541923d0a183d17cbfbc094f8ee376c",
      "parents": [
        "c6184e271db4948d4f6e07f271abeb8697a80eba"
      ],
      "author": {
        "name": "Ben Dooks",
        "email": "ben-linux@fluff.org",
        "time": "Sat Feb 17 14:02:37 2007 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sat Feb 17 15:00:30 2007 +0000"
      },
      "message": "[ARM] 4217/1: S3C24XX: remove the dma channel show at startup\n\nRemove the DMA code\u0027s channel printing at startup\nas this is firstly a waste of console output on\ninitialsaion, and secondly is going to be obsolete\nonce the S3C2443 DMA code has been merged\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": "ca83b0bcf875cd20cb5226d1fc7e828d9e0cc269",
      "tree": "60ebae295f09f9bc8606a7b9d4e4903f833eea1f",
      "parents": [
        "9dd34948aaf631610355891a70cc55408eae840e"
      ],
      "author": {
        "name": "Nicolas Pitre",
        "email": "nico@cam.org",
        "time": "Sat Feb 17 03:37:02 2007 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sat Feb 17 11:26:41 2007 +0000"
      },
      "message": "[ARM] 4216/1: add .gitignore entries for ARM specific files\n\nSigned-off-by: Nicolas Pitre \u003cnico@cam.org\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "c6184e271db4948d4f6e07f271abeb8697a80eba",
      "tree": "003024cc85a2f37a073a0048342afce3bcb13aeb",
      "parents": [
        "52c477a34bd26f246485b04c75f700a0c2a52580"
      ],
      "author": {
        "name": "Ben Dooks",
        "email": "ben-linux@fluff.org",
        "time": "Sat Feb 17 00:52:37 2007 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sat Feb 17 11:17:42 2007 +0000"
      },
      "message": "[ARM] 4214/2: S3C2410: Add Armzone QT2410\n\nPatch from: Harald Welte \u003claforge@openmoko.org\u003e\n\nAdd support for the Armzone QT2410 system, with\nbasic peripheral support for TFT display, SPI\nand LEDs.\n\nSigned-off-by: Harald Welte \u003claforge@openmoko.org\u003e\nSigned-off-by: Ben Dooks \u003cben-linux@fluf.org\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "9dd34948aaf631610355891a70cc55408eae840e",
      "tree": "89f13c7aab97b5c92690f8407f0c03c3ebd0049d",
      "parents": [
        "c587e4a6a4d808fd2a1c4e7fb2d5a3a31e300d23"
      ],
      "author": {
        "name": "David Brownell",
        "email": "david-b@pacbell.net",
        "time": "Wed Jan 17 22:11:27 2007 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Fri Feb 16 19:17:44 2007 +0000"
      },
      "message": "[ARM] 4098/1: ARM: rtc_lock only used with rtc_cmos\n\nFix build glitches on ARM ... the only user of \"rtc_lock\" today is the\noptional PC-style \"CMOS\" RTC driver, the legacy SA1100 RTC driver is\nnot even in the tree any more.\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": "d7e25f3394ba05a6d64cb2be42c2765fe72ea6b2",
      "tree": "9c8ad767b40577d6a2c5bd949adb7e1b64939215",
      "parents": [
        "76d2160147f43f982dfe881404cfde9fd0a9da21"
      ],
      "author": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Fri Feb 16 01:28:24 2007 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Fri Feb 16 08:14:00 2007 -0800"
      },
      "message": "[PATCH] genirq: remove IRQ_DISABLED\n\nNow that disable_irq() defaults to delayed-disable semantics, the IRQ_DISABLED\nflag is not needed anymore.\n\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\nCc: Thomas Gleixner \u003ctglx@linutronix.de\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "c66699a749eb0d84c6ebc3aac659e9f71d1aba14",
      "tree": "0f358882852f57203bb894101038d36a0c9649f8",
      "parents": [
        "73b08d2aa4245806ef1bdd48463e9a0b045c62cf"
      ],
      "author": {
        "name": "Thomas Gleixner",
        "email": "tglx@linutronix.de",
        "time": "Fri Feb 16 01:27:37 2007 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Fri Feb 16 08:13:57 2007 -0800"
      },
      "message": "[PATCH] clocksource: fixup is_continous changes on ARM\n\nFixup the is_contionous replacement by a flag field.\n\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\nCc: Russell King \u003crmk@arm.linux.org.uk\u003e\nCc: john stultz \u003cjohnstul@us.ibm.com\u003e\nCc: Roman Zippel \u003czippel@linux-m68k.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "c587e4a6a4d808fd2a1c4e7fb2d5a3a31e300d23",
      "tree": "77af76e34786ad795e5df625915fc58bca1a9abc",
      "parents": [
        "3b581f5485c180016a6c36c4c7007e21c53f8a63"
      ],
      "author": {
        "name": "Richard Purdie",
        "email": "rpurdie@rpsys.net",
        "time": "Tue Feb 06 21:29:00 2007 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Fri Feb 16 14:37:06 2007 +0000"
      },
      "message": "[ARM] 4137/1: Add kexec support\n\nAdd kexec support to ARM.\n\nImprovements like commandline handling could be made but this patch gives\nbasic functional support. It uses the next available syscall number, 347.\n\nOnce the syscall number is known, userspace support will be\nfinalised/submitted to kexec-tools, various patches already exist.\n\nOriginally based on a patch by Maxim Syrchin but updated and forward\nported by various people.\n\nSigned-off-by: Richard Purdie \u003crpurdie@rpsys.net\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "0e0ba76926c37f11f38670db0cb33728f502551e",
      "tree": "ef6c4b005b64fe9c42a2a9cd903442b1e252797d",
      "parents": [
        "7770bddb27ea84519486d8bb5d35d36d580c451b"
      ],
      "author": {
        "name": "Catalin Marinas",
        "email": "catalin.marinas@arm.com",
        "time": "Thu Feb 15 19:05:29 2007 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Fri Feb 16 13:06:56 2007 +0000"
      },
      "message": "[ARM] 4201/1: SMP barriers pair needed for the secondary boot process\n\nIn some situations, the pen_release store in platform_secondary_init()\nmay stay forever in the write buffer while the CPU is waiting on the\nboot_lock to be released in boot_secondary(). The primary CPU could\nnever see the pen_release update without the barriers.\n\nSigned-off-by: Catalin Marinas \u003ccatalin.marinas@arm.com\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "dd1d2f4439af3bc80c047a13a8a2be60df1953cd",
      "tree": "565d2855c75e745f648615b8ff3236f358dd7c4f",
      "parents": [
        "f1e1398654eb97269590a5a76f0aedb607fe5d0f"
      ],
      "author": {
        "name": "Jan Altenberg",
        "email": "jan@linutronix.de",
        "time": "Fri Feb 16 01:37:10 2007 -0800"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Fri Feb 16 13:06:01 2007 +0000"
      },
      "message": "[ARM] at91: correct value for AT91_RSTC_KEY\n\n- Remove a duplicated define for AT91_RSTC_KEY\n- Set AT91_RSTC_KEY to the correct value\n- Replace the hardcoded keys in at91sam9620.c and at91sam9261.c\n  by AT91_RSTC_KEY\n\nSigned-off-by: Jan Altenberg \u003cjan@linutronix.de\u003e\nAcked-by: Andrew Victor \u003candrew@sanpeople.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "f1e1398654eb97269590a5a76f0aedb607fe5d0f",
      "tree": "0b35b33adf45bc33e7f7d904908caf3c82f80965",
      "parents": [
        "f7eee89b2a4b4c233acde621005a814da0eb46d6"
      ],
      "author": {
        "name": "David Brownell",
        "email": "david-b@pacbell.net",
        "time": "Fri Feb 16 06:36:50 2007 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Fri Feb 16 13:03:56 2007 +0000"
      },
      "message": "[ARM] 4207/1: defconfig fixes, use RTC_DRV_AT91RM9200\n\nWhen \"rtc-at91\" was renamed to \"rtc-at91rm9200\" not all the relevant\ndefconfig entries were updated.\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": "cb36bb7516fdd1a2a7e9155413b83d4330e4c4a7",
      "tree": "d1301fcdba3b2404869c37d6ef3ba4f3cbc6fb69",
      "parents": [
        "f454aa6b90be8c5845d1e4716e12479f6ba26538"
      ],
      "author": {
        "name": "George G. Davis",
        "email": "gdavis@mvista.com",
        "time": "Wed Feb 14 17:44:28 2007 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Fri Feb 16 12:57:55 2007 +0000"
      },
      "message": "[ARM] 4191/1: Remove redundant __flush_dcache_page() function prototype\n\nCommit 1c9d3df5e88ad7db23f5b22f4341c39722a904a4 added function prototype\n__flush_dcache_page() in include/asm-arm/cacheflush.h.  So we can remove\nthe prototype for same in arch/arm/mm/fault-armv.c since it is now\nredundant to have it there.\n\nSigned-off-by: George G. Davis \u003cgdavis@mvista.com\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "72262e8b19034d2605d452d91717d56738598707",
      "tree": "9ea71ab251e1d914db4b3e51f3b829b4f36b066c",
      "parents": [
        "90bc8566fb40b12167b49d972c85d2e509eea55f"
      ],
      "author": {
        "name": "Ben Dooks",
        "email": "ben-linux@fluff.org",
        "time": "Fri Feb 16 13:02:42 2007 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Fri Feb 16 12:08:00 2007 +0000"
      },
      "message": "[ARM] 4202/2: S3C2443: IRQ sub source handlers\n\nAdd IRQ handlers for the IRQs which originate\nfrom the sub-interrupt register on the S3C2443\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": "90bc8566fb40b12167b49d972c85d2e509eea55f",
      "tree": "8316400ff3b7a1d516554e82e0926c330f91a7a8",
      "parents": [
        "a930609496b39284a93182ec3beb9dc9bf3651ec"
      ],
      "author": {
        "name": "Ben Dooks",
        "email": "ben-linux@fluff.org",
        "time": "Fri Feb 16 12:54:15 2007 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Fri Feb 16 11:55:43 2007 +0000"
      },
      "message": "[ARM] 4209/1: S3C24XX: remove unnecessary includes of iomd.h\n\nMachines in the S3C24XX architectures should not\nbe including \u003casm/hardware/iomd.h\u003e as this is not\nneeded.\n\nAlso remove commented out includes\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": "a930609496b39284a93182ec3beb9dc9bf3651ec",
      "tree": "d45d74ba18d2fd55941b14d102fb6cd879da37ce",
      "parents": [
        "b4f14eb86cda9324a2ffbdf534385d012967acd8"
      ],
      "author": {
        "name": "Ben Dooks",
        "email": "ben-linux@fluff.org",
        "time": "Fri Feb 16 00:17:07 2007 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Fri Feb 16 11:40:52 2007 +0000"
      },
      "message": "[ARM] 4206/1: SMDK2440: Fix lcd type in platform data\n\nSet the LCD display type field in the platform data\nso that the LCD driver initialise the display as an\nTFT display\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": "b4f14eb86cda9324a2ffbdf534385d012967acd8",
      "tree": "657533198acc1f6d0130518bd88be75d84ca16f3",
      "parents": [
        "d4156d52c7464e8f25a286e1c2975e91bdbc35d6"
      ],
      "author": {
        "name": "Ben Dooks",
        "email": "ben-linux@fluff.org",
        "time": "Thu Feb 15 22:53:52 2007 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Fri Feb 16 11:40:51 2007 +0000"
      },
      "message": "[ARM] 4205/1: S3C2443: Add cpu specific reset hook\n\nHook in a cpu specific reset function for the S3C2443\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": "d9c0ebbda522b64607cd2b0064b9bb040c53bcaf",
      "tree": "a4666f95140b06faf2a1592694a5e93f2d67b32f",
      "parents": [
        "5ea22225e222b1a46d095ec3d754de052f6b284a"
      ],
      "author": {
        "name": "Ben Dooks",
        "email": "ben-linux@fluff.org",
        "time": "Thu Feb 15 22:29:36 2007 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Fri Feb 16 11:40:49 2007 +0000"
      },
      "message": "[ARM] 4203/1: S3C2443: use S3C2412 nand driver\n\nUse the S3C2412 nand driver for the S3C2443 as it\nis register compatible.\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": "5ea22225e222b1a46d095ec3d754de052f6b284a",
      "tree": "e74b8eb937243fce846579daeba0bfe0cc2409c3",
      "parents": [
        "285f4930f239d95cb8d4fdf45a52870d744bed8f"
      ],
      "author": {
        "name": "Ben Dooks",
        "email": "ben-linux@fluff.org",
        "time": "Thu Feb 15 17:32:20 2007 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Fri Feb 16 11:30:21 2007 +0000"
      },
      "message": "[ARM] 4200/1: S3C2443: Update s3c2410_defconfig to add SMDK2443\n\nAdd SMDK2443 to s3c2410_defconfig\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": "285f4930f239d95cb8d4fdf45a52870d744bed8f",
      "tree": "61c0d34782bb01887bb50d6a13599008d0c2fab3",
      "parents": [
        "e4d06e39530559513c7e335ef7ca4675f8146220"
      ],
      "author": {
        "name": "Ben Dooks",
        "email": "ben-linux@fluff.org",
        "time": "Thu Feb 15 16:48:58 2007 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Fri Feb 16 11:30:20 2007 +0000"
      },
      "message": "[ARM] 4199/1: S3C2443: SMDK2443 machine addition\n\nAdd support for SMDK2443 to arch/arm/mach-s3c2443\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": "e4d06e39530559513c7e335ef7ca4675f8146220",
      "tree": "cfc65d49f873626c6be087d1a4411f6b48bec3c5",
      "parents": [
        "17908ed715e63a02484838b5456fb3fdbd1dfed6"
      ],
      "author": {
        "name": "Ben Dooks",
        "email": "ben-linux@fluff.org",
        "time": "Fri Feb 16 12:12:31 2007 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Fri Feb 16 11:13:37 2007 +0000"
      },
      "message": "[ARM] 4198/2: S3C2443: arch/arm/mach-s3c2443 and related support\n\nAdd arch/arm/mach-s3c2443 for support of the Samsung S3C2443 SoC\n\nThis patch adds the core CPU support, clock framework, times\nand initial IRQ support, as well as adding the directory into\nthe build tree.\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": "f7eee89b2a4b4c233acde621005a814da0eb46d6",
      "tree": "25474085888884aab2a2a9338dfb0de327d15475",
      "parents": [
        "69b2e99cf57ab8121d575a04a050314ac9c8f7e1"
      ],
      "author": {
        "name": "Andrew Victor",
        "email": "andrew@sanpeople.com",
        "time": "Thu Feb 15 08:17:38 2007 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Thu Feb 15 15:33:31 2007 +0000"
      },
      "message": "[ARM] 4192/1: AT91: Support for AT91SAM9XE processors.\n\nAdd support for the Atmel AT91SAM9XE range of processors.  These are\nbasically AT91SAM9260\u0027s with different amounts of internal SRAM and\nFlash.\n\nWe make use of the existing AT91SAM9260 support, but just perform\nrun-time detection of the size of the internal SRAM.\n\nOriginal patch from Nicolas Ferre.\n\nSigned-off-by: Andrew Victor \u003candrew@sanpeople.com\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "7770bddb27ea84519486d8bb5d35d36d580c451b",
      "tree": "c2f08880317f4e4d102ec3e06e8e169ec62a89b0",
      "parents": [
        "4ba9dcbeba042b7a1a1366f0dc683a2947ca5577"
      ],
      "author": {
        "name": "Catalin Marinas",
        "email": "catalin.marinas@arm.com",
        "time": "Mon Feb 05 14:48:24 2007 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Thu Feb 15 15:08:54 2007 +0000"
      },
      "message": "[ARM] 4130/1: Add L220 support to RealView/EB\n\nThis patch enables the L220 on the RealView/EB MPCore platform.\n\nSigned-off-by: Catalin Marinas \u003ccatalin.marinas@arm.com\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "4ba9dcbeba042b7a1a1366f0dc683a2947ca5577",
      "tree": "a99a7e26eb4c30a477d70b035b5a90f2dfd45566",
      "parents": [
        "382266ad5ad4119ec12df889afa5062a0a0cd6ae",
        "4b17244c133689ad0cbdca37ce3e15068f120428"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Thu Feb 15 15:07:40 2007 +0000"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Thu Feb 15 15:07:40 2007 +0000"
      },
      "message": "Merge Realview GIC code\n"
    },
    {
      "commit": "4b17244c133689ad0cbdca37ce3e15068f120428",
      "tree": "8b0a1e530a6fdb28c409b981c615f4598e81d81f",
      "parents": [
        "3edf22ab34e1fdffc8c0c7c7b7da4d0aebdba118"
      ],
      "author": {
        "name": "Catalin Marinas",
        "email": "catalin.marinas@arm.com",
        "time": "Wed Feb 14 19:20:28 2007 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Thu Feb 15 14:56:32 2007 +0000"
      },
      "message": "[ARM] 4109/2:  Add support for the RealView/EB MPCore revC platform\n\nThe kernel originally supported revB only. This patch enables revC by\ndefault and adds a config option for building the kernel for the revB\nplatform. Since the SCU base address was hard-coded in the proc-v6.S\nfile (and only valid for RealView/EB revB), this patch also adds a\nmore generic support for defining the SCU information.\n\nSigned-off-by: Catalin Marinas \u003ccatalin.marinas@arm.com\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "3edf22ab34e1fdffc8c0c7c7b7da4d0aebdba118",
      "tree": "ded29b4b8f5d624fcc226ef2b8b009838126fe91",
      "parents": [
        "b3a1bde4db9889feb116330bff21214811c940e4"
      ],
      "author": {
        "name": "Catalin Marinas",
        "email": "catalin.marinas@arm.com",
        "time": "Wed Feb 14 19:18:09 2007 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Thu Feb 15 14:51:21 2007 +0000"
      },
      "message": "[ARM] 4190/2:  Add the secondary GIC support for the RealView/EB\n\tMPCore platform\n\nThis patch adds the registration of the secondary GIC on the\nbaseboard, together with the IRQ chaining setup.\n\nSigned-off-by: Catalin Marinas \u003ccatalin.marinas@arm.com\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "b3a1bde4db9889feb116330bff21214811c940e4",
      "tree": "6b8174332407ac8f4d2c5f6445912b935ff06110",
      "parents": [
        "ae0a846e411dc0b568e8ccda584896310ee5f369"
      ],
      "author": {
        "name": "Catalin Marinas",
        "email": "catalin.marinas@arm.com",
        "time": "Wed Feb 14 19:14:56 2007 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Thu Feb 15 14:44:10 2007 +0000"
      },
      "message": "[ARM] 4108/2:  Allow multiple GIC interrupt controllers in a system\n\nThe current implementation only assumes one GIC to be present in the\nsystem. However, there are platforms with more than one cascaded interrupt\ncontrollers (RealView/EB MPCore for example).\n\nSigned-off-by: Catalin Marinas \u003ccatalin.marinas@arm.com\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "0b4d414714f0d2f922d39424b0c5c82ad900a381",
      "tree": "5079ec59a5622c9cacfe0fce484ba2c4626c406f",
      "parents": [
        "ae836810263509ff7a3c2c021754ce6f66b3fab6"
      ],
      "author": {
        "name": "Eric W. Biederman",
        "email": "ebiederm@xmission.com",
        "time": "Wed Feb 14 00:34:09 2007 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Wed Feb 14 08:09:59 2007 -0800"
      },
      "message": "[PATCH] sysctl: remove insert_at_head from register_sysctl\n\nThe semantic effect of insert_at_head is that it would allow new registered\nsysctl entries to override existing sysctl entries of the same name.  Which is\npain for caching and the proc interface never implemented.\n\nI have done an audit and discovered that none of the current users of\nregister_sysctl care as (excpet for directories) they do not register\nduplicate sysctl entries.\n\nSo this patch simply removes the support for overriding existing entries in\nthe sys_sysctl interface since no one uses it or cares and it makes future\nenhancments harder.\n\nSigned-off-by: Eric W. Biederman \u003cebiederm@xmission.com\u003e\nAcked-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\nAcked-by: Martin Schwidefsky \u003cschwidefsky@de.ibm.com\u003e\nCc: Russell King \u003crmk@arm.linux.org.uk\u003e\nCc: David Howells \u003cdhowells@redhat.com\u003e\nCc: \"Luck, Tony\" \u003ctony.luck@intel.com\u003e\nCc: Ralf Baechle \u003cralf@linux-mips.org\u003e\nCc: Paul Mackerras \u003cpaulus@samba.org\u003e\nCc: Martin Schwidefsky \u003cschwidefsky@de.ibm.com\u003e\nCc: Andi Kleen \u003cak@muc.de\u003e\nCc: Jens Axboe \u003caxboe@kernel.dk\u003e\nCc: Corey Minyard \u003cminyard@acm.org\u003e\nCc: Neil Brown \u003cneilb@suse.de\u003e\nCc: \"John W. Linville\" \u003clinville@tuxdriver.com\u003e\nCc: James Bottomley \u003cJames.Bottomley@steeleye.com\u003e\nCc: Jan Kara \u003cjack@ucw.cz\u003e\nCc: Trond Myklebust \u003ctrond.myklebust@fys.uio.no\u003e\nCc: Mark Fasheh \u003cmark.fasheh@oracle.com\u003e\nCc: David Chinner \u003cdgc@sgi.com\u003e\nCc: \"David S. Miller\" \u003cdavem@davemloft.net\u003e\nCc: Patrick McHardy \u003ckaber@trash.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "69b2e99cf57ab8121d575a04a050314ac9c8f7e1",
      "tree": "d299e3152524de4d4f7658f933919df3055e5ace",
      "parents": [
        "c9b75d132261096ac1170354b9e27837af76a512"
      ],
      "author": {
        "name": "Andrew Victor",
        "email": "andrew@sanpeople.com",
        "time": "Wed Feb 14 08:44:43 2007 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Wed Feb 14 15:22:09 2007 +0000"
      },
      "message": "[ARM] 4189/1: AT91: MACB Ethernet clock\n\nThe MACB Ethernet driver searches for a \"macb_clk\" clock, so rename the\n\"ether_clk\" on the SAM9260 and SAM9263 to \"macb_clk\".\n\nSigned-off-by: Andrew Victor \u003candrew@sanpeople.com\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    }
  ],
  "next": "588ef7693574cfbcb228f48d5478c2b39a9b0c9f"
}
