From mboxrd@z Thu Jan 1 00:00:00 1970 From: Minkyu Kang Date: Wed, 20 Feb 2013 16:52:39 +0900 Subject: [U-Boot] [PATCH 0/2 V3] SMDK5250: Set Initial PMIC Values In-Reply-To: <1360737602-19085-1-git-send-email-rajeshwari.s@samsung.com> References: <1360737602-19085-1-git-send-email-rajeshwari.s@samsung.com> Message-ID: <512480C7.90705@samsung.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 13/02/13 15:40, Rajeshwari Shinde wrote: > These patches add PMIC MAX77686 voltage settings for SMDK5250. > > Changes in V2: > - Corrected the multi line comment style > Changes in V3: > - Renamed the ps hold function. > Rajeshwari Shinde (2): > EXYNOS5: Add function to setup set ps hold > SMDK5250: Add PMIC voltage settings > > arch/arm/cpu/armv7/exynos/power.c | 16 ++++ > arch/arm/include/asm/arch-exynos/power.h | 9 +++ > board/samsung/smdk5250/smdk5250.c | 113 +++++++++++++++++++++++++++++- > include/power/max77686_pmic.h | 32 +++++++++ > 4 files changed, 168 insertions(+), 2 deletions(-) > applied to u-boot-samsung. Thanks. Minkyu Kang.