From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ladislav Michl Date: Mon, 4 Jan 2016 18:58:10 +0100 Subject: [U-Boot] [PATCHv2 1/3] nand_spl_simple: Add a simple flash read function In-Reply-To: <201601041819.07060.marex@denx.de> References: <20160104155242.GA4376@localhost.localdomain> <20160104155431.GB4376@localhost.localdomain> <201601041819.07060.marex@denx.de> Message-ID: <20160104175810.GA7362@localhost.localdomain> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Mon, Jan 04, 2016 at 06:19:06PM +0100, Marek Vasut wrote: > On Monday, January 04, 2016 at 04:54:42 PM, Ladislav Michl wrote: > > From: Thomas Gleixner > > > > To support UBI in SPL we need a simple flash read function. Add one to > > nand_spl_simple and keep it as simple as it goes. > > > > Signed-off-by: Thomas Gleixner > > --- > > drivers/mtd/nand/nand_spl_simple.c | 64 > > ++++++++++++++++++++++++++++++++++++++ include/nand.h > > | 1 + > > 2 files changed, 65 insertions(+) > > There is no changelog from the original submission. Also, CCing Scott. It is the same patch, unmodified. What am I supposed to describe in changelog? Changelog for patch serie is in PATCHv2 0/3. Also, patch author and Heiko dropped from Cc by intent? Original, for reference: https://patchwork.ozlabs.org/patch/367305/ regards, ladis