[maverick][PATCH 2/2] UBUNTU: SAUCE: Load SysLink modules on start-up on OMAP4 devices

Lee Jones lee.jones at canonical.com
Thu Jul 8 08:25:28 UTC 2010


This patch will become part of the Syslink driver code and is not due to go upstream until
the remaining Syslink code is ready to do so, hence SAUCE. It is believed that the next 
version TI release will be upstreamable.

Provide the SysLink driver an alias which will be used by udev.

The following changes since commit f54211492de9140733560b2f9283c53cf1ef8e25:
  Lee Jones (1):
        UBUNTU: SAUCE: Load SysLink modules on start-up on OMAP4 devices

are available in the git repository at:

  git://kernel.ubuntu.com/lag/ubuntu-maverick.git ti-omap4-syslink

Lee Jones (1):
      UBUNTU: SAUCE: Load SysLink modules on start-up on OMAP4 devices

 drivers/dsp/syslink/multicore_ipc/ipc_drv.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

Signed-off-by: Lee Jones <lee.jones at canonical.com>
---
 drivers/dsp/syslink/multicore_ipc/ipc_drv.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/drivers/dsp/syslink/multicore_ipc/ipc_drv.c b/drivers/dsp/syslink/multicore_ipc/ipc_drv.c
index e95eab2..e11998d 100644
--- a/drivers/dsp/syslink/multicore_ipc/ipc_drv.c
+++ b/drivers/dsp/syslink/multicore_ipc/ipc_drv.c
@@ -240,3 +240,5 @@ static void __exit ipc_exit(void)
  */
 module_init(ipc_init);
 module_exit(ipc_exit);
+
+MODULE_ALIAS("platform:" IPC_NAME);




More information about the kernel-team mailing list