From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kamlakant Patel Subject: [PATCH 0/3] i2c-xlp9xx: update i2c driver to handle I2C_M_RECV_LEN flag Date: Wed, 27 Sep 2017 20:22:20 +0530 Message-ID: <1506523943-8632-1-git-send-email-kamlakant.patel@cavium.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Sender: linux-acpi-owner@vger.kernel.org To: linux-i2c@vger.kernel.org, linux-acpi@vger.kernel.org Cc: Kamlakant Patel , Wolfram Sang , Mika Westerberg List-Id: linux-i2c@vger.kernel.org This patch set has following changes: * Use Linux clk APIs to get input clock frequency for the I2C controller. * I2C driver update to handle I2C_M_RECV_LEN and I2C_CLIENT_PEC flags. Jayachandran C (2): ACPI / APD: Add clock frequency for ThunderX2 I2C controller i2c: xlp9xx: Get clock frequency with clk API Kamlakant Patel (1): i2c: xlp9xx: Handle I2C_M_RECV_LEN in msg->flags drivers/acpi/acpi_apd.c | 5 +++++ drivers/i2c/busses/i2c-xlp9xx.c | 44 +++++++++++++++++++++++++++++++++++++---- 2 files changed, 45 insertions(+), 4 deletions(-) -- 2.7.4