1. 18 Jun, 2004 1 commit
    • Russell King's avatar
      [PATCH] Couple of sysfs patches · c4a9c821
      Russell King authored
      On Wed, Jun 16, 2004 at 05:51:03PM -0500, Dmitry Torokhov wrote:
      > What about freeing the resources? Can it be put in platform_device_unregister
      > or is it release handler task? I'd put it in unregister because when I call
      > unregister I expect device be half-dead and release as much resources as it
      > can.
      
      
      Here's the updated patch - to be applied on top of the
      platform_get_resource() patch sent previously.
      Signed-off-by: default avatarGreg Kroah-Hartman <greg@kroah.com>
      c4a9c821
  2. 14 Jun, 2004 2 commits
  3. 11 Jun, 2004 2 commits
  4. 10 Jun, 2004 4 commits
  5. 09 Jun, 2004 2 commits
    • Andrew Morton's avatar
      [PATCH] I2C: w83627hf.c build fix · 75114dcc
      Andrew Morton authored
      with gcc-2.95:
      
      drivers/i2c/chips/w83627hf.c:482: parse error before `static'
      drivers/i2c/chips/w83627hf.c:502: parse error before `static'
      drivers/i2c/chips/w83627hf.c: In function `show_regs_fan_1':
      drivers/i2c/chips/w83627hf.c:541: warning: implicit declaration of function `show_fan'
      drivers/i2c/chips/w83627hf.c: In function `w83627hf_detect':
      drivers/i2c/chips/w83627hf.c:1074: `dev_attr_in0_min' undeclared (first use in this function)
      drivers/i2c/chips/w83627hf.c:1074: (Each undeclared identifier is reported only once
      drivers/i2c/chips/w83627hf.c:1074: for each function it appears in.)
      drivers/i2c/chips/w83627hf.c: At top level:
      drivers/i2c/chips/w83627hf.c:428: warning: `show_regs_in_min0' defined but not used
      drivers/i2c/chips/w83627hf.c:441: warning: `store_regs_in_min0' defined but not used
      Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
      Signed-off-by: default avatarGreg Kroah-Hartman <greg@kroah.com>
      75114dcc
    • Greg Kroah-Hartman's avatar
  6. 08 Jun, 2004 19 commits
  7. 07 Jun, 2004 10 commits