From: Andrew Lunn <andrew@lunn.ch>
To: Russell King - ARM Linux <linux@arm.linux.org.uk>
Cc: Jason Cooper <jason@lakedaemon.net>,
"Rafael J. Wysocki" <rjw@rjwysocki.net>,
Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>,
devicetree@vger.kernel.org,
Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
Ian Campbell <ijc+devicetree@hellion.org.uk>,
Kumar Gala <galak@codeaurora.org>,
Len Brown <len.brown@intel.com>,
linux-arm-kernel@lists.infradead.org, linux-pm@vger.kernel.org,
Mark Rutland <mark.rutland@arm.com>,
Pawel Moll <pawel.moll@arm.com>, Rob Herring <robh+dt@kernel.org>
Subject: Re: [FOR DISCUSSION 0/8] Dove PMU support
Date: Sat, 14 Feb 2015 17:49:52 +0100 [thread overview]
Message-ID: <20150214164952.GF3213@lunn.ch> (raw)
In-Reply-To: <20150214152659.GI8656@n2100.arm.linux.org.uk>
Hi Russell
Thanks for posting these. Lets try to get them merged.
> There are a few things which are missing from this driver, such sa the
> DT binding documentation. This will follow once people are happy with
> the first four patches, in particular where to locate the PMU driver
> in the kernel tree. Currently, I have it in arch/arm/mach-dove, which
> is where the legacy Dove code lives, so it's not ideal.
Maybe time for a drivers/pmu? arch/arm/mach-dove is not good, we want
to be able to use this code from arch/arm/mach-mvebu.
Andrew
WARNING: multiple messages have this Message-ID (diff)
From: andrew@lunn.ch (Andrew Lunn)
To: linux-arm-kernel@lists.infradead.org
Subject: [FOR DISCUSSION 0/8] Dove PMU support
Date: Sat, 14 Feb 2015 17:49:52 +0100 [thread overview]
Message-ID: <20150214164952.GF3213@lunn.ch> (raw)
In-Reply-To: <20150214152659.GI8656@n2100.arm.linux.org.uk>
Hi Russell
Thanks for posting these. Lets try to get them merged.
> There are a few things which are missing from this driver, such sa the
> DT binding documentation. This will follow once people are happy with
> the first four patches, in particular where to locate the PMU driver
> in the kernel tree. Currently, I have it in arch/arm/mach-dove, which
> is where the legacy Dove code lives, so it's not ideal.
Maybe time for a drivers/pmu? arch/arm/mach-dove is not good, we want
to be able to use this code from arch/arm/mach-mvebu.
Andrew
next prev parent reply other threads:[~2015-02-14 16:52 UTC|newest]
Thread overview: 39+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-02-14 15:26 [FOR DISCUSSION 0/8] Dove PMU support Russell King - ARM Linux
2015-02-14 15:26 ` Russell King - ARM Linux
2015-02-14 15:27 ` [PATCH 1/8] pm: domains: quieten down generic pm domains Russell King
2015-02-14 15:27 ` [PATCH 2/8] pm: domains: avoid potential oops in pm_genpd_remove_device() Russell King
2015-02-14 15:27 ` [PATCH 3/8] pm: domains: sync runtime PM status with PM domains Russell King
2015-02-15 4:24 ` Ulf Hansson
2015-02-17 18:53 ` Rafael J. Wysocki
2015-02-17 19:42 ` Alan Stern
2015-02-17 19:42 ` Russell King - ARM Linux
2015-02-18 7:02 ` Rafael J. Wysocki
2015-02-18 10:03 ` Russell King - ARM Linux
2015-02-18 15:12 ` Alan Stern
2015-02-18 15:42 ` Russell King - ARM Linux
2015-02-18 16:52 ` Rafael J. Wysocki
2015-02-18 17:26 ` Russell King - ARM Linux
2015-02-18 18:05 ` Rafael J. Wysocki
2015-03-04 19:57 ` Ulf Hansson
2015-03-04 20:11 ` Russell King - ARM Linux
2015-02-18 18:42 ` Alan Stern
2015-02-18 16:46 ` Rafael J. Wysocki
2015-02-14 15:27 ` [PATCH 4/8] ARM: dove: create a proper PMU driver for power domains, PMU IRQs and resets Russell King
2015-02-14 17:02 ` Sebastian Hesselbarth
2015-02-15 16:36 ` Russell King - ARM Linux
2015-02-16 15:58 ` Russell King - ARM Linux
2015-02-16 16:30 ` Sebastian Hesselbarth
2015-02-16 16:52 ` Russell King - ARM Linux
2015-02-16 17:54 ` Andrew Lunn
2015-02-14 17:09 ` Andrew Lunn
2015-02-15 16:26 ` Russell King - ARM Linux
2015-02-14 15:27 ` [PATCH 5/8] ARM: dt: dove: add Dove PMU DT entry to dove.dtsi Russell King
2015-02-14 15:27 ` Russell King
2015-02-14 15:27 ` [PATCH 6/8] ARM: dt: dove: wire up RTC interrupt Russell King
2015-02-14 15:27 ` Russell King
2015-02-14 15:28 ` [PATCH 7/8] ARM: dt: dove: add video decoder power domain description Russell King
2015-02-14 15:28 ` Russell King
2015-02-14 15:28 ` [PATCH 8/8] ARM: dt: dove: add GPU " Russell King
2015-02-14 15:28 ` Russell King
2015-02-14 16:49 ` Andrew Lunn [this message]
2015-02-14 16:49 ` [FOR DISCUSSION 0/8] Dove PMU support Andrew Lunn
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=20150214164952.GF3213@lunn.ch \
--to=andrew@lunn.ch \
--cc=devicetree@vger.kernel.org \
--cc=galak@codeaurora.org \
--cc=gregkh@linuxfoundation.org \
--cc=ijc+devicetree@hellion.org.uk \
--cc=jason@lakedaemon.net \
--cc=len.brown@intel.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-pm@vger.kernel.org \
--cc=linux@arm.linux.org.uk \
--cc=mark.rutland@arm.com \
--cc=pawel.moll@arm.com \
--cc=rjw@rjwysocki.net \
--cc=robh+dt@kernel.org \
--cc=sebastian.hesselbarth@gmail.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.