From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755769AbcBESmw (ORCPT ); Fri, 5 Feb 2016 13:42:52 -0500 Received: from gagarine.paulk.fr ([109.190.93.129]:62329 "EHLO gagarine.paulk.fr" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752891AbcBESmu (ORCPT ); Fri, 5 Feb 2016 13:42:50 -0500 From: Paul Kocialkowski To: linux-kernel@vger.kernel.org Cc: Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Russell King , =?UTF-8?q?Beno=C3=AEt=20Cousson?= , Tony Lindgren , Liam Girdwood , Mark Brown , Milo Kim , Javier Martinez Canillas , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-omap@vger.kernel.org Subject: [PATCH v2 0/6] LG Optimus Black (P970) codename sniper support and lp872x improvements Date: Fri, 5 Feb 2016 19:42:17 +0100 Message-Id: <1454697741-8687-1-git-send-email-contact@paulk.fr> X-Mailer: git-send-email 1.9.1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Changes since v1: * Remove lp872x patches that were accepted already from the series * Explain why removing the invalid DVS GPIO warning is enough * Update copyright notice on omap3-sniper.dts * Rename the devicetree property for the enable GPIO to enable-gpios * Rename function to enable GPIO to lp872x_hw_enable * Add enable delays after requesting the enable GPIO * Use IOPAD macros for pinmux description * Mux the dp3t uart selection pins to gpio * Restrict not-reset gpio controllers to only avoid reset when needed This series introduces support for the LG Optimus Black, as described in the patch adding devicetree support for the device. In order to power the external mmc (mmc1), the lp872x regulator is used. Its code had to be improved a bit to work on the device. Note that the patch adding devicetree support for the device requires the changes applied to the lp872x regulator, so all this is sent in one series despite the fact they're different parts of the code.