1. 17 10月, 2006 1 次提交
  2. 07 1月, 2006 2 次提交
  3. 24 6月, 2005 2 次提交
    • Y
      [PATCH] tpm: device attribute fixes · 3e05d2b8
      Yani Ioannou 提交于
      This patch updates all the device attribute callbacks that weren't
      updated with the new parameter, I guess because they weren't in Greg's
      tree (including drivers/pcmcia/ds.c). Without the patch these
      callbacks are probably broken (and generate a warning along the lines
      of "assignment from incompatible pointer type").
      
      Please see http://lkml.org/lkml/2005/5/19/40 for the scripts I used to
      update the attributes automatically.
      Signed-off-by: NYani Ioannou <yani.ioannou@gmail.com>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      3e05d2b8
    • M
      [PATCH] I2O: new sysfs attributes and Adaptec specific block device access and 64-bit DMA support · f10378ff
      Markus Lidel 提交于
      Changes:
       - Added Bus-OSM which could be used by user space programs to reset a
         channel on the controller
       - Make ioctl's in Config-OSM obsolete in prefer for sysfs attributes and
         move those to its own file
       - Added sysfs attribute for firmware read and write access for I2O
         controllers
       - Added special handling of firmware read and write access for Adaptec
         controllers
       - Added vendor id and product id as sysfs-attribute to Executive classes
       - Added automatic notification of LCT change handling to Exec-OSM
       - Added flushing function to Block-OSM for later barrier implementation
       - Use PRIVATE messages for Block access on Adaptec controllers, which are
         faster then BLOCK class access
       - Cleaned up support for Promise controller
       - New messages are now detected using the IRQ status register as
         suggested by the I2O spec
       - Added i2o_dma_high() and i2o_dma_low() functions
       - Added facility for SG tablesize calculation when using 32-bit and
         64-bit DMA addresses
       - Added i2o_dma_map_single() and i2o_dma_map_sg() which could build the
         SG list for 32-bit as well as 64-bit DMA addresses
      Signed-off-by: NMarkus Lidel <Markus.Lidel@shadowconnect.com>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      f10378ff