lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Mon, 4 Jul 2011 19:59:32 +0200
From:	Samuel Ortiz <sameo@...ux.intel.com>
To:	Jin Park <jinyoungp@...dia.com>
Cc:	Richard Purdie <rpurdie@...ys.net>, Liam Girdwood <lrg@...com>,
	linux-kernel@...r.kernel.org
Subject: Re: [PATCH 0/3] aat2870: Adding mfd, backlight and regulator drivers

Hi Jin,

On Wed, Jun 29, 2011 at 11:06:49PM +0900, Jin Park wrote:
> Changing subject because the patch was separated.
> Adding relevant maintainers for backlight and regulator.
> 
> Hi Samuel,
> 
> > Before reviewing this patch, could you please do the following:
> > 
> > 1) Split it into 3 actual patches: the MFD one, the regulator one and the
> > backlight one.
> I have separated the patch to mfd, backlight and regulator.
> 
> > 2) Add the relevant maintainers (See MAINTAINERS) if you want to get a proper
> > regulator and backlight driver review.
> I submitting the patches with relevant maintainers.
> 
> > You also need to take the io_lock mutex here, to prevent someone else to write
> > a different value to your register between your read and write.
> > So what you typically want is an unlocked version of aat2870_[read|write]
> > (let's say we call it __aat2870_[read|write]). Then your aat2870_[read|write]
> > become wrappers around the __aat2870_[read|write] with the lock taken. And
> > your update_bits routine can use __aat2870_[read|write] with the lock taken
> > from the beginning.
> I have modified mfd driver according to your comment.
All 3 patches applied, although I'd appreciate to get an ACK from the
backlight maintainer.

Cheers,
Samuel.

-- 
Intel Open Source Technology Centre
http://oss.intel.com/
--
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ