Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
feff98f5507f98c0422252caec41c3be9e6b6399
/
drivers
/
remoteproc
de9c9f8
Merge tag 'remoteproc-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc
by Linus Torvalds
· 11 years ago
5d434fc
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 12 years ago
b23f7a0
treewide: Fix typo in printk and comments
by Masanari Iida
· 12 years ago
b977785
remoteproc: fix kconfig dependencies for VIRTIO
by Suman Anna
· 12 years ago
13be543
remoteproc/davinci: add a remoteproc driver for OMAP-L13x DSP
by Robert Tivy
· 12 years ago
8b4aec9
remoteproc: support default firmware name in rproc_alloc()
by Robert Tivy
· 12 years ago
c7426bc
remoteproc: fix FW_CONFIG typo
by Robert Tivy
· 12 years ago
e5bc029
remoteproc/omap: support OMAP5 too
by Vincent Stehlé
· 12 years ago
c0d6315
remoteproc: set vring addresses in resource table
by Sjur Brændeland
· 12 years ago
92b38f8
remoteproc: support virtio config space.
by Sjur Brændeland
· 12 years ago
a2b950a
remoteproc: perserve resource table data
by Ohad Ben-Cohen
· 12 years ago
ba7290e
remoteproc: calculate max_notifyid by counting vrings
by Sjur Brændeland
· 12 years ago
232fcdb
remoteproc: code cleanup of resource parsing
by Sjur Brændeland
· 12 years ago
e4b5141
remoteproc: parse STE-firmware and find resource table address
by Sjur Brændeland
· 12 years ago
95f9578
remoteproc: add find_loaded_rsc_table firmware ops
by Sjur Brændeland
· 12 years ago
f665b2c
remoteproc: refactor rproc_elf_find_rsc_table()
by Sjur Brændeland
· 12 years ago
cde42e0
remoteproc: fix error path of handle_vdev
by Sjur Brændeland
· 12 years ago
1cd425b
remoteproc/ste: fix memory leak on shutdown
by Dmitry Tarnyagin
· 12 years ago
b39599b
remoteproc: fix the error check for idr_alloc
by Suman Anna
· 12 years ago
15fc611
remoteproc: convert to idr_alloc()
by Tejun Heo
· 12 years ago
045dc40
remoteproc: don't use idr_remove_all()
by Tejun Heo
· 12 years ago
3c834b6
Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux
by Linus Torvalds
· 12 years ago
3298a35
Merge tag 'multiplatform' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 12 years ago
0bef6c9
remoteproc: omap: depend on OMAP_MBOX_FWK
by Arnd Bergmann
· 12 years ago
9350393
virtio: make config_ops const
by Stephen Hemminger
· 12 years ago
eb367cb
drivers/remoteproc: remove depends on CONFIG_EXPERIMENTAL
by Kees Cook
· 12 years ago
0fe763c
Drivers: misc: remove __dev* attributes.
by Greg Kroah-Hartman
· 12 years ago
a2013a1
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 12 years ago
9c76820
treewide: Fix typos in various drivers
by Masanari Iida
· 12 years ago
dab55bb
remoteproc: fix error path of ->find_vqs
by Ohad Ben-Cohen
· 12 years ago
dc92b1f
Merge branch 'virtio-next' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux
by Linus Torvalds
· 12 years ago
4d6d367
Merge tag 'remoteproc-for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc
by Linus Torvalds
· 12 years ago
d09f53a
remoteproc: Fix use of format specifyer
by Emil Goode
· 12 years ago
7168d91
remoteproc: fix a potential NULL-dereference on cleanup
by Dan Carpenter
· 12 years ago
2ed6d29
remoteproc: select VIRTIO to avoid build breakage
by Ohad Ben-Cohen
· 12 years ago
bec109a
remoteproc: return -EFAULT on copy_from_user failure
by Dan Carpenter
· 12 years ago
ae768d5
remoteproc: snprintf() can return more than was printed
by Dan Carpenter
· 12 years ago
6457f12
virtio: support reserved vqs
by Michael S. Tsirkin
· 12 years ago
17bb6d4
virtio-ring: move queue_index to vring_virtqueue
by Jason Wang
· 12 years ago
ec4d02d
remoteproc: Add STE modem driver
by Sjur Brændeland
· 12 years ago
2203747
ARM: omap: move platform_data definitions
by Arnd Bergmann
· 12 years ago
099a3f3
remtoteproc: maintain max notifyid
by Sjur Brændeland
· 12 years ago
2e37abb
remoteproc: create a 'recovery' debugfs entry
by Fernando Guzman Lugo
· 12 years ago
70b85ef
remoteproc: add actual recovery implementation
by Fernando Guzman Lugo
· 12 years ago
8afd519
remoteproc: add rproc_report_crash function to notify rproc crashes
by Fernando Guzman Lugo
· 12 years ago
a1a7e0a
remoteproc: Add dependency to HAS_DMA
by Sjur Brændeland
· 12 years ago
4980f46
remoteproc/omap: set bootaddr support
by Juan Gutierrez
· 12 years ago
a9197f9
Merge tag 'remoteproc-for-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc
by Linus Torvalds
· 12 years ago
4afc89d
remoteproc: Support custom firmware handlers
by Sjur Brændeland
· 12 years ago
72854fb
remoteproc: Move Elf related functions to separate file
by Sjur Brændeland
· 12 years ago
3e5f9eb
remoteproc: Add function rproc_get_boot_addr
by Sjur Brændeland
· 12 years ago
bd48498
remoteproc: Pass struct fw to load_segments and find_rsc_table.
by Sjur Brændeland
· 12 years ago
160e7c8
remoteproc: adopt the driver core's alloc/add/del/put naming
by Ohad Ben-Cohen
· 12 years ago
40e575b
remoteproc: remove the get_by_name/put API
by Ohad Ben-Cohen
· 12 years ago
0e49b72
remoteproc: support non-iommu carveout assignment
by Ohad Ben-Cohen
· 12 years ago
c6b5a27
remoteproc: simplify unregister/free interfaces
by Ohad Ben-Cohen
· 12 years ago
7183a2a
remoteproc: remove the now-redundant kref
by Ohad Ben-Cohen
· 12 years ago
b5ab5e2
remoteproc: maintain a generic child device for each rproc
by Ohad Ben-Cohen
· 12 years ago
6db20ea
remoteproc: allocate vrings on demand, free when not needed
by Ohad Ben-Cohen
· 12 years ago
e121aefa
remoteproc: fix missing CONFIG_FW_LOADER configurations
by Ohad Ben-Cohen
· 12 years ago
d503942
remoteproc/omap: fix randconfig unmet direct dependencies
by Ohad Ben-Cohen
· 12 years ago
6b03976
remoteproc/omap: fix dev_err typo
by Ohad Ben-Cohen
· 12 years ago
30338cf
remoteproc: fix missing fault indication in error-path
by Sjur Brændeland
· 12 years ago
e981f6d
remoteproc: fix print format warnings
by Sjur Brændeland
· 12 years ago
2f83766
Merge tag 'iommu-updates-v3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu
by Linus Torvalds
· 12 years ago
e8650a0
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 12 years ago
77ca233
iommu/core: pass a user-provided token to fault handlers
by Ohad Ben-Cohen
· 12 years ago
6fd98c1
remoteproc: fix off-by-one bug in __rproc_free_vrings
by Subramaniam Chanderashekarapuram
· 12 years ago
3cc6e78
remoteproc: remove redundant NULL check before release_firmware()
by Jesper Juhl
· 13 years ago
234e340
simple_open: automatically convert to simple_open()
by Stephen Boyd
· 13 years ago
1e3e2c7
remoteproc: cleanup resource table parsing paths
by Ohad Ben-Cohen
· 13 years ago
63140e0
remoteproc: remove the hardcoded vring alignment
by Ohad Ben-Cohen
· 13 years ago
55f3408
remoteproc/omap: remove the mbox_callback limitation
by Ohad Ben-Cohen
· 13 years ago
7a18694
remoteproc: remove the single rpmsg vdev limitation
by Ohad Ben-Cohen
· 13 years ago
41a6ee0
remoteproc: safer boot/shutdown order
by Ohad Ben-Cohen
· 13 years ago
04a9016
remoteproc: remoteproc_rpmsg -> remoteproc_virtio
by Ohad Ben-Cohen
· 13 years ago
fd2c15e
remoteproc: resource table overhaul
by Ohad Ben-Cohen
· 13 years ago
9cd8eb4
remoteproc/omap: two Kconfig fixes
by Ohad Ben-Cohen
· 13 years ago
40b78b2
remoteproc: make sure we're parsing a 32bit firmware
by Ohad Ben-Cohen
· 13 years ago
e12bc14
remoteproc: s/big switch/lookup table/
by Ohad Ben-Cohen
· 13 years ago
cf59d3e
remoteproc: bail out if firmware has different endianess
by Ohad Ben-Cohen
· 13 years ago
dd6da1c
remoteproc: don't use virtio's weak barriers
by Ohad Ben-Cohen
· 13 years ago
489d129
remoteproc: depend on EXPERIMENTAL
by Ohad Ben-Cohen
· 13 years ago
650d656
remoteproc: add Kconfig menu
by Ohad Ben-Cohen
· 13 years ago
9bc9123
remoteproc: look for truncated firmware images
by Ohad Ben-Cohen
· 13 years ago
63d667b
remoteproc/omap: utilize module_platform_driver
by Ohad Ben-Cohen
· 13 years ago
7d2d395
remoteproc: avoid registering a virtio device if not supported
by Mark Grosen
· 13 years ago
0798e1d
remoteproc: do not require an iommu
by Mark Grosen
· 13 years ago
34ed5a3
remoteproc/omap: add a remoteproc driver for OMAP4
by Ohad Ben-Cohen
· 13 years ago
ac8954a
remoteproc: create rpmsg virtio device
by Ohad Ben-Cohen
· 13 years ago
6391a70
remoteproc: add debugfs entries
by Ohad Ben-Cohen
· 13 years ago
400e64d
remoteproc: add framework for controlling remote processors
by Ohad Ben-Cohen
· 13 years ago