)]}'
{
  "log": [
    {
      "commit": "2a740d7a64807acaceb7e44ccf50df35107a34ab",
      "tree": "db985e86e9a5c6c2368aebdaec07707f7b16bc16",
      "parents": [
        "415ad1e50abcc86c235a42fbab57f2b6134412d7"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Fri May 23 13:53:31 2008 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Fri May 23 13:53:31 2008 +0100"
      },
      "message": "Revert \"[ARM] pxa: spitz wants PXA27x UDC definitions\"\n\nThis reverts commit 53491e042e79578765e2d33512a45d50eb0d8801, which hit\nthe kernel tree too early.\n\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "53491e042e79578765e2d33512a45d50eb0d8801",
      "tree": "45176467a1ee41a21ca8db0035b051fd2504227c",
      "parents": [
        "78d3cfd33e7acdae0108837de1c55a8cef04805f"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Sat May 17 22:51:35 2008 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sat May 17 22:55:42 2008 +0100"
      },
      "message": "[ARM] pxa: spitz wants PXA27x UDC definitions\n\n... so include the header file.\n\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "d0afc85f15deda94abdfe9118ac225c4208d5897",
      "tree": "29937a21d246d27367ec5baca557b6c331f4f532",
      "parents": [
        "7cc09c248f4e286a153b5068a30b3fa857f5ce71"
      ],
      "author": {
        "name": "Michael Abbott",
        "email": "michael.abbott@diamond.ac.uk",
        "time": "Wed May 14 16:29:24 2008 -0700"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sat May 17 22:55:17 2008 +0100"
      },
      "message": "[ARM] colibri: fix support for DM9000 ethernet device\n\nTwo changes are necessary to enable proper operation of the DM9000 device with\nthe Colibri PXA 270 board: firstly, the IRQ type needs to be configured for\nrising edge interrupts, and secondly this configuration needs to be\ncommunicated through to the DM9000.\n\n[akpm@linux-foundation.org: remove set_irq_type() call as per ben-linux request]\nSigned-off-by: Michael Abbott \u003cmichael.abbott@diamond.ac.uk\u003e\nCc: Daniel Mack \u003cdaniel@caiaq.org\u003e\nCc: Jeff Garzik \u003cjeff@garzik.org\u003e\nCc: Ben Dooks \u003cben-linux@fluff.org\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": "5bf6c6e30d8b71d092e8830208e182d84b907fcd",
      "tree": "cd96d8433e75ffc8648161c3d85b843193bbe4ea",
      "parents": [
        "dc38e2ad53ca27968919dea6d7fa60575782d5a6"
      ],
      "author": {
        "name": "Dmitry Baryshkov",
        "email": "dbaryshkov@gmail.com",
        "time": "Fri May 09 08:56:54 2008 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Fri May 09 21:25:37 2008 +0100"
      },
      "message": "[ARM] 5033/1: Unbreak corgi_ssp by registering ssp drivers earlier.\n\nA lot of stuff in spitz/akita/etc. depends on corgi_ssp to be initialised\nearly. However corgi_ssp initialisation fails, because at that time pxa*-ssp\ndevices don\u0027t have drivers. Move ssp earlier in the makefile so they are\nregistered before corgi-ssp.\n\nAlso move sleep/suspend and cpu-freq to more logical places\n\nSigned-off-by: Dmitry Baryshkov \u003cdbaryshkov@gmail.com\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "dc38e2ad53ca27968919dea6d7fa60575782d5a6",
      "tree": "c7311b540e910ee4e001197ace16470d94e51806",
      "parents": [
        "ffebabe0bf0de9ee500d4605d6acb71e1ee3b79f"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Thu May 08 16:50:39 2008 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Thu May 08 18:04:02 2008 +0100"
      },
      "message": "[ARM] pxa: Fix RCSR handling\n\nRelated to d3930614e68bdf83a120d904c039a64e9f75dba1.\n\nRCSR is only present on PXA2xx CPUs, not on PXA3xx CPUs.  Therefore,\nwe should not be unconditionally writing to RCSR from generic code.\n\nSince we now clear the RCSR status from the SoC specific PXA PM code\nand before reset in the arch_reset() function, the duplication in\nthe corgi, poodle, spitz and tosa code can be removed.\n\nAcked-by: Richard Purdie \u003crpurdie@rpsys.net\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "ffebabe0bf0de9ee500d4605d6acb71e1ee3b79f",
      "tree": "3bb2c0bd610a231adfc933edc05fb101184708ce",
      "parents": [
        "d9cadb0d2ffed847851945a66e80d0b9d767611c"
      ],
      "author": {
        "name": "Alexey Dobriyan",
        "email": "adobriyan@gmail.com",
        "time": "Thu May 08 10:58:39 2008 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Thu May 08 10:58:39 2008 +0100"
      },
      "message": "[ARM] lubbock: fix compilation\n\narch/arm/mach-pxa/lubbock.c:399: error: expected \u0027}\u0027 before \u0027;\u0027 token\n\nSigned-off-by: Alexey Dobriyan \u003cadobriyan@gmail.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": "592eb9997dc89cd0c8f89a505e5348bbddce70f6",
      "tree": "2f797e510ddfd3a2aa57b8de5946c846827abff3",
      "parents": [
        "3679389b880a318f9b9cfebab5714443796f2f71"
      ],
      "author": {
        "name": "Robert Jarzmik",
        "email": "rjarzmik@free.fr",
        "time": "Wed May 07 20:39:06 2008 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Wed May 07 21:47:40 2008 +0100"
      },
      "message": "[ARM] 5032/1: Added cpufreq support for pxa27x CPU\n\nPXA cpus maximum frequency depends on the cpu (624 for\npxa270, 520 for pxa272, 416 for pxa271). It should be\nprovided on kernel or module start (cpu-pxa\npxa27x_maxfreq parameter).\n\nMake use of cpufreq_frequency_table_cpuinfo (patch by Bill\nReese provided by Philipp Zabel).\n\nSome additionnal fixes from Philipp Zabel include :\n * rename PXA cpufreq driver to reflect added PXA27x support\n * remove unused variable ramstart from PXA cpufreq driver\n\nSigned-off-by: Philipp Zabel \u003cphilipp.zabel@gmail.com\u003e\nSigned-off-by: Robert Jarzmik \u003crjarzmik@free.fr\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "3679389b880a318f9b9cfebab5714443796f2f71",
      "tree": "962f8b7100da7e73b0a3a0e95c720613a4422d18",
      "parents": [
        "ebdf982aaeb0005d5093b10872adce17ea12f5ba"
      ],
      "author": {
        "name": "Robert Jarzmik",
        "email": "rjarzmik@free.fr",
        "time": "Wed May 07 20:36:34 2008 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Wed May 07 21:47:39 2008 +0100"
      },
      "message": "[ARM] 5031/1: Indentation correction in cpu-pxa.c.\n\nThese indentation corrections prepare the pxa27x support.\n\nSigned-off-by: Robert Jarzmik \u003crjarzmik@free.fr\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "649de51b883746d76c5fa1614dd067054c9d702a",
      "tree": "68c3b172063bdf4cc82a727d3d4ca48f63487665",
      "parents": [
        "c8df9a53e8d16877fc0b268b002af2a47a14643a"
      ],
      "author": {
        "name": "Robert Jarzmik",
        "email": "rjarzmik@free.fr",
        "time": "Fri May 02 21:17:06 2008 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sun May 04 11:06:05 2008 +0100"
      },
      "message": "[ARM] 5027/1: Fixed random memory corruption on pxa suspend cycle.\n\nEach time a pxa type cpu went in suspend, a portion of\nkmalloc memory was corrupted.\nThe issue was an incorrect length allocation introduced by\nthe commit 711be5ccfe9a02ba560aa918a008c31ea4760163 for\nthe save registers array (\u003d\u003e overflow).\n\nSigned-off-by: Robert Jarzmik \u003crjarzmik@free.fr\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "0454bd09de7380aac464c09018e6a533f7247b0d",
      "tree": "64e9016c788357f081cb93066c85761c78a7f85b",
      "parents": [
        "84f43c308b73a6a12128288721a1007ba4f1a8da"
      ],
      "author": {
        "name": "eric miao",
        "email": "eric.miao@marvell.com",
        "time": "Wed Apr 30 00:52:23 2008 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Wed Apr 30 08:29:31 2008 -0700"
      },
      "message": "pxafb: make lubbock/mainstone/zylonite/littleton to use new LCD connection type\n\nSigned-off-by: eric miao \u003ceric.miao@marvell.com\u003e\nCc: \"Antonino A. Daplas\" \u003cadaplas@pol.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": "ce4fb7b892a6d6c6a0f87366b26fd834d2923dd7",
      "tree": "1b30869071a065f24ab0976b23c9c47998022b24",
      "parents": [
        "92ac73c1e4b4e039162f5d3980c2da8192b28060"
      ],
      "author": {
        "name": "eric miao",
        "email": "eric.miao@marvell.com",
        "time": "Wed Apr 30 00:52:21 2008 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Wed Apr 30 08:29:31 2008 -0700"
      },
      "message": "pxafb: convert fb driver to use ioremap() and __raw_{readl, writel}\n\nThis is part of the effort moving peripheral registers outside of pxa-regs.h,\nand using ioremap() make it possible the same IP can be re-used on different\nprocessors with different registers space\n\nAs a result, the fixed mapping in pxa_map_io() is removed.\n\nThe regs-lcd.h can actually moved to where closer to pxafb.c but some of its\nbit definitions are directly used by various platform code, though this is not\na good style.\n\nSigned-off-by: eric miao \u003ceric.miao@marvell.com\u003e\nCc: \"Antonino A. Daplas\" \u003cadaplas@pol.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": "d973664992d814d93db161b28c0cc9a4c7e68f42",
      "tree": "03de3a9ef1f8f0d5dcd2e3c217c4fdf334f6691e",
      "parents": [
        "2d5e3e8d28a7820de1eb7b18a7c15d645bb26992",
        "9d87dd97ffcd3b5eb2bbaf0d5d93f4bfcaed3f04"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Tue Apr 29 15:18:06 2008 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Tue Apr 29 15:18:06 2008 -0700"
      },
      "message": "Merge master.kernel.org:/home/rmk/linux-2.6-arm\n\n* master.kernel.org:/home/rmk/linux-2.6-arm: (26 commits)\n  [ARM] pxa: fix 1c104e0e4f6ab396960c058e95e18bdedcac945b\n  [ARM] serial: s3c2410: platform_get_irq() may return signed unnoticed\n  [ARM] am79c961a: platform_get_irq() may return signed unnoticed\n  [ARM] Feroceon: Feroceon-specific WA-cache compatible {copy,clear}_user_page()\n  [ARM] Feroceon: fix function alignment in proc-feroceon.S\n  [ARM] Orion: catch a couple more alternative spellings of PCIe\n  [ARM] Orion: fix orion-ehci platform resource end addresses\n  [ARM] Orion: fix -\u003emap_irq() PCIe bus number check\n  [ARM] Orion: fix ioremap() optimization\n  [ARM] feroceon: remove CONFIG_CPU_CACHE_ROUND_ROBIN check\n  [ARM] feroceon: remove CONFIG_CPU_DCACHE_WRITETHROUGH check\n  kprobes/arm: fix decoding of arithmetic immediate instructions\n  kprobes/arm: fix cache flush address for instruction stub\n  [ARM] 5022/1: Race in ARM MMCI PL18x driver, V2\n  [ARM] 5021/1: at91: buildfix for sam9263 + PM\n  [ARM] 5018/1: RealView: Fix the ARM11MPCore Oprofile compilation\n  [ARM] 5016/1: AT91: typo in mci configuration for at91cap at91sam9263\n  [ARM] 5017/1: pxa3xx: Report unsupported wakeup sources in pxa3xx_set_wake()\n  [ARM] 5020/1: magician: remove __devinit marker from pasic3_leds_info\n  [ARM] 5014/1: Cleanup reset state before entering suspend or resetting.\n  ...\n"
    },
    {
      "commit": "3760f736716f74bdc62a4ba5406934338da93eb2",
      "tree": "e28e22c6655dd62566f1b7a99f9354a31bf9d06e",
      "parents": [
        "d2653e92732bd3911feff6bee5e23dbf959381db"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Tue Apr 29 23:11:40 2008 +0200"
      },
      "committer": {
        "name": "Jean Delvare",
        "email": "khali@hyperion.delvare",
        "time": "Tue Apr 29 23:11:40 2008 +0200"
      },
      "message": "i2c: Convert most new-style drivers to use module aliasing\n\nBased on earlier work by Jon Smirl and Jochen Friedrich.\n\nUpdate most new-style i2c drivers to use standard module aliasing\ninstead of the old driver_name/type driver matching scheme. I\u0027ve\nleft the video drivers apart (except for SoC camera drivers) as\nthey\u0027re a bit more diffcult to deal with, they\u0027ll have their own\npatch later.\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nCc: Jon Smirl \u003cjonsmirl@gmail.com\u003e\nCc: Jochen Friedrich \u003cjochen@scram.de\u003e\n"
    },
    {
      "commit": "92794a5d6359f9e8ed0d43fe0f3c653f748dcc90",
      "tree": "ff9e1e49639c657c72d848f891f8f1b44de7a541",
      "parents": [
        "681587c58639444215a7c88f7471819997d2f226",
        "7883938b0d5ee8dd6381e1e2a9f71254252fd504",
        "b46926bb2d9977799c88aef17a4386ee02c326d8"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Tue Apr 29 21:31:06 2008 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Tue Apr 29 21:31:06 2008 +0100"
      },
      "message": "Merge branches \u0027pxa\u0027 and \u0027orion-fixes1\u0027\n"
    },
    {
      "commit": "7883938b0d5ee8dd6381e1e2a9f71254252fd504",
      "tree": "82b33f3d038c80f4d289a634e88989cb8cf6066d",
      "parents": [
        "e12177073f28419f1f7eb8dbb93aab6b712c7c04"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Tue Apr 29 21:28:03 2008 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Tue Apr 29 21:28:03 2008 +0100"
      },
      "message": "[ARM] pxa: fix 1c104e0e4f6ab396960c058e95e18bdedcac945b\n\nThe referenced commit changed the order such that the CPU code was\ninitialised before MFP, resulting in unregistered MFP sysfs objects\nbeing referenced.  Reverse the link order of these so MFP is\ninitialised before the CPU code.\n\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "e12177073f28419f1f7eb8dbb93aab6b712c7c04",
      "tree": "6fdc84df41ae04e978229bacdeeab2ffb528c8b6",
      "parents": [
        "e03e0590b2b29b62f0480524090e469baa13d5f5"
      ],
      "author": {
        "name": "Mark Brown",
        "email": "broonie@sirena.org.uk",
        "time": "Wed Apr 23 10:28:18 2008 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Thu Apr 24 21:56:35 2008 +0100"
      },
      "message": "[ARM] 5017/1: pxa3xx: Report unsupported wakeup sources in pxa3xx_set_wake()\n\npxa3xx_set_wake() silently accepts unsupported wake sources, causing\nusers to believe that they have succesfully configured sources that they\nhaven\u0027t.  Fail the operation instead.\n\nSigned-off-by: Mark Brown \u003cbroonie@opensource.wolfsonmicro.com\u003e\nAcked-by: eric miao \u003ceric.y.miao@gmail.com\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "e03e0590b2b29b62f0480524090e469baa13d5f5",
      "tree": "55633faaffe792df21b2af26909082dba8df974d",
      "parents": [
        "d3930614e68bdf83a120d904c039a64e9f75dba1"
      ],
      "author": {
        "name": "Philipp Zabel",
        "email": "philipp.zabel@gmail.com",
        "time": "Thu Apr 24 18:10:46 2008 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Thu Apr 24 21:55:59 2008 +0100"
      },
      "message": "[ARM] 5020/1: magician: remove __devinit marker from pasic3_leds_info\n\nPlatform data must not be marked with __devinit. Even __devinitdata\nwould be wrong as the platform driver can be compiled as a module.\n\nSigned-off-by: Philipp Zabel \u003cphilipp.zabel@gmail.com\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "d3930614e68bdf83a120d904c039a64e9f75dba1",
      "tree": "c220f2237893ddd72d9cee9b30d8b78171992f00",
      "parents": [
        "406b1ea441cb86671c5b57d2ce722d217914d524"
      ],
      "author": {
        "name": "Dmitry Baryshkov",
        "email": "dbaryshkov@gmail.com",
        "time": "Mon Apr 21 11:54:13 2008 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Thu Apr 24 14:34:26 2008 +0100"
      },
      "message": "[ARM] 5014/1: Cleanup reset state before entering suspend or resetting.\n\nThe kernel should clean stale bits from reset status, so that\nthey won\u0027t confuse the bootloader.\n\nSigned-off-by: Dmitry Baryshkov \u003cdbaryshkov@gmail.com\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "e9b62693ae0a1e13ccc97a6792d9a7770c8d1b5b",
      "tree": "c676609730533fc1b7c5e01992e46b6eaf75f99b",
      "parents": [
        "548453fd107f789f5f1bc2dc13cc432ceb3b5efd",
        "838cb6aba4cebcf4fcd06b90e2adf890bef884ac"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Mon Apr 21 16:36:46 2008 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Mon Apr 21 16:36:46 2008 -0700"
      },
      "message": "Merge branch \u0027for-linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/juhl/trivial\n\n* \u0027for-linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/juhl/trivial: (24 commits)\n  DOC:  A couple corrections and clarifications in USB doc.\n  Generate a slightly more informative error msg for bad HZ\n  fix typo \"is\" -\u003e \"if\" in Makefile\n  ext*: spelling fix prefered -\u003e preferred\n  DOCUMENTATION:  Use newer DEFINE_SPINLOCK macro in docs.\n  KEYS:  Fix the comment to match the file name in rxrpc-type.h.\n  RAID: remove trailing space from printk line\n  DMA engine: typo fixes\n  Remove unused MAX_NODES_SHIFT\n  MAINTAINERS: Clarify access to OCFS2 development mailing list.\n  V4L: Storage class should be before const qualifier (sn9c102)\n  V4L: Storage class should be before const qualifier\n  sonypi: Storage class should be before const qualifier\n  intel_menlow: Storage class should be before const qualifier\n  DVB: Storage class should be before const qualifier\n  arm: Storage class should be before const qualifier\n  ALSA: Storage class should be before const qualifier\n  acpi: Storage class should be before const qualifier\n  firmware_sample_driver.c: fix coding style\n  MAINTAINERS: Add ati_remote2 driver\n  ...\n\nFixed up trivial conflicts in firmware_sample_driver.c\n"
    },
    {
      "commit": "b1d18dc06ba6b9056f95aaf1f8c464830846f87f",
      "tree": "2b7a9cff99c3e977f5455ec23334bdacd05291ae",
      "parents": [
        "3f76d9841e9cf6dd969ff3aec96476dced9c53f8"
      ],
      "author": {
        "name": "Tobias Klauser",
        "email": "tklauser@distanz.ch",
        "time": "Mon Apr 21 22:26:40 2008 +0000"
      },
      "committer": {
        "name": "Jesper Juhl",
        "email": "juhl@hera.kernel.org",
        "time": "Mon Apr 21 22:26:40 2008 +0000"
      },
      "message": "arm: Storage class should be before const qualifier\n\nThe C99 specification states in section 6.11.5:\n\nThe placement of a storage-class specifier other than at the\nbeginning of the declaration specifiers in a declaration is an\nobsolescent feature.\n\nSigned-off-by: Tobias Klauser \u003ctklauser@distanz.ch\u003e\nSigned-off-by: Jesper Juhl \u003cjesper.juhl@gmail.com\u003e\n"
    },
    {
      "commit": "2f131958efb62535f85915776e434de74d5eb274",
      "tree": "62b2e529fb38d35effc2cb0484ce8ea1b97d2983",
      "parents": [
        "a1999cd1c1c9230c850379f59525c4a585191ed5"
      ],
      "author": {
        "name": "Philipp Zabel",
        "email": "philipp.zabel@gmail.com",
        "time": "Sun Apr 20 17:40:11 2008 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Mon Apr 21 12:47:48 2008 +0100"
      },
      "message": "[ARM] 5008/1: magician: add magician specific input GPIOs to MFP config\n\nSome input pin configuration that is not handled by drivers. This should\nserve mostly as documentation.\n\nSigned-off-by: Philipp Zabel \u003cphilipp.zabel@gmail.com\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "a1999cd1c1c9230c850379f59525c4a585191ed5",
      "tree": "31da4556d075478f61a7eee3caed1b5fe4087109",
      "parents": [
        "a393c46b493de18242105c7f7e713822d179a717"
      ],
      "author": {
        "name": "Philipp Zabel",
        "email": "philipp.zabel@gmail.com",
        "time": "Sun Apr 20 17:39:12 2008 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Mon Apr 21 12:47:47 2008 +0100"
      },
      "message": "[ARM] 5007/1: magician: properly request GPIOs used by the machine code itself\n\nRegisters some GPIOs used in magician.c with the GPIO API.\n\nSigned-off-by: Philipp Zabel \u003cphilipp.zabel@gmail.com\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "a393c46b493de18242105c7f7e713822d179a717",
      "tree": "0b6620282f10ba64564fd2c0fd68e154a4b1af8e",
      "parents": [
        "58762e77aec49aa4b43a9ff62e7a3aee17720c41"
      ],
      "author": {
        "name": "Jaya Kumar",
        "email": "jayakumar.arm@gmail.com",
        "time": "Sun Apr 20 07:25:00 2008 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Mon Apr 21 12:47:46 2008 +0100"
      },
      "message": "[ARM] 5006/1: Gumstix GPIO header fixup and defconfig fixup\n\nThis patch adds the include of the GPIO header needed to make gumstix\nbuild. The defconfig is updated to 2.6.25 and disables PCMCIA since\nthat has not yet been implemented for gumstix.\n\nSigned-off-by: Jaya Kumar \u003cjayakumar.lkml@gmail.com\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "58762e77aec49aa4b43a9ff62e7a3aee17720c41",
      "tree": "5928579b1c198011a5adb8889a7fb66ad5b5b3ad",
      "parents": [
        "3f3acefb63dc70d767f730045ab7ebaa81938d77"
      ],
      "author": {
        "name": "Guennadi Liakhovetski",
        "email": "g.liakhovetski@pengutronix.de",
        "time": "Sun Apr 06 23:08:15 2008 +0200"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sat Apr 19 17:14:30 2008 +0100"
      },
      "message": "[ARM] pxa: Phycore pcm-990-specific code for the PXA270 Quick Capture driver\n\nPlatform-specific code for Phytec\u0027s phyCORE-PXA270 platform\n\nSigned-off-by: Guennadi Liakhovetski \u003cg.liakhovetski@pengutronix.de\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "3f3acefb63dc70d767f730045ab7ebaa81938d77",
      "tree": "ab81ca4991541a251c7e67b92e9098041d7c2f95",
      "parents": [
        "0e623941bec7e80c97b076d346327b31ae17d84a"
      ],
      "author": {
        "name": "Guennadi Liakhovetski",
        "email": "g.liakhovetski@pengutronix.de",
        "time": "Fri Apr 11 22:19:45 2008 +0200"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sat Apr 19 17:14:30 2008 +0100"
      },
      "message": "[ARM] pxa: V4L2 soc_camera driver for PXA270\n\nThis patch adds a driver for the Quick Capture Interface on the PXA270.\nIt is based on the original driver from Intel, but has been re-worked\nmultiple times since then, now it also supports the V4L2 API.\n\nSigned-off-by: Guennadi Liakhovetski \u003cg.liakhovetski@pengutronix.de\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "1c104e0e4f6ab396960c058e95e18bdedcac945b",
      "tree": "a61fd7b3fd4d13a6ede9461ee9761c491808d690",
      "parents": [
        "c546106cc15d300a5b3eba5a514c9238bb6593e8"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Sat Apr 19 10:59:24 2008 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sat Apr 19 11:29:09 2008 +0100"
      },
      "message": "[ARM] pxa: initialise PXA devices before platform init code\n\nInitialise PXA devices before platform initialisation, so that\nplatforms can parent devices to these.\n\nAcked-by: eric miao \u003cymiao3@marvell.com\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "c546106cc15d300a5b3eba5a514c9238bb6593e8",
      "tree": "789227d948c7e32a76263954457ebda3800de132",
      "parents": [
        "ba4eb7e60b11eba1ccd89d448e6d87d98df95da8"
      ],
      "author": {
        "name": "Dmitry Baryshkov",
        "email": "dbaryshkov@gmail.com",
        "time": "Sat Apr 19 10:42:06 2008 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sat Apr 19 11:29:09 2008 +0100"
      },
      "message": "[ARM] 5002/1: tosa: add two more leds\n\nThis adds support for two more leds:\nthe wlan one (found in SL-6000W and SL-6000L) and\nthe blutooth one (found in SL-6000W).\n\nSigned-off-by: Dmitry Baryshkov \u003cdbaryshkov@gmail.com\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "ba4eb7e60b11eba1ccd89d448e6d87d98df95da8",
      "tree": "2ddbb042dd7df1f47cd33dd58cbf1d1444288696",
      "parents": [
        "d8a42fc45517081d1a8cf050a86eb79b0e290774"
      ],
      "author": {
        "name": "Dmitry Baryshkov",
        "email": "dbaryshkov@gmail.com",
        "time": "Sat Apr 19 10:42:25 2008 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sat Apr 19 11:29:09 2008 +0100"
      },
      "message": "[ARM] 5004/1: Tosa: make several unreferenced structures static.\n\nNow that scoop gpio\u0027s are converted to generic_gpio,\ntosascoop_device and tosascoop_jc_device don\u0027t have\nto be exported.\n\nAlso make tosa_gpio_* static\n\nSigned-off-by: Dmitry Baryshkov \u003cdbaryshkov@gmail.com\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "d8a42fc45517081d1a8cf050a86eb79b0e290774",
      "tree": "fd3f423257ad408ac04e342bb3ecb10e737dcc3f",
      "parents": [
        "b907ef688ddb6d73fc1c83b6fbcd62f5c2c2a14f"
      ],
      "author": {
        "name": "Dmitry Baryshkov",
        "email": "dbaryshkov@gmail.com",
        "time": "Sat Apr 19 10:42:18 2008 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sat Apr 19 11:29:09 2008 +0100"
      },
      "message": "[ARM] 5003/1: Shut up sparse warnings\n\nShut up sparse warnings by making GPIO_IRQ_MASK unisgned\n\nSigned-off-by: Dmitry Baryshkov \u003cdbaryshkov@gmail.com\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "768dec4cc397a9c041b0f3cd605d3f6f758883e4",
      "tree": "9a67653dd06aea7d31f90e06f45e1d4834ca7a54",
      "parents": [
        "507012f0a503287f212ef1139683c8938ecedbcd"
      ],
      "author": {
        "name": "Mark Brown",
        "email": "broonie@sirena.org.uk",
        "time": "Tue Apr 15 15:50:49 2008 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sat Apr 19 11:29:09 2008 +0100"
      },
      "message": "[ARM] 4976/1: zylonite: Configure GPIO for WM9713 IRQ line\n\nSet up the IRQ line for the WM9713 device on the Zylonite.\n\nSigned-off-by: Mark Brown \u003cbroonie@opensource.wolfsonmicro.com\u003e\nAcked-by: eric miao \u003ceric.y.miao@gmail.com\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "311c736c19ec5d9cfc9518542aeee844c2bc7a86",
      "tree": "7a761be5d5cffdc0b55207fa7c817266aca8069d",
      "parents": [
        "d4e7d09f7accd1b0d1c8f149a44deffc8c141a46"
      ],
      "author": {
        "name": "Dmitry Baryshkov",
        "email": "dbaryshkov@gmail.com",
        "time": "Sat Apr 12 20:17:02 2008 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sat Apr 19 11:29:08 2008 +0100"
      },
      "message": "[ARM] 4973/1: Tosa: use leds-gpio driver.\n\nNow as the scoop pins are covered by the generic gpio API,\nwe can use leds-gpio driver instead of special leds-tosa.\n\nSigned-off-by: Dmitry Baryshkov \u003cdbaryshkov@gmail.com\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "d4e7d09f7accd1b0d1c8f149a44deffc8c141a46",
      "tree": "66b73501e3a89ba30da34a6c08c0961f93a0ab77",
      "parents": [
        "baf1c5d2a08c828d6333e0a37bcdf5afb3d5d003"
      ],
      "author": {
        "name": "Dmitry Baryshkov",
        "email": "dbaryshkov@gmail.com",
        "time": "Sat Apr 12 20:16:16 2008 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sat Apr 19 11:29:08 2008 +0100"
      },
      "message": "[ARM] 4972/1: Tosa: convert scoop GPIOs usage to generic gpio code\n\nConvert set/reset_scoop_gpio to generic gpio calls.\nThis patch depends on the pxaficp_ir hooks patch.\n\nSigned-off-by: Dmitry Baryshkov \u003cdbaryshkov@gmail.com\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "e21e2d467ab4dd050dd02620c74be1e2665d20b9",
      "tree": "93dc9e07f50192c97412e8f5126ef1592d00a5d0",
      "parents": [
        "0aa975613320fcd8434087b6d61ef6990ec24e7d"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Sun Apr 13 17:38:55 2008 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sat Apr 19 11:29:08 2008 +0100"
      },
      "message": "[ARM] pxa: lubbock: move mis-placed SPI info\n\nThe SPI information got placed in the middle of the SMC91x data.\nLets move it up a few lines so that we keep related things grouped\ntogether.\n\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "0aa975613320fcd8434087b6d61ef6990ec24e7d",
      "tree": "52a71039a12ea90cb663a2b7aa7600fe3c83f72b",
      "parents": [
        "b168281c07adf0a13f17368532fe787f1d23fd30"
      ],
      "author": {
        "name": "Dmitry Baryshkov",
        "email": "dbaryshkov@gmail.com",
        "time": "Sat Apr 12 20:02:50 2008 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sat Apr 19 11:29:08 2008 +0100"
      },
      "message": "[ARM] 4970/1: tosa: correct gpio used for wake up.\n\nTOSA_GPIO_ON_KEY can\u0027t wakeup the device. But the board\nprovides TOSA_GPIO_POWERON which is OR of (on_ac) and (on_button).\nUse it for wake up.\n\nSigned-off-by: Dmitry Baryshkov \u003cdbaryshkov@gmail.com\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "b168281c07adf0a13f17368532fe787f1d23fd30",
      "tree": "807dd84e9c0f48069f944b0c30b33a8d4441acd6",
      "parents": [
        "81447b2ee6a62cef884aa017e70bbe8c02f0d63b"
      ],
      "author": {
        "name": "Philipp Zabel",
        "email": "philipp.zabel@gmail.com",
        "time": "Sat Apr 12 13:29:22 2008 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sat Apr 19 11:29:08 2008 +0100"
      },
      "message": "[ARM] 4966/1: magician: add MFP pin configuration\n\nAlthough the GPIO alternate functions should be correctly set\nby the bootloader, configure them here to be sure.\nTo save power, FFUART/BTUART/STUART are left unconfigured (output, low)\nuntil they are needed by pxaficp or the magician GSM chipset driver.\n\nSigned-off-by: Philipp Zabel \u003cphilipp.zabel@gmail.com\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "81447b2ee6a62cef884aa017e70bbe8c02f0d63b",
      "tree": "f54135121703e5a0175f7fa2fd2403529a3cd40e",
      "parents": [
        "5dc3339aa5ba29593ea57814049ddca8c12831c8"
      ],
      "author": {
        "name": "Philipp Zabel",
        "email": "philipp.zabel@gmail.com",
        "time": "Sat Apr 12 13:28:02 2008 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sat Apr 19 11:29:08 2008 +0100"
      },
      "message": "[ARM] 4965/1: magician: use htc-pasic3,leds-pasic3,ds1wm,leds-gpio\n\nThis patch enables LEDs and the 1-wire bus (connected to\na DS2760 battery monitor) on the magician.\n\nSigned-off-by: Philipp Zabel \u003cphilipp.zabel@gmail.com\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "481ea5a16aaabe2570d56b5a4d29fa80adc8008b",
      "tree": "3faea590e21d7834e79bed97dd82d95589c57eee",
      "parents": [
        "2cb4734232e62ee95c1f7dafdc032b652eef49d7"
      ],
      "author": {
        "name": "Dmitry Baryshkov",
        "email": "dbaryshkov@gmail.com",
        "time": "Thu Apr 10 15:43:18 2008 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sat Apr 19 11:29:08 2008 +0100"
      },
      "message": "[ARM] 4958/2: tosa: fix i2c registration.\n\nAdd a call to pxa_set_i2c_info() to force i2c registration\n\nSigned-off-by: Dmitry Baryshkov \u003cdbaryshkov@gmail.com\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "2cb4734232e62ee95c1f7dafdc032b652eef49d7",
      "tree": "a62d969fc66e5cfab04302d74705d70bd26f0ac1",
      "parents": [
        "64c1dd3bbf67c958992c098d5d464a014df3fa46"
      ],
      "author": {
        "name": "Dmitry Baryshkov",
        "email": "dbaryshkov@gmail.com",
        "time": "Thu Apr 10 11:00:32 2008 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sat Apr 19 11:29:07 2008 +0100"
      },
      "message": "[ARM] 4960/1: Rewrite tosa pin configuration to use MFP tables.\n\nClean up all pins configuration to use currently proposed MFP table\nschema.\n\nSigned-off-by: Dmitry Baryshkov \u003cdbaryshkov@gmail.com\u003e\nAcked-by: eric miao \u003ceric.miao@marvell.com\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "60802188ece1c5b63deefc05b7b442625e575476",
      "tree": "73086824194a93e590368ceb378001cf21764d13",
      "parents": [
        "e07ff8d8091eff8e208fe1e406c15e5de0fffd63"
      ],
      "author": {
        "name": "Philipp Zabel",
        "email": "philipp.zabel@gmail.com",
        "time": "Wed Apr 09 19:28:53 2008 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sat Apr 19 11:29:07 2008 +0100"
      },
      "message": "[ARM] 4953/1: magician: add backlight power switching GPIOs\n\nSigned-off-by: Philipp Zabel \u003cphilipp.zabel@gmail.com\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "e07ff8d8091eff8e208fe1e406c15e5de0fffd63",
      "tree": "06a646e77f14f5d50fccdaa1d79186fb62df3546",
      "parents": [
        "350d115d1eaa29e64324847badf27c93159ba8e0"
      ],
      "author": {
        "name": "Philipp Zabel",
        "email": "philipp.zabel@gmail.com",
        "time": "Wed Apr 09 19:27:10 2008 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sat Apr 19 11:29:07 2008 +0100"
      },
      "message": "[ARM] 4952/1: magician: add LCD detection, LCD power switching, update pxafb settings\n\nAll magician devices I\u0027ve encountered so far have featured the Toppoly\nTD028STEB1 display, so the Samsung LTP280QV support is untested.\nThe power-on sequence is not correct because pxafb doesn\u0027t yet support\nenabling the LCD controller in the middle of the it.\n\nSigned-off-by: Philipp Zabel \u003cphilipp.zabel@gmail.com\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "350d115d1eaa29e64324847badf27c93159ba8e0",
      "tree": "044fdd6f3ef6a40d3b0dfc8c684f9228b675c9f9",
      "parents": [
        "bdb0c16acb51b7bf15d626848f287691ef39dbe8"
      ],
      "author": {
        "name": "Philipp Zabel",
        "email": "philipp.zabel@gmail.com",
        "time": "Wed Apr 09 19:25:56 2008 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sat Apr 19 11:29:07 2008 +0100"
      },
      "message": "[ARM] 4951/1: magician: enable external power supply (pda_power) driver\n\nSigned-off-by: Philipp Zabel \u003cphilipp.zabel@gmail.com\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "bdb0c16acb51b7bf15d626848f287691ef39dbe8",
      "tree": "52e333deb09d45eedd96723e39794c1c81f353e1",
      "parents": [
        "aa7975901b949501d47af8225f23bee1116cd441"
      ],
      "author": {
        "name": "Philipp Zabel",
        "email": "philipp.zabel@gmail.com",
        "time": "Wed Apr 09 19:24:55 2008 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sat Apr 19 11:29:07 2008 +0100"
      },
      "message": "[ARM] 4950/1: magician: enable MMC support\n\nSigned-off-by: Philipp Zabel \u003cphilipp.zabel@gmail.com\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "aa7975901b949501d47af8225f23bee1116cd441",
      "tree": "0e7ac58526809ae88ebe56af9cafddcdb6ef7dcd",
      "parents": [
        "70e357f8426c54e1500ac4fdb6b1172df16d8b93"
      ],
      "author": {
        "name": "Philipp Zabel",
        "email": "philipp.zabel@gmail.com",
        "time": "Wed Apr 09 19:24:05 2008 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sat Apr 19 11:29:07 2008 +0100"
      },
      "message": "[ARM] 4949/1: magician: enable flash VPP GPIO and build in MTD, physmap-flash and JFFS2\n\nThis enables rootfs on StrataFlash if the bootloader supplies the\npartition list.\n\nSigned-off-by: Philipp Zabel \u003cphilipp.zabel@gmail.com\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "70e357f8426c54e1500ac4fdb6b1172df16d8b93",
      "tree": "37b8d927ed21561a5f103bba83188e7bf60a17c9",
      "parents": [
        "a1635b8fe59de2c5223cda5ca8397b875c901904"
      ],
      "author": {
        "name": "Philipp Zabel",
        "email": "philipp.zabel@gmail.com",
        "time": "Wed Apr 09 19:22:57 2008 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sat Apr 19 11:29:07 2008 +0100"
      },
      "message": "[ARM] 4948/1: magician: use htc-egpio to drive the GPIO/IRQ expander CPLD\n\nneeded for power management (audio, BT, charging, GSM, LCD, SD), GSM, flash and SD operation and audio routing.\n\nSigned-off-by: Philipp Zabel \u003cphilipp.zabel@gmail.com\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "e6816f34e4ee237fc1b54e0357e9ea31462ad411",
      "tree": "c4cd7946f62d12b8440c5f793819a53ccf537081",
      "parents": [
        "103a1754894eecf488103f7739061e7e767049ad"
      ],
      "author": {
        "name": "Philipp Zabel",
        "email": "philipp.zabel@gmail.com",
        "time": "Wed Apr 09 19:14:15 2008 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sat Apr 19 11:29:06 2008 +0100"
      },
      "message": "[ARM] 4944/2: magician: enable i2c bus\n\nSince recent PXA changes the (non-power-)I2C bus has to be explicitly\nenabled from board initialisation code.\n\nSigned-off-by: Philipp Zabel \u003cphilipp.zabel@gmail.com\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "df56eacdd5b1018f3f2831ff245a7cb70c602454",
      "tree": "471d2e51d9e1a92fe1378add266a4447c27c11b0",
      "parents": [
        "4fa575b2376c26a2204f9d848e7555452888b69b"
      ],
      "author": {
        "name": "Philipp Zabel",
        "email": "philipp.zabel@gmail.com",
        "time": "Tue Apr 08 19:36:06 2008 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sat Apr 19 11:29:06 2008 +0100"
      },
      "message": "[ARM] 4942/1: magician: fix the backlight driver name\n\ncorgi_bl was renamed to generic_bl.\n\nSigned-off-by: Philipp Zabel \u003cphilipp.zabel@gmail.com\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "b86a5da8f7f57b9b0fe468d83d3f2af297fa1e14",
      "tree": "4d8cda4e5640c6b25b244b5997ed0e42392f1b48",
      "parents": [
        "835e7f1c9ab03db6aa51973aee71d13ccb09cb19"
      ],
      "author": {
        "name": "Mark Brown",
        "email": "broonie@sirena.org.uk",
        "time": "Wed Apr 09 11:32:21 2008 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sat Apr 19 11:29:06 2008 +0100"
      },
      "message": "[ARM] 4946/1: pxa3xx: Print an error if we refuse to suspend\n\nThe PXA3xx will not suspend if there are no wakeup sources configured.\nPrint a diagnostic message to make it easier for the user to see what\u0027s\nhappening.\n\nSigned-off-by: Mark Brown \u003cbroonie@opensource.wolfsonmicro.com\u003e\nAcked-by: eric miao \u003ceric.y.miao@gmail.com\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "835e7f1c9ab03db6aa51973aee71d13ccb09cb19",
      "tree": "e73ea2c123b0d67c89c83234146daf4dbdedfcdf",
      "parents": [
        "90b8fc34968d3f6c70e309d97597682f119220b9"
      ],
      "author": {
        "name": "Mark Brown",
        "email": "broonie@sirena.org.uk",
        "time": "Mon Apr 07 17:16:34 2008 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sat Apr 19 11:29:06 2008 +0100"
      },
      "message": "[ARM] 4901/3: mainstone: Register primary I2C bus\n\nMainstone has the primary I2C bus exposed for use on plugin modules.\n\nSigned-off-by: Mark Brown \u003cbroonie@opensource.wolfsonmicro.com\u003e\nAcked-by: eric miao \u003ceric.y.miao@gmail.com\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "90b8fc34968d3f6c70e309d97597682f119220b9",
      "tree": "d3a8d773f850968fe54ad1fe96472925e4c3e392",
      "parents": [
        "4354e188121d92c28647146b70a8c303b46a7dcd"
      ],
      "author": {
        "name": "Jaya Kumar",
        "email": "jayakumar.arm@gmail.com",
        "time": "Sat Mar 15 05:11:07 2008 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sat Apr 19 11:29:06 2008 +0100"
      },
      "message": "[ARM] 4867/1: Adds flash, udc, mci support for gumstix F boards\n\nThis patch implements support for Gumstix-F flash, udc and mci. Fixes since the last time are:\n- Steve Sakoman as maintainer\n- cleanup for udc and mci setup\n\nSigned-off-by: Jaya Kumar \u003cjayakumar.lkml@gmail.com\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "5fa41510f0f481d5139c732c5c6aac4b4a722828",
      "tree": "a81d9d4e9baa92030af6e22a8895604692ff412d",
      "parents": [
        "468e086f78fb4ff69cefc256d7cd0673e95906d6"
      ],
      "author": {
        "name": "eric miao",
        "email": "eric.miao@marvell.com",
        "time": "Wed Jan 23 15:07:22 2008 +0800"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sat Apr 19 11:29:06 2008 +0100"
      },
      "message": "[ARM] pxa: add keypad support for littleton\n\nSigned-off-by: eric miao \u003ceric.miao@marvell.com\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "468e086f78fb4ff69cefc256d7cd0673e95906d6",
      "tree": "22d91c8dad4060176c8319dfe68b961315014838",
      "parents": [
        "55c26e4011572a2e1329cbff92e930838010ba88"
      ],
      "author": {
        "name": "eric miao",
        "email": "eric.miao@marvell.com",
        "time": "Wed Jan 23 14:25:50 2008 +0800"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sat Apr 19 11:29:05 2008 +0100"
      },
      "message": "[ARM] pxa: add keypad support for zylonite\n\nSigned-off-by: eric miao \u003ceric.miao@marvell.com\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "55c26e4011572a2e1329cbff92e930838010ba88",
      "tree": "1fd0a094ee048ea1e46e0573d0bd2139d158c855",
      "parents": [
        "37320980414f5a7654ee08a047194224c6bba46e"
      ],
      "author": {
        "name": "eric miao",
        "email": "eric.miao@marvell.com",
        "time": "Wed Jan 23 14:25:27 2008 +0800"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sat Apr 19 11:29:05 2008 +0100"
      },
      "message": "[ARM] pxa: add partial keypad support for mainstone\n\nThis is partial because mainstone\u0027s keypad is really special, some of\nthe keys like \u00271\u0027, \u00272\u0027, ... are actually connected to two row/column\njuntions, thus pressing \u00271\u0027 is equivalent to pressing \u0027A\u0027 \u0026 \u0027H\u0027.\n\nThis is really brain damanged since it makes distinguishing between\npressing \u00271\u0027 and multiple keys pressing of \u0027A\u0027 \u0026 \u0027H\u0027 difficult.\n\nSo these special keys are not supported for the time being.\n\nSigned-off-by: eric miao \u003ceric.miao@marvell.com\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "37320980414f5a7654ee08a047194224c6bba46e",
      "tree": "a8d6efa1f182e22b2f05ab5d31722d97acd7d7dc",
      "parents": [
        "450d28749c9bf2cc6d274695fe454bb53456428d"
      ],
      "author": {
        "name": "eric miao",
        "email": "eric.miao@marvell.com",
        "time": "Wed Jan 23 13:39:13 2008 +0800"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sat Apr 19 11:29:05 2008 +0100"
      },
      "message": "[ARM] pxa: add pxa27x_keypad device and pxa_set_keypad_info()\n\nalso update the clk definitions in pxa27x and pxa3xx.\n\nSigned-off-by: eric miao \u003ceric.miao@marvell.com\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "450d28749c9bf2cc6d274695fe454bb53456428d",
      "tree": "14bad60257b25880691d1143bd2a6c37a2e93c55",
      "parents": [
        "c0a596d6a138ea281bed4ff3018c07c45dd245a2"
      ],
      "author": {
        "name": "eric miao",
        "email": "eric.miao@marvell.com",
        "time": "Tue Mar 11 10:06:38 2008 +0800"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sat Apr 19 11:29:05 2008 +0100"
      },
      "message": "[ARM] pxa: use gpio_keys.c to support mainstone\u0027s wakeup switch of GPIO1\n\nNOTE: currently don\u0027t know if the key code of KEY_SUSPEND is fit for\nsuch usage.\n\nSigned-off-by: eric miao \u003ceric.miao@marvell.com\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "c0a596d6a138ea281bed4ff3018c07c45dd245a2",
      "tree": "ab3c25663433bf8c3f16026d969f9722d4ecff92",
      "parents": [
        "9b02b2df0099c083ea40ba8c7068e3dcbe381302"
      ],
      "author": {
        "name": "eric miao",
        "email": "eric.miao@marvell.com",
        "time": "Tue Mar 11 09:46:28 2008 +0800"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sat Apr 19 11:29:05 2008 +0100"
      },
      "message": "[ARM] pxa: allow dynamic enable/disable of GPIO wakeup for pxa{25x,27x}\n\nChanges include:\n\n1. rename MFP_LPM_WAKEUP_ENABLE into MFP_LPM_CAN_WAKEUP to indicate\n   the board capability of this pin to wakeup the system\n\n2. add gpio_set_wake() and keypad_set_wake() to allow dynamically\n   enable/disable wakeup from GPIOs and keypad GPIO\n\n   * these functions are currently kept in mfp-pxa2xx.c due to their\n     dependency to the MFP configuration\n\n3. pxa2xx_mfp_config() only gives early warning if MFP_LPM_CAN_WAKEUP\n   is set on incorrect pins\n\nSo that the GPIO\u0027s wakeup capability is now decided by the following:\n\n   a) processor\u0027s capability: (only those GPIOs which have dedicated\n      bits within PWER/PRER/PFER can wakeup the system), this is\n      initialized by pxa{25x,27x}_init_mfp()\n\n   b) board design decides:\n      - whether the pin is designed to wakeup the system (some of\n        the GPIOs are configured as other functions, which is not\n        intended to be a wakeup source), by OR\u0027ing the pin config\n        with MFP_LPM_CAN_WAKEUP\n\n      - which edge the pin is designed to wakeup the system, this\n        may depends on external peripherals/connections, which is\n        totally board specific; this is indicated by MFP_LPM_EDGE_*\n\n   c) the corresponding device\u0027s (most likely the gpio_keys.c) wakeup\n      attribute:\n\nSigned-off-by: eric miao \u003ceric.miao@marvell.com\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "9b02b2df0099c083ea40ba8c7068e3dcbe381302",
      "tree": "1d3c7ec4bc1b930c072c32bd87589dab88319510",
      "parents": [
        "fef06d274feb9b0e5a2d20c29b2979634514243f"
      ],
      "author": {
        "name": "eric miao",
        "email": "eric.miao@marvell.com",
        "time": "Wed Feb 13 08:52:38 2008 +0800"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sat Apr 19 11:29:05 2008 +0100"
      },
      "message": "[ARM] pxa: use new pin configuration mechanism for lubbock\n\nSigned-off-by: eric miao \u003ceric.miao@marvell.com\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "fef06d274feb9b0e5a2d20c29b2979634514243f",
      "tree": "b85fa0ac5f5f2d4d99da51e74c7a650a6ca07db7",
      "parents": [
        "3d3934c357103504d0f0a5e9ab808bb57e356f6a"
      ],
      "author": {
        "name": "eric miao",
        "email": "eric.miao@marvell.com",
        "time": "Mon Feb 04 17:15:50 2008 +0800"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sat Apr 19 11:29:05 2008 +0100"
      },
      "message": "[ARM] pxa: use new pin configuration mechanism for mainstone\n\n1. the following code to configure PGSRx is no way portable and\n   intuitive:\n\n-\tPGSR0 \u003d 0x00008800;\n-       PGSR1 \u003d 0x00000002;\n-       PGSR2 \u003d 0x0001FC00;\n-       PGSR3 \u003d 0x00001F81;\n\n   this is removed as low power state has already been encoded in\n   the pin configuration definitions.\n\n   Note: there is no specific reason for some of the GPIOs to drive\n   high in low power mode as indicated by the above setting, those\n   bits are ignored, and the result is validated to work.\n\n2. the following code to configure GPIO wakeup is removed as this\n   is now totally handled by pxa2xx_mfp_config():\n\n-       PWER  \u003d 0xC0000002;\n-       PRER  \u003d 0x00000002;\n-       PFER  \u003d 0x00000002;\n\nSigned-off-by: eric miao \u003ceric.miao@marvell.com\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "3d3934c357103504d0f0a5e9ab808bb57e356f6a",
      "tree": "c5b2dc3b2c6e028aab06fe087b2e20d3e961f4f4",
      "parents": [
        "7facc2f9374159795af2a3f8b3e682b4ee230643"
      ],
      "author": {
        "name": "eric miao",
        "email": "eric.miao@marvell.com",
        "time": "Sun Feb 03 15:49:09 2008 +0800"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sat Apr 19 11:29:04 2008 +0100"
      },
      "message": "[ARM] pxa: move ARRAY_AND_SIZE definition to generic.h\n\nfor use by other platforms\n\nSigned-off-by: eric miao \u003ceric.miao@marvell.com\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "7facc2f9374159795af2a3f8b3e682b4ee230643",
      "tree": "7a62c65e06f480d6924c00108ef8efc625054ccb",
      "parents": [
        "a683b14df8f4320d0ef6cac93a6d9806173bf339"
      ],
      "author": {
        "name": "eric miao",
        "email": "eric.miao@marvell.com",
        "time": "Wed Mar 05 17:16:29 2008 +0800"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sat Apr 19 11:29:04 2008 +0100"
      },
      "message": "[ARM] pxa: add MFP-alike pin configuration support for pxa{25x, 27x}\n\nPin configuration on pxa{25x,27x} has now separated from generic GPIO\ninto dedicated mfp-pxa2xx.c by this patch. The name \"mfp\" is borrowed\nfrom pxa3xx and is used here to alert the difference between the two\nconcepts: pin configuration and generic GPIOs.  A GPIO can be called\na \"GPIO\" _only_ when the corresponding pin is configured so.\n\nA pin configuration on pxa{25x,27x} is composed of:\n\n    - alternate function selection (or pin mux as commonly called)\n    - low power state or sleep state\n    - wakeup enabling from low power mode\n\nThe following MFP_xxx bit definitions in mfp.h are re-used:\n\n    - MFP_PIN(x)\n    - MFP_AFx\n    - MFP_LPM_DRIVE_{LOW, HIGH}\n    - MFP_LPM_EDGE_*\n\nSelecting alternate function on pxa{25x, 27x} involves configuration\nof GPIO direction register GPDRx, so a new bit and MFP_DIR_{IN, OUT}\nare introduced. And pin configurations are defined by the following\ntwo macros:\n\n    - MFP_CFG_IN  : for input alternate functions\n    - MFP_CFG_OUT : for output alternate functions\n\nEvery configuration should provide a low power state if it configured\nas output using MFP_CFG_OUT().  As a general guideline, the low power\nstate should be decided to minimize the overall power dissipation. As\nan example, it is better to drive the pin as high level in low power\nmode if the GPIO is configured as an active low chip select.\n\nPins configured as GPIO are defined by MFP_CFG_IN(). This is to avoid\nside effects when it is firstly configured as output.  The actual\ndirection of the GPIO is configured by gpio_direction_{input, output}\n\nWakeup enabling on pxa{25x, 27x} is actually GPIO based wakeup, thus\nthe device based enable_irq_wake() mechanism is not applicable here.\n\nE.g.  invoking enable_irq_wake() with a GPIO IRQ as in the following\ncode to enable OTG wakeup is by no means portable and intuitive, and\nit is valid _only_ when GPIO35 is configured as USB_P2_1:\n\n    enable_irq_wake( gpio_to_irq(35) );\n\nTo make things worse, not every GPIO is able to wakeup the system.\nOnly a small number of them can, on either rising or falling edge,\nor when level is high (for keypad GPIOs).\n\nThus, another new bit is introduced to indicate that the GPIO will\nwakeup the system:\n\n    - MFP_LPM_WAKEUP_ENABLE\n\nThe following macros can be used in platform code, and be OR\u0027ed to\nthe GPIO configuration to enable its wakeup:\n\n    - WAKEUP_ON_EDGE_{RISE, FALL, BOTH}\n    - WAKEUP_ON_LEVEL_HIGH\n\nThe WAKEUP_ON_LEVEL_HIGH is used for keypad GPIOs _only_, there is\nno edge settings for those GPIOs.\n\nThese WAKEUP_ON_* flags OR\u0027ed on wrong GPIOs will be ignored in case\nthat platform code author is careless enough.\n\nThe tradeoff here is that the wakeup source is fully determined by\nthe platform configuration, instead of enable_irq_wake().\n\nSigned-off-by: eric miao \u003ceric.miao@marvell.com\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "a683b14df8f4320d0ef6cac93a6d9806173bf339",
      "tree": "d398ad79e265d7664a36f053ba7b5cc9595b8d26",
      "parents": [
        "4be35e236c4a0e346442d98de3e470cf87c4e947"
      ],
      "author": {
        "name": "eric miao",
        "email": "eric.miao@marvell.com",
        "time": "Mon Mar 03 09:44:25 2008 +0800"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sat Apr 19 11:29:04 2008 +0100"
      },
      "message": "[ARM] pxa: separate GPIOs and their mode definitions to pxa2xx-gpio.h\n\ntwo reasons:\n1. GPIO namings and their mode definitions are conceptually not part\n   of the PXA register definitions\n\n2. this is actually a temporary move in the transition of PXA2xx to\n   use MFP-alike APIs (as what PXA3xx is now doing), so that legacy\n   code will still work and new code can be added in step by step\n\nSigned-off-by: eric miao \u003ceric.miao@marvell.com\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "4be35e236c4a0e346442d98de3e470cf87c4e947",
      "tree": "695484879f89212223df9f9163253bb828a84d54",
      "parents": [
        "06b2666e89c85640c7eddd67e7bee292a9afeceb"
      ],
      "author": {
        "name": "eric miao",
        "email": "eric.miao@marvell.com",
        "time": "Mon Feb 04 10:07:09 2008 +0800"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sat Apr 19 11:29:04 2008 +0100"
      },
      "message": "[ARM] pxa: move mfp sysdev registeration out for suspend/resume order\n\nMFP configurations after resume should be done before the GPIO registers\nare restored.  Move the mfp sysdev registeration to the same place where\nGPIO and IRQ sysdev(s) are registered to better control the order.\n\nSigned-off-by: eric miao \u003ceric.miao@marvell.com\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "06b2666e89c85640c7eddd67e7bee292a9afeceb",
      "tree": "dfe2c982e83c3b4ce52606d44365c9d04d47093b",
      "parents": [
        "689c04a3904d68343a9258e2de12412e3bb89d09"
      ],
      "author": {
        "name": "eric miao",
        "email": "eric.miao@marvell.com",
        "time": "Mon Mar 03 08:59:13 2008 +0800"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sat Apr 19 11:29:04 2008 +0100"
      },
      "message": "[ARM] pxa: rename mfp.c to mfp-pxa3xx.c to indicate it\u0027s pxa3xx specific\n\nSigned-off-by: eric miao \u003ceric.miao@marvell.com\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "689c04a3904d68343a9258e2de12412e3bb89d09",
      "tree": "777b047f0a21f87296dd9e29bea06108b6e03e91",
      "parents": [
        "663707c1a99b23a79f9e21117b7c1bdbfe80a899"
      ],
      "author": {
        "name": "eric miao",
        "email": "eric.miao@marvell.com",
        "time": "Tue Mar 04 17:18:38 2008 +0800"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sat Apr 19 11:29:04 2008 +0100"
      },
      "message": "[ARM] pxa: make pxa_gpio_irq_type() processor generic\n\nThe main issue here is that pxa3xx does not have GAFRx registers,\naccess directly to these registers should be avoided for pxa3xx:\n\n1. introduce __gpio_is_occupied() to indicate the GAFRx and GPDRx\n   registers are already configured on pxa{25x,27x} while returns\n   0 always on pxa3xx\n\n2. pxa_gpio_mode(gpio | GPIO_IN) is replaced directly with assign-\n   ment of GPDRx, the side effect of this change is that the pin\n   _must_ be configured before use, pxa_gpio_irq_type() will not\n   change the pin to GPIO, as this restriction is sane, esp. with\n   the new MFP framework\n\nSigned-off-by: eric miao \u003ceric.miao@marvell.com\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "663707c1a99b23a79f9e21117b7c1bdbfe80a899",
      "tree": "f864865940e4f5252b56ee295cf317cbb0c12631",
      "parents": [
        "b9e25aced33eeb7279ccbaef198f28370cfb4e93"
      ],
      "author": {
        "name": "eric miao",
        "email": "eric.miao@marvell.com",
        "time": "Tue Mar 04 16:13:58 2008 +0800"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sat Apr 19 11:29:04 2008 +0100"
      },
      "message": "[ARM] pxa: move GPIO sysdev outside of generic.c into gpio.c\n\nSigned-off-by: eric miao \u003ceric.miao@marvell.com\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "b9e25aced33eeb7279ccbaef198f28370cfb4e93",
      "tree": "149cac52a08fd81dbfbf611f96332f2e5341c58a",
      "parents": [
        "f6fb7af4768bc1ddc2349f6eaefedd746c8e4913"
      ],
      "author": {
        "name": "eric miao",
        "email": "eric.miao@marvell.com",
        "time": "Tue Mar 04 14:19:58 2008 +0800"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sat Apr 19 11:29:04 2008 +0100"
      },
      "message": "[ARM] pxa: merge assignment of set_wake into pxa_init_{irq,gpio}()\n\nTo further clean up the GPIO and IRQ structure:\n\n1. pxa_init_irq_gpio() and pxa_init_gpio() combines into a single\n   function pxa_init_gpio()\n\n2. assignment of set_wake merged into pxa_init_{irq,gpio}() as\n   an argument\n\nSigned-off-by: eric miao \u003ceric.miao@marvell.com\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "f6fb7af4768bc1ddc2349f6eaefedd746c8e4913",
      "tree": "ade9682bb833f1b576609b4344b4e55ce20a8500",
      "parents": [
        "e3630db1fa7677b350fd5a1ac5498cc48448ae28"
      ],
      "author": {
        "name": "eric miao",
        "email": "eric.miao@marvell.com",
        "time": "Tue Mar 04 13:53:05 2008 +0800"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sat Apr 19 11:29:04 2008 +0100"
      },
      "message": "[ARM] pxa: integrate low IRQ chip (ICIP) and high IRQ chip (ICIP2) into one\n\nThis makes the code better organized and simplified a bit.  The change\nwill lose a bit of performance when performing IRQ ack/mask/unmask,but\nthat\u0027s not too much after checking the result binary.\n\nThis patch also removes the ugly #ifdef CONFIG_PXA27x .. #endif by\ncarefully not to access those pxa{27x,3xx} specific registers, this\nis done by keeping an internal IRQ number variable.  The pxa-regs.h\nis also modified so registers for IRQ \u003e PXA_IRQ(31) are made public\neven if CONFIG_PXA{27x,3xx} isn\u0027t defined (for pxa25x\u0027s sake)\n\nThe incorrect assumption in the original code that internal irq starts\nfrom 0 is also corrected by comparing with PXA_IRQ(0).\n\n\"struct sys_device\" for the IRQ are reduced into one single device on\npxa{27x,3xx}.\n\nSigned-off-by: eric miao \u003ceric.miao@marvell.com\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "e3630db1fa7677b350fd5a1ac5498cc48448ae28",
      "tree": "13fb517ac69a7a7a34851a0c4019d65f0b1bab8c",
      "parents": [
        "0e037bbb4a639fff01cebf552db19237ec688678"
      ],
      "author": {
        "name": "eric miao",
        "email": "eric.miao@marvell.com",
        "time": "Tue Mar 04 11:42:26 2008 +0800"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sat Apr 19 11:29:03 2008 +0100"
      },
      "message": "[ARM] pxa: move GPIO IRQ specific code out of irq.c into gpio.c\n\nSigned-off-by: eric miao \u003ceric.miao@marvell.com\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "0e037bbb4a639fff01cebf552db19237ec688678",
      "tree": "64e182e2ab0295b3d5b9501ca92521d32b2554e2",
      "parents": [
        "dfa1067996390dfd4b1ce449676500fab4980ce2"
      ],
      "author": {
        "name": "eric miao",
        "email": "eric.miao@marvell.com",
        "time": "Mon Mar 03 13:20:20 2008 +0800"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sat Apr 19 11:29:03 2008 +0100"
      },
      "message": "[ARM] pxa: introduce GPIO_CHIP() macro to clean up the definitions\n\nSigned-off-by: eric miao \u003ceric.miao@marvell.com\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "dfa1067996390dfd4b1ce449676500fab4980ce2",
      "tree": "3f6ff13e8df17fbc3b970fb9e4cb86c5afafd3ba",
      "parents": [
        "a7bf4dbabac2a1ccd56527a56c82af720e7a00d1"
      ],
      "author": {
        "name": "eric miao",
        "email": "eric.miao@marvell.com",
        "time": "Tue Mar 04 11:18:48 2008 +0800"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sat Apr 19 11:29:03 2008 +0100"
      },
      "message": "[ARM] pxa: cleanup the coding style of pxa_gpio_set_type()\n\nby\n\n1. wrapping long lines and making comments tidy\n\n2. using IRQ_TYPE_* instead of migration macros __IRQT_*\n\n3. introduce a pr_debug() for the commented printk(KERN_DEBUG ...)\n   stuff\n\nSigned-off-by: eric miao \u003ceric.miao@marvell.com\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "a7bf4dbabac2a1ccd56527a56c82af720e7a00d1",
      "tree": "176c55c9ea2d545e93bbe9371c29d55bafcfa160",
      "parents": [
        "7a26d3a33fd9adcbfd4fa2ca2d7e8a8272817935"
      ],
      "author": {
        "name": "eric miao",
        "email": "eric.miao@marvell.com",
        "time": "Tue Mar 04 11:12:14 2008 +0800"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sat Apr 19 11:29:03 2008 +0100"
      },
      "message": "[ARM] pxa: make GPIO IRQ code less dependent on the internal IRQs\n\nby:\n\n1. introduce dedicated pxa_{mask,unmask}_low_gpio()\n\n2. remove set_irq_chip(IRQ_GPIO_2_x, ...) which has already been\n   initialized in pxa_init_irq()\n\n3. introduce dedicated pxa_init_gpio_set_wake()\n\nSigned-off-by: eric miao \u003ceric.miao@marvell.com\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "7a26d3a33fd9adcbfd4fa2ca2d7e8a8272817935",
      "tree": "2e0aac15ed22525880dcf35f23cd60f7bd098a96",
      "parents": [
        "d72b1370b0b45f1fabda5ae4d603773d8a2c226a"
      ],
      "author": {
        "name": "eric miao",
        "email": "eric.miao@marvell.com",
        "time": "Tue Mar 04 10:57:18 2008 +0800"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sat Apr 19 11:29:03 2008 +0100"
      },
      "message": "[ARM] pxa: generalize the muxed gpio IRQ handling code with loop and ffs()\n\n1. As David Brownell suggests, using ffs() is going to make the loop\n   a bit faster (by avoiding unnecessary shift and iteration)\n\n2. Russell suggested find_{first,next}_bit() being used with the\n   gedr[] array\n\nSigned-off-by: eric miao \u003ceric.miao@marvell.com\u003e\nCc: David Brownell \u003cdavid-b@pacbell.net\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "60bfe7fa3dc13fe90d273371b65ae3ec89583c52",
      "tree": "8ba51a09944c0e7e3b0d7bef2c20a15df4c673c1",
      "parents": [
        "27b98a671ff4cda89ba279452115000da59a9067"
      ],
      "author": {
        "name": "Mark Brown",
        "email": "broonie@sirena.org.uk",
        "time": "Tue Mar 04 11:14:23 2008 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sat Apr 19 11:29:03 2008 +0100"
      },
      "message": "[ARM] 4832/2: Support AC97CLK on PXA3xx via the clock API\n\nThe AC97 clock rate on PXA3xx is generated with a configurable divider\nfrom sys_pll.\n\nSigned-off-by: Mark Brown \u003cbroonie@opensource.wolfsonmicro.com\u003e\nAcked-by: eric miao \u003ceric.miao@marvell.com\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "27b98a671ff4cda89ba279452115000da59a9067",
      "tree": "7c8d03b499dcd76100d950359172fb3113e8abb0",
      "parents": [
        "dcc88a170ce9f90e4b819c67feebb16e8a123f79"
      ],
      "author": {
        "name": "Mark Brown",
        "email": "broonie@sirena.org.uk",
        "time": "Tue Mar 04 11:14:22 2008 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sat Apr 19 11:29:02 2008 +0100"
      },
      "message": "[ARM] 4831/2: Add PXA2xx AC97 clocks to clock API\n\nSigned-off-by: Mark Brown \u003cbroonie@opensource.wolfsonmicro.com\u003e\nAcked-by: eric miao \u003ceric.miao@marvell.com\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "dcc88a170ce9f90e4b819c67feebb16e8a123f79",
      "tree": "a4407f2d6ebdce9d386c27252dbaeec3f210abc1",
      "parents": [
        "184dd48102425467fbbb209765894b04f668a9de"
      ],
      "author": {
        "name": "Mark Brown",
        "email": "broonie@sirena.org.uk",
        "time": "Wed Feb 13 16:39:21 2008 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sat Apr 19 11:29:02 2008 +0100"
      },
      "message": "[ARM] 4830/1: Add support for the CLK_POUT pin on PXA3xx CPUs\n\nExpose control of the PXA3xx 13MHz CLK_POUT pin via the clock API\n\nSigned-off-by: Mark Brown \u003cbroonie@opensource.wolfsonmicro.com\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "8e86f4271aaac7685923b80cf57972be41afbc1d",
      "tree": "4817fbfdd60d4cccf6b87876765ce64f044d624a",
      "parents": [
        "92df78519d0a6a8677cb827b5a1b7d2520d7e202"
      ],
      "author": {
        "name": "Harvey Harrison",
        "email": "harvey.harrison@gmail.com",
        "time": "Tue Mar 04 15:08:02 2008 -0800"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Thu Mar 06 12:18:18 2008 +0000"
      },
      "message": "[ARM] replace remaining __FUNCTION__ occurrences\n\n__FUNCTION__ is gcc-specific, use __func__\n\nSigned-off-by: Harvey Harrison \u003charvey.harrison@gmail.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": "ceee4f98f73bb7a1f6ee6710b9ebffd0ecb8c0ca",
      "tree": "621964f6e1e0944740770082a2bb6a1d5037a80d",
      "parents": [
        "7a987e82cd9175215dec6339d383d64e551c8899"
      ],
      "author": {
        "name": "eric miao",
        "email": "eric.y.miao@gmail.com",
        "time": "Wed Feb 27 02:01:11 2008 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Fri Feb 29 22:47:27 2008 +0000"
      },
      "message": "[ARM] 4842/1: pxa: remove redundant IRQ saving/restoring in clk_pxa3xx_cken_*\n\nThis is unnecessary since it is already protected by\nspin_lock_irq{save, restore} in clock.c.\n\nSigned-off-by: eric miao \u003ceric.miao@marvell.com\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "7a987e82cd9175215dec6339d383d64e551c8899",
      "tree": "6e4e26d46215f1cecf19837d72b1460046de1c06",
      "parents": [
        "a3359e21c06cb5b366fb47307b3d2fd23386a774"
      ],
      "author": {
        "name": "eric miao",
        "email": "eric.y.miao@gmail.com",
        "time": "Wed Feb 27 02:00:26 2008 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Fri Feb 29 22:47:25 2008 +0000"
      },
      "message": "[ARM] 4841/1: pxa: fix typo in LCD platform data definition code for zylonite\n\nSigned-off-by: eric miao \u003ceric.miao@marvell.com\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "c710e39cbec4f3d60acd07f5356404a61bc1959a",
      "tree": "2cee720b096f83c1049a36cf7945d23cf91f334d",
      "parents": [
        "5ce94e9e8b469a17fbd3efa1b940c19b5e43449a"
      ],
      "author": {
        "name": "Randy Dunlap",
        "email": "randy.dunlap@oracle.com",
        "time": "Wed Feb 27 12:11:16 2008 -0800"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Fri Feb 29 22:47:17 2008 +0000"
      },
      "message": "[ARM] eliminate MODULE_PARM() usage\n\nConvert debug-only (and removed) MODULE_PARM() to module_param().\nCompiles cleanly (with DEBUG\u003d1).\n\nSigned-off-by: Randy Dunlap \u003crandy.dunlap@oracle.com\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "ea833f0b5a8afcc698c5ccb06237902c0e21e032",
      "tree": "c614c6a58f30f4c3b38ee43f527251a113681edd",
      "parents": [
        "ac2bf5bdc6ab9d820152623122973ccb1c166031"
      ],
      "author": {
        "name": "Holger Schurig",
        "email": "h.schurig@mn-solutions.de",
        "time": "Mon Feb 11 16:53:15 2008 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sun Feb 17 10:42:10 2008 +0000"
      },
      "message": "[ARM] 4829/1: add .get method to pxa-cpufreq to silence a warning\n\nThe .get method is needed for suspend/resume. Otherwise you\nget this in dmesg:\n\ncpufreq: suspend failed to assert current frequency is what timing core thinks it is.\ncpufreq: resume failed to assert current frequency is what timing core thinks it is.\n\nSigned-off-by: Holger Schurig \u003chs4233@mail.mn-solutions.de\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "a0dd005d1d9f4c3beab52086f3844ef9342d1e67",
      "tree": "df87f09d8fc0a6cba0a2e341e8835767da1a714e",
      "parents": [
        "1309d4e68497184d2fd87e892ddf14076c2bda98"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Sun Feb 17 10:35:15 2008 +0000"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sun Feb 17 10:41:59 2008 +0000"
      },
      "message": "[ARM] pxa: fix clock lookup to find specific device clocks\n\nEnsure that the clock lookup always finds an entry for a specific\ndevice and ID before it falls back to finding just by ID.  This\nfixes a problem reported by Holger Schurig where the BTUART was\nassigned the wrong clock.\n\nTested-by: Holger Schurig \u003chs4233@mail.mn-solutions.de\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "86260f987319fb526e920fbe317933e5b3a0691e",
      "tree": "7ab271f7d98e79b368ec70744a5a20b896c38c8c",
      "parents": [
        "f13fd3cc9147801bdf56f5964c58c9838a74dd47"
      ],
      "author": {
        "name": "Dmitry Krivoschekov",
        "email": "dmitry.krivoschekov@gmail.com",
        "time": "Fri Feb 08 15:02:03 2008 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sat Feb 09 22:43:14 2008 +0000"
      },
      "message": "[ARM] 4824/1: pxa: clear RDH bit after any reset\n\nAccording to PXA300/310 and PXA320 Developer manuals,\nthe ASCR[RDH] \"bit needs to be cleared as part of the software\ninitialization coming out of any reset and coming out of D3\".\nThe latter requirement is addressed by commit\n\"c4d1fb627ff3072\", as for the former (coming out of any reset),\nthe kernel relies on boot loaders and assumes that RDH bit\nis cleared there. Though, not all bootloaders follow the rule\nso we have to clear the bit in kernel.\n\nWe clear the RDH bit in pxa3xx_init() function since\nit is always invoked after any reset. We also preserve D1S, D2S\nand D3S bits from being cleared in case we invoke pxa3xx_init()\nfunction not from normal hardware reset (e.g. kexec scenario),\nso these bits can be properly referenced later.\n\nSigned-off-by: Dmitry Krivoschekov \u003cdmitry.krivoschekov@gmail.com\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "f13fd3cc9147801bdf56f5964c58c9838a74dd47",
      "tree": "c4e20fb59bfbed37a73b92bd8ae166e40d269a37",
      "parents": [
        "b1d0e4f535e10775cffde922208b49629169aeaa"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Thu Feb 07 20:17:53 2008 +0000"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sat Feb 09 19:16:22 2008 +0000"
      },
      "message": "[ARM] pxa: remove debugging PM: printk\n\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "6e5565f949af1322f8f3d3f43d044645ae448499",
      "tree": "92868f6d3dcc6c105a0d35f9412f75c07139402e",
      "parents": [
        "e5a9e8e6890d9b9c7a0f25b03ffdaf28614a9a4c",
        "03366e7b9bf1544cb0b98f1a5cd6d340654f486a"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Thu Feb 07 12:57:44 2008 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Thu Feb 07 12:57:44 2008 -0800"
      },
      "message": "Merge branch \u0027for-linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input\n\n* \u0027for-linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input: (34 commits)\n  Input: i8042 - non-x86 build fix\n  Input: pxa27x_keypad - also enable on PXA3xx\n  Input: pxa27x_keypad - add debounce_interval to the keypad platform data\n  Input: pxa27x_keypad - use device resources for I/O memory mapping and IRQ\n  Input: pxa27x_keypad - enable rotary encoders and direct keys\n  Input: pxa27x_keypad - introduce pxa27x_keypad_config()\n  Input: pxa27x_keypad - introduce driver structure and use KEY() to define matrix keys\n  Input: pxa27x_keypad - remove pin configuration from the driver\n  Input: pxa27x_keypad - rename the driver (was pxa27x_keyboard)\n  Input: constify function pointer tables (seq_operations)\n  Input: i8042 - add Fujitsu-Siemens Amilo Pro 2010 to nomux list\n  Input: i8042 - enable DMI quirks on x86-64\n  Input: i8042 - add Dritek quirk for Acer Aspire 9110\n  Input: add input event to APM event bridge\n  Input: mousedev - use BIT_MASK instead of BIT\n  Input: remove duplicate includes\n  Input: remove cdev from input_dev structure\n  Input: remove duplicated headers in drivers/char/keyboard.c\n  Input: i8042 - add Dritek keyboard extension quirk\n  Input: add Tosa keyboard driver\n  ...\n"
    },
    {
      "commit": "1c44f5f16fee880b294f8068354bfb9dddf1349b",
      "tree": "dd9815cf7a38af7d4abc55eb707574ceedd8a912",
      "parents": [
        "7c2db759ece63fd166cf0849b7b271589fa1b754"
      ],
      "author": {
        "name": "Philipp Zabel",
        "email": "philipp.zabel@gmail.com",
        "time": "Mon Feb 04 22:28:22 2008 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Tue Feb 05 09:44:13 2008 -0800"
      },
      "message": "gpiolib support for the PXA architecture\n\nThis adds gpiolib support for the PXA architecture:\n  - move all GPIO API functions from generic.c into gpio.c\n  - convert the gpio_get/set_value macros into inline functions\n\nThis makes it easier to hook up GPIOs provided by external chips like\nASICs and CPLDs.\n\nSigned-off-by: Philipp Zabel \u003cphilipp.zabel@gmail.com\u003e\nSigned-off-by: David Brownell \u003cdbrownell@users.sourceforge.net\u003e\nAcked-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\nCc: Jean Delvare \u003ckhali@linux-fr.org\u003e\nCc: Eric Miao \u003ceric.miao@marvell.com\u003e\nCc: Sam Ravnborg \u003csam@ravnborg.org\u003e\nCc: Haavard Skinnemoen \u003chskinnemoen@atmel.com\u003e\nCc: Ben Gardner \u003cbgardner@wabtec.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\n[ Minor ARM fixup from David Brownell folded into this ]\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "9ef9dc69d4167276c04590d67ee55de8380bc1ad",
      "tree": "f0afd03cd9184eda2fe14c41f09daec79a62682e",
      "parents": [
        "2c8296f8cf0ec40867965dddef3dfe92f73b38f4",
        "0d899e1b0000ddf78a75d7dcf9a9029d6f7f8091"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Mon Feb 04 15:29:53 2008 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Mon Feb 04 15:29:53 2008 -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: (44 commits)\n  [ARM] 4822/1: RealView: Change the REALVIEW_MPCORE configuration option\n  [ARM] 4821/1: RealView: Remove the platform dependencies from localtimer.c\n  [ARM] 4820/1: RealView: Select the timer IRQ at run-time\n  [ARM] 4819/1: RealView: Fix entry-macro.S to work with multiple platforms\n  [ARM] 4818/1: RealView: Add core-tile detection\n  [ARM] 4817/1: RealView: Move the AMBA resource definitions to realview_eb.c\n  [ARM] 4816/1: RealView: Move the platform-specific definitions into board-eb.h\n  [ARM] 4815/1: RealView: Add clockevents suport for the local timers\n  [ARM] 4814/1: RealView: Add broadcasting clockevents support for ARM11MPCore\n  [ARM] 4813/1: Add SMP helper functions for clockevents support\n  [ARM] 4812/1: RealView: clockevents support for the RealView platforms\n  [ARM] 4811/1: RealView: clocksource support for the RealView platforms\n  [ARM] 4736/1: Export atags to userspace and allow kexec to use customised atags\n  [ARM] 4798/1: pcm027: fix missing header file\n  [ARM] 4803/1: pxa: fix building issue of poodle.c caused by patch 4737/1\n  [ARM] 4801/1: pxa: fix building issues of missing pxa2xx-regs.h\n  [ARM] pxa: introduce sysdev for pxa3xx static memory controller\n  [ARM] pxa: add preliminary suspend/resume code for pxa3xx\n  [ARM] pxa: introduce sysdev for GPIO register saving/restoring\n  [ARM] pxa: introduce sysdev for IRQ register saving/restoring\n  ...\n"
    },
    {
      "commit": "c9a28fa7b9ac19b676deefa0a171ce7df8755c08",
      "tree": "043737d448df535a63ece739d66044586b52126d",
      "parents": [
        "6a0bd09dcd43ebca6ab73abcc2489bff824f7542"
      ],
      "author": {
        "name": "Juergen Beisert",
        "email": "j.beisert@pengutronix.de",
        "time": "Tue Jan 29 23:43:49 2008 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Mon Feb 04 13:17:34 2008 +0000"
      },
      "message": "[ARM] 4798/1: pcm027: fix missing header file\n\nThis patch adds a PXA2xx specific header file to control chip setup.\nWithout, the PCM027 BSP can\u0027t be built.\n\nSigned-off-by: Robert Schwebel \u003cr.schwebel@pengutronix.de\u003e\nSigned-off-by: Juergen Beisert \u003cj.beisert@pengutronix.de\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "6a0bd09dcd43ebca6ab73abcc2489bff824f7542",
      "tree": "80ffe8383fda1615a1b04c0fc828bf0b757e0b30",
      "parents": [
        "bb548dd43202b9109f551ca3da396d163ca7ddf3"
      ],
      "author": {
        "name": "eric miao",
        "email": "eric.y.miao@gmail.com",
        "time": "Thu Jan 31 02:41:16 2008 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Mon Feb 04 13:17:34 2008 +0000"
      },
      "message": "[ARM] 4803/1: pxa: fix building issue of poodle.c caused by patch 4737/1\n\nThe is caused by the patch below:\n\n  [ARM] 4737/1: Refactor corgi_lcd to improve readability + bugfix\n\nIt renamed the confusing get_hsync_len() to get_hsync_invperiod(), which\nunfortunately leaves poodle.c un-modified.\n\nSigned-off-by: eric miao \u003ceric.miao@marvell.com\u003e\nAcked-by: Richard Purdie \u003crpurdie@rpsys.net\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "bb548dd43202b9109f551ca3da396d163ca7ddf3",
      "tree": "1e73c0853b406b0623d6a2d5215404ba5fdd0bed",
      "parents": [
        "b1d907f9ccb3ffe1d7f5f04d2e9163de22ab01e6"
      ],
      "author": {
        "name": "eric miao",
        "email": "eric.y.miao@gmail.com",
        "time": "Wed Jan 30 09:39:48 2008 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Mon Feb 04 13:17:34 2008 +0000"
      },
      "message": "[ARM] 4801/1: pxa: fix building issues of missing pxa2xx-regs.h\n\nSome machines are missing \"pxa2xx-regs.h\" due to the following patch:\n\n  [ARM] pxa: move memory controller registers into pxa2xx-regs.h\n\nThis patch fixes the issue by including the pxa2xx-regs.h where necessary.\n\nSigned-off-by: eric miao \u003ceric.miao@marvell.com\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "b1d907f9ccb3ffe1d7f5f04d2e9163de22ab01e6",
      "tree": "0b29cff47e1b9fc4b58b3e7b1eaadf416372c0f2",
      "parents": [
        "c4d1fb627ff307256d792280efcb09e1235affea"
      ],
      "author": {
        "name": "eric miao",
        "email": "eric.miao@marvell.com",
        "time": "Mon Jan 28 23:00:02 2008 +0000"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Mon Feb 04 13:17:33 2008 +0000"
      },
      "message": "[ARM] pxa: introduce sysdev for pxa3xx static memory controller\n\nIntroduce a sysdev for pxa3xx static memory controller, mainly\nfor register saving/restoring in PM\n\nSigned-off-by: eric miao \u003ceric.miao@marvell.com\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "c4d1fb627ff307256d792280efcb09e1235affea",
      "tree": "260ed71dd94883353de1e9256d3d7337d0a7b81a",
      "parents": [
        "16dfdbf038706c12c56f327d14c6b901edc376a3"
      ],
      "author": {
        "name": "eric miao",
        "email": "eric.miao@marvell.com",
        "time": "Mon Jan 28 23:00:02 2008 +0000"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Mon Feb 04 13:17:33 2008 +0000"
      },
      "message": "[ARM] pxa: add preliminary suspend/resume code for pxa3xx\n\n1. clear RDH bit after resuming back from D3, otherwise, the multi function\n   pins will retain the low power state\n\n2. save/restore essential system registers\n\nSigned-off-by: eric miao \u003ceric.miao@marvell.com\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "16dfdbf038706c12c56f327d14c6b901edc376a3",
      "tree": "1f761ae7ff1c4ba837d24c69521d5cbe0b2d7e72",
      "parents": [
        "c016550490687c6bdbcdf06c7b4d874b6c7c6e4e"
      ],
      "author": {
        "name": "eric miao",
        "email": "eric.miao@marvell.com",
        "time": "Mon Jan 28 23:00:02 2008 +0000"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Mon Feb 04 13:17:33 2008 +0000"
      },
      "message": "[ARM] pxa: introduce sysdev for GPIO register saving/restoring\n\nSigned-off-by: eric miao \u003ceric.miao@marvell.com\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "c016550490687c6bdbcdf06c7b4d874b6c7c6e4e",
      "tree": "d2b31c1d89c72417d050343caa6a6a5161b6d02f",
      "parents": [
        "cd5604d5618a802e4ed047eb8b1515edc5fc49b5"
      ],
      "author": {
        "name": "eric miao",
        "email": "eric.miao@marvell.com",
        "time": "Mon Jan 28 23:00:02 2008 +0000"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Mon Feb 04 13:17:33 2008 +0000"
      },
      "message": "[ARM] pxa: introduce sysdev for IRQ register saving/restoring\n\nSigned-off-by: eric miao \u003ceric.miao@marvell.com\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "cd5604d5618a802e4ed047eb8b1515edc5fc49b5",
      "tree": "36f2e7d917ff815c7960185d540cd37cb99ec2d1",
      "parents": [
        "14271a705ae0fdfcb997ebed0b6e2ec6ffa58561"
      ],
      "author": {
        "name": "eric miao",
        "email": "eric.miao@marvell.com",
        "time": "Tue Jan 29 09:00:19 2008 +0800"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Mon Feb 04 13:17:32 2008 +0000"
      },
      "message": "[ARM] pxa: fix the warning of undeclared \"struct pxaohci_platform_data\"\n\nThe header file \u003casm/arch/ohci.h\u003e was missing in the original file,\ninclude it to fix the warning.\n\nSigned-off-by: eric miao \u003ceric.miao@marvell.com\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "14271a705ae0fdfcb997ebed0b6e2ec6ffa58561",
      "tree": "c372578e426124c3c76f4303de735b1e2ec8de00",
      "parents": [
        "ae9458d6a0956aa21cb49e1251e35a8d4dacbe6e"
      ],
      "author": {
        "name": "eric miao",
        "email": "eric.miao@marvell.com",
        "time": "Tue Jan 29 08:57:45 2008 +0800"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Mon Feb 04 13:17:32 2008 +0000"
      },
      "message": "[ARM] pxa: change set_kset_name() to direct name assignment for MFP sysclass\n\nSigned-off-by: eric miao \u003ceric.miao@marvell.com\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "87b9bcd5aba2916edc0f6ec8814b628160ee7b64",
      "tree": "8d6681fe9536f3d075bdb3811d780c408d809844",
      "parents": [
        "7c4a52eb557d3928231ddbc89c9064cf9d50e385"
      ],
      "author": {
        "name": "Joe Perches",
        "email": "joe@perches.com",
        "time": "Sun Feb 03 16:49:43 2008 +0200"
      },
      "committer": {
        "name": "Adrian Bunk",
        "email": "bunk@kernel.org",
        "time": "Sun Feb 03 16:49:43 2008 +0200"
      },
      "message": "arch/arm/: Spelling fixes\n\nSigned-off-by: Joe Perches \u003cjoe@perches.com\u003e\nSigned-off-by: Adrian Bunk \u003cbunk@kernel.org\u003e\n"
    },
    {
      "commit": "487dc9225a8e7cc522177316abee7b1e272a2863",
      "tree": "bc919d87b702c22b0b4c6b8471aebd0680e91801",
      "parents": [
        "e057a35aa140b5e5d01603f78845ad328dde302a"
      ],
      "author": {
        "name": "Dmitry Baryshkov",
        "email": "dbaryshkov@gmail.com",
        "time": "Fri Dec 21 12:18:01 2007 +0300"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Feb 01 14:34:59 2008 -0800"
      },
      "message": "USB: tosa_udc_use_gpio_vbus.patch\n\nUse gpio_vbus instead of udc_is_connected for udc on tosa.\n\nSigned-off-by: Dmitry Baryshkov \u003cdbaryshkov@gmail.com\u003e\nAcked-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "0ff66f0c7a5f1f4f5a0d91341b6f71fd2a49f0fa",
      "tree": "7c4d74a76bf4f49e87d769c236fdd2db77fb241d",
      "parents": [
        "c00d4ffdbace1bdc9fdd888e4ba6d207ffa3b679",
        "4e4fc05a2b6e7bd2e0facd96e0c18dceb34d9349"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Mon Jan 28 13:21:38 2008 +0000"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Mon Jan 28 13:21:38 2008 +0000"
      },
      "message": "Merge branch \u0027pxa-plat\u0027 into devel\n\n* pxa-plat: (53 commits)\n  [ARM] 4762/1: Basic support for Toradex Colibri module\n  [ARM] pxa: fix mci_init functions returning -1\n  [ARM] 4737/1: Refactor corgi_lcd to improve readability + bugfix\n  [ARM] 4747/1: pcm027: support for pcm990 baseboard for phyCORE-PXA270\n  [ARM] 4746/1: pcm027: network support for phyCORE-PXA270\n  [ARM] 4745/1: pcm027: default configuration\n  [ARM] 4744/1: pcm027: add support for phyCORE-PXA270 CPU module\n  [NET] smc91x: Make smc91x use IRQ resource trigger flags\n  [ARM] pxa: add default config for littleton\n  [ARM] pxa: add basic support for Littleton (PXA3xx Form Factor Platform)\n  [ARM] 4664/1: Add basic support for HTC Magician PDA phones\n  [ARM] 4649/1: Base support for pxa-based Toshiba e-series PDAs.\n  [ARM] pxa: skip registers saving/restoring if entering standby mode\n  [ARM] pxa: fix PXA27x resume\n  [ARM] pxa: Avoid fiddling with CKEN register on suspend\n  [ARM] pxa: Add PXA3 standby code hooked into the IRQ wake scheme\n  [ARM] pxa: Add zylonite MFP wakeup configurations\n  [ARM] pxa: program MFPs for low power mode when suspending\n  [ARM] pxa: make MFP configuration processor independent\n  [ARM] pxa: remove un-used pxa3xx_mfp_set_xxx() functions\n  ...\n\nConflicts:\n\n\tarch/arm/mach-pxa/ssp.c\n\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "d0d42df2a440003d96c8bf29991c2afb691ef720",
      "tree": "1bdb3c59b3a708270b61e422ca64f437d2367807",
      "parents": [
        "e01dbdb40eea94ecb2c703960dac744c9b19a186",
        "eaf858a988a4b7b34a6ae03a3ac52cdf25013892",
        "6331acd78f7916db16ec20b50d7838bd4944cd27",
        "b696b6b448d3ec5f882aa346ce544e00763e7b3d",
        "5de865b4c5af253db19bdae3c0553952dc7eda1d",
        "20118ff97823822bf4d52ccb528ce2b5042c3057",
        "1d7d4f54b1337bf64605dc9cb3c540f67843be39",
        "bfe645adf1a79b873b528556523abb46f281a5dc",
        "06dbbd69f94e97751782ef6f1a9bb19da60efd1c",
        "d142b6e77d394a4fcc0a42381b03852bd9c4e263",
        "b5872db4a2ebe7dbc7a5e4013ae8ee37f3de3b97"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Mon Jan 28 13:21:21 2008 +0000"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Mon Jan 28 13:21:21 2008 +0000"
      },
      "message": "Merge branches \u0027at91\u0027, \u0027ep93xx\u0027, \u0027iop\u0027, \u0027kprobes\u0027, \u0027ks8695\u0027, \u0027misc\u0027, \u0027msm\u0027, \u0027s3c2410\u0027, \u0027sa1100\u0027 and \u0027vfp\u0027 into devel\n\n* at91: (24 commits)\n  [ARM] 4615/4: sam926[13]ek buttons updated\n  [ARM] 4765/1: [AT91] AT91CAP9A-DK board support\n  [ARM] 4764/1: [AT91] AT91CAP9 core support\n  [ARM] 4738/1: at91sam9261: Remove udc pullup enabling in board initialisation\n  [ARM] 4761/1: [AT91] Board-support for NEW_LEDs\n  [ARM] 4760/1: [AT91] SPI CS0 errata on AT91RM9200\n  [ARM] 4759/1: [AT91] Buttons on CSB300\n  [ARM] 4758/1: [AT91] LEDs\n  [ARM] 4757/1: [AT91] UART initialization\n  [ARM] 4756/1: [AT91] Makefile cleanup\n  [ARM] 4755/1: [AT91] NAND update\n  [ARM] 4754/1: [AT91] SSC library support\n  [ARM] 4753/1: [AT91] Use DMA_BIT_MASK\n  [ARM] 4752/1: [AT91] RTT, RTC and WDT peripherals on SAM9\n  [ARM] 4751/1: [AT91] ISI peripheral on SAM9263\n  [ARM] 4750/1: [AT91] STN LCD displays on SAM9261\n  [ARM] 4734/1: at91sam9263ek: include IRQ for Ethernet PHY\n  [ARM] 4646/1: AT91: configurable HZ, default to 128\n  [ARM] 4688/1: at91: speed-up irq processing\n  [ARM] 4657/1: AT91: Header definition update\n  ...\n\n* ep93xx:\n  [ARM] 4671/1: ep93xx: remove obsolete gpio_line_* operations\n  [ARM] 4670/1: ep93xx: implement IRQT_BOTHEDGE gpio irq sense type\n  [ARM] 4669/1: ep93xx: simplify GPIO code and cleanups\n  [ARM] 4668/1: ep93xx: implement new GPIO API\n\n* iop:\n  [ARM] 4770/1: GLAN Tank: correct physmap_flash_data width field\n  [ARM] 4732/1: GLAN Tank: register rtc-rs5c372 i2c device\n  [ARM] 4708/1: iop: update defconfigs for 2.6.24\n\n* kprobes:\n  ARM kprobes: let\u0027s enable it\n  ARM kprobes: special hook for the kprobes breakpoint handler\n  ARM kprobes: prevent some functions involved with kprobes from being probed\n  ARM kprobes: don\u0027t let a single-stepped stmdb corrupt the exception stack\n  ARM kprobes: add the kprobes hook to the page fault handler\n  ARM kprobes: core code\n  ARM kprobes: instruction single-stepping support\n\n* ks8695:\n  [ARM] 4603/1: KS8695: debugfs interface to view pin state\n  [ARM] 4601/1: KS8695: PCI support\n\n* misc:\n  [ARM] remove duplicate includes\n  [ARM] CONFIG_DEBUG_STACK_USAGE\n  [ARM] 4689/1: small comment wrap fix\n  [ARM] 4687/1: Trivial arch/arm/kernel/entry-common.S comment fix\n  [ARM] 4666/1: ixp4xx: fix sparse warnings in include/asm-arm/arch-ixp4xx/io.h\n  [ARM] remove reference to non-existent MTD_OBSOLETE_CHIPS\n  [SERIAL] 21285: Report baud rate back via termios\n  [ARM] Remove pointless casts from void pointers,\n  [ARM] Misc minor interrupt handler cleanups\n  [ARM] Remove at91_lcdc.h\n  [ARM] ARRAY_SIZE() cleanup\n  [ARM] Update mach-types\n\n* msm:\n  [ARM] msm: dma support for MSM7X00A\n  [ARM] msm: board file for MACH_HALIBUT (QCT MSM7200A)\n  [ARM] msm: irq and timer support for ARCH_MSM7X00A\n  [ARM] msm: core platform support for ARCH_MSM7X00A\n\n* s3c2410: (33 commits)\n  [ARM] 4795/1: S3C244X: Add armclk and setparent call\n  [ARM] 4794/1: S3C24XX: Comonise S3C2440 and S3C2442 clock code\n  [ARM] 4793/1: S3C24XX: Add IRQ-\u003eGPIO pin mapping function\n  [ARM] 4792/1: S3C24XX: Remove warnings from debug-macro.S\n  [ARM] 4791/1: S3C2412: Make fclk a parent of msysclk\n  [ARM] 4790/1: S3C2412: Fix parent selection for msysclk.\n  [ARM] 4789/1: S3C2412: Add missing CLKDIVN register values\n  [ARM] 4788/1: S3C24XX: Fix paramet to s3c2410_dma_ctrl if S3C2410_DMAF_AUTOSTART used.\n  [ARM] 4787/1: S3C24XX: s3c2410_dma_request() should return the allocated channel number\n  [ARM] 4786/1: S3C2412: Add SPI FIFO controll constants\n  [ARM] 4785/1: S3C24XX: Add _SHIFT definitions for S3C2410_BANKCON registers\n  [ARM] 4784/1: S3C24XX: Fix GPIO restore glitches\n  [ARM] 4783/1: S3C24XX: Add s3c2410_gpio_getpull()\n  [ARM] 4782/1: S3C24XX: Define FIQ_START for any FIQ users\n  [ARM] 4781/1: S3C24XX: DMA suspend and resume support\n  [ARM] 4780/1: S3C2412: Allow for seperate DMA channels for TX and RX\n  [ARM] 4779/1: S3C2412: Add s3c2412_gpio_set_sleepcfg() call\n  [ARM] 4778/1: S3C2412: Add armclk and init from DVS state\n  [ARM] 4777/1: S3C24XX: Ensure clk_set_rate() checks the set_rate method for the clk\n  [ARM] 4775/1: s3c2410: fix compilation error if only s3c2442 cpu is selected\n  ...\n\n* sa1100:\n  [ARM] sa1100: add clock source support\n\n* vfp:\n  [ARM] 4584/2: ARMv7: Add Advanced SIMD (NEON) extension support\n  [ARM] 4583/1: ARMv7: Add VFPv3 support\n  [ARM] 4582/2: Add support for the common VFP subarchitecture\n"
    },
    {
      "commit": "4e4fc05a2b6e7bd2e0facd96e0c18dceb34d9349",
      "tree": "61070cb71e3f1ee55f20a7e6c35ca1512db78685",
      "parents": [
        "2687bd38573ff6f10d13f60c5c3576cce9cf260d"
      ],
      "author": {
        "name": "Daniel Mack",
        "email": "daniel@caiaq.org",
        "time": "Wed Jan 23 14:54:50 2008 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Mon Jan 28 13:13:27 2008 +0000"
      },
      "message": "[ARM] 4762/1: Basic support for Toradex Colibri module\n\nThis patch adds support for Toradex\u0027 PXA27x based Colibri module.\nIt\u0027s kept as simple as possible to only provide basic functionality.\nA default config is also included.\n\nSigned-off-by: Daniel Mack \u003cdaniel@caiaq.de\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "2687bd38573ff6f10d13f60c5c3576cce9cf260d",
      "tree": "d05e26158e7c8e9b50fbb7fceca2dac4c91c3996",
      "parents": [
        "ca4d6cfcee0cb2d25c0eb3b0172ecc6f223133ef"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Wed Jan 23 14:05:58 2008 +0000"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Mon Jan 28 13:13:26 2008 +0000"
      },
      "message": "[ARM] pxa: fix mci_init functions returning -1\n\nFix all those PXA mci_init functions which return -1 rather than\npropagating the error code to the higher levels.  Remove the silly\nset_irq_type() calls as well - use the flags for request_irq()\ninstead.\n\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    }
  ],
  "next": "ca4d6cfcee0cb2d25c0eb3b0172ecc6f223133ef"
}
