1. 03 Feb, 2005 4 commits
    • Tejun Heo's avatar
      [ide] remove adma100 · 05cce204
      Tejun Heo authored
      Removes drivers/ide/pci/adma100.[hc].  The driver isn't
      compilable (missing functions) and no Kconfig actually enables
      CONFIG_BLK_DEV_ADMA100.
      
      On Wed, 02 Feb 2005 03:31:59 -0500, Jeff Garzik <jgarzik@pobox.com> wrote:
      > Also, the libata-dev-2.6 tree has an "ata_adma" driver which is
      > complete, but needs some testing (and I have h/w).
      Signed-off-by: default avatarTejun Heo <tj@home-tj.org>
      Signed-off-by: default avatarBartlomiej Zolnierkiewicz <bzolnier@gmail.com>
      05cce204
    • Adrian Bunk's avatar
      [ide] possible cleanups · bb380d82
      Adrian Bunk authored
      This patch contains the following possible cleanups:
      - make some needlessly global code static
      - ide-dma.c: remove the unneeded EXPORT_SYMBOL(__ide_dma_test_irq)
      
      slightly changed by me (bart)
      Signed-off-by: default avatarAdrian Bunk <bunk@stusta.de>
      Signed-off-by: default avatarBartlomiej Zolnierkiewicz <bzolnier@gmail.com>
      bb380d82
    • Arjan van de Ven's avatar
      [ide] unexport atapi_*_bytes() and ide_read_24() · cbd0b5b7
      Arjan van de Ven authored
      From: Arjan van de Ven <arjan@infradead.org>
      
      * make atapi_{input,output}_bytes() static, fix users to use drive->hwif
      * remove ide_read_24() export; it's unused since the ide-io.c reorganization
      * add a FIXME comment to the ide_fix_driveid() export
      
      slightly changed by me (bart)
      Signed-off-by: default avatarBartlomiej Zolnierkiewicz <bzolnier@gmail.com>
      cbd0b5b7
    • Adrian Bunk's avatar
      [ide] remove WAIT_READY dependency on APM · 4d1a957a
      Adrian Bunk authored
      On the one hand APM isn't enabled on all laptops.
      On the other hand, this also affects regular PCs with APM support (or
      using a distribution kernel with APM support).
      
      The time for the !APM case was already increased from 30msec in 2.4 .
      Isn't there a timeout that is suitable for all cases?
      
      Alan Cox answered:
      > The five seconds should be just fine for all cases. The smaller value
      > with no
      > power manglement should help speed up recovery however. It probably
      > doesn't belong CONFIG_APM now ACPI and friends are involved either.
      
      Until someone has a real good solution (consider e.g. that most PC users 
      might have ACPI support enabled), this patch unconditionally sets 
      WAIT_READY to 5 seconds.
      Signed-off-by: default avatarAdrian Bunk <bunk@stusta.de>
      Signed-off-by: default avatarBartlomiej Zolnierkiewicz <bzolnier@gmail.com>
      4d1a957a
  2. 30 Jan, 2005 17 commits
  3. 29 Jan, 2005 9 commits
  4. 28 Jan, 2005 10 commits
    • Martins Krikis's avatar
      [PATCH] fix an oops in ata_to_sense_error · 92dc2e37
      Martins Krikis authored
      Signed-off-by: default avatarJeff Garzik <jgarzik@pobox.com>
      92dc2e37
    • Andries E. Brouwer's avatar
      [PATCH] document atkbd.softraw · c923dd8b
      Andries E. Brouwer authored
      Document atkbd.softraw (and shorten a few long lines nearby).
      c923dd8b
    • Linus Torvalds's avatar
      Merge bk://bk.arm.linux.org.uk/linux-2.6-rmk · c56b4bcb
      Linus Torvalds authored
      into ppc970.osdl.org:/home/torvalds/v2.6/linux
      c56b4bcb
    • Wim Van Sebroeck's avatar
      [WATCHDOG] i8xx_tco.c-ICH4/6/7-patch · 23a3e707
      Wim Van Sebroeck authored
      Added support for the ICH4-M, ICH6, ICH6R, ICH6-M, ICH6W and ICH6RW
      chipsets. Also added support for the "undocumented" ICH7.
      23a3e707
    • Russell King's avatar
      [ARM] [1/4] Introduce svc_entry macro for common entry code · 99355085
      Russell King authored
      This is the first of 4 patches which factor out common code in
      the ARM exception entry assembly code, aiming towards a reduction
      in the size of the changes required here for SMP support.  These
      patches are low impact, and will be merged over the coarse of the
      next 4 days.
      
      This patch addresses the code handling exception entry from
      supervisor (kernel) mode.
      99355085
    • Marc Singer's avatar
      [ARM PATCH] 2442/1: Simplifying NODES_SHIFT · 9d46f44c
      Marc Singer authored
      Patch from Marc Singer
      
      The special case for the Sharp LH processors is unnecessary.  A macro
      override makes it cleaner and concentrates the change where it ought
      to be.  The default in include/asm-arm/numnodes.h means that only
      platforms that care to change the default need to do anything.
      
      Signed-off-by: Marc Singer
      Signed-off-by: Russell King
      9d46f44c
    • Ben Dooks's avatar
      [ARM PATCH] 2440/1: S3C2410 - serial auto-flow-control enable · ce9c2dcc
      Ben Dooks authored
      Patch from Ben Dooks
      
      Patch from Shannon Holland
      Enable automatic flow control if requested.
      
      Signed-off-by: Shannon Holland
      
      Signed-off-by: Ben Dooks
      Signed-off-by: Russell King
      ce9c2dcc
    • Ben Dooks's avatar
      [ARM PATCH] 2439/1: S3C2410 - serial driver parity selection · dfe9b780
      Ben Dooks authored
      Patch from Ben Dooks
      
      Patch from Dimitry Andric.
      The s3c2410 serial driver selects the opposite parity
      mode if parity is enabled.
      
      Signed-off-by: Dimitry Andric
      
      Signed-off-by: Ben Dooks
      Signed-off-by: Russell King
      dfe9b780
    • Ben Dooks's avatar
      [ARM PATCH] 2438/1: S3C2410 - fix IO address calculations · 2e0b3d0e
      Ben Dooks authored
      Patch from Ben Dooks
      
      Patch from Dimitry Andric.
      The include/asm-arm/arch-s3c2410/io.h file converts
      PC style port addresses to real ARM addresses, and
      needs to return an `void __iomem *` to avoid a number
      of warnings:
        CC      drivers/ide/ide-iops.o
      drivers/ide/ide-iops.c: In function `ide_insw':
      drivers/ide/ide-iops.c:49: warning: passing arg 1 of `__raw_readsw' makes pointer from integer without a cast
      drivers/ide/ide-iops.c: In function `ide_insl':
      drivers/ide/ide-iops.c:59: warning: passing arg 1 of `__raw_readsl' makes pointer from integer without a cast
      drivers/ide/ide-iops.c: In function `ide_outsw':
      drivers/ide/ide-iops.c:79: warning: passing arg 1 of `__raw_writesw' makes pointer from integer without a cast
      drivers/ide/ide-iops.c: In function `ide_outsl':
      drivers/ide/ide-iops.c:89: warning: passing arg 1 of `__raw_writesl' makes pointer from integer without a cast
        CC      lib/iomap.o
      lib/iomap.c: In function `ioread8_rep':
      lib/iomap.c:140: warning: passing arg 1 of `__raw_readsb' makes pointer from integer without a cast
      lib/iomap.c: In function `ioread16_rep':
      lib/iomap.c:144: warning: passing arg 1 of `__raw_readsw' makes pointer from integer without a cast
      lib/iomap.c: In function `ioread32_rep':
      lib/iomap.c:148: warning: passing arg 1 of `__raw_readsl' makes pointer from integer without a cast
      lib/iomap.c: In function `iowrite8_rep':
      lib/iomap.c:156: warning: passing arg 1 of `__raw_writesb' makes pointer from integer without a cast
      lib/iomap.c: In function `iowrite16_rep':
      lib/iomap.c:160: warning: passing arg 1 of `__raw_writesw' makes pointer from integer without a cast
      lib/iomap.c: In function `iowrite32_rep':
      lib/iomap.c:164: warning: passing arg 1 of `__raw_writesl' makes pointer from integer without a cast
      
      Signed-off-by: Dimitry Andric
      
      Signed-off-by: Ben Dooks
      Signed-off-by: Russell King
      2e0b3d0e
    • David S. Miller's avatar
      Merge nuts.davemloft.net:/disk1/BK/network-2.6 · eae9061b
      David S. Miller authored
      into nuts.davemloft.net:/disk1/BK/net-2.6
      eae9061b