{"id":795530,"url":"http://patchwork.ozlabs.org/api/patches/795530/?format=json","web_url":"http://patchwork.ozlabs.org/project/uboot/patch/20170731032531.22547-2-wenyou.yang@microchip.com/","project":{"id":18,"url":"http://patchwork.ozlabs.org/api/projects/18/?format=json","name":"U-Boot","link_name":"uboot","list_id":"u-boot.lists.denx.de","list_email":"u-boot@lists.denx.de","web_url":null,"scm_url":null,"webscm_url":null,"list_archive_url":"","list_archive_url_format":"","commit_url_format":""},"msgid":"<20170731032531.22547-2-wenyou.yang@microchip.com>","list_archive_url":null,"date":"2017-07-31T03:25:30","name":"[U-Boot,1/2] misc: i2c_eeprom: Add compatible for 24AA02E48","commit_ref":"726406670741b5556e23207aeda95a1107abba2a","pull_url":null,"state":"accepted","archived":false,"hash":"181877fceefadc1b11eb5b7e471340d4351dc623","submitter":{"id":69532,"url":"http://patchwork.ozlabs.org/api/people/69532/?format=json","name":"Wenyou Yang","email":"Wenyou.Yang@microchip.com"},"delegate":{"id":3651,"url":"http://patchwork.ozlabs.org/api/users/3651/?format=json","username":"trini","first_name":"Tom","last_name":"Rini","email":"trini@ti.com"},"mbox":"http://patchwork.ozlabs.org/project/uboot/patch/20170731032531.22547-2-wenyou.yang@microchip.com/mbox/","series":[],"comments":"http://patchwork.ozlabs.org/api/patches/795530/comments/","check":"pending","checks":"http://patchwork.ozlabs.org/api/patches/795530/checks/","tags":{},"related":[],"headers":{"Return-Path":"<u-boot-bounces@lists.denx.de>","X-Original-To":"incoming@patchwork.ozlabs.org","Delivered-To":"patchwork-incoming@bilbo.ozlabs.org","Authentication-Results":"ozlabs.org;\n\tspf=none (mailfrom) smtp.mailfrom=lists.denx.de\n\t(client-ip=81.169.180.215; helo=lists.denx.de;\n\tenvelope-from=u-boot-bounces@lists.denx.de;\n\treceiver=<UNKNOWN>)","Received":["from lists.denx.de (dione.denx.de [81.169.180.215])\n\tby ozlabs.org (Postfix) with ESMTP id 3xLQ3b6BlPz9sRr\n\tfor <incoming@patchwork.ozlabs.org>;\n\tMon, 31 Jul 2017 13:31:39 +1000 (AEST)","by lists.denx.de (Postfix, from userid 105)\n\tid 56668C21FC1; Mon, 31 Jul 2017 03:31:23 +0000 (UTC)","from lists.denx.de (localhost [IPv6:::1])\n\tby lists.denx.de (Postfix) with ESMTP id D11EAC21ED4;\n\tMon, 31 Jul 2017 03:31:20 +0000 (UTC)","by lists.denx.de (Postfix, from userid 105)\n\tid 648F1C21F93; Mon, 31 Jul 2017 03:31:05 +0000 (UTC)","from eusmtp01.atmel.com (eusmtp01.atmel.com [212.144.249.243])\n\tby lists.denx.de (Postfix) with ESMTPS id E56AFC21FC7\n\tfor <u-boot@lists.denx.de>; Mon, 31 Jul 2017 03:31:03 +0000 (UTC)","from apsmtp01.atmel.com (10.168.254.30) by eusmtp01.atmel.com\n\t(10.145.145.31) with Microsoft SMTP Server id 14.3.235.1;\n\tMon, 31 Jul 2017 05:31:00 +0200","from shaarm01.corp.atmel.com (10.168.254.13) by\n\tapsmtp01.corp.atmel.com (10.168.254.30) with Microsoft SMTP Server id\n\t14.3.235.1; Mon, 31 Jul 2017 11:34:04 +0800"],"X-Spam-Checker-Version":"SpamAssassin 3.4.0 (2014-02-07) on lists.denx.de","X-Spam-Level":"","X-Spam-Status":"No, score=-2.3 required=5.0 tests=RCVD_IN_DNSWL_MED\n\tautolearn=unavailable autolearn_force=no version=3.4.0","From":"Wenyou Yang <wenyou.yang@microchip.com>","To":"U-Boot Mailing List <u-boot@lists.denx.de>","Date":"Mon, 31 Jul 2017 11:25:30 +0800","Message-ID":"<20170731032531.22547-2-wenyou.yang@microchip.com>","X-Mailer":"git-send-email 2.13.0","In-Reply-To":"<20170731032531.22547-1-wenyou.yang@microchip.com>","References":"<20170731032531.22547-1-wenyou.yang@microchip.com>","MIME-Version":"1.0","Subject":"[U-Boot] [PATCH 1/2] misc: i2c_eeprom: Add compatible for 24AA02E48","X-BeenThere":"u-boot@lists.denx.de","X-Mailman-Version":"2.1.18","Precedence":"list","List-Id":"U-Boot discussion <u-boot.lists.denx.de>","List-Unsubscribe":"<https://lists.denx.de/options/u-boot>,\n\t<mailto:u-boot-request@lists.denx.de?subject=unsubscribe>","List-Archive":"<http://lists.denx.de/pipermail/u-boot/>","List-Post":"<mailto:u-boot@lists.denx.de>","List-Help":"<mailto:u-boot-request@lists.denx.de?subject=help>","List-Subscribe":"<https://lists.denx.de/listinfo/u-boot>,\n\t<mailto:u-boot-request@lists.denx.de?subject=subscribe>","Content-Type":"text/plain; charset=\"utf-8\"","Content-Transfer-Encoding":"base64","Errors-To":"u-boot-bounces@lists.denx.de","Sender":"\"U-Boot\" <u-boot-bounces@lists.denx.de>"},"content":"Add the new compatible \"microchip,24aa02e48\" to accommodate 24AA02E48,\nthe 24AA02E48 is a 2K I2C Serial EEPROM with pre-programmed globally\nunique, 48-bit node address, and 8-byte page size.\n\nSigned-off-by: Wenyou Yang <wenyou.yang@microchip.com>\n---\n\n drivers/misc/i2c_eeprom.c | 1 +\n 1 file changed, 1 insertion(+)","diff":"diff --git a/drivers/misc/i2c_eeprom.c b/drivers/misc/i2c_eeprom.c\nindex a14e83225b..b2de3dffc6 100644\n--- a/drivers/misc/i2c_eeprom.c\n+++ b/drivers/misc/i2c_eeprom.c\n@@ -66,6 +66,7 @@ static int i2c_eeprom_std_probe(struct udevice *dev)\n \n static const struct udevice_id i2c_eeprom_std_ids[] = {\n \t{ .compatible = \"i2c-eeprom\", .data = 0 },\n+\t{ .compatible = \"microchip,24aa02e48\", .data = 3 },\n \t{ .compatible = \"atmel,24c01a\", .data = 3 },\n \t{ .compatible = \"atmel,24c02\", .data = 3 },\n \t{ .compatible = \"atmel,24c04\", .data = 4 },\n","prefixes":["U-Boot","1/2"]}