From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753341AbdL1KtW (ORCPT ); Thu, 28 Dec 2017 05:49:22 -0500 Received: from mail-wm0-f65.google.com ([74.125.82.65]:34801 "EHLO mail-wm0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752905AbdL1KtS (ORCPT ); Thu, 28 Dec 2017 05:49:18 -0500 X-Google-Smtp-Source: ACJfBotxCcv7kfBgcooI4SC6Px5RFv8B/KTrLOSlIn6sQCoB4af6kdCP5WKLTzST5mXQJu7WdRysGA== From: Bartosz Golaszewski To: Andy Shevchenko , Rob Herring , Mark Rutland , Javier Martinez Canillas , David Lechner , Divagar Mohandass , Peter Rosin Cc: linux-i2c@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Bartosz Golaszewski Subject: [PATCH v4 0/4] eeprom: at24: device tree support fixes Date: Thu, 28 Dec 2017 11:49:09 +0100 Message-Id: <20171228104913.29873-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 v2 -> v3: - reword patch 1/5: allow any "," pair as long as a supported fallback is used v3 -> v4: - another shot at correct wording of the compatible property description - squashed patches 1/5 and 2/5 Bartosz Golaszewski (4): dt-bindings: at24: consistently document the compatible property 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 | 91 ++++++++++++++--------- drivers/misc/eeprom/at24.c | 9 +++ 2 files changed, 66 insertions(+), 34 deletions(-) -- 2.15.1