From: Greg Ungerer <gerg@uclinux.org>
To: Steven King <sfking@fdwdc.com>
Cc: linux-m68k@vger.kernel.org, uclinux-dev@uclinux.org
Subject: Re: [PATCH 9/9] m68knommu: use ColdFire DMA timer module on devices that have it
Date: Thu, 29 May 2014 09:46:54 +1000 [thread overview]
Message-ID: <5386756E.7090105@uclinux.org> (raw)
In-Reply-To: <201405280859.21357.sfking@fdwdc.com>
Hi Steven,
On 29/05/14 01:59, Steven King wrote:
> On Tuesday 27 May 2014 5:49:49 pm gerg@uclinux.org wrote:
>> From: Greg Ungerer <gerg@uclinux.org>
>>
>> The DMA timer hardware module is present in all of the 520x, 527x, 528x,
>> 53xx and 5441x families of ColdFire SoC. Use it as clock source on those
>> parts to give a more accurate clock.
>>
>> Signed-off-by: Greg Ungerer <gerg@uclinux.org>
>> ---
>> arch/m68k/platform/coldfire/Makefile | 10 +++++-----
>> 1 file changed, 5 insertions(+), 5 deletions(-)
>>
>> diff --git a/arch/m68k/platform/coldfire/Makefile
>> b/arch/m68k/platform/coldfire/Makefile index 0818f77..cdd0b03 100644
>> --- a/arch/m68k/platform/coldfire/Makefile
>> +++ b/arch/m68k/platform/coldfire/Makefile
>> @@ -17,18 +17,18 @@ asflags-$(CONFIG_FULLDEBUG) :=
>> -DDEBUGGER_COMPATIBLE_CACHE=1 obj-$(CONFIG_COLDFIRE) += cache.o clk.o
>> device.o dma.o entry.o vectors.o obj-$(CONFIG_M5206) += m5206.o timers.o
>> intc.o reset.o
>> obj-$(CONFIG_M5206e) += m5206.o timers.o intc.o reset.o
>> -obj-$(CONFIG_M520x) += m520x.o pit.o intc-simr.o reset.o
>> +obj-$(CONFIG_M520x) += m520x.o pit.o dma_timer.o intc-simr.o reset.o
>> obj-$(CONFIG_M523x) += m523x.o pit.o dma_timer.o intc-2.o reset.o
>> obj-$(CONFIG_M5249) += m5249.o timers.o intc.o intc-5249.o reset.o
>> obj-$(CONFIG_M525x) += m525x.o timers.o intc.o intc-525x.o reset.o
>> -obj-$(CONFIG_M527x) += m527x.o pit.o intc-2.o reset.o
>> +obj-$(CONFIG_M527x) += m527x.o pit.o dma_timer.o intc-2.o reset.o
>> obj-$(CONFIG_M5272) += m5272.o intc-5272.o timers.o
>> -obj-$(CONFIG_M528x) += m528x.o pit.o intc-2.o reset.o
>> +obj-$(CONFIG_M528x) += m528x.o pit.o dma_timer.o intc-2.o reset.o
>> obj-$(CONFIG_M5307) += m5307.o timers.o intc.o reset.o
>> -obj-$(CONFIG_M53xx) += m53xx.o pit.o intc-simr.o reset.o
>> +obj-$(CONFIG_M53xx) += m53xx.o pit.o dma_timer.o intc-simr.o reset.o
>> obj-$(CONFIG_M5407) += m5407.o timers.o intc.o reset.o
>> obj-$(CONFIG_M54xx) += m54xx.o sltimers.o intc-2.o
>> -obj-$(CONFIG_M5441x) += m5441x.o pit.o intc-simr.o reset.o
>> +obj-$(CONFIG_M5441x) += m5441x.o pit.o dma_timer.o intc-simr.o reset.o
>>
>> obj-$(CONFIG_NETtel) += nettel.o
>> obj-$(CONFIG_CLEOPATRA) += nettel.o
>
> Hi Greg,
>
> I couldn't get this part to apply. What tree are you using?
This was against linux-3.15-rc4
Regards
Greg
_______________________________________________
uClinux-dev mailing list
uClinux-dev@uclinux.org
http://mailman.uclinux.org/mailman/listinfo/uclinux-dev
This message was resent by uclinux-dev@uclinux.org
To unsubscribe see:
http://mailman.uclinux.org/mailman/options/uclinux-dev
next prev parent reply other threads:[~2014-05-28 23:46 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-05-28 0:49 [PATCH 0/9] m68knommu: use ColdFire DMA timer gerg
2014-05-28 0:49 ` [PATCH 1/9] m68knommu: add DMA timer base address definitions for ColdFire 53xx gerg
2014-05-28 0:49 ` [PATCH 2/9] m68knommu: add DMA timer base address definitions for ColdFire 520x gerg
2014-05-28 0:49 ` [PATCH 3/9] m68knommu: add DMA timer base address definitions for ColdFire 523x gerg
2014-05-28 0:49 ` [PATCH 4/9] m68knommu: add DMA timer base address definitions for ColdFire 527x gerg
2014-05-28 0:49 ` [PATCH 5/9] m68knommu: add DMA timer base address definitions for ColdFire 528x gerg
2014-05-28 0:49 ` [PATCH 6/9] m68knommu: add DMA timer base address definitions for ColdFire 5441x gerg
2014-05-28 0:49 ` [PATCH 7/9] m68knommu: modify ColdFire dma_timer to use common definitions gerg
2014-05-28 0:49 ` [PATCH 8/9] m68knommu: enable clock when using dma_timer hardware module gerg
2014-05-28 0:49 ` [PATCH 9/9] m68knommu: use ColdFire DMA timer module on devices that have it gerg
2014-05-28 15:59 ` Steven King
2014-05-28 23:46 ` Greg Ungerer [this message]
2014-05-29 23:22 ` [PATCH 0/9] m68knommu: use ColdFire DMA timer Steven King
2014-05-30 0:51 ` Greg Ungerer
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=5386756E.7090105@uclinux.org \
--to=gerg@uclinux.org \
--cc=linux-m68k@vger.kernel.org \
--cc=sfking@fdwdc.com \
--cc=uclinux-dev@uclinux.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox