Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753252Ab3CCJYr (ORCPT ); Sun, 3 Mar 2013 04:24:47 -0500 Received: from mail-pa0-f54.google.com ([209.85.220.54]:55326 "EHLO mail-pa0-f54.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752978Ab3CCJXD (ORCPT ); Sun, 3 Mar 2013 04:23:03 -0500 From: Grant Likely Subject: Re: [PATCH v5 01/16] spi/spi-atmel: fix master->num_chipselect wrongly set. To: Wenyou Yang , linux-arm-kernel@lists.infradead.org Cc: nicolas.ferre@atmel.com, plagnioj@jcrosoft.com, richard.genoud@gmail.com, JM.Lin@atmel.com, wenyou.yang@atmel.com, spi-devel-general@lists.sourceforge.net, linux-kernel@vger.kernel.org In-Reply-To: <1361861289-30332-2-git-send-email-wenyou.yang@atmel.com> References: <1361861289-30332-1-git-send-email-wenyou.yang@atmel.com> <1361861289-30332-2-git-send-email-wenyou.yang@atmel.com> Date: Sat, 02 Mar 2013 23:15:35 +0000 Message-Id: <20130302231535.8E6043E35BE@localhost> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 757 Lines: 22 On Tue, 26 Feb 2013 14:47:54 +0800, Wenyou Yang wrote: > if the spi property "cs-gpios" is set as below: > > cs-gpios = <0>, <&pioC 11 0>, <0>, <0>; > > the master->num_chipselect will wrongly be set to 0, > and the spi fail to probe. > > Signed-off-by: Wenyou Yang > Cc: spi-devel-general@lists.sourceforge.net > Cc: linux-kernel@vger.kernel.org I think I've got this bug fixed in the core spi code. Give it a couple of days and retest with linux-next. g. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/