{"id":795531,"url":"http://patchwork.ozlabs.org/api/patches/795531/?format=json","web_url":"http://patchwork.ozlabs.org/project/uboot/patch/20170731032531.22547-3-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-3-wenyou.yang@microchip.com>","list_archive_url":null,"date":"2017-07-31T03:25:31","name":"[U-Boot,2/2] misc: i2c_eeprom: Add compatible for AT24MAC402","commit_ref":"de6567522e7f5c9ad95030e9eeb45a4bb080d04a","pull_url":null,"state":"accepted","archived":false,"hash":"f8498024ed24d5cf0e16f5dc2b025d6d1751c0c3","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-3-wenyou.yang@microchip.com/mbox/","series":[],"comments":"http://patchwork.ozlabs.org/api/patches/795531/comments/","check":"pending","checks":"http://patchwork.ozlabs.org/api/patches/795531/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 3xLQ4F3WQrz9t2P\n\tfor <incoming@patchwork.ozlabs.org>;\n\tMon, 31 Jul 2017 13:32:13 +1000 (AEST)","by lists.denx.de (Postfix, from userid 105)\n\tid 4594BC21F09; Mon, 31 Jul 2017 03:31:38 +0000 (UTC)","from lists.denx.de (localhost [IPv6:::1])\n\tby lists.denx.de (Postfix) with ESMTP id A0991C21FF4;\n\tMon, 31 Jul 2017 03:31:22 +0000 (UTC)","by lists.denx.de (Postfix, from userid 105)\n\tid 15106C22001; Mon, 31 Jul 2017 03:31:13 +0000 (UTC)","from DVREDG01.corp.atmel.com (nasmtp01.atmel.com [192.199.1.245])\n\tby lists.denx.de (Postfix) with ESMTPS id 14D48C21FCA\n\tfor <u-boot@lists.denx.de>; Mon, 31 Jul 2017 03:31:13 +0000 (UTC)","from apsmtp01.atmel.com (10.168.254.30) by DVREDG01.corp.atmel.com\n\t(10.42.103.30) with Microsoft SMTP Server (TLS) id 14.3.235.1;\n\tSun, 30 Jul 2017 21:31:07 -0600","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:11 +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:31 +0800","Message-ID":"<20170731032531.22547-3-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 2/2] misc: i2c_eeprom: Add compatible for AT24MAC402","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 \"atmel,24mac402\" to accommodate AT24MAC402.\nThe AT24MAC402 is a 2K Serial EEPROM and the 2-Kbit memory array\nis internally organized as 16 pages of 16 bytes of EEPROM each.\nThe 48-bit EUI address in the AT24MAC402 are located in the extended\nmemory block.\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 b2de3dffc6..9a77c6e164 100644\n--- a/drivers/misc/i2c_eeprom.c\n+++ b/drivers/misc/i2c_eeprom.c\n@@ -72,6 +72,7 @@ static const struct udevice_id i2c_eeprom_std_ids[] = {\n \t{ .compatible = \"atmel,24c04\", .data = 4 },\n \t{ .compatible = \"atmel,24c08a\", .data = 4 },\n \t{ .compatible = \"atmel,24c16a\", .data = 4 },\n+\t{ .compatible = \"atmel,24mac402\", .data = 4 },\n \t{ .compatible = \"atmel,24c32\", .data = 5 },\n \t{ .compatible = \"atmel,24c64\", .data = 5 },\n \t{ .compatible = \"atmel,24c128\", .data = 6 },\n","prefixes":["U-Boot","2/2"]}