From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753875AbcAEAEs (ORCPT ); Mon, 4 Jan 2016 19:04:48 -0500 Received: from mailout1.w1.samsung.com ([210.118.77.11]:9359 "EHLO mailout1.w1.samsung.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753601AbcAEAEo (ORCPT ); Mon, 4 Jan 2016 19:04:44 -0500 X-AuditID: cbfec7f4-f79026d00000418a-a8-568b0899451c Subject: Re: [PATCH v2 1/3] rtc: s5m: Cleanup by removing useless 'rtc' prefix from fields To: Alexandre Belloni References: <1451450847-928-1-git-send-email-k.kozlowski@samsung.com> <20160104170841.GD32724@piout.net> <568B0601.5020808@samsung.com> Cc: Sangbeom Kim , Alessandro Zummo , Lee Jones , linux-kernel@vger.kernel.org, linux-samsung-soc@vger.kernel.org, rtc-linux@googlegroups.com, Alim Akhtar , Yadwinder Singh Brar From: Krzysztof Kozlowski Message-id: <568B0897.4020403@samsung.com> Date: Tue, 05 Jan 2016 09:04:39 +0900 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.4.0 MIME-version: 1.0 In-reply-to: <568B0601.5020808@samsung.com> Content-type: text/plain; charset=windows-1252 Content-transfer-encoding: 7bit X-Brightmail-Tracker: H4sIAAAAAAAAA+NgFvrALMWRmVeSWpSXmKPExsVy+t/xq7ozObrDDJZ0WFksuXiV3aLj2mIm iwfztrFZvH5haHH/61FGi8u75rBZzDi/j8lif2cHo8XFFV+YLOb+bmR14PJ4sukio8fOWXfZ PfZMPMnmcefaHjaPvi2rGD2mz/vJ5PF5k1wAexSXTUpqTmZZapG+XQJXxuRH29gK5nFUnN+9 lKmB8T5bFyMHh4SAicS56zZdjJxAppjEhXvrgcJcHEICSxklZlz4zArhPGWU2Hm7iQ2kSlgg RqL/7TxmEFtEwEaic+ddsLiQQCejxOybEiA2s8BqJomDi+VAbDYBY4nNy5eA1fAKaElsvTWT CcRmEVCVaP6/iQXkCFGBCIlFOzIhSgQlfky+xwJicwpoS0y6uY4VpIRZQE/i/kUtiOnyEpvX vGWewCgwC0nHLISqWUiqFjAyr2IUTS1NLihOSs811CtOzC0uzUvXS87P3cQIiYcvOxgXH7M6 xCjAwajEw8vxsitMiDWxrLgy9xCjBAezkgiv1X2gEG9KYmVValF+fFFpTmrxIUZpDhYlcd65 u96HCAmkJ5akZqemFqQWwWSZODilGhjz/uWZ6fmIRCcYCLrNnPYwb09U7LqAhtRH/qmT7f4o HjuoWvZxQwFbrxl/y36PydMtL+ftePGpUmv+pPBqrcalwesnb15w7IrYw4OH884xa3zPcC4I SGRY7arx5v3OM+ynpb5qVp2r2fIo1Wb3jPLNOo5uLYeS2OevtE4zbjvE56rec0or9J0SS3FG oqEWc1FxIgCvoyCQgwIAAA== Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 05.01.2016 08:53, Krzysztof Kozlowski wrote: > On 05.01.2016 02:08, Alexandre Belloni wrote: >> Hi, >> >> On 30/12/2015 at 13:47:25 +0900, Krzysztof Kozlowski wrote : >>> Remove the 'rtc' prefix from some of the fields in struct >>> s5m_rtc_reg_config because it is obvious - this is a RTC driver. No >>> functional changes. >>> >>> Signed-off-by: Krzysztof Kozlowski >>> >> >> I was going to apply those patches but they don't apply cleanly on >> rtc-next. Did I miss something? >> > > Probably that's my fault because I rebased it on linux-next. I will > rebase the patches on rtc-next and resend. Ah, no need for rebasing. I forgot about dependency - the support for S2MPS15 was added recently through Lee Jones' tree. Fortunately Lee put S2MPS15 patches in a separate branch and tag: "ib-mfd-regulator-rtc-4.5" This means that to apply the patches this is needed first: https://git.kernel.org/cgit/linux/kernel/git/lee/mfd.git/log/?h=ib-mfd-regulator-rtc-4.5 Best regards, Krzysztof