summaryrefslogtreecommitdiffstats
path: root/drivers/staging/tidspbridge
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'multiplatform' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds2013-02-221-1/+1
|\
| * Merge branch 'omap/multiplatform-fixes', tag 'v3.8-rc5' into next/multiplatformArnd Bergmann2013-02-153-4/+23
| |\
| * | ARM: OMAP2+: Disable code that currently does not work with multiplaformTony Lindgren2013-01-111-1/+1
* | | staging: tidspbridge: remove redundant NULL check before delete_msg_mgr().Cyril Roelandt2013-02-131-2/+1Star
* | | staging: Remove unnecessary OOM messagesJoe Perches2013-02-112-13/+6Star
* | | staging: tidspbridge/pmgr: another using strlcpy instead of strncpyChen Gang2013-01-211-1/+1
* | | staging: tidspbridge/pmgr: use strlcpy instead of strncpyChen Gang2013-01-211-1/+1
* | | staging: tidspbridge/pmgr: additional checking after return from strlen_userChen Gang2013-01-211-3/+6
* | | staging: tidspbridge: remove unused code to handle iva_imgOmar Ramirez Luna2013-01-183-7/+0Star
* | | staging: tidspbridge: use scm functions to set boot address and modeOmar Ramirez Luna2013-01-181-27/+7Star
* | | staging: tidspbridge: fix uninitialized variable sym_nameOmar Ramirez Luna2013-01-182-8/+10
* | | staging: tidspbridge: fix memory corruption on long string namesOmar Ramirez Luna2013-01-181-2/+1Star
* | | staging: tidspbridge: fix potential array out of bounds writeOmar Ramirez Luna2013-01-181-1/+1
| |/ |/|
* | staging: tidspbridge: use prepare/unprepare on dsp clocksOmar Ramirez Luna2013-01-082-3/+22
* | staging: tidspbridge: Fix build breakage due to splitting CM functions.Enric Balletbo i Serra2013-01-081-1/+1
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-12-131-1/+1
|\
| * treewide: fix typo of "suport" in various comments and KconfigMasanari Iida2012-11-191-1/+1
* | Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-12-121-1/+0Star
|\ \
| * | ARM: OMAP: Remove unnecessary inclusion of dmtimer.hJon Hunter2012-11-161-1/+0Star
| * | Merge branch 'omap-for-v3.8/cleanup-headers-prepare-multiplatform-v3' into om...Tony Lindgren2012-11-091-1/+0Star
| |\ \ | | |/ | |/|
* | | Merge tag 'headers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-12-121-1/+0Star
|\ \ \
| * | | Merge tag 'for-3.8-at91_header_clean' of git://github.com/at91linux/linux-at9...Arnd Bergmann2012-11-127-137/+83Star
| |\| | | | |/ | |/|
| * | staging: tidspbridge: remove unnecessary include of <plat/clock.h>Paul Walmsley2012-10-161-1/+0Star
* | | staging: tidspbridge: remove use of __devexitBill Pemberton2012-11-221-1/+1
* | | staging: tidspbridge: remove use of __devinitBill Pemberton2012-11-221-1/+1
* | | staging: tidspbridge: remove use of __devexit_pBill Pemberton2012-11-221-1/+1
* | | staging: tidspbridge: dynload: reloc.c: checkpatch.pl cleanupKumar Amit Mehta2012-11-131-3/+3
* | | staging: tidspbridge: dynload: dload_internal.h: fix for coding style issueKumar Amit Mehta2012-11-131-4/+4
| |/ |/|
* | staging: tidspbridge: delete unused mmu functionsOmar Ramirez Luna2012-10-252-78/+0Star
* | staging: tidspbridge: ioremap physical address of the stack segment in shmOmar Ramirez Luna2012-10-251-6/+15
* | staging: tidspbridge: ioremap dsp sync addrOmar Ramirez Luna2012-10-251-11/+26
* | staging: tidspbridge: change type to __iomem for per and core addressesOmar Ramirez Luna2012-10-252-6/+6
* | staging: tidspbridge: drop const from custom mmu implementationOmar Ramirez Luna2012-10-252-34/+34
* | staging: tidspbridge: request the right irq for mmuOmar Ramirez Luna2012-10-251-2/+2
|/
* mm: kill vma flag VM_RESERVED and mm->reserved_vm counterKonstantin Khlebnikov2012-10-091-1/+1
* Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-10-026-6/+6
|\
| * ARM: omap: move platform_data definitionsArnd Bergmann2012-09-195-5/+5
| * ARM: OMAP2+: Remove hardcoded IRQs and enable SPARSE_IRQTony Lindgren2012-09-131-1/+1
* | staging: tidspbridge: fix return value check in dsp_wdt_init()Wei Yongjun2012-09-211-2/+2
* | staging: tidspbridge: Prepare for irqs.h removalTony Lindgren2012-09-113-3/+6
* | staging: tidspbridge: move the dereference below the NULL testWei Yongjun2012-09-081-1/+2
* | staging: tidspbridge: fix uuid stringsOmar Ramirez Luna2012-08-172-7/+23
* | staging/tidspbridge: use module_platform_driverDevendra Naga2012-08-141-13/+1Star
* | staging: tidspbridge: Fix typos.Justin P. Mattock2012-08-1422-37/+37
* | staging: tidspbridge: eliminate uuid_uuid_to_stringAndy Shevchenko2012-08-143-42/+1Star
|/
* staging: tidspbridge: dynamically allocate my_sym_buf in dload_symbolsOmar Ramirez Luna2012-07-071-3/+12
* staging: tidspbridge: dynamically allocate ibuf in dload_dataOmar Ramirez Luna2012-07-071-22/+32
* staging: tidspbridge: split bridge_io_on_loadedOmar Ramirez Luna2012-07-071-361/+343Star
* staging: tidspbridge: add pud codeOmar Ramirez Luna2012-07-071-10/+17
* Merge 3.4-rc5 into staging-nextGreg Kroah-Hartman2012-05-022-2/+2
|\