linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: s.hauer@pengutronix.de (Sascha Hauer)
To: linux-arm-kernel@lists.infradead.org
Subject: [patch 5/5] mx51: add support for efika smartbook
Date: Wed, 2 Feb 2011 16:47:51 +0100	[thread overview]
Message-ID: <20110202154751.GZ9041@pengutronix.de> (raw)
In-Reply-To: <20110202112129.002921139@rtp-net.org>

On Wed, Feb 02, 2011 at 12:21:09PM +0100, Arnaud Patard wrote:
> Signed-off-by: Arnaud Patard <arnaud.patard@rtp-net.org>
> Index: linux-2.6-submit/arch/arm/mach-mx5/board-mx51_efikasb.c
> ===================================================================
> --- /dev/null	1970-01-01 00:00:00.000000000 +0000
> +++ linux-2.6-submit/arch/arm/mach-mx5/board-mx51_efikasb.c	2011-02-02 12:10:03.000000000 +0100

[...]

> +
> +static int __init mx51_efikasb_power_init(void)
> +{
> +	pwgt1 = regulator_get(NULL, "pwgt1");
> +	pwgt2 = regulator_get(NULL, "pwgt2");
> +	if (!IS_ERR(pwgt1) && !IS_ERR(pwgt2)) {
> +		regulator_enable(pwgt1);
> +		regulator_enable(pwgt2);
> +	}
> +	gpio_request(EFIKASB_POWEROFF, "poweroff");
> +	pm_power_off = mx51_efikasb_power_off;
> +
> +	regulator_has_full_constraints();
> +
> +	return 0;
> +}
> +late_initcall(mx51_efikasb_power_init);

This also needs protection against other machines.

Sascha

-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

      reply	other threads:[~2011-02-02 15:47 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-02-02 11:21 [patch 0/5] Genesi Efika MX/SB support improvements Arnaud Patard (Rtp)
2011-02-02 11:21 ` [patch 1/5] Introduce EFIKA_COMMON Arnaud Patard (Rtp)
2011-02-02 15:43   ` Sascha Hauer
2011-02-02 16:01     ` Arnaud Patard (Rtp)
2011-02-02 11:21 ` [patch 2/5] efikamx: add usb h1 support Arnaud Patard (Rtp)
2011-02-02 11:21 ` [patch 3/5] efikamx: add mc13892 support / implement power off Arnaud Patard (Rtp)
2011-02-02 15:38   ` Sascha Hauer
2011-02-02 16:04     ` Arnaud Patard (Rtp)
2011-02-02 11:21 ` [patch 4/5] efika: enable cpufreq Arnaud Patard (Rtp)
2011-02-02 11:21 ` [patch 5/5] mx51: add support for efika smartbook Arnaud Patard (Rtp)
2011-02-02 15:47   ` Sascha Hauer [this message]

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=20110202154751.GZ9041@pengutronix.de \
    --to=s.hauer@pengutronix.de \
    --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 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).