1. 17 Jul, 2014 5 commits
  2. 11 Jul, 2014 1 commit
  3. 10 Jul, 2014 7 commits
  4. 09 Jul, 2014 17 commits
  5. 08 Jul, 2014 8 commits
  6. 07 Jul, 2014 2 commits
    • Linus Torvalds's avatar
      Merge branch 'for-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux · 448bfad8
      Linus Torvalds authored
      Pull thermal fixes from Zhang Rui:
       "Specifics:
      
         - update Email address of Thermal subsystem maintainer Eduardo
           Valentin.
      
         - fix a problem that unloading thermal module results in kernel crash
           because a non-exist device file is removed on thermal unload.
      
         - fix a problem that critical trip point is set wrongly on latest
           i.MX6 SOC and results in system critical shutdown.
      
         - a couple of fixes to Tmon tool, of-thermal code and ti thermal
           driver"
      
      * 'for-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux:
        tmon: set umask to a reasonable value
        tmon: Check log file for common secuirty issues
        tools/thermal: tmon: fix compilation errors when building statically
        thermal: ti-soc-thermal: ti-bandgap.c: Cleaning up wrong address is checked
        Thermal: imx: correct critical trip temperature setting
        thermal: Bind cooling devices with the correct arguments
        thermal: Add braces around suspect code
        thermal: hwmon: Make the check for critical temp valid consistent
        MAINTAINERS: Update Eduardo Valentin's email address
      448bfad8
    • Linus Torvalds's avatar
      Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid · 4c2f503a
      Linus Torvalds authored
      Pull HID fixes from Jiri Kosina:
       "A few tiny HID subsystem fixes for 3.16"
      
      * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid:
        HID: use multi input quirk for 22b9:2968
        HID: sensor-hub: fix potential memory leak
        HID: usbhid: quirk for PM1610 and PM1640 Touchscreen.
        HID: rmi: Protect PM-only functions by #ifdef CONFIG_PM
        HID: sensor-hub: introduce Kconfig dependency on IOMEM
        HID: sensor-hub: make dyn_callback_lock IRQ-safe
      4c2f503a