1. 08 Apr, 2015 2 commits
  2. 05 Apr, 2015 6 commits
  3. 30 Mar, 2015 1 commit
  4. 20 Mar, 2015 5 commits
  5. 16 Mar, 2015 1 commit
  6. 15 Mar, 2015 3 commits
  7. 11 Mar, 2015 1 commit
    • Randy Dunlap's avatar
      hwmon: (gpio-fan) Fix build with CONFIG_THERMAL=m and SENSORS_GPIO_FAN=y · f6906ede
      Randy Dunlap authored
      Fix build error when CONFIG_THERMAL=m and SENSORS_GPIO_FAN=y
      by preventing that combination.
      
      Fixes these build errors:
      
      drivers/built-in.o: In function `gpio_fan_remove':
      gpio-fan.c:(.text+0x21e97e): undefined reference to `thermal_cooling_device_unregister'
      drivers/built-in.o: In function `gpio_fan_probe':
      gpio-fan.c:(.text+0x21efbc): undefined reference to `thermal_cooling_device_register'
      Signed-off-by: default avatarRandy Dunlap <rdunlap@infradead.org>
      Cc:	Jean Delvare <jdelvare@suse.de>
      Cc:	Guenter Roeck <linux@roeck-us.net>
      Cc:	lm-sensors@lm-sensors.org
      Cc:	Simon Guinot <sguinot@lacie.com>
      Signed-off-by: default avatarGuenter Roeck <linux@roeck-us.net>
      f6906ede
  8. 09 Mar, 2015 18 commits
  9. 08 Mar, 2015 3 commits
    • Linus Torvalds's avatar
      Linux 4.0-rc3 · 9eccca08
      Linus Torvalds authored
      9eccca08
    • Al Viro's avatar
      sunrpc: fix braino in ->poll() · 1711fd9a
      Al Viro authored
      POLL_OUT isn't what callers of ->poll() are expecting to see; it's
      actually __SI_POLL | 2 and it's a siginfo code, not a poll bitmap
      bit...
      Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
      Cc: stable@vger.kernel.org
      Cc: Bruce Fields <bfields@fieldses.org>
      Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
      1711fd9a
    • Linus Torvalds's avatar
      Merge tag 'usb-4.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb · 1163d504
      Linus Torvalds authored
      Pull USB fixes from Greg KH:
       "Here's a round of USB fixes for 4.0-rc3.
      
        Nothing major, the usual gadget, xhci and usb-serial fixes and a few
        new device ids as well.
      
        All have been in linux-next successfully"
      
      * tag 'usb-4.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb: (36 commits)
        xhci: Workaround for PME stuck issues in Intel xhci
        xhci: fix reporting of 0-sized URBs in control endpoint
        usb: ftdi_sio: Add jtag quirk support for Cyber Cortex AV boards
        USB: ch341: set tty baud speed according to tty struct
        USB: serial: cp210x: Adding Seletek device id's
        USB: pl2303: disable break on shutdown
        USB: mxuport: fix null deref when used as a console
        USB: serial: clean up bus probe error handling
        USB: serial: fix port attribute-creation race
        USB: serial: fix tty-device error handling at probe
        USB: serial: fix potential use-after-free after failed probe
        USB: console: add dummy __module_get
        USB: ftdi_sio: add PIDs for Actisense USB devices
        Revert "USB: serial: make bulk_out_size a lower limit"
        cdc-acm: Add support for Denso cradle CU-321
        usb-storage: support for more than 8 LUNs
        uas: Add US_FL_NO_REPORT_OPCODES for JMicron JMS539
        USB: usbfs: don't leak kernel data in siginfo
        xhci: Clear the host side toggle manually when endpoint is 'soft reset'
        xhci: Allocate correct amount of scratchpad buffers
        ...
      1163d504