summaryrefslogtreecommitdiffstats
path: root/drivers/staging/tidspbridge
Commit message (Expand)AuthorAgeFilesLines
* staging: tidspbridge: Fix typos in commentsMasanari Iida2013-08-212-2/+2
* staging: tidspbridge: replace strict_strtol() with kstrtos32()Jingoo Han2013-07-241-2/+5
* clean up scary strncpy(dst, src, strlen(src)) usesKees Cook2013-07-031-2/+1
* Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-07-022-2/+3
|\
| * mailbox/omap: move the OMAP mailbox framework to driversSuman Anna2013-06-112-2/+3
* | staging: tidspbridge: fix error return code in omap34_xx_bridge_probe()Wei Yongjun2013-06-081-0/+1
* | Staging: tidspbridge: _tiomap.h: fixed indentation warning.Tülin İzer2013-05-211-2/+2
* | Staging: tidspbridge: tiomap3430_pwr.c: fixed indentation warning.Tülin İzer2013-05-211-5/+5
* | Staging: tidspbridge: wdt.c: fixed indentation warning.Tülin İzer2013-05-211-2/+2
* | Staging: tidspbridge: ue_deh.c: fixed space formatting issue.Tülin İzer2013-05-211-1/+1
* | Staging: tidspbridge: _tiomap_pwr.h: fixed indentation warning.Tülin İzer2013-05-211-5/+5
* | Staging: tidspbridge: _tiomap.h: fixed warning 'space prohibited before semic...Tülin İzer2013-05-211-1/+1
|/
* staging: tidspbridge: rmgr: proc.c: fix checkpatch errorsDevendra Naga2013-03-251-6/+6
* staging:tidspbridge: rmgr: fix checkpatch errorsDevendra Naga2013-03-251-3/+3
* tidspbridge: convert to idr_alloc()Tejun Heo2013-03-131-44/+26
* Merge tag 'multiplatform' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds2013-02-211-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/+1
* | | staging: Remove unnecessary OOM messagesJoe Perches2013-02-112-13/+6
* | | 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-173-7/+0
* | | staging: tidspbridge: use scm functions to set boot address and modeOmar Ramirez Luna2013-01-171-27/+7
* | | staging: tidspbridge: fix uninitialized variable sym_nameOmar Ramirez Luna2013-01-172-8/+10
* | | staging: tidspbridge: fix memory corruption on long string namesOmar Ramirez Luna2013-01-171-2/+1
* | | staging: tidspbridge: fix potential array out of bounds writeOmar Ramirez Luna2013-01-171-1/+1
| |/ |/|
* | staging: tidspbridge: use prepare/unprepare on dsp clocksOmar Ramirez Luna2013-01-072-3/+22
* | staging: tidspbridge: Fix build breakage due to splitting CM functions.Enric Balletbo i Serra2013-01-071-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/+0
|\ \
| * | ARM: OMAP: Remove unnecessary inclusion of dmtimer.hJon Hunter2012-11-161-1/+0
| * | Merge branch 'omap-for-v3.8/cleanup-headers-prepare-multiplatform-v3' into om...Tony Lindgren2012-11-091-1/+0
| |\ \ | | |/ | |/|
* | | Merge tag 'headers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-12-121-1/+0
|\ \ \
| * \ \ Merge tag 'for-3.8-at91_header_clean' of git://github.com/at91linux/linux-at9...Arnd Bergmann2012-11-127-137/+83
| |\ \ \ | | |/ / | | | / | | |/ | |/|
| * | staging: tidspbridge: remove unnecessary include of <plat/clock.h>Paul Walmsley2012-10-151-1/+0
* | | staging: tidspbridge: remove use of __devexitBill Pemberton2012-11-211-1/+1
* | | staging: tidspbridge: remove use of __devinitBill Pemberton2012-11-211-1/+1
* | | staging: tidspbridge: remove use of __devexit_pBill Pemberton2012-11-211-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-242-78/+0
* | staging: tidspbridge: ioremap physical address of the stack segment in shmOmar Ramirez Luna2012-10-241-6/+15
* | staging: tidspbridge: ioremap dsp sync addrOmar Ramirez Luna2012-10-241-11/+26
* | staging: tidspbridge: change type to __iomem for per and core addressesOmar Ramirez Luna2012-10-242-6/+6
* | staging: tidspbridge: drop const from custom mmu implementationOmar Ramirez Luna2012-10-242-34/+34
* | staging: tidspbridge: request the right irq for mmuOmar Ramirez Luna2012-10-241-2/+2
|/
* mm: kill vma flag VM_RESERVED and mm->reserved_vm counterKonstantin Khlebnikov2012-10-091-1/+1
OpenPOWER on IntegriCloud