[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20120830174738.GH4356@opensource.wolfsonmicro.com>
Date: Thu, 30 Aug 2012 10:47:38 -0700
From: Mark Brown <broonie@...nsource.wolfsonmicro.com>
To: Krystian Garbaciak <krystian.garbaciak@...semi.com>
Cc: linux-kernel@...r.kernel.org, rtc-linux@...glegroups.com,
lm-sensors@...sensors.org, linux-input@...r.kernel.org,
linux-watchdog@...r.kernel.org, linux-leds@...r.kernel.org,
Samuel Ortiz <sameo@...ux.intel.com>,
Liam Girdwood <lrg@...com>,
Alessandro Zummo <a.zummo@...ertech.it>,
Jean Delvare <khali@...ux-fr.org>,
Dmitry Torokhov <dmitry.torokhov@...il.com>,
Ashish Jangam <ashish.jangam@...tcummins.com>,
Andrew Jones <drjones@...hat.com>,
Donggeun Kim <dg77.kim@...sung.com>,
Philippe Rétornaz <philippe.retornaz@...l.ch>,
Wim Van Sebroeck <wim@...ana.be>,
Bryan Wu <bryan.wu@...onical.com>,
Richard Purdie <rpurdie@...ys.net>,
Anthony Olech <anthony.olech@...semi.com>
Subject: Re: [RFC PATCH 2/8] regulator: Add Dialog DA906x voltage regulators
support.
On Wed, Aug 29, 2012 at 03:50:00PM +0100, Krystian Garbaciak wrote:
> Because, for some regulators, this is required: val += fvol->offset,
> I was only able to reduce it to the following form.
What on earth makes you say this? The above is obviously linear.
Besides, you're missing several points here. One is that you should be
using the framework features, another is that you should be implementing
_sel.
> > > + bits = da906x_reg_read(hw, DA906X_REG_STATUS_D);
> > > + if (bits < 0)
> > > + return IRQ_HANDLED;
> > If you fail to detect an interrupt you report that you handled one...?
> For me there is no sensible return value for this case.
IRQ_NONE.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists