From aac59ce3b79b02c14c963d06d82e740c2988aa58 Mon Sep 17 00:00:00 2001 From: Linus Torvalds Date: Tue, 23 Oct 2007 08:57:35 -0700 Subject: [PATCH] --- yaml --- r: 72229 b: refs/heads/master c: e5eca6aef6a2a57e433db1eac247d2d1c213ce08 h: refs/heads/master i: 72227: 450a85dd38140f82a417f555b428180a6d562ef9 v: v3 --- [refs] | 2 +- trunk/arch/alpha/kernel/pci_iommu.c | 1 + trunk/arch/arm/common/dmabounce.c | 1 + trunk/arch/avr32/boards/atstk1000/atstk1002.c | 58 ++ trunk/arch/avr32/mach-at32ap/at32ap7000.c | 344 +++++++++ trunk/arch/avr32/mach-at32ap/extint.c | 2 +- trunk/arch/avr32/mach-at32ap/pm.h | 4 +- trunk/arch/avr32/mach-at32ap/time-tc.c | 2 +- trunk/arch/m68knommu/Kconfig | 13 +- trunk/arch/m68knommu/Makefile | 3 +- trunk/arch/m68knommu/defconfig | 325 +++------ trunk/arch/m68knommu/kernel/setup.c | 27 +- trunk/arch/m68knommu/kernel/signal.c | 10 +- trunk/arch/m68knommu/kernel/time.c | 22 +- trunk/arch/m68knommu/platform/5206/config.c | 9 - trunk/arch/m68knommu/platform/5206e/config.c | 10 - trunk/arch/m68knommu/platform/520x/config.c | 8 +- trunk/arch/m68knommu/platform/523x/config.c | 8 - trunk/arch/m68knommu/platform/5249/config.c | 10 - trunk/arch/m68knommu/platform/5272/config.c | 10 - trunk/arch/m68knommu/platform/527x/config.c | 8 - trunk/arch/m68knommu/platform/528x/config.c | 8 - trunk/arch/m68knommu/platform/5307/config.c | 10 - trunk/arch/m68knommu/platform/5307/entry.S | 5 +- trunk/arch/m68knommu/platform/5307/pit.c | 15 +- trunk/arch/m68knommu/platform/5307/timers.c | 19 +- trunk/arch/m68knommu/platform/532x/config.c | 10 - trunk/arch/m68knommu/platform/5407/config.c | 10 - trunk/arch/mips/mm/dma-default.c | 1 + trunk/arch/parisc/kernel/pci-dma.c | 1 + trunk/arch/sparc64/kernel/iommu_common.c | 5 + trunk/block/ll_rw_blk.c | 16 +- trunk/drivers/char/cyclades.c | 2 +- trunk/drivers/ide/ide-probe.c | 1 + trunk/drivers/infiniband/hw/ehca/ehca_mrmw.c | 6 +- trunk/drivers/md/bitmap.c | 2 +- trunk/drivers/md/raid5.c | 17 +- trunk/drivers/mtd/chips/cfi_cmdset_0001.c | 146 ++-- trunk/drivers/mtd/nand/Kconfig | 2 +- trunk/drivers/mtd/nand/diskonchip.c | 4 +- trunk/drivers/mtd/nand/nand_base.c | 6 +- trunk/drivers/mtd/nand/nand_ecc.c | 2 +- trunk/drivers/mtd/nand/nandsim.c | 2 +- trunk/drivers/mtd/nand/s3c2410.c | 14 + trunk/drivers/mtd/onenand/onenand_sim.c | 50 +- trunk/drivers/net/fec.c | 24 +- trunk/drivers/parisc/ccio-dma.c | 1 + trunk/drivers/parisc/sba_iommu.c | 1 + trunk/drivers/pci/intel-iommu.c | 4 +- trunk/drivers/s390/scsi/zfcp_aux.c | 1 + trunk/drivers/s390/scsi/zfcp_def.h | 4 +- trunk/drivers/s390/scsi/zfcp_erp.c | 10 +- trunk/drivers/scsi/ps3rom.c | 2 +- trunk/drivers/serial/mcf.c | 653 ++++++++++++++++++ trunk/fs/jffs2/acl.c | 101 ++- trunk/fs/jffs2/acl.h | 12 +- trunk/fs/jffs2/dir.c | 35 +- trunk/fs/jffs2/file.c | 11 +- trunk/fs/jffs2/fs.c | 21 +- trunk/fs/jffs2/os-linux.h | 4 +- trunk/fs/jffs2/write.c | 8 + trunk/include/asm-arm/dma-mapping.h | 10 +- trunk/include/asm-avr32/arch-at32ap/board.h | 23 + trunk/include/asm-avr32/dma-mapping.h | 7 +- trunk/include/asm-blackfin/scatterlist.h | 1 - trunk/include/asm-frv/scatterlist.h | 8 +- trunk/include/asm-m68knommu/module.h | 12 +- trunk/include/asm-m68knommu/scatterlist.h | 1 - trunk/include/asm-m68knommu/uaccess.h | 4 +- trunk/include/asm-parisc/scatterlist.h | 2 +- trunk/include/asm-powerpc/dma-mapping.h | 10 +- trunk/include/asm-sh/dma-mapping.h | 12 +- trunk/include/asm-sh64/dma-mapping.h | 12 +- trunk/include/sound/version.h | 2 +- trunk/lib/reed_solomon/decode_rs.c | 5 +- trunk/lib/reed_solomon/reed_solomon.c | 2 + trunk/mm/mmap.c | 3 +- trunk/mm/mprotect.c | 2 +- trunk/net/sctp/sm_make_chunk.c | 2 +- trunk/net/xfrm/xfrm_algo.c | 1 + trunk/sound/core/control.c | 5 +- trunk/sound/pci/bt87x.c | 4 +- trunk/sound/pci/hda/hda_codec.c | 9 +- trunk/sound/pci/hda/hda_local.h | 18 +- trunk/sound/pci/hda/patch_analog.c | 5 +- trunk/sound/pci/hda/patch_cmedia.c | 3 +- trunk/sound/pci/hda/patch_conexant.c | 35 +- trunk/sound/pci/hda/patch_realtek.c | 2 +- trunk/sound/pci/hda/patch_sigmatel.c | 6 +- trunk/sound/pci/hda/patch_via.c | 2 +- trunk/sound/sh/aica.c | 31 +- trunk/sound/sparc/cs4231.c | 59 +- trunk/sound/usb/usbquirks.h | 9 + 93 files changed, 1691 insertions(+), 739 deletions(-) create mode 100644 trunk/drivers/serial/mcf.c diff --git a/[refs] b/[refs] index 904588341ed1..ac038e4710d7 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 786d3693f46579c7cd982e65de9f43eba94e4a57 +refs/heads/master: e5eca6aef6a2a57e433db1eac247d2d1c213ce08 diff --git a/trunk/arch/alpha/kernel/pci_iommu.c b/trunk/arch/alpha/kernel/pci_iommu.c index ee07dceae1d4..2d00a08d3f08 100644 --- a/trunk/arch/alpha/kernel/pci_iommu.c +++ b/trunk/arch/alpha/kernel/pci_iommu.c @@ -7,6 +7,7 @@ #include #include #include +#include #include #include diff --git a/trunk/arch/arm/common/dmabounce.c b/trunk/arch/arm/common/dmabounce.c index 9d371e476552..52fc6a883281 100644 --- a/trunk/arch/arm/common/dmabounce.c +++ b/trunk/arch/arm/common/dmabounce.c @@ -29,6 +29,7 @@ #include #include #include +#include #include diff --git a/trunk/arch/avr32/boards/atstk1000/atstk1002.c b/trunk/arch/avr32/boards/atstk1000/atstk1002.c index 6b9e466104ad..5be0d13f4b03 100644 --- a/trunk/arch/avr32/boards/atstk1000/atstk1002.c +++ b/trunk/arch/avr32/boards/atstk1000/atstk1002.c @@ -16,6 +16,7 @@ #include #include #include +#include #include