From mboxrd@z Thu Jan 1 00:00:00 1970 From: Valentine Date: Mon, 06 Jan 2014 13:51:29 +0000 Subject: Re: [PATCH 3/3 V2] ARM: shmobile: koelsch: Add I2C support Message-Id: <52CAB4E1.8060104@cogentembedded.com> List-Id: References: <1388143659-8739-4-git-send-email-valentine.barshak@cogentembedded.com> In-Reply-To: <1388143659-8739-4-git-send-email-valentine.barshak@cogentembedded.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-sh@vger.kernel.org On 01/06/2014 10:15 AM, Simon Horman wrote: > On Mon, Jan 06, 2014 at 03:07:36PM +0900, Simon Horman wrote: >> On Mon, Jan 06, 2014 at 02:35:23PM +0900, Simon Horman wrote: >>> On Fri, Dec 27, 2013 at 03:27:39PM +0400, Valentine Barshak wrote: >>>> This adds I2C[1245] busses support to Koelsch board. >>>> I2C[03] do not have any slave devices connected and >>>> are not used because of the following: >>>> * I2C0 pins are multiplexed with LBSC pins; >>>> * I2C3 pins are multiplexed with EtherMAC and VIN0 pins. >>>> >>>> Changes in V2: >>>> * Capitalized ARM in the subject. >>>> >>>> Signed-off-by: Valentine Barshak >>> >>> Thanks, I will queue this up. > > Bother, I was too hasty, it seems that there is a run-time dependency on > patch 1 of the series. > >> Please send an update to the koelsch defconfig to enable I2C. > > Could you please repost this patch, along with a patch to update > the defconfig once the dependencies are available in an rc release. OK, thanks! > > I will leave patch 2 of the series queued up as it should be harmless enough. > > Thanks. > Thanks, Val.