diff mbox

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

Message ID 4C358B78.5010208@canonical.com
State Accepted
Headers show

Commit Message

Lee Jones July 8, 2010, 8:25 a.m. UTC
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@canonical.com>
---
 drivers/dsp/syslink/multicore_ipc/ipc_drv.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

Comments

Sebastien Jan July 8, 2010, 8:30 a.m. UTC | #1
On 07/08/2010 10:25 AM, Lee Jones wrote:
> 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@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);
> 

Acked-by: Sebastien Jan <s-jan@ti.com>
Tim Gardner July 8, 2010, 12:03 p.m. UTC | #2
On 07/08/2010 02:30 AM, Sebastien Jan wrote:
> Acked-by: Sebastien Jan<s-jan@ti.com>
>

applied, but with a unique commit log subject:

UBUNTU: SAUCE: SysLink: Add a module alias for udev

rtg
diff mbox

Patch

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);