From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Date: Thu, 18 Dec 2014 18:57:09 +0000 Subject: [U-Boot] [PATCH 02/14] sunxi: Add support for the rsb (Reduced Serial Bus) In-Reply-To: <54917D61.8080204@redhat.com> References: <1418761900-14035-1-git-send-email-hdegoede@redhat.com> <1418761900-14035-2-git-send-email-hdegoede@redhat.com> <54917D61.8080204@redhat.com> Message-ID: <1418929029.26985.93.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 Wed, 2014-12-17 at 13:56 +0100, Hans de Goede wrote: > Hi, > > On 17-12-14 03:22, Chen-Yu Tsai wrote: > > Hi, > > > > On Wed, Dec 17, 2014 at 4:31 AM, 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. > >> > >> Note: Not yet ready for upstream, code needs some significant cleanups. > > > > Confusing note. > > Ugh, I forgot to remove that note after doing the cleanups, I'll remove it > from the version of the patch my personal tree :) I'll stop ignoring this patch then ;-) Ian.