All of lore.kernel.org
 help / color / mirror / Atom feed
From: "edubezval@gmail.com" <edubezval@gmail.com>
To: Andrew Lunn <andrew@lunn.ch>
Cc: Jason Cooper <jason@lakedaemon.net>,
	linux ARM <linux-arm-kernel@lists.infradead.org>,
	Zhang Rui <rui.zhang@intel.com>,
	"linux-pm@vger.kernel.org" <linux-pm@vger.kernel.org>
Subject: Re: [Patch v3] 3/7] thermal: Remove ARCH_KIRKWOOD dependency
Date: Tue, 2 Sep 2014 07:53:14 -0400	[thread overview]
Message-ID: <CAC-25o8UaK0gdysSk399Y29OAcQikDerc0b8xbzLiPjT44p0ew@mail.gmail.com> (raw)
In-Reply-To: <1409417172-6846-4-git-send-email-andrew@lunn.ch>

Andrew,

On Sat, Aug 30, 2014 at 12:46 PM, Andrew Lunn <andrew@lunn.ch> wrote:
> mach-kirkwood has been removed, now that kirkwood lives in mach-mvebu.
> Depend on MACH_KIRKWOOD, which will be set when kirkwood is built as
> part of ARCH_MVEBU.
>
> Signed-off-by: Andrew Lunn <andrew@lunn.ch>
> Cc: Zhang Rui <rui.zhang@intel.com>
> Cc: linux-pm@vger.kernel.org
> ---
>  drivers/thermal/Kconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/thermal/Kconfig b/drivers/thermal/Kconfig
> index 693208eb9047..ef5587fe2c69 100644
> --- a/drivers/thermal/Kconfig
> +++ b/drivers/thermal/Kconfig
> @@ -143,7 +143,7 @@ config RCAR_THERMAL
>
>  config KIRKWOOD_THERMAL
>         tristate "Temperature sensor on Marvell Kirkwood SoCs"
> -       depends on ARCH_KIRKWOOD || MACH_KIRKWOOD
> +       depends on MACH_KIRKWOOD

I have no objections with this change. So, wrt thermal:
Acked-by: Eduardo Valentin <edubezval@gmail.com>

>         depends on OF
>         help
>           Support for the Kirkwood thermal sensor driver into the Linux thermal
> --
> 2.1.0
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-pm" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html



-- 
Eduardo Bezerra Valentin

WARNING: multiple messages have this Message-ID (diff)
From: edubezval@gmail.com (edubezval at gmail.com)
To: linux-arm-kernel@lists.infradead.org
Subject: [Patch v3] 3/7] thermal: Remove ARCH_KIRKWOOD dependency
Date: Tue, 2 Sep 2014 07:53:14 -0400	[thread overview]
Message-ID: <CAC-25o8UaK0gdysSk399Y29OAcQikDerc0b8xbzLiPjT44p0ew@mail.gmail.com> (raw)
In-Reply-To: <1409417172-6846-4-git-send-email-andrew@lunn.ch>

Andrew,

On Sat, Aug 30, 2014 at 12:46 PM, Andrew Lunn <andrew@lunn.ch> wrote:
> mach-kirkwood has been removed, now that kirkwood lives in mach-mvebu.
> Depend on MACH_KIRKWOOD, which will be set when kirkwood is built as
> part of ARCH_MVEBU.
>
> Signed-off-by: Andrew Lunn <andrew@lunn.ch>
> Cc: Zhang Rui <rui.zhang@intel.com>
> Cc: linux-pm at vger.kernel.org
> ---
>  drivers/thermal/Kconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/thermal/Kconfig b/drivers/thermal/Kconfig
> index 693208eb9047..ef5587fe2c69 100644
> --- a/drivers/thermal/Kconfig
> +++ b/drivers/thermal/Kconfig
> @@ -143,7 +143,7 @@ config RCAR_THERMAL
>
>  config KIRKWOOD_THERMAL
>         tristate "Temperature sensor on Marvell Kirkwood SoCs"
> -       depends on ARCH_KIRKWOOD || MACH_KIRKWOOD
> +       depends on MACH_KIRKWOOD

I have no objections with this change. So, wrt thermal:
Acked-by: Eduardo Valentin <edubezval@gmail.com>

>         depends on OF
>         help
>           Support for the Kirkwood thermal sensor driver into the Linux thermal
> --
> 2.1.0
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-pm" in
> the body of a message to majordomo at vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html



-- 
Eduardo Bezerra Valentin

  reply	other threads:[~2014-09-02 11:53 UTC|newest]

Thread overview: 29+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-08-30 16:46 [Patch v3] 0/7] Remove mach-kirkwood Andrew Lunn
2014-08-30 16:46 ` Andrew Lunn
2014-08-30 16:46 ` [Patch v3] 1/7] cpuidle: kirkwood: Remove ARCH_KIRKWOOD dependency Andrew Lunn
2014-08-30 16:46   ` Andrew Lunn
2014-09-03 13:45   ` Daniel Lezcano
2014-09-03 13:45     ` Daniel Lezcano
2014-08-30 16:46 ` [Patch v3] 2/7] ata: " Andrew Lunn
2014-08-30 16:46   ` Andrew Lunn
2014-08-31 11:02   ` Tejun Heo
2014-08-31 11:02     ` Tejun Heo
2014-08-30 16:46 ` [Patch v3] 3/7] thermal: " Andrew Lunn
2014-08-30 16:46   ` Andrew Lunn
2014-09-02 11:53   ` edubezval [this message]
2014-09-02 11:53     ` edubezval at gmail.com
2014-08-30 16:46 ` [Patch v3] 4/7] leds: " Andrew Lunn
2014-08-30 16:46   ` Andrew Lunn
2014-08-30 16:46 ` [Patch v3] 5/7] rtc: " Andrew Lunn
2014-08-30 16:46 ` [Patch v3] 6/7] watchdog: " Andrew Lunn
2014-08-30 16:46   ` Andrew Lunn
2014-08-30 16:46 ` [Patch v3] 7/7] cpufreq: " Andrew Lunn
2014-09-01  4:05   ` Viresh Kumar
2014-09-01 13:56 ` [Patch v3] 0/7] Remove mach-kirkwood Rafael J. Wysocki
2014-09-01 13:56   ` Rafael J. Wysocki
2014-09-01 14:03   ` Andrew Lunn
2014-09-01 14:03     ` Andrew Lunn
2014-09-01 23:46     ` Rafael J. Wysocki
2014-09-01 23:46       ` Rafael J. Wysocki
2014-09-09 15:10 ` Jason Cooper
2014-09-09 15:10   ` Jason Cooper

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=CAC-25o8UaK0gdysSk399Y29OAcQikDerc0b8xbzLiPjT44p0ew@mail.gmail.com \
    --to=edubezval@gmail.com \
    --cc=andrew@lunn.ch \
    --cc=jason@lakedaemon.net \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-pm@vger.kernel.org \
    --cc=rui.zhang@intel.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 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.