linux-pwm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Ladislav Michl <ladis@linux-mips.org>
To: Keerthy <j-keerthy@ti.com>
Cc: linux-pwm@vger.kernel.org, linux-omap@vger.kernel.org,
	narmstrong@baylibre.com, tony@atomide.com,
	daniel.lezcano@linaro.org, linux-kernel@vger.kernel.org,
	robh+dt@kernel.org, t-kristo@ti.com, thierry.reding@gmail.com,
	sebastian.reichel@collabora.co.uk, aaro.koskinen@iki.fi,
	grygorii.strashko@ti.com, Claudiu.Beznea@microchip.com,
	linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH v11 04/10] clocksource: timer-ti-dm: Replace architecture
Date: Thu, 22 Feb 2018 11:57:13 +0100	[thread overview]
Message-ID: <20180222105713.GA30885@lenoch> (raw)
In-Reply-To: <1518674511-26421-5-git-send-email-j-keerthy@ti.com>

On Thu, Feb 15, 2018 at 11:31:45AM +0530, Keerthy wrote:
> Replace architecture specific guard with clocksource guard.
> 
> Signed-off-by: Keerthy <j-keerthy@ti.com>
> Replace architecture specific defines with clocksource

This looks like a bit unussual commit log. Also, what about merging
it with previous patch?

Btw, I tested whole serie again on the top of today's -next and it is
still working fine. What is preventing these patches from being merged?

Thank you,
	ladis

> ---
>  include/clocksource/timer-ti-dm.h | 8 +++-----
>  1 file changed, 3 insertions(+), 5 deletions(-)
> 
> diff --git a/include/clocksource/timer-ti-dm.h b/include/clocksource/timer-ti-dm.h
> index 831174f..4f31095 100644
> --- a/include/clocksource/timer-ti-dm.h
> +++ b/include/clocksource/timer-ti-dm.h
> @@ -1,6 +1,4 @@
>  /*
> - * arch/arm/plat-omap/include/plat/dmtimer.h
> - *
>   * OMAP Dual-Mode Timers
>   *
>   * Copyright (C) 2010 Texas Instruments Incorporated - http://www.ti.com/
> @@ -36,8 +34,8 @@
>  #include <linux/io.h>
>  #include <linux/platform_device.h>
>  
> -#ifndef __ASM_ARCH_DMTIMER_H
> -#define __ASM_ARCH_DMTIMER_H
> +#ifndef __CLOCKSOURCE_DMTIMER_H
> +#define __CLOCKSOURCE_DMTIMER_H
>  
>  /* clock sources */
>  #define OMAP_TIMER_SRC_SYS_CLK			0x00
> @@ -426,4 +424,4 @@ static inline void __omap_dm_timer_write_status(struct omap_dm_timer *timer,
>  	writel_relaxed(value, timer->irq_stat);
>  }
>  #endif /* CONFIG_ARCH_OMAP1 || CONFIG_ARCH_OMAP2PLUS */
> -#endif /* __ASM_ARCH_DMTIMER_H */
> +#endif /* __CLOCKSOURCE_DMTIMER_H */
> -- 
> 1.9.1

  reply	other threads:[~2018-02-22 10:57 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-02-15  6:01 [PATCH v11 00/10] omap: dmtimer: Move driver out of plat-omap Keerthy
2018-02-15  6:01 ` [PATCH v11 01/10] clocksource: dmtimer: Remove all the exports Keerthy
2018-02-15  6:01 ` [PATCH v11 02/10] arm: omap: timer: Wrap the inline functions under OMAP2PLUS define Keerthy
2018-02-15  6:01 ` [PATCH v11 03/10] arm: omap: Move dmtimer.h out of plat-omap Keerthy
2018-02-15  6:01 ` [PATCH v11 04/10] clocksource: timer-ti-dm: Replace architecture Keerthy
2018-02-22 10:57   ` Ladislav Michl [this message]
2018-02-22 18:45     ` Tony Lindgren
2018-02-23  4:08       ` Keerthy
2018-02-15  6:01 ` [PATCH v11 05/10] arm: OMAP: Move dmtimer driver out of plat-omap to drivers under clocksource Keerthy
2018-02-15  6:01 ` [PATCH v11 06/10] timer-ti-dm: Add timer ops to the platform data structure Keerthy
2018-02-15  6:01 ` [PATCH v11 07/10] clocksource: timer-ti-dm: Populate the timer ops to the pdata Keerthy
2018-02-15  6:01 ` [PATCH v11 08/10] clocksource: timer-ti-dm: Hook device platform data if not already assigned Keerthy
2018-02-15  6:01 ` [PATCH v11 09/10] pwm: pwm-omap-dmtimer: Adapt driver to utilize dmtimer pdata ops Keerthy
2018-02-15  6:01 ` [PATCH v11 10/10] arm: omap: pdata-quirks: Remove unused timer pdata Keerthy

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=20180222105713.GA30885@lenoch \
    --to=ladis@linux-mips.org \
    --cc=Claudiu.Beznea@microchip.com \
    --cc=aaro.koskinen@iki.fi \
    --cc=daniel.lezcano@linaro.org \
    --cc=grygorii.strashko@ti.com \
    --cc=j-keerthy@ti.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-omap@vger.kernel.org \
    --cc=linux-pwm@vger.kernel.org \
    --cc=narmstrong@baylibre.com \
    --cc=robh+dt@kernel.org \
    --cc=sebastian.reichel@collabora.co.uk \
    --cc=t-kristo@ti.com \
    --cc=thierry.reding@gmail.com \
    --cc=tony@atomide.com \
    /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;
as well as URLs for NNTP newsgroup(s).