Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755002AbdLUNIn (ORCPT ); Thu, 21 Dec 2017 08:08:43 -0500 Received: from mail-wr0-f195.google.com ([209.85.128.195]:44420 "EHLO mail-wr0-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753087AbdLUNIj (ORCPT ); Thu, 21 Dec 2017 08:08:39 -0500 X-Google-Smtp-Source: ACJfBosgF0jG+lDsKu9tRHwZDN4gND4BJ7EPTbL1vKtaWvnk4g9mKca3VnWf7PpV0urifbQDQKwZSQ== 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 0/5] eeprom: at24: device tree support fixes Date: Thu, 21 Dec 2017 14:08:25 +0100 Message-Id: <20171221130830.16813-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 Content-Length: 667 Lines: 19 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. 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 | 84 ++++++++++++++--------- drivers/misc/eeprom/at24.c | 9 +++ 2 files changed, 59 insertions(+), 34 deletions(-) -- 2.15.1