From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751182AbdFDJTV (ORCPT ); Sun, 4 Jun 2017 05:19:21 -0400 Received: from fllnx210.ext.ti.com ([198.47.19.17]:37292 "EHLO fllnx210.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751005AbdFDJTR (ORCPT ); Sun, 4 Jun 2017 05:19:17 -0400 From: Keerthy To: , , CC: , , Subject: [PATCH 0/9] mfd: Remove redundant i2c_device_id Date: Sun, 4 Jun 2017 14:48:35 +0530 Message-ID: <1496567924-4278-1-git-send-email-j-keerthy@ti.com> X-Mailer: git-send-email 1.9.1 MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org With the introduction of probe_new function the i2c_device_id is no longer needed. Hence the remove the same and use probe_new instead of probe. Keerthy (9): mfd: tps65217: Remove redundant i2c_device_id mfd: tps65218: Remove redundant i2c_device_id mfd: palmas: Remove redundant i2c_device_id mfd: lp873x: Remove redundant i2c_device_id mfd: lp8788: Remove redundant i2c_device_id mfd: lp3943: Remove redundant i2c_device_id mfd: tps65086: Remove redundant i2c_device_id mfd: tps65090: Remove redundant i2c_device_id mfd: tps6586x: Remove redundant i2c_device_id drivers/mfd/lp3943.c | 11 ++--------- drivers/mfd/lp873x.c | 12 ++---------- drivers/mfd/lp8788.c | 11 ++--------- drivers/mfd/palmas.c | 15 ++------------- drivers/mfd/tps65086.c | 12 ++---------- drivers/mfd/tps65090.c | 12 ++---------- drivers/mfd/tps65217.c | 14 +++----------- drivers/mfd/tps65218.c | 9 +++++---- drivers/mfd/tps6586x.c | 12 ++---------- 9 files changed, 22 insertions(+), 86 deletions(-) -- 1.9.1 From mboxrd@z Thu Jan 1 00:00:00 1970 From: Keerthy Subject: [PATCH 0/9] mfd: Remove redundant i2c_device_id Date: Sun, 4 Jun 2017 14:48:35 +0530 Message-ID: <1496567924-4278-1-git-send-email-j-keerthy@ti.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Sender: linux-kernel-owner@vger.kernel.org To: tony@atomide.com, milo.kim@ti.com, lee.jones@linaro.org Cc: j-keerthy@ti.com, linux-omap@vger.kernel.org, linux-kernel@vger.kernel.org List-Id: linux-omap@vger.kernel.org With the introduction of probe_new function the i2c_device_id is no longer needed. Hence the remove the same and use probe_new instead of probe. Keerthy (9): mfd: tps65217: Remove redundant i2c_device_id mfd: tps65218: Remove redundant i2c_device_id mfd: palmas: Remove redundant i2c_device_id mfd: lp873x: Remove redundant i2c_device_id mfd: lp8788: Remove redundant i2c_device_id mfd: lp3943: Remove redundant i2c_device_id mfd: tps65086: Remove redundant i2c_device_id mfd: tps65090: Remove redundant i2c_device_id mfd: tps6586x: Remove redundant i2c_device_id drivers/mfd/lp3943.c | 11 ++--------- drivers/mfd/lp873x.c | 12 ++---------- drivers/mfd/lp8788.c | 11 ++--------- drivers/mfd/palmas.c | 15 ++------------- drivers/mfd/tps65086.c | 12 ++---------- drivers/mfd/tps65090.c | 12 ++---------- drivers/mfd/tps65217.c | 14 +++----------- drivers/mfd/tps65218.c | 9 +++++---- drivers/mfd/tps6586x.c | 12 ++---------- 9 files changed, 22 insertions(+), 86 deletions(-) -- 1.9.1