aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/remoteproc (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-06-17remoteproc/omap: fix dev_err typoOhad Ben-Cohen1-1/+1
2012-06-10remoteproc: fix missing fault indication in error-pathSjur Brændeland1-1/+3
2012-06-10remoteproc: fix print format warningsSjur Brændeland1-3/+3
2012-05-30Merge tag 'iommu-updates-v3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds1-2/+2
2012-05-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-2/+1
2012-05-22iommu/core: pass a user-provided token to fault handlersOhad Ben-Cohen1-2/+2
2012-05-13remoteproc: 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-04-05simple_open: automatically convert to simple_open()Stephen Boyd1-10/+3
2012-03-06remoteproc: cleanup resource table parsing pathsOhad Ben-Cohen1-33/+39
2012-03-06remoteproc: remove the hardcoded vring alignmentOhad Ben-Cohen2-6/+8
2012-03-06remoteproc/omap: remove the mbox_callback limitationOhad Ben-Cohen1-10/+1
2012-03-06remoteproc: remove the single rpmsg vdev limitationOhad Ben-Cohen3-220/+218
2012-03-06remoteproc: safer boot/shutdown orderOhad Ben-Cohen1-10/+10
2012-03-06remoteproc: remoteproc_rpmsg -> remoteproc_virtioOhad Ben-Cohen2-1/+1
2012-03-06remoteproc: resource table overhaulOhad Ben-Cohen1-97/+209
2012-02-28remoteproc/omap: two Kconfig fixesOhad Ben-Cohen1-2/+1
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: don't use virtio's weak barriersOhad Ben-Cohen1-1/+5
2012-02-22remoteproc: depend on EXPERIMENTALOhad Ben-Cohen2-1/+5
2012-02-08remoteproc: add Kconfig menuOhad Ben-Cohen1-0/+4
2012-02-08remoteproc: look for truncated firmware imagesOhad Ben-Cohen1-5/+30
2012-02-08remoteproc/omap: utilize module_platform_driverOhad Ben-Cohen1-12/+1
2012-02-08remoteproc: avoid registering a virtio device if not supportedMark Grosen1-1/+1
2012-02-08remoteproc: do not require an iommuMark Grosen1-2/+2
2012-02-08remoteproc/omap: add a remoteproc driver for OMAP4Ohad Ben-Cohen4-0/+340
2012-02-08remoteproc: create rpmsg virtio deviceOhad Ben-Cohen2-0/+296
2012-02-08remoteproc: add debugfs entriesOhad Ben-Cohen2-0/+180
2012-02-08remoteproc: add framework for controlling remote processorsOhad Ben-Cohen4-0/+1463