| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'multiplatform' of git://git.kernel.org/pub/scm/linux/kernel/git/ar... | Linus Torvalds | 2013-02-22 | 1 | -1/+1 |
|\ |
|
| * | remoteproc: omap: depend on OMAP_MBOX_FWK | Arnd Bergmann | 2013-02-15 | 1 | -1/+1 |
* | | drivers/remoteproc: remove depends on CONFIG_EXPERIMENTAL | Kees Cook | 2013-01-21 | 1 | -4/+1 |
|/ |
|
* | Drivers: misc: remove __dev* attributes. | Greg Kroah-Hartman | 2013-01-04 | 1 | -3/+3 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2012-12-13 | 1 | -2/+2 |
|\ |
|
| * | treewide: Fix typos in various drivers | Masanari Iida | 2012-12-03 | 1 | -2/+2 |
* | | remoteproc: fix error path of ->find_vqs | Ohad Ben-Cohen | 2012-11-29 | 1 | -6/+12 |
|/ |
|
* | Merge branch 'virtio-next' of git://git.kernel.org/pub/scm/linux/kernel/git/r... | Linus Torvalds | 2012-10-07 | 1 | -1/+4 |
|\ |
|
| * | virtio: support reserved vqs | Michael S. Tsirkin | 2012-09-28 | 1 | -0/+3 |
| * | virtio-ring: move queue_index to vring_virtqueue | Jason Wang | 2012-09-28 | 1 | -1/+1 |
* | | Merge tag 'remoteproc-for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2012-10-04 | 7 | -42/+593 |
|\ \ |
|
| * | | remoteproc: Fix use of format specifyer | Emil Goode | 2012-10-02 | 1 | -4/+6 |
| * | | remoteproc: fix a potential NULL-dereference on cleanup | Dan Carpenter | 2012-10-02 | 1 | -11/+11 |
| * | | remoteproc: select VIRTIO to avoid build breakage | Ohad Ben-Cohen | 2012-10-02 | 1 | -0/+1 |
| * | | remoteproc: return -EFAULT on copy_from_user failure | Dan Carpenter | 2012-09-30 | 1 | -1/+1 |
| * | | remoteproc: snprintf() can return more than was printed | Dan Carpenter | 2012-09-30 | 1 | -2/+2 |
| * | | remoteproc: Add STE modem driver | Sjur Brændeland | 2012-09-22 | 3 | -0/+334 |
| * | | remtoteproc: maintain max notifyid | Sjur Brændeland | 2012-09-18 | 1 | -0/+15 |
| * | | remoteproc: create a 'recovery' debugfs entry | Fernando Guzman Lugo | 2012-09-18 | 2 | -1/+83 |
| * | | remoteproc: add actual recovery implementation | Fernando Guzman Lugo | 2012-09-18 | 2 | -22/+63 |
| * | | remoteproc: add rproc_report_crash function to notify rproc crashes | Fernando Guzman Lugo | 2012-09-18 | 1 | -4/+75 |
| * | | remoteproc: Add dependency to HAS_DMA | Sjur Brændeland | 2012-09-18 | 1 | -0/+2 |
| * | | remoteproc/omap: set bootaddr support | Juan Gutierrez | 2012-09-11 | 1 | -0/+3 |
| |/ |
|
* / | ARM: omap: move platform_data definitions | Arnd Bergmann | 2012-09-19 | 1 | -1/+1 |
|/ |
|
* | Merge tag 'remoteproc-for-3.6' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2012-07-27 | 7 | -561/+587 |
|\ |
|
| * | remoteproc: Support custom firmware handlers | Sjur Brændeland | 2012-07-15 | 3 | -16/+77 |
| * | remoteproc: Move Elf related functions to separate file | Sjur Brændeland | 2012-07-15 | 4 | -248/+300 |
| * | remoteproc: Add function rproc_get_boot_addr | Sjur Brændeland | 2012-07-15 | 1 | -9/+19 |
| * | remoteproc: Pass struct fw to load_segments and find_rsc_table. | Sjur Brændeland | 2012-07-15 | 1 | -12/+12 |
| * | remoteproc: adopt the driver core's alloc/add/del/put naming | Ohad Ben-Cohen | 2012-07-05 | 2 | -20/+20 |
| * | remoteproc: remove the get_by_name/put API | Ohad Ben-Cohen | 2012-07-05 | 1 | -130/+0 |
| * | remoteproc: support non-iommu carveout assignment | Ohad Ben-Cohen | 2012-07-05 | 1 | -15/+19 |
| * | remoteproc: simplify unregister/free interfaces | Ohad Ben-Cohen | 2012-07-05 | 2 | -18/+12 |
| * | remoteproc: remove the now-redundant kref | Ohad Ben-Cohen | 2012-07-05 | 2 | -43/+15 |
| * | remoteproc: maintain a generic child device for each rproc | Ohad Ben-Cohen | 2012-07-05 | 4 | -58/+111 |
| * | remoteproc: allocate vrings on demand, free when not needed | Ohad Ben-Cohen | 2012-07-04 | 3 | -57/+67 |
* | | remoteproc: fix missing CONFIG_FW_LOADER configurations | Ohad Ben-Cohen | 2012-07-04 | 1 | -0/+1 |
* | | remoteproc/omap: fix randconfig unmet direct dependencies | Ohad Ben-Cohen | 2012-07-04 | 1 | -0/+1 |
* | | remoteproc/omap: fix dev_err typo | Ohad Ben-Cohen | 2012-06-17 | 1 | -1/+1 |
* | | remoteproc: fix missing fault indication in error-path | Sjur Brændeland | 2012-06-10 | 1 | -1/+3 |
* | | remoteproc: fix print format warnings | Sjur Brændeland | 2012-06-10 | 1 | -3/+3 |
|/ |
|
* | Merge tag 'iommu-updates-v3.5' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2012-05-30 | 1 | -2/+2 |
|\ |
|
| * | iommu/core: pass a user-provided token to fault handlers | Ohad Ben-Cohen | 2012-05-22 | 1 | -2/+2 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2012-05-23 | 1 | -2/+1 |
|\ \
| |/
|/| |
|
| * | remoteproc: remove redundant NULL check before release_firmware() | Jesper Juhl | 2012-04-30 | 1 | -2/+1 |
* | | remoteproc: fix off-by-one bug in __rproc_free_vrings | Subramaniam Chanderashekarapuram | 2012-05-13 | 1 | -1/+1 |
|/ |
|
* | simple_open: automatically convert to simple_open() | Stephen Boyd | 2012-04-06 | 1 | -10/+3 |
* | remoteproc: cleanup resource table parsing paths | Ohad Ben-Cohen | 2012-03-06 | 1 | -33/+39 |
* | remoteproc: remove the hardcoded vring alignment | Ohad Ben-Cohen | 2012-03-06 | 2 | -6/+8 |
* | remoteproc/omap: remove the mbox_callback limitation | Ohad Ben-Cohen | 2012-03-06 | 1 | -10/+1 |