From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Tue, 23 Feb 2016 10:51:08 -0700 Subject: [U-Boot] [PATCH 1/2] power: as3722: Allow using on any i2c bus with any address In-Reply-To: <1456232346-3968-2-git-send-email-julian@jusst.de> References: <1456232346-3968-1-git-send-email-julian@jusst.de> <1456232346-3968-2-git-send-email-julian@jusst.de> Message-ID: <56CC9C0C.7070308@wwwdotorg.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 02/23/2016 05:59 AM, Julian Scheel wrote: > From: Alban Bedel > > The init simply hardcoded the i2c bus and address to those used on > jetson. Extend the init function to take the bus number and device > address as parameter. As only jetson is using this code for now just > fix this single use of the function. > > Signed-off-by: Alban Bedel > Reviewed-by: Julian Scheel Since you (Julian) are submitting this, it should be s-o-b you too. Irrespective of my comments on the cover letter, this patch seems fine, so once the s-o-b is fixed, Acked-by: Stephen Warren