public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Stefano Babic <sbabic@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v4 01/24] pmic:i2c: Handle PMIC I2C transmission comprising of two bytes
Date: Wed, 31 Oct 2012 07:33:15 +0100	[thread overview]
Message-ID: <5090C62B.9030201@denx.de> (raw)
In-Reply-To: <1351616239-21079-2-git-send-email-l.majewski@samsung.com>

On 30/10/2012 17:56, Lukasz Majewski wrote:
> This patch adds support for proper handling of a PMIC I2C transmission
> comprising of two bytes.
> 
> Signed-off-by: Lukasz Majewski <l.majewski@samsung.com>
> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
> Cc: Stefano Babic <sbabic@denx.de>
> ---
> Changes for v2:
> - None
> Changes for v3:
> - None
> Changes for v4:
> - None
> ---

Acked-by: Stefano Babic <sbabic@denx.de>

Best regards,
Stefano Babic


-- 
=====================================================================
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic at denx.de
=====================================================================

  reply	other threads:[~2012-10-31  6:33 UTC|newest]

Thread overview: 33+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-10-30 16:56 [U-Boot] [PATCH v4 00/24] pmic: Redesign PMIC framework to support multiple instances of devices Lukasz Majewski
2012-10-30 16:56 ` [U-Boot] [PATCH v4 01/24] pmic:i2c: Handle PMIC I2C transmission comprising of two bytes Lukasz Majewski
2012-10-31  6:33   ` Stefano Babic [this message]
2012-10-30 16:56 ` [U-Boot] [PATCH v4 02/24] pmic:i2c: Add I2C sensor byte order (big/little) to PMIC framework Lukasz Majewski
2012-10-30 16:56 ` [U-Boot] [PATCH v4 03/24] pmic:max8997: Switch the MAX8997 PMIC to be used with multibus I2C Lukasz Majewski
2012-10-30 16:56 ` [U-Boot] [PATCH v4 04/24] pmic: Extend PMIC framework to support multiple instances of PMIC devices Lukasz Majewski
2012-10-30 16:57 ` [U-Boot] [PATCH v4 05/24] pmic: Introduce power_init_board() method at ./lib/board.c file Lukasz Majewski
2012-10-30 16:57 ` [U-Boot] [PATCH v4 06/24] pmic: Enable power_board_init() support at TRATS Lukasz Majewski
2012-10-30 16:57 ` [U-Boot] [PATCH v4 07/24] pmic:chrg: Common information about charger and battery (power_chrg.h) Lukasz Majewski
2012-10-30 16:57 ` [U-Boot] [PATCH v4 08/24] pmic: Move pmic related code to ./drivers/power directory Lukasz Majewski
2012-10-30 20:02   ` Tom Rini
2012-10-30 22:59     ` Lukasz Majewski
2012-10-30 23:41       ` Tom Rini
2012-10-30 16:57 ` [U-Boot] [PATCH v4 09/24] pmic: Extend struct pmic to support battery and charger related operations Lukasz Majewski
2012-10-30 16:57 ` [U-Boot] [PATCH v4 10/24] pmic:battery: Support for Trats Battery at PMIC framework Lukasz Majewski
2012-10-30 16:57 ` [U-Boot] [PATCH v4 11/24] pmic:muic: Support for MUIC built into MAX8997 device Lukasz Majewski
2012-10-30 16:57 ` [U-Boot] [PATCH v4 12/24] pmic:fuel-gauge: Support for MAX17042 fuel-gauge Lukasz Majewski
2012-10-30 16:57 ` [U-Boot] [PATCH v4 13/24] pmic:max8997: Function for calculating LDO internal register value Lukasz Majewski
2012-10-30 16:57 ` [U-Boot] [PATCH v4 14/24] arm:trats:pmic: Default PMIC(MAX8997) initialization for Samsung's TRATS board Lukasz Majewski
2012-10-30 16:57 ` [U-Boot] [PATCH v4 15/24] arm:trats:pmic: Enable MUIC (MAX8997) at " Lukasz Majewski
2012-10-30 16:57 ` [U-Boot] [PATCH v4 16/24] arm:trats:pmic: Enable fuel-gauge (MAX17042) " Lukasz Majewski
2012-10-30 16:57 ` [U-Boot] [PATCH v4 17/24] arm:trats:pmic: Enable battery support " Lukasz Majewski
2012-10-30 16:57 ` [U-Boot] [PATCH v4 18/24] pmic:max8997: Support for MAX8997 internal charger control Lukasz Majewski
2012-10-30 16:57 ` [U-Boot] [PATCH v4 19/24] arm:trats:pmic: Power consumption reduction state for Samsung's TRATS board Lukasz Majewski
2012-10-30 16:57 ` [U-Boot] [PATCH v4 20/24] arm:trats:pmic: Support for charging battery at " Lukasz Majewski
2012-10-30 16:57 ` [U-Boot] [PATCH v4 21/24] pmic: Extend PMIC framework to support battery related commands Lukasz Majewski
2012-10-30 16:57 ` [U-Boot] [PATCH v4 22/24] power:pmic: Rename ./drivers/power/pmic_* to ./drivers/power/power_* files Lukasz Majewski
2012-10-30 16:57 ` [U-Boot] [PATCH v4 23/24] power:pmic: Rename CONFIG_PMIC* defines to CONFIG_POWER Lukasz Majewski
2012-10-30 16:57 ` [U-Boot] [PATCH v4 24/24] power:pmic: Rename CONFIG_DIALOG_PMIC defines to CONFIG_DIALOG_POWER Lukasz Majewski
2012-10-31  6:38 ` [U-Boot] [PATCH v4 00/24] pmic: Redesign PMIC framework to support multiple instances of devices Stefano Babic
2012-10-31  9:43   ` Lukasz Majewski
2012-11-03 22:57 ` Tom Rini
2012-11-05  7:34   ` Lukasz Majewski

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=5090C62B.9030201@denx.de \
    --to=sbabic@denx.de \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox