Skip to content
  1. Feb 21, 2010
    • Linus Torvalds's avatar
      Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6 · d0708b97
      Linus Torvalds authored
      * 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6:
        V4L/DVB: bttv: Move I2C IR initialization
        V4L/DVB: Video : pwc : Fix regression in pwc_set_shutter_speed caused by bad 	constant => sizeof conversion.
        soc-camera: mt9t112: modify exiting conditions from standby mode
        V4L/DVB: cxusb: Select all required frontend and tuner modules
        V4L/DVB: dvb: l64781.ko broken with gcc 4.5
      d0708b97
    • Linus Torvalds's avatar
      Merge branch 'omap-fixes-for-linus' of... · c52042ba
      Linus Torvalds authored
      Merge branch 'omap-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6
      
      * 'omap-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6:
        omap: Remove DEBUG_FS dependency for mux name checking
      c52042ba
    • Linus Torvalds's avatar
      Merge master.kernel.org:/home/rmk/linux-2.6-arm · cf7ad043
      Linus Torvalds authored
      * master.kernel.org:/home/rmk/linux-2.6-arm:
        ARM: allow alignment fault mode to be configured at kernel boot
        ARM: Update mach-types
        ARM: 5951/1: ARM: fix documentation of the PrimeCell bus
        ARM: 5950/1: ARM: Fix build error for arm1026ej-s processor
        MAINTAINERS: fix my e-mail and status for Gemini and FA526
        Gemini: wrong registers used to set reg_level in gpio_set_irq_type()
        ARM: 5944/1: scsi: fix timer setup in fas216.c
        ARM: 5938/1: ARM: L2: export outer_cache_fns
      cf7ad043
    • Russell King's avatar
      ARM: allow alignment fault mode to be configured at kernel boot · d944d549
      Russell King authored
      
      
      Some glibc versions intentionally create lots of alignment faults in
      their gconv code, which if not fixed up, results in segfaults during
      boot.  This can prevent systems booting properly.
      
      There is no clear hard-configurable default for this; the desired
      default depends on the nature of the userspace which is going to be
      booted.
      
      So, provide a way for the alignment fault handler to be configured via
      the kernel command line.
      
      Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
      d944d549
  2. Feb 20, 2010
  3. Feb 19, 2010
  4. Feb 18, 2010
    • Matthew Garrett's avatar
      Input: add KEY_RFKILL · 3b77fd8e
      Matthew Garrett authored
      
      
      Most laptops have keys that are intended to toggle all device state, not
      just wifi. These are currently generally mapped to KEY_WLAN. As a result,
      rfkill will only kill or enable wifi in response to the key press. This
      confuses users and can make it difficult for them to enable bluetooth
      and wwan devices.
      
      This patch adds a new keycode, KEY_RFKILL. It indicates that the system
      should toggle the state of all rfkillable devices.
      
      Signed-off-by: default avatarMatthew Garrett <mjg@redhat.com>
      Acked-by: default avatarMarcel Holtmann <marcel@holtmann.org>
      Signed-off-by: default avatarDmitry Torokhov <dtor@mail.ru>
      3b77fd8e