summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-02-22remoteproc: qcom: mdt_loader: Use signed type for offsetBjorn Andersson2-2/+2
2017-02-07remoteproc: st: add virtio communication supportLoic Pallardy2-2/+114
2017-02-07remoteproc: st: correct probe error managementLoic Pallardy1-2/+4
2017-02-07remoteproc: Modify the function namesSarangdhar Joshi1-9/+5
2017-02-07remoteproc: Reduce asynchronous request_firmware to auto-boot onlySarangdhar Joshi1-6/+8
2017-02-06remoteproc: Drop qcom_scm_pas_supported() from adsp_probe()Sarangdhar Joshi1-5/+0
2017-02-06MAINTAINERS: Add missing rpmsg include pathBjorn Andersson1-0/+1
2017-02-06remoteproc: qcom: Use common SMD edge handlerBjorn Andersson3-0/+14
2017-02-06remoteproc: qcom: wcnss: Make SMD handling commonBjorn Andersson3-26/+67
2017-02-06remoteproc: Move qcom_mdt_loader into drivers/soc/qcomBjorn Andersson9-9/+14
2017-02-06remoteproc: qcom: mdt_loader: Refactor MDT loaderBjorn Andersson4-105/+98
2017-02-06remoteproc: qcom: mdt_loader: Don't overwrite firmware objectBjorn Andersson1-3/+4
2017-02-06remoteproc: qcom: Extract non-mdt related helperBjorn Andersson9-20/+67
2017-02-06remoteproc: qcom: q6v5: Decouple driver from MDT loaderBjorn Andersson2-57/+90
2017-02-06remoteproc: qcom: q6v5: Remove mss supply from 8916Bjorn Andersson1-8/+3
2017-02-01remoteproc: qcom: fix initializers for qcom_mss_reg_res arrayArnd Bergmann1-2/+2
2017-01-31remoteproc: Drop firmware_loading_completeSarangdhar Joshi2-13/+11
2017-01-31remoteproc: Add RPROC_DELETED stateSarangdhar Joshi2-1/+4
2017-01-31remoteproc: Move rproc_delete_debug_dir() to rproc_del()Sarangdhar Joshi1-2/+2
2017-01-31remoteproc: qcom: Add SLPI rproc support to load and boot slpi proc.Avaneesh Kumar Dwivedi2-4/+47
2017-01-31remoteproc: qcom: Add additional agree2_clk and px regulator resource.Avaneesh Kumar Dwivedi1-5/+38
2017-01-31remoteproc: qcom: Compatible string based resource initialization.Avaneesh Kumar Dwivedi1-14/+33
2017-01-18drivers: remoteproc: constify rproc_ops structuresBhumika Goyal5-5/+5
2017-01-18remoteproc: qcom: Initialize and enable proxy and active regulators.Avaneesh Kumar Dwivedi1-50/+169
2017-01-18remoteproc: qcom: Initialize and enable proxy and active clocks.Avaneesh Kumar Dwivedi1-42/+109
2017-01-18remoteproc: qcom: Compatible string based private resource initialization.Avaneesh Kumar Dwivedi2-4/+25
2017-01-18remoteproc: add some kind of helpPavel Machek1-2/+5
2017-01-16Linux 4.10-rc4v4.10-rc4Linus Torvalds1-1/+1
2017-01-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds5-27/+60
2017-01-15Merge tag 'char-misc-4.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds10-16/+34
2017-01-15Merge tag 'driver-core-4.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds4-34/+0
2017-01-15Merge tag 'tty-4.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds5-17/+25
2017-01-15Merge tag 'usb-4.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds6-66/+98
2017-01-15Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds5-12/+42
2017-01-15Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds18-100/+129
2017-01-15Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-2/+9
2017-01-15Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds20-92/+257
2017-01-15Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds7-43/+165
2017-01-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds6-30/+59
2017-01-15Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds16-83/+66
2017-01-15fix a fencepost error in pipe_advance()Al Viro1-23/+31
2017-01-15coredump: Ensure proper size of sparse core filesDave Kleikamp3-0/+20
2017-01-15aio: fix lock dep warningShaohua Li1-2/+4
2017-01-14Merge tag 'dmaengine-fix-4.10-rc4' of git://git.infradead.org/users/vkoul/sla...Linus Torvalds9-48/+87
2017-01-14efi/x86: Prune invalid memory map entries and fix boot regressionPeter Jones2-0/+67
2017-01-14Revert "driver core: Add deferred_probe attribute to devices in sysfs"Greg Kroah-Hartman4-34/+0
2017-01-14perf/x86: Reject non sampling events with precise_ipJiri Olsa1-0/+4
2017-01-14perf/x86/intel: Account interrupts for PEBS errorsJiri Olsa3-17/+37
2017-01-14perf/core: Fix concurrent sys_perf_event_open() vs. 'move_group' racePeter Zijlstra1-4/+54
2017-01-14perf/core: Fix sys_perf_event_open() vs. hotplugPeter Zijlstra1-22/+48