From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754515AbcDSNXr (ORCPT ); Tue, 19 Apr 2016 09:23:47 -0400 Received: from mail-lf0-f41.google.com ([209.85.215.41]:35742 "EHLO mail-lf0-f41.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752699AbcDSNXp (ORCPT ); Tue, 19 Apr 2016 09:23:45 -0400 Subject: Re: [PATCH 1/2] mmc: core: Improve marking broken HPI through devicetree To: Olliver Schinagl , Ulf Hansson , Maxime Ripard , Chen-Yu Tsai , Venu Byravarasu , Adrian Hunter , Michal Hocko , Lars-Peter Clausen , Sudeep Holla , Wolfram Sang , Wenkai Du , Chaotian Jing , Kuninori Morimoto , Hans de Goede , Jaehoon Chung , Michal Suchanek References: <1461049934-12848-1-git-send-email-oliver@schinagl.nl> <1461049934-12848-2-git-send-email-oliver@schinagl.nl> <57160E06.1000806@cogentembedded.com> <571622B7.2010202@schinagl.nl> Cc: linux-mmc@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org From: Sergei Shtylyov Message-ID: <5716315C.7070001@cogentembedded.com> Date: Tue, 19 Apr 2016 16:23:40 +0300 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.7.2 MIME-Version: 1.0 In-Reply-To: <571622B7.2010202@schinagl.nl> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 4/19/2016 3:21 PM, Olliver Schinagl wrote: >>> In patch 81f8a7be66 Hans de Goede added a patch to allow marking an mmc >> >> scripts/checkpatch.pl now enforces certain commit citing style, the >> commit summary should be specified too. > I used checkpatch from 4.6.0-rc2(or3) and did not notice it. But I'll add it > to v2. Maybe it just didn't recognize your commit citing? Anyway, the format is the same as for the "Fixes:" tag. >>> device as to having an broken HPI implementation. After talking some >>> with Hans, we now think it is actually the mmc controller that can be >>> broken and not support broken HPI's. >>> >>> This patch adds a new capability, mmc-broken-hpi, which allows us to >>> mark a broken hpi implementation on the host level. >>> >>> Signed-off-by: Olliver Schinagl >> [...] MBR, Sergei From mboxrd@z Thu Jan 1 00:00:00 1970 From: sergei.shtylyov@cogentembedded.com (Sergei Shtylyov) Date: Tue, 19 Apr 2016 16:23:40 +0300 Subject: [PATCH 1/2] mmc: core: Improve marking broken HPI through devicetree In-Reply-To: <571622B7.2010202@schinagl.nl> References: <1461049934-12848-1-git-send-email-oliver@schinagl.nl> <1461049934-12848-2-git-send-email-oliver@schinagl.nl> <57160E06.1000806@cogentembedded.com> <571622B7.2010202@schinagl.nl> Message-ID: <5716315C.7070001@cogentembedded.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 4/19/2016 3:21 PM, Olliver Schinagl wrote: >>> In patch 81f8a7be66 Hans de Goede added a patch to allow marking an mmc >> >> scripts/checkpatch.pl now enforces certain commit citing style, the >> commit summary should be specified too. > I used checkpatch from 4.6.0-rc2(or3) and did not notice it. But I'll add it > to v2. Maybe it just didn't recognize your commit citing? Anyway, the format is the same as for the "Fixes:" tag. >>> device as to having an broken HPI implementation. After talking some >>> with Hans, we now think it is actually the mmc controller that can be >>> broken and not support broken HPI's. >>> >>> This patch adds a new capability, mmc-broken-hpi, which allows us to >>> mark a broken hpi implementation on the host level. >>> >>> Signed-off-by: Olliver Schinagl >> [...] MBR, Sergei