summaryrefslogtreecommitdiffstats
path: root/drivers/remoteproc
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'iommu-updates-v3.5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2012-05-301-2/+2
|\
| * iommu/core: pass a user-provided token to fault handlersOhad Ben-Cohen2012-05-221-2/+2
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-05-221-2/+1
|\ \ | |/ |/|
| * remoteproc: remove redundant NULL check before release_firmware()Jesper Juhl2012-04-301-2/+1
* | remoteproc: fix off-by-one bug in __rproc_free_vringsSubramaniam Chanderashekarapuram2012-05-131-1/+1
|/
* simple_open: automatically convert to simple_open()Stephen Boyd2012-04-051-10/+3
* remoteproc: cleanup resource table parsing pathsOhad Ben-Cohen2012-03-061-33/+39
* remoteproc: remove the hardcoded vring alignmentOhad Ben-Cohen2012-03-062-6/+8
* remoteproc/omap: remove the mbox_callback limitationOhad Ben-Cohen2012-03-061-10/+1
* remoteproc: remove the single rpmsg vdev limitationOhad Ben-Cohen2012-03-063-220/+218
* remoteproc: safer boot/shutdown orderOhad Ben-Cohen2012-03-061-10/+10
* remoteproc: remoteproc_rpmsg -> remoteproc_virtioOhad Ben-Cohen2012-03-062-1/+1
* remoteproc: resource table overhaulOhad Ben-Cohen2012-03-061-97/+209
* remoteproc/omap: two Kconfig fixesOhad Ben-Cohen2012-02-281-2/+1
* remoteproc: make sure we're parsing a 32bit firmwareOhad Ben-Cohen2012-02-281-0/+8
* remoteproc: s/big switch/lookup table/Ohad Ben-Cohen2012-02-221-22/+23
* remoteproc: bail out if firmware has different endianessOhad Ben-Cohen2012-02-221-0/+11
* remoteproc: don't use virtio's weak barriersOhad Ben-Cohen2012-02-221-1/+5
* remoteproc: depend on EXPERIMENTALOhad Ben-Cohen2012-02-222-1/+5
* remoteproc: add Kconfig menuOhad Ben-Cohen2012-02-081-0/+4
* remoteproc: look for truncated firmware imagesOhad Ben-Cohen2012-02-081-5/+30
* remoteproc/omap: utilize module_platform_driverOhad Ben-Cohen2012-02-081-12/+1
* remoteproc: avoid registering a virtio device if not supportedMark Grosen2012-02-081-1/+1
* remoteproc: do not require an iommuMark Grosen2012-02-081-2/+2
* remoteproc/omap: add a remoteproc driver for OMAP4Ohad Ben-Cohen2012-02-084-0/+340
* remoteproc: create rpmsg virtio deviceOhad Ben-Cohen2012-02-082-0/+296
* remoteproc: add debugfs entriesOhad Ben-Cohen2012-02-082-0/+180
* remoteproc: add framework for controlling remote processorsOhad Ben-Cohen2012-02-084-0/+1463