)]}'
{
  "log": [
    {
      "commit": "c34002c102880bfac5b449b41e5313dcda186db8",
      "tree": "b868da85842d52df7f0ceeef243b7dae7671f645",
      "parents": [
        "97c46048ce73c27fd2734299f07a8c06c8156a2e"
      ],
      "author": {
        "name": "Dan Williams",
        "email": "dan.j.williams@intel.com",
        "time": "Wed Mar 26 19:12:38 2008 -0700"
      },
      "committer": {
        "name": "Dan Williams",
        "email": "dan.j.williams@intel.com",
        "time": "Wed Mar 26 12:33:41 2008 -0700"
      },
      "message": "iop: unconditionally initialize the ATU on platforms known to be \u0027hosts\u0027\n\nPlatforms like iq80321 and iq80331 which may be host-bus-adapters\nrequire \u0027iop3xx_init_atu\u003dy\u0027 to be specified on the kernel command line.\n\nSigned-off-by: Dan Williams \u003cdan.j.williams@intel.com\u003e\n"
    },
    {
      "commit": "2492c845189a961a92d8537a44d233e8e1e45c6d",
      "tree": "2c13ce489dc271d0391c468beb75e081b899f35c",
      "parents": [
        "39a8d7d13c113e4a98bfdfc45c7233188e4d715f"
      ],
      "author": {
        "name": "Dan Williams",
        "email": "dan.j.williams@intel.com",
        "time": "Tue Jan 02 13:52:31 2007 -0700"
      },
      "committer": {
        "name": "Dan Williams",
        "email": "dan.j.williams@intel.com",
        "time": "Fri Jul 13 08:06:19 2007 -0700"
      },
      "message": "iop3xx: surface the iop3xx DMA and AAU units to the iop-adma driver\n\nAdds the platform device definitions and the architecture specific support\nroutines (i.e. register initialization and descriptor formats) for the\niop-adma driver.\n\nChangelog:\n* add support for \u003e 1k zero sum buffer sizes\n* added dma/aau platform devices to iq80321 and iq80332 setup\n* fixed the calculation in iop_desc_is_aligned\n* support xor buffer sizes larger than 16MB\n* fix places where software descriptors are assumed to be contiguous, only\n  hardware descriptors are contiguous for up to a PAGE_SIZE buffer size\n* convert to async_tx\n* add interrupt support\n* add platform devices for 80219 boards\n* do not call platform register macros in driver code\n* remove switch() statements for compatible register offsets/layouts\n* change over to bitmap based capabilities\n* remove unnecessary ARM assembly statement\n* checkpatch.pl fixes\n* gpl v2 only correction\n* phys move to dma_async_tx_descriptor\n\nCc: Russell King \u003crmk@arm.linux.org.uk\u003e\nSigned-off-by: Dan Williams \u003cdan.j.williams@intel.com\u003e\n"
    },
    {
      "commit": "d73d8011779292788def2cd2520d6f39d9b406de",
      "tree": "4a74fca4a1e549091414a0a0cbbc2cf63fcbd64e",
      "parents": [
        "e702a7155d14a6e11645e17d829217ae98fd45bb"
      ],
      "author": {
        "name": "Dan Williams",
        "email": "dan.j.williams@intel.com",
        "time": "Tue May 15 01:03:36 2007 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Wed May 16 15:35:27 2007 +0100"
      },
      "message": "[ARM] 4383/1: iop: fix usage of \u0027__init\u0027 and \u0027inline\u0027 in iop files\n\nWARNING: arch/arm/mach-iop13xx/built-in.o - Section mismatch: reference to\n.init.text:iop13xx_pcie_map_irq from .text between \u0027iop13xx_pci_setup\u0027 (at\noffset 0x7fc) and \u0027iop13xx_map_pci_memory\u0027\n\nWhile fixing this warning I also recalled Adrian Bunk\u0027s recommendation to\nnot use inline in .c files, as \u0027iop13xx_map_pci_memory\u0027 is needlessly\ninlined.\n\nRemoving \u0027inline\u0027 uncovered some dead code so that is cleaned up as well.\n\nSigned-off-by: Dan Williams \u003cdan.j.williams@intel.com\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "e90ddd813df7897af34226ed1cd442f7a182816e",
      "tree": "1ecf08c0aa9d71d54019fc84876a07898352b641",
      "parents": [
        "fa543f005de175080640266ca536d45b4b0b1a61"
      ],
      "author": {
        "name": "Dan Williams",
        "email": "dan.j.williams@intel.com",
        "time": "Wed May 02 17:59:44 2007 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Thu May 03 14:02:48 2007 +0100"
      },
      "message": "[ARM] 4348/4:  iop3xx: Give Linux control over PCI initialization\n\nCurrently the iop3xx platform support code assumes that RedBoot is the\nbootloader and has already initialized the ATU.  Linux should handle this\ninitialization for three reasons:\n\n1/ The memory map that RedBoot sets up is not optimal (page_to_dma and\nvirt_to_phys return different addresses).  The effect of this is that using\nthe dma mapping API for the internal bus dma units generates pci bus\naddresses that are incorrect for the internal bus.\n\n2/ Not all iop platforms use RedBoot\n\n3/ If the ATU is already initialized it indicates that the iop is an add-in\ncard in another host, it does not own the PCI bus, and should not be\nre-initialized.\n\nChangelog:\n* rather than change nr_controllers to zero, simply do not call\n  pci_common_init\n\nCc: Lennert Buytenhek \u003ckernel@wantstofly.org\u003e\nSigned-off-by: Dan Williams \u003cdan.j.williams@intel.com\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "3668b45d46f777b0773ef5ff49531c1144efb6dd",
      "tree": "d9bb1a1ce8d0cce8bff99578fc0ba4bf8cdedd75",
      "parents": [
        "4434c5c7fd61c6713de882a2272b66f32fe7cac3"
      ],
      "author": {
        "name": "Dan Williams",
        "email": "dan.j.williams@intel.com",
        "time": "Tue Feb 13 17:13:34 2007 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sat Feb 17 15:05:40 2007 +0000"
      },
      "message": "[ARM] 4187/1: iop: unify time implementation across iop32x, iop33x, and iop13xx\n\n* architecture specific details are handled in asm/arch/time.h\n* ARCH_IOP13XX now selects PLAT_IOP\n* as suggested by Lennert use ifdef CONFIG_XSCALE to skip the cp_wait on\nXSC3\n\nSigned-off-by: Dan Williams \u003cdan.j.williams@intel.com\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "4434c5c7fd61c6713de882a2272b66f32fe7cac3",
      "tree": "f20c9c4eba18dd915f07185cee5ededf33e28c02",
      "parents": [
        "f80dff9da07d81da16e3b842118d47b9febf9c01"
      ],
      "author": {
        "name": "Dan Williams",
        "email": "dan.j.williams@intel.com",
        "time": "Tue Feb 13 17:13:04 2007 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sat Feb 17 15:04:53 2007 +0000"
      },
      "message": "[ARM] 4186/1: iop: remove cp6_enable/disable routines\n\nThis functionality is replaced by cp6_trap\n\nSigned-off-by: Dan Williams \u003cdan.j.williams@intel.com\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "588ef7693574cfbcb228f48d5478c2b39a9b0c9f",
      "tree": "6cc5ac8e7d2544514ab405357f01a91da8471780",
      "parents": [
        "dfc544c7216b276c1e9c0c753299692df4068c44"
      ],
      "author": {
        "name": "Dan Williams",
        "email": "dan.j.williams@intel.com",
        "time": "Tue Feb 13 17:12:04 2007 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Wed Feb 14 15:21:24 2007 +0000"
      },
      "message": "[ARM] 4184/1: iop: cp6 access handler (undef_hook)\n\nEnable svc access to cp6 via an undefined instruction hook.  Do not enable\naccess for usr code.\n\nThis patch also makes iop13xx select PLAT_IOP, this requires a small change\nto drivers/i2c/busses/i2c-iop3xx.c.\n\nPer Lennert Buytenhek\u0027s note, the cp6 trap routine is moved to arch/arm/plat-iop\nPer Nicolas Pitre\u0027s note, the cp_wait is skipped since the latency to\nreturn to the faulting function is longer than cp_wait.\n\nSigned-off-by: Dan Williams \u003cdan.j.williams@intel.com\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "10dd5ce28d78e2440e8fa1135d17e33399d75340",
      "tree": "d2e76765a57e7e47a9c424f99c3a22bf99c6da64",
      "parents": [
        "127e477e0cd8da4d3058709ab2dc7b92dccbcba5"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Thu Nov 23 11:41:32 2006 +0000"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Thu Nov 30 12:24:47 2006 +0000"
      },
      "message": "[ARM] Remove compatibility layer for ARM irqs\n\nset_irq_chipdata -\u003e set_irq_chip_data\nget_irq_chipdata -\u003e get_irq_chip_data\ndo_level_IRQ -\u003e handle_level_irq\ndo_edge_IRQ -\u003e handle_edge_irq\ndo_simple_IRQ -\u003e handle_simple_irq\nirqdesc -\u003e irq_desc\nirqchip -\u003e irq_chip\n\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "c852ac80440db9b0a47f48578e9c6303078abbc1",
      "tree": "0c7fc1ca7700b0196a20242ca306003db7e35fb6",
      "parents": [
        "475549faa161f4e002225f2ef75fdd2a6d83d151"
      ],
      "author": {
        "name": "Lennert Buytenhek",
        "email": "buytenh@wantstofly.org",
        "time": "Mon Sep 18 23:26:25 2006 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Mon Sep 25 10:25:53 2006 +0100"
      },
      "message": "[ARM] 3832/1: iop3xx: coding style cleanup\n\nSince the iop32x code isn\u0027t iop321-specific, and the iop33x code isn\u0027t\niop331-specfic, do a s/iop321/iop32x/ and s/iop331/iop33x/, and tidy up\nthe code to conform to the coding style guidelines somewhat better.\n\nSigned-off-by: Lennert Buytenhek \u003cbuytenh@wantstofly.org\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "c680b77efe4542830bb170e1cc40db1c47c569bc",
      "tree": "ed79bf5cb4bab39e694690747c34cee8798c6d02",
      "parents": [
        "7412b10f7967ef4210ed6f793004d23642dc5140"
      ],
      "author": {
        "name": "Lennert Buytenhek",
        "email": "buytenh@wantstofly.org",
        "time": "Mon Sep 18 23:24:52 2006 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Mon Sep 25 10:25:50 2006 +0100"
      },
      "message": "[ARM] 3830/1: iop3xx: board support file cleanup\n\nRevamp the iop3xx board support: move the support code for each iop\nboard type into its own file, start using platform serial and platform\nphysmap flash devices, switch to a per-board time tick rate, and get\nrid of the ARCH_EP80219 and STEPD config options by doing the relevant\nchecks at run time.\n\nSigned-off-by: Lennert Buytenhek \u003cbuytenh@wantstofly.org\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "7412b10f7967ef4210ed6f793004d23642dc5140",
      "tree": "f82586f106e50c16b84878cee8e9265dfd9db5e5",
      "parents": [
        "d7d214e974b94e8332d1f6c16f6f19b661dfa855"
      ],
      "author": {
        "name": "Lennert Buytenhek",
        "email": "buytenh@wantstofly.org",
        "time": "Mon Sep 18 23:24:10 2006 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Mon Sep 25 10:25:49 2006 +0100"
      },
      "message": "[ARM] 3829/1: iop3xx: optimise irq entry macros\n\nSqueeze three instructions out of the iop32x irq demuxer, and nine\nout of the iop33x irq demuxer by using the hardware vector generator.\n\nSigned-off-by: Lennert Buytenhek \u003cbuytenh@wantstofly.org\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "610300e8f4f833904096ca1233ffd9dbd73fb11f",
      "tree": "2b8e26c511edbbfc666af184a3de984c03d06220",
      "parents": [
        "38ce73ebd74a9a1738b73619557f2397c59ba628"
      ],
      "author": {
        "name": "Lennert Buytenhek",
        "email": "buytenh@wantstofly.org",
        "time": "Mon Sep 18 23:22:24 2006 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Mon Sep 25 10:25:46 2006 +0100"
      },
      "message": "[ARM] 3826/1: iop3xx: remove IOP3??_IRQ_OFS irq offset\n\nGet rid of the unused IOP3??_IRQ_OFS irq offset define, start IRQ\nnumbering from zero.\n\nSigned-off-by: Lennert Buytenhek \u003cbuytenh@wantstofly.org\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "38ce73ebd74a9a1738b73619557f2397c59ba628",
      "tree": "02c812c665d0bb9c6872f81ad64328306fa3157f",
      "parents": [
        "0b29de4a6ac0936f56b974a3c19bd9c24ac5b5d7"
      ],
      "author": {
        "name": "Lennert Buytenhek",
        "email": "buytenh@wantstofly.org",
        "time": "Mon Sep 18 23:21:38 2006 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Mon Sep 25 10:25:45 2006 +0100"
      },
      "message": "[ARM] 3825/1: iop3xx: use cp6 enable/disable macros\n\nAdd CP6 enable/disable sequences to the timekeeping code and the IRQ\ncode.  As a result, we can\u0027t depend on CP6 access being enabled when\nwe enter get_irqnr_and_base anymore, so switch the latter over to\nusing memory-mapped accesses for now.\n\nSigned-off-by: Lennert Buytenhek \u003cbuytenh@wantstofly.org\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "863753a81e4f863015be34900dc2ba3637622f34",
      "tree": "9843fbb5b8f972f488d056c3dd11de483064b27d",
      "parents": [
        "48388b2a56ae5e0f1c422e84d536f31729469b17"
      ],
      "author": {
        "name": "Lennert Buytenhek",
        "email": "buytenh@wantstofly.org",
        "time": "Mon Sep 18 23:19:02 2006 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Mon Sep 25 10:25:43 2006 +0100"
      },
      "message": "[ARM] 3823/1: iop3xx: switch iop32x/iop33x over to shared time code\n\nSwitch the iop32x and iop33x code over to the common time implementation,\nand remove the (nearly identical) iop32x and iop33x time implementations.\n\nSigned-off-by: Lennert Buytenhek \u003cbuytenh@wantstofly.org\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "7e9740b11529a0a69789fbe92d324f293e6266f6",
      "tree": "7ea94f603608744270756b56c668d658174a5b9b",
      "parents": [
        "0cb015f9dea8a40d82d170be1a4f39ff909890bf"
      ],
      "author": {
        "name": "Lennert Buytenhek",
        "email": "buytenh@wantstofly.org",
        "time": "Mon Sep 18 23:17:36 2006 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Mon Sep 25 10:25:41 2006 +0100"
      },
      "message": "[ARM] 3821/1: iop3xx: switch iop32x/iop33x over to shared pci code\n\nSwitch the iop32x and iop33x code over to the common PCI implementation,\nand remove the (nearly identical) iop32x and iop33x PCI implementations.\n\nSigned-off-by: Lennert Buytenhek \u003cbuytenh@wantstofly.org\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "e25d64f1242e8586f6e20c26fd876a4d956a6c45",
      "tree": "1a68da7173716896254847708dcd1675102a24ac",
      "parents": [
        "7ae1f7ec525c32db441836ab0ab010b85cb819a2"
      ],
      "author": {
        "name": "Lennert Buytenhek",
        "email": "buytenh@wantstofly.org",
        "time": "Mon Sep 18 23:15:21 2006 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Mon Sep 25 10:25:38 2006 +0100"
      },
      "message": "[ARM] 3819/1: iop3xx: factor out shared i2c code\n\nMove the i2c bits shared between iop32x and iop33x to plat-iop/i2c.c\nand include/asm-arm/hardware/iop3xx.h.\n\nSigned-off-by: Lennert Buytenhek \u003cbuytenh@wantstofly.org\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "7ae1f7ec525c32db441836ab0ab010b85cb819a2",
      "tree": "25d87bd43198bdc3868c20cf3e8d44e8e343f0e6",
      "parents": [
        "3f7e5815f4b774270e6506962de37af85aa9c830"
      ],
      "author": {
        "name": "Lennert Buytenhek",
        "email": "buytenh@wantstofly.org",
        "time": "Mon Sep 18 23:12:53 2006 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Mon Sep 25 10:25:37 2006 +0100"
      },
      "message": "[ARM] 3818/1: iop3xx: introduce arch/arm/plat-iop for shared iop32x/iop33x code\n\nIntroduce the arch/arm/plat-iop directory, for code shared between the\niop32x and iop33x, and move the common memory map setup bits there.\n\nSigned-off-by: Lennert Buytenhek \u003cbuytenh@wantstofly.org\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "3f7e5815f4b774270e6506962de37af85aa9c830",
      "tree": "7e4a2b0d6f8b9f1a21ba7a4eb8baf1a1ec04d4f9",
      "parents": [
        "98954df6917cb8f7e65f4f0f79ed641112fcf6b6"
      ],
      "author": {
        "name": "Lennert Buytenhek",
        "email": "buytenh@wantstofly.org",
        "time": "Mon Sep 18 23:10:26 2006 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Mon Sep 25 10:25:36 2006 +0100"
      },
      "message": "[ARM] 3817/1: iop3xx: split the iop3xx mach into iop32x and iop33x\n\nSplit the iop3xx mach type into iop32x and iop33x -- split the config\nsymbols, and move the code in the mach-iop3xx directory to the mach-iop32x\nand mach-iop33x directories.\n\nSigned-off-by: Lennert Buytenhek \u003cbuytenh@wantstofly.org\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    }
  ]
}
