Skip to content
  1. Sep 21, 2012
  2. Sep 17, 2012
  3. Sep 13, 2012
  4. Sep 12, 2012
    • Stephen Warren's avatar
      ARM: tegra: defconfig updates · 9df25ccc
      Stephen Warren authored
      
      
      Removed:
      
      * MACH_HARMONY
      * MACH_PAZ00
      * MACH_TRIMSLICE
      
        These used to enable board support for individual boards. Now that we
        only support device tree, these options have been removed.
      
      Added:
      
      * TEGRA_PCI
      
        This used to be selected by the board options above. Select this
        explicitly now that the board options have been removed.
      
      * TEGRA_DEBUG_UART_AUTO_ODMDATA
      
        This makes the kernel automatically pick a UART for earlyprintk. It's
        likely to be a useful option for everyone.
      
      * PWM
      * PWM_TEGRA
      
        Enable the new PWM subsystem, and the Tegra driver within it.
      
      * GPIO_PCA953X
      * GPIO_PCA953X_IRQ
      * MFD_MAX8907
      * REGULATOR_MAX8907
      * RTC_DRV_MAX8907
      * RTC_DRV_TPS65910
      
        Various drivers required for the Whistler board.
      
      * RTC_INTF_SYSFS
      * RTC_INTF_PROC
      * RTC_INTF_DEV
      
        Some RTC options that Kconfig help implies should typically be
        enabled.
      
      * Wifi chip (rt3070)
      * Bluetooth (btusb)
      * Camera (uvcvideo)
      * 3G modem (acm and wdm)
      * rfkill
      * GPIO LEDs
      * NVEC
      
        Various devices and features found on PAZ00 boards.
      
        Some of these are enabled as modules because they are not needed for
        boot and will not be used on other boards. Wifi also needs to be
        module because of the firmware loader.
      
        The update also enabled support for the rfkill switch, the Wifi LED and
        the nvec power and led driver which got lost in the past.
      
      * DEVTMPFS, TMPFS_POSIX_ACL
      
        These are mandatory on modern linux distros.
      
      Signed-off-by: default avatarJoseph Lo <josephl@nvidia.com>
      Signed-off-by: default avatarMarc Dietrich <marvin24@gmx.de>
      Signed-off-by: default avatarStephen Warren <swarren@nvidia.com>
      9df25ccc
  5. Sep 08, 2012
  6. Sep 06, 2012
  7. Sep 02, 2012
    • Linus Torvalds's avatar
      Linux 3.6-rc4 · 4cbe5a55
      Linus Torvalds authored
      4cbe5a55
    • John Stultz's avatar
      time: Move ktime_t overflow checking into timespec_valid_strict · cee58483
      John Stultz authored
      Andreas Bombe reported that the added ktime_t overflow checking added to
      timespec_valid in commit 4e8b1452
      
       ("time: Improve sanity checking of
      timekeeping inputs") was causing problems with X.org because it caused
      timeouts larger then KTIME_T to be invalid.
      
      Previously, these large timeouts would be clamped to KTIME_MAX and would
      never expire, which is valid.
      
      This patch splits the ktime_t overflow checking into a new
      timespec_valid_strict function, and converts the timekeeping codes
      internal checking to use this more strict function.
      
      Reported-and-tested-by: default avatarAndreas Bombe <aeb@debian.org>
      Cc: Zhouping Liu <zliu@redhat.com>
      Cc: Ingo Molnar <mingo@kernel.org>
      Cc: Prarit Bhargava <prarit@redhat.com>
      Cc: Thomas Gleixner <tglx@linutronix.de>
      Cc: stable@vger.kernel.org
      Signed-off-by: default avatarJohn Stultz <john.stultz@linaro.org>
      Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
      cee58483
  8. Sep 01, 2012
  9. Aug 31, 2012
    • Linus Torvalds's avatar
      Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux · 155e36d4
      Linus Torvalds authored
      Pull drm fixes from Dave Airlie:
       "A bunch of scattered fixes ati/intel/nouveau, couple of core ones,
        nothing too shocking or different."
      
      * 'drm-fixes' of git://people.freedesktop.org/~airlied/linux:
        drm: Add EDID_QUIRK_FORCE_REDUCED_BLANKING for ASUS VW222S
        gma500: Consider CRTC initially active.
        drm/radeon: fix dig encoder selection on DCE61
        drm/radeon: fix double free in radeon_gpu_reset
        drm/radeon: force dma32 to fix regression rs4xx,rs6xx,rs740
        drm/radeon: rework panel mode setup
        drm/radeon/atom: powergating fixes for DCE6
        drm/radeon/atom: rework DIG modesetting on DCE3+
        drm/radeon: don't disable plls that are in use by other crtcs
        drm/radeon: add proper checking of RESOLVE_BOX command for r600-r700
        drm/radeon: initialize tracked CS state
        drm/radeon: fix reading CB_COLORn_MASK from the CS
        drm/nvc0/copy: check PUNITS to determine which copy engines are disabled
        i915: Quirk no_lvds on Gigabyte GA-D525TUD ITX motherboard
        drm/i915: Use the correct size of the GTT for placing the per-process entries
        drm: Check for invalid cursor flags
        drm: Initialize object type when using DRM_MODE() macro
        drm/i915: fix color order for BGR formats on IVB
        drm/i915: fix wrong order of parameters in port checking functions
      155e36d4
  10. Aug 30, 2012
  11. Aug 29, 2012