From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Date: Mon, 22 Dec 2014 13:10:00 +0000 Subject: [U-Boot] [PATCH v2 2/4] sunxi: Add support for the rsb (Reduced Serial Bus) In-Reply-To: <1419074993-2582-3-git-send-email-hdegoede@redhat.com> References: <1419074993-2582-1-git-send-email-hdegoede@redhat.com> <1419074993-2582-3-git-send-email-hdegoede@redhat.com> Message-ID: <1419253800.26985.180.camel@hellion.org.uk> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Sat, 2014-12-20 at 12:29 +0100, Hans de Goede wrote: > sun8i (A23) introduces a new bus for communicating with the pmic, the rsb, > the rsb is also used to communicate with the pmic on the A80, and is > documented in the A80 user manual. > > This commit adds support for this based on the rsb driver from the allwinner > u-boot sources. > > Signed-off-by: Hans de Goede Acked-by: Ian Campbell