From: Daniel Lezcano <daniel.lezcano-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
To: Noam Camus <noamca-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>
Cc: robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org,
mark.rutland-5wv7dgnIgG8@public.gmane.org,
tglx-hfZtesqFncYOwBW4kG4KsQ@public.gmane.org,
devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: Re: [PATCH 2/3] ARC: [plat-eznps] remove macros for timer0 TSI
Date: Fri, 21 Oct 2016 16:12:17 +0200 [thread overview]
Message-ID: <20161021141217.GA5553@mai> (raw)
In-Reply-To: <1476370350-3853-3-git-send-email-noamca-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>
On Thu, Oct 13, 2016 at 05:52:29PM +0300, Noam Camus wrote:
> From: Noam Camus <noamca-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>
>
> Now it is defined at include/soc/nps/mtm.h
> It will be used by module from driver/clocksource/
>
This patch should be folded with the previous one in order to prevent
to break the git bisecting, otherwise there will be duplicate macros
at some point, leading to a compilation failure.
> Signed-off-by: Noam Camus <noamca-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>
> ---
> arch/arc/plat-eznps/include/plat/ctop.h | 2 --
> 1 files changed, 0 insertions(+), 2 deletions(-)
>
> diff --git a/arch/arc/plat-eznps/include/plat/ctop.h b/arch/arc/plat-eznps/include/plat/ctop.h
> index 9d6718c..ee2e32d 100644
> --- a/arch/arc/plat-eznps/include/plat/ctop.h
> +++ b/arch/arc/plat-eznps/include/plat/ctop.h
> @@ -46,9 +46,7 @@
> #define CTOP_AUX_UDMC (CTOP_AUX_BASE + 0x300)
>
> /* EZchip core instructions */
> -#define CTOP_INST_HWSCHD_OFF_R3 0x3B6F00BF
> #define CTOP_INST_HWSCHD_OFF_R4 0x3C6F00BF
> -#define CTOP_INST_HWSCHD_RESTORE_R3 0x3E6F70C3
> #define CTOP_INST_HWSCHD_RESTORE_R4 0x3E6F7103
> #define CTOP_INST_SCHD_RW 0x3E6F7004
> #define CTOP_INST_SCHD_RD 0x3E6F7084
> --
> 1.7.1
>
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
WARNING: multiple messages have this Message-ID (diff)
From: Daniel Lezcano <daniel.lezcano@linaro.org>
To: Noam Camus <noamca@mellanox.com>
Cc: robh+dt@kernel.org, mark.rutland@arm.com, tglx@linutronix.de,
devicetree@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH 2/3] ARC: [plat-eznps] remove macros for timer0 TSI
Date: Fri, 21 Oct 2016 16:12:17 +0200 [thread overview]
Message-ID: <20161021141217.GA5553@mai> (raw)
In-Reply-To: <1476370350-3853-3-git-send-email-noamca@mellanox.com>
On Thu, Oct 13, 2016 at 05:52:29PM +0300, Noam Camus wrote:
> From: Noam Camus <noamca@mellanox.com>
>
> Now it is defined at include/soc/nps/mtm.h
> It will be used by module from driver/clocksource/
>
This patch should be folded with the previous one in order to prevent
to break the git bisecting, otherwise there will be duplicate macros
at some point, leading to a compilation failure.
> Signed-off-by: Noam Camus <noamca@mellanox.com>
> ---
> arch/arc/plat-eznps/include/plat/ctop.h | 2 --
> 1 files changed, 0 insertions(+), 2 deletions(-)
>
> diff --git a/arch/arc/plat-eznps/include/plat/ctop.h b/arch/arc/plat-eznps/include/plat/ctop.h
> index 9d6718c..ee2e32d 100644
> --- a/arch/arc/plat-eznps/include/plat/ctop.h
> +++ b/arch/arc/plat-eznps/include/plat/ctop.h
> @@ -46,9 +46,7 @@
> #define CTOP_AUX_UDMC (CTOP_AUX_BASE + 0x300)
>
> /* EZchip core instructions */
> -#define CTOP_INST_HWSCHD_OFF_R3 0x3B6F00BF
> #define CTOP_INST_HWSCHD_OFF_R4 0x3C6F00BF
> -#define CTOP_INST_HWSCHD_RESTORE_R3 0x3E6F70C3
> #define CTOP_INST_HWSCHD_RESTORE_R4 0x3E6F7103
> #define CTOP_INST_SCHD_RW 0x3E6F7004
> #define CTOP_INST_SCHD_RD 0x3E6F7084
> --
> 1.7.1
>
next prev parent reply other threads:[~2016-10-21 14:12 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-10-13 14:52 [PATCH 0/3] Add clockevet for timer-nps driver to NPS400 SoC Noam Camus
2016-10-13 14:52 ` Noam Camus
2016-10-13 14:52 ` [PATCH 2/3] ARC: [plat-eznps] remove macros for timer0 TSI Noam Camus
2016-10-13 14:52 ` Noam Camus
[not found] ` <1476370350-3853-3-git-send-email-noamca-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>
2016-10-21 14:12 ` Daniel Lezcano [this message]
2016-10-21 14:12 ` Daniel Lezcano
[not found] ` <1476370350-3853-1-git-send-email-noamca-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>
2016-10-13 14:52 ` [PATCH 1/3] soc: Support for NPS HW scheduling Noam Camus
2016-10-13 14:52 ` Noam Camus
2016-10-21 13:52 ` Daniel Lezcano
2016-10-13 14:52 ` [PATCH 3/3] clocksource: Add clockevent support to NPS400 driver Noam Camus
2016-10-13 14:52 ` Noam Camus
2016-10-18 13:57 ` Rob Herring
2016-10-18 14:32 ` Noam Camus
2016-10-18 14:32 ` Noam Camus
2016-10-18 14:51 ` Noam Camus
2016-10-18 14:51 ` Noam Camus
[not found] ` <1476370350-3853-4-git-send-email-noamca-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>
2016-10-21 15:08 ` Daniel Lezcano
2016-10-21 15:08 ` Daniel Lezcano
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=20161021141217.GA5553@mai \
--to=daniel.lezcano-qsej5fyqhm4dnm+yrofe0a@public.gmane.org \
--cc=devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=mark.rutland-5wv7dgnIgG8@public.gmane.org \
--cc=noamca-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org \
--cc=robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org \
--cc=tglx-hfZtesqFncYOwBW4kG4KsQ@public.gmane.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.