- 12 Aug, 2009 27 commits
-
-
Suman Anna authored
Renamed the omap_ipc driver to syslink_ipc, to better place it alongside other syslink drivers. Signed-off-by: Suman Anna <s-anna@ti.com>
-
Suman Anna authored
This patch removes the OS abstraction files related to Semaphore and List. Signed-off-by: Suman Anna <s-anna@ti.com>
-
Arun Gopalakrishnan authored
The changes are 1. The ioctl interface is modified based on review comment to make it consistest with other ipc modules(e.g messageq) 2. All the ioctl commands were made as IOWR commands 3. Debug prints were added in all the APIs failure return Signed-off-by: Arun M G <arunmg@ti.com>
-
Arun Gopalakrishnan authored
The changes are 1. The ioctl interface is modified based on review comment to make it consistest with other ipc modules(e.g messageq) 2. All the ioctl commands are made IOWR 3. Debug prints were added in all the APIs failure return Signed-off-by: Arun M G <arunmg@ti.com>
-
Arun Gopalakrishnan authored
The changes are 1. The ioctl interface is modified based on review comment to make it consistest with other ipc modules(e.g messageq) 2. All the ioctl commands are made IOWR 3. Debug prints were added in all the APIs failure return Signed-off-by: Arun M G <arunmg@ti.com>
-
Ramesh Gupta authored
This patch removes unused include files Signed-off-by: Ramesh Gupta G <grgupta@ti.com>
-
Ramesh Gupta authored
removed osStatus and optimized the code. Signed-off-by: Ramesh Gupta G <grgupta@ti.com>
-
Hari Kanigeri authored
This patch fixes the issue with unregistering the proc-mgr module. platform_driver_unregister was missing in exit function. Signed-off-by: Hari Kanigeri <h-kanigeri2@ti.com>
-
Ramesh Gupta authored
Signed-off-by: Ramesh Gupta G <grgupta@ti.com>
-
Hari Kanigeri authored
This patch removes tesla driver from syslink tree. As this dirver is currently dependended on dspbridge, the right place for this driver for this is in the tree that has dspbridge. Signed-off-by: Hari Kanigeri <h-kanigeri@ti.com>
-
Ramesh Gupta authored
Signed-off-by: Ramesh Gupta G <grgupta@ti.com>
-
Suman Anna authored
Corrected the checkpatch warnings in ipc modules. Warnings related to the volatile keyword still persist in gate_remote.c, messageq_transportshm.c and listmp.h Signed-off-by: Suman Anna <s-anna@ti.com>
-
Suman Anna authored
Updated messageq and multiproc modules to be in sync with ipc-b33 tree. No changes are required for messageq_transportshm, listmp, listmp_sharedmemory modules also. multiproc - changed the return type for multiproc_set_local_id messageq - enhanced the functionality of messageq_put to deal with urgent messages Signed-off-by: Suman Anna <s-anna@ti.com>
-
Hari Kanigeri authored
this patch implements the proc4430 translate address function. Signed-off-by: Hari Kanigeri <h-kanigeri2@ti.com>
-
Arun Radhakrishnan authored
procmgr: updated with a fix for a minor issue Updated with a fix for a minor issue with the procmgr_create the procmgr state table was not getting updated with the procmgr handle Signed-off-by: Arun Radhakrishnan <x0051460@ti.com>
-
Arun Gopalakrishnan authored
IPC Added IOCTL I/F for NameServer Remote Notify modules This is to sync with the latest syslink drop(version 2.0) Signed-off-by: Arun M G <arunmg@ti.com>
-
Arun Gopalakrishnan authored
IPC_Fix_Nameserver_And_Multiproc This includes the fixes in nameserver and multiproc modules during testing. The additional changes in ioctl file to make sysc with the changes propossed by Suman (command changes, copy commands at a common place etc) Signed-off-by: Arun M G <arunmg@ti.com>
-
Ramesh Gupta authored
Signed-off-by: Ramesh Gupta G <grgupta@ti.com>
-
Ramesh Gupta authored
Signed-off-by: Ramesh Gupta G <grgupta@ti.com>
-
Ramesh Gupta authored
Signed-off-by: Ramesh Gupta G <grgupta@ti.com>
-
Hari Kanigeri authored
fixed checkpatch warnngs in proc4430 Signed-off-by: Hari Kanigeri <h-kanigeri2@ti.com>
-
Arun Radhakrishnan authored
ProcMgr: Resolved few bugs within the ioctl function. resolved few bugs observed within the ioctl function Signed-off-by: Arun Radhakrishnan <x0051460@ti.com>
-
Hari Kanigeri authored
This patch updates the DMM start address and size information for DUCATI. The start address is provided as 0x80000000 and the size as 0x6000000 Signed-off-by: Hari Kanigeri <h-kanigeri2@ti.com>
-
Hari Kanigeri authored
this patch plugs the dmm module with Proc4430 driver and procmgr module. This provides both Map and Unmap functionality. Signed-off-by: Hari Kanigeri <h-kanigeri2@ti.com>
-
Hari Kanigeri authored
removed bug that is not needed. Signed-off-by: Hari Kanigeri <h-kangieri2@ti.com>
-
Suman Anna authored
updated the callback functions signature in messageq_transportshm and nameserver_remotenotify modules to align with the latest notify code. Signed-off-by: Suman Anna <s-anna@ti.com>
-
Hari Kanigeri authored
This patch provides the preliminary framework for IPC support to OMAP4 processor. Signed-off-by: Suman Anna <s-anna@ti.com> Signed-off-by: Arun M G <arunmg@ti.com> Signed-off-by: Ramesh Gupta G <grgupta@ti.com> Signed-off-by: Jayan John <x00jayan@ti.com> Signed-off-by: Hari Kanigeri <h-kanigeri2@ti.com> Signed-off-by: Arun Radhakrishnan <x0051460@ti.com>
-
- 10 Aug, 2009 5 commits
-
-
Santosh Shilimkar authored
This patch adds static mapping for Audio Back End Signed-off-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
-
Santosh Shilimkar authored
OMAP4: Adjust the vmalloc end Signed-off-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
-
Santosh Shilimkar authored
Conflicts: arch/arm/configs/omap_4430sdp_defconfig Resolved Signed-off-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
-
Santosh Shilimkar authored
This patch updates the platform dma.h with new dma request lines for OMAP4 peripherals. Also additional hardware register of OMAP4 sDMA module are included. Signed-off-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
-
Santosh Shilimkar authored
Signed-off-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
-
- 01 Aug, 2009 1 commit
-
-
Linus Torvalds authored
-
- 31 Jul, 2009 7 commits
-
-
git://oss.sgi.com/xfs/xfsLinus Torvalds authored
* 'for-linus' of git://oss.sgi.com/xfs/xfs: xfs: bump up nr_to_write in xfs_vm_writepage xfs: reduce bmv_count in xfs_vn_fiemap
-
git://git.kernel.dk/linux-2.6-blockLinus Torvalds authored
* 'for-linus' of git://git.kernel.dk/linux-2.6-block: io context: fix ref counting block: make the end_io functions be non-GPL exports block: fix improper kobject release in blk_integrity_unregister block: always assign default lock to queues mg_disk: Add missing ready status check on mg_write() mg_disk: fix issue with data integrity on error in mg_write() mg_disk: fix reading invalid status when use polling driver mg_disk: remove prohibited sleep operation
-
Linus Torvalds authored
Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip * 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip: clocksource: Save mult_orig in clocksource_disable()
-
git://git.kernel.org/pub/scm/linux/kernel/git/drzeus/mmcLinus Torvalds authored
* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drzeus/mmc: mmc: orphan subsystem imxmmc: Remove unnecessary semicolons cb710: use SG_MITER_TO_SG/SG_MITER_FROM_SG sdhci: use SG_MITER_TO_SG/SG_MITER_FROM_SG lib/scatterlist: add a flags to signalize mapping direction
-
git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6Linus Torvalds authored
* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6: ALSA: sound/aoa: Add kmalloc NULL tests ALSA: hda - Increase PCM stream name buf in patch_realtek.c sound: mpu401.c: Buffer overflow sound: aedsp16: Buffer overflow ALSA: hda: fix out-of-bound hdmi_eld.sad[] write ALSA: hda - Add quirk for Dell Studio 1555
-
Magnus Damm authored
To fix the common case where ->enable() does not set up mult, make sure mult_orig is saved in mult on disable. Also add comments to explain why we do this. Signed-off-by: Magnus Damm <damm@igel.co.jp> Cc: johnstul@us.ibm.com Cc: lethal@linux-sh.org Cc: akpm@linux-foundation.org LKML-Reference: <20090618152432.10136.9932.sendpatchset@rx1.opensource.se> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
-
Pierre Ossman authored
I do not have the time to take care of this, so remove myself as maintainer. Signed-off-by: Pierre Ossman <pierre@ossman.eu>
-