aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/tidspbridge (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-03-25staging: tidspbridge: rmgr: proc.c: fix checkpatch errorsDevendra Naga1-6/+6
2013-03-25staging:tidspbridge: rmgr: fix checkpatch errorsDevendra Naga1-3/+3
2013-03-13tidspbridge: convert to idr_alloc()Tejun Heo1-44/+26
2013-02-21Merge tag 'multiplatform' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-1/+1
2013-02-15Merge branch 'omap/multiplatform-fixes', tag 'v3.8-rc5' into next/multiplatformArnd Bergmann3-4/+23
2013-02-13staging: tidspbridge: remove redundant NULL check before delete_msg_mgr().Cyril Roelandt1-2/+1
2013-02-11staging: Remove unnecessary OOM messagesJoe Perches2-13/+6
2013-01-21staging: tidspbridge/pmgr: another using strlcpy instead of strncpyChen Gang1-1/+1
2013-01-21staging: tidspbridge/pmgr: use strlcpy instead of strncpyChen Gang1-1/+1
2013-01-21staging: tidspbridge/pmgr: additional checking after return from strlen_userChen Gang1-3/+6
2013-01-17staging: tidspbridge: remove unused code to handle iva_imgOmar Ramirez Luna3-7/+0
2013-01-17staging: tidspbridge: use scm functions to set boot address and modeOmar Ramirez Luna1-27/+7
2013-01-17staging: tidspbridge: fix uninitialized variable sym_nameOmar Ramirez Luna2-8/+10
2013-01-17staging: tidspbridge: fix memory corruption on long string namesOmar Ramirez Luna1-2/+1
2013-01-17staging: tidspbridge: fix potential array out of bounds writeOmar Ramirez Luna1-1/+1
2013-01-11ARM: OMAP2+: Disable code that currently does not work with multiplaformTony Lindgren1-1/+1
2013-01-07staging: tidspbridge: use prepare/unprepare on dsp clocksOmar Ramirez Luna2-3/+22
2013-01-07staging: tidspbridge: Fix build breakage due to splitting CM functions.Enric Balletbo i Serra1-1/+1
2012-12-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2012-12-12Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-1/+0
2012-12-12Merge tag 'headers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-1/+0
2012-11-21staging: tidspbridge: remove use of __devexitBill Pemberton1-1/+1
2012-11-21staging: tidspbridge: remove use of __devinitBill Pemberton1-1/+1
2012-11-21staging: tidspbridge: remove use of __devexit_pBill Pemberton1-1/+1
2012-11-19treewide: fix typo of "suport" in various comments and KconfigMasanari Iida1-1/+1
2012-11-16ARM: OMAP: Remove unnecessary inclusion of dmtimer.hJon Hunter1-1/+0
2012-11-13staging: tidspbridge: dynload: reloc.c: checkpatch.pl cleanupKumar Amit Mehta1-3/+3
2012-11-13staging: tidspbridge: dynload: dload_internal.h: fix for coding style issueKumar Amit Mehta1-4/+4
2012-11-12Merge tag 'for-3.8-at91_header_clean' of git://github.com/at91linux/linux-at91 into next/headersArnd Bergmann7-137/+83
2012-11-09Merge branch 'omap-for-v3.8/cleanup-headers-prepare-multiplatform-v3' into omap-for-v3.8/dtTony Lindgren1-1/+0
2012-10-24staging: tidspbridge: delete unused mmu functionsOmar Ramirez Luna2-78/+0
2012-10-24staging: tidspbridge: ioremap physical address of the stack segment in shmOmar Ramirez Luna1-6/+15
2012-10-24staging: tidspbridge: ioremap dsp sync addrOmar Ramirez Luna1-11/+26
2012-10-24staging: tidspbridge: change type to __iomem for per and core addressesOmar Ramirez Luna2-6/+6
2012-10-24staging: tidspbridge: drop const from custom mmu implementationOmar Ramirez Luna2-34/+34
2012-10-24staging: tidspbridge: request the right irq for mmuOmar Ramirez Luna1-2/+2
2012-10-15staging: tidspbridge: remove unnecessary include of <plat/clock.h>Paul Walmsley1-1/+0
2012-10-09mm: kill vma flag VM_RESERVED and mm->reserved_vm counterKonstantin Khlebnikov1-1/+1
2012-10-01Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds6-6/+6
2012-09-21staging: tidspbridge: fix return value check in dsp_wdt_init()Wei Yongjun1-2/+2
2012-09-19ARM: omap: move platform_data definitionsArnd Bergmann5-5/+5
2012-09-12ARM: OMAP2+: Remove hardcoded IRQs and enable SPARSE_IRQTony Lindgren1-1/+1
2012-09-11staging: tidspbridge: Prepare for irqs.h removalTony Lindgren3-3/+6
2012-09-07staging: tidspbridge: move the dereference below the NULL testWei Yongjun1-1/+2
2012-08-17staging: tidspbridge: fix uuid stringsOmar Ramirez Luna2-7/+23
2012-08-13staging/tidspbridge: use module_platform_driverDevendra Naga1-13/+1
2012-08-13staging: tidspbridge: Fix typos.Justin P. Mattock22-37/+37
2012-08-13staging: tidspbridge: eliminate uuid_uuid_to_stringAndy Shevchenko3-42/+1
2012-07-06staging: tidspbridge: dynamically allocate my_sym_buf in dload_symbolsOmar Ramirez Luna1-3/+12
2012-07-06staging: tidspbridge: dynamically allocate ibuf in dload_dataOmar Ramirez Luna1-22/+32