From mboxrd@z Thu Jan 1 00:00:00 1970 From: Doug Anderson Subject: Re: [RESEND PATCH 4/7] mfd: cros_ec: move locking into cros_ec_cmd_xfer Date: Wed, 20 Aug 2014 15:36:01 -0700 Message-ID: References: <1408536812-7836-1-git-send-email-javier.martinez@collabora.co.uk> <1408536812-7836-5-git-send-email-javier.martinez@collabora.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: In-Reply-To: <1408536812-7836-5-git-send-email-javier.martinez@collabora.co.uk> Sender: linux-samsung-soc-owner@vger.kernel.org To: Javier Martinez Canillas Cc: Lee Jones , Wolfram Sang , Dmitry Torokhov , Simon Glass , Bill Richardson , Andrew Bresticker , Derek Basehore , Todd Broch , Olof Johansson , =?UTF-8?Q?Andreas_F=C3=A4rber?= , "linux-i2c@vger.kernel.org" , "linux-input@vger.kernel.org" , linux-samsung-soc List-Id: linux-i2c@vger.kernel.org Javier, On Wed, Aug 20, 2014 at 5:13 AM, Javier Martinez Canillas wrote: > From: Andrew Bresticker > > Now that there's a central cros_ec_cmd_xfer(), move the locking > out of the SPI and LPC drivers. Slight nit that the LPC driver doesn't exist upstream. This is in prep for adding the LPC driver, though. > Signed-off-by: Andrew Bresticker > Reviewed-by: Simon Glass > Signed-off-by: Javier Martinez Canillas > --- > drivers/mfd/cros_ec.c | 10 +++++++++- > drivers/mfd/cros_ec_spi.c | 11 ----------- > 2 files changed, 9 insertions(+), 12 deletions(-) After comment nitfix: Reviewed-by: Doug Anderson