From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: None (no SPF record) identity=mailfrom; client-ip=2607:f8b0:4001:c0b::22e; helo=mail-it0-x22e.google.com; envelope-from=mw@semihalf.com; receiver=edk2-devel@lists.01.org Received: from mail-it0-x22e.google.com (mail-it0-x22e.google.com [IPv6:2607:f8b0:4001:c0b::22e]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 5DFB72095B07C for ; Thu, 5 Oct 2017 06:33:59 -0700 (PDT) Received: by mail-it0-x22e.google.com with SMTP id w1so1353942itd.0 for ; Thu, 05 Oct 2017 06:37:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=semihalf-com.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=ZrVWVHIJLBidrDUtDXJ3ESOmJGyn2zJVvhlP68ag4jQ=; b=MwmgoRySHXJsI4jKqyi0GLtLs88K/rIUqbNLt0DFIww6bfuOsmY4Gx563tKT+bj2mY JzfwXHVII/IksdyU7XWklw7SVrDc6FlD0H0TvtvhaxVnEU9Q7aAPykXZcQ/kcP6sjP7G VRn/uqQKbNEgk7ifIxkgA7wOosfYwUFqA7rBmAoHKIjDh67/0nY/7Dszy0oinuAUuv7g xSSPRoQrWXFeIm9scMjhSgxOw8N6h4q+7vHbW24EZwmRSYlknh6VDPWGWq85GmiEfzhC 3AZY4G8i3DrPoShPfRyUXb4yttG4MvSFm08ThPbJqTGLI3phR0X3wzY12Gt3UcAS83HN 5ZmQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=ZrVWVHIJLBidrDUtDXJ3ESOmJGyn2zJVvhlP68ag4jQ=; b=KCDJQQckw32a+lpZu33rlRBK3nWNWWajoHrLDD0W99MTzkD7RKRj5oS7vTMSVXivXb wYD00MlKBOe3bP4lxRxgNtAhC2ep0kfvcVCOgsRULrfQ1TD28z2tq8JrsqVNRCq7/qoM VDTJDZDV0bF5lq05fGdrN2Xs7xB7aZ9JfjRJQliA+jzjeOUPmBa0ROaXkUFftfE+BVYS sBPvdXtD2a92gSHMEth8PE/W8VfZDBj0fjiU4NjnUUeuNZ9MvNU8xn/9PGy6dh8Jy7Ww mS7U/b0JT0f4Pd8LM8PRNbgRrHlopUBK38GKiDsslFm9+mNhjKH31B8YOOZXJ+6vfG4S K87g== X-Gm-Message-State: AMCzsaW7qBAuXjG/pIJ9/Od3EPB4CG8WFN0zXdYt3wO3XFxuJWhbPImH aT5QNA+eraRe52DCB+LeIp97IC3xBSspkhGDZRQkiQ== X-Google-Smtp-Source: AOwi7QDthsePy8rjLdESK5JjBrqsB5qvNvPiuzD1a9/U7VxPiTs19dOyoNdT5fRN1wFR6byOJQcyFCla7jHNv9ICL4U= X-Received: by 10.36.29.208 with SMTP id 199mr330333itj.40.1507210641216; Thu, 05 Oct 2017 06:37:21 -0700 (PDT) MIME-Version: 1.0 Received: by 10.107.157.141 with HTTP; Thu, 5 Oct 2017 06:37:20 -0700 (PDT) In-Reply-To: <20171005133023.xiffuuabakeeyywf@bivouac.eciton.net> References: <1506304319-8620-1-git-send-email-mw@semihalf.com> <20171005133023.xiffuuabakeeyywf@bivouac.eciton.net> From: Marcin Wojtas Date: Thu, 5 Oct 2017 15:37:20 +0200 Message-ID: To: Leif Lindholm Cc: edk2-devel-01 , Ard Biesheuvel , nadavh@marvell.com, Neta Zur Hershkovits , Kostya Porotchkin , Hua Jing , Alexander Graf , semihalf-dabros-jan Subject: Re: [platforms: PATCH 00/10] Armada 70x0/80x0 SPI improvements X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Oct 2017 13:33:59 -0000 Content-Type: text/plain; charset="UTF-8" Hi Leif, 2017-10-05 15:30 GMT+02:00 Leif Lindholm : > > On Mon, Sep 25, 2017 at 03:51:49AM +0200, Marcin Wojtas wrote: > > Hi, > > > > Finally I found time to respin SPI patchset. As agreed, I extracted > > style fixes from dynamic flash detection patch, but its main part > > is kept aside for now until FlashId table (and additionally both SPI > > protocols land in the edk2 mainline). A lot of minor fixes were > > implemented, details can be found in the commit logs and changelog > > below. > > > > Patches are available in the github: > > https://github.com/MarvellEmbeddedProcessors/edk2-open-platform/commits/spi-upstream-r20170925 > > > > I'm looking forward to the comments or remarks. > > If the two minor changes I have suggested are acceptable - for the series: > Reviewed-by: Leif Lindholm > > As mentioned, I can fold these in before pushing. Let me know. > If that's not a big problem, please do. Thanks, Marcin