From bea5a4aa2a432789a5bddf6cbb2d9bc711173956 Mon Sep 17 00:00:00 2001 From: Linus Torvalds Date: Tue, 23 Oct 2007 09:03:07 -0700 Subject: [PATCH] --- yaml --- r: 72278 b: refs/heads/master c: 0d6810091cdbd05efeb31654c6a41a6cbdfdd2c8 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/MAINTAINERS | 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/powerpc/Kconfig.debug | 1 - trunk/arch/powerpc/boot/dts/bamboo.dts | 10 +- trunk/arch/powerpc/boot/dts/sequoia.dts | 14 +- trunk/arch/powerpc/boot/dts/walnut.dts | 12 +- trunk/arch/powerpc/boot/treeboot-walnut.c | 6 +- trunk/arch/powerpc/configs/bamboo_defconfig | 114 +-- trunk/arch/powerpc/configs/ebony_defconfig | 115 +-- trunk/arch/powerpc/configs/walnut_defconfig | 94 +-- trunk/arch/powerpc/platforms/40x/Kconfig | 1 + trunk/arch/powerpc/platforms/44x/Kconfig | 8 +- trunk/arch/powerpc/platforms/Kconfig.cputype | 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/kernel/irq/manage.c | 20 +- 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/security/selinux/hooks.c | 6 +- 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 + 107 files changed, 1942 insertions(+), 892 deletions(-) create mode 100644 trunk/drivers/serial/mcf.c diff --git a/[refs] b/[refs] index df376d4e6d92..272efb8d1e72 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 43d33b21a03d3abcc8cbdeb4d52bc4568f822c5e +refs/heads/master: 0d6810091cdbd05efeb31654c6a41a6cbdfdd2c8 diff --git a/trunk/MAINTAINERS b/trunk/MAINTAINERS index 1fd6d02a79b8..40245af2d0e3 100644 --- a/trunk/MAINTAINERS +++ b/trunk/MAINTAINERS @@ -2338,6 +2338,8 @@ L: linuxppc-dev@ozlabs.org S: Maintained LINUX FOR POWERPC EMBEDDED PPC8XX +P: Vitaly Bordug +M: vitb@kernel.crashing.org P: Marcelo Tosatti M: marcelo@kvack.org W: http://www.penguinppc.org/ 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