aboutsummaryrefslogtreecommitdiff
path: root/drivers/remoteproc
AgeCommit message (Expand)AuthorFilesLines
2012-09-22remoteproc: Add STE modem driverGravatar Sjur Brændeland 3-0/+334
2012-09-19ARM: omap: move platform_data definitionsGravatar Arnd Bergmann 1-1/+1
2012-09-18remtoteproc: maintain max notifyidGravatar Sjur Brændeland 1-0/+15
2012-09-18remoteproc: create a 'recovery' debugfs entryGravatar Fernando Guzman Lugo 2-1/+83
2012-09-18remoteproc: add actual recovery implementationGravatar Fernando Guzman Lugo 2-22/+63
2012-09-18remoteproc: add rproc_report_crash function to notify rproc crashesGravatar Fernando Guzman Lugo 1-4/+75
2012-09-18remoteproc: Add dependency to HAS_DMAGravatar Sjur Brændeland 1-0/+2
2012-09-11remoteproc/omap: set bootaddr supportGravatar Juan Gutierrez 1-0/+3
2012-07-26Merge tag 'remoteproc-for-3.6' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 7-561/+587
2012-07-15remoteproc: Support custom firmware handlersGravatar Sjur Brændeland 3-16/+77
2012-07-15remoteproc: Move Elf related functions to separate fileGravatar Sjur Brændeland 4-248/+300
2012-07-15remoteproc: Add function rproc_get_boot_addrGravatar Sjur Brændeland 1-9/+19
2012-07-15remoteproc: Pass struct fw to load_segments and find_rsc_table.Gravatar Sjur Brændeland 1-12/+12
2012-07-06remoteproc: adopt the driver core's alloc/add/del/put namingGravatar Ohad Ben-Cohen 2-20/+20
2012-07-06remoteproc: remove the get_by_name/put APIGravatar Ohad Ben-Cohen 1-130/+0
2012-07-06remoteproc: support non-iommu carveout assignmentGravatar Ohad Ben-Cohen 1-15/+19
2012-07-06remoteproc: simplify unregister/free interfacesGravatar Ohad Ben-Cohen 2-18/+12
2012-07-06remoteproc: remove the now-redundant krefGravatar Ohad Ben-Cohen 2-43/+15
2012-07-06remoteproc: maintain a generic child device for each rprocGravatar Ohad Ben-Cohen 4-58/+111
2012-07-04remoteproc: allocate vrings on demand, free when not neededGravatar Ohad Ben-Cohen 3-57/+67
2012-07-04remoteproc: fix missing CONFIG_FW_LOADER configurationsGravatar Ohad Ben-Cohen 1-0/+1
2012-07-04remoteproc/omap: fix randconfig unmet direct dependenciesGravatar Ohad Ben-Cohen 1-0/+1
2012-06-17remoteproc/omap: fix dev_err typoGravatar Ohad Ben-Cohen 1-1/+1
2012-06-10remoteproc: fix missing fault indication in error-pathGravatar Sjur Brændeland 1-1/+3
2012-06-10remoteproc: fix print format warningsGravatar Sjur Brændeland 1-3/+3
2012-05-30Merge tag 'iommu-updates-v3.5' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-2/+2
2012-05-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-2/+1
2012-05-22iommu/core: pass a user-provided token to fault handlersGravatar Ohad Ben-Cohen 1-2/+2
2012-05-13remoteproc: fix off-by-one bug in __rproc_free_vringsGravatar Subramaniam Chanderashekarapuram 1-1/+1
2012-04-30remoteproc: remove redundant NULL check before release_firmware()Gravatar Jesper Juhl 1-2/+1
2012-04-05simple_open: automatically convert to simple_open()Gravatar Stephen Boyd 1-10/+3
2012-03-06remoteproc: cleanup resource table parsing pathsGravatar Ohad Ben-Cohen 1-33/+39
2012-03-06remoteproc: remove the hardcoded vring alignmentGravatar Ohad Ben-Cohen 2-6/+8
2012-03-06remoteproc/omap: remove the mbox_callback limitationGravatar Ohad Ben-Cohen 1-10/+1
2012-03-06remoteproc: remove the single rpmsg vdev limitationGravatar Ohad Ben-Cohen 3-220/+218
2012-03-06remoteproc: safer boot/shutdown orderGravatar Ohad Ben-Cohen 1-10/+10
2012-03-06remoteproc: remoteproc_rpmsg -> remoteproc_virtioGravatar Ohad Ben-Cohen 2-1/+1
2012-03-06remoteproc: resource table overhaulGravatar Ohad Ben-Cohen 1-97/+209
2012-02-28remoteproc/omap: two Kconfig fixesGravatar Ohad Ben-Cohen 1-2/+1
2012-02-28remoteproc: make sure we're parsing a 32bit firmwareGravatar Ohad Ben-Cohen 1-0/+8
2012-02-22remoteproc: s/big switch/lookup table/Gravatar Ohad Ben-Cohen 1-22/+23
2012-02-22remoteproc: bail out if firmware has different endianessGravatar Ohad Ben-Cohen 1-0/+11
2012-02-22remoteproc: don't use virtio's weak barriersGravatar Ohad Ben-Cohen 1-1/+5
2012-02-22remoteproc: depend on EXPERIMENTALGravatar Ohad Ben-Cohen 2-1/+5
2012-02-08remoteproc: add Kconfig menuGravatar Ohad Ben-Cohen 1-0/+4
2012-02-08remoteproc: look for truncated firmware imagesGravatar Ohad Ben-Cohen 1-5/+30
2012-02-08remoteproc/omap: utilize module_platform_driverGravatar Ohad Ben-Cohen 1-12/+1
2012-02-08remoteproc: avoid registering a virtio device if not supportedGravatar Mark Grosen 1-1/+1
2012-02-08remoteproc: do not require an iommuGravatar Mark Grosen 1-2/+2
2012-02-08remoteproc/omap: add a remoteproc driver for OMAP4Gravatar Ohad Ben-Cohen 4-0/+340