1. 23 8月, 2007 1 次提交
  2. 03 8月, 2007 4 次提交
  3. 01 8月, 2007 1 次提交
  4. 11 7月, 2007 1 次提交
    • F
      [MIPS] Remove Momenco Ocelot C support · 192cca6e
      Franck Bui-Huu 提交于
      Signed-off-by: NFranck Bui-Huu <fbuihuu@gmail.com>
      Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
      
       delete mode 100644 arch/mips/configs/ocelot_c_defconfig
       delete mode 100644 arch/mips/momentum/ocelot_c/Makefile
       delete mode 100644 arch/mips/momentum/ocelot_c/cpci-irq.c
       delete mode 100644 arch/mips/momentum/ocelot_c/dbg_io.c
       delete mode 100644 arch/mips/momentum/ocelot_c/irq.c
       delete mode 100644 arch/mips/momentum/ocelot_c/ocelot_c_fpga.h
       delete mode 100644 arch/mips/momentum/ocelot_c/platform.c
       delete mode 100644 arch/mips/momentum/ocelot_c/prom.c
       delete mode 100644 arch/mips/momentum/ocelot_c/reset.c
       delete mode 100644 arch/mips/momentum/ocelot_c/setup.c
       delete mode 100644 arch/mips/momentum/ocelot_c/uart-irq.c
       delete mode 100644 arch/mips/pci/fixup-ocelot-c.c
       delete mode 100644 arch/mips/pci/pci-ocelot-c.c
      192cca6e
  5. 01 6月, 2007 2 次提交
  6. 08 5月, 2007 1 次提交
  7. 03 5月, 2007 3 次提交
    • A
      [MTD] [NAND] at91_nand.c: CMDLINE_PARTS support · 693ef66d
      Andrew Victor 提交于
      This patch allows you to specify at91_nand partitions on the
      kernel command line using the mtdparts variable, if
      CONFIG_MTD_CMDLINE_PARTS is set.
      Signed-off-by: NFrank Mandarino <fmandarino@endrelia.com>
      Signed-off-by: NAndrew Victor <andrew@sanpeople.com>
      Signed-off-by: NDavid Woodhouse <dwmw2@infradead.org>
      693ef66d
    • T
      [MTD] [NAND] Tidy up handling of page number in nand_block_bad() · 1a12f46a
      Thomas Knobloch 提交于
      Further to the previous patch fixing the calculation of page number,
      both branches are using the same result. Clean up the function 
      accordingly, calculating it (and also masking with pagemask) only in one 
      place.
      Signed-off-by: NThomas Knobloch <knobloch@siemens.com>
      Signed-off-by: NThomas Gleixner <tglx@linutronix.de>
      Signed-off-by: NDavid Woodhouse <dwmw2@infradead.org>
      1a12f46a
    • J
      PCI: Cleanup the includes of <linux/pci.h> · 6473d160
      Jean Delvare 提交于
      I noticed that many source files include <linux/pci.h> while they do
      not appear to need it. Here is an attempt to clean it all up.
      
      In order to find all possibly affected files, I searched for all
      files including <linux/pci.h> but without any other occurence of "pci"
      or "PCI". I removed the include statement from all of these, then I
      compiled an allmodconfig kernel on both i386 and x86_64 and fixed the
      false positives manually.
      
      My tests covered 66% of the affected files, so there could be false
      positives remaining. Untested files are:
      
      arch/alpha/kernel/err_common.c
      arch/alpha/kernel/err_ev6.c
      arch/alpha/kernel/err_ev7.c
      arch/ia64/sn/kernel/huberror.c
      arch/ia64/sn/kernel/xpnet.c
      arch/m68knommu/kernel/dma.c
      arch/mips/lib/iomap.c
      arch/powerpc/platforms/pseries/ras.c
      arch/ppc/8260_io/enet.c
      arch/ppc/8260_io/fcc_enet.c
      arch/ppc/8xx_io/enet.c
      arch/ppc/syslib/ppc4xx_sgdma.c
      arch/sh64/mach-cayman/iomap.c
      arch/xtensa/kernel/xtensa_ksyms.c
      arch/xtensa/platform-iss/setup.c
      drivers/i2c/busses/i2c-at91.c
      drivers/i2c/busses/i2c-mpc.c
      drivers/media/video/saa711x.c
      drivers/misc/hdpuftrs/hdpu_cpustate.c
      drivers/misc/hdpuftrs/hdpu_nexus.c
      drivers/net/au1000_eth.c
      drivers/net/fec_8xx/fec_main.c
      drivers/net/fec_8xx/fec_mii.c
      drivers/net/fs_enet/fs_enet-main.c
      drivers/net/fs_enet/mac-fcc.c
      drivers/net/fs_enet/mac-fec.c
      drivers/net/fs_enet/mac-scc.c
      drivers/net/fs_enet/mii-bitbang.c
      drivers/net/fs_enet/mii-fec.c
      drivers/net/ibm_emac/ibm_emac_core.c
      drivers/net/lasi_82596.c
      drivers/parisc/hppb.c
      drivers/sbus/sbus.c
      drivers/video/g364fb.c
      drivers/video/platinumfb.c
      drivers/video/stifb.c
      drivers/video/valkyriefb.c
      include/asm-arm/arch-ixp4xx/dma.h
      sound/oss/au1550_ac97.c
      
      I would welcome test reports for these files. I am fine with removing
      the untested files from the patch if the general opinion is that these
      changes aren't safe. The tested part would still be nice to have.
      
      Note that this patch depends on another header fixup patch I submitted
      to LKML yesterday:
        [PATCH] scatterlist.h needs types.h
        http://lkml.org/lkml/2007/3/01/141Signed-off-by: NJean Delvare <khali@linux-fr.org>
      Cc: Badari Pulavarty <pbadari@us.ibm.com>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      6473d160
  8. 02 5月, 2007 3 次提交
  9. 28 4月, 2007 1 次提交
  10. 27 4月, 2007 1 次提交
  11. 20 4月, 2007 1 次提交
  12. 18 4月, 2007 8 次提交
  13. 23 3月, 2007 1 次提交
  14. 08 3月, 2007 2 次提交
  15. 26 2月, 2007 1 次提交
  16. 19 2月, 2007 2 次提交
  17. 15 2月, 2007 1 次提交
  18. 12 2月, 2007 1 次提交
  19. 10 2月, 2007 1 次提交
  20. 09 2月, 2007 3 次提交
  21. 05 2月, 2007 1 次提交