summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'hwlock-v4.19' of git://github.com/andersson/remoteprocLinus Torvalds2018-08-182-8/+226
|\
| * hwspinlock: Fix incorrect return pointersBaolin Wang2018-07-301-4/+4
| * spi: sprd: Change to use devm_hwspin_lock_request_specific()Baolin Wang2018-06-261-6/+3
| * spi: sprd: Replace of_hwspin_lock_get_id() with of_hwspin_lock_get_id_byname()Baolin Wang2018-06-261-1/+1
| * hwspinlock: Fix one comment mistakeBaolin Wang2018-06-261-1/+1
| * hwspinlock: Add devm_xxx() APIs to register/unregister one hwlock controllerBaolin Wang2018-06-261-0/+82
| * hwspinlock: Add devm_xxx() APIs to request/free hwlockBaolin Wang2018-06-261-0/+110
| * hwspinlock: Add one new API to support getting a specific hwlock by the nameBaolin Wang2018-06-261-0/+29
* | Merge tag 'rpmsg-v4.19' of git://github.com/andersson/remoteprocLinus Torvalds2018-08-184-22/+48
|\ \
| * | rpmsg: Add compat ioctl for rpmsg char driverArun Kumar Neelakantam2018-07-301-0/+2
| * | rpmsg: glink: Store edge name for glink deviceChris Lew2018-07-301-0/+6
| * | rpmsg: core: add support to power domains for devicesSrinivas Kandagatla2018-07-301-0/+7
| * | rpmsg: smd: fix kerneldoc warningsSrinivas Kandagatla2018-07-301-1/+8
| * | rpmsg: glink: Fix various kerneldoc warnings.Srinivas Kandagatla2018-07-301-16/+19
| * | rpmsg: glink: correctly annotate intent membersSrinivas Kandagatla2018-07-301-5/+5
| * | rpmsg: smd: Add missing include of sizes.hNiklas Cassel2018-07-011-0/+1
| |/
* | Merge tag 'rproc-v4.19' of git://github.com/andersson/remoteprocLinus Torvalds2018-08-1815-351/+1168
|\ \
| * | remoteproc/davinci: use the reset frameworkBartosz Golaszewski2018-08-161-5/+29
| * | remoteproc/davinci: Mark error recovery as disabledSuman Anna2018-08-131-0/+3
| * | remoteproc: st_slim: replace "%p" with "%pK"Loic Pallardy2018-07-301-1/+2
| * | remoteproc: replace "%p" with "%pK"Loic Pallardy2018-07-303-6/+6
| * | remoteproc: qcom: fix Q6V5_WCSS dependenciesArnd Bergmann2018-07-301-0/+1
| * | remoteproc: Reset table_ptr in rproc_start() failure pathsSuman Anna2018-07-301-2/+3
| * | remoteproc: qcom: q6v5-pil: fix modem hang on SDM845 after axis2 clk unvoteSibi Sankar2018-07-101-1/+0
| * | remoteproc: qcom q6v5: fix modular buildArnd Bergmann2018-07-101-0/+9
| * | remoteproc: Introduce prepare and unprepare for subdevicesBjorn Andersson2018-06-261-3/+53
| * | remoteproc: rename subdev probe and remove functionsAlex Elder2018-06-262-12/+12
| * | remoteproc: Make client initialize ops in rproc_subdevBjorn Andersson2018-06-263-20/+21
| * | remoteproc: Make start and stop in subdev optionalBjorn Andersson2018-06-261-7/+13
| * | remoteproc: Rename subdev functions to start/stopBjorn Andersson2018-06-261-15/+15
| * | remoteproc: qcom: Introduce Hexagon V5 based WCSS driverSricharan R2018-06-183-0/+617
| * | remoteproc: qcom: q6v5-pil: Use common q6v5 helpersBjorn Andersson2018-06-182-142/+16
| * | remoteproc: qcom: adsp: Use common q6v5 helpersBjorn Andersson2018-06-182-129/+28
| * | remoteproc: q6v5: Extract common resource handlingBjorn Andersson2018-06-184-0/+295
| * | remoteproc: qcom: mdt_loader: Make the firmware authentication optionalSricharan R2018-06-181-25/+62
| |/
* | Merge tag 'linux-watchdog-4.19-rc1' of git://www.linux-watchdog.org/linux-wat...Linus Torvalds2018-08-189-64/+312
|\ \
| * | watchdog: fix dependencies of menz69_wdt.oJohannes Thumshirn2018-08-061-1/+1
| * | watchdog: sp805: Add clock-frequency propertySrinath Mannam2018-08-061-10/+25
| * | watchdog: add driver for the MEN 16z069 IP-CoreJohannes Thumshirn2018-08-023-0/+181
| * | watchdog: sprd_wdt: Remove redundant dev_err call in sprd_wdt_probe()Wei Yongjun2018-08-021-3/+1
| * | watchdog: stmp3xxx: Switch to SPDX identifierFabio Estevam2018-08-021-4/+1
| * | watchdog: imx2_wdt: Switch to SPDX identifierFabio Estevam2018-08-021-4/+1
| * | watchdog: sp805: set WDOG_HW_RUNNING when appropriateRay Jui2018-08-021-0/+19
| * | watchdog: sp805: add 'timeout-sec' DT property supportRay Jui2018-08-021-1/+8
| * | watchdog: orion_wdt: Mark watchdog as active when running at probeMaxim Kochetkov2018-08-021-0/+2
| * | watchdog: stm32: add pclk feature for stm32mp1Ludovic Barre2018-08-021-42/+74
* | | Merge tag 'dmaengine-4.19-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2018-08-1817-300/+1532
|\ \ \
| * \ \ Merge branch 'topic/pl330' into for-linusVinod Koul2018-08-171-6/+6
| |\ \ \
| | * | | dmaengine: pl330: fix irq race with terminate_allJohn Keeping2018-07-251-2/+3
| | * | | dmaengine: pl330: remove set but unused variableVinod Koul2018-07-101-4/+0