summaryrefslogtreecommitdiff
path: root/drivers/remoteproc/remoteproc_core.c
AgeCommit message (Expand)AuthorFilesLines
2012-07-06remoteproc: support non-iommu carveout assignmentOhad Ben-Cohen1-15/+19
2012-07-06remoteproc: simplify unregister/free interfacesOhad Ben-Cohen1-17/+8
2012-07-06remoteproc: remove the now-redundant krefOhad Ben-Cohen1-39/+11
2012-07-06remoteproc: maintain a generic child device for each rprocOhad Ben-Cohen1-43/+92
2012-07-04remoteproc: allocate vrings on demand, free when not neededOhad Ben-Cohen1-55/+54
2012-05-30Merge tag 'iommu-updates-v3.5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+2
2012-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-2/+1
2012-05-22iommu/core: pass a user-provided token to fault handlersOhad Ben-Cohen1-2/+2
2012-05-14remoteproc: fix off-by-one bug in __rproc_free_vringsSubramaniam Chanderashekarapuram1-1/+1
2012-04-30remoteproc: remove redundant NULL check before release_firmware()Jesper Juhl1-2/+1
2012-03-06remoteproc: cleanup resource table parsing pathsOhad Ben-Cohen1-33/+39
2012-03-06remoteproc: remove the hardcoded vring alignmentOhad Ben-Cohen1-5/+7
2012-03-06remoteproc: remove the single rpmsg vdev limitationOhad Ben-Cohen1-142/+150
2012-03-06remoteproc: resource table overhaulOhad Ben-Cohen1-97/+209
2012-02-28remoteproc: make sure we're parsing a 32bit firmwareOhad Ben-Cohen1-0/+8
2012-02-22remoteproc: s/big switch/lookup table/Ohad Ben-Cohen1-22/+23
2012-02-22remoteproc: bail out if firmware has different endianessOhad Ben-Cohen1-0/+11
2012-02-22remoteproc: depend on EXPERIMENTALOhad Ben-Cohen1-0/+3
2012-02-09remoteproc: look for truncated firmware imagesOhad Ben-Cohen1-5/+30
2012-02-09remoteproc: avoid registering a virtio device if not supportedMark Grosen1-1/+1
2012-02-09remoteproc: do not require an iommuMark Grosen1-2/+2
2012-02-09remoteproc: add framework for controlling remote processorsOhad Ben-Cohen1-0/+1410