Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755341AbcKYPZK (ORCPT ); Fri, 25 Nov 2016 10:25:10 -0500 Received: from mail-wm0-f43.google.com ([74.125.82.43]:35402 "EHLO mail-wm0-f43.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755154AbcKYPYs (ORCPT ); Fri, 25 Nov 2016 10:24:48 -0500 Subject: Re: [PATCH 3/3] pinctrl: sx150x: add support for sx1501, sx1504, sx1505 and sx1507 To: Linus Walleij , Peter Rosin References: <1480020320-28354-1-git-send-email-peda@axentia.se> <1480020320-28354-4-git-send-email-peda@axentia.se> Cc: "linux-kernel@vger.kernel.org" , Rob Herring , Mark Rutland , Andrey Smirnov , "linux-gpio@vger.kernel.org" , "devicetree@vger.kernel.org" From: Neil Armstrong Organization: Baylibre Message-ID: <2612aff9-d7cf-e026-35ab-1b76c7bd9135@baylibre.com> Date: Fri, 25 Nov 2016 16:24:42 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.3.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 665 Lines: 24 On 11/25/2016 02:45 PM, Linus Walleij wrote: > On Thu, Nov 24, 2016 at 9:45 PM, Peter Rosin wrote: > >> Untested, register offsets carefully copied from datasheets. >> >> Signed-off-by: Peter Rosin > > Why not. Nice to support all of them. > > Patch applied, fixing the typ you mentioned in the follow > up in the process. > > Yours, > Linus Walleij > Thanks peter, Semtech should definitely provide some samples to test these variants ! I had a very hard time to find a (cheap) breakout board for one of these chips... But it's better than nothing to have them supported by the kernel even if some bug may appear. Neil