From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751311AbaEWT5Z (ORCPT ); Fri, 23 May 2014 15:57:25 -0400 Received: from smtp.codeaurora.org ([198.145.11.231]:32816 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751064AbaEWT5X (ORCPT ); Fri, 23 May 2014 15:57:23 -0400 From: Stephen Boyd To: "David S . Miller" Cc: linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org, linux-arm-kernel@lists.infradead.org, netdev@vger.kernel.org, Nishanth Menon , Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , devicetree@vger.kernel.org Subject: [PATCH v2 0/4] ks8851 DT/regulator/gpio updates Date: Fri, 23 May 2014 12:57:16 -0700 Message-Id: <1400875040-13269-1-git-send-email-sboyd@codeaurora.org> X-Mailer: git-send-email 1.9.0.1.gd5ccf8c Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This set of patches properly documents the micrel ks8851 spi ethernet controller, converts to devm_regulator_get_optional() to make error paths slightly simpler, and finally adds supports for another optional regulator and a reset gpio. This allows me to use the ks8851 on my MSM8960 CDP board. Changes since v1: * Dropped vendor prefix patch as that should go through DT tree Stephen Boyd (4): devicetree: bindings: Properly document micrel ks8851 SPI chips net: ks8851: Use devm_regulator_get_optional() net: ks8851: Add optional vdd_io regulator and reset gpio net: ks8851: Add of match table .../devicetree/bindings/net/micrel-ks8851.txt | 15 ++++- drivers/net/ethernet/micrel/ks8851.c | 71 +++++++++++++++++++--- 2 files changed, 74 insertions(+), 12 deletions(-) -- The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum, hosted by The Linux Foundation