From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751387AbcFWGks (ORCPT ); Thu, 23 Jun 2016 02:40:48 -0400 Received: from mailout2.w1.samsung.com ([210.118.77.12]:30028 "EHLO mailout2.w1.samsung.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751000AbcFWGkp (ORCPT ); Thu, 23 Jun 2016 02:40:45 -0400 MIME-version: 1.0 Content-type: text/plain; charset=UTF-8; format=flowed X-AuditID: cbfec7f5-f792a6d000001302-b6-576b846989ea Content-transfer-encoding: 8BIT Message-id: <576B8467.3060407@samsung.com> Date: Thu, 23 Jun 2016 08:40:39 +0200 From: Jacek Anaszewski User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130804 Thunderbird/17.0.8 To: linz@li-pro.net Cc: Mark Rutland , linux-leds@vger.kernel.org, linux-ide@vger.kernel.org, Joseph Jezak , Nico Macrionitis , =?UTF-8?B?SsO2cmcgU29tbWVy?= , Rob Herring , Pawel Moll , Ian Campbell , Kumar Gala , Jonathan Corbet , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-doc@vger.kernel.org Subject: Re: [PATCH v3 2/7] leds: documentation: 'ide-disk' to 'disk-activity' References: <20160608223000.433-1-linz@li-pro.net> <20160608223000.433-2-linz@li-pro.net> <20160621150532.GG3302@leverpostej> <576A447F.2020002@samsung.com> <576AB746.70509@li-pro.net> In-reply-to: <576AB746.70509@li-pro.net> X-Brightmail-Tracker: H4sIAAAAAAAAA+NgFprNIsWRmVeSWpSXmKPExsVy+t/xy7qZLdnhBkvWcVvsXfCVyeLJgXZG i/lHzrFa9L9ZyGpx7tVKRovzy9qBrAc9zBYL25awWBzb8YjJ4vKuOWwWW9+sY7S4+noRi8XS 6xeZLCZMX8ti0br3CLsDv8eS5s1MHmvmrWH0uNzXy+RxZ8s6Vo/L398we6xc/oXNY9OqTjaP 3W9TPRb3TWb1+LxJLoArissmJTUnsyy1SN8ugSvj7Ma/rAXzBSsmX/jH1sD4nLeLkZNDQsBE 4tant0wQtpjEhXvr2boYuTiEBJYySqx91M0GkuAVEJT4MfkeSxcjBwezgLzEkUvZIGFmATOJ Ry3rmCHqnzFKLJ3dyQxRryVxct0pMJtFQFWic2U3mM0mYCjx88VrsGWiAhESf07vYwWZKSIg LNGxyhVkDrPAF2aJf3+/g+0VFvCT+Nu1jRViwR5GiWU/57GCJDgFNCSWtN5imsAoMAvJfbMQ 7puF5L4FjMyrGEVTS5MLipPSc430ihNzi0vz0vWS83M3MUKi7OsOxqXHrA4xCnAwKvHwZhzL ChdiTSwrrsw9xCjBwawkwjupKTtciDclsbIqtSg/vqg0J7X4EKM0B4uSOO/MXe9DhATSE0tS s1NTC1KLYLJMHJxSDYxTFBaeCWpfKPTg4Oen4VPnZom++Nf9SOOZagx/oTS/zAebvw/9J6ue mfpmksAp36RJE4WyJqT8WbmM9Q1fpgTftIfSV/es6r7x/N5mn5d9ckGbGOo4PmcaBVyIE1/M Pc3xT/bX+vk7vJU5bx29mbMrdsnxCUEJr+3aZNdMjO/9s6RWf97G3rrdSizFGYmGWsxFxYkA IONu/a4CAAA= Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 06/22/2016 06:05 PM, Stephan Linz wrote: > Hi Jacek, > > Am 22.06.2016 um 09:55 schrieb Jacek Anaszewski: >> On 06/21/2016 05:05 PM, Mark Rutland wrote: >>> On Thu, Jun 09, 2016 at 12:29:37AM +0200, Stephan Linz wrote: >>>> Cc: Joseph Jezak >>>> Cc: Nico Macrionitis >>>> Cc: Jörg Sommer >>>> Signed-off-by: Stephan Linz >>>> --- >>>> Documentation/devicetree/bindings/leds/common.txt | 2 +- >>>> Documentation/devicetree/bindings/leds/leds-gpio.txt | 2 +- >>>> Documentation/laptops/asus-laptop.txt | 2 +- >>>> Documentation/leds/leds-class.txt | 2 +- >>>> 4 files changed, 4 insertions(+), 4 deletions(-) >>>> >>>> diff --git a/Documentation/devicetree/bindings/leds/common.txt >>>> b/Documentation/devicetree/bindings/leds/common.txt >>>> index af10678..1e97169 100644 >>>> --- a/Documentation/devicetree/bindings/leds/common.txt >>>> +++ b/Documentation/devicetree/bindings/leds/common.txt >>>> @@ -26,7 +26,7 @@ Optional properties for child nodes: >>>> "default-on" - LED will turn on (but for leds-gpio see >>>> "default-state" >>>> property in >>>> Documentation/devicetree/bindings/gpio/led.txt) >>>> "heartbeat" - LED "double" flashes at a load average based rate >>>> - "ide-disk" - LED indicates disk activity >>>> + "disk-activity" - LED indicates disk activity >>>> "timer" - LED flashes at a fixed, configurable rate >>> >>> We should not break the binding. >>> >>> Code must continue to support "ide-disk", though we can mark it >>> deprecated in the binding documentation, and update the in-kernel dts >>> files to use "disk-activity". >> >> The code in the version 4 of the patchset supports also "ide-disk". >> >> Stephan, could you send a new version of this patch, with preserved >> "ide-disk" property, marked as deprecated? > > Yes, I can. I'll submit a new v5 patch set. You can pick out then the > right patch for the LED for-next branch, okay? You don't need to submit whole patch set, only the affected patch. -- Best regards, Jacek Anaszewski