All of lore.kernel.org
 help / color / mirror / Atom feed
From: andrew@lunn.ch (Andrew Lunn)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] cpuidle: kirkwood: Move out of mach directory, add DT.
Date: Sun, 10 Feb 2013 19:58:12 +0100	[thread overview]
Message-ID: <20130210185812.GI20212@lunn.ch> (raw)
In-Reply-To: <20130208213441.014343E2C27@localhost>

> > +* QNAP Power Off
> > +
> > +QNAP NAS devices have a microcontroller controlling the main power
> > +supply. This microcontroller is connected to UART1 of the Kirkwood and
> > +Orion5x SoCs. Sending the charactor 'A', at 19200 baud, tells the
> > +microcontroller to turn the power off. This driver adds a handler to
> > +pm_power_off which is called to turn the power off.
> > +
> > +Required Properties:
> > +- compatibile: Should be "qnap,power-off"
> 
> It would do well to have the model number embedded into this compatible
> string since it is unlikely that every single QNAP device will use the
> same controller interface.

Hi Grant

All QNAP devices known to mainline use this same controller interface.

So that would be ts109, ts209, ts409, ts119, ts219, ts419, plus a few
other models which we don't differentiate, like ts219P and ts219P+.

Any suggestions what to use in the compatible string?

    Thanks
	Andrew

WARNING: multiple messages have this Message-ID (diff)
From: Andrew Lunn <andrew-g2DYL2Zd6BY@public.gmane.org>
To: Grant Likely <grant.likely-s3s/WqlpOiPyB63q8FvJNQ@public.gmane.org>
Cc: Andrew Lunn <andrew-g2DYL2Zd6BY@public.gmane.org>,
	Jason Cooper <jason-NLaQJdtUoK4Be96aLqz0jA@public.gmane.org>,
	len.brown-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org,
	devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org,
	rafael.j.wysocki-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org,
	linux ARM
	<linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org>
Subject: Re: [PATCH] cpuidle: kirkwood: Move out of mach directory, add DT.
Date: Sun, 10 Feb 2013 19:58:12 +0100	[thread overview]
Message-ID: <20130210185812.GI20212@lunn.ch> (raw)
In-Reply-To: <20130208213441.014343E2C27@localhost>

> > +* QNAP Power Off
> > +
> > +QNAP NAS devices have a microcontroller controlling the main power
> > +supply. This microcontroller is connected to UART1 of the Kirkwood and
> > +Orion5x SoCs. Sending the charactor 'A', at 19200 baud, tells the
> > +microcontroller to turn the power off. This driver adds a handler to
> > +pm_power_off which is called to turn the power off.
> > +
> > +Required Properties:
> > +- compatibile: Should be "qnap,power-off"
> 
> It would do well to have the model number embedded into this compatible
> string since it is unlikely that every single QNAP device will use the
> same controller interface.

Hi Grant

All QNAP devices known to mainline use this same controller interface.

So that would be ts109, ts209, ts409, ts119, ts219, ts419, plus a few
other models which we don't differentiate, like ts219P and ts219P+.

Any suggestions what to use in the compatible string?

    Thanks
	Andrew

  reply	other threads:[~2013-02-10 18:58 UTC|newest]

Thread overview: 36+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-12-28 12:47 [PATCH] cpuidle: kirkwood: Move out of mach directory, add DT Andrew Lunn
2012-12-28 12:47 ` Andrew Lunn
2012-12-28 14:18 ` Rob Herring
2012-12-28 14:18   ` Rob Herring
2012-12-28 14:35   ` Andrew Lunn
2012-12-28 14:35     ` Andrew Lunn
2012-12-28 14:55     ` Rob Herring
2012-12-28 14:55       ` Rob Herring
2012-12-28 15:49       ` Andrew Lunn
2012-12-28 15:49         ` Andrew Lunn
2012-12-28 16:14         ` Rob Herring
2012-12-28 16:14           ` Rob Herring
2012-12-28 16:38           ` Andrew Lunn
2012-12-28 16:38             ` Andrew Lunn
2012-12-28 16:59             ` Rob Herring
2012-12-28 16:59               ` Rob Herring
2012-12-28 16:56           ` Santosh Shilimkar
2012-12-28 16:56             ` Santosh Shilimkar
2012-12-28 17:28             ` Andrew Lunn
2012-12-28 17:28               ` Andrew Lunn
2012-12-28 17:50               ` Santosh Shilimkar
2012-12-28 17:50                 ` Santosh Shilimkar
2012-12-28 17:56                 ` Andrew Lunn
2012-12-28 17:56                   ` Andrew Lunn
2012-12-28 18:02                   ` Santosh Shilimkar
2012-12-28 18:02                     ` Santosh Shilimkar
2012-12-28 14:32 ` Florian Fainelli
2012-12-28 14:32   ` Florian Fainelli
2012-12-28 14:37   ` Andrew Lunn
2012-12-28 14:37     ` Andrew Lunn
2013-02-08 21:34 ` Grant Likely
2013-02-08 21:34   ` Grant Likely
2013-02-10 18:58   ` Andrew Lunn [this message]
2013-02-10 18:58     ` Andrew Lunn
2013-02-11 11:41     ` Grant Likely
2013-02-11 11:41       ` Grant Likely

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=20130210185812.GI20212@lunn.ch \
    --to=andrew@lunn.ch \
    --cc=linux-arm-kernel@lists.infradead.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.