Skip to content
  1. Jan 25, 2015
    • Linus Torvalds's avatar
      Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/staging · 0012125a
      Linus Torvalds authored
      Pull hwmon update from Jean Delvare:
       "This contains a single thing: a new driver for the temperature sensor
        embedded in the Intel 5500/5520/X58 chipsets.
      
        Sorry for the late request, it's been so long since I last sent a pull
        request and I've been so busy with other tasks meanwhile that I simply
        forgot about these patches.  But given that this is a new driver, it
        can't introduce any regression so I thought it could still be OK.
      
        This has been in linux-next for months now"
      
      * 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/staging:
        hwmon: (i5500_temp) Convert to use ATTRIBUTE_GROUPS macro
        hwmon: (i5500_temp) Convert to module_pci_driver
        hwmon: (i5500_temp) Don't bind to disabled sensors
        hwmon: (i5500_temp) Convert to devm_hwmon_device_register_with_groups
        hwmon: (i5500_temp) New driver for the Intel 5500/5520/X58 chipsets
      0012125a
    • Linus Torvalds's avatar
      Merge tag 'media/v3.19-4' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media · af469b37
      Linus Torvalds authored
      Pull media fixes from Mauro Carvalho Chehab:
        - fix some race conditions caused by a regression on videobuf2
        - fix a interrupt release bug on cx23885
        - fix support for Mygica T230 and HVR4400
        - fix compilation breakage when USB is not selected on tlg2300
        - fix capabilities report on ompa3isp, soc-camera, rcar_vin and
          pvrusb2
      
      * tag 'media/v3.19-4' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media:
        [media] omap3isp: Correctly set QUERYCAP capabilities
        [media] cx23885: fix free interrupt bug
        [media] pvrusb2: fix missing device_caps in querycap
        [media] vb2: fix vb2_thread_stop race conditions
        [media] rcar_vin: Update device_caps and capabilities in querycap
        [media] soc-camera: fix device capabilities in multiple camera host drivers
        [media] Fix Mygica T230 support
        [media] cx23885: Split Hauppauge WinTV Starburst from HVR4400 card entry
        [media] tlg2300: Fix media dependencies
      af469b37
  2. Jan 24, 2015
    • Axel Lin's avatar
      hwmon: (i5500_temp) Convert to use ATTRIBUTE_GROUPS macro · 86c725e3
      Axel Lin authored
      
      
      Use ATTRIBUTE_GROUPS macro to simplify the code a bit.
      
      Signed-off-by: default avatarAxel Lin <axel.lin@ingics.com>
      Signed-off-by: default avatarJean Delvare <jdelvare@suse.de>
      86c725e3
    • Axel Lin's avatar
      hwmon: (i5500_temp) Convert to module_pci_driver · aef64d0d
      Axel Lin authored
      
      
      Use module_pci_driver to simplify the code a bit.
      
      Signed-off-by: default avatarAxel Lin <axel.lin@ingics.com>
      Reviewed-by: default avatarGuenter Roeck <linux@roeck-us.net>
      Signed-off-by: default avatarJean Delvare <jdelvare@suse.de>
      aef64d0d
    • Jean Delvare's avatar
      hwmon: (i5500_temp) Don't bind to disabled sensors · e3d98203
      Jean Delvare authored
      
      
      On many motherboards, for an unknown reason, the thermal sensor seems
      to be disabled and will return a constant temperature value of 36.5
      degrees Celsius. Don't bind to the device in that case, so that we
      don't report this bogus value to userspace.
      
      Signed-off-by: default avatarJean Delvare <jdelvare@suse.de>
      Cc: Romain Dolbeau <romain@dolbeau.org>
      Reviewed-by: default avatarGuenter Roeck <linux@roeck-us.net>
      e3d98203
    • Jean Delvare's avatar
      hwmon: (i5500_temp) Convert to devm_hwmon_device_register_with_groups · b8d48ce9
      Jean Delvare authored
      
      
      Use devm_hwmon_device_register_with_groups() to simplify the code a
      bit.
      
      Signed-off-by: default avatarJean Delvare <jdelvare@suse.de>
      Cc: Romain Dolbeau <romain@dolbeau.org>
      Reviewed-by: default avatarGuenter Roeck <linux@roeck-us.net>
      b8d48ce9
    • Jean Delvare's avatar
      hwmon: (i5500_temp) New driver for the Intel 5500/5520/X58 chipsets · ada07281
      Jean Delvare authored
      
      
      The Intel 5500, 5520 and X58 chipsets embed a digital thermal sensor.
      This new driver supports it.
      
      Note that on many boards the sensor seems to be disabled and reports
      the minimum value (36.5 degrees Celsius) all the time.
      
      Signed-off-by: default avatarJean Delvare <jdelvare@suse.de>
      Tested-by: default avatarRomain Dolbeau <romain@dolbeau.org>
      Reviewed-by: default avatarGuenter Roeck <linux@roeck-us.net>
      ada07281
    • Linus Torvalds's avatar
      Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs · c4e00f1d
      Linus Torvalds authored
      Pull btrfs fixes from Chris Mason:
       "We have a few fixes in my for-linus branch.
      
        Qu Wenruo's batch fix a regression between some our merge window pull
        and the inode_cache feature.  The rest are smaller bugs"
      
      * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs:
        btrfs: Don't call btrfs_start_transaction() on frozen fs to avoid deadlock.
        btrfs: Fix the bug that fs_info->pending_changes is never cleared.
        btrfs: fix state->private cast on 32 bit machines
        Btrfs: fix race deleting block group from space_info->ro_bgs list
        Btrfs: fix incorrect freeing in scrub_stripe
        btrfs: sync ioctl, handle errors after transaction start
      c4e00f1d
    • Linus Torvalds's avatar
      Merge tag 'platform-drivers-x86-v3.19-2' of... · 53448a53
      Linus Torvalds authored
      Merge tag 'platform-drivers-x86-v3.19-2' of git://git.infradead.org/users/dvhart/linux-platform-drivers-x86
      
      Pull platform driver fix from Darren Hart:
       "Revert keyboard backlight sysfs support and documentation.
      
        The support for the dell-laptop keyboard backlight was flawed and the
        fix:
      
              https://lkml.org/lkml/2015/1/14/539
      
        was more invasive that I felt comfortable sending at RC5.
      
        This series reverts the support for the dell-laptop keyboard backlight
        as well as the documentation for the newly created sysfs attributes.
      
        We'll get this implemented correctly for 3.20"
      
      * tag 'platform-drivers-x86-v3.19-2' of git://git.infradead.org/users/dvhart/linux-platform-drivers-x86:
        Revert "platform: x86: dell-laptop: Add support for keyboard backlight"
        Revert "Documentation: Add entry for dell-laptop sysfs interface"
      53448a53
    • Linus Torvalds's avatar
      Merge tag 'pci-v3.19-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci · 55069592
      Linus Torvalds authored
      Pull PCI fixes from Bjorn Helgaas:
       "These are fixes for:
      
         - a resource management problem that causes a Radeon "Fatal error
           during GPU init" on machines where the BIOS programmed an invalid
           Root Port window.  This was a regression in v3.16.
      
         - an Atheros AR93xx device that doesn't handle PCI bus resets
           correctly.  This was a regression in v3.14.
      
         - an out-of-date email address"
      
      * tag 'pci-v3.19-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci:
        MAINTAINERS: Update Richard Zhu's email address
        sparc/PCI: Clip bridge windows to fit in upstream windows
        powerpc/PCI: Clip bridge windows to fit in upstream windows
        parisc/PCI: Clip bridge windows to fit in upstream windows
        mn10300/PCI: Clip bridge windows to fit in upstream windows
        microblaze/PCI: Clip bridge windows to fit in upstream windows
        ia64/PCI: Clip bridge windows to fit in upstream windows
        frv/PCI: Clip bridge windows to fit in upstream windows
        alpha/PCI: Clip bridge windows to fit in upstream windows
        x86/PCI: Clip bridge windows to fit in upstream windows
        PCI: Add pci_claim_bridge_resource() to clip window if necessary
        PCI: Add pci_bus_clip_resource() to clip to fit upstream window
        PCI: Pass bridge device, not bus, when updating bridge windows
        PCI: Mark Atheros AR93xx to avoid bus reset
        PCI: Add flag for devices where we can't use bus reset
      55069592
    • Linus Torvalds's avatar
      Merge tag 'devicetree-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/glikely/linux · b8de08da
      Linus Torvalds authored
      Pull devicetree bug fixes and documentation updates from Grant Likely:
       "A few bugfixes for the new DT overlay feature, documentation updates,
        spelling corrections, and changes to MAINTAINERS.  Nothing earth
        shattering here"
      
      * tag 'devicetree-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/glikely/linux:
        of/unittest: Overlays with sub-devices tests
        of/platform: Handle of_populate drivers in notifier
        of/overlay: Do not generate duplicate nodes
        devicetree: document the "qemu" and "virtio" vendor prefixes
        devicetree: document ARM bindings for QEMU's Firmware Config interface
        Documentation: of: fix typo in graph bindings
        dma-mapping: fix debug print to display correct dma_pfn_offset
        of: replace Asahi Kasei Corp vendor prefix
        ARM: dt: GIC: Spelling s/specific/specifier/, s/flaggs/flags/
        dt/bindings: arm-boards: Spelling s/pointong/pointing/
        MAINTAINERS: Update DT website and git repository
        MAINTAINERS: drop DT regex matching on of_get_property and of_match_table
      b8de08da
    • Linus Torvalds's avatar
      Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm · 2e3810da
      Linus Torvalds authored
      Pull kvm fixes from Paolo Bonzini:
       "Three small fixes.
      
        Two for x86 and one avoids that sparse bails out"
      
      * tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm:
        KVM: x86: SYSENTER emulation is broken
        KVM: x86: Fix of previously incomplete fix for CVE-2014-8480
        KVM: fix sparse warning in include/trace/events/kvm.h
      2e3810da
    • Linus Torvalds's avatar
      Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-arm · 0ad4989d
      Linus Torvalds authored
      Pull ARM fixes from Russell King:
       "Another round of small ARM fixes.
      
        restore_user_regs early stack deallocation is buggy in the presence of
        FIQs which switch to SVC mode, and could lead to corrupted registers
        being returned to a user process given an inopportune FIQ event.
      
        Another bug was spotted in the ARM perf code where it could lose track
        of perf counter overflows, leading to incorrect perf results.
      
        Lastly, a bug in arm_add_memory() was spotted where the memory sizes
        aren't properly rounded.  As most people pass properly rounded sizes,
        this hasn't been noticed"
      
      * 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-arm:
        ARM: 8292/1: mm: fix size rounding-down of arm_add_memory() function
        ARM: 8255/1: perf: Prevent wraparound during overflow
        ARM: 8266/1: Remove early stack deallocation from restore_user_regs
      0ad4989d
    • Linus Torvalds's avatar
      Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux · 222713bb
      Linus Torvalds authored
      Pull two arm64 fixes from Will Deacon:
       "Arm64 fixes seem to come in pairs recently.  We've got a fix for
        removing device-tree blobs when doing a make clean and another one
        addressing a missing include, which fixes build failures in -next for
        allmodconfig (spotted by Mark's buildbot).
      
        Summary from signed tag:
      
         - fix cleaning of .dtbs following directory restructuring
         - fix allmodconfig build breakage in -next due to missing include"
      
      * tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux:
        arm64: dump: Fix implicit inclusion of definition for PCI_IOBASE
        arm64: Add dtb files to archclean rule
      222713bb
    • Darren Hart's avatar
      Revert "platform: x86: dell-laptop: Add support for keyboard backlight" · b78695a7
      Darren Hart authored
      This reverts commit 02b2aaaa
      
      .
      
      This interface was determined to be flawed and required too invasive a
      fix for the RC cycle. This will be revisited in 3.20.
      
      Signed-off-by: default avatarDarren Hart <dvhart@linux.intel.com>
      b78695a7
    • Darren Hart's avatar
      Revert "Documentation: Add entry for dell-laptop sysfs interface" · dc583769
      Darren Hart authored
      This reverts commit 3161293b
      
      .
      
      This interface was determined to be flawed and required too invasive a
      fix for the RC cycle. This will be revisited in 3.20.
      
      Signed-off-by: default avatarDarren Hart <dvhart@linux.intel.com>
      dc583769
  3. Jan 23, 2015
  4. Jan 22, 2015
  5. Jan 21, 2015