From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753469AbdLUNub (ORCPT ); Thu, 21 Dec 2017 08:50:31 -0500 Received: from mail-wm0-f68.google.com ([74.125.82.68]:36295 "EHLO mail-wm0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752543AbdLUNst (ORCPT ); Thu, 21 Dec 2017 08:48:49 -0500 X-Google-Smtp-Source: ACJfBouy2OxHl3r3DgLg1UWRX544iO2r4mx02qlfjObeHpN/kF1EMpzYdQZRPZ5K5BINmynKQ3wT5g== From: Bartosz Golaszewski To: Andy Shevchenko , Rob Herring , Mark Rutland , Javier Martinez Canillas , David Lechner , Divagar Mohandass Cc: linux-i2c@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Bartosz Golaszewski Subject: [PATCH v2 0/5] eeprom: at24: device tree support fixes Date: Thu, 21 Dec 2017 14:48:37 +0100 Message-Id: <20171221134842.31287-1-brgl@bgdev.pl> X-Mailer: git-send-email 2.15.1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The first three patches fix certain issues with the DT binding document. The last two extend the device tree support in the driver with more at24 EEPROM variants. v1 -> v2: - remove any implementation details from patch 1/5 Bartosz Golaszewski (5): dt-bindings: at24: consistently document the compatible property dt-bindings: at24: add a missing compatible dt-bindings: at24: fix formatting and style dt-bindings: at24: extend the list of supported chips eeprom: at24: extend the list of chips supported in DT Documentation/devicetree/bindings/eeprom/at24.txt | 82 +++++++++++++---------- drivers/misc/eeprom/at24.c | 9 +++ 2 files changed, 57 insertions(+), 34 deletions(-) -- 2.15.1 From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bartosz Golaszewski Subject: [PATCH v2 0/5] eeprom: at24: device tree support fixes Date: Thu, 21 Dec 2017 14:48:37 +0100 Message-ID: <20171221134842.31287-1-brgl@bgdev.pl> Return-path: Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Andy Shevchenko , Rob Herring , Mark Rutland , Javier Martinez Canillas , David Lechner , Divagar Mohandass Cc: linux-i2c-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Bartosz Golaszewski List-Id: devicetree@vger.kernel.org The first three patches fix certain issues with the DT binding document. The last two extend the device tree support in the driver with more at24 EEPROM variants. v1 -> v2: - remove any implementation details from patch 1/5 Bartosz Golaszewski (5): dt-bindings: at24: consistently document the compatible property dt-bindings: at24: add a missing compatible dt-bindings: at24: fix formatting and style dt-bindings: at24: extend the list of supported chips eeprom: at24: extend the list of chips supported in DT Documentation/devicetree/bindings/eeprom/at24.txt | 82 +++++++++++++---------- drivers/misc/eeprom/at24.c | 9 +++ 2 files changed, 57 insertions(+), 34 deletions(-) -- 2.15.1 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html