Age | Commit message (Expand) | Author | Files | Lines |
2015-03-20 | hwmon: (ibmpowernv) replace AMBIENT_TEMP by TEMP | Cédric Le Goater | 1 | -3/+3 |
2015-03-16 | hwmon: (pwm-fan, vexpress) Constify of_device_id array | Fabian Frederick | 2 | -2/+2 |
2015-03-15 | hwmon: (nct6775) Enable auxiliary fan monitoring on ASRock Z77 Pro4-M | Guenter Roeck | 1 | -0/+21 |
2015-03-15 | hwmon: (nct6775) Restore hardware monitoring logical device status on resume | Guenter Roeck | 1 | -13/+22 |
2015-03-15 | hwmon: (nct6775) Convert to use SIMPLE_DEV_PM_OPS | Guenter Roeck | 1 | -17/+5 |
2015-03-11 | hwmon: (gpio-fan) Fix build with CONFIG_THERMAL=m and SENSORS_GPIO_FAN=y | Randy Dunlap | 1 | -0/+1 |
2015-03-09 | hwmon: (pwm-fan) Fix build when THERMAL=m | Randy Dunlap | 1 | -0/+1 |
2015-03-09 | hwmon: (pwm-fan) Declare pwm_fan_of_get_cooling_data static | Guenter Roeck | 1 | -1/+2 |
2015-03-09 | (gpio-fan): Add thermal control hooks | Nishanth Menon | 2 | -7/+89 |
2015-03-09 | hwmon: (pwm-fan) Add support for using PWM FAN as a cooling device | Lukasz Majewski | 1 | -1/+88 |
2015-03-09 | hwmon: (pwm-fan) Read PWM FAN configuration from device tree | Lukasz Majewski | 1 | -1/+49 |
2015-03-09 | hwmon: (pwm-fan) Extract __set_pwm() function to only modify PWM duty cycle | Lukasz Majewski | 1 | -12/+21 |
2015-03-09 | hwmon: (gpio-fan) allow to use alarm support alone from DT | Simon Guinot | 2 | -23/+27 |
2015-03-09 | hwmon: (nct7904) Strengthen detect function | Guenter Roeck | 1 | -1/+2 |
2015-03-09 | hwmon: Add Nuvoton NCT7904 hwmon driver | Vadim V. Vlasov | 4 | -0/+663 |
2015-03-09 | hwmon: (it87) No need to skip fan4 for IT8603 | Guenter Roeck | 1 | -4/+0 |
2015-03-09 | hwmon: (it87) Add support for IT8786E | Thomas Lorblanches | 3 | -9/+23 |
2015-03-09 | hwmon: (it87) Add feature flag for VID support | Guenter Roeck | 1 | -20/+11 |
2015-03-09 | hwmon: (it87) Add feature flags for fans count and 16-bit fan configuration | Guenter Roeck | 1 | -33/+36 |
2015-03-09 | hwmon: (it87) Don't configure 16 bit fan counters it not necessary | Guenter Roeck | 1 | -3/+6 |
2015-03-09 | hwmon: (jc42) Add support for additional IDT temperature sensors | Guenter Roeck | 3 | -12/+14 |
2015-03-09 | hwmon: (it87) Add support for IT8781F | Guenter Roeck | 3 | -19/+39 |
2015-03-09 | hwmon: (ibmpex) Allow format string checking | Rasmus Villemoes | 1 | -11/+8 |
2015-03-09 | hwmon: (coretemp) Allow format checking | Rasmus Villemoes | 1 | -6/+5 |
2015-03-09 | Linux 4.0-rc3v4.0-rc3 | Linus Torvalds | 1 | -1/+1 |
2015-03-08 | sunrpc: fix braino in ->poll() | Al Viro | 1 | -1/+1 |
2015-03-08 | Merge tag 'usb-4.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 34 | -109/+374 |
2015-03-08 | Merge tag 'tty-4.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 15 | -61/+89 |
2015-03-08 | Merge tag 'staging-4.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 15 | -226/+175 |
2015-03-08 | Merge tag 'char-misc-4.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2 | -5/+7 |
2015-03-08 | Merge tag 'cc-4.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregk... | Linus Torvalds | 1 | -0/+27 |
2015-03-07 | Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2 | -19/+22 |
2015-03-07 | Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dma | Linus Torvalds | 7 | -22/+57 |
2015-03-07 | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6... | Linus Torvalds | 2 | -1/+6 |
2015-03-07 | TTY: fix tty_wait_until_sent maximum timeout | Johan Hovold | 1 | -3/+3 |
2015-03-07 | TTY: fix tty_wait_until_sent on 64-bit machines | Johan Hovold | 1 | -3/+9 |
2015-03-07 | USB: serial: fix infinite wait_until_sent timeout | Johan Hovold | 1 | -2/+3 |
2015-03-07 | TTY: bfin_jtag_comm: remove incorrect wait_until_sent operation | Johan Hovold | 1 | -13/+0 |
2015-03-07 | net: irda: fix wait_until_sent poll timeout | Johan Hovold | 1 | -1/+3 |
2015-03-07 | serial: uapi: Declare all userspace-visible io types | Peter Hurley | 2 | -7/+11 |
2015-03-07 | serial: core: Fix iotype userspace breakage | Peter Hurley | 1 | -3/+3 |
2015-03-07 | serial: sprd: Fix missing spin_unlock in sprd_handle_irq() | Axel Lin | 1 | -1/+3 |
2015-03-07 | console: Fix console name size mismatch | Peter Hurley | 2 | -1/+2 |
2015-03-07 | tty: fix up atime/mtime mess, take four | Jiri Slaby | 1 | -2/+2 |
2015-03-07 | serial: 8250_dw: Fix get_mctrl behaviour | Desmond Liu | 2 | -0/+48 |
2015-03-07 | serial:8250:8250_pci: delete unneeded quirk entries | Wang YanQing | 1 | -14/+0 |
2015-03-07 | serial:8250:8250_pci: fix redundant entry report for WCH_CH352_2S | Wang YanQing | 1 | -4/+0 |
2015-03-07 | Change email address for 8250_pci | Russell King | 1 | -1/+1 |
2015-03-07 | serial: 8250: Revert "tty: serial: 8250_core: read only RX if there is someth... | Sebastian Andrzej Siewior | 1 | -6/+5 |
2015-03-07 | Revert "tty/serial: of_serial: add DT alias ID handling" | Baruch Siach | 1 | -4/+0 |