From: Przemyslaw Marczak <p.marczak@samsung.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 01/12] power: twl4030: Power off support
Date: Tue, 04 Aug 2015 16:29:20 +0200 [thread overview]
Message-ID: <55C0CC40.6090307@samsung.com> (raw)
In-Reply-To: <1437398238-27912-2-git-send-email-contact@paulk.fr>
Hello Paul,
On 07/20/2015 03:17 PM, Paul Kocialkowski wrote:
> This adds support for powering off (the omap3 SoC) from the twl4030. This is
> especially useful when the kernel does not actually power off the device using
> this method but reboots and leaves it up to the bootloader to actually turn the
> power off.
> ---
> drivers/power/twl4030.c | 60 +++++++++++++++++++++++++++++++++++++++++++++++++
> include/twl4030.h | 32 +++++++++++++++++++-------
> 2 files changed, 84 insertions(+), 8 deletions(-)
>
Acked-by: Przemyslaw Marczak <p.marczak@samsung.com>
Best regards,
--
Przemyslaw Marczak
Samsung R&D Institute Poland
Samsung Electronics
p.marczak at samsung.com
next prev parent reply other threads:[~2015-08-04 14:29 UTC|newest]
Thread overview: 49+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-07-20 13:17 [U-Boot] [PATCH 00/12] LG Optimus Black (P970) codename sniper support series (and driver-model issue) Paul Kocialkowski
2015-07-20 13:17 ` [U-Boot] [PATCH 01/12] power: twl4030: Power off support Paul Kocialkowski
2015-08-04 2:07 ` Tom Rini
2015-08-04 17:59 ` Paul Kocialkowski
2015-08-04 3:13 ` Fabio Estevam
2015-08-04 14:29 ` Przemyslaw Marczak [this message]
2015-08-13 13:18 ` [U-Boot] [U-Boot,01/12] " Tom Rini
2015-07-20 13:17 ` [U-Boot] [PATCH 02/12] input: TWL4030 input support for power button, USB and charger Paul Kocialkowski
2015-08-04 2:07 ` Tom Rini
2015-08-04 17:58 ` Paul Kocialkowski
2015-08-13 13:18 ` [U-Boot] [U-Boot, " Tom Rini
2015-07-20 13:17 ` [U-Boot] [PATCH 03/12] input: twl4030: Keypad scan and input Paul Kocialkowski
2015-08-04 2:07 ` Tom Rini
2015-08-13 13:18 ` [U-Boot] [U-Boot,03/12] " Tom Rini
2015-07-20 13:17 ` [U-Boot] [PATCH 04/12] omap3: Reboot mode support Paul Kocialkowski
2015-08-04 2:07 ` Tom Rini
2015-08-13 13:18 ` [U-Boot] [U-Boot,04/12] " Tom Rini
2015-07-20 13:17 ` [U-Boot] [PATCH 05/12] LG Optimus Black (P970) codename sniper support Paul Kocialkowski
2015-08-04 2:08 ` Tom Rini
2015-08-13 13:18 ` [U-Boot] [U-Boot, " Tom Rini
2015-07-20 13:17 ` [U-Boot] [PATCH 06/12] sniper: OMAP3 reboot mode support Paul Kocialkowski
2015-08-04 2:08 ` Tom Rini
2015-08-13 13:18 ` [U-Boot] [U-Boot,06/12] " Tom Rini
2015-07-20 13:17 ` [U-Boot] [PATCH 07/12] sniper: Serial number support, obtained from die ID Paul Kocialkowski
2015-08-04 2:08 ` Tom Rini
2015-08-04 18:02 ` Paul Kocialkowski
2015-08-04 18:16 ` Tom Rini
2015-08-04 18:22 ` Paul Kocialkowski
2015-08-04 18:27 ` Tom Rini
2015-08-07 9:44 ` Paul Kocialkowski
2015-08-13 12:13 ` Tom Rini
2015-08-16 17:07 ` Paul Kocialkowski
2015-08-13 13:18 ` [U-Boot] [U-Boot, " Tom Rini
2015-07-20 13:17 ` [U-Boot] [PATCH 08/12] sniper: Pass serial number through ATAG Paul Kocialkowski
2015-08-04 2:08 ` Tom Rini
2015-08-13 13:18 ` [U-Boot] [U-Boot, " Tom Rini
2015-07-20 13:17 ` [U-Boot] [PATCH 09/12] sniper: Fastboot support Paul Kocialkowski
2015-08-04 2:08 ` Tom Rini
2015-08-13 13:18 ` [U-Boot] [U-Boot,09/12] " Tom Rini
2015-07-20 13:17 ` [U-Boot] [PATCH 10/12] sniper: Power button reset support Paul Kocialkowski
2015-08-04 2:08 ` Tom Rini
2015-08-13 13:18 ` [U-Boot] [U-Boot,10/12] " Tom Rini
2015-07-20 13:17 ` [U-Boot] [PATCH 11/12] sniper: Power off when the power on reason is not a valid one Paul Kocialkowski
2015-08-04 2:08 ` Tom Rini
2015-08-13 13:18 ` [U-Boot] [U-Boot, " Tom Rini
2015-07-20 13:17 ` [U-Boot] [PATCH 12/12] sniper: Keypad support, with recovery and fastboot key combinations Paul Kocialkowski
2015-08-04 2:08 ` Tom Rini
2015-08-13 13:19 ` [U-Boot] [U-Boot, " Tom Rini
2015-07-26 16:34 ` [U-Boot] [PATCH 00/12] LG Optimus Black (P970) codename sniper support series (and driver-model issue) Paul Kocialkowski
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=55C0CC40.6090307@samsung.com \
--to=p.marczak@samsung.com \
--cc=u-boot@lists.denx.de \
/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.