From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965633AbbGVQe2 (ORCPT ); Wed, 22 Jul 2015 12:34:28 -0400 Received: from casper.infradead.org ([85.118.1.10]:47496 "EHLO casper.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S965492AbbGVQdP (ORCPT ); Wed, 22 Jul 2015 12:33:15 -0400 Message-ID: <55AFC5C6.3040002@infradead.org> Date: Wed, 22 Jul 2015 09:33:10 -0700 From: Randy Dunlap User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 MIME-Version: 1.0 To: Johannes Thumshirn , Jonathan Corbet CC: linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] Documentation: Minor changes to men-chameleon-bus.txt References: <1437488181-30538-1-git-send-email-jthumshirn@suse.de> In-Reply-To: <1437488181-30538-1-git-send-email-jthumshirn@suse.de> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 07/21/15 07:16, Johannes Thumshirn wrote: > Change men-chameleon-bus.txt according to the comments made by Randy Dunlap in > https://lkml.org/lkml/2015/7/17/691. > > These are: > * Some minor gramatical changes > * Spelling fixes > * Write the word "Chameleon" capitalized throughout the whole document > * Explain MEN as MEN Mikro Elektronik GmbH. > > Signed-off-by: Johannes Thumshirn > --- > Documentation/men-chameleon-bus.txt | 39 +++++++++++++++++++------------------ > 1 file changed, 20 insertions(+), 19 deletions(-) > > diff --git a/Documentation/men-chameleon-bus.txt b/Documentation/men-chameleon-bus.txt > index 6d7bdb5..39ed5ae 100644 > --- a/Documentation/men-chameleon-bus.txt > +++ b/Documentation/men-chameleon-bus.txt > @@ -43,40 +43,41 @@ Table of Contents > > 2 Architecture > =============== > - MCB is divided in 3 functional blocks: > + MCB is divided into 3 functional blocks: > - The MEN Chameleon Bus itself, > - drivers for MCB Carrier Devices and > - the parser for the Chameleon table. > > 2.1 MEN Chameleon Bus > ---------------------- > - The MEN Chameleon Bus is an artificial bus system that attaches to an MEN > - Chameleon FPGA device. These devices are multi-function devices implemented > - in a single FPGA and usually attached via some sort of PCI or PCIe link. Each > - FPGA contains a header section describing the content of the FPGA. The header > - lists the device id, PCI BAR, offset from the beginning of the PCI BAR, size > - in the FPGA, interrupt number and some other properties currently not handled > - by the MCB implementation. > + The MEN Chameleon Bus is an artificial bus system that attaches to an so to a > + called Chameleon FPGA device found on some Hardware produced my MEN Mikro hardware > + Elektronik GmbH. These devices are multi-function devices implemented in a > + single FPGA and usually attached via some sort of PCI or PCIe link. Each > + FPGA contains a header section describing the content of the FPGA. The > + header lists the device id, PCI BAR, offset from the beginning of the PCI > + BAR, size in the FPGA, interrupt number and some other properties currently > + not handled by the MCB implementation. Thanks for the update. -- ~Randy