From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michal Simek Subject: Re: [PATCHv1 0/2] Adding driver for Xilinx LogiCORE IP mailbox. Date: Wed, 27 May 2015 08:12:20 +0200 Message-ID: <55656044.7050702@xilinx.com> References: <1432317791-26851-1-git-send-email-moritz.fischer@ettus.com> <5562BB92.60808@xilinx.com> <000101d096f2$97457cf0$c5d076d0$@com> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org To: Moritz Fischer , Jingoo Han Cc: Michal Simek , jassisinghbrar@gmail.com, linux-kernel@vger.kernel.org, robh+dt@kernel.org, pawel.moll@arm.com, mark.rutland@arm.com, ijc+devicetree@hellion.org.uk, galak@codeaurora.org, =?UTF-8?B?U8O2cmVuIEJyaW5rbWFubg==?= , akpm@linux-foundation.org, Greg KH , mchehab@osg.samsung.com, arnd@arndb.de, joe@perches.com, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org List-Id: devicetree@vger.kernel.org On 05/26/2015 06:12 PM, Moritz Fischer wrote: > On Mon, May 25, 2015 at 6:56 AM, Jingoo Han wrote: >> On Monday, May 25, 2015 3:05 PM, Michal Simek wrote: >>> On 05/22/2015 08:03 PM, Moritz Fischer wrote: >>>> This patchset adds mailbox framework integration for the Xilinx LogiCORE IP >>>> mailbox. The Xilinx LogiCORE IP mailbox is a fpga softcore that allows >>>> interprocessor communication between AXI4 stream / memory mapped >>>> processors. >>>> >>>> Changes from v0: >>>> --------------------- >>>> >>>> - Several stylistic issues >>>> - Dropped superfluous intr_mode member >>>> - Really masking the IRQs on mailbox_shutdown >>>> - No longer using polling by accident in non-IRQ mode >>>> - Swapped doc and driver commits >>> >>> Changes update should be in every particular patch. >>> Also v1 is used to the first version that's why this one should be v2. > > > Thanks for the feedback. I guess making the next round v2 would be > less confusing, > than restarting the entire patchset from v1? yep. v2 make sense. Thanks, Michal