Age | Commit message (Expand) | Author | Files | Lines |
2012-07-27 | Merge tag 'remoteproc-for-3.6' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 7 | -561/+587 |
2012-07-15 | remoteproc: Support custom firmware handlers | Sjur Brændeland | 3 | -16/+77 |
2012-07-15 | remoteproc: Move Elf related functions to separate file | Sjur Brændeland | 4 | -248/+300 |
2012-07-15 | remoteproc: Add function rproc_get_boot_addr | Sjur Brændeland | 1 | -9/+19 |
2012-07-15 | remoteproc: Pass struct fw to load_segments and find_rsc_table. | Sjur Brændeland | 1 | -12/+12 |
2012-07-06 | remoteproc: adopt the driver core's alloc/add/del/put naming | Ohad Ben-Cohen | 2 | -20/+20 |
2012-07-06 | remoteproc: remove the get_by_name/put API | Ohad Ben-Cohen | 1 | -130/+0 |
2012-07-06 | remoteproc: support non-iommu carveout assignment | Ohad Ben-Cohen | 1 | -15/+19 |
2012-07-06 | remoteproc: simplify unregister/free interfaces | Ohad Ben-Cohen | 2 | -18/+12 |
2012-07-06 | remoteproc: remove the now-redundant kref | Ohad Ben-Cohen | 2 | -43/+15 |
2012-07-06 | remoteproc: maintain a generic child device for each rproc | Ohad Ben-Cohen | 4 | -58/+111 |
2012-07-04 | remoteproc: allocate vrings on demand, free when not needed | Ohad Ben-Cohen | 3 | -57/+67 |
2012-07-04 | remoteproc: fix missing CONFIG_FW_LOADER configurations | Ohad Ben-Cohen | 1 | -0/+1 |
2012-07-04 | remoteproc/omap: fix randconfig unmet direct dependencies | Ohad Ben-Cohen | 1 | -0/+1 |
2012-06-17 | remoteproc/omap: fix dev_err typo | Ohad Ben-Cohen | 1 | -1/+1 |
2012-06-10 | remoteproc: fix missing fault indication in error-path | Sjur Brændeland | 1 | -1/+3 |
2012-06-10 | remoteproc: fix print format warnings | Sjur Brændeland | 1 | -3/+3 |
2012-05-30 | Merge tag 'iommu-updates-v3.5' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -2/+2 |
2012-05-23 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -2/+1 |
2012-05-22 | iommu/core: pass a user-provided token to fault handlers | Ohad Ben-Cohen | 1 | -2/+2 |
2012-05-14 | remoteproc: fix off-by-one bug in __rproc_free_vrings | Subramaniam Chanderashekarapuram | 1 | -1/+1 |
2012-04-30 | remoteproc: remove redundant NULL check before release_firmware() | Jesper Juhl | 1 | -2/+1 |
2012-04-06 | simple_open: automatically convert to simple_open() | Stephen Boyd | 1 | -10/+3 |
2012-03-06 | remoteproc: cleanup resource table parsing paths | Ohad Ben-Cohen | 1 | -33/+39 |
2012-03-06 | remoteproc: remove the hardcoded vring alignment | Ohad Ben-Cohen | 2 | -6/+8 |
2012-03-06 | remoteproc/omap: remove the mbox_callback limitation | Ohad Ben-Cohen | 1 | -10/+1 |
2012-03-06 | remoteproc: remove the single rpmsg vdev limitation | Ohad Ben-Cohen | 3 | -220/+218 |
2012-03-06 | remoteproc: safer boot/shutdown order | Ohad Ben-Cohen | 1 | -10/+10 |
2012-03-06 | remoteproc: remoteproc_rpmsg -> remoteproc_virtio | Ohad Ben-Cohen | 2 | -1/+1 |
2012-03-06 | remoteproc: resource table overhaul | Ohad Ben-Cohen | 1 | -97/+209 |
2012-02-28 | remoteproc/omap: two Kconfig fixes | Ohad Ben-Cohen | 1 | -2/+1 |
2012-02-28 | remoteproc: make sure we're parsing a 32bit firmware | Ohad Ben-Cohen | 1 | -0/+8 |
2012-02-22 | remoteproc: s/big switch/lookup table/ | Ohad Ben-Cohen | 1 | -22/+23 |
2012-02-22 | remoteproc: bail out if firmware has different endianess | Ohad Ben-Cohen | 1 | -0/+11 |
2012-02-22 | remoteproc: don't use virtio's weak barriers | Ohad Ben-Cohen | 1 | -1/+5 |
2012-02-22 | remoteproc: depend on EXPERIMENTAL | Ohad Ben-Cohen | 2 | -1/+5 |
2012-02-09 | remoteproc: add Kconfig menu | Ohad Ben-Cohen | 1 | -0/+4 |
2012-02-09 | remoteproc: look for truncated firmware images | Ohad Ben-Cohen | 1 | -5/+30 |
2012-02-09 | remoteproc/omap: utilize module_platform_driver | Ohad Ben-Cohen | 1 | -12/+1 |
2012-02-09 | remoteproc: avoid registering a virtio device if not supported | Mark Grosen | 1 | -1/+1 |
2012-02-09 | remoteproc: do not require an iommu | Mark Grosen | 1 | -2/+2 |
2012-02-09 | remoteproc/omap: add a remoteproc driver for OMAP4 | Ohad Ben-Cohen | 4 | -0/+340 |
2012-02-09 | remoteproc: create rpmsg virtio device | Ohad Ben-Cohen | 2 | -0/+296 |
2012-02-09 | remoteproc: add debugfs entries | Ohad Ben-Cohen | 2 | -0/+180 |
2012-02-09 | remoteproc: add framework for controlling remote processors | Ohad Ben-Cohen | 4 | -0/+1463 |