summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* gpio: omap: convert to use generic irq handlerGrygorii Strashko2015-10-021-28/+27
* gpio: omap: move pm runtime in irq_chip.irq_bus_lock/sync_unlockGrygorii Strashko2015-10-021-10/+15
* gpio: add DT bindings for existing consumer flagsLinus Walleij2015-10-022-2/+27
* gpio: add GPIO support for IT87xx, replacing gpio-it8761eDiego Elio Pettenò2015-10-024-235/+422
* gpio: gpiolib: don't compare an unsigned for >= 0Dirk Behme2015-10-021-3/+1
* gpio: arizona: add support for WM8998 and WM1814Richard Fitzgerald2015-10-021-0/+2
* gpio: Fix error checking in the function device_pca957x_initNicholas Krause2015-10-021-2/+6
* gpio: ath79: Convert to the state container design patternAlban Bedel2015-10-021-59/+60
* gpio: msm: Remove unused driverStephen Boyd2015-10-024-488/+0
* gpio: zynq: use container_of() to get state containerLinus Walleij2015-10-021-10/+22
* gpio: vf610: use container_of() to get state containerLinus Walleij2015-10-021-10/+19
* gpio: sx150x: use container_of() to get state containerLinus Walleij2015-10-021-17/+14
* gpio: altera: use container_of() to get state containerLinus Walleij2015-10-021-5/+10
* gpio: etraxfs: use container_of() to get state containerLinus Walleij2015-10-021-6/+17
* gpio: pl061: detail IRQ trigger handlingLinus Walleij2015-10-021-8/+47
* gpio: keep the GPIO line names internalLinus Walleij2015-09-242-43/+35
* gpiolib: Add gpio name information to /sys/kernel/debug/gpioMarkus Pargmann2015-09-241-3/+8
* gpio-sysfs: Use gpio descriptor name instead of gpiochip names arrayMarkus Pargmann2015-09-241-7/+1
* gpiolib: Use GPIO name from names array for gpio descriptorMarkus Pargmann2015-09-241-0/+37
* gpio: Introduce gpio descriptor 'name'Markus Pargmann2015-09-243-0/+42
* gpiolib-of: Rename gpio_hog functions to be genericMarkus Pargmann2015-09-241-10/+10
* Linux 4.3-rc2v4.3-rc2Linus Torvalds2015-09-201-1/+1
* Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds2015-09-203-10/+17
|\
| * ARM: 8425/1: kgdb: Don't try to stop the machine when setting breakpointsDoug Anderson2015-09-171-3/+5
| * ARM: 8437/1: dma-mapping: fix build warning with new DMA_ERROR_CODE definitionAndre Przywara2015-09-171-1/+3
| * ARM: get rid of needless #if in signal handling codeRussell King2015-09-171-4/+2
| * ARM: fix Thumb2 signal handling when ARMv6 is enabledRussell King2015-09-161-5/+10
* | Merge tag 'linux-kselftest-4.3-rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-09-209-34/+52
|\ \
| * | selftests: exec: revert to default emit ruleBamvor Jian Zhang2015-09-151-3/+1
| * | selftests: change install command to rsyncBamvor Jian Zhang2015-09-152-8/+5
| * | selftests: mqueue: simplify the MakefileBamvor Jian Zhang2015-09-151-5/+3
| * | selftests: mqueue: allow extra cflagsBamvor Jian Zhang2015-09-151-1/+1
| * | selftests: rename jump label to static_keysBamvor Jian Zhang2015-09-151-1/+1
| * | selftests/seccomp: add support for s390Kees Cook2015-09-152-6/+38
| * | seltests/zram: fix syntax errorZhang Zhen2015-09-152-10/+3
* | | Merge tag 'pm+acpi-4.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2015-09-2012-46/+73
|\ \ \
| * \ \ Merge branch 'acpi-bus'Rafael J. Wysocki2015-09-184-16/+11
| |\ \ \
| | * | | ACPI: Eliminate CONFIG_.*{, _MODULE} #ifdef in favor of IS_ENABLED()Sudeep Holla2015-09-154-16/+11
| | * | | ACPI: int340x_thermal: add missing CONFIG_ prefixSudeep Holla2015-09-151-1/+1
| | |/ /
| | | |
| | \ \
| *-. \ \ Merge branches 'pm-cpufreq' and 'pm-devfreq'Rafael J. Wysocki2015-09-188-30/+62
| |\ \ \ \ | | |_|/ / | |/| | |
| | | * | Merge branch 'for-rafael' of https://git.kernel.org/pub/scm/linux/kernel/git/...Rafael J. Wysocki2015-09-155-26/+54
| | |/| | | |/| | |
| | | * | PM / devfreq: Fix incorrect type issue.Xiaolong Ye2015-09-111-1/+1
| | | * | PM / devfreq: tegra: Update governor to use devfreq_update_stats()MyungJoo Ham2015-09-111-3/+5
| | | * | PM / devfreq: comments for get_dev_status usage updatedMyungJoo Ham2015-09-111-1/+8
| | | * | PM / devfreq: drop comment about thermal setting max_freqJavi Merino2015-09-111-3/+3
| | | * | PM / devfreq: cache the last call to get_dev_status()Javi Merino2015-09-112-15/+33
| | | * | PM / devfreq: Drop unlikely before IS_ERR(_OR_NULL)Viresh Kumar2015-09-111-2/+2
| | | * | PM / devfreq: exynos-ppmu: bit-wise operation bugfix.MyungJoo Ham2015-09-111-1/+2
| | | * | PM / devfreq: exynos-ppmu: Update documentation to support PPMUv2Chanwoo Choi2015-09-111-2/+40
| | | * | PM / devfreq: exynos-ppmu: Add the support of PPMUv2 for Exynos5433Chanwoo Choi2015-09-112-7/+233