From mboxrd@z Thu Jan 1 00:00:00 1970 From: Valentin Longchamp Date: Mon, 02 Feb 2015 16:55:47 +0100 Subject: [U-Boot] [PATCH 5/5] KM/IVM: remove ivm_read_eeprom(void) In-Reply-To: <54AB9AAA.4050906@keymile.com> References: <1419340137-16855-1-git-send-email-valentin.longchamp@keymile.com> <1419340137-16855-6-git-send-email-valentin.longchamp@keymile.com> <20150105184745.GM10826@bill-the-cat> <54AB9AAA.4050906@keymile.com> Message-ID: <54CF9E03.2070805@keymile.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hello Tom and Holger, On 01/06/2015 09:19 AM, Brunck, Holger wrote: > On 01/05/2015 07:47 PM, Tom Rini wrote: >> On Tue, Dec 23, 2014 at 02:08:57PM +0100, Valentin Longchamp wrote: >> >>> This is not used anymore since the procedure was split into a simple >>> read function and a later alaysis. >>> >>> The ivm_read_eeprom name is now used for the previous >>> ivm_simple_read_eeprom function. >>> >>> Signed-off-by: Valentin Longchamp >> >> This doesn't apply (but 1-4 does) because there's no >> ivm_simple_read_eeprom today. Or have I gone crazy? Thanks! >> > > you are right this is missing. I assume that there is a patch missing in his > serie. Unfortunately Valentin is not in until the end of january, so I propose > to skip this patch series for this merge window. > Yes the first patch was missing. I have unfortunately not included it in my first submission just before leaving for holiday. I am sending a V2 that fixes this right now. Sorry for the noise Valentin