1. 06 May, 2003 8 commits
    • Gerd Knorr's avatar
      [PATCH] i2c #3/3: add class field to i2c_adapter · ea1b28a4
      Gerd Knorr authored
      This is the last of three patches for i2c.  It introduces a new field
      to i2c_adapter which classifies the kind of hardware a i2c adapter
      belongs to (analog tv card / dvb card / smbus / gfx card ...).  i2c chip
      drivers can use this infomation to decide whenever they want to look for
      hardware on that adapter or not.  It doesn't make sense to probe for a
      tv tuner on a smbus for example ...
      ea1b28a4
    • Gerd Knorr's avatar
      [PATCH] i2c #2/3: add i2c_clients_command · 37d7f421
      Gerd Knorr authored
      Changes:
      
        * adds a i2c_clients_command() function to i2c-core which calls
          the ->command() callback of all clients attached to a adapter.
        * make bttv + saa7134 drivers use that function instead of mucking
          with the i2c_adapter struct themself.
      37d7f421
    • Gerd Knorr's avatar
      [PATCH] i2c #1/3: listify i2c core · 22f0b1c0
      Gerd Knorr authored
      This is the first of tree patches for i2c.  Trying to get the i2c
      cleanups finshed before 2.6.x, so we (hopefully) don't have a
      ever-changing i2c subsystem in 2.7.x again (which is very annonying for
      driver maintainance).
      
      Changes:
      
       * listify i2c-core, i.e. make it use <linux/list.h> instead of
         statically-sized arrays, removed lots of ugly code :)
       * added i2c_(get|put)_adapter, changed i2c-dev.c to use these
         functions instead maintaining is own adapter list.
       * killed the I2C_DF_DUMMY flag which had the strange semantics to
         make the i2c subsystem call driver->attach_adapter on detaches.
         Added a detach_adapter() callback instead.
       * some other minor cleanups along the way ...
      22f0b1c0
    • Greg Kroah-Hartman's avatar
      Merge kroah.com:/home/greg/linux/BK/bleed-2.5 · 6230bb01
      Greg Kroah-Hartman authored
      into kroah.com:/home/greg/linux/BK/i2c-2.5
      6230bb01
    • Roland McGrath's avatar
      [PATCH] core dump psinfo.pr_sname letter fix · f8d0801f
      Roland McGrath authored
      This patch makes the state letter in the pr_sname field in core dumps
      correct for stopped and zombie threads.  The order needed to be changed when
      the TASK_* values changed.  This matches the letters used in sched.c:show_task.
      f8d0801f
    • Greg Kroah-Hartman's avatar
      Merge gregkh@kernel.bkbits.net:/home/gregkh/linux/i2c-2.5 · fa13dd7c
      Greg Kroah-Hartman authored
      into kroah.com:/home/greg/linux/BK/i2c-2.5
      fa13dd7c
    • Linus Torvalds's avatar
      Merge bk://kernel.bkbits.net/davem/sparc-2.5 · 232adff4
      Linus Torvalds authored
      into home.transmeta.com:/home/torvalds/v2.5/linux
      232adff4
    • David S. Miller's avatar
  2. 05 May, 2003 16 commits
  3. 04 May, 2003 3 commits
  4. 05 May, 2003 3 commits
  5. 04 May, 2003 10 commits