From patchwork Tue Jun 26 10:22:42 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bartosz Golaszewski X-Patchwork-Id: 10488611 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 97DF7601A0 for ; Tue, 26 Jun 2018 10:24:36 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 8CBF126E38 for ; Tue, 26 Jun 2018 10:24:36 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 80F4E28606; Tue, 26 Jun 2018 10:24:36 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.8 required=2.0 tests=BAYES_00,DKIM_SIGNED, MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI, T_DKIM_INVALID autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 00E9026E38 for ; Tue, 26 Jun 2018 10:24:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934572AbeFZKXg (ORCPT ); Tue, 26 Jun 2018 06:23:36 -0400 Received: from mail-wm0-f67.google.com ([74.125.82.67]:55974 "EHLO mail-wm0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934850AbeFZKXe (ORCPT ); Tue, 26 Jun 2018 06:23:34 -0400 Received: by mail-wm0-f67.google.com with SMTP id v16-v6so1261734wmv.5 for ; Tue, 26 Jun 2018 03:23:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bgdev-pl.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=YRVJnNJ2ae2CGqrvnfy5XFewS/vJWfahXE5VW7+PeLI=; b=mW7xrqRNPT+9ocitITxyMhsLokhvxok+GxbX/Uo+4+zlnThNmHeGnmWPnGsZ2uRNJd Sgp1Lq+fWnsQav7wjeqQcS4oLlQZLypIA9JL4DV6rTIhNimPlgKg8VME9RVi6L6zymfd az3zzlWQ/mNxzh+5yP7oRvqSv2WSyNnAFyKdrC662xNhkNZa/KMo9bnwqv3xhNsZzrON YHDprjkxitY8tSNjEVFbQGmBRgTy6j8sAh+2udgc2ArK6aQriH0izaLn+Rq+90qblaNV J1q2GfO4alGi9Znv4IYdiHzWRwLeFc/6npJUm6o1D9hSdK6WCeA6yMPN/S6p0nl0Xk9R uHNQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=YRVJnNJ2ae2CGqrvnfy5XFewS/vJWfahXE5VW7+PeLI=; b=q0FFThDjj5L2Fa6YgPgFrqbdLIO4i2EeK35ckyE0NQGhNmBTEHJ9x0gKjIs2HXkzvB k8Qii+bk4nYgESglZAKj9KS7jLbNEmoQEnvKTxfyVwgSHyOfEkQmuS2k/mf8+aw/X6W0 mhOU7v8TF/STChJBJBpDQgMNwDCOiojkTSwFECZKYKX2Vh+uzmPEgSC775Rx6wfLKAe1 81B9TfjiIzaNoslMuO2X8oywPMhKTuHYIUaegH0a/FEf0f0WSPF9PbFtH9J2l3RtMlY9 K5uzcgBfk7VT6TEfTmEjjp4jcIIWT/qsW4/69+/+/W105RetmxMssQMfiyKxNVH5Vu1+ +cLQ== X-Gm-Message-State: APt69E1G3yo5NSGg34aeIPV6Fg9euGXCyMS/dNuzHfJn9O3eLK1lnva1 x/QwWHaUvUehH2vJET2FsaR1Cw== X-Google-Smtp-Source: AAOMgpfARrynGl2crzTCME4qr86yAjDLT7d9MKOX+PRj6B0XFOqfQkGC/bO0F/OWLjV6OQ9CZl5Lug== X-Received: by 2002:a1c:d8:: with SMTP id 207-v6mr1047003wma.99.1530008612851; Tue, 26 Jun 2018 03:23:32 -0700 (PDT) Received: from brgl-bgdev.lan (LFbn-NIC-1-55-10.w2-15.abo.wanadoo.fr. [2.15.147.10]) by smtp.gmail.com with ESMTPSA id 203-v6sm2573852wmp.23.2018.06.26.03.23.31 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 26 Jun 2018 03:23:32 -0700 (PDT) From: Bartosz Golaszewski To: Sekhar Nori , Kevin Hilman , Russell King , Grygorii Strashko , "David S . Miller" , Srinivas Kandagatla , Lukas Wunner , Rob Herring , Florian Fainelli , Dan Carpenter , Ivan Khoronzhuk , David Lechner , Greg Kroah-Hartman , Andrew Lunn Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-omap@vger.kernel.org, netdev@vger.kernel.org, Bartosz Golaszewski Subject: [PATCH v2 12/15] ARM: davinci: dm646x-evm: use device properties for at24 eeprom Date: Tue, 26 Jun 2018 12:22:42 +0200 Message-Id: <20180626102245.30711-13-brgl@bgdev.pl> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20180626102245.30711-1-brgl@bgdev.pl> References: <20180626102245.30711-1-brgl@bgdev.pl> Sender: linux-omap-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP From: Bartosz Golaszewski We want to work towards phasing out the at24_platform_data structure. There are few users and its contents can be represented using generic device properties. Using device properties only will allow us to significantly simplify the at24 configuration code. Remove the at24_platform_data structure and replace it with an array of property entries. Drop the byte_len/size property, as the model name already implies the EEPROM's size. Signed-off-by: Bartosz Golaszewski --- arch/arm/mach-davinci/board-dm646x-evm.c | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/arch/arm/mach-davinci/board-dm646x-evm.c b/arch/arm/mach-davinci/board-dm646x-evm.c index 4c82d38033b6..8c585e7be180 100644 --- a/arch/arm/mach-davinci/board-dm646x-evm.c +++ b/arch/arm/mach-davinci/board-dm646x-evm.c @@ -22,7 +22,7 @@ #include #include #include -#include +#include #include #include @@ -320,12 +320,9 @@ static struct nvmem_cell_lookup dm646x_evm_mac_address_cell = { .nvmem_name = "1-00500", }; -static struct at24_platform_data eeprom_info = { - .byte_len = (256*1024) / 8, - .page_size = 64, - .flags = AT24_FLAG_ADDR16, - .setup = davinci_get_mac_addr, - .context = (void *)0x7f00, +static const struct property_entry eeprom_properties[] = { + PROPERTY_ENTRY_U32("pagesize", 64), + { } }; #endif @@ -396,7 +393,7 @@ static void evm_init_cpld(void) static struct i2c_board_info __initdata i2c_info[] = { { I2C_BOARD_INFO("24c256", 0x50), - .platform_data = &eeprom_info, + .properties = eeprom_properties, }, { I2C_BOARD_INFO("pcf8574a", 0x38),