Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1212941
| X-FeedAbuse | http://nntpfeed.proxad.net/abuse.pl feeded by 78.192.65.63 |
|---|---|
| Path | csiph.com!usenet.pasdenom.info!nntpfeed.proxad.net!news.muarf.org!news.ecp.fr!aioe.org!bofh.it!news.nic.it!robomod |
| From | Lee Jones <lee.jones@linaro.org> |
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH-v2 1/5] mfd: 88pm800: Fix tabbing issue |
| Date | Tue, 25 Aug 2015 12:40:02 +0200 |
| Message-ID | <q1jO2-3RS-5@gated-at.bofh.it> (permalink) |
| References | <q158m-7Qs-7@gated-at.bofh.it> <q158m-7Qs-25@gated-at.bofh.it> <q1hsR-Dz-1@gated-at.bofh.it> <q1ifh-1xW-9@gated-at.bofh.it> |
| X-Original-To | Vaibhav Hiremath <vaibhav.hiremath@linaro.org> |
| X-Google-Dkim-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-type:content-disposition :content-transfer-encoding:in-reply-to:user-agent; bh=bSkuRQvx7LhMOq0rFvv45+yJweLzI/wwhMJM3P2HXuA=; b=BGjRvRSAqKQ45SlIajpJe3Iqx5AUeUE52XTYpdDBPQgKowI3ZJ41TPiHjlYnvsxDYo zhHa+hjEiwSCFCz3g5cnKBIQ90WCQLDuVJZBp5wB1OU5TMYvOZMXlUH8fzG8yvR878y5 8TYnNZHfB2h6+E//peYXpGXSOqilnFgBMvfzZa2sxIbJgP5tpnsyYtYzTvyPpsV3ldw8 Qa252OnzqM4eZuX6NvnmulmWyh1RGokDARMwy1yYaLj3cKeR+OolBu8qIYUv8BfBPjPi AzAMMjbfL4CEkGgfz5dFyeUcqvSx3o89ADu7VERrkvl8P2Ov7Ib6cz4gFx0jgYXb/SKR K/hg== |
| X-Gm-Message-State | ALoCoQkSy766W9hSpafwk94MeXPD9Ii1bMdJSFEk2tgc6nphHi7CbIcdaCokATVK2IEh2HsgiGGL |
| X-Received | by 10.180.80.195 with SMTP id t3mr3539682wix.15.1440498949972; Tue, 25 Aug 2015 03:35:49 -0700 (PDT) |
| MIME-Version | 1.0 |
| Content-Type | text/plain; charset=utf-8 |
| Content-Disposition | inline |
| Content-Transfer-Encoding | 8bit |
| User-Agent | Mutt/1.5.21 (2010-09-15) |
| Sender | robomod@news.nic.it |
| List-ID | <linux-kernel.vger.kernel.org> |
| X-Mailing-List | linux-kernel@vger.kernel.org |
| Approved | robomod@news.nic.it |
| Lines | 44 |
| Organization | linux.* mail to news gateway |
| X-Original-Cc | linux-arm-kernel@lists.infradead.org, robh+dt@kernel.org, mturquette@baylibre.com, k.kozlowski@samsung.com, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-clk@vger.kernel.org |
| X-Original-Date | Tue, 25 Aug 2015 11:35:46 +0100 |
| X-Original-Message-ID | <20150825103546.GQ19409@x1> |
| X-Original-References | <1440442594-3102-1-git-send-email-vaibhav.hiremath@linaro.org> <1440442594-3102-3-git-send-email-vaibhav.hiremath@linaro.org> <20150825075246.GF19409@x1> <55DC2C4D.1040304@linaro.org> |
| X-Original-Sender | linux-kernel-owner@vger.kernel.org |
| Xref | csiph.com linux.kernel:1212941 |
Show key headers only | View raw
On Tue, 25 Aug 2015, Vaibhav Hiremath wrote: > > > On Tuesday 25 August 2015 01:22 PM, Lee Jones wrote: > >On Tue, 25 Aug 2015, Vaibhav Hiremath wrote: > > > >>Driver had coding style issues where spaces were used instead > >>of tabs. This patch fixes them all. > >> > >>Signed-off-by: Vaibhav Hiremath <vaibhav.hiremath@linaro.org> > >>--- > >> drivers/mfd/88pm800.c | 125 ++++++++++++++++++++++++-------------------------- > >> 1 file changed, 61 insertions(+), 64 deletions(-) > > > >Same comment as before. > > > >How similar is this file to the other one? > > I believe you are referring to include/linux/mfd/88pm80x.h > > > > >Can you reduce the size by having shared register defines? > > > > Not sure whether I understand your comment here, > They are common defines. I guess the question was a little convoluted. How about; why are the extra defines in the driver? Why aren't all of them in the header file? What is the difference between the defines in the C file compared with the ones defined in the header? -- Lee Jones Linaro STMicroelectronics Landing Team Lead Linaro.org │ Open source software for ARM SoCs Follow Linaro: Facebook | Twitter | Blog -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH-v2 0/5] clk: 88pm800: Add new clk provider driver for 88PM800 MFD Vaibhav Hiremath <vaibhav.hiremath@linaro.org> - 2015-08-24 21:00 +0200
[PATCH-v2 1/5] mfd: 88pm800: Fix tabbing issue Vaibhav Hiremath <vaibhav.hiremath@linaro.org> - 2015-08-24 21:00 +0200
Re: [PATCH-v2 1/5] mfd: 88pm800: Fix tabbing issue Lee Jones <lee.jones@linaro.org> - 2015-08-25 10:10 +0200
Re: [PATCH-v2 1/5] mfd: 88pm800: Fix tabbing issue Vaibhav Hiremath <vaibhav.hiremath@linaro.org> - 2015-08-25 11:00 +0200
Re: [PATCH-v2 1/5] mfd: 88pm800: Fix tabbing issue Lee Jones <lee.jones@linaro.org> - 2015-08-25 12:40 +0200
Re: [PATCH-v2 1/5] mfd: 88pm800: Fix tabbing issue Vaibhav Hiremath <vaibhav.hiremath@linaro.org> - 2015-08-25 13:00 +0200
[PATCH-v2 2/5] mfd: 88pm800: Update the header file with 32K clk related macros Vaibhav Hiremath <vaibhav.hiremath@linaro.org> - 2015-08-24 21:00 +0200
Re: [PATCH-v2 2/5] mfd: 88pm800: Update the header file with 32K clk related macros Lee Jones <lee.jones@linaro.org> - 2015-08-25 10:20 +0200
Re: [PATCH-v2 2/5] mfd: 88pm800: Update the header file with 32K clk related macros Vaibhav Hiremath <vaibhav.hiremath@linaro.org> - 2015-08-25 10:50 +0200
csiph-web