summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
*-----------. Merge remote-tracking branches 'spi/fix/atmel', 'spi/fix/bcm2835', 'spi/fix/d...Mark Brown2015-09-228-42/+45
|\ \ \ \ \ \ \
| | | | | | | * spi: spi-pxa2xx: Check status register to determine if SSSR_TINT is disabledTan, Jui Nee2015-09-021-0/+4
| | | | | | * | spi: mediatek: fix spi cs polarity errorLeilk Liu2015-09-071-20/+7
| | | | | * | | spi: meson: Fix module autoload for OF platform driverLuis de Bethencourt2015-09-191-0/+1
| | | | * | | | spi: mediatek: fix wrong error return value on probeJavier Martinez Canillas2015-09-161-2/+2
| | | | * | | | spi: Mediatek: Document devicetree bindings update for spi busLeilk Liu2015-08-311-6/+10
| | | | * | | | spi: mediatek: fix spi clock usage errorLeilk Liu2015-08-311-8/+15
| | | | * | | | spi: mediatek: remove clk_disable_unprepare()Leilk Liu2015-08-311-1/+0
| | | * | | | | spi: fix kernel-doc warnings in spi.hGeliang Tang2015-09-161-1/+1
| | | * | | | | Merge tag 'v4.3-rc1' into spi-fix-docMark Brown2015-09-1610457-279631/+591974
| | | |\ \ \ \ \ | | | | | |/ / / | | | | |/| | |
| | | * | | | | spi: Fix documentation of spi_alloc_master()Guenter Roeck2015-09-061-2/+1
| | | | |_|_|/ | | | |/| | |
| | * / | | | spi: bcm2835: BUG: fix wrong use of PAGE_MASKMartin Sperl2015-09-101-3/+3
| | |/ / / /
| * / / / / spi: atmel: remove warning when !CONFIG_PM_SLEEPAlexandre Belloni2015-09-101-0/+2
| |/ / / /
* | | | | 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-193-10/+17
|\ \ \ \ \
| * | | | | ARM: 8425/1: kgdb: Don't try to stop the machine when setting breakpointsDoug Anderson2015-09-161-3/+5
| * | | | | ARM: 8437/1: dma-mapping: fix build warning with new DMA_ERROR_CODE definitionAndre Przywara2015-09-161-1/+3
| * | | | | ARM: get rid of needless #if in signal handling codeRussell King2015-09-161-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-199-34/+52
|\ \ \ \ \ \
| * | | | | | selftests: exec: revert to default emit ruleBamvor Jian Zhang2015-09-141-3/+1
| * | | | | | selftests: change install command to rsyncBamvor Jian Zhang2015-09-142-8/+5
| * | | | | | selftests: mqueue: simplify the MakefileBamvor Jian Zhang2015-09-141-5/+3
| * | | | | | selftests: mqueue: allow extra cflagsBamvor Jian Zhang2015-09-141-1/+1
| * | | | | | selftests: rename jump label to static_keysBamvor Jian Zhang2015-09-141-1/+1
| * | | | | | selftests/seccomp: add support for s390Kees Cook2015-09-142-6/+38
| * | | | | | seltests/zram: fix syntax errorZhang Zhen2015-09-142-10/+3
| | |_|/ / / | |/| | | |
* | | | | | Merge tag 'pm+acpi-4.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2015-09-1912-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
| | | * | | | | PM / devfreq: event: Remove incorrect property in exynos-ppmu DT bindingJavier Martinez Canillas2015-09-111-1/+0
| | * | | | | | cpufreq: acpi-cpufreq: Use cpufreq_cpu_get_raw() in ->get()Rafael J. Wysocki2015-09-163-4/+8
| |/ / / / / /
* | | | | | | Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2015-09-195-12/+25
|\ \ \ \ \ \ \
| * | | | | | | drivers: clk: st: Rename st_pll3200c32_407_c0_x into st_pll3200c32_cx_xGabriel Fernandez2015-09-172-10/+10
| * | | | | | | clk: check for invalid parent index of orphans in __clk_init()Mans Rullgard2015-09-161-1/+2
| * | | | | | | clk: tegra: dfll: Properly protect OPP listThierry Reding2015-09-161-1/+7
| * | | | | | | clk: rockchip: add critical clock for rk3368Heiko Stübner2015-09-141-0/+6
* | | | | | | | Merge tag 'led-fixes-for-v4.3-rc2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-09-197-2/+9
|\ \ \ \ \ \ \ \