summaryrefslogtreecommitdiff
path: root/drivers/remoteproc
AgeCommit message (Expand)AuthorFilesLines
2013-05-07Merge tag 'remoteproc-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds8-134/+668
2013-04-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2013-04-24treewide: Fix typo in printk and commentsMasanari Iida1-1/+1
2013-04-21remoteproc: fix kconfig dependencies for VIRTIOSuman Anna1-0/+1
2013-04-15remoteproc/davinci: add a remoteproc driver for OMAP-L13x DSPRobert Tivy3-0/+348
2013-04-07remoteproc: support default firmware name in rproc_alloc()Robert Tivy1-4/+24
2013-04-07remoteproc: fix FW_CONFIG typoRobert Tivy1-1/+1
2013-04-07remoteproc/omap: support OMAP5 tooVincent Stehlé1-1/+1
2013-04-07remoteproc: set vring addresses in resource tableSjur Brændeland1-2/+17
2013-04-07remoteproc: support virtio config space.Sjur Brændeland2-18/+64
2013-04-07remoteproc: perserve resource table dataOhad Ben-Cohen2-20/+79
2013-04-07remoteproc: calculate max_notifyid by counting vringsSjur Brændeland2-16/+19
2013-04-05remoteproc: code cleanup of resource parsingSjur Brændeland1-40/+12
2013-04-05remoteproc: parse STE-firmware and find resource table addressSjur Brændeland1-14/+29
2013-04-05remoteproc: add find_loaded_rsc_table firmware opsSjur Brændeland2-1/+39
2013-04-05remoteproc: refactor rproc_elf_find_rsc_table()Sjur Brændeland1-29/+46
2013-04-05remoteproc: fix error path of handle_vdevSjur Brændeland1-1/+3
2013-04-05remoteproc/ste: fix memory leak on shutdownDmitry Tarnyagin1-1/+6
2013-04-05remoteproc: fix the error check for idr_allocSuman Anna1-1/+1
2013-02-27remoteproc: convert to idr_alloc()Tejun Heo1-7/+3
2013-02-27remoteproc: don't use idr_remove_all()Tejun Heo1-1/+0
2013-02-26Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2013-02-21Merge tag 'multiplatform' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds1-1/+1
2013-02-15remoteproc: omap: depend on OMAP_MBOX_FWKArnd Bergmann1-1/+1
2013-02-11virtio: make config_ops constStephen Hemminger1-1/+1
2013-01-21drivers/remoteproc: remove depends on CONFIG_EXPERIMENTALKees Cook1-4/+1
2013-01-03Drivers: misc: remove __dev* attributes.Greg Kroah-Hartman1-3/+3
2012-12-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-2/+2
2012-12-03treewide: Fix typos in various driversMasanari Iida1-2/+2
2012-11-29remoteproc: fix error path of ->find_vqsOhad Ben-Cohen1-6/+12
2012-10-07Merge branch 'virtio-next' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds1-1/+4
2012-10-04Merge tag 'remoteproc-for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds7-42/+593
2012-10-02remoteproc: Fix use of format specifyerEmil Goode1-4/+6
2012-10-02remoteproc: fix a potential NULL-dereference on cleanupDan Carpenter1-11/+11
2012-10-02remoteproc: select VIRTIO to avoid build breakageOhad Ben-Cohen1-0/+1
2012-09-30remoteproc: return -EFAULT on copy_from_user failureDan Carpenter1-1/+1
2012-09-30remoteproc: snprintf() can return more than was printedDan Carpenter1-2/+2
2012-09-28virtio: support reserved vqsMichael S. Tsirkin1-0/+3
2012-09-28virtio-ring: move queue_index to vring_virtqueueJason Wang1-1/+1
2012-09-22remoteproc: Add STE modem driverSjur Brændeland3-0/+334
2012-09-19ARM: omap: move platform_data definitionsArnd Bergmann1-1/+1
2012-09-18remtoteproc: maintain max notifyidSjur Brændeland1-0/+15
2012-09-18remoteproc: create a 'recovery' debugfs entryFernando Guzman Lugo2-1/+83
2012-09-18remoteproc: add actual recovery implementationFernando Guzman Lugo2-22/+63
2012-09-18remoteproc: add rproc_report_crash function to notify rproc crashesFernando Guzman Lugo1-4/+75
2012-09-18remoteproc: Add dependency to HAS_DMASjur Brændeland1-0/+2
2012-09-11remoteproc/omap: set bootaddr supportJuan Gutierrez1-0/+3
2012-07-26Merge tag 'remoteproc-for-3.6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds7-561/+587
2012-07-15remoteproc: Support custom firmware handlersSjur Brændeland3-16/+77
2012-07-15remoteproc: Move Elf related functions to separate fileSjur Brændeland4-248/+300