Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
* | Merge tag 'acpi-4.7-rc1-more' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2016-05-26 | 1 | -1/+1 | |
|\ | ||||||
| * | Merge branch 'acpi-battery' | Rafael J. Wysocki | 2016-05-25 | 1 | -1/+1 | |
| |\ | ||||||
| | * | ACPI / battery: Correctly serialise with the pending async probe | Chris Wilson | 2016-05-21 | 1 | -1/+1 | |
* | | | Merge tag 'pm-4.7-rc1-more' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2016-05-26 | 4 | -66/+36 | |
|\ \ \ | ||||||
| | \ \ | ||||||
| | \ \ | ||||||
| | \ \ | ||||||
| | \ \ | ||||||
| *---. \ \ | Merge branches 'pm-cpufreq', 'pm-cpuidle' and 'pm-core' | Rafael J. Wysocki | 2016-05-25 | 4 | -66/+36 | |
| |\ \ \ \ \ | ||||||
| | | | * | | | PM / sleep: Handle failures in device_suspend_late() consistently | Rafael J. Wysocki | 2016-05-20 | 1 | -2/+3 | |
| | | * | | | | cpuidle: Fix cpuidle_state_is_coupled() argument in cpuidle_enter() | Daniel Lezcano | 2016-05-18 | 1 | -1/+1 | |
| | * | | | | | cpufreq: simplified goto out in cpufreq_register_driver() | Pankaj Gupta | 2016-05-18 | 1 | -5/+4 | |
| | * | | | | | cpufreq: governor: CPUFREQ_GOV_STOP never fails | Rafael J. Wysocki | 2016-05-18 | 1 | -29/+11 | |
| | * | | | | | cpufreq: governor: CPUFREQ_GOV_POLICY_EXIT never fails | Rafael J. Wysocki | 2016-05-18 | 1 | -23/+12 | |
| | * | | | | | intel_pstate: Simplify conditional in intel_pstate_set_policy() | Rafael J. Wysocki | 2016-05-18 | 1 | -6/+5 | |
* | | | | | | | Merge tag 'pwm/for-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2016-05-25 | 19 | -128/+312 | |
|\ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ | Merge branch 'for-4.7/pwm-atomic' into for-next | Thierry Reding | 2016-05-17 | 19 | -131/+307 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | pwm: Add information about polarity, duty cycle and period to debugfs | Heiko Stübner | 2016-05-17 | 1 | -0/+5 | |
| | * | | | | | | | pwm: Switch to the atomic API | Boris Brezillon | 2016-05-17 | 2 | -12/+41 | |
| | * | | | | | | | pwm: Add core infrastructure to allow atomic updates | Boris Brezillon | 2016-05-17 | 1 | -68/+119 | |
| | * | | | | | | | pwm: Add hardware readout infrastructure | Boris Brezillon | 2016-05-17 | 1 | -0/+3 | |
| | * | | | | | | | pwm: Move the enabled/disabled info into pwm_state | Boris Brezillon | 2016-05-17 | 1 | -4/+9 | |
| | * | | | | | | | pwm: Introduce the pwm_state concept | Boris Brezillon | 2016-05-17 | 1 | -4/+4 | |
| | * | | | | | | | pwm: Keep PWM state in sync with hardware state | Boris Brezillon | 2016-05-17 | 1 | -14/+0 | |
| | * | | | | | | | drm: i915: Explicitly apply PWM config extracted from pwm_args | Boris Brezillon | 2016-05-17 | 1 | -0/+6 | |
| | * | | | | | | | input: misc: pwm-beeper: Explicitly apply PWM config extracted from pwm_args | Boris Brezillon | 2016-05-17 | 1 | -0/+6 | |
| | * | | | | | | | input: misc: max8997: Explicitly apply PWM config extracted from pwm_args | Boris Brezillon | 2016-05-17 | 1 | -0/+6 | |
| | * | | | | | | | backlight: lm3630a: explicitly apply PWM config extracted from pwm_args | Boris Brezillon | 2016-05-17 | 1 | -0/+6 | |
| | * | | | | | | | backlight: lp855x: Explicitly apply PWM config extracted from pwm_args | Boris Brezillon | 2016-05-17 | 1 | -0/+6 | |
| | * | | | | | | | backlight: lp8788: Explicitly apply PWM config extracted from pwm_args | Boris Brezillon | 2016-05-17 | 1 | -0/+6 | |
| | * | | | | | | | backlight: pwm_bl: Use pwm_get_args() where appropriate | Boris Brezillon | 2016-05-17 | 1 | -1/+9 | |
| | * | | | | | | | fbdev: ssd1307fb: Use pwm_get_args() where appropriate | Boris Brezillon | 2016-05-17 | 1 | -1/+10 | |
| | * | | | | | | | regulator: pwm: Use pwm_get_args() where appropriate | Boris Brezillon | 2016-05-17 | 1 | -6/+14 | |
| | * | | | | | | | leds: pwm: Use pwm_get_args() where appropriate | Boris Brezillon | 2016-05-17 | 1 | -1/+10 | |
| | * | | | | | | | input: misc: max77693: Use pwm_get_args() where appropriate | Boris Brezillon | 2016-05-17 | 1 | -3/+14 | |
| | * | | | | | | | hwmon: pwm-fan: Use pwm_get_args() where appropriate | Boris Brezillon | 2016-05-17 | 1 | -6/+20 | |
| | * | | | | | | | clk: pwm: Use pwm_get_args() where appropriate | Boris Brezillon | 2016-05-17 | 1 | -5/+12 | |
| | * | | | | | | | pwm: Use pwm_get/set_xxx() helpers where appropriate | Boris Brezillon | 2016-05-17 | 4 | -4/+5 | |
| | * | | | | | | | pwm: Get rid of pwm->lock | Boris BREZILLON | 2016-05-17 | 2 | -19/+24 | |
| | * | | | | | | | backlight: lm3630a_bl: Stop messing with the pwm->period field | Boris BREZILLON | 2016-05-17 | 1 | -2/+1 | |
| | * | | | | | | | backlight: pwm_bl: Remove useless call to pwm_set_period() | Boris BREZILLON | 2016-05-17 | 1 | -3/+1 | |
| | * | | | | | | | pwm: rcar: Make use of pwm_is_enabled() | Boris BREZILLON | 2016-05-17 | 1 | -1/+1 | |
| * | | | | | | | | Merge branch 'for-4.7/pwm-regulator' into for-next | Thierry Reding | 2016-05-17 | 1 | -6/+14 | |
| |\ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ | Merge branch 'for-4.7/pwm-args' into for-next | Thierry Reding | 2016-05-17 | 3 | -8/+22 | |
| |\ \ \ \ \ \ \ \ \ | | | |/ / / / / / / | | |/| | | | | | | | ||||||
| | * | | | | | | | | pwm: Fix pwm_apply_args() call sites | Boris Brezillon | 2016-05-17 | 1 | -10/+17 | |
| * | | | | | | | | | pwm: Use kcalloc() instead of kzalloc() | Thierry Reding | 2016-05-03 | 1 | -1/+1 | |
| * | | | | | | | | | pwm: Add missing newline | Thierry Reding | 2016-05-03 | 1 | -0/+1 | |
* | | | | | | | | | | Merge git://www.linux-watchdog.org/linux-watchdog | Linus Torvalds | 2016-05-25 | 13 | -26/+284 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | watchdog: shwdt: Use setup_timer() | Muhammad Falak R Wani | 2016-05-14 | 1 | -3/+1 | |
| * | | | | | | | | | | watchdog: cpwd: Use setup_timer() | Muhammad Falak R Wani | 2016-05-14 | 1 | -3/+1 | |
| * | | | | | | | | | | watchdog: renesas-wdt: add driver | Wolfram Sang | 2016-05-14 | 3 | -0/+222 | |
| * | | | | | | | | | | watchdog: remove error message when unable to allocate watchdog device | Colin Ian King | 2016-05-14 | 1 | -3/+1 | |
| * | | | | | | | | | | watchdog: f71808e_wdt: Fix WDTMOUT_STS register read | Knud Poulsen | 2016-05-14 | 1 | -2/+2 | |
| * | | | | | | | | | | watchdog: f71808e_wdt: Fix typo | Knud Poulsen | 2016-05-14 | 1 | -1/+1 |