)]}'
{
  "log": [
    {
      "commit": "946880fa270c18c137654af70ba939f03181c6b6",
      "tree": "1fc66f0f55c17be3026d55fc261f4cbddaf80e90",
      "parents": [
        "636d17427b1ef0e97bd9df9b3b0e0f314ff889d3",
        "42ea573f872365b0797ddbcee2e1f1f48913f507"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Wed Aug 11 09:17:27 2010 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Wed Aug 11 09:17:27 2010 -0700"
      },
      "message": "Merge branch \u0027ixp4xx\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/chris/linux-2.6\n\n* \u0027ixp4xx\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/chris/linux-2.6:\n  IXP4xx: Fix LL debugging on little-endian CPU.\n  IXP4xx: Fix sparse warnings in I/O primitives.\n  IXP4xx: Make mdio_bus struct static in the Ethernet driver.\n  IXP4xx: Fix ixp4xx_crypto little-endian operation.\n  IXP4xx: Prevent HSS transmitter lockup by disabling FRaMe signals.\n  ixp4xx/vulcan: add PCI support\n  ixp4xx: base support for Arcom Vulcan\n"
    },
    {
      "commit": "636d17427b1ef0e97bd9df9b3b0e0f314ff889d3",
      "tree": "f573602c1a78e9140c36e220c47675b79af1c270",
      "parents": [
        "dd21e9bdff14a9882f2c485fe533c6ce64ea2675",
        "0b019a41553a919965bb02d07d54e3e6c57a796d"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Wed Aug 11 09:13:19 2010 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Wed Aug 11 09:13:19 2010 -0700"
      },
      "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: (226 commits)\n  ARM: 6323/1: cam60: don\u0027t use __init for cam60_spi_{flash_platform_data,partitions}\n  ARM: 6324/1: cam60: move cam60_spi_devices to .init.data\n  ARM: 6322/1: imx/pca100: Fix name of spi platform data\n  ARM: 6321/1: fix syntax error in main Kconfig file\n  ARM: 6297/1: move U300 timer to dynamic clock lookup\n  ARM: 6296/1: clock U300 intcon and timer properly\n  ARM: 6295/1: fix U300 apb_pclk split\n  ARM: 6306/1: fix inverted MMC card detect in U300\n  ARM: 6299/1: errata: TLBIASIDIS and TLBIMVAIS operations can broadcast a faulty ASID\n  ARM: 6294/1: etm: do a dummy read from OSSRR during initialization\n  ARM: 6292/1: coresight: add ETM management registers\n  ARM: 6288/1: ftrace: document mcount formats\n  ARM: 6287/1: ftrace: clean up mcount assembly indentation\n  ARM: 6286/1: fix Thumb-2 decompressor broken by \"Auto calculate ZRELADDR\"\n  ARM: 6281/1: video/imxfb.c: allow usage without BACKLIGHT_CLASS_DEVICE\n  ARM: 6280/1: imx: Fix build failure when including \u003cmach/gpio.h\u003e without \u003clinux/spinlock.h\u003e\n  ARM: S5PV210: Fix on missing s3c-sdhci card detection method for hsmmc3\n  ARM: S5P: Fix on missing S5P_DEV_FIMC in plat-s5p/Kconfig\n  ARM: S5PV210: Override FIMC driver name on Aquila board\n  ARM: S5PC100: enable FIMC on SMDKC100\n  ...\n\nFix up conflicts in arch/arm/mach-{s5pc100,s5pv210}/cpu.c due to\ndifferent subsystem \u0027setname\u0027 calls, and trivial port types in\ninclude/linux/serial_core.h\n"
    },
    {
      "commit": "c7ff0d9c92435e836e13aaa8d0e56d4000424bcc",
      "tree": "96f56d15b5dd96c44fb183ce00152608df50dc5c",
      "parents": [
        "bebf8cfaea1df1a104b993b995bb385e998a4dc8"
      ],
      "author": {
        "name": "TAMUKI Shoichi",
        "email": "tamuki@linet.gr.jp",
        "time": "Tue Aug 10 18:03:28 2010 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Wed Aug 11 08:59:22 2010 -0700"
      },
      "message": "panic: keep blinking in spite of long spin timer mode\n\nTo keep panic_timeout accuracy when running under a hypervisor, the\ncurrent implementation only spins on long time (1 second) calls to mdelay.\n That brings a good effect, but the problem is the keyboard LEDs don\u0027t\nblink at all on that situation.\n\nThis patch changes to call to panic_blink_enter() between every mdelay and\nkeeps blinking in spite of long spin timer mode.\n\nThe time to call to mdelay is now 100ms.  Even this change will keep\npanic_timeout accuracy enough when running under a hypervisor.\n\nSigned-off-by: TAMUKI Shoichi \u003ctamuki@linet.gr.jp\u003e\nCc: Ben Dooks \u003cben-linux@fluff.org\u003e\nCc: Russell King \u003clinux@arm.linux.org.uk\u003e\nAcked-by: Dmitry Torokhov \u003cdtor@mail.ru\u003e\nCc: Anton Blanchard \u003canton@samba.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "3b9c6c11f519718d618f5d7c9508daf78b207f6f",
      "tree": "6c99992e25b9305fbe3977dff30f5eeb445f25e0",
      "parents": [
        "d80e0d96a328cc864a1cb359f545a6ed0c61812d"
      ],
      "author": {
        "name": "FUJITA Tomonori",
        "email": "fujita.tomonori@lab.ntt.co.jp",
        "time": "Tue Aug 10 18:03:25 2010 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Wed Aug 11 08:59:21 2010 -0700"
      },
      "message": "dma-mapping: remove dma_is_consistent API\n\nArchitectures implement dma_is_consistent() in different ways (some\nmisinterpret the definition of API in DMA-API.txt).  So it hasn\u0027t been so\nuseful for drivers.  We have only one user of the API in tree.  Unlikely\nout-of-tree drivers use the API.\n\nEven if we fix dma_is_consistent() in some architectures, it doesn\u0027t look\nuseful at all.  It was invented long ago for some old systems that can\u0027t\nallocate coherent memory at all.  It\u0027s better to export only APIs that are\ndefinitely necessary for drivers.\n\nLet\u0027s remove this API.\n\nSigned-off-by: FUJITA Tomonori \u003cfujita.tomonori@lab.ntt.co.jp\u003e\nCc: James Bottomley \u003cJames.Bottomley@HansenPartnership.com\u003e\nReviewed-by: Konrad Rzeszutek Wilk \u003ckonrad.wilk@oracle.com\u003e\nCc: \u003clinux-arch@vger.kernel.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "4565f0170dfc849b3629c27d769db800467baa62",
      "tree": "a2c70fb6f2f4826749b704ed83557623ca95bca5",
      "parents": [
        "a6eb9fe105d5de0053b261148cee56c94b4720ca"
      ],
      "author": {
        "name": "FUJITA Tomonori",
        "email": "fujita.tomonori@lab.ntt.co.jp",
        "time": "Tue Aug 10 18:03:22 2010 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Wed Aug 11 08:59:21 2010 -0700"
      },
      "message": "dma-mapping: unify dma_get_cache_alignment implementations\n\ndma_get_cache_alignment returns the minimum DMA alignment.  Architectures\ndefines it as ARCH_DMA_MINALIGN (formally ARCH_KMALLOC_MINALIGN).  So we\ncan unify dma_get_cache_alignment implementations.\n\nNote that some architectures implement dma_get_cache_alignment wrongly.\ndma_get_cache_alignment() should return the minimum DMA alignment.  So\nfully-coherent architectures should return 1.  This patch also fixes this\nissue.\n\nSigned-off-by: FUJITA Tomonori \u003cfujita.tomonori@lab.ntt.co.jp\u003e\nCc: \u003clinux-arch@vger.kernel.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "a6eb9fe105d5de0053b261148cee56c94b4720ca",
      "tree": "36e3f324a6a768397ef398674176c0f5f5365bff",
      "parents": [
        "cd1542c8197fc3c2eb3a8301505d5d9738fab1e4"
      ],
      "author": {
        "name": "FUJITA Tomonori",
        "email": "fujita.tomonori@lab.ntt.co.jp",
        "time": "Tue Aug 10 18:03:22 2010 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Wed Aug 11 08:59:21 2010 -0700"
      },
      "message": "dma-mapping: rename ARCH_KMALLOC_MINALIGN to ARCH_DMA_MINALIGN\n\nNow each architecture has the own dma_get_cache_alignment implementation.\n\ndma_get_cache_alignment returns the minimum DMA alignment.  Architectures\ndefine it as ARCH_KMALLOC_MINALIGN (it\u0027s used to make sure that malloc\u0027ed\nbuffer is DMA-safe; the buffer doesn\u0027t share a cache with the others).  So\nwe can unify dma_get_cache_alignment implementations.\n\nThis patch:\n\ndma_get_cache_alignment() needs to know if an architecture defines\nARCH_KMALLOC_MINALIGN or not (needs to know if architecture has DMA\nalignment restriction).  However, slab.h define ARCH_KMALLOC_MINALIGN if\narchitectures doesn\u0027t define it.\n\nLet\u0027s rename ARCH_KMALLOC_MINALIGN to ARCH_DMA_MINALIGN.\nARCH_KMALLOC_MINALIGN is used only in the internals of slab/slob/slub\n(except for crypto).\n\nSigned-off-by: FUJITA Tomonori \u003cfujita.tomonori@lab.ntt.co.jp\u003e\nCc: \u003clinux-arch@vger.kernel.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "daf695fca877068d7533a1b431b09210e5ad0b6b",
      "tree": "fb7587351d95f20691c01b32a2c1266ddbfb45fb",
      "parents": [
        "2bb567a38950f0917aecfe1a3e46720d8bbb0020"
      ],
      "author": {
        "name": "Maurus Cuelenaere",
        "email": "mcuelenaere@gmail.com",
        "time": "Tue Aug 10 18:02:44 2010 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Wed Aug 11 08:59:12 2010 -0700"
      },
      "message": "arm: samsung: remove pixclock from several boards\n\nSince \"s3c-fb: Automatically calculate pixel clock when none is given\",\nthere\u0027s no need for manually calculating the pixel clock anymore so remove\nthese lines and add the correct refresh rate where appropriately.\n\nSigned-off-by: Maurus Cuelenaere \u003cmcuelenaere@gmail.com\u003e\nCc: Pawel Osciak \u003cp.osciak@samsung.com\u003e\nCc: Marek Szyprowski \u003cm.szyprowski@samsung.com\u003e\nCc: Kyungmin Park \u003ckyungmin.park@samsung.com\u003e\nCc: InKi Dae \u003cinki.dae@samsung.com\u003e\nCc: Ben Dooks \u003cben-linux@fluff.org\u003e\nCc: Russell King \u003crmk@arm.linux.org.uk\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "04ab9ef97771ba88789672a1f0d0ddcf8dbc0924",
      "tree": "2cdd3901815caf4a1dd9f2e9d108622068e35269",
      "parents": [
        "8cfdcb2393b05cc80f89ed0110c0f90423d2fee1"
      ],
      "author": {
        "name": "Pawel Osciak",
        "email": "p.osciak@samsung.com",
        "time": "Tue Aug 10 18:02:43 2010 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Wed Aug 11 08:59:12 2010 -0700"
      },
      "message": "s3c-fb: add support for DMA channel control on S5PV210\n\nS5PV210 SoCs allow enabling/disabling DMA channels per window.  For a\nwindow to display data from framebuffer memory, its channel has to be\nenabled.\n\nSigned-off-by: Pawel Osciak \u003cp.osciak@samsung.com\u003e\nSigned-off-by: Marek Szyprowski \u003cm.szyprowski@samsung.com\u003e\nSigned-off-by: Kyungmin Park \u003ckyungmin.park@samsung.com\u003e\nCc: InKi Dae \u003cinki.dae@samsung.com\u003e\nCc: Ben Dooks \u003cben-linux@fluff.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "f5ec546f1f5e21bfc84ce7a1ac7408702082c65a",
      "tree": "9525ade4ee40c8c4bfc8c408ed643d484b953dfa",
      "parents": [
        "d4787291fb9ce93f346f307c211af967d29cccad"
      ],
      "author": {
        "name": "Pawel Osciak",
        "email": "p.osciak@samsung.com",
        "time": "Tue Aug 10 18:02:40 2010 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Wed Aug 11 08:59:11 2010 -0700"
      },
      "message": "s3c-fb: add SHADOWCON shadow register locking support for S5PV210\n\nS5PV210 allows per-window locking of register value updates from shadow\nregisters.\n\nSigned-off-by: Pawel Osciak \u003cp.osciak@samsung.com\u003e\nSigned-off-by: Kyungmin Park \u003ckyungmin.park@samsung.com\u003e\nCc: InKi Dae \u003cinki.dae@samsung.com\u003e\nCc: Ben Dooks \u003cben-linux@fluff.org\u003e\nCc: Marek Szyprowski \u003cm.szyprowski@samsung.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "efdc846d2f7190c8f3092c09975c0ebba30a95ba",
      "tree": "23834f2ab4523b86c53f2a4f3b56834e8155dfb2",
      "parents": [
        "067b226b9e8e20463e0937344c93101ac8d8d2b1"
      ],
      "author": {
        "name": "Pawel Osciak",
        "email": "p.osciak@samsung.com",
        "time": "Tue Aug 10 18:02:38 2010 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Wed Aug 11 08:59:10 2010 -0700"
      },
      "message": "s3c-fb: add wait for VSYNC ioctl\n\nAdd VSYNC interrupt support and an ioctl that allows waiting for it.\nInterrupts are turned on only when needed.\n\nSigned-off-by: Pawel Osciak \u003cp.osciak@samsung.com\u003e\nSigned-off-by: Kyungmin Park \u003ckyungmin.park@samsung.com\u003e\nCc: InKi Dae \u003cinki.dae@samsung.com\u003e\nCc: Ben Dooks \u003cben-linux@fluff.org\u003e\nCc: Marek Szyprowski \u003cm.szyprowski@samsung.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "067b226b9e8e20463e0937344c93101ac8d8d2b1",
      "tree": "518d26953ac86514594307976e5a670212c52c6e",
      "parents": [
        "eb42b0441bc7fd29066bb7c38ebabe3d0e3ff202"
      ],
      "author": {
        "name": "Pawel Osciak",
        "email": "p.osciak@samsung.com",
        "time": "Tue Aug 10 18:02:38 2010 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Wed Aug 11 08:59:10 2010 -0700"
      },
      "message": "s3c-fb: add support for display panning\n\nSupports all bpp modes.\n\nThe PRTCON register is used to disable in-hardware updates of registers\nthat store start and end addresses of framebuffer memory.  This prevents\ndisplay corruption in case we do not make it before VSYNC with updating\nthem atomically.  With this feature there is no need to wait for a VSYNC\ninterrupt before each such update.\n\nSigned-off-by: Pawel Osciak \u003cp.osciak@samsung.com\u003e\nSigned-off-by: Kyungmin Park \u003ckyungmin.park@samsung.com\u003e\nCc: InKi Dae \u003cinki.dae@samsung.com\u003e\nCc: Ben Dooks \u003cben-linux@fluff.org\u003e\nCc: Marek Szyprowski \u003cm.szyprowski@samsung.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "eb42b0441bc7fd29066bb7c38ebabe3d0e3ff202",
      "tree": "299fa255662728de4fe2da89f90fcc836d035824",
      "parents": [
        "4e591ac620269b3f5fb000d75444bbb397576315"
      ],
      "author": {
        "name": "Pawel Osciak",
        "email": "p.osciak@samsung.com",
        "time": "Tue Aug 10 18:02:37 2010 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Wed Aug 11 08:59:10 2010 -0700"
      },
      "message": "s3c-fb: add device name initialization\n\nAdd framebuffer device name initialization calls for S3C2443, S3C64xx and\nS5P machines.\n\nSigned-off-by: Pawel Osciak \u003cp.osciak@samsung.com\u003e\nSigned-off-by: Kyungmin Park \u003ckyungmin.park@samsung.com\u003e\nCc: InKi Dae \u003cinki.dae@samsung.com\u003e\nCc: Ben Dooks \u003cben-linux@fluff.org\u003e\nCc: Marek Szyprowski \u003cm.szyprowski@samsung.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "9fa424a40186ef3e8a6573aa1c1dd46c94c66012",
      "tree": "5de3ea832a1600e00bc91287cd280b77c48c99ba",
      "parents": [
        "cd7d7e0244955a4694d1e79e8c8a9bef163d6305"
      ],
      "author": {
        "name": "Pawel Osciak",
        "email": "p.osciak@samsung.com",
        "time": "Tue Aug 10 18:02:36 2010 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Wed Aug 11 08:59:10 2010 -0700"
      },
      "message": "s3c-fb: correct FRAMESEL1 bitfield defines for VIDINTCON0 register\n\nFRAMESEL1 bitfield starts on 13th bit, not on 14th.\n\nSigned-off-by: Pawel Osciak \u003cp.osciak@samsung.com\u003e\nSigned-off-by: Kyungmin Park \u003ckyungmin.park@samsung.com\u003e\nAcked-by: Ben Dooks \u003cben-linux@fluff.org\u003e\nCc: InKi Dae \u003cinki.dae@samsung.com\u003e\nCc: Marek Szyprowski \u003cm.szyprowski@samsung.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "bc2da1b6fb1a8af9a3226a4f5db3ce32a0a192c9",
      "tree": "b49de2f909dbafb516e8c00570f7fc2ced1ab8c8",
      "parents": [
        "c4bb6ffa7754e8d0f8b24decd91de259b549fda1"
      ],
      "author": {
        "name": "Ben Dooks",
        "email": "ben-linux@fluff.org",
        "time": "Tue Aug 10 18:02:34 2010 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Wed Aug 11 08:59:10 2010 -0700"
      },
      "message": "s3c-fb: integrate palette setup code into main driver\n\nRemove the palette setup code from the header files and put it into the\nmain driver.\n\nSigned-off-by: Ben Dooks \u003cben-linux@fluff.org\u003e\nSigned-off-by: Pawel Osciak \u003cp.osciak@samsung.com\u003e\nCc: InKi Dae \u003cinki.dae@samsung.com\u003e\nCc: KyungMin Park \u003ckyungmin.park.samsung.com\u003e\nCc: Marek Szyprowski \u003cm.szyprowski@samsung.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "c4bb6ffa7754e8d0f8b24decd91de259b549fda1",
      "tree": "b3fa52dc17e77e9541d525d2ac42d8d206daa151",
      "parents": [
        "50a5503a9208420e6c59d24504a5e9913d603cf7"
      ],
      "author": {
        "name": "Ben Dooks",
        "email": "ben-linux@fluff.org",
        "time": "Tue Aug 10 18:02:34 2010 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Wed Aug 11 08:59:10 2010 -0700"
      },
      "message": "s3c-fb: udpate to support s3c2416/s3c2443 style hardware\n\nUpdate the variant and window variant structures with the necessary\nchanges to support the older style of hardware where these are not in the\nsame place.\n\nAdd the support for the s3c2443/s3c2416 hardware by using the\nplatform-device s3c2443 to cover both, and add the initialisation data for\nthese.\n\nAlso change to including just the v4 header files for the moment until the\nlast of the merging of these is sorted out.\n\nSigned-off-by: Ben Dooks \u003cben-linux@fluff.org\u003e\nSigned-off-by: Pawel Osciak \u003cp.osciak@samsung.com\u003e\nCc: InKi Dae \u003cinki.dae@samsung.com\u003e\nCc: KyungMin Park \u003ckyungmin.park.samsung.com\u003e\nCc: Marek Szyprowski \u003cm.szyprowski@samsung.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "50a5503a9208420e6c59d24504a5e9913d603cf7",
      "tree": "3d1e5c3cc1ab5f1a499695803163204483b382a7",
      "parents": [
        "949470375393e82dc9158d36d675180c8c250388"
      ],
      "author": {
        "name": "Ben Dooks",
        "email": "ben-linux@fluff.org",
        "time": "Tue Aug 10 18:02:33 2010 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Wed Aug 11 08:59:10 2010 -0700"
      },
      "message": "s3c-fb: initial move to unifying the header files\n\nRemove the various header files that configure this driver and use the\nplatform device name to select the correct configuration at probe time.\n\nCurrently this does not remove the header files, only updates the driver\nand the relevant platform files.\n\nSigned-off-by: Ben Dooks \u003cben-linux@fluff.org\u003e\nSigned-off-by: Pawel Osciak \u003cp.osciak@samsung.com\u003e\nCc: InKi Dae \u003cinki.dae@samsung.com\u003e\nCc: KyungMin Park \u003ckyungmin.park.samsung.com\u003e\nCc: Marek Szyprowski \u003cm.szyprowski@samsung.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "dc8498c00f6a41a28f01111a3d2ed9f179356a71",
      "tree": "550c4903f5f8510aebf57293c27aa099320fda94",
      "parents": [
        "ad04490a171915737c9b99d2fa5cb813830f24c1"
      ],
      "author": {
        "name": "InKi Dae",
        "email": "inki.dae@samsung.com",
        "time": "Tue Aug 10 18:02:32 2010 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Wed Aug 11 08:59:09 2010 -0700"
      },
      "message": "s3c-fb: fix distortedness situation for the mode more then 24bpp\n\nIt has been working fine at 16bpp but in case of pixel format more then\n24bpp it would occur distortedness situation on that mode.  so this patch\nset the word swap control bit of WINCONx to 1 as default value.  but it\nshould be set to 0 in case that each ENLOCAL bit of WINCON0 ~ 2 registers\nis enabled.  this issue would be solved with local path feature soon.\n\nSigned-off-by: InKi Dae \u003cinki.dae@samsung.com\u003e\nReviewed-by: KyungMin Park \u003ckyungmin.park.samsung.com\u003e\nSigned-off-by: Ben Dooks \u003cben-linux@fluff.org\u003e\nSigned-off-by: Pawel Osciak \u003cp.osciak@samsung.com\u003e\nCc: Marek Szyprowski \u003cm.szyprowski@samsung.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "ad04490a171915737c9b99d2fa5cb813830f24c1",
      "tree": "be12ab706d2f68be30d8169ffaa2c5f3f8616fca",
      "parents": [
        "45649fdb54c2e3feb59a8648608ed601511f2098"
      ],
      "author": {
        "name": "InKi Dae",
        "email": "inki.dae@samsung.com",
        "time": "Tue Aug 10 18:02:31 2010 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Wed Aug 11 08:59:09 2010 -0700"
      },
      "message": "s3c-fb: add default window feature.\n\ns5pv210 has five window layers (window0 ~ 4), among them, window0 ~ 2\ncould be used for local path with fimc(capture device) and fimd writeback\nfeature so this patch makes default window layer for UI to be set at\nmachine code.\n\nSigned-off-by: InKi Dae \u003cinki.dae@samsung.com\u003e\nReviewed-by: KyungMin Park \u003ckyungmin.park.samsung.com\u003e\nSigned-off-by: Ben Dooks \u003cben-linux@fluff.org\u003e\nSigned-off-by: Pawel Osciak \u003cp.osciak@samsung.com\u003e\nCc: Marek Szyprowski \u003cm.szyprowski@samsung.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "ed199f7e7346ba508f803180ecc6830e92558a1e",
      "tree": "5ae8161fff1b173b932a0f69a995650518c9f9f9",
      "parents": [
        "4816858cce279b5e8d1eab0b4832d89d8f2ca58c"
      ],
      "author": {
        "name": "Grazvydas Ignotas",
        "email": "notasas@gmail.com",
        "time": "Tue Aug 10 18:01:52 2010 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Wed Aug 11 08:59:04 2010 -0700"
      },
      "message": "omap: pandora: pass wl1251 information to SDIO core\n\nPandora has TI WL1251 attached on MMC3, which is non-standard SDIO chip.\nMake use MMC_QUIRK_NONSTD_SDIO to tell SDIO core about it.\n\nSigned-off-by: Grazvydas Ignotas \u003cnotasas@gmail.com\u003e\nCc: Adrian Hunter \u003cadrian.hunter@nokia.com\u003e\nCc: Tony Lindgren \u003ctony@atomide.com\u003e\nCc: Bob Copeland \u003cme@bobcopeland.com\u003e\nCc: Kalle Valo \u003ckvalo@adurom.com\u003e\nCc: Madhusudhan Chikkature \u003cmadhu.cr@ti.com\u003e\nCc: Kishore Kadiyala \u003ckishore.kadiyala@ti.com\u003e\nCc: Russell King \u003clinux@arm.linux.org.uk\u003e\nCc: \u003clinux-mmc@vger.kernel.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "4816858cce279b5e8d1eab0b4832d89d8f2ca58c",
      "tree": "81da0dc2193db08910ba5d1c7a55e03dcd7274a9",
      "parents": [
        "6f51be3d37dff73cf8db771df4169f4c2f1cbf66"
      ],
      "author": {
        "name": "Grazvydas Ignotas",
        "email": "notasas@gmail.com",
        "time": "Tue Aug 10 18:01:52 2010 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Wed Aug 11 08:59:04 2010 -0700"
      },
      "message": "omap_hsmmc: add init_card pass-through callback\n\nThis will allow us to set up special cards in machine drivers just after\nthey are detected by MMC core.\n\nSigned-off-by: Grazvydas Ignotas \u003cnotasas@gmail.com\u003e\nCc: Adrian Hunter \u003cadrian.hunter@nokia.com\u003e\nCc: Tony Lindgren \u003ctony@atomide.com\u003e\nCc: Bob Copeland \u003cme@bobcopeland.com\u003e\nCc: Kalle Valo \u003ckvalo@adurom.com\u003e\nCc: Madhusudhan Chikkature \u003cmadhu.cr@ti.com\u003e\nCc: Kishore Kadiyala \u003ckishore.kadiyala@ti.com\u003e\nCc: Russell King \u003clinux@arm.linux.org.uk\u003e\nCc: \u003clinux-mmc@vger.kernel.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "0b019a41553a919965bb02d07d54e3e6c57a796d",
      "tree": "6e329b4159b440d2aac5200a5c07103fe261c096",
      "parents": [
        "5f6878b0d22f9b93f9698f88c335007e2a3c3bbc",
        "054d5c9238f3c577ad51195c3ee7803613f322cc"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Tue Aug 10 23:17:52 2010 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Tue Aug 10 23:17:52 2010 +0100"
      },
      "message": "Merge branches \u0027master\u0027 and \u0027devel\u0027 into for-linus\n\nConflicts:\n\tarch/arm/Kconfig\n\tarch/arm/mm/Kconfig\n"
    },
    {
      "commit": "9895850b23886e030cd1e7241d5529a57e969c3d",
      "tree": "1061626db450aeb72dcfcd247c24b33e5238c8c4",
      "parents": [
        "fc385c313275b114bc6ad36e60c5177d63250548",
        "b58af4066d240b18b43f202e07b9ec7461d90b17"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Tue Aug 10 15:05:02 2010 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Tue Aug 10 15:05:02 2010 -0700"
      },
      "message": "Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6\n\n* git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6: (148 commits)\n  USB: serial: fix stalled writes\n  USB: remove fake \"address-of\" expressions\n  USB: fix thread-unsafe anchor utiliy routines\n  USB: usbtest: support test device with only one iso-in or iso-out endpoint\n  USB: usbtest: avoid to free coherent buffer in atomic context\n  USB: xhci: Set DMA mask for host.\n  USB: xhci: Don\u0027t flush doorbell writes.\n  USB: xhci: Reduce reads and writes of interrupter registers.\n  USB: xhci: Make xhci_set_hc_event_deq() static.\n  USB: xhci: Minimize HW event ring dequeue pointer writes.\n  USB: xhci: Make xhci_handle_event() static.\n  USB: xhci: Remove unnecessary reads of IRQ_PENDING register.\n  USB: xhci: Performance - move xhci_work() into xhci_irq()\n  USB: xhci: Performance - move interrupt handlers into xhci-ring.c\n  USB: xhci: Performance - move functions that find ep ring.\n  USB:: fix linux/usb.h kernel-doc warnings\n  USB: add USB serial ssu100 driver\n  USB: usb-storage: implement autosuspend\n  USB: ehci: fix remove of ehci debugfs dir\n  USB: Add USB 2.0 to ssb ohci driver\n  ...\n"
    },
    {
      "commit": "5f6878b0d22f9b93f9698f88c335007e2a3c3bbc",
      "tree": "cb5ed8d029d8b0a1d499c4431527e97438d79804",
      "parents": [
        "8436b410806d9a9a8ebfa1b924d8a96da893561a"
      ],
      "author": {
        "name": "Uwe Kleine-König",
        "email": "u.kleine-koenig@pengutronix.de",
        "time": "Tue Aug 10 22:17:19 2010 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Tue Aug 10 22:46:56 2010 +0100"
      },
      "message": "ARM: 6323/1: cam60: don\u0027t use __init for cam60_spi_{flash_platform_data,partitions}\n\nFrom: Uwe Kleine-König \u003cu.kleine-koenig@pengutronix.de\u003e\nTo: linux-arm-kernel@lists.infradead.org\nSubject: [PATCH 12/19] ARM: cam60: don\u0027t use __init for cam60_spi_{flash_platform_data,partitions}\nDate: Thu,  5 Aug 2010 16:08:46 +0200\nMessage-Id: \u003c1281017333-5563-12-git-send-email-u.kleine-koenig@pengutronix.de\u003e\n\nThese two structs are referenced by cam60_spi_devices.  The latter is\ncopied at init time to kmalloced memory and so the copy isn\u0027t freed after\nbooting.  So it must not contain references to .init memory.\n\nThis isn\u0027t noticed by modpost as cam60_spi_devices is in .init.data, too.\n\nNoticed-and-Acked-by: Andrew Victor \u003clinux@maxim.org.za\u003e\n\nSigned-off-by: Uwe Kleine-König \u003cu.kleine-koenig@pengutronix.de\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "8436b410806d9a9a8ebfa1b924d8a96da893561a",
      "tree": "698140891cdaed9240cbeca155bda8ecbd0b621a",
      "parents": [
        "4df772d76d2f9be2f3207ad154452e349b04a972"
      ],
      "author": {
        "name": "Uwe Kleine-König",
        "email": "u.kleine-koenig@pengutronix.de",
        "time": "Tue Aug 10 22:16:08 2010 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Tue Aug 10 22:46:42 2010 +0100"
      },
      "message": "ARM: 6324/1: cam60: move cam60_spi_devices to .init.data\n\ncam60_spi_devices is passed to at91_add_device_spi which calls\nspi_register_board_info.  The latter makes a copy of it, so living in\n.init.data is OK.\n\nThis fixes the following warning in cam60_defconfig:\n\tWARNING: vmlinux.o(.data+0x2a00): Section mismatch in reference from the variable cam60_spi_devices to the (unknown reference) .init.data:(unknown)\n\tThe variable cam60_spi_devices references\n\tthe (unknown reference) __initdata (unknown)\n\tIf the reference is valid then annotate the\n\tvariable with __init* or __refdata (see linux/init.h) or name the variable:\n\t*_template, *_timer, *_sht, *_ops, *_probe, *_probe_one, *_console,\n\nAcked-by: Andrew Victor \u003clinux@maxim.org.za\u003e\nSigned-off-by: Uwe Kleine-König \u003cu.kleine-koenig@pengutronix.de\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "10aebc772a10c95e30dff0779cb0f879b8f1554f",
      "tree": "79a0cee8dd9a3e9a61fc537f9571429ff5829866",
      "parents": [
        "b3864cedfb576e11d2f9274f14a24840d8b569c3"
      ],
      "author": {
        "name": "Ben Dooks",
        "email": "ben-linux@fluff.org",
        "time": "Mon Jul 19 09:40:44 2010 +0100"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Tue Aug 10 14:35:42 2010 -0700"
      },
      "message": "USB: s3c-hsotg: Add initial detection and setup for dedicated FIFO mode\n\nAdd support for the dedicated FIFO mode on newer SoCs such as the S5PV210\npartly to improve support and to fix the bug where any non-EP0 IN endpoint\nrequires its own FIFO allocation.\n\nTo fix this, we ensure that any non-zero IN endpoint is given a TXFIFO\nusing the same allocation method as the periodic case (all our current\nhardware has enough FIFOs and FIFO memory for a 1:1 mapping) and ensure\nthat the necessary transmission done interrupt is enabled.\n\nThe default settings from reset for the core point all EPs at FIFO0,\nused for the control endpoint. However, the controller documentation\nstates that all IN endpoints _must_ have a unique FIFO to avoid any\ncontention during transmission.\n\nNote, this leaves us with a large IN FIFO for EP0 (which re-uses the\nold NPTXFIFO) for an endpoint which cannot shift more than a pair of\npackets at a time... this is a waste, but it looks like we cannot\nre-allocate space to the individual IN FIFOs as they are already\nmaxed out (to be confirmed).\n\nSigned-off-by: Ben Dooks \u003cben-linux@fluff.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "13dd0c9767349b280cf131c34461f85e5effc42a",
      "tree": "fd4571015c4ed0097fb60e9d22132ab0aac6240f",
      "parents": [
        "51a91a5424cb94f40eb0c9d0b71d8df4e423742a"
      ],
      "author": {
        "name": "Igor Grinberg",
        "email": "grinberg@compulab.co.il",
        "time": "Thu Jul 15 16:00:16 2010 +0300"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Tue Aug 10 14:35:40 2010 -0700"
      },
      "message": "USB: otg/ulpi: extend the generic ulpi driver.\n\n1) Introduce ulpi specific flags for control of the ulpi phy\n2) Extend the generic ulpi driver with support for Function and\nInterface control of upli phy\n3) Update the platforms using the generic ulpi driver with new ulpi\nflags\n4) Remove the otg control flags not in use\n\nSigned-off-by: Igor Grinberg \u003cgrinberg@compulab.co.il\u003e\nSigned-off-by: Mike Rapoport \u003cmike@compulab.co.il\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "4df772d76d2f9be2f3207ad154452e349b04a972",
      "tree": "2bb80cbf462d55771f8c065de6b1544bb4b8db7a",
      "parents": [
        "ce45947b5687918dc6ce8e31938fbfd4059bf89e"
      ],
      "author": {
        "name": "Uwe Kleine-König",
        "email": "u.kleine-koenig@pengutronix.de",
        "time": "Tue Aug 10 21:18:57 2010 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Tue Aug 10 22:11:43 2010 +0100"
      },
      "message": "ARM: 6322/1: imx/pca100: Fix name of spi platform data\n\nCommit\n\n\t7536cf9 (ARM: imx: dynamically register spi_imx devices (imx27))\n\nintroduced a variable named \"pca100_spi0_data\" but passed\n\"\u0026pca100_spi_0_data\" to imx27_add_spi_imx0.  This wasn\u0027t noticed earlier\nbecause both SPI_IMX and MACH_PCA100 are not enabled in mx27_defconfig.\n\nThis fixes a build failure:\n\n\tarch/arm/mach-imx/mach-pca100.c: In function \u0027pca100_init\u0027:\n\tarch/arm/mach-imx/mach-pca100.c:411: error: \u0027pca100_spi_0_data\u0027 undeclared (first use in this function)\n\tarch/arm/mach-imx/mach-pca100.c:411: error: (Each undeclared identifier is reported only once\n\tarch/arm/mach-imx/mach-pca100.c:411: error: for each function it appears in.)\n\nSigned-off-by: Uwe Kleine-König \u003cu.kleine-koenig@pengutronix.de\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "ce45947b5687918dc6ce8e31938fbfd4059bf89e",
      "tree": "5b45468956f3836290d5ad041615c74bd7ca565f",
      "parents": [
        "3af8a8dad07527b25055b8b4c2a2b0d69362e7fb"
      ],
      "author": {
        "name": "Uwe Kleine-König",
        "email": "u.kleine-koenig@pengutronix.de",
        "time": "Tue Aug 10 21:14:12 2010 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Tue Aug 10 22:11:10 2010 +0100"
      },
      "message": "ARM: 6321/1: fix syntax error in main Kconfig file\n\nThis fixes:\n\n\tscripts/kconfig/mconf arch/arm/Kconfig\n\tarch/arm/Kconfig:1187: invalid option\n\tmake[1]: *** [menuconfig] Error 1\n\tmake: *** [menuconfig] Error 2\n\nwhich was introduced by\n\n\t1cea732 ([ARM] tegra: SMP support)\n\nCc: Tanmay Upadhyay \u003ctanmay.upadhyay@einfochips.com\u003e\nCc: xsecute@googlemail.com\nCc: Eric Miao \u003ceric.y.miao@gmail.com\u003e\nCc: Colin Cross \u003cccross@android.com\u003e\nSigned-off-by: Uwe Kleine-König \u003cu.kleine-koenig@pengutronix.de\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "3af8a8dad07527b25055b8b4c2a2b0d69362e7fb",
      "tree": "1c2847dcddbeed9217c1fee8b92b16758426bb63",
      "parents": [
        "b7276b236dcf400003179e77f5b4b4c05e1fb29c"
      ],
      "author": {
        "name": "Linus Walleij",
        "email": "linus.walleij@stericsson.com",
        "time": "Thu Aug 05 07:59:54 2010 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Tue Aug 10 22:10:56 2010 +0100"
      },
      "message": "ARM: 6297/1: move U300 timer to dynamic clock lookup\n\nThis moves the U300 timer code to look up its clock rate from the\nclock framework as is apropriate and also switches it over to use\nthe generic code for *calc_mult_shift() on clock source and clock\nevent.\n\nSigned-off-by: Linus Walleij \u003clinus.walleij@stericsson.com\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "b7276b236dcf400003179e77f5b4b4c05e1fb29c",
      "tree": "bd6d2ca778640be672356bf92808450dfa01bede",
      "parents": [
        "379aae5d6c3d8d9751d85a8022e68a90df13a7ae"
      ],
      "author": {
        "name": "Linus Walleij",
        "email": "linus.walleij@stericsson.com",
        "time": "Thu Aug 05 07:58:58 2010 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Tue Aug 10 22:10:55 2010 +0100"
      },
      "message": "ARM: 6296/1: clock U300 intcon and timer properly\n\nThis removes the quirks to clock the U300 VIC and timer by custom\nhooks and moves the control out to the clock framework where it\nbelongs. This is possible now that clocks are available early.\n\nSigned-off-by: Linus Walleij \u003clinus.walleij@stericsson.com\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "379aae5d6c3d8d9751d85a8022e68a90df13a7ae",
      "tree": "e4484124e084be47d26cb43287f99edbd887d615",
      "parents": [
        "c2fab1242a16f8e66b680d664322c3811e7b003d"
      ],
      "author": {
        "name": "Linus Walleij",
        "email": "linus.walleij@stericsson.com",
        "time": "Thu Aug 05 07:58:13 2010 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Tue Aug 10 22:10:55 2010 +0100"
      },
      "message": "ARM: 6295/1: fix U300 apb_pclk split\n\nThis fixes a regression due to the new apb_pclk stuff in the U300\nplatform, makes it run by splitting the apb clock off the single\nUART clocks. For the MMCI and PL022 clocks we don\u0027t split them:\nthese are actually hardwired to the same clock terminal and will\nthus simply have a double reference count and will be referenced\ntwice.\n\nWe also move clock registration to .init_irq() so they are\navailable early enough for probing to be successful and remove the\nearlier quirk to clock primecells during PrimeCell registration.\n\nSigned-off-by: Linus Walleij \u003clinus.walleij@stericsson.com\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "c2fab1242a16f8e66b680d664322c3811e7b003d",
      "tree": "bc957a804f02775117d80ac552473bac054e5fd9",
      "parents": [
        "cdf357f1e13a08a11261edacb3083746f65c1ed9"
      ],
      "author": {
        "name": "Linus Walleij",
        "email": "linus.walleij@stericsson.com",
        "time": "Mon Aug 09 09:16:50 2010 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Tue Aug 10 22:10:54 2010 +0100"
      },
      "message": "ARM: 6306/1: fix inverted MMC card detect in U300\n\nThis converts the U300 to uninverted logic for MMCI card detect,\nfixing a regression in the current tree.\n\nSigned-off-by: Linus Walleij \u003clinus.walleij@stericsson.com\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "cdf357f1e13a08a11261edacb3083746f65c1ed9",
      "tree": "bb49c4536929906b69f6e99e2457fc2ccc7944d9",
      "parents": [
        "988257cfcbc468cb26b3addfcab1d0187c4e2399"
      ],
      "author": {
        "name": "Will Deacon",
        "email": "will.deacon@arm.com",
        "time": "Thu Aug 05 11:20:51 2010 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Tue Aug 10 22:10:54 2010 +0100"
      },
      "message": "ARM: 6299/1: errata: TLBIASIDIS and TLBIMVAIS operations can broadcast a faulty ASID\n\nOn versions of the Cortex-A9 prior to r2p0, performing TLB invalidations by\nASID match can result in the incorrect ASID being broadcast to other CPUs.\nAs a consequence of this, the targetted TLB entries are not invalidated\nacross the system.\n\nThis workaround changes the TLB flushing routines to invalidate entries\nregardless of the ASID.\n\nCc: \u003cstable@kernel.org\u003e\nTested-by: Rob Clark \u003crob@ti.com\u003e\nAcked-by: Catalin Marinas \u003ccatalin.marinas@arm.com\u003e\nSigned-off-by: Will Deacon \u003cwill.deacon@arm.com\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "988257cfcbc468cb26b3addfcab1d0187c4e2399",
      "tree": "8f2bd59c63ac07beef9aa8eb2d3c95682a4f2d8d",
      "parents": [
        "9e354ea8e0710baf05804168fdabe90231b3d363"
      ],
      "author": {
        "name": "Alexander Shishkin",
        "email": "virtuoso@slind.org",
        "time": "Wed Aug 04 11:27:33 2010 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Tue Aug 10 22:10:53 2010 +0100"
      },
      "message": "ARM: 6294/1: etm: do a dummy read from OSSRR during initialization\n\nThe first read from ETM OS save and restore register after the power\ndown bit deassertion returns garbage.\n\nCc: linux-arm-kernel@lists.infradead.org\nCc: linux-kernel@vger.kernel.org\nSigned-off-by: Alexander Shishkin \u003cvirtuoso@slind.org\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "9e354ea8e0710baf05804168fdabe90231b3d363",
      "tree": "3f86f2e6c8b7fd08256d9a2496583d0a21c51a05",
      "parents": [
        "686ff22812d908eaa537edd62fb1eb3d64336301"
      ],
      "author": {
        "name": "Alexander Shishkin",
        "email": "virtuoso@slind.org",
        "time": "Wed Aug 04 11:25:20 2010 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Tue Aug 10 22:10:53 2010 +0100"
      },
      "message": "ARM: 6292/1: coresight: add ETM management registers\n\nAdd notion of ETM OS lock, save and restore registers.\n\nCc: linux-arm-kernel@lists.infradead.org\nCc: linux-kernel@vger.kernel.org\nSigned-off-by: Alexander Shishkin \u003cvirtuoso@slind.org\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "686ff22812d908eaa537edd62fb1eb3d64336301",
      "tree": "eaf5562ab54583f079901650e2f8f2e68417cca1",
      "parents": [
        "28e192d6e5711477c177918d0661f31836ef72a5"
      ],
      "author": {
        "name": "Rabin Vincent",
        "email": "rabin@rab.in",
        "time": "Tue Aug 03 17:09:40 2010 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Tue Aug 10 22:10:52 2010 +0100"
      },
      "message": "ARM: 6288/1: ftrace: document mcount formats\n\nAdd a comment describing the mcount variants and how the callsites look\nlike.\n\nAcked-by: Frederic Weisbecker \u003cfweisbec@gmail.com\u003e\nSigned-off-by: Rabin Vincent \u003crabin@rab.in\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "28e192d6e5711477c177918d0661f31836ef72a5",
      "tree": "3a8ed40adbcc19197d1d3716c36107cc2467086d",
      "parents": [
        "77754410fb8ecd7cf307bcd75d60f3b22b8c3cd2"
      ],
      "author": {
        "name": "Rabin Vincent",
        "email": "rabin@rab.in",
        "time": "Tue Aug 03 17:08:09 2010 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Tue Aug 10 22:10:52 2010 +0100"
      },
      "message": "ARM: 6287/1: ftrace: clean up mcount assembly indentation\n\nThe mcount implementation currently uses a different indentation style\nfrom the rest of the file (and the rest of the ARM assembly in the\nkernel).  Clean it up.\n\nAcked-by: Uwe Kleine-König \u003cu.kleine-koenig@pengutronix.de\u003e\nAcked-by: Frederic Weisbecker \u003cfweisbec@gmail.com\u003e\nSigned-off-by: Rabin Vincent \u003crabin@rab.in\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "77754410fb8ecd7cf307bcd75d60f3b22b8c3cd2",
      "tree": "649c8306543df05b56ae4d220982dfce4725c85c",
      "parents": [
        "81ef806163ebfd4775fc3154e031aad6feaaa192"
      ],
      "author": {
        "name": "Rabin Vincent",
        "email": "rabin@rab.in",
        "time": "Tue Aug 03 16:47:03 2010 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Tue Aug 10 22:10:51 2010 +0100"
      },
      "message": "ARM: 6286/1: fix Thumb-2 decompressor broken by \"Auto calculate ZRELADDR\"\n\n\"ARM: Auto calculate ZRELADDR and provide option for exceptions\" broke\nthe Thumb-2 decompressor because it removed an entry in the LC0 table\nbut didn\u0027t adjust the offset the Thumb-2 code uses to load the SP from\nthat table.\n\nFix it, and also change the ARM code to use the separate SP-load since\nARM instructions that include the SP in the LDM register list are\ndeprecated.\n\nAcked-by: Uwe Kleine-König \u003cu.kleine-koenig@pengutronix.de\u003e\nSigned-off-by: Rabin Vincent \u003crabin@rab.in\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "868003ca7ad17ac6c1606dc36101f10a7825b399",
      "tree": "37b505a5fb868b9e7293e110116963a6b516b8b8",
      "parents": [
        "f6cec0ae58c17522a7bc4e2f39dae19f199ab534"
      ],
      "author": {
        "name": "Uwe Kleine-König",
        "email": "u.kleine-koenig@pengutronix.de",
        "time": "Mon Aug 02 08:32:22 2010 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Tue Aug 10 22:10:50 2010 +0100"
      },
      "message": "ARM: 6280/1: imx: Fix build failure when including \u003cmach/gpio.h\u003e without \u003clinux/spinlock.h\u003e\n\nThis is a follow up to\n\n\t14cb0de (arm/imx/gpio: add spinlock protection)\n\nand fixes the following build failure:\n\n\t  CC      arch/arm/mach-imx/pcm970-baseboard.o\n\tIn file included from arch/arm/include/asm/gpio.h:6,\n\t\t\t from include/linux/gpio.h:8,\n\t\t\t from arch/arm/mach-imx/pcm970-baseboard.c:20:\n\tarch/arm/plat-mxc/include/mach/gpio.h:40: error: expected specifier-qualifier-list before \u0027spinlock_t\u0027\n\nCc: stable@kernel.org\nSigned-off-by: Uwe Kleine-König \u003cu.kleine-koenig@pengutronix.de\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "26df6d13406d1a53b0bda08bd712f1924affd7cd",
      "tree": "db17328acbd7cac9dc20bc854509527c1c89ca01",
      "parents": [
        "a3c8ed693da9782f924223f65da9261da796e49b"
      ],
      "author": {
        "name": "hyc@symas.com",
        "email": "hyc@symas.com",
        "time": "Tue Jun 22 10:14:49 2010 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Tue Aug 10 13:47:39 2010 -0700"
      },
      "message": "tty: Add EXTPROC support for LINEMODE\n\nThis patch is against the 2.6.34 source.\n\nParaphrased from the 1989 BSD patch by David Borman @ cray.com:\n\n     These are the changes needed for the kernel to support\n     LINEMODE in the server.\n\n     There is a new bit in the termios local flag word, EXTPROC.\n     When this bit is set, several aspects of the terminal driver\n     are disabled.  Input line editing, character echo, and mapping\n     of signals are all disabled.  This allows the telnetd to turn\n     off these functions when in linemode, but still keep track of\n     what state the user wants the terminal to be in.\n\n     New ioctl:\n         TIOCSIG         Generate a signal to processes in the\n                         current process group of the pty.\n\n     There is a new mode for packet driver, the TIOCPKT_IOCTL bit.\n     When packet mode is turned on in the pty, and the EXTPROC bit\n     is set, then whenever the state of the pty is changed, the\n     next read on the master side of the pty will have the TIOCPKT_IOCTL\n     bit set.  This allows the process on the server side of the pty\n     to know when the state of the terminal has changed; it can then\n     issue the appropriate ioctl to retrieve the new state.\n\nSince the original BSD patches accompanied the source code for telnet\nI\u0027ve left that reference here, but obviously the feature is useful for\nany remote terminal protocol, including ssh.\n\nThe corresponding feature has existed in the BSD tty driver since 1989.\nFor historical reference, a good copy of the relevant files can be found\nhere:\n\nhttp://anonsvn.mit.edu/viewvc/krb5/trunk/src/appl/telnet/?pathrev\u003d17741\n\nSigned-off-by: Howard Chu \u003chyc@symas.com\u003e\nCc: Alan Cox \u003calan@lxorguk.ukuu.org.uk\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n\n"
    },
    {
      "commit": "dcded10f6dce10411b16134ce9cc87bfdf75c13f",
      "tree": "da6d0face147072c9eadc8a01af4e49958769138",
      "parents": [
        "9e0ba741aabdf129d561e62d207c75146adef5e8",
        "b0ebeb9c09cb5b84bb2f33927c84c7648845fcec"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Mon Aug 09 21:00:07 2010 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Mon Aug 09 21:00:07 2010 -0700"
      },
      "message": "Merge branch \u0027next\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_tx\n\n* \u0027next\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_tx: (30 commits)\n  DMAENGINE: at_hdmac: locking fixlet\n  DMAENGINE: pch_dma: kill another usage of __raw_{read|write}l\n  dma: dmatest: fix potential sign bug\n  ioat2: catch and recover from broken vtd configurations v6\n  DMAENGINE: add runtime slave control to COH 901 318 v3\n  DMAENGINE: add runtime slave config to DMA40 v3\n  DMAENGINE: generic slave channel control v3\n  dmaengine: Driver for Topcliff PCH DMA controller\n  intel_mid: Add Mrst \u0026 Mfld DMA Drivers\n  drivers/dma: Eliminate a NULL pointer dereference\n  dma/timb_dma: compile warning on 32 bit\n  DMAENGINE: ste_dma40: support older silicon\n  DMAENGINE: ste_dma40: support disabling physical channels\n  DMAENGINE: ste_dma40: no disabled phy channels on ux500\n  DMAENGINE: ste_dma40: fix suspend bug\n  DMAENGINE: ste_dma40: add DB8500 memcpy channels\n  DMAENGINE: ste_dma40: no flow control on memcpy\n  DMAENGINE: ste_dma40: arch updates for LCLA and LCPA\n  DMAENGINE: ste_dma40: allocate LCLA dynamically\n  DMAENGINE: ste_dma40: no premature stop\n  ...\n\nFix up trivial conflicts in arch/arm/mach-ux500/devices-db8500.c\n"
    },
    {
      "commit": "597781f3e51f48ef8e67be772196d9e9673752c4",
      "tree": "6e1974bc899889da40f2fde47b04a5ece0bd3399",
      "parents": [
        "3edd4fc9537d95e460d502987c63a90d6b9a7a82"
      ],
      "author": {
        "name": "Cesar Eduardo Barros",
        "email": "cesarb@cesarb.net",
        "time": "Mon Aug 09 17:18:32 2010 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Mon Aug 09 20:44:54 2010 -0700"
      },
      "message": "kmap_atomic: make kunmap_atomic() harder to misuse\n\nkunmap_atomic() is currently at level -4 on Rusty\u0027s \"Hard To Misuse\"\nlist[1] (\"Follow common convention and you\u0027ll get it wrong\"), except in\nsome architectures when CONFIG_DEBUG_HIGHMEM is set[2][3].\n\nkunmap() takes a pointer to a struct page; kunmap_atomic(), however, takes\ntakes a pointer to within the page itself.  This seems to once in a while\ntrip people up (the convention they are following is the one from\nkunmap()).\n\nMake it much harder to misuse, by moving it to level 9 on Rusty\u0027s list[4]\n(\"The compiler/linker won\u0027t let you get it wrong\").  This is done by\nrefusing to build if the type of its first argument is a pointer to a\nstruct page.\n\nThe real kunmap_atomic() is renamed to kunmap_atomic_notypecheck()\n(which is what you would call in case for some strange reason calling it\nwith a pointer to a struct page is not incorrect in your code).\n\nThe previous version of this patch was compile tested on x86-64.\n\n[1] http://ozlabs.org/~rusty/index.cgi/tech/2008-04-01.html\n[2] In these cases, it is at level 5, \"Do it right or it will always\n    break at runtime.\"\n[3] At least mips and powerpc look very similar, and sparc also seems to\n    share a common ancestor with both; there seems to be quite some\n    degree of copy-and-paste coding here. The include/asm/highmem.h file\n    for these three archs mention x86 CPUs at its top.\n[4] http://ozlabs.org/~rusty/index.cgi/tech/2008-03-30.html\n[5] As an aside, could someone tell me why mn10300 uses unsigned long as\n    the first parameter of kunmap_atomic() instead of void *?\n\nSigned-off-by: Cesar Eduardo Barros \u003ccesarb@cesarb.net\u003e\nCc: Russell King \u003clinux@arm.linux.org.uk\u003e (arch/arm)\nCc: Ralf Baechle \u003cralf@linux-mips.org\u003e (arch/mips)\nCc: David Howells \u003cdhowells@redhat.com\u003e (arch/frv, arch/mn10300)\nCc: Koichi Yasutake \u003cyasutake.koichi@jp.panasonic.com\u003e (arch/mn10300)\nCc: Kyle McMartin \u003ckyle@mcmartin.ca\u003e (arch/parisc)\nCc: Helge Deller \u003cdeller@gmx.de\u003e (arch/parisc)\nCc: \"James E.J. Bottomley\" \u003cjejb@parisc-linux.org\u003e (arch/parisc)\nCc: Benjamin Herrenschmidt \u003cbenh@kernel.crashing.org\u003e (arch/powerpc)\nCc: Paul Mackerras \u003cpaulus@samba.org\u003e (arch/powerpc)\nCc: \"David S. Miller\" \u003cdavem@davemloft.net\u003e (arch/sparc)\nCc: Thomas Gleixner \u003ctglx@linutronix.de\u003e (arch/x86)\nCc: Ingo Molnar \u003cmingo@redhat.com\u003e (arch/x86)\nCc: \"H. Peter Anvin\" \u003chpa@zytor.com\u003e (arch/x86)\nCc: Arnd Bergmann \u003carnd@arndb.de\u003e (include/asm-generic)\nCc: Rusty Russell \u003crusty@rustcorp.com.au\u003e (\"Hard To Misuse\" list)\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "054d5c9238f3c577ad51195c3ee7803613f322cc",
      "tree": "ff7d9f5c0e0ddf14230ba28f28ef69a2c0a0debf",
      "parents": [
        "11e4afb49b7fa1fc8e1ffd850c1806dd86a08204",
        "2192482ee5ce5d5d4a6cec0c351b2d3a744606eb"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Mon Aug 09 14:09:29 2010 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Mon Aug 09 14:09:29 2010 +0100"
      },
      "message": "Merge branch \u0027devel-stable\u0027 into devel\n"
    },
    {
      "commit": "2192482ee5ce5d5d4a6cec0c351b2d3a744606eb",
      "tree": "15ab3c23d05e98829741b03922b51b81fd102b64",
      "parents": [
        "500b9fc922cbec572f4fd1436533bfaed5011262",
        "a68fefe0d2f364ac3d8497ef37dcad713c261103"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Mon Aug 09 14:07:19 2010 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Mon Aug 09 14:07:19 2010 +0100"
      },
      "message": "Merge branch \u0027for-rmk\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung into devel-stable\n\nConflicts:\n\tarch/arm/Kconfig\n"
    },
    {
      "commit": "a68fefe0d2f364ac3d8497ef37dcad713c261103",
      "tree": "c46135d82a71a8d9f5c5a88f7d15de502928e112",
      "parents": [
        "25da496f3978e7ea40472e167dedf8e8e45ad031"
      ],
      "author": {
        "name": "Kukjin Kim",
        "email": "kgene.kim@samsung.com",
        "time": "Mon Aug 09 18:30:16 2010 +0900"
      },
      "committer": {
        "name": "Kukjin Kim",
        "email": "kgene.kim@samsung.com",
        "time": "Mon Aug 09 18:30:16 2010 +0900"
      },
      "message": "ARM: S5PV210: Fix on missing s3c-sdhci card detection method for hsmmc3\n\nThis patch fixes on missing s3c-sdhci card detection method for hsmmc3.\n\nSigned-off-by: Kukjin Kim \u003ckgene.kim@samsung.com\u003e\n"
    },
    {
      "commit": "25da496f3978e7ea40472e167dedf8e8e45ad031",
      "tree": "b9f2158eae0b36f24d2201cde4d8be2caa499110",
      "parents": [
        "187749bb7c20a78cbce04f63e9e7a1e67d9d9c46"
      ],
      "author": {
        "name": "Kukjin Kim",
        "email": "kgene.kim@samsung.com",
        "time": "Mon Aug 09 18:26:13 2010 +0900"
      },
      "committer": {
        "name": "Kukjin Kim",
        "email": "kgene.kim@samsung.com",
        "time": "Mon Aug 09 18:26:13 2010 +0900"
      },
      "message": "ARM: S5P: Fix on missing S5P_DEV_FIMC in plat-s5p/Kconfig\n\nThis patch fixes on missing S5P_DEV_FIMC in plat-s5p/Kconfig.\n\nSigned-off-by: Kukjin Kim \u003ckgene.kim@samsung.com\u003e\n"
    },
    {
      "commit": "187749bb7c20a78cbce04f63e9e7a1e67d9d9c46",
      "tree": "7c22f85946138d3cf095d12c2ee2ce71c49bb0db",
      "parents": [
        "db94a2f4dcfb2978545a3810b343abf198f92111"
      ],
      "author": {
        "name": "Sylwester Nawrocki",
        "email": "s.nawrocki@samsung.com",
        "time": "Mon Aug 09 16:55:35 2010 +0900"
      },
      "committer": {
        "name": "Kukjin Kim",
        "email": "kgene.kim@samsung.com",
        "time": "Mon Aug 09 16:55:35 2010 +0900"
      },
      "message": "ARM: S5PV210: Override FIMC driver name on Aquila board\n\nChange variant of the FIMC driver for compatibility with older\nSoC version (EVT0) used on Aquila board.\n\nSigned-off-by: Sylwester Nawrocki \u003cs.nawrocki@samsung.com\u003e\nSigned-off-by: Kyungmin Park \u003ckyungmin.park@samsung.com\u003e\nSigned-off-by: Marek Szyprowski \u003cm.szyprowski@samsung.com\u003e\nSigned-off-by: Kukjin Kim \u003ckgene.kim@samsung.com\u003e\n"
    },
    {
      "commit": "db94a2f4dcfb2978545a3810b343abf198f92111",
      "tree": "d1fa28206407eee31438d58fc38d4924fb6733e9",
      "parents": [
        "9f488c6f007dbae4d23103fab7d76d589230f537"
      ],
      "author": {
        "name": "Sylwester Nawrocki",
        "email": "s.nawrocki@samsung.com",
        "time": "Mon Aug 09 16:55:35 2010 +0900"
      },
      "committer": {
        "name": "Kukjin Kim",
        "email": "kgene.kim@samsung.com",
        "time": "Mon Aug 09 16:55:35 2010 +0900"
      },
      "message": "ARM: S5PC100: enable FIMC on SMDKC100\n\nAdd support for FIMC on Samsung SMDKC100 board.\n\nSigned-off-by: Sylwester Nawrocki \u003cs.nawrocki@samsung.com\u003e\nSigned-off-by: Kyungmin Park \u003ckyungmin.park@samsung.com\u003e\nSigned-off-by: Marek Szyprowski \u003cm.szyprowski@samsung.com\u003e\nSigned-off-by: Kukjin Kim \u003ckgene.kim@samsung.com\u003e\n"
    },
    {
      "commit": "9f488c6f007dbae4d23103fab7d76d589230f537",
      "tree": "d1f14b7bb40ff836e075011767fef4b352bde120",
      "parents": [
        "7200c11ded4708a4d2bfa28279682b57b03b0025"
      ],
      "author": {
        "name": "Sylwester Nawrocki",
        "email": "s.nawrocki@samsung.com",
        "time": "Mon Aug 09 16:55:34 2010 +0900"
      },
      "committer": {
        "name": "Kukjin Kim",
        "email": "kgene.kim@samsung.com",
        "time": "Mon Aug 09 16:55:34 2010 +0900"
      },
      "message": "ARM: S5PV210: enable FIMC on Goni\n\nSigned-off-by: Sylwester Nawrocki \u003cs.nawrocki@samsung.com\u003e\nSigned-off-by: Kyungmin Park \u003ckyungmin.park@samsung.com\u003e\nSigned-off-by: Marek Szyprowski \u003cm.szyprowski@samsung.com\u003e\nSigned-off-by: Kukjin Kim \u003ckgene.kim@samsung.com\u003e\n"
    },
    {
      "commit": "7200c11ded4708a4d2bfa28279682b57b03b0025",
      "tree": "1465176850f6cc61241719821965bc9a70012c5a",
      "parents": [
        "d61bd77ff1e7c7a0a381c6e656dbc07b37510f37"
      ],
      "author": {
        "name": "Sylwester Nawrocki",
        "email": "s.nawrocki@samsung.com",
        "time": "Mon Aug 09 16:55:24 2010 +0900"
      },
      "committer": {
        "name": "Kukjin Kim",
        "email": "kgene.kim@samsung.com",
        "time": "Mon Aug 09 16:55:24 2010 +0900"
      },
      "message": "ARM: S5PV210: enable FIMC on Aquila\n\nAdd support for FIMC on Samsung Aquila board.\n\nSigned-off-by: Sylwester Nawrocki \u003cs.nawrocki@samsung.com\u003e\nSigned-off-by: Kyungmin Park \u003ckyungmin.park@samsung.com\u003e\nSigned-off-by: Marek Szyprowski \u003cm.szyprowski@samsung.com\u003e\nSigned-off-by: Kukjin Kim \u003ckgene.kim@samsung.com\u003e\n"
    },
    {
      "commit": "4fd6c6bf83cb16321e9902b00e2af79054f4e0d6",
      "tree": "7153f611af0125336ac0ec22c5cb430fe520edcc",
      "parents": [
        "c5f347579a661c9506e794315f0798b75ef71d35",
        "84b9414babdc303dde1d3f44cd2a54dffb67ab97"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Sun Aug 08 10:05:57 2010 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Sun Aug 08 10:05:57 2010 -0700"
      },
      "message": "Merge branch \u0027for-linus\u0027 of git://android.kernel.org/kernel/tegra\n\n* \u0027for-linus\u0027 of git://android.kernel.org/kernel/tegra:\n  [ARM] tegra: add MAINTAINERS entry\n  [ARM] tegra: harmony: Add harmony board file\n  [ARM] tegra: add pinmux support\n  [ARM] tegra: add GPIO support\n  [ARM] tegra: Add timer support\n  [ARM] tegra: SMP support\n  [ARM] tegra: Add clock support\n  [ARM] tegra: Add IRQ support\n  [ARM] tegra: initial tegra support\n"
    },
    {
      "commit": "537d84787659b355b3331813dc134c7497ddafa5",
      "tree": "e43d376ed8522b09163ed1f7902e1fed25d2fe3b",
      "parents": [
        "d71048e22f47725a5808ea2e4e1e72fa36c1a788",
        "ece350d3949e9a60b39e4f9853be118e98d48fbc"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Sun Aug 08 10:02:59 2010 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Sun Aug 08 10:02:59 2010 -0700"
      },
      "message": "Merge branch \u0027for-linus\u0027 of git://gitorious.org/linux-omap-dss2/linux\n\n* \u0027for-linus\u0027 of git://gitorious.org/linux-omap-dss2/linux: (64 commits)\n  OMAP: DSS2: OMAPFB: add support for FBIO_WAITFORVSYNC\n  OMAP: DSS2: Replace strncmp() with sysfs_streq() in overlay_manager_store()\n  OMAP: DSS2: Fix error path in omap_dsi_update()\n  OMAP: DSS2: TDO35S: fix video signaling\n  OMAP: DSS2: OMAPFB: Fix invalid bpp for PAL and NTSC modes\n  OMAP: DSS2: OMAPFB: Fix probe error path\n  OMAP3EVM: Replace vdvi regulator supply with vdds_dsi\n  OMAP: DSS2: Remove extra return statement\n  OMAP: DSS2: adjust YUV overlay width to be even\n  OMAP: DSS2: OMAPFB: Fix sysfs mirror input check\n  OMAP: DSS2: OMAPFB: Remove redundant color register range check\n  OMAP: DSS2: OMAPFB: Remove redundant rotate range check\n  OMAP: DSS2: OMAPFB: Check fb2display() return value\n  OMAP: DSS2: Taal: Optimize enable_te, rotate, mirror when value unchanged\n  OMAP: DSS2: DSI: detect unsupported update requests\n  OMAP: DSS2: DSI: increase FIFO low threshold\n  OMAP: DSS2: DSI: Add error IRQ mask for DSI complexIO\n  OMAP: DSS2: DSI: Remove BTA after set_max_rx_packet_size\n  OMAP: DSS2: change manual update scaling setup\n  OMAP: DSS2: DSI: use BTA to end the frame transfer\n  ...\n"
    },
    {
      "commit": "d71048e22f47725a5808ea2e4e1e72fa36c1a788",
      "tree": "65debebb2964cb4cbde4d29e15730527d686a540",
      "parents": [
        "44d51a029f95d49c5c7ccd7808f81904c20c3abd",
        "d21872b3683ff37f73c68993749a6e6aeeaed265"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Sun Aug 08 10:01:46 2010 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Sun Aug 08 10:01:46 2010 -0700"
      },
      "message": "Merge branch \u0027omap-for-linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6\n\n* \u0027omap-for-linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6: (143 commits)\n  omap: mailbox: reorganize headers\n  omap: mailbox: standarize on \u0027omap-mailbox\u0027\n  omap: mailbox: only compile for configured archs\n  omap: mailbox: simplify omap_mbox_register()\n  omap: mailbox: reorganize registering\n  omap: mailbox: add IRQ names\n  omap: mailbox: remove unecessary fields\n  omap: mailbox: don\u0027t export unecessary symbols\n  omap: mailbox: update omap1 probing\n  omap: mailbox: use correct config for omap1\n  omap: mailbox: 2420 should be detected at run-time\n  omap: mailbox: reorganize structures\n  omap: mailbox: trivial cleanups\n  omap mailbox: Set a device in logical mbox instance for traceability\n  omap: mailbox: convert block api to kfifo\n  omap: mailbox: remove (un)likely macros from cold paths\n  omap: mailbox cleanup: split MODULE_AUTHOR line\n  omap: mailbox: convert rwlocks to spinlock\n  Mailbox: disable mailbox interrupt when request queue\n  Mailbox: new mutext lock for h/w mailbox configuration\n  ...\n"
    },
    {
      "commit": "44d51a029f95d49c5c7ccd7808f81904c20c3abd",
      "tree": "41b82695b3bfb73b4146809546c2d79d6eaa4c47",
      "parents": [
        "2d53056973079e6c2ffc0d7ae3afbdd3d4f18ae3",
        "cce3dddb87e4b72b1787527eec6826a43a562e71"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Sun Aug 08 10:00:55 2010 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Sun Aug 08 10:00:55 2010 -0700"
      },
      "message": "Merge branch \u0027davinci-for-linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-davinci\n\n* \u0027davinci-for-linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-davinci:\n  davinci: dm646x EVM: Specify reserved EDMA channel/slots\n  davinci: da8xx/omapl EVM: Specify reserved channels/slots\n  davinci: support for EDMA resource sharing\n  davinci: edma: provide ability to detect insufficient CC info data\n  davinci: da8xx: sparse cleanup: remove duplicate entries in irq priorities\n  davinci: DM365: fixed second serial port\n  Davinci: tnetv107x evm board initial support\n  Davinci: tnetv107x initial gpio support\n  Davinci: tnetv107x soc support\n  Davinci: tnetv107x decompresser uart definitions\n  Davinci: generalized debug macros\n"
    },
    {
      "commit": "faa38b5e0e092914764cdba9f83d31a3f794d182",
      "tree": "b3e5921bdc36378033b4910eb4f29cb0dfc486e0",
      "parents": [
        "78417334b5cb6e1f915b8fdcc4fce3f1a1b4420c",
        "74bf40f0793fed9e01eb6164c2ce63e8c27ca205"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Sat Aug 07 17:07:31 2010 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Sat Aug 07 17:07:31 2010 -0700"
      },
      "message": "Merge branch \u0027for-linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6\n\n* \u0027for-linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6: (214 commits)\n  ALSA: hda - Add pin-fix for HP dc5750\n  ALSA: als4000: Fix potentially invalid DMA mode setup\n  ALSA: als4000: enable burst mode\n  ALSA: hda - Fix initial capsrc selection in patch_alc269()\n  ASoC: TWL4030: Capture route runtime DAPM ordering fix\n  ALSA: hda - Add PC-beep whitelist for an Intel board\n  ALSA: hda - More relax for pending period handling\n  ALSA: hda - Define AC_FMT_* constants\n  ALSA: hda - Fix beep frequency on IDT 92HD73xx and 92HD71Bxx codecs\n  ALSA: hda - Add support for HDMI HBR passthrough\n  ALSA: hda - Set Stream Type in Stream Format according to AES0\n  ALSA: hda - Fix Thinkpad X300 so SPDIF is not exposed\n  ALSA: hda - FIX to not expose SPDIF on Thinkpad X301, since it does not have the ability to use SPDIF\n  ASoC: wm9081: fix resource reclaim in wm9081_register error path\n  ASoC: wm8978: fix a memory leak if a wm8978_register fail\n  ASoC: wm8974: fix a memory leak if another WM8974 is registered\n  ASoC: wm8961: fix resource reclaim in wm8961_register error path\n  ASoC: wm8955: fix resource reclaim in wm8955_register error path\n  ASoC: wm8940: fix a memory leak if wm8940_register return error\n  ASoC: wm8904: fix resource reclaim in wm8904_register error path\n  ...\n"
    },
    {
      "commit": "b62ad9ab181a67207a4c8c373461b587c4861a68",
      "tree": "ace1572964d81f5f9bbc10b7960c1f742832d744",
      "parents": [
        "af390084359a5de20046c901529b2b6a50b941cb",
        "b29230769e3482bbd62a07d6d9485371ee66a18f"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Aug 06 13:18:29 2010 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Aug 06 13:18:29 2010 -0700"
      },
      "message": "Merge branch \u0027timers-timekeeping-for-linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip\n\n* \u0027timers-timekeeping-for-linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip:\n  um: Fix read_persistent_clock fallout\n  kgdb: Do not access xtime directly\n  powerpc: Clean up obsolete code relating to decrementer and timebase\n  powerpc: Rework VDSO gettimeofday to prevent time going backwards\n  clocksource: Add __clocksource_updatefreq_hz/khz methods\n  x86: Convert common clocksources to use clocksource_register_hz/khz\n  timekeeping: Make xtime and wall_to_monotonic static\n  hrtimer: Cleanup direct access to wall_to_monotonic\n  um: Convert to use read_persistent_clock\n  timkeeping: Fix update_vsyscall to provide wall_to_monotonic offset\n  powerpc: Cleanup xtime usage\n  powerpc: Simplify update_vsyscall\n  time: Kill off CONFIG_GENERIC_TIME\n  time: Implement timespec_add\n  x86: Fix vtime/file timestamp inconsistencies\n\nTrivial conflicts in Documentation/feature-removal-schedule.txt\n\nMuch less trivial conflicts in arch/powerpc/kernel/time.c resolved as\nper Thomas\u0027 earlier merge commit 47916be4e28c (\"Merge branch\n\u0027powerpc.cherry-picks\u0027 into timers/clocksource\")\n"
    },
    {
      "commit": "11e4afb49b7fa1fc8e1ffd850c1806dd86a08204",
      "tree": "9e57efcb106ae912f7bec718feb3f8ec607559bb",
      "parents": [
        "162500b3a3ff39d941d29db49b41a16667ae44f0",
        "9b2a606d3898fcb2eedb6faded3bb37549590ac4"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Fri Aug 06 18:13:54 2010 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Fri Aug 06 18:13:54 2010 +0100"
      },
      "message": "Merge branches \u0027gemini\u0027 and \u0027misc\u0027 into devel\n"
    },
    {
      "commit": "500b9fc922cbec572f4fd1436533bfaed5011262",
      "tree": "aac4b7de0871e66740aeaf3510f7a59280026592",
      "parents": [
        "f165eb77f49cb6f6e86e2f2f09183904b2965d19",
        "beccb12f6fbcc73339f127ff1f00638f076c933f"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Fri Aug 06 18:13:19 2010 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Fri Aug 06 18:13:19 2010 +0100"
      },
      "message": "Merge master.kernel.org:/pub/scm/linux/kernel/git/lethal/genesis-2.6 into devel-stable\n\nConflicts:\n\tdrivers/net/irda/sh_irda.c\n"
    },
    {
      "commit": "f165eb77f49cb6f6e86e2f2f09183904b2965d19",
      "tree": "db166579758930f52a1a625eb872bd96bd7ff88e",
      "parents": [
        "fc1caf6eafb30ea185720e29f7f5eccca61ecd60",
        "a6cd7eb374647b572ae9e7dbfe49871e6996e8e0"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Fri Aug 06 18:10:25 2010 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Fri Aug 06 18:10:25 2010 +0100"
      },
      "message": "Merge branch \u0027devel\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6 into devel-stable\n\nConflicts:\n\tarch/arm/mach-pxa/palmt5.c\n\tarch/arm/mach-pxa/palmtreo.c\n"
    },
    {
      "commit": "4aed2fd8e3181fea7c09ba79cf64e7e3f4413bf9",
      "tree": "1f69733e5daab4915a76a41de0e4d1dc61e12cfb",
      "parents": [
        "3a3527b6461b1298cc53ce72f336346739297ac8",
        "fc9ea5a1e53ee54f681e226d735008e2a6f8f470"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Aug 06 09:30:52 2010 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Aug 06 09:30:52 2010 -0700"
      },
      "message": "Merge branch \u0027perf-core-for-linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip\n\n* \u0027perf-core-for-linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip: (162 commits)\n  tracing/kprobes: unregister_trace_probe needs to be called under mutex\n  perf: expose event__process function\n  perf events: Fix mmap offset determination\n  perf, powerpc: fsl_emb: Restore setting perf_sample_data.period\n  perf, powerpc: Convert the FSL driver to use local64_t\n  perf tools: Don\u0027t keep unreferenced maps when unmaps are detected\n  perf session: Invalidate last_match when removing threads from rb_tree\n  perf session: Free the ref_reloc_sym memory at the right place\n  x86,mmiotrace: Add support for tracing STOS instruction\n  perf, sched migration: Librarize task states and event headers helpers\n  perf, sched migration: Librarize the GUI class\n  perf, sched migration: Make the GUI class client agnostic\n  perf, sched migration: Make it vertically scrollable\n  perf, sched migration: Parameterize cpu height and spacing\n  perf, sched migration: Fix key bindings\n  perf, sched migration: Ignore unhandled task states\n  perf, sched migration: Handle ignored migrate out events\n  perf: New migration tool overview\n  tracing: Drop cpparg() macro\n  perf: Use tracepoint_synchronize_unregister() to flush any pending tracepoint call\n  ...\n\nFix up trivial conflicts in Makefile and drivers/cpufreq/cpufreq.c\n"
    },
    {
      "commit": "d61bd77ff1e7c7a0a381c6e656dbc07b37510f37",
      "tree": "838f7b1c4d931814fbbc30643bb423f409e6daba",
      "parents": [
        "f2b7e3c54a304677a1142829fb5913595885379f",
        "1c739c7f374f77c5a355273c0c1d9345ed08c0ce"
      ],
      "author": {
        "name": "Kukjin Kim",
        "email": "kgene.kim@samsung.com",
        "time": "Fri Aug 06 21:49:18 2010 +0900"
      },
      "committer": {
        "name": "Kukjin Kim",
        "email": "kgene.kim@samsung.com",
        "time": "Fri Aug 06 21:49:18 2010 +0900"
      },
      "message": "Merge branch \u0027next-samsung\u0027 into for-next\n\nConflicts:\n\tarch/arm/mach-s5p6440/Kconfig\n\tarch/arm/mach-s5p6442/Kconfig\n\tarch/arm/mach-s5pc100/Kconfig\n\tarch/arm/mach-s5pv210/Kconfig\n\tarch/arm/mach-s5pv210/cpu.c\n\tarch/arm/plat-samsung/include/plat/sdhci.h\n"
    },
    {
      "commit": "f2b7e3c54a304677a1142829fb5913595885379f",
      "tree": "1eb941524c7325672f947dab525d96228b362e20",
      "parents": [
        "6b8eda04ffdc24b68d379a32358f4f09a425a380",
        "0fdb480e7fb1ecdd4076ddf8b6ab16b0d77406c1"
      ],
      "author": {
        "name": "Kukjin Kim",
        "email": "kgene.kim@samsung.com",
        "time": "Fri Aug 06 21:34:55 2010 +0900"
      },
      "committer": {
        "name": "Kukjin Kim",
        "email": "kgene.kim@samsung.com",
        "time": "Fri Aug 06 21:34:55 2010 +0900"
      },
      "message": "Merge branch \u0027next-s5p\u0027 into for-next\n\nConflicts:\n\tarch/arm/mach-s5pv210/mach-aquila.c\n\tarch/arm/mach-s5pv210/mach-goni.c\n"
    },
    {
      "commit": "6b8eda04ffdc24b68d379a32358f4f09a425a380",
      "tree": "4343c4b891322dfebfb7061ae10c488c1747bbbb",
      "parents": [
        "a639718b83867b3d4af3bf18c7e6a23d92b35f7a",
        "516607d64dd1efe77147e2856188d4318ac7fcce"
      ],
      "author": {
        "name": "Kukjin Kim",
        "email": "kgene.kim@samsung.com",
        "time": "Fri Aug 06 21:31:49 2010 +0900"
      },
      "committer": {
        "name": "Kukjin Kim",
        "email": "kgene.kim@samsung.com",
        "time": "Fri Aug 06 21:31:49 2010 +0900"
      },
      "message": "Merge branch \u0027next-s5pv310\u0027 into for-next\n"
    },
    {
      "commit": "a639718b83867b3d4af3bf18c7e6a23d92b35f7a",
      "tree": "674067fd5c6ba24d049b9bc97279c085c090a3ae",
      "parents": [
        "0321c51f8f0ea8d0a7185a334356b2dca28a0846",
        "b42faa12f2a76f2a726d7e121aece285048f75f0"
      ],
      "author": {
        "name": "Kukjin Kim",
        "email": "kgene.kim@samsung.com",
        "time": "Fri Aug 06 21:31:35 2010 +0900"
      },
      "committer": {
        "name": "Kukjin Kim",
        "email": "kgene.kim@samsung.com",
        "time": "Fri Aug 06 21:31:35 2010 +0900"
      },
      "message": "Merge branch \u0027next-s5pv210\u0027 into for-next\n"
    },
    {
      "commit": "0321c51f8f0ea8d0a7185a334356b2dca28a0846",
      "tree": "a77c2fa19b6b046d0b7757a81558aa46c53191d8",
      "parents": [
        "e4201764a474fcb3e858c1aa09b4f5c878216d5a",
        "aaeedff6b1f3cc8e2de0d2899c9ab2699a1ce817"
      ],
      "author": {
        "name": "Kukjin Kim",
        "email": "kgene.kim@samsung.com",
        "time": "Fri Aug 06 21:31:29 2010 +0900"
      },
      "committer": {
        "name": "Kukjin Kim",
        "email": "kgene.kim@samsung.com",
        "time": "Fri Aug 06 21:31:29 2010 +0900"
      },
      "message": "Merge branch \u0027next-s5pc100\u0027 into for-next\n"
    },
    {
      "commit": "e4201764a474fcb3e858c1aa09b4f5c878216d5a",
      "tree": "856fa38054d518312d6555fc03e490435a56f8c7",
      "parents": [
        "2c97886df9bba9346c7799ed14f489075cf2c39b",
        "b46de63d69bf2022d358a8139f2590e650badd1e"
      ],
      "author": {
        "name": "Kukjin Kim",
        "email": "kgene.kim@samsung.com",
        "time": "Fri Aug 06 21:31:21 2010 +0900"
      },
      "committer": {
        "name": "Kukjin Kim",
        "email": "kgene.kim@samsung.com",
        "time": "Fri Aug 06 21:31:21 2010 +0900"
      },
      "message": "Merge branch \u0027next-s5p6442\u0027 into for-next\n"
    },
    {
      "commit": "1c739c7f374f77c5a355273c0c1d9345ed08c0ce",
      "tree": "f1803b8d736ea71b3690ae9e58b0cb87250a082a",
      "parents": [
        "ed48ac41b3c50ccf1c1faa6464f68a6233916c07"
      ],
      "author": {
        "name": "Kukjin Kim",
        "email": "kgene.kim@samsung.com",
        "time": "Thu Aug 05 07:54:49 2010 +0900"
      },
      "committer": {
        "name": "Kukjin Kim",
        "email": "kgene.kim@samsung.com",
        "time": "Fri Aug 06 21:28:44 2010 +0900"
      },
      "message": "ARM: SAMSUNG: Fix on inclusion mach/gpio.h for Samsung SoCs\n\nThis patch fixes on inclusion \u003cmach/gpio.h\u003e to \u003clinux/gpio.h\u003e\n\nSigned-off-by: Kukjin Kim \u003ckgene.kim@samsung.com\u003e\nCc: Ben Dooks \u003cben-linux@fluff.org\u003e\n"
    },
    {
      "commit": "ed48ac41b3c50ccf1c1faa6464f68a6233916c07",
      "tree": "4ae4479507756421d749ab1dd0aa7a9c79fa80a7",
      "parents": [
        "33c14ff838c3617616112b6dd833f2d7b70d6224"
      ],
      "author": {
        "name": "Kyungmin Park",
        "email": "kyungmin.park@samsung.com",
        "time": "Thu Aug 05 18:05:59 2010 +0900"
      },
      "committer": {
        "name": "Kukjin Kim",
        "email": "kgene.kim@samsung.com",
        "time": "Fri Aug 06 21:28:39 2010 +0900"
      },
      "message": "ARM: SAMSUNG: Fix on inclusion mach/gpio.h on gpiolib.c\n\nFix on inclusion mach/gpio.h on plat-samsung/gpiolib.c\nsince new C preprocessor directives.\n\nSigned-off-by: Kyungmin Park \u003ckyungmin.park@samsung.com\u003e\nAcked-by: Ben Dooks \u003cben-linux@fluff.org\u003e\n[kgene.kim@samsung.com: minor title and message fix]\nSigned-off-by: Kukjin Kim \u003ckgene.kim@samsung.com\u003e\n"
    },
    {
      "commit": "33c14ff838c3617616112b6dd833f2d7b70d6224",
      "tree": "0e26cd9729b98a90356859789c5006f48cf5a124",
      "parents": [
        "290d0983b86f6243beffaa3ddb02c14adc30f02a"
      ],
      "author": {
        "name": "Sylwester Nawrocki",
        "email": "s.nawrocki@samsung.com",
        "time": "Thu Aug 05 18:16:31 2010 +0900"
      },
      "committer": {
        "name": "Kukjin Kim",
        "email": "kgene.kim@samsung.com",
        "time": "Fri Aug 06 21:28:35 2010 +0900"
      },
      "message": "ARM: SAMSUNG: Add platform definitions and helpers for FIMC driver\n\nFIMC (CAMIF) device is a camera interface embedded in S3C/S5P Samsung\nSOC series. It supports ITU-R BT.601/656 and MIPI-CSI2 standards,\nmemory to memory operations, color conversion, resizing and rotation.\n\nSigned-off-by: Sylwester Nawrocki \u003cs.nawrocki@samsung.com\u003e\nSigned-off-by: Kyungmin Park \u003ckyungmin.park@samsung.com\u003e\nSigned-off-by: Marek Szyprowski \u003cm.szyprowski@samsung.com\u003e\nSigned-off-by: Kukjin Kim \u003ckgene.kim@samsung.com\u003e\n"
    },
    {
      "commit": "290d0983b86f6243beffaa3ddb02c14adc30f02a",
      "tree": "d6cc9963c61ea941928341ecd7ed5987c7953730",
      "parents": [
        "995c48adde09e04298036501df9dac87661fa66c"
      ],
      "author": {
        "name": "Naveen Krishna Ch",
        "email": "ch.naveen@samsung.com",
        "time": "Tue Jun 22 07:39:18 2010 +0900"
      },
      "committer": {
        "name": "Kukjin Kim",
        "email": "kgene.kim@samsung.com",
        "time": "Fri Aug 06 21:28:30 2010 +0900"
      },
      "message": "ARM: S3C64XX: Add keypad device to the SMDK6410 board\n\nThis patch is to support keypad device to the SMDK6410 board.\n\nSigned-off-by: Naveen Krishna Ch \u003cch.naveen@samsung.com\u003e\nSigned-off-by: Kukjin Kim \u003ckgene.kim@samsung.com\u003e\n"
    },
    {
      "commit": "995c48adde09e04298036501df9dac87661fa66c",
      "tree": "6c5bf7939dac0c6a5f233c6095ad2d68760606ca",
      "parents": [
        "929343ef840051b102b67ad1bc8748dbe7c7ce13"
      ],
      "author": {
        "name": "Joonyoung Shim",
        "email": "jy0922.shim@samsung.com",
        "time": "Fri Aug 06 19:26:10 2010 +0900"
      },
      "committer": {
        "name": "Kukjin Kim",
        "email": "kgene.kim@samsung.com",
        "time": "Fri Aug 06 21:27:50 2010 +0900"
      },
      "message": "ARM: SAMSUNG: Add keypad device support\n\nThis patch adds Samsung keypad device definition for Samsung SoCs.\n\nSigned-off-by: Joonyoung Shim \u003cjy0922.shim@samsung.com\u003e\nSigned-off-by: Kyungmin Park \u003ckyungmin.park@samsung.com\u003e\nSigned-off-by: Kukjin Kim \u003ckgene.kim@samsung.com\u003e\n"
    },
    {
      "commit": "929343ef840051b102b67ad1bc8748dbe7c7ce13",
      "tree": "61e307d665458687aeb60cf4f9a194e47ef38039",
      "parents": [
        "d8653d9f657d052dca18407c59349981ac579469",
        "d01d0756f75e7a5b4b43764ad45b83c4340f11d6"
      ],
      "author": {
        "name": "Kukjin Kim",
        "email": "kgene.kim@samsung.com",
        "time": "Fri Aug 06 21:27:24 2010 +0900"
      },
      "committer": {
        "name": "Kukjin Kim",
        "email": "kgene.kim@samsung.com",
        "time": "Fri Aug 06 21:27:24 2010 +0900"
      },
      "message": "Merge commit \u0027d01d0756f75e7a5b4b43764ad45b83c4340f11d6\u0027 into next-samsung\n"
    },
    {
      "commit": "d8653d9f657d052dca18407c59349981ac579469",
      "tree": "5286b7712923414edf1247e3ffa84915fa812322",
      "parents": [
        "88eb715673804949b0086a5b182d52cca4fd4d43"
      ],
      "author": {
        "name": "Banajit Goswami",
        "email": "banajit.g@samsung.com",
        "time": "Thu Jul 29 22:22:40 2010 +0900"
      },
      "committer": {
        "name": "Kukjin Kim",
        "email": "kgene.kim@samsung.com",
        "time": "Fri Aug 06 21:26:56 2010 +0900"
      },
      "message": "ARM: SAMSUNG: Make WDT driver dependency SoC specific instead of machine specific\n\nThis patch moves the dependency of watchdog timer driver from MACH_XXX(board)\nto ARCH_XXX(SoC). This will enable all machines using Samsung S3C64XX and S5P\nSoCs to use the WDT driver by default.\n\nSigned-off-by: Banajit Goswami \u003cbanajit.g@samsung.com\u003e\nSigned-off-by: Kukjin Kim \u003ckgene.kim@samsung.com\u003e\n\nConflicts:\n\n\tarch/arm/Kconfig\n\tarch/arm/mach-s3c64xx/Kconfig\n\tarch/arm/mach-s5p6442/Kconfig\n\tarch/arm/mach-s5pc100/Kconfig\n"
    },
    {
      "commit": "516607d64dd1efe77147e2856188d4318ac7fcce",
      "tree": "8823ccd201cdb8a4e75b69b04afd66fd1e71faf0",
      "parents": [
        "793177b5542d99aab0cd35a213fc8ffe72adbb28"
      ],
      "author": {
        "name": "Kyungmin Park",
        "email": "kyungmin.park@samsung.com",
        "time": "Fri Aug 06 19:59:21 2010 +0900"
      },
      "committer": {
        "name": "Kukjin Kim",
        "email": "kgene.kim@samsung.com",
        "time": "Fri Aug 06 21:15:52 2010 +0900"
      },
      "message": "ARM: S5PV310: Add Samsung UNIVERSAL_C210 support\n\nThis patch adds Samsung Mobile S5PC210 Reference Board, UNIVERSAL_C210 board\nsupport.\n\nSigned-off-by: Kyungmin Park \u003ckyungmin.park@samsung.com\u003e\n[kgene.kim@samsung.com: changed machine name]\nSigned-off-by: Kukjin Kim \u003ckgene.kim@samsung.com\u003e\n"
    },
    {
      "commit": "2c97886df9bba9346c7799ed14f489075cf2c39b",
      "tree": "f66994fc4a46aa104e2c7f04fdda2d14e5a199f7",
      "parents": [
        "ff7124a38f2663088b7404ddf30cd1016604dceb"
      ],
      "author": {
        "name": "Naveen Krishna Ch",
        "email": "ch.naveen@samsung.com",
        "time": "Fri Aug 06 19:32:43 2010 +0900"
      },
      "committer": {
        "name": "Kukjin Kim",
        "email": "kgene.kim@samsung.com",
        "time": "Fri Aug 06 19:32:43 2010 +0900"
      },
      "message": "ARM: S5P6440: Add support for I2C channel 0 and 1 on SMDK6440\n\nThis patch adds helper functions for I2C channel 0 and 1, GPIO\nconfigurations for I2C on S5P6440 and support I2C-0/1 devices\non SMDK6440.\n\nSigned-off-by: Naveen Krishna Ch \u003cch.naveen@samsung.com\u003e\nSigned-off-by: Kukjin Kim \u003ckgene.kim@samsung.com\u003e\n\nConflicts:\n\n\tarch/arm/mach-s5p6440/Kconfig\n\tarch/arm/mach-s5p6440/include/mach/map.h\n\tarch/arm/mach-s5p6440/mach-smdk6440.c\n"
    },
    {
      "commit": "89a6c8cb9e6e11b6e3671dce7e037789b8f7cf62",
      "tree": "12b16a8abe303fd86c156ddfbb86caa469e45a98",
      "parents": [
        "03c0c29aff7e56b722eb6c47eace222b140d0377",
        "3fa43aba08c5b5a4b407e402606fbe463239b14a"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Thu Aug 05 15:59:48 2010 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Thu Aug 05 15:59:48 2010 -0700"
      },
      "message": "Merge branch \u0027for_linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/linux-2.6-kgdb\n\n* \u0027for_linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/linux-2.6-kgdb:\n  debug_core,kdb: fix crash when arch does not have single step\n  kgdb,x86: use macro HBP_NUM to replace magic number 4\n  kgdb,mips: remove unused kgdb_cpu_doing_single_step operations\n  mm,kdb,kgdb: Add a debug reference for the kdb kmap usage\n  KGDB: Remove set but unused newPC\n  ftrace,kdb: Allow dumping a specific cpu\u0027s buffer with ftdump\n  ftrace,kdb: Extend kdb to be able to dump the ftrace buffer\n  kgdb,powerpc: Replace hardcoded offset by BREAK_INSTR_SIZE\n  arm,kgdb: Add ability to trap into debugger on notify_die\n  gdbstub: do not directly use dbg_reg_def[] in gdb_cmd_reg_set()\n  gdbstub: Implement gdbserial \u0027p\u0027 and \u0027P\u0027 packets\n  kgdb,arm: Individual register get/set for arm\n  kgdb,mips: Individual register get/set for mips\n  kgdb,x86: Individual register get/set for x86\n  kgdb,kdb: individual register set and and get API\n  gdbstub: Optimize kgdb\u0027s \"thread:\" response for the gdb serial protocol\n  kgdb: remove custom hex_to_bin()implementation\n"
    },
    {
      "commit": "42a7bf4d2686145bea03ff9b87d83868cc514f47",
      "tree": "4f85165b2082ce939365a27ca185c949b39a674f",
      "parents": [
        "a4417c84513650a0f9e4de6a0bb2c5480e45b2a7"
      ],
      "author": {
        "name": "Colin Cross",
        "email": "ccross@android.com",
        "time": "Wed Feb 10 17:13:07 2010 -0800"
      },
      "committer": {
        "name": "Erik Gilling",
        "email": "konkers@android.com",
        "time": "Thu Aug 05 14:57:02 2010 -0700"
      },
      "message": "[ARM] tegra: harmony: Add harmony board file\n\nv2: fixes from Russell King\n\t- include linux/io.h instead of mach/io.h\n\nv3: fixes from Linus Walleij\n\t- remove /16 * 16 from UART clock\n\nv3:\n\t- Fix checkpatch issues\n\t- make board init calls explicit\n\t- use clock init table to set clocks\n\t- remove panel\n\nSigned-off-by: Colin Cross \u003cccross@android.com\u003e\nSigned-off-by: Erik Gilling \u003ckonkers@android.com\u003e\n"
    },
    {
      "commit": "a4417c84513650a0f9e4de6a0bb2c5480e45b2a7",
      "tree": "b62ffaabf7a6734f9a2be505b219f9367e3509ed",
      "parents": [
        "3c92db9ac0ca3eee8e46e2424b6c074e2e394ad9"
      ],
      "author": {
        "name": "Erik Gilling",
        "email": "konkers@android.com",
        "time": "Tue Feb 23 18:46:37 2010 -0800"
      },
      "committer": {
        "name": "Erik Gilling",
        "email": "konkers@android.com",
        "time": "Thu Aug 05 14:57:02 2010 -0700"
      },
      "message": "[ARM] tegra: add pinmux support\n\nv2: fixes from Russell King\n\t- include linux/io.h instead of asm/io.h\nv3:\n\t- Add drive strength controls\n\t- Replace typedef enums with plain enums\n\nSigned-off-by: Erik Gilling \u003ckonkers@android.com\u003e\nSigned-off-by: Colin Cross \u003cccross@android.com\u003e\n"
    },
    {
      "commit": "3c92db9ac0ca3eee8e46e2424b6c074e2e394ad9",
      "tree": "91bce4b3fa4cd34e415476a903d71dd759f9d598",
      "parents": [
        "2d5cd9a38b3792426115adbedce539bd45ee640e"
      ],
      "author": {
        "name": "Erik Gilling",
        "email": "konkers@android.com",
        "time": "Mon Mar 15 19:40:06 2010 -0700"
      },
      "committer": {
        "name": "Erik Gilling",
        "email": "konkers@android.com",
        "time": "Thu Aug 05 14:57:02 2010 -0700"
      },
      "message": "[ARM] tegra: add GPIO support\n\nv2: fixes from Mike Rapoport:\n\t- move gpio-names.h to arch/arm/mach-tegra\n    fixes from Russell King\n\t- include linux/io.h and linux/gpio.h instead of asm/io.h\n\t  and asm/gpio.h\n    additional changes:\n    \t- add macros to convert between irq and gpio numbers for platform data\n\t- change for_each_bit to for_each_set_bit in gpio.c\nv3:\n\t- minor bugfixes\n\nSigned-off-by: Colin Cross \u003cccross@android.com\u003e\nSigned-off-by: Erik Gilling \u003ckonkers@android.com\u003e\n"
    },
    {
      "commit": "2d5cd9a38b3792426115adbedce539bd45ee640e",
      "tree": "2c74d876e2ac955d441b51e89c5e2bc8f6cddf6d",
      "parents": [
        "1cea7326b3fff97d17d33fb8f33163409a84431b"
      ],
      "author": {
        "name": "Colin Cross",
        "email": "ccross@android.com",
        "time": "Thu Jan 28 16:41:42 2010 -0800"
      },
      "committer": {
        "name": "Erik Gilling",
        "email": "konkers@android.com",
        "time": "Thu Aug 05 14:57:02 2010 -0700"
      },
      "message": "[ARM] tegra: Add timer support\n\nv2: fixes from Russell King:\n\t- include linux/io.h instead of asm/io.h\n    fixes from Gary King:\n\t- remove extra (and incorrect) irq definitions\n\t- use timer 3 instead of timer 1 for compatibility with other drivers\n\t- fix typo that disabled oneshot mode\nv3:\n\t- Implement sched_clock\n\t- Fix checkpatch issues\n    fixes from Gary King:\n    \t- Fix incorrect cycles calculation\n\t- Fix min_delta_ns assignment\n    fixes from Linus Walleij:\n\t- use calc_mult_shift() instead of hard coding values\n\nSigned-off-by: Colin Cross \u003cccross@android.com\u003e\n"
    },
    {
      "commit": "1cea7326b3fff97d17d33fb8f33163409a84431b",
      "tree": "6f8964633b9ca49a7a86921007d0e8a24654e5ad",
      "parents": [
        "d861196163e30c07add471562b45dce38517c9b2"
      ],
      "author": {
        "name": "Colin Cross",
        "email": "ccross@android.com",
        "time": "Sun Feb 21 17:46:23 2010 -0800"
      },
      "committer": {
        "name": "Erik Gilling",
        "email": "konkers@android.com",
        "time": "Thu Aug 05 14:57:01 2010 -0700"
      },
      "message": "[ARM] tegra: SMP support\n\nSigned-off-by: Colin Cross \u003cccross@android.com\u003e\nSigned-off-by: Erik Gilling \u003ckonkers@android.com\u003e\n"
    },
    {
      "commit": "d861196163e30c07add471562b45dce38517c9b2",
      "tree": "33c3577854f2e600e0f4dc25620f4932a31d3138",
      "parents": [
        "5ad36c5f0ece31552a195f2f9e29357a2747536e"
      ],
      "author": {
        "name": "Colin Cross",
        "email": "ccross@android.com",
        "time": "Thu Jan 28 16:40:29 2010 -0800"
      },
      "committer": {
        "name": "Erik Gilling",
        "email": "konkers@android.com",
        "time": "Thu Aug 05 14:51:42 2010 -0700"
      },
      "message": "[ARM] tegra: Add clock support\n\nv2: fixes from Russell King:\n\t- include linux/io.h instead of asm/io.h\n\t- fix whitespace in Kconfig\n\t- Use spin_lock_init to initialize lock\n\t- Return -ENOSYS instead of BUG for unimplemented clock ops\n\t- Use proper return values in tegra2 clock ops\n    additional changes:\n\t- Rename some clocks to match dev_ids\n\t- add rate propagation\n\t- add debugfs entries\n\t- add support for clock listed in clk_lookup under multiple dev_ids\nv3:\n\t- Replace per-clock locking with global clock lock\n\t- Autodetect clock state on init\n\t- Let clock dividers pick next lower possible frequency\n\t- Add support for clock init tables\n\t- Minor bug fixes\n\t- Fix checkpatch issues\n\nSigned-off-by: Colin Cross \u003cccross@android.com\u003e\n"
    },
    {
      "commit": "5ad36c5f0ece31552a195f2f9e29357a2747536e",
      "tree": "85839de7f12e16c2ef984df06d4bbf52c1ca1fd6",
      "parents": [
        "c5f800656bc985b448b1d848d309648826536543"
      ],
      "author": {
        "name": "Erik Gilling",
        "email": "konkers@android.com",
        "time": "Mon Mar 15 23:04:46 2010 -0700"
      },
      "committer": {
        "name": "Erik Gilling",
        "email": "konkers@android.com",
        "time": "Thu Aug 05 14:51:42 2010 -0700"
      },
      "message": "[ARM] tegra: Add IRQ support\n\nv2: fixes from Russell King\n\t- include linux/io.h instead of asm/io.h and mach/io.h\n\nSigned-off-by: Colin Cross \u003cccross@android.com\u003e\nSigned-off-by: Erik Gilling \u003ckonkers@android.com\u003e\n"
    },
    {
      "commit": "c5f800656bc985b448b1d848d309648826536543",
      "tree": "efac337e79b73bf24ce639840e41f77bcd46d707",
      "parents": [
        "cdd854bc42b5e6c79bbbc40c6600d995ffe6e747"
      ],
      "author": {
        "name": "Erik Gilling",
        "email": "konkers@android.com",
        "time": "Thu Jan 21 16:53:02 2010 -0800"
      },
      "committer": {
        "name": "Erik Gilling",
        "email": "konkers@android.com",
        "time": "Thu Aug 05 14:51:42 2010 -0700"
      },
      "message": "[ARM] tegra: initial tegra support\n\nv2: Fixes from Mike Rapoport\n\t- remove unused header files (mach/dma.h and mach/nand.h)\n\t- remove tegra 1 references from Makefile.boot\n\nv2: fixes from Russell King\n\t- remove mach/io.h include from mach/iomap.h\n\t- fix whitespace in Kconfig\n\nv2: from Colin Cross\n\t- fix invalid immediate in debug-macro.S\n\nv3:\n\t- allow selection of multiple boards\n\nSigned-off-by: Colin Cross \u003cccross@android.com\u003e\nSigned-off-by: Erik Gilling \u003ckonkers@android.com\u003e\n"
    },
    {
      "commit": "cce3dddb87e4b72b1787527eec6826a43a562e71",
      "tree": "1e9fb67c1d46704eca7424967adc8a091ceb1e71",
      "parents": [
        "a941c50340c97f1f9c5e4d0de7d1bfdbffbdef24"
      ],
      "author": {
        "name": "Rajashekhara, Sudhakar",
        "email": "sudhakar.raj@ti.com",
        "time": "Tue Jun 29 11:35:15 2010 +0530"
      },
      "committer": {
        "name": "Kevin Hilman",
        "email": "khilman@deeprootsystems.com",
        "time": "Thu Aug 05 09:58:27 2010 -0700"
      },
      "message": "davinci: dm646x EVM: Specify reserved EDMA channel/slots\n\nNot all the channels and slots available on the DM646x EVM\nare used by the devices on the EVM. These resources can be\nused by the DSP to speed up codec operations.\n\nThis patch reserves these channels for the DSP.\n\nSigned-off-by: Sudhakar Rajashekhara \u003csudhakar.raj@ti.com\u003e\nSigned-off-by: Sekhar Nori \u003cnsekhar@ti.com\u003e\nSigned-off-by: Kevin Hilman \u003ckhilman@deeprootsystems.com\u003e\n"
    },
    {
      "commit": "a941c50340c97f1f9c5e4d0de7d1bfdbffbdef24",
      "tree": "a4cce8ec52350deabdd8ed8aec7691d7689ba0bc",
      "parents": [
        "90bd4e6dd7f4b747477f2ad0125adb933cf3bcfa"
      ],
      "author": {
        "name": "Rajashekhara, Sudhakar",
        "email": "sudhakar.raj@ti.com",
        "time": "Tue Jun 29 11:35:14 2010 +0530"
      },
      "committer": {
        "name": "Kevin Hilman",
        "email": "khilman@deeprootsystems.com",
        "time": "Thu Aug 05 09:58:26 2010 -0700"
      },
      "message": "davinci: da8xx/omapl EVM: Specify reserved channels/slots\n\nThe drivers on da8xx/omapl EVMs do not utilize all the channels\nand slots provided by EDMA. Some of these are better utilitzed by\nthe DSP on the SoC for speeding up codec operations.\n\nReserve these channels/slots for the DSP.\n\nSigned-off-by: Sudhakar Rajashekhara \u003csudhakar.raj@ti.com\u003e\nSigned-off-by: Sekhar Nori \u003cnsekhar@ti.com\u003e\nSigned-off-by: Kevin Hilman \u003ckhilman@deeprootsystems.com\u003e\n"
    },
    {
      "commit": "90bd4e6dd7f4b747477f2ad0125adb933cf3bcfa",
      "tree": "081fdeffcd68ac2aebf9cfea60de94770b9bef64",
      "parents": [
        "bc3ac9f31642fb4697b313c2eb575c5286f35c2a"
      ],
      "author": {
        "name": "Rajashekhara, Sudhakar",
        "email": "sudhakar.raj@ti.com",
        "time": "Tue Jun 29 11:35:13 2010 +0530"
      },
      "committer": {
        "name": "Kevin Hilman",
        "email": "khilman@deeprootsystems.com",
        "time": "Thu Aug 05 09:58:25 2010 -0700"
      },
      "message": "davinci: support for EDMA resource sharing\n\nCurrent EDMA driver is not taking care of EDMA channels/slots\nwhich are allocated from other processor, say DSP. If a\nchannel/slot is allocated from DSP, the existing EDMA driver\ncan still allocate the same resource on ARM.\n\nThis patch enables the user to pass the channel/slots reserved\nfor DSP as platform data. EDMA driver scans this list during\nprobe and prepares a bitmap of channel/slots which can be used\non ARM side.\n\nTrying to reserve channels by doing a \u0027pre-allocate\u0027 using\nedma_alloc_{slot|channel}() API does not work because\n\n1) The reservation should be done in probe() to avoid race\n   with other ARM side driver trying to use EDMA\n\n2) The alloc channel API sets up the access through shadow region\n   0 which will be incorrect for DSP usage. It also sets up the\n   channel \u003c-\u003e queue number mapping which is not required as DSP\n   will likely do its own mapping anyway.\n\n3) (minor) There is no API to allocate channels in bulk.\n\nSigned-off-by: Sudhakar Rajashekhara \u003csudhakar.raj@ti.com\u003e\nCc: David Brownell \u003cdavid-b@pacbell.net\u003e\nSigned-off-by: Sekhar Nori \u003cnsekhar@ti.com\u003e\nSigned-off-by: Kevin Hilman \u003ckhilman@deeprootsystems.com\u003e\n"
    },
    {
      "commit": "bc3ac9f31642fb4697b313c2eb575c5286f35c2a",
      "tree": "abeeaa649da9d69713bf876575b5ba95befb1731",
      "parents": [
        "f027512db7410ed149422262b07d2c78f0a36282"
      ],
      "author": {
        "name": "Sekhar Nori",
        "email": "nsekhar@ti.com",
        "time": "Tue Jun 29 11:35:12 2010 +0530"
      },
      "committer": {
        "name": "Kevin Hilman",
        "email": "khilman@deeprootsystems.com",
        "time": "Thu Aug 05 09:58:24 2010 -0700"
      },
      "message": "davinci: edma: provide ability to detect insufficient CC info data\n\nThis patch modifies the EDMA driver to expect the channel\ncontroller (CC) infomation passed on by the platform as a fixed\nsize (EDMA_MAX_CC) array of pointers to structures.\n\nDoing so helps catch errors of the sort where the resource\nstructure has information for more channel controllers than\nthe number channel controller info structures defined.\n\nSuch insufficient platform data would lead to illegal memory\naccesses.\n\nSigned-off-by: Sekhar Nori \u003cnsekhar@ti.com\u003e\nSigned-off-by: Kevin Hilman \u003ckhilman@deeprootsystems.com\u003e\n"
    },
    {
      "commit": "f027512db7410ed149422262b07d2c78f0a36282",
      "tree": "5b631d24ab486a68ceed0c7d72361930a3187d84",
      "parents": [
        "a2767b41eee1267db73f405634376a1802cbe3ad"
      ],
      "author": {
        "name": "Sekhar Nori",
        "email": "nsekhar@ti.com",
        "time": "Mon Jun 28 17:16:37 2010 +0530"
      },
      "committer": {
        "name": "Kevin Hilman",
        "email": "khilman@deeprootsystems.com",
        "time": "Thu Aug 05 09:58:23 2010 -0700"
      },
      "message": "davinci: da8xx: sparse cleanup: remove duplicate entries in irq priorities\n\nThis patch helps get rid of the following sparse warnings\nof the type:\n\n  CHECK   arch/arm/mach-davinci/da830.c\narch/arm/mach-davinci/da830.c:1026:3: warning: Initializer entry defined twice\narch/arm/mach-davinci/da830.c:1027:3:   also defined here\n\ncoming from the irq priorities array init.\n\nApart from one instance of genuinie repetition, most are are instances\nof multiple #defines of the same interrupt number. I have not\nremoved the multiple definitions from the irq.h file in the hope\nthat someone might decide to use them as shared interrupts at some\npoint of time. The priority initialization however needs to be done\nonly once and hence has been corrected.\n\nSigned-off-by: Sekhar Nori \u003cnsekhar@ti.com\u003e\nSigned-off-by: Kevin Hilman \u003ckhilman@deeprootsystems.com\u003e\n"
    },
    {
      "commit": "a2767b41eee1267db73f405634376a1802cbe3ad",
      "tree": "5389bd4a970f3e4e8840f4e79a8c037f0fc4b21b",
      "parents": [
        "57a58a2e4407859932c72fd9f57f89eff330d77a"
      ],
      "author": {
        "name": "Thomas Koeller",
        "email": "thomas.koeller@baslerweb.com",
        "time": "Tue Jun 22 14:08:12 2010 +0200"
      },
      "committer": {
        "name": "Kevin Hilman",
        "email": "khilman@deeprootsystems.com",
        "time": "Thu Aug 05 09:58:22 2010 -0700"
      },
      "message": "davinci: DM365: fixed second serial port\n\nThe register base address for the second serial port (UART1) was\nwrong.\n\nSigned-off-by: Thomas Koeller \u003cthomas.koeller@baslerweb.com\u003e\nSigned-off-by: Kevin Hilman \u003ckhilman@deeprootsystems.com\u003e\n"
    },
    {
      "commit": "62a0309c4c99274052e4829ed6a8fe579dd2c767",
      "tree": "47239d879832caebb5b514d67d486f3c52480784",
      "parents": [
        "6d855b1d83c980c1283d98d2d63a2bd3a87e21b7"
      ],
      "author": {
        "name": "Jason Wessel",
        "email": "jason.wessel@windriver.com",
        "time": "Thu Aug 05 09:22:22 2010 -0500"
      },
      "committer": {
        "name": "Jason Wessel",
        "email": "jason.wessel@windriver.com",
        "time": "Thu Aug 05 09:22:22 2010 -0500"
      },
      "message": "arm,kgdb: Add ability to trap into debugger on notify_die\n\nNow that ARM implements the notify die handlers, add the ability for\nthe kernel debugger to receive the notifications.\n\nSigned-off-by: Jason Wessel \u003cjason.wessel@windriver.com\u003e\nCC: Russell King \u003clinux@arm.linux.org.uk\u003e\nCC: linux-arm-kernel@lists.infradead.org\n"
    },
    {
      "commit": "22eeef4bb2a7fd225089c0044060ed1fbf091958",
      "tree": "b669e367963a9d0d6f331f28a157415dffa997a2",
      "parents": [
        "0896a9becdea36b2da21709b5e73ba47ae6481ea"
      ],
      "author": {
        "name": "Jason Wessel",
        "email": "jason.wessel@windriver.com",
        "time": "Thu Aug 05 09:22:21 2010 -0500"
      },
      "committer": {
        "name": "Jason Wessel",
        "email": "jason.wessel@windriver.com",
        "time": "Thu Aug 05 09:22:21 2010 -0500"
      },
      "message": "kgdb,arm: Individual register get/set for arm\n\nImplement the ability to individually get and set registers for kdb\nand kgdb for arm.\n\nSigned-off-by: Jason Wessel \u003cjason.wessel@windriver.com\u003e\nCC: Russell King \u003clinux@arm.linux.org.uk\u003e\nCC: linux-arm-kernel@lists.infradead.org\n"
    },
    {
      "commit": "f3fe53c12000adfd50b6a111bd0f5b27a412ca31",
      "tree": "2f9454436c911d222f670a13ffa25b2b20d7c364",
      "parents": [
        "edecee858ea5540075cbd84ada8bb07f952fd758"
      ],
      "author": {
        "name": "Vaibhav Hiremath",
        "email": "hvaibhav@ti.com",
        "time": "Fri Mar 19 11:21:19 2010 +0000"
      },
      "committer": {
        "name": "Tomi Valkeinen",
        "email": "tomi.valkeinen@nokia.com",
        "time": "Thu Aug 05 16:52:12 2010 +0300"
      },
      "message": "OMAP3EVM: Replace vdvi regulator supply with vdds_dsi\n\nWith recent changes happened in OMAP2/3 DSS library for regulator interface, it\nis required to define DSI regulator supply, without this DSS (in turn Fbdev)\nfails to get regulator.\n\nSigned-off-by: Vaibhav Hiremath \u003chvaibhav@ti.com\u003e\nSigned-off-by: Tomi Valkeinen \u003ctomi.valkeinen@nokia.com\u003e\n"
    },
    {
      "commit": "26a8c2507a224d39003665cd6e7678520c733c04",
      "tree": "a8063c2ecffe9e90f6fb719d62b5b0343eaa67ea",
      "parents": [
        "ab83b14c829e35436b423947bb5b151133314346"
      ],
      "author": {
        "name": "Tomi Valkeinen",
        "email": "tomi.valkeinen@nokia.com",
        "time": "Wed Jun 09 15:31:34 2010 +0300"
      },
      "committer": {
        "name": "Tomi Valkeinen",
        "email": "tomi.valkeinen@nokia.com",
        "time": "Thu Aug 05 16:52:03 2010 +0300"
      },
      "message": "OMAP: DSS2: change manual update scaling setup\n\nCurrently the update area on manual update displays is automatically\nenlargened to fully cover scaled overlays. This patch makes that\noptional, allowing the panel driver to choose if it\u0027s used or not.\n\nSigned-off-by: Tomi Valkeinen \u003ctomi.valkeinen@nokia.com\u003e\n"
    },
    {
      "commit": "b42faa12f2a76f2a726d7e121aece285048f75f0",
      "tree": "8300e530b89740bcaca5fa4d89a3f3a83a8efa00",
      "parents": [
        "12c67fca56ea7e5012a4e616d34ddecfbcd6c979"
      ],
      "author": {
        "name": "Kyungmin Park",
        "email": "kmpark@infradead.org",
        "time": "Thu Aug 05 18:24:36 2010 +0900"
      },
      "committer": {
        "name": "Kukjin Kim",
        "email": "kgene.kim@samsung.com",
        "time": "Thu Aug 05 18:36:35 2010 +0900"
      },
      "message": "ARM: S5PC110: Add OneNAND interrupt number\n\nTo use OneNAND interrupt at drivers, also extend DMA address to cover fully.\n\nSigned-off-by: Kyungmin Park \u003ckyungmin.park@samsung.com\u003e\nSigned-off-by: Kukjin Kim \u003ckgene.kim@samsung.com\u003e\n"
    },
    {
      "commit": "12c67fca56ea7e5012a4e616d34ddecfbcd6c979",
      "tree": "44ddeb3ffb6107574acf91e1ef7fa63d2d82c513",
      "parents": [
        "19b90c7c0fc0d9c9193d38fad180785aa6d7b7e3"
      ],
      "author": {
        "name": "Marek Szyprowski",
        "email": "m.szyprowski@samsung.com",
        "time": "Thu Aug 05 18:22:38 2010 +0900"
      },
      "committer": {
        "name": "Kukjin Kim",
        "email": "kgene.kim@samsung.com",
        "time": "Thu Aug 05 18:36:22 2010 +0900"
      },
      "message": "ARM: S5PV210: cleanup hsmmc clock definitions\n\nThis patch performs minor clocks cleanup for S5PV210 SoC. The duplicate\nHCLK clock entry for sdhci-s3c has been disabled and the index of a reserved\nentry has been fixed.\n\nSigned-off-by: Marek Szyprowski \u003cm.szyprowski@samsung.com\u003e\nSigned-off-by: Kyungmin Park \u003ckyungmin.park@samsung.com\u003e\nSigned-off-by: Kukjin Kim \u003ckgene.kim@samsung.com\u003e\n"
    },
    {
      "commit": "19b90c7c0fc0d9c9193d38fad180785aa6d7b7e3",
      "tree": "3cd65d7915193fd3c0bcdef1dc50c4da8ca443a7",
      "parents": [
        "ba3fbef93590e50fec5b044aa87aa5fc89af3e78"
      ],
      "author": {
        "name": "Marek Szyprowski",
        "email": "m.szyprowski@samsung.com",
        "time": "Thu Aug 05 18:00:18 2010 +0900"
      },
      "committer": {
        "name": "Kukjin Kim",
        "email": "kgene.kim@samsung.com",
        "time": "Thu Aug 05 18:36:22 2010 +0900"
      },
      "message": "ARM: S5PV210: Add SDHCI devices for GONI board\n\nThis patch add support for SDHCI blocks on Samsung Goni board. The\nfollowing host controllers are defined:\n1. Internal MoviNAND device (permanently wired to the controller)\n2. Internal WiFI SDIO device (card is activated by power regualor)\n3. External MMC/SD socket (card detection is provided by external\ngpio interrupt)\n\nSigned-off-by: Marek Szyprowski \u003cm.szyprowski@samsung.com\u003e\nSigned-off-by: Kyungmin Park \u003ckyungmin.park@samsung.com\u003e\nSigned-off-by: Kukjin Kim \u003ckgene.kim@samsung.com\u003e\n"
    },
    {
      "commit": "ba3fbef93590e50fec5b044aa87aa5fc89af3e78",
      "tree": "b07086c7ec54d018788ba29e2d1917877ee837a2",
      "parents": [
        "170d7415db431801baf5105298cf73131cc6d4f2"
      ],
      "author": {
        "name": "Marek Szyprowski",
        "email": "m.szyprowski@samsung.com",
        "time": "Thu Aug 05 18:00:12 2010 +0900"
      },
      "committer": {
        "name": "Kukjin Kim",
        "email": "kgene.kim@samsung.com",
        "time": "Thu Aug 05 18:36:22 2010 +0900"
      },
      "message": "ARM: S5PV210: Add SDHCI devices for Aquila board\n\nThis patch add support for SDHCI blocks on Samsung Aquila board. The\nfollowing host controllers are defined:\n1. Internal MoviNAND device (permanently wired to the controller)\n2. Internal WiFI SDIO device (card is activated by power regualor)\n3. External MMC/SD socket (card detection is provided by external\ngpio interrupt)\n\nSigned-off-by: Marek Szyprowski \u003cm.szyprowski@samsung.com\u003e\nSigned-off-by: Kyungmin Park \u003ckyungmin.park@samsung.com\u003e\nSigned-off-by: Kukjin Kim \u003ckgene.kim@samsung.com\u003e\n"
    },
    {
      "commit": "170d7415db431801baf5105298cf73131cc6d4f2",
      "tree": "006a7d3f6e451f38a794fb41e86ac691cf6522ef",
      "parents": [
        "4550ee20c8d1c280bd26ec3afbcf636ae2897486"
      ],
      "author": {
        "name": "Naveen Krishna Ch",
        "email": "ch.naveen@samsung.com",
        "time": "Wed Jul 21 09:21:56 2010 +0530"
      },
      "committer": {
        "name": "Kukjin Kim",
        "email": "kgene.kim@samsung.com",
        "time": "Thu Aug 05 18:36:22 2010 +0900"
      },
      "message": "ARM: S5PV210: Add support for I2C devices on SMDKV210 and SMDKC110\n\nThis patch adds support I2C-0/1/2 devices to the SMDKV210/SMDKC110.\n\nSigned-off-by: Naveen Krishna Ch \u003cch.naveen@samsung.com\u003e\n[kgene.kim@samsung.com: Fixes wrong name]\nSigned-off-by: Kukjin Kim \u003ckgene.kim@samsung.com\u003e\n"
    },
    {
      "commit": "9b2a606d3898fcb2eedb6faded3bb37549590ac4",
      "tree": "74dc13e62aa15abf58587d1c919fedb9f6a13fde",
      "parents": [
        "0a4ca022eb6a05072312481d311730bf20660f3a"
      ],
      "author": {
        "name": "eric miao",
        "email": "eric.y.miao@gmail.com",
        "time": "Mon Aug 02 16:15:40 2010 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Thu Aug 05 10:35:49 2010 +0100"
      },
      "message": "ARM: 6283/1: Remove useless PCIO_BASE definitions\n\nSigned-off-by: Eric Miao \u003ceric.miao@canonical.com\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    }
  ],
  "next": "0a4ca022eb6a05072312481d311730bf20660f3a"
}
