From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751095AbbJAXtm (ORCPT ); Thu, 1 Oct 2015 19:49:42 -0400 Received: from devils.ext.ti.com ([198.47.26.153]:37023 "EHLO devils.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750805AbbJAXtk (ORCPT ); Thu, 1 Oct 2015 19:49:40 -0400 Subject: Re: [PATCH v4 3/5] mfd: tps65912: Add driver for the TPS65912 PMIC To: Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Lee Jones , Mark Brown , Alexandre Courbot , Grygorii Strashko References: <1443731874-21362-1-git-send-email-afd@ti.com> <1443731874-21362-4-git-send-email-afd@ti.com> CC: , From: "Andrew F. Davis" Message-ID: <560DC67F.7090408@ti.com> Date: Thu, 1 Oct 2015 18:49:19 -0500 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 MIME-Version: 1.0 In-Reply-To: <1443731874-21362-4-git-send-email-afd@ti.com> Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 10/01/2015 03:37 PM, Andrew F. Davis wrote: > This patch adds support for TPS65912 mfd device. It provides > communication through the I2C and SPI interfaces. It contains > the following components: > > - Regulators > - GPIO controller > > Signed-off-by: Andrew F. Davis Forgot to mention, as the kbuild bot figured out, this patch needs b4fe8ba ("regmap: Add generic macro to define regmap_irq") from Lee Jones' tree to build.