1. 07 8月, 2008 2 次提交
  2. 02 8月, 2008 1 次提交
  3. 30 7月, 2008 1 次提交
    • A
      [MTD] DataFlash: bugfix, binary page sizes now handled · 771999b6
      akpm@linux-foundation.org 提交于
      The wrong version of the "teach dataflash about binary density" patch
      just got merged (v2 not v3) ... this restores the missing updates:
      
        * Fix the cmdlinepart *regression* that caused testing failures (!!)
          by restoring the original part labels in relevant cases.
      
        * Don't reference things that don't exist (!)
      	- An opcode that doesn't even exist for DataFlash
      	- The part is "at45db642" not "at45db641"
      	- ID zero in this JEDEC table
      
        * Make the JEDEC probe routine report and handle errors better:
      	- If the SPI calls fail, return the error codes.
      	- Don't depend on ordering of table entries.
      	- Unrecognized ids are different from parts that have no ID.
                We won't actually know how to handle them correctly; display
      	  the ID and ignore the chip.
      
        * Move the original block comment about the "legacy" chip ID scheme
          back next to the code to which it applies ... not next to the new
          JEDEC query code, which uses an entirely different strategy.
      
        * Don't print a guessed erasesize; /proc/mtd has the real value.
      
      And add a few more comments.
      Signed-off-by: NDavid Brownell <dbrownell@users.sourceforge.net>
      Cc: Bryan Wu <cooloney@kernel.org>
      Cc: Michael Hennerich <michael.hennerich@analog.com>
      Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: NDavid Woodhouse <David.Woodhouse@intel.com>
      771999b6
  4. 22 7月, 2008 1 次提交
  5. 12 7月, 2008 1 次提交
  6. 11 7月, 2008 1 次提交
  7. 06 6月, 2008 1 次提交
  8. 05 6月, 2008 3 次提交
  9. 02 5月, 2008 1 次提交
  10. 25 4月, 2008 2 次提交
  11. 22 4月, 2008 4 次提交
  12. 25 3月, 2008 1 次提交
  13. 07 2月, 2008 2 次提交
  14. 03 2月, 2008 2 次提交
  15. 28 11月, 2007 1 次提交
  16. 04 8月, 2007 1 次提交
  17. 01 8月, 2007 1 次提交
  18. 11 7月, 2007 2 次提交
  19. 29 6月, 2007 6 次提交
  20. 01 6月, 2007 1 次提交
  21. 08 5月, 2007 1 次提交
  22. 03 5月, 2007 2 次提交
    • 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
    • A
      kconfig: fix path to modules.txt in Kconfig help · 39f5fb30
      Alexander E. Patrakov 提交于
      Documentation/modules.txt doesn't exist, but
      Documentation/kbuild/modules.txt does.
      
      Signed-off-by: Alexander E. Patrakov
      Signed-off-by: NSam Ravnborg <sam@ravnborg.org>
      39f5fb30
  23. 02 5月, 2007 1 次提交
  24. 20 4月, 2007 1 次提交