summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pwm/for-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-09-1115-301/+660
|\
| * pwm: pwm-samsung: fix suspend/resume supportBartlomiej Zolnierkiewicz2017-08-211-32/+35
| * pwm: samsung: Remove redundant checks from pwm_samsung_config()Bartlomiej Zolnierkiewicz2017-08-211-3/+0
| * pwm: mediatek: Disable clock on PWM configuration failureZhi Mao2017-08-211-1/+6
| * pwm: mediatek: Fix clock control issueZhi Mao2017-08-211-22/+47
| * pwm: mediatek: Fix PWM source clock selectionZhi Mao2017-08-211-1/+1
| * pwm: mediatek: Fix Kconfig descriptionZhi Mao2017-08-211-1/+1
| * pwm: tegra: Explicitly request exclusive reset controlPhilipp Zabel2017-08-211-1/+1
| * pwm: hibvt: Explicitly request exclusive reset controlPhilipp Zabel2017-08-211-1/+1
| * pwm: tiehrpwm: Set driver data before runtime PM enableThierry Reding2017-08-211-1/+1
| * pwm: tiehrpwm: Miscellaneous coding style fixupsThierry Reding2017-08-211-50/+62
| * pwm: tiecap: Set driver data before runtime PM enableThierry Reding2017-08-211-1/+1
| * pwm: tiecap: Miscellaneous coding style fixupsThierry Reding2017-08-211-41/+47
| * pwm: tiehrpwm: fix clock imbalance in probe error pathJohan Hovold2017-08-211-1/+6
| * pwm: tiehrpwm: Fix runtime PM imbalance at unbindJohan Hovold2017-08-211-1/+0
| * pwm: Kconfig: Enable pwm-tiecap to be built for KeystoneVignesh R2017-08-211-1/+1
| * pwm: Add ZTE ZX PWM device driverShawn Guo2017-08-213-0/+292
| * pwm: bcm2835: Support for polarity setting via DTStefan Wahren2017-08-211-0/+2
| * pwm: rockchip: Add rk3328 supportDavid Wu2017-08-181-2/+41
| * pwm: rockchip: Use same PWM ops for each IPDavid Wu2017-08-181-111/+38
| * pwm: rockchip: Move the configuration of polarityDavid Wu2017-08-181-24/+24
| * pwm: rockchip: Use pwm_apply() instead of pwm_enable()David Wu2017-08-181-63/+78
| * pwm: rockchip: Remove the judge from return value of pwm_config()David Wu2017-08-181-10/+2
| * pwm: rockchip: Add APB and function both clocks supportDavid Wu2017-08-181-9/+49
| * pwm: renesas-tpu: Remove support for SH7372Simon Horman2017-08-181-1/+0
| * pwm: vt8500: Undo preparation of a clock source.Arvind Yadav2017-07-251-0/+1
| * pwm: pca9685: clarify pca9685_set_sleep_mode() interface.Sven Van Asbroeck2017-07-251-7/+7
| * pwm: Convert to using %pOF instead of full_nameRob Herring2017-07-251-1/+1
* | Revert "firmware: add sanity check on shutdown/suspend"Linus Torvalds2017-09-111-99/+0
* | Merge tag 'armsoc-devicetree' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-09-114-210/+21
|\ \
| * \ Merge tag 'v4.13-rc4' into v4.14/dt64Kevin Hilman2017-08-23512-3016/+9831
| |\ \
| * | | clk: meson: gxbb: Add sd_emmc clk0 clkidsJerome Brunet2017-08-041-2/+8
| * | | clk: meson-gxbb: expose almost every clock in the bindingsJerome Brunet2017-08-041-110/+7
| * | | clk: meson8b: expose every clock in the bindingsJerome Brunet2017-08-041-99/+4
| * | | clk: meson: gxbb: fix protection against undefined clksJerome Brunet2017-08-041-0/+2
| * | | clk: meson: meson8b: fix protection against undefined clksJerome Brunet2017-08-041-0/+1
| | |/ | |/|
* | | Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2017-09-1154-430/+1102
|\ \ \
| * \ \ Merge tag 'scpi-fixes-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/...Arnd Bergmann2017-08-241-1/+1
| |\ \ \
| | * | | firmware: arm_scpi: fix endianness of dev_id in struct dev_pstate_setSudeep Holla2017-08-231-1/+1
| | |/ /
| * | | Merge tag 'samsung-drivers-4.14-2' of git://git.kernel.org/pub/scm/linux/kern...Arnd Bergmann2017-08-231-1/+1
| |\ \ \
| | * | | soc: samsung: Use kbasename instead of open codingRob Herring2017-07-241-1/+1
| | |/ /
| * | | soc/tegra: fuse: Add missing semi-colonThierry Reding2017-08-231-1/+1
| * | | soc/tegra: Restrict SoC device registration to TegraThierry Reding2017-08-231-0/+8
| * | | Merge tag 'sunxi-drivers-for-4.14' of https://git.kernel.org/pub/scm/linux/ke...Arnd Bergmann2017-08-212-10/+49
| |\ \ \
| | * | | drivers: soc: sunxi: add support for A64 and its SRAM CIcenowy Zheng2017-08-181-0/+11
| | * | | drivers: soc: sunxi: add support for remapping func value to reg valueIcenowy Zheng2017-08-181-9/+34
| | * | | drivers: soc: sunxi: fix error processing on base address when claimingIcenowy Zheng2017-08-181-0/+3
| | * | | bus: sunxi-rsb: Enable by default for ARM64Jagan Teki2017-08-181-1/+1
| | |/ /
| * | | Merge tag 'reset-for-4.14' of git://git.pengutronix.de/git/pza/linux into nex...Arnd Bergmann2017-08-198-189/+430
| |\ \ \
| | * | | reset: uniphier: add analog amplifiers reset controlKatsuhiro Suzuki2017-08-141-0/+15