From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753394AbcCALq4 (ORCPT ); Tue, 1 Mar 2016 06:46:56 -0500 Received: from hqemgate15.nvidia.com ([216.228.121.64]:14374 "EHLO hqemgate15.nvidia.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753337AbcCALqx (ORCPT ); Tue, 1 Mar 2016 06:46:53 -0500 X-PGP-Universal: processed; by hqnvupgp08.nvidia.com on Tue, 01 Mar 2016 03:46:33 -0800 Message-ID: <56D57E38.2060804@nvidia.com> Date: Tue, 1 Mar 2016 17:04:16 +0530 From: Laxman Dewangan User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.4.0 MIME-Version: 1.0 To: Thierry Reding CC: , , , , , , , , , , , , , , , , , Subject: Re: [PATCH V8 0/8] Add support for MAXIM MAX77620/MAX20024 PMIC References: <1455191794-6065-1-git-send-email-ldewangan@nvidia.com> <20160216160029.GC11400@ulmo.nvidia.com> <56C7EE58.8000905@nvidia.com> <20160225161510.GB1903@ulmo.nvidia.com> In-Reply-To: <20160225161510.GB1903@ulmo.nvidia.com> X-Originating-IP: [10.19.65.30] X-ClientProxiedBy: DRHKMAIL101.nvidia.com (10.25.59.15) To bgmail102.nvidia.com (10.25.59.11) Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thursday 25 February 2016 09:45 PM, Thierry Reding wrote: > On Sat, Feb 20, 2016 at 10:10:56AM +0530, Laxman Dewangan wrote: >> On Tuesday 16 February 2016 09:30 PM, Thierry Reding wrote: >>> On Thu, Feb 11, 2016 at 05:26:26PM +0530, Laxman Dewangan wrote: >>>> Add SW support for MAXIM Semiconductor's Power Management >>>> IC (PMIC) MAX77620/MAX20024. This PMIC supports DC-DC/LDOS, GPIOs, >>>> RTC, watchdog, clocks etc. >>> Hi Laxman, >>> >>> This series is starting to look pretty good. Do you have patches in the >>> works to add the corresponding DT content for the various boards that we >>> support? I think the Jetson TX1 patch would be most interesting since >>> that's what people can get their hands on. >>> >> Yes, I am just waiting for this series to be concluded and applied. Once it >> is done, I will immediately post the patches to enable this driver in config >> and dt entry for the Jetson-TX1. > Why hold back on the patches? I'm currently having trouble testing > your stash here on Jetson TX1 and I suspect that I'm using the wrong > device tree content (it was derived from downstream many moons ago). > There's nothing wrong with posting patches that depend on patches on > the list. Typically you'd note the dependency in the cover letter to > make it easier for people to find what belongs together. > OK, posted patches as: [PATCH 2/2] arm64: tegra: Jetson-TX1: Add DT entry for system PMIC MAX77620 [PATCH 1/2] arm64: tegra: Add DT entry for keys used in Jetson-TX1 [PATCH 1/1] arm64: defconfig: Enable Maxim PMIC max77620 config Currently, the execution is crashing with this series + above patches as MFD_CELLS are not correctly defined. Discussion is going on with patch from Rhyland Klein [PATCH] mfd: Fix MACRO for commonly declared MFD cell attributes Once MFD_CELL defines get fixed, either series need to be revisit or automatically fix the issue.