summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* KEYS: Differentiate uses of rcu_dereference_key() and user_key_payload()David Howells2017-03-021-1/+1
* Merge tag 'powerpc-4.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2017-03-015-27/+91
|\
| * cxl: fix nested locking hang during EEH hotplugAndrew Donnellan2017-02-214-10/+27
| * pci/hotplug/pnv-php: Disable MSI and PCI device properlyGavin Shan2017-02-171-8/+14
| * pci/hotplug/pnv-php: Disable surprise hotplug capability on conflictsGavin Shan2017-02-171-0/+8
| * pci/hotplug/pnv-php: Remove WARN_ON() in pnv_php_put_slot()Gavin Shan2017-02-171-1/+1
| * drivers/pci/hotplug: Mask PDC interrupt if requiredGavin Shan2017-02-151-5/+22
| * drivers/pci/hotplug: Fix initial state for empty slotGavin Shan2017-02-151-2/+14
| * drivers/pci/hotplug: Handle presence detection change properlyGavin Shan2017-02-151-1/+5
* | Input: rmi4 - f30: detect INPUT_PROP_BUTTONPAD from the button countBenjamin Tissoires2017-03-011-2/+3
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Linus Torvalds2017-03-0116-261/+705
|\ \
| | \
| | \
| | \
| | \
| *---. \ Merge branches 'thermal-core', 'thermal-soc', 'thermal-intel' and 'ida-conver...Zhang Rui2017-02-2216-248/+679
| |\ \ \ \
| | | | * | thermal: convert devfreq_cooling to use an IDAMatthew Wilcox2017-01-041-44/+9
| | | | * | thermal: convert cpu_cooling to use an IDAMatthew Wilcox2017-01-041-52/+11
| | | | * | thermal: convert clock cooling to use an IDAMatthew Wilcox2017-01-041-42/+8
| | | | * | thermal core: convert ID allocation to IDAMatthew Wilcox2017-01-041-49/+26
| | | * | | thermal/intel_powerclamp: Remove set-but-not-used variablesAugusto Mecking Caringi2017-02-071-4/+0
| | * | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/evalent...Zhang Rui2017-02-2111-57/+625
| | |\ \ \ \ | | | |/ / / | | |/| | |
| | | * | | thermal: mtk_thermal: Staticise a number of data variablesVivek Gautam2017-02-181-8/+8
| | | * | | thermal: arm: dra752: Remove all TSHUT related definitionsKeerthy2017-02-182-44/+0
| | | * | | thermal: arm: dra752: Remove TSHUT configurationKeerthy2017-02-181-2/+1
| | | * | | thermal: ti-soc-thermal: Remove CPU_THERMAL Dependency from TI_THERMALKeerthy2017-02-181-1/+0
| | | * | | thermal: imx: Fix possible NULL dereference.Shailendra Verma2017-02-181-0/+4
| | | * | | thermal: exynos: Remove parsing unused samsung,tmu_cal_mode propertyKrzysztof Kozlowski2017-02-182-2/+0
| | | * | | thermal: zx2967: add thermal driver for ZTE's zx2967 familyBaoyou Xie2017-02-183-0/+267
| | | * | | thermal: rcar_gen3_thermal: Add R-Car Gen3 thermal driverWolfram Sang2017-01-193-0/+345
| * | | | | thermal: use cpumask_var_t for on-stack cpu masksArnd Bergmann2017-02-101-13/+26
| |/ / / /
* | | | | Merge tag 'pwm/for-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-03-0126-289/+462
|\ \ \ \ \
| * \ \ \ \ Merge branch 'for-4.11/drivers' into for-nextThierry Reding2017-02-1010-227/+408
| |\ \ \ \ \
| | * | | | | pwm: imx: Add polarity inversion support to i.MX's PWMv2Lukasz Majewski2017-01-301-5/+19
| | * | | | | pwm: imx: Remove redundant i.MX PWMv2 codeLukasz Majewski2017-01-301-127/+0
| | * | | | | pwm: imx: Provide atomic PWM support for i.MX PWMv2Lukasz Majewski2017-01-301-0/+67
| | * | | | | pwm: imx: Move PWMv2 wait for fifo slot code to a separate functionLukasz Majewski2017-01-301-18/+25
| | * | | | | pwm: imx: Move PWMv2 software reset code to a separate functionLukasz Majewski2017-01-301-10/+21
| | * | | | | pwm: imx: Rewrite v1 code to facilitate switch to atomic PWMLukasz Majewski2017-01-301-10/+22
| | * | | | | pwm: imx: Add separate set of PWM ops for v1 and v2Lukasz Majewski2017-01-301-3/+14
| | * | | | | pwm: imx: Remove ipg clock and enable per clock when requiredSascha Hauer2017-01-301-10/+2
| | * | | | | pwm: lpss: Add Intel Gemini Lake PCI IDMika Westerberg2017-01-301-0/+1
| | * | | | | pwm: lpss: Do not export board infos for different PWM typesAndy Shevchenko2017-01-304-28/+42
| | * | | | | pwm: lpss: Avoid reconfiguring while UPDATE bit is still enabledIlkka Koskinen2017-01-301-9/+43
| | * | | | | pwm: lpss: Switch to new atomic APIAndy Shevchenko2017-01-301-35/+29
| | * | | | | pwm: lpss: Allow duty cycle to be 0Andy Shevchenko2017-01-301-2/+0
| | * | | | | pwm: lpss: Avoid potential overflow of base_unitAndy Shevchenko2017-01-301-3/+3
| | * | | | | pwm: pca9685: Fix period change with same duty cycleClemens Gruber2017-01-201-11/+0
| | * | | | | pwm: constify pwm_ops structuresBhumika Goyal2017-01-194-4/+4
| | * | | | | pwm: bcm-iproc: Update dependencies for compile-testScott Branden2017-01-191-1/+3
| | * | | | | pwm: pca9685: Allow any of the 16 PWMs to be used as a GPIOMika Westerberg2017-01-191-1/+163
| | | |_|/ / | | |/| | |
| * | | | | acpi: lpss: call pwm_add_table() for BSW PWM deviceHans de Goede2017-02-101-0/+14
| * | | | | pwm: Try to load modules during pwm_get()Hans de Goede2017-01-301-0/+14
| * | | | | pwm: Don't hold pwm_lookup_lock longer than necessaryHans de Goede2017-01-301-10/+8