* [PATCH] dw_dmac: add support for Lynxpoint DMA controllers
@ 2013-02-07 15:36 Andy Shevchenko
2013-02-07 15:39 ` Viresh Kumar
2013-02-12 16:16 ` Vinod Koul
0 siblings, 2 replies; 8+ messages in thread
From: Andy Shevchenko @ 2013-02-07 15:36 UTC (permalink / raw)
To: Vinod Koul, linux-kernel, spear-devel, Viresh Kumar
Cc: Mika Westerberg, Andy Shevchenko
From: Mika Westerberg <mika.westerberg@linux.intel.com>
Intel Lynxpoint PCH Low Power Subsystem has DMA controller to support general
purpose serial buses like SPI, I2C, and HSUART. This controller is enumerated
from ACPI namespace with ACPI ID INTL9C60.
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
---
drivers/dma/dw_dmac.c | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/drivers/dma/dw_dmac.c b/drivers/dma/dw_dmac.c
index d6abea8..5feee76 100644
--- a/drivers/dma/dw_dmac.c
+++ b/drivers/dma/dw_dmac.c
@@ -1977,6 +1977,11 @@ static const struct of_device_id dw_dma_id_table[] = {
MODULE_DEVICE_TABLE(of, dw_dma_id_table);
#endif
+static const struct platform_device_id dw_dma_ids[] = {
+ { "INTL9C60", 0 },
+ { }
+};
+
static struct platform_driver dw_driver = {
.probe = dw_probe,
.remove = dw_remove,
@@ -1986,6 +1991,7 @@ static struct platform_driver dw_driver = {
.pm = &dw_dev_pm_ops,
.of_match_table = of_match_ptr(dw_dma_id_table),
},
+ .id_table = dw_dma_ids,
};
static int __init dw_init(void)
--
1.7.10.4
^ permalink raw reply related [flat|nested] 8+ messages in thread
* Re: [PATCH] dw_dmac: add support for Lynxpoint DMA controllers
2013-02-07 15:36 [PATCH] dw_dmac: add support for Lynxpoint DMA controllers Andy Shevchenko
@ 2013-02-07 15:39 ` Viresh Kumar
2013-02-07 17:05 ` Andy Shevchenko
2013-02-12 16:16 ` Vinod Koul
1 sibling, 1 reply; 8+ messages in thread
From: Viresh Kumar @ 2013-02-07 15:39 UTC (permalink / raw)
To: Andy Shevchenko; +Cc: Vinod Koul, linux-kernel, spear-devel, Mika Westerberg
On 7 February 2013 21:06, Andy Shevchenko
<andriy.shevchenko@linux.intel.com> wrote:
> From: Mika Westerberg <mika.westerberg@linux.intel.com>
>
> Intel Lynxpoint PCH Low Power Subsystem has DMA controller to support general
> purpose serial buses like SPI, I2C, and HSUART. This controller is enumerated
> from ACPI namespace with ACPI ID INTL9C60.
>
> Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Looks like Mika is Author and you have your signed-off :)
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH] dw_dmac: add support for Lynxpoint DMA controllers
2013-02-07 15:39 ` Viresh Kumar
@ 2013-02-07 17:05 ` Andy Shevchenko
2013-02-08 4:28 ` Viresh Kumar
0 siblings, 1 reply; 8+ messages in thread
From: Andy Shevchenko @ 2013-02-07 17:05 UTC (permalink / raw)
To: Viresh Kumar
Cc: Andy Shevchenko, Vinod Koul, linux-kernel, spear-devel,
Mika Westerberg
On Thu, Feb 7, 2013 at 5:39 PM, Viresh Kumar <viresh.kumar@linaro.org> wrote:
> On 7 February 2013 21:06, Andy Shevchenko
> <andriy.shevchenko@linux.intel.com> wrote:
>> From: Mika Westerberg <mika.westerberg@linux.intel.com>
>>
>> Intel Lynxpoint PCH Low Power Subsystem has DMA controller to support general
>> purpose serial buses like SPI, I2C, and HSUART. This controller is enumerated
>> from ACPI namespace with ACPI ID INTL9C60.
>>
>> Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
>
> Looks like Mika is Author and you have your signed-off :)
In this literally small and clear patch it doesn't matter who is who.
However for sake of equity I could add Mika's signed-off-by as well.
It should be:
Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com>
> Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
--
With Best Regards,
Andy Shevchenko
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH] dw_dmac: add support for Lynxpoint DMA controllers
2013-02-07 17:05 ` Andy Shevchenko
@ 2013-02-08 4:28 ` Viresh Kumar
2013-02-08 7:25 ` Andy Shevchenko
0 siblings, 1 reply; 8+ messages in thread
From: Viresh Kumar @ 2013-02-08 4:28 UTC (permalink / raw)
To: Andy Shevchenko
Cc: Andy Shevchenko, Vinod Koul, linux-kernel, spear-devel,
Mika Westerberg
On Thu, Feb 7, 2013 at 10:35 PM, Andy Shevchenko
<andy.shevchenko@gmail.com> wrote:
> On Thu, Feb 7, 2013 at 5:39 PM, Viresh Kumar <viresh.kumar@linaro.org> wrote:
>> On 7 February 2013 21:06, Andy Shevchenko
>> <andriy.shevchenko@linux.intel.com> wrote:
>>> From: Mika Westerberg <mika.westerberg@linux.intel.com>
>>>
>>> Intel Lynxpoint PCH Low Power Subsystem has DMA controller to support general
>>> purpose serial buses like SPI, I2C, and HSUART. This controller is enumerated
>>> from ACPI namespace with ACPI ID INTL9C60.
>>>
>>> Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
>>
>> Looks like Mika is Author and you have your signed-off :)
>
> In this literally small and clear patch it doesn't matter who is who.
I believe it doesn't matter how small or big is the patch, but the author should
be there in SOBs too..
> However for sake of equity I could add Mika's signed-off-by as well.
>
> It should be:
> Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com>
Thanks.
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH] dw_dmac: add support for Lynxpoint DMA controllers
2013-02-08 4:28 ` Viresh Kumar
@ 2013-02-08 7:25 ` Andy Shevchenko
2013-02-08 7:30 ` Viresh Kumar
2013-02-12 16:10 ` Vinod Koul
0 siblings, 2 replies; 8+ messages in thread
From: Andy Shevchenko @ 2013-02-08 7:25 UTC (permalink / raw)
To: Viresh Kumar
Cc: Andy Shevchenko, Vinod Koul, linux-kernel, spear-devel,
Mika Westerberg
On Fri, Feb 8, 2013 at 6:28 AM, Viresh Kumar <viresh.kumar@linaro.org> wrote:
> On Thu, Feb 7, 2013 at 10:35 PM, Andy Shevchenko
> <andy.shevchenko@gmail.com> wrote:
>> On Thu, Feb 7, 2013 at 5:39 PM, Viresh Kumar <viresh.kumar@linaro.org> wrote:
>>> On 7 February 2013 21:06, Andy Shevchenko
>>> <andriy.shevchenko@linux.intel.com> wrote:
>>>> From: Mika Westerberg <mika.westerberg@linux.intel.com>
...
>>>> Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
>>>
>>> Looks like Mika is Author and you have your signed-off :)
>>
>> In this literally small and clear patch it doesn't matter who is who.
>
> I believe it doesn't matter how small or big is the patch, but the author should
> be there in SOBs too..
True.
>
>> However for sake of equity I could add Mika's signed-off-by as well.
>>
>> It should be:
>> Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com>
>
> Thanks.
Shall I resend it?
--
With Best Regards,
Andy Shevchenko
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH] dw_dmac: add support for Lynxpoint DMA controllers
2013-02-08 7:25 ` Andy Shevchenko
@ 2013-02-08 7:30 ` Viresh Kumar
2013-02-12 16:10 ` Vinod Koul
1 sibling, 0 replies; 8+ messages in thread
From: Viresh Kumar @ 2013-02-08 7:30 UTC (permalink / raw)
To: Andy Shevchenko
Cc: Andy Shevchenko, Vinod Koul, linux-kernel, spear-devel,
Mika Westerberg
On Fri, Feb 8, 2013 at 12:55 PM, Andy Shevchenko
<andy.shevchenko@gmail.com> wrote:
> Shall I resend it?
Naah!! Vinod can manage it, i believe :)
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH] dw_dmac: add support for Lynxpoint DMA controllers
2013-02-08 7:25 ` Andy Shevchenko
2013-02-08 7:30 ` Viresh Kumar
@ 2013-02-12 16:10 ` Vinod Koul
1 sibling, 0 replies; 8+ messages in thread
From: Vinod Koul @ 2013-02-12 16:10 UTC (permalink / raw)
To: Andy Shevchenko
Cc: Viresh Kumar, Andy Shevchenko, linux-kernel, spear-devel,
Mika Westerberg
On Fri, Feb 08, 2013 at 09:25:11AM +0200, Andy Shevchenko wrote:
> On Fri, Feb 8, 2013 at 6:28 AM, Viresh Kumar <viresh.kumar@linaro.org> wrote:
> > On Thu, Feb 7, 2013 at 10:35 PM, Andy Shevchenko
> > <andy.shevchenko@gmail.com> wrote:
> >> On Thu, Feb 7, 2013 at 5:39 PM, Viresh Kumar <viresh.kumar@linaro.org> wrote:
> >>> On 7 February 2013 21:06, Andy Shevchenko
> >>> <andriy.shevchenko@linux.intel.com> wrote:
> >>>> From: Mika Westerberg <mika.westerberg@linux.intel.com>
> ...
> >>>> Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
> >>>
> >>> Looks like Mika is Author and you have your signed-off :)
> >>
> >> In this literally small and clear patch it doesn't matter who is who.
> >
> > I believe it doesn't matter how small or big is the patch, but the author should
> > be there in SOBs too..
> True.
Then in that case you need to re-read Documentation/SubmittingPatches
SOB is also acnowlegement of Origin of the Code, hence mandatory even for single
line of change.
> >
> >> However for sake of equity I could add Mika's signed-off-by as well.
> >>
> >> It should be:
> >> Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com>
> >
> > Thanks.
>
> Shall I resend it?
It will fix it up, and thanks to greg now you owe me a beverage :)
>
> --
> With Best Regards,
> Andy Shevchenko
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH] dw_dmac: add support for Lynxpoint DMA controllers
2013-02-07 15:36 [PATCH] dw_dmac: add support for Lynxpoint DMA controllers Andy Shevchenko
2013-02-07 15:39 ` Viresh Kumar
@ 2013-02-12 16:16 ` Vinod Koul
1 sibling, 0 replies; 8+ messages in thread
From: Vinod Koul @ 2013-02-12 16:16 UTC (permalink / raw)
To: Andy Shevchenko; +Cc: linux-kernel, spear-devel, Viresh Kumar, Mika Westerberg
On Thu, Feb 07, 2013 at 05:36:28PM +0200, Andy Shevchenko wrote:
> From: Mika Westerberg <mika.westerberg@linux.intel.com>
>
> Intel Lynxpoint PCH Low Power Subsystem has DMA controller to support general
> purpose serial buses like SPI, I2C, and HSUART. This controller is enumerated
> from ACPI namespace with ACPI ID INTL9C60.
>
Applied with correct SOBs...
> Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
> ---
> drivers/dma/dw_dmac.c | 6 ++++++
> 1 file changed, 6 insertions(+)
>
> diff --git a/drivers/dma/dw_dmac.c b/drivers/dma/dw_dmac.c
> index d6abea8..5feee76 100644
> --- a/drivers/dma/dw_dmac.c
> +++ b/drivers/dma/dw_dmac.c
> @@ -1977,6 +1977,11 @@ static const struct of_device_id dw_dma_id_table[] = {
> MODULE_DEVICE_TABLE(of, dw_dma_id_table);
> #endif
>
> +static const struct platform_device_id dw_dma_ids[] = {
> + { "INTL9C60", 0 },
> + { }
> +};
> +
> static struct platform_driver dw_driver = {
> .probe = dw_probe,
> .remove = dw_remove,
> @@ -1986,6 +1991,7 @@ static struct platform_driver dw_driver = {
> .pm = &dw_dev_pm_ops,
> .of_match_table = of_match_ptr(dw_dma_id_table),
> },
> + .id_table = dw_dma_ids,
> };
>
> static int __init dw_init(void)
> --
> 1.7.10.4
>
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2013-02-12 16:41 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-07 15:36 [PATCH] dw_dmac: add support for Lynxpoint DMA controllers Andy Shevchenko
2013-02-07 15:39 ` Viresh Kumar
2013-02-07 17:05 ` Andy Shevchenko
2013-02-08 4:28 ` Viresh Kumar
2013-02-08 7:25 ` Andy Shevchenko
2013-02-08 7:30 ` Viresh Kumar
2013-02-12 16:10 ` Vinod Koul
2013-02-12 16:16 ` Vinod Koul
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox