| Commit message (Expand) | Author | Age | Files | Lines |
* | hwmon: (ntc_thermistor) Support B57330V2103 from EPCOS | Johannes Pointner | 2014-08-04 | 2 | -2/+50 |
* | hwmon: (hih6130) Convert to devm_hwmon_device_register_with_groups | Axel Lin | 2014-08-04 | 1 | -65/+23 |
* | hwmon: (tmp103) Add missing i2c_set_clientdata call in tmp103_probe | Axel Lin | 2014-08-04 | 1 | -0/+1 |
* | hwmon: (lm75) Add support for TMP112 | Frans Klaver | 2014-08-04 | 2 | -2/+10 |
* | hwmon: (w83l786ng) Convert to devm_hwmon_device_register_with_groups | Axel Lin | 2014-08-04 | 1 | -57/+29 |
* | hwmon: (w83l786ng) Avoid forward declaration | Axel Lin | 2014-08-04 | 1 | -109/+100 |
* | hwmon: (fam15h_power) Convert to devm_hwmon_device_register_with_groups | Axel Lin | 2014-08-04 | 1 | -42/+9 |
* | hwmon: (wm8350) Convert to devm_hwmon_device_register_with_groups | Axel Lin | 2014-08-04 | 1 | -43/+7 |
* | hwmon: (wm831x) Convert to devm_hwmon_device_register_with_groups | Axel Lin | 2014-08-04 | 1 | -61/+11 |
* | hwmon: (ads7828) Convert to devm_hwmon_device_register_with_groups | Axel Lin | 2014-08-04 | 1 | -38/+14 |
* | hwmon: (atxp1) Convert to devm_hwmon_device_register_with_groups | Axel Lin | 2014-08-04 | 1 | -55/+21 |
* | hwmon: Driver for TI TMP103 temperature sensor | Heiko Schocher | 2014-08-04 | 3 | -0/+217 |
* | hwmon: (gpio-fan) Convert to devm_hwmon_device_register_with_groups | Axel Lin | 2014-08-04 | 1 | -13/+4 |
* | hwmon: (twl4030-madc-hwmon) Convert to devm_hwmon_device_register_with_groups | Axel Lin | 2014-08-04 | 1 | -32/+6 |
* | hwmon: Add support for Lattice's POWR1220 power manager IC | Scott Kanowitz | 2014-08-04 | 3 | -0/+404 |
* | hwmon: (lm77) Prevent overflow problem when writing large limits | Axel Lin | 2014-07-31 | 1 | -5/+6 |
* | hwmon: (amc6821) Fix possible race condition bug | Axel Lin | 2014-07-31 | 1 | -6/+11 |
* | hwmon: (lm78) Fix overflow problems seen when writing large temperature limits | Guenter Roeck | 2014-07-31 | 1 | -1/+1 |
* | hwmon: (lm85) Fix various errors on attribute writes | Guenter Roeck | 2014-07-31 | 1 | -3/+6 |
* | hwmon: (ads1015) Fix off-by-one for valid channel index checking | Axel Lin | 2014-07-30 | 1 | -1/+1 |
* | Merge tag 'firewire-fix-vt6315' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2014-07-27 | 1 | -2/+2 |
|\ |
|
| * | firewire: ohci: disable MSI for VIA VT6315 again | Stefan Richter | 2014-07-23 | 1 | -2/+2 |
* | | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux | Linus Torvalds | 2014-07-26 | 14 | -88/+146 |
|\ \ |
|
| * | | drm/radeon: fix cut and paste issue for hawaii. | Jerome Glisse | 2014-07-25 | 1 | -0/+1 |
| * | | Merge branch 'drm-fixes-3.16' of git://people.freedesktop.org/~agd5f/linux in... | Dave Airlie | 2014-07-25 | 5 | -0/+8 |
| |\ \ |
|
| | * | | drm/radeon: fix irq ring buffer overflow handling | Christian König | 2014-07-23 | 4 | -0/+4 |
| | * | | drm/radeon: fix error handling in radeon_vm_bo_set_addr | Christian König | 2014-07-22 | 1 | -0/+4 |
| * | | | Merge tag 'drm-intel-fixes-2014-07-24' of git://anongit.freedesktop.org/drm-i... | Dave Airlie | 2014-07-25 | 3 | -25/+15 |
| |\ \ \
| | |/ /
| |/| | |
|
| | * | | drm/i915: Simplify i915_gem_release_all_mmaps() | Chris Wilson | 2014-07-23 | 1 | -16/+9 |
| | * | | drm/i915: fix freeze with blank screen booting highmem | Hugh Dickins | 2014-07-22 | 1 | -2/+2 |
| | * | | drm/i915: Reorder the semaphore deadlock check, again | Chris Wilson | 2014-07-21 | 1 | -7/+4 |
| * | | | Merge branch 'drm-fixes-3.16' of git://people.freedesktop.org/~agd5f/linux in... | Dave Airlie | 2014-07-22 | 7 | -63/+122 |
| |\ \ \ |
|
| | * | | | drm/radeon/TN: only enable bapm on MSI systems | Alex Deucher | 2014-07-21 | 1 | -7/+8 |
| | * | | | drm/radeon: fix VM IB handling | Christian König | 2014-07-21 | 4 | -16/+19 |
| | * | | | drm/radeon: fix handling of radeon_vm_bo_rmv v3 | Christian König | 2014-07-21 | 3 | -31/+86 |
| | * | | | drm/radeon: let's use GB for vm_size (v2) | Christian König | 2014-07-21 | 2 | -13/+13 |
* | | | | | Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2014-07-26 | 1 | -1/+3 |
|\ \ \ \ \ |
|
| * | | | | | hwmon: (smsc47m192) Fix temperature limit and vrm write operations | Guenter Roeck | 2014-07-24 | 1 | -1/+3 |
| | |_|/ /
| |/| | | |
|
* | | | | | parport: fix menu breakage | Randy Dunlap | 2014-07-26 | 1 | -6/+6 |
* | | | | | Merge tag 'pinctrl-v3.16-3' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2014-07-24 | 2 | -1/+2 |
|\ \ \ \ \ |
|
| * | | | | | gpio: rcar: Add support for DT IRQ flags | Laurent Pinchart | 2014-07-15 | 1 | -0/+1 |
| * | | | | | pinctrl: st: Fix irqmux handler | Maxime COQUELIN | 2014-07-15 | 1 | -1/+1 |
* | | | | | | Merge branch 'for-3.16-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2014-07-24 | 1 | -12/+4 |
|\ \ \ \ \ \ |
|
| * | | | | | | libata: introduce ata_host->n_tags to avoid oops on SAS controllers | Tejun Heo | 2014-07-23 | 1 | -12/+4 |
* | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 2014-07-24 | 7 | -27/+28 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | Input: fix defuzzing logic | Dmitry Torokhov | 2014-07-20 | 1 | -2/+4 |
| * | | | | | | | Input: sirfsoc-onkey - fix GPL v2 license string typo | Bjorn Helgaas | 2014-07-18 | 1 | -1/+1 |
| * | | | | | | | Input: st-keyscan - fix 'defined but not used' compiler warnings | Tobias Klauser | 2014-07-18 | 1 | -0/+2 |
| * | | | | | | | Input: synaptics - add min/max quirk for pnp-id LEN2002 (Edge E531) | Hans de Goede | 2014-07-15 | 1 | -2/+3 |
| * | | | | | | | Input: i8042 - add Acer Aspire 5710 to nomux blacklist | Jiri Kosina | 2014-07-15 | 1 | -0/+7 |