From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wasim Khan Date: Tue, 8 Dec 2020 06:08:10 +0000 Subject: [PATCH v2] arm: fsl: common: Improve NXP VID driver PMBus support In-Reply-To: References: Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de -----Original Message----- From: U-Boot On Behalf Of Priyanka Jain Sent: Monday, December 7, 2020 5:56 PM To: Stephen Carlson ; U-Boot Mailing List Subject: RE: [PATCH v2] arm: fsl: common: Improve NXP VID driver PMBus support >-----Original Message----- >From: Stephen Carlson >Sent: Tuesday, November 3, 2020 3:06 AM >To: U-Boot Mailing List >Cc: Priyanka Jain >Subject: [PATCH v2] arm: fsl: common: Improve NXP VID driver PMBus >support > >This patch adds support for more PMBus compatible devices to the NXP >drivers for its QorIQ family devices. At runtime, the voltage regulator >is queried over I2C, and the required voltage multiplier determined. >This change supports the DIRECT and LINEAR PMBus voltage reporting modes. > >Previously, the driver only supported a few specific devices such as >the >IR36021 and LTC3882, so this change allows the QorIQ series to be used >with a much larger variety of core voltage regulator devices. > >checkpatch warning "Use if (IS_DEFINED (...))" was ignored to maintain >consistency with the existing code. Hi Shephen, Can you please help to fix the checkpatch warnings . Even a additional patch on top should work. > >Signed-off-by: Stephen Carlson >Cc: Priyanka Jain >--- Kindly help to rebase the patch to master branch of u-boot tree (git://git.denx.de/u-boot.git). Regards Priyanka