From mboxrd@z Thu Jan 1 00:00:00 1970 From: grant.likely@secretlab.ca (Grant Likely) Date: Mon, 17 Dec 2012 17:15:13 +0000 Subject: [PATCH 1/1] spi/atmel: add DT support In-Reply-To: <20121217101351.GI23971@game.jcrosoft.org> References: <20121121151713.1F8873E0A47@localhost> <1353674679-13158-1-git-send-email-plagnioj@jcrosoft.com> <50AF7C19.8000306@atmel.com> <20121212151308.GK4398@game.jcrosoft.org> <20121215010317.C9C933E0BEC@localhost> <20121217101351.GI23971@game.jcrosoft.org> Message-ID: <20121217171513.9B0ED3E0BEC@localhost> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Mon, 17 Dec 2012 11:13:51 +0100, Jean-Christophe PLAGNIOL-VILLARD wrote: > On 01:03 Sat 15 Dec , Grant Likely wrote: > > On Wed, 12 Dec 2012 16:13:08 +0100, Jean-Christophe PLAGNIOL-VILLARD wrote: > > > On 14:37 Fri 23 Nov , Nicolas Ferre wrote: > > > > On 11/23/2012 01:44 PM, Jean-Christophe PLAGNIOL-VILLARD : > > > > > the atmel_spi use only gpio for chip select > > > > > > > > > > Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD > > > > > > > > Seems simple and nice: > > > > > > > > Acked-by: Nicolas Ferre > > > grant is ok to have this for 3.8? > > > > Not sure how I missed this one. It's pretty straight forward and not > > risky, so no problem. However; > > > > > > > the atmel_spi use only gpio for chip select > > > > I know you know how to write a proper commit message. I'll need > > something better than the above before I commit it. I won't make you > > resubmit the patch, but do send me a better description. > > > ok replace with this please > > spi/atmel: add DT support > > Use the newly introduce cs-gpios dt support on atmel. > We do not use the hardware cs as it's wired and have buges and limitations. > As the the controller's belief that only active-low devices/systems exists. > > As done on non-dt system. Done, thanks. g.