All of lore.kernel.org
 help / color / mirror / Atom feed
From: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
To: linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH 1/3] ARM: shmobile: use common platform header for HPB-DMAC
Date: Thu, 18 Jul 2013 21:56:36 +0000	[thread overview]
Message-ID: <51E86494.5050906@cogentembedded.com> (raw)
In-Reply-To: <51D171E4.3080108@cogentembedded.com>

Hello.

On 07/01/2013 04:11 PM, Sergei Shtylyov wrote:

>>> From: Max Filippov <max.filippov@cogentembedded.com>

>>> Use previously empty <mach/dma.h> to declare HPB-DMA slave IDs.

>>> Signed-off-by: Max Filippov <max.filippov@cogentembedded.com>
>>> [Sergei: changed the guard macro name, fixed comment, extended copyright.]
>>> Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>

>>> ---
>>>   arch/arm/mach-shmobile/include/mach/dma.h |   25 ++++++++++++++++++++++++-
>>>   1 file changed, 24 insertions(+), 1 deletion(-)

>>> Index: renesas/arch/arm/mach-shmobile/include/mach/dma.h
>>> =================================>>> --- renesas.orig/arch/arm/mach-shmobile/include/mach/dma.h
>>> +++ renesas/arch/arm/mach-shmobile/include/mach/dma.h
>>> @@ -1 +1,24 @@
>>> -/* empty */
>>> +/*
>>> + * Copyright (C) 2011-2013 Renesas Electronics Corporation
>>> + * Copyright (C) 2013 Cogent Embedded, Inc.
>>> + *
>>> + * This program is free software; you can redistribute it and/or modify
>>> + * it under the terms of the GNU General Public License version 2
>>> + * as published by the Free Software Foundation.
>>> + */
>>> +
>>> +#ifndef __MACH_DMA_H
>>> +#define __MACH_DMA_H
>>> +
>>> +/* HPB-DMA slave IDs */
>>> +enum {
>>> +    HPBDMA_SLAVE_DUMMY,
>>> +    HPBDMA_SLAVE_SDHI0_TX,
>>> +    HPBDMA_SLAVE_SDHI0_RX,
>>> +    HPBDMA_SLAVE_SSI0_TX_ST,
>>> +    HPBDMA_SLAVE_SSI0_TX_MN,
>>> +    HPBDMA_SLAVE_SSI1_RX_ST,
>>> +    HPBDMA_SLAVE_SSI1_RX_MN,
>>> +};

>> it should be in r8a7778.h

>     It will be shared with R8A7779.

    Apparently not anymore as this file is gone now.

WBR, Sergei


WARNING: multiple messages have this Message-ID (diff)
From: sergei.shtylyov@cogentembedded.com (Sergei Shtylyov)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 1/3] ARM: shmobile: use common platform header for HPB-DMAC
Date: Fri, 19 Jul 2013 01:56:36 +0400	[thread overview]
Message-ID: <51E86494.5050906@cogentembedded.com> (raw)
In-Reply-To: <51D171E4.3080108@cogentembedded.com>

Hello.

On 07/01/2013 04:11 PM, Sergei Shtylyov wrote:

>>> From: Max Filippov <max.filippov@cogentembedded.com>

>>> Use previously empty <mach/dma.h> to declare HPB-DMA slave IDs.

>>> Signed-off-by: Max Filippov <max.filippov@cogentembedded.com>
>>> [Sergei: changed the guard macro name, fixed comment, extended copyright.]
>>> Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>

>>> ---
>>>   arch/arm/mach-shmobile/include/mach/dma.h |   25 ++++++++++++++++++++++++-
>>>   1 file changed, 24 insertions(+), 1 deletion(-)

>>> Index: renesas/arch/arm/mach-shmobile/include/mach/dma.h
>>> ===================================================================
>>> --- renesas.orig/arch/arm/mach-shmobile/include/mach/dma.h
>>> +++ renesas/arch/arm/mach-shmobile/include/mach/dma.h
>>> @@ -1 +1,24 @@
>>> -/* empty */
>>> +/*
>>> + * Copyright (C) 2011-2013 Renesas Electronics Corporation
>>> + * Copyright (C) 2013 Cogent Embedded, Inc.
>>> + *
>>> + * This program is free software; you can redistribute it and/or modify
>>> + * it under the terms of the GNU General Public License version 2
>>> + * as published by the Free Software Foundation.
>>> + */
>>> +
>>> +#ifndef __MACH_DMA_H
>>> +#define __MACH_DMA_H
>>> +
>>> +/* HPB-DMA slave IDs */
>>> +enum {
>>> +    HPBDMA_SLAVE_DUMMY,
>>> +    HPBDMA_SLAVE_SDHI0_TX,
>>> +    HPBDMA_SLAVE_SDHI0_RX,
>>> +    HPBDMA_SLAVE_SSI0_TX_ST,
>>> +    HPBDMA_SLAVE_SSI0_TX_MN,
>>> +    HPBDMA_SLAVE_SSI1_RX_ST,
>>> +    HPBDMA_SLAVE_SSI1_RX_MN,
>>> +};

>> it should be in r8a7778.h

>     It will be shared with R8A7779.

    Apparently not anymore as this file is gone now.

WBR, Sergei

  reply	other threads:[~2013-07-18 21:56 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-06-29 22:43 [PATCH 0/3] R8A7778/BOCK-W: HPB-DMAC support for SDHI0 Sergei Shtylyov
2013-06-29 22:43 ` Sergei Shtylyov
2013-06-29 22:45 ` [PATCH 1/3] ARM: shmobile: use common platform header for HPB-DMAC Sergei Shtylyov
2013-06-29 22:45   ` Sergei Shtylyov
2013-07-01  4:11   ` Kuninori Morimoto
2013-07-01  4:11     ` Kuninori Morimoto
2013-07-01 12:11     ` Sergei Shtylyov
2013-07-01 12:11       ` Sergei Shtylyov
2013-07-18 21:56       ` Sergei Shtylyov [this message]
2013-07-18 21:56         ` Sergei Shtylyov
2013-07-02  4:59   ` Magnus Damm
2013-07-02  4:59     ` Magnus Damm
2013-07-18 22:02     ` Sergei Shtylyov
2013-07-18 22:02       ` Sergei Shtylyov
2013-07-19  0:16       ` Kuninori Morimoto
2013-07-19  0:16         ` Kuninori Morimoto
2013-07-19 11:17         ` Sergei Shtylyov
2013-07-19 11:17           ` Sergei Shtylyov
2013-07-19 11:32           ` Sergei Shtylyov
2013-07-19 11:32             ` Sergei Shtylyov
2013-06-29 22:48 ` [PATCH 2/3] ARM: shmobile: r8a7778: add HPB-DMAC support Sergei Shtylyov
2013-06-29 22:48   ` Sergei Shtylyov
2013-07-01  4:12   ` Kuninori Morimoto
2013-07-01  4:12     ` Kuninori Morimoto
2013-07-18 22:04     ` Sergei Shtylyov
2013-07-18 22:04       ` Sergei Shtylyov
2013-06-29 22:50 ` [PATCH 3/3] ARM: shmobile: BOCK-W: enable DMA for SDHI0 Sergei Shtylyov
2013-06-29 22:50   ` Sergei Shtylyov
2013-07-01  1:30 ` [PATCH 0/3] R8A7778/BOCK-W: HPB-DMAC support " Simon Horman
2013-07-01  1:30   ` Simon Horman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=51E86494.5050906@cogentembedded.com \
    --to=sergei.shtylyov@cogentembedded.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.