From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753156AbbG0LY0 (ORCPT ); Mon, 27 Jul 2015 07:24:26 -0400 Received: from comal.ext.ti.com ([198.47.26.152]:46817 "EHLO comal.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752938AbbG0LYW (ORCPT ); Mon, 27 Jul 2015 07:24:22 -0400 From: Kishon Vijay Abraham I To: , , , , CC: , , Subject: [PATCH 0/2] pbias regulator fixes Date: Mon, 27 Jul 2015 16:54:08 +0530 Message-ID: <1437996250-2913-1-git-send-email-kishon@ti.com> X-Mailer: git-send-email 1.7.9.5 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 Patch series contains a couple of fixes. One that disables pbias properly (write the correct value to disable regulator instead of writing 0). And the other is to get the correct address to enable/disable the pbias regulator. Tested on DRA7 (tests pbias_mmc_omap5) and OMAP5 panda (tests pbias_mmc_omap4). Kishon Vijay Abraham I (2): regulator: pbias: use untranslated address to program pbias regulator regulator: pbias: Fix broken pbias disable functionality drivers/regulator/pbias-regulator.c | 21 ++++++++++++++++----- 1 file changed, 16 insertions(+), 5 deletions(-) -- 1.7.9.5