From: Hans de Goede <hdegoede@redhat.com>
To: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>,
Tejun Heo <tj@kernel.org>
Cc: Maxime Ripard <maxime.ripard@free-electrons.com>,
Oliver Schinagl <oliver@schinagl.nl>,
linux-ide@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH] ata: ahci_sunxi: fix code formatting
Date: Mon, 17 Mar 2014 14:23:18 +0100 [thread overview]
Message-ID: <5326F746.1080507@redhat.com> (raw)
In-Reply-To: <10509185.3UEOEZKTc5@amdc1032>
Hi,
On 03/17/2014 02:08 PM, Bartlomiej Zolnierkiewicz wrote:
> Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
Thanks for doing these clean-ups.
Acked-by: Hans de Goede <hdegoede@redhat.com>
Regards,
Hans
> ---
> drivers/ata/ahci_sunxi.c | 44 ++++++++++++++++++++++----------------------
> 1 file changed, 22 insertions(+), 22 deletions(-)
>
> Index: b/drivers/ata/ahci_sunxi.c
> ===================================================================
> --- a/drivers/ata/ahci_sunxi.c 2014-03-17 13:59:06.220474478 +0100
> +++ b/drivers/ata/ahci_sunxi.c 2014-03-17 14:00:48.720472730 +0100
> @@ -27,28 +27,28 @@
> #include <linux/regulator/consumer.h>
> #include "ahci.h"
>
> -#define AHCI_BISTAFR 0x00a0
> -#define AHCI_BISTCR 0x00a4
> -#define AHCI_BISTFCTR 0x00a8
> -#define AHCI_BISTSR 0x00ac
> -#define AHCI_BISTDECR 0x00b0
> -#define AHCI_DIAGNR0 0x00b4
> -#define AHCI_DIAGNR1 0x00b8
> -#define AHCI_OOBR 0x00bc
> -#define AHCI_PHYCS0R 0x00c0
> -#define AHCI_PHYCS1R 0x00c4
> -#define AHCI_PHYCS2R 0x00c8
> -#define AHCI_TIMER1MS 0x00e0
> -#define AHCI_GPARAM1R 0x00e8
> -#define AHCI_GPARAM2R 0x00ec
> -#define AHCI_PPARAMR 0x00f0
> -#define AHCI_TESTR 0x00f4
> -#define AHCI_VERSIONR 0x00f8
> -#define AHCI_IDR 0x00fc
> -#define AHCI_RWCR 0x00fc
> -#define AHCI_P0DMACR 0x0170
> -#define AHCI_P0PHYCR 0x0178
> -#define AHCI_P0PHYSR 0x017c
> +#define AHCI_BISTAFR 0x00a0
> +#define AHCI_BISTCR 0x00a4
> +#define AHCI_BISTFCTR 0x00a8
> +#define AHCI_BISTSR 0x00ac
> +#define AHCI_BISTDECR 0x00b0
> +#define AHCI_DIAGNR0 0x00b4
> +#define AHCI_DIAGNR1 0x00b8
> +#define AHCI_OOBR 0x00bc
> +#define AHCI_PHYCS0R 0x00c0
> +#define AHCI_PHYCS1R 0x00c4
> +#define AHCI_PHYCS2R 0x00c8
> +#define AHCI_TIMER1MS 0x00e0
> +#define AHCI_GPARAM1R 0x00e8
> +#define AHCI_GPARAM2R 0x00ec
> +#define AHCI_PPARAMR 0x00f0
> +#define AHCI_TESTR 0x00f4
> +#define AHCI_VERSIONR 0x00f8
> +#define AHCI_IDR 0x00fc
> +#define AHCI_RWCR 0x00fc
> +#define AHCI_P0DMACR 0x0170
> +#define AHCI_P0PHYCR 0x0178
> +#define AHCI_P0PHYSR 0x017c
>
> static void sunxi_clrbits(void __iomem *reg, u32 clr_val)
> {
>
WARNING: multiple messages have this Message-ID (diff)
From: hdegoede@redhat.com (Hans de Goede)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] ata: ahci_sunxi: fix code formatting
Date: Mon, 17 Mar 2014 14:23:18 +0100 [thread overview]
Message-ID: <5326F746.1080507@redhat.com> (raw)
In-Reply-To: <10509185.3UEOEZKTc5@amdc1032>
Hi,
On 03/17/2014 02:08 PM, Bartlomiej Zolnierkiewicz wrote:
> Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
Thanks for doing these clean-ups.
Acked-by: Hans de Goede <hdegoede@redhat.com>
Regards,
Hans
> ---
> drivers/ata/ahci_sunxi.c | 44 ++++++++++++++++++++++----------------------
> 1 file changed, 22 insertions(+), 22 deletions(-)
>
> Index: b/drivers/ata/ahci_sunxi.c
> ===================================================================
> --- a/drivers/ata/ahci_sunxi.c 2014-03-17 13:59:06.220474478 +0100
> +++ b/drivers/ata/ahci_sunxi.c 2014-03-17 14:00:48.720472730 +0100
> @@ -27,28 +27,28 @@
> #include <linux/regulator/consumer.h>
> #include "ahci.h"
>
> -#define AHCI_BISTAFR 0x00a0
> -#define AHCI_BISTCR 0x00a4
> -#define AHCI_BISTFCTR 0x00a8
> -#define AHCI_BISTSR 0x00ac
> -#define AHCI_BISTDECR 0x00b0
> -#define AHCI_DIAGNR0 0x00b4
> -#define AHCI_DIAGNR1 0x00b8
> -#define AHCI_OOBR 0x00bc
> -#define AHCI_PHYCS0R 0x00c0
> -#define AHCI_PHYCS1R 0x00c4
> -#define AHCI_PHYCS2R 0x00c8
> -#define AHCI_TIMER1MS 0x00e0
> -#define AHCI_GPARAM1R 0x00e8
> -#define AHCI_GPARAM2R 0x00ec
> -#define AHCI_PPARAMR 0x00f0
> -#define AHCI_TESTR 0x00f4
> -#define AHCI_VERSIONR 0x00f8
> -#define AHCI_IDR 0x00fc
> -#define AHCI_RWCR 0x00fc
> -#define AHCI_P0DMACR 0x0170
> -#define AHCI_P0PHYCR 0x0178
> -#define AHCI_P0PHYSR 0x017c
> +#define AHCI_BISTAFR 0x00a0
> +#define AHCI_BISTCR 0x00a4
> +#define AHCI_BISTFCTR 0x00a8
> +#define AHCI_BISTSR 0x00ac
> +#define AHCI_BISTDECR 0x00b0
> +#define AHCI_DIAGNR0 0x00b4
> +#define AHCI_DIAGNR1 0x00b8
> +#define AHCI_OOBR 0x00bc
> +#define AHCI_PHYCS0R 0x00c0
> +#define AHCI_PHYCS1R 0x00c4
> +#define AHCI_PHYCS2R 0x00c8
> +#define AHCI_TIMER1MS 0x00e0
> +#define AHCI_GPARAM1R 0x00e8
> +#define AHCI_GPARAM2R 0x00ec
> +#define AHCI_PPARAMR 0x00f0
> +#define AHCI_TESTR 0x00f4
> +#define AHCI_VERSIONR 0x00f8
> +#define AHCI_IDR 0x00fc
> +#define AHCI_RWCR 0x00fc
> +#define AHCI_P0DMACR 0x0170
> +#define AHCI_P0PHYCR 0x0178
> +#define AHCI_P0PHYSR 0x017c
>
> static void sunxi_clrbits(void __iomem *reg, u32 clr_val)
> {
>
next prev parent reply other threads:[~2014-03-17 13:23 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-03-17 13:08 [PATCH] ata: ahci_sunxi: fix code formatting Bartlomiej Zolnierkiewicz
2014-03-17 13:08 ` Bartlomiej Zolnierkiewicz
2014-03-17 13:23 ` Hans de Goede [this message]
2014-03-17 13:23 ` Hans de Goede
2014-03-17 14:48 ` Tejun Heo
2014-03-17 14:48 ` Tejun Heo
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=5326F746.1080507@redhat.com \
--to=hdegoede@redhat.com \
--cc=b.zolnierkie@samsung.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-ide@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=maxime.ripard@free-electrons.com \
--cc=oliver@schinagl.nl \
--cc=tj@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.