From: Greg Ungerer <gregungerer@westnet.com.au>
To: Daniel Palmer <danieruru@gmail.com>, linux-m68k@lists.linux-m68k.org
Subject: Re: [PATCH 2/2] Fix mach_sched_init for EZ and VZ DragonBall chips.
Date: Thu, 03 Apr 2014 22:45:16 +1000 [thread overview]
Message-ID: <533D57DC.6060105@westnet.com.au> (raw)
In-Reply-To: <1396449792-5121-2-git-send-email-danieruru@gmail.com>
Hi Daniel,
On 03/04/14 00:43, Daniel Palmer wrote:
> Signed-off-by: Daniel Palmer <danieruru@gmail.com>
Looks good. As soon as the current merge window has closed I'll push
this into the m68knommu git tree.
Regards
Greg
> ---
> arch/m68k/platform/68000/m68EZ328.c | 3 ++-
> arch/m68k/platform/68000/m68VZ328.c | 1 +
> 2 files changed, 3 insertions(+), 1 deletion(-)
>
> diff --git a/arch/m68k/platform/68000/m68EZ328.c b/arch/m68k/platform/68000/m68EZ328.c
> index 332b5e8..2195290 100644
> --- a/arch/m68k/platform/68000/m68EZ328.c
> +++ b/arch/m68k/platform/68000/m68EZ328.c
> @@ -69,7 +69,8 @@ void __init config_BSP(char *command, int len)
> if (p) strcpy(p,command);
> else command[0] = 0;
> #endif
> -
> +
> + mach_sched_init = hw_timer_init;
> mach_hwclk = m68328_hwclk;
> mach_reset = m68ez328_reset;
> }
> diff --git a/arch/m68k/platform/68000/m68VZ328.c b/arch/m68k/platform/68000/m68VZ328.c
> index fd66583..0e5e5a1 100644
> --- a/arch/m68k/platform/68000/m68VZ328.c
> +++ b/arch/m68k/platform/68000/m68VZ328.c
> @@ -182,6 +182,7 @@ void __init config_BSP(char *command, int size)
>
> init_hardware(command, size);
>
> + mach_sched_init = hw_timer_init;
> mach_hwclk = m68328_hwclk;
> mach_reset = m68vz328_reset;
> }
>
next prev parent reply other threads:[~2014-04-03 12:45 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-04-02 14:43 [PATCH 1/2] Add correct PLL settings for DragonBall VZ Daniel Palmer
2014-04-02 14:43 ` [PATCH 2/2] Fix mach_sched_init for EZ and VZ DragonBall chips Daniel Palmer
2014-04-03 12:45 ` Greg Ungerer [this message]
2014-04-03 12:41 ` [PATCH 1/2] Add correct PLL settings for DragonBall VZ Greg Ungerer
2014-04-03 12:48 ` Geert Uytterhoeven
2014-04-04 3:18 ` Daniel Palmer
2014-04-04 8:16 ` Finn Thain
2014-04-04 13:42 ` Greg Ungerer
2014-04-04 7:45 ` Finn Thain
2014-04-04 13:35 ` Greg Ungerer
2014-04-05 8:46 ` Finn Thain
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=533D57DC.6060105@westnet.com.au \
--to=gregungerer@westnet.com.au \
--cc=danieruru@gmail.com \
--cc=linux-m68k@lists.linux-m68k.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