Skip to content
Snippets Groups Projects
  1. Jul 19, 2011
  2. Jul 12, 2011
    • Ido Yariv's avatar
      arm: davinci: Fix low level gpio irq handlers' argument · f299bb95
      Ido Yariv authored
      
      Commit 74164016 ("arm: davinci: Fix fallout from generic irq chip
      conversion") introduced a bug, causing low level interrupt handlers to
      get a bogus irq number as an argument. The gpio irq handler falsely
      assumes that the handler data is the irq base number and that is no
      longer true.
      
      Set the irq handler data to be a pointer to the corresponding gpio
      controller. The chained irq handler can then use it to extract both the
      irq base number and the gpio registers structure.
      
      Signed-off-by: default avatarIdo Yariv <ido@wizery.com>
      CC: Thomas Gleixner <tglx@linutronix.de>
      [nsekhar@ti.com: renamed "ctl" to "d", simplified indexing logic for chips and
      took care of odd bank handling in irq handler]
      Signed-off-by: default avatarSekhar Nori <nsekhar@ti.com>
      f299bb95
    • Linus Torvalds's avatar
      Linux 3.0-rc7 · 620917de
      Linus Torvalds authored
      v3.0-rc7
      620917de
    • Linus Torvalds's avatar
      Documentation/Changes: remove some really obsolete text · 5adaf851
      Linus Torvalds authored
      
      That file harkens back to the days of the big 2.4 -> 2.6 version jump,
      and was based even then on older versions.  Some of it is just obsolete,
      and Jesper Juhl points out that it talks about kernel versions 2.6 and
      should be updated to 3.0.
      
      Remove some obsolete text, and re-phrase some other to not be 2.6-specific.
      
      Reported-by: default avatarJesper Juhl <jj@chaosbits.net>
      Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
      5adaf851
    • Linus Torvalds's avatar
      Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6 · c15000b4
      Linus Torvalds authored
      * 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6:
        [media] msp3400: fill in v4l2_tuner based on vt->type field
        [media] tuner-core.c: don't change type field in g_tuner or g_frequency
        [media] cx18/ivtv: fix g_tuner support
        [media] tuner-core: power up tuner when called with s_power(1)
        [media] v4l2-ioctl.c: check for valid tuner type in S_HW_FREQ_SEEK
        [media] tuner-core: simplify the standard fixup
        [media] tuner-core/v4l2-subdev: document that the type field has to be filled in
        [media] v4l2-subdev.h: remove unused s_mode tuner op
        [media] feature-removal-schedule: change in how radio device nodes are handled
        [media] bttv: fix s_tuner for radio
        [media] pvrusb2: fix g/s_tuner support
        [media] v4l2-ioctl.c: prefill tuner type for g_frequency and g/s_tuner
        [media] tuner-core: fix tuner_resume: use t->mode instead of t->type
        [media] tuner-core: fix s_std and s_tuner
      c15000b4
  3. Jul 11, 2011
  4. Jul 10, 2011
  5. Jul 09, 2011
Loading