Received: by 2002:ac0:a5a6:0:0:0:0:0 with SMTP id m35-v6csp3753774imm; Mon, 1 Oct 2018 04:03:56 -0700 (PDT) X-Google-Smtp-Source: ACcGV60dGXKa8KBAEKvpdeHTSfqIR13wYJkOtg6DD9sZrcMyIQtgJ8VlhMNabpKM6M/3M1CwlT5n X-Received: by 2002:a17:902:b70d:: with SMTP id d13-v6mr11066483pls.44.1538391836218; Mon, 01 Oct 2018 04:03:56 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1538391836; cv=none; d=google.com; s=arc-20160816; b=nArGFKYQNjM/YCvHvQWFHBTl0RqeC8BaBySMTj3vsXHWuUJYwCaqY4zuCgV10i5ml4 b2XFLeqyQE1RUY8J57LXtFIG8ka3pA4SLQTYjXInUitWg/NGXC00ksmsXm6PprWQJVx4 ktBEmoEEgGJ5ZUYkXuZU8O14H9rXL0kvPjAn/vk2/bYLBOJEcGlVQ6KC4+PZLnyCScbB gXe8TjiyG0nBLHmDF7TTlYI5BYUfRIqV04NJ6HkoX3QhxVwJ6hP2E3qKNUDJhCxbWBH3 IMqJwglNeY7bnhIhh6X/vFx0jfNTZWX9bEHyCwk3GjZrPZ0H19lCNyK43+KVldLGAK82 mevw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=dtr4/AvJK5Nur/rDEaZzva8LZdx8/EGCtYZ2erpP6cY=; b=l+ecEwRPrtaEf7Du+S/O7c6XadTUtqB0jICRts+z9B1jH9j14f2tfWpPbbq031wBpz Zn7Lkqd+NdlmJi0ejxpXaF0+e0BkrO7E9ow2h7pzFKKyRmHVogugdqAleumC9bljgHT1 wyt+tU1PfdnU+RmyE8iGRviH7eFeHSpoASOjVdNpmiEbKzW9aKYc9ONvVKPmG0UcUImX ZPzZDjTaeoRcZdXXOeQsWzRMm7IXsSvMHCN4esvhp44Qah+a0NGSIIVzdqWfNLkbBv+q 6ZBEvYqex/GWQHpKozmF4AyW8iss2vClnvJO+7jPyMWAVjwpWGI7E1Wi9nkM//2qi2dH GJoQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id c31-v6si12344902pgl.166.2018.10.01.04.03.41; Mon, 01 Oct 2018 04:03:56 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729180AbeJARjO (ORCPT + 99 others); Mon, 1 Oct 2018 13:39:14 -0400 Received: from isilmar-4.linta.de ([136.243.71.142]:33036 "EHLO isilmar-4.linta.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729039AbeJARjN (ORCPT ); Mon, 1 Oct 2018 13:39:13 -0400 Received: from light.dominikbrodowski.net (isilmar.linta [10.0.0.1]) by isilmar-4.linta.de (Postfix) with ESMTPS id 3B2432008C7; Mon, 1 Oct 2018 10:55:54 +0000 (UTC) Received: by light.dominikbrodowski.net (Postfix, from userid 1000) id 31A6820885; Mon, 1 Oct 2018 11:46:47 +0200 (CEST) Date: Mon, 1 Oct 2018 11:46:47 +0200 From: Dominik Brodowski To: "Maciej S. Szmigiero" Cc: Greg Kroah-Hartman , linux-kernel Subject: Re: [PATCH] pcmcia: Implement CLKRUN protocol disabling for Ricoh bridges Message-ID: <20181001094647.GD7482@light.dominikbrodowski.net> References: <86f282b4-5f86-2b3d-845f-80d34318ea98@maciej.szmigiero.name> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <86f282b4-5f86-2b3d-845f-80d34318ea98@maciej.szmigiero.name> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Sep 09, 2018 at 01:21:06AM +0200, Maciej S. Szmigiero wrote: > Currently, "disable_clkrun" yenta_socket module parameter is only > implemented for TI CardBus bridges. > Add also an implementation for Ricoh bridges that have the necessary > setting documented in publicly available datasheets. > > Tested on a RL5C476II with a Sunrich C-160 CardBus NIC that doesn't work > correctly unless the CLKRUN protocol is disabled. > > Let's also make it clear in its description that the "disable_clkrun" > module parameter only works on these two previously mentioned brands of > CardBus bridges. > > Signed-off-by: Maciej S. Szmigiero Applied to pcmcia-next. Thanks! Dominik