From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Tue, 17 May 2016 06:11:19 -0600 Subject: [U-Boot] [PATCH v2 2/5] fdt: Document the rest of struct of_bus In-Reply-To: <1463420679-5042-3-git-send-email-paul.burton@imgtec.com> References: <1463420679-5042-1-git-send-email-paul.burton@imgtec.com> <1463420679-5042-3-git-send-email-paul.burton@imgtec.com> 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 On 16 May 2016 at 11:44, Paul Burton wrote: > Provide some documentation for the fields of struct of_bus, for > consistency with that provided for the new match field. > > Signed-off-by: Paul Burton > --- > > Changes in v2: > - New patch. > > common/fdt_support.c | 19 +++++++++++++++++++ > 1 file changed, 19 insertions(+) Reviewed-by: Simon Glass