aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* remoteproc: fix FW_CONFIG typoRobert Tivy2013-04-121-1/+1
* remoteproc: fix error path of handle_vdevSjur Brændeland2013-04-121-1/+3
* remoteproc/ste: fix memory leak on shutdownDmitry Tarnyagin2013-04-121-1/+6
* Drivers: misc: remove __dev* attributes.Greg Kroah-Hartman2013-01-031-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-171-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-267-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/+0
| * remoteproc: support non-iommu carveout assignmentOhad Ben-Cohen2012-07-051-15/+19
| * remoteproc: simplify unregister/free interfacesOhad Ben-Cohen2012-07-052-18/+12
| * remoteproc: remove the now-redundant krefOhad Ben-Cohen2012-07-052-43/+15
| * 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
* | remoteproc: fix print format warningsSjur Brændeland2012-06-101-3/+3
|/
* 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