From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752293AbeBLSMG (ORCPT ); Mon, 12 Feb 2018 13:12:06 -0500 Received: from mail.kernel.org ([198.145.29.99]:42558 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751176AbeBLSME (ORCPT ); Mon, 12 Feb 2018 13:12:04 -0500 DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 9B30C21104 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=kbingham@kernel.org From: Kieran Bingham To: linux-media@vger.kernel.org, dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org, linux-renesas-soc@vger.kernel.org Cc: Kieran Bingham , Jean-Michel Hautbois , Sergei Shtylyov , Kieran Bingham Subject: [PATCH v2 0/5] Add support for i2c_new_secondary_device Date: Mon, 12 Feb 2018 18:11:52 +0000 Message-Id: <1518459117-16733-1-git-send-email-kbingham@kernel.org> X-Mailer: git-send-email 2.7.4 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Kieran Bingham Back in 2014, Jean-Michel provided patches [0] to implement a means of describing software defined I2C addresses for devices through the DT nodes. The patch to implement the function "i2c_new_secondary_device()" was integrated, but the corresponding driver update didn't get applied. This short series re-bases Jean-Michel's patch to mainline for the ADV7604 driver in linux-media, and also provides a patch for the ADV7511 DRM Bridge driver taking the same approach. This series allows us to define the I2C address allocations of these devices in the device tree for the Renesas D3 platform where these two devices reside on the same bus and conflict with each other presently.. [0] https://lkml.org/lkml/2014/10/22/468 [1] https://lkml.org/lkml/2014/10/22/469 v2: - dt bindings split from driver changes - fixed up dt binding property descriptions - Update missing edid-i2c address setting (adv7511) - Provide update for r8a7792 DTB to account for address conflict Jean-Michel Hautbois (2): dt-bindings: media: adv7604: Add support for i2c_new_secondary_device media: adv7604: Add support for i2c_new_secondary_device Kieran Bingham (3): dt-bindings: adv7511: Add support for i2c_new_secondary_device [RFT] ARM: dts: wheat: Fix ADV7513 address usage drm: adv7511: Add support for i2c_new_secondary_device .../bindings/display/bridge/adi,adv7511.txt | 18 ++++++- .../devicetree/bindings/media/i2c/adv7604.txt | 18 ++++++- arch/arm/boot/dts/r8a7792-wheat.dts | 12 ++++- drivers/gpu/drm/bridge/adv7511/adv7511.h | 6 +++ drivers/gpu/drm/bridge/adv7511/adv7511_drv.c | 42 +++++++++------ drivers/media/i2c/adv7604.c | 62 ++++++++++++++-------- 6 files changed, 115 insertions(+), 43 deletions(-) -- 2.7.4