Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754404Ab3FJRpy (ORCPT ); Mon, 10 Jun 2013 13:45:54 -0400 Received: from mail-pd0-f181.google.com ([209.85.192.181]:43489 "EHLO mail-pd0-f181.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753747Ab3FJRpw (ORCPT ); Mon, 10 Jun 2013 13:45:52 -0400 From: Kevin Hilman To: Andrii Tseglytskyi Cc: J Keerthy , , Subject: Re: [PATCH v1 0/3] PM / AVS: SmartReflex: use omap_sr * for class interfaces References: <1369652964-14484-1-git-send-email-andrii.tseglytskyi@ti.com> Date: Mon, 10 Jun 2013 10:45:48 -0700 In-Reply-To: <1369652964-14484-1-git-send-email-andrii.tseglytskyi@ti.com> (Andrii Tseglytskyi's message of "Mon, 27 May 2013 14:09:21 +0300") Message-ID: <87vc5ldflf.fsf@linaro.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1 (gnu/linux) 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 Content-Length: 1550 Lines: 40 Andrii Tseglytskyi writes: > SmartReflex driver interface is natively divided to two parts: > > - external SmartReflex interface > - interface between SmartReflex driver and SmartReflex Class > > Functions which belong to AVS class interface can use > struct omap_sr* instead of struct voltatedomain*, to provide a > direct connection between SR driver and SR class. This allows > us to optimize and not do additional lookups where none is > required. > > Patches are based on: > git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git > tag: v3.10-rc2 > > Verified on OMAP4430. Boot - OK. SmartReflex registers debug dump - OK > > Available on GitHub: > https://github.com/andriit/linux-omap-k3.8/commits/avs_sr_driver_std_class_interfaces_v01 > > Andrii Tseglytskyi (3): > PM / AVS: SmartReflex: use omap_sr * for errgen interfaces > PM / AVS: SmartReflex: use omap_sr * for minmax interfaces > PM / AVS: SmartReflex: use omap_sr * for enable/disable interface > > arch/arm/mach-omap2/smartreflex-class3.c | 8 ++-- > drivers/power/avs/smartreflex.c | 63 +++++++++++++++--------------- > include/linux/power/smartreflex.h | 10 ++--- > 3 files changed, 40 insertions(+), 41 deletions(-) Thanks, queuing this series for v3.11. Kevin -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/