summaryrefslogtreecommitdiffstats
path: root/drivers/remoteproc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-04-301-1/+1
|\
| * treewide: Fix typo in printk and commentsMasanari Iida2013-04-241-1/+1
* | remoteproc: fix FW_CONFIG typoRobert Tivy2013-04-071-1/+1
* | remoteproc: fix error path of handle_vdevSjur Brændeland2013-04-051-1/+3
* | remoteproc/ste: fix memory leak on shutdownDmitry Tarnyagin2013-04-051-1/+6
* | remoteproc: fix the error check for idr_allocSuman Anna2013-04-051-1/+1
|/
* remoteproc: convert to idr_alloc()Tejun Heo2013-02-281-7/+3Star
* remoteproc: don't use idr_remove_all()Tejun Heo2013-02-281-1/+0Star
* Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2013-02-261-1/+1
|\
| * virtio: make config_ops constStephen Hemminger2013-02-111-1/+1
* | Merge tag 'multiplatform' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds2013-02-221-1/+1
|\ \
| * | remoteproc: omap: depend on OMAP_MBOX_FWKArnd Bergmann2013-02-151-1/+1
| |/
* / drivers/remoteproc: remove depends on CONFIG_EXPERIMENTALKees Cook2013-01-211-4/+1Star
|/
* Drivers: misc: remove __dev* attributes.Greg Kroah-Hartman2013-01-041-3/+3
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-12-131-2/+2
|\
| * treewide: Fix typos in various driversMasanari Iida2012-12-031-2/+2
* | remoteproc: fix error path of ->find_vqsOhad Ben-Cohen2012-11-291-6/+12
|/
* Merge branch 'virtio-next' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2012-10-071-1/+4
|\
| * virtio: support reserved vqsMichael S. Tsirkin2012-09-281-0/+3
| * virtio-ring: move queue_index to vring_virtqueueJason Wang2012-09-281-1/+1
* | Merge tag 'remoteproc-for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2012-10-047-42/+593
|\ \
| * | remoteproc: Fix use of format specifyerEmil Goode2012-10-021-4/+6
| * | remoteproc: fix a potential NULL-dereference on cleanupDan Carpenter2012-10-021-11/+11
| * | remoteproc: select VIRTIO to avoid build breakageOhad Ben-Cohen2012-10-021-0/+1
| * | remoteproc: return -EFAULT on copy_from_user failureDan Carpenter2012-09-301-1/+1
| * | remoteproc: snprintf() can return more than was printedDan Carpenter2012-09-301-2/+2
| * | remoteproc: Add STE modem driverSjur Brændeland2012-09-223-0/+334
| * | remtoteproc: maintain max notifyidSjur Brændeland2012-09-181-0/+15
| * | remoteproc: create a 'recovery' debugfs entryFernando Guzman Lugo2012-09-182-1/+83
| * | remoteproc: add actual recovery implementationFernando Guzman Lugo2012-09-182-22/+63
| * | remoteproc: add rproc_report_crash function to notify rproc crashesFernando Guzman Lugo2012-09-181-4/+75
| * | remoteproc: Add dependency to HAS_DMASjur Brændeland2012-09-181-0/+2
| * | remoteproc/omap: set bootaddr supportJuan Gutierrez2012-09-111-0/+3
| |/
* / ARM: omap: move platform_data definitionsArnd Bergmann2012-09-191-1/+1
|/
* Merge tag 'remoteproc-for-3.6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2012-07-277-561/+587
|\
| * remoteproc: Support custom firmware handlersSjur Brændeland2012-07-153-16/+77
| * remoteproc: Move Elf related functions to separate fileSjur Brændeland2012-07-154-248/+300
| * remoteproc: Add function rproc_get_boot_addrSjur Brændeland2012-07-151-9/+19
| * remoteproc: Pass struct fw to load_segments and find_rsc_table.Sjur Brændeland2012-07-151-12/+12
| * remoteproc: adopt the driver core's alloc/add/del/put namingOhad Ben-Cohen2012-07-052-20/+20
| * remoteproc: remove the get_by_name/put APIOhad Ben-Cohen2012-07-051-130/+0Star
| * remoteproc: support non-iommu carveout assignmentOhad Ben-Cohen2012-07-051-15/+19
| * remoteproc: simplify unregister/free interfacesOhad Ben-Cohen2012-07-052-18/+12Star
| * remoteproc: remove the now-redundant krefOhad Ben-Cohen2012-07-052-43/+15Star
| * remoteproc: maintain a generic child device for each rprocOhad Ben-Cohen2012-07-054-58/+111
| * remoteproc: allocate vrings on demand, free when not neededOhad Ben-Cohen2012-07-043-57/+67
* | remoteproc: fix missing CONFIG_FW_LOADER configurationsOhad Ben-Cohen2012-07-041-0/+1
* | remoteproc/omap: fix randconfig unmet direct dependenciesOhad Ben-Cohen2012-07-041-0/+1
* | remoteproc/omap: fix dev_err typoOhad Ben-Cohen2012-06-171-1/+1
* | remoteproc: fix missing fault indication in error-pathSjur Brændeland2012-06-101-1/+3