From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751781AbdAMNeW (ORCPT ); Fri, 13 Jan 2017 08:34:22 -0500 Received: from ec2-52-27-115-49.us-west-2.compute.amazonaws.com ([52.27.115.49]:50492 "EHLO osg.samsung.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751496AbdAMNeV (ORCPT ); Fri, 13 Jan 2017 08:34:21 -0500 From: Javier Martinez Canillas To: linux-kernel@vger.kernel.org Cc: Laxman Dewangan , Javier Martinez Canillas , Krzysztof Kozlowski , Chanwoo Choi , Bartlomiej Zolnierkiewicz , Lee Jones Subject: [PATCH v2 0/4] mfd: max77686: Remove unneeded non-OF code in driver Date: Fri, 13 Jan 2017 10:34:04 -0300 Message-Id: <1484314449-10060-1-git-send-email-javier@osg.samsung.com> X-Mailer: git-send-email 2.7.4 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello Lee, This series contains cleanups for the max77686 PMIC MFD driver. The driver is only used in DT platforms and so all the code related with the i2c_device_id table can be removed. Best regards, Javier Changes in v2: - Add Laxman's Acked-by tag to patch 1/4. - Add Krzysztof's Reviewed-by and Tested-by tags to patch 1/4. - Add Laxman's Acked-by tag to patch 2/4. - Mention in commit message that an unneeded check for match is removed. - Add Laxman's Acked-by tag to patch 3/4. - Add Krzysztof's Reviewed-by and Tested-by tags to patch 3/4. - Add Laxman's Acked-by tag to patch 4/4. - Add Krzysztof's Reviewed-by and Tested-by tags to patch 4/4. Javier Martinez Canillas (4): mfd: max77686: Don't attempt to get i2c_device_id .data mfd: max77686: Use of_device_get_match_data() helper mfd: max77686: Use the struct i2c_driver .probe_new instead of .probe mfd: max77686: Remove I2C device ID table drivers/mfd/max77686.c | 25 ++++--------------------- 1 file changed, 4 insertions(+), 21 deletions(-) -- 2.7.4