All of lore.kernel.org
 help / color / mirror / Atom feed
From: James Hogan <james.hogan@imgtec.com>
To: Palmer Dabbelt <palmer@dabbelt.com>
Cc: rth@twiddle.net, ink@jurassic.park.msu.ru, mattst88@gmail.com,
	vgupta@synopsys.com, linux@armlinux.org.uk,
	catalin.marinas@arm.com, will.deacon@arm.com,
	geert@linux-m68k.org, ralf@linux-mips.org,
	ysato@users.sourceforge.jp, dalias@libc.org, davem@davemloft.net,
	cmetcalf@mellanox.com, gxt@mprc.pku.edu.cn, bhelgaas@google.com,
	viro@zeniv.linux.org.uk, akpm@linux-foundation.org,
	linux-alpha@vger.kernel.org, linux-kernel@vger.kernel.org,
	linux-snps-arc@lists.infradead.org,
	linux-arm-kernel@lists.infradead.org,
	linux-m68k@lists.linux-m68k.org, linux-mips@linux-mips.org,
	linux-sh@vger.kernel.org, sparclinux@vger.kernel.org,
	linux-pci@vger.kernel.org, hch@infradead.org
Subject: Re: [PATCH] pci:  Add and use PCI_GENERIC_SETUP Kconfig entry
Date: Fri, 23 Jun 2017 23:01:04 +0100	[thread overview]
Message-ID: <20170623220104.GE31455@jhogan-linux.le.imgtec.org> (raw)
In-Reply-To: <20170623214538.25967-1-palmer@dabbelt.com>

[-- Attachment #1: Type: text/plain, Size: 1271 bytes --]

On Fri, Jun 23, 2017 at 02:45:38PM -0700, Palmer Dabbelt wrote:
> diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
> index 4c1a35f15838..86872246951c 100644
> --- a/arch/arm/Kconfig
> +++ b/arch/arm/Kconfig
> @@ -96,6 +96,7 @@ config ARM
>  	select PERF_USE_VMALLOC
>  	select RTC_LIB
>  	select SYS_SUPPORTS_APM_EMULATION
> +	select PCI_GENERIC_SETUP
>  	# Above selects are sorted alphabetically; please add new ones
>  	# according to that.  Thanks.

This comment seems to suggest PCI_GENERIC_SETUP should be added a few
lines up to preserve the alphabetical sorting.

> diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig
> index b2024db225a9..6c684d8c8816 100644
> --- a/arch/arm64/Kconfig
> +++ b/arch/arm64/Kconfig
> @@ -115,6 +115,7 @@ config ARM64
>  	select SPARSE_IRQ
>  	select SYSCTL_EXCEPTION_TRACE
>  	select THREAD_INFO_IN_TASK
> +	select PCI_GENERIC_SETUP

Here too.

> diff --git a/arch/tile/Kconfig b/arch/tile/Kconfig
> index 4583c0320059..6679af85a882 100644
> --- a/arch/tile/Kconfig
> +++ b/arch/tile/Kconfig
> @@ -33,6 +33,7 @@ config TILE
>  	select USER_STACKTRACE_SUPPORT
>  	select USE_PMC if PERF_EVENTS
>  	select VIRT_TO_BUS
> +	select PCI_GENERIC_SETUP

and here

Otherwise
Reviewed-by: James Hogan <james.hogan@imgtec.com>

Cheers
James

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

WARNING: multiple messages have this Message-ID (diff)
From: James Hogan <james.hogan@imgtec.com>
To: Palmer Dabbelt <palmer@dabbelt.com>
Cc: <rth@twiddle.net>, <ink@jurassic.park.msu.ru>,
	<mattst88@gmail.com>, <vgupta@synopsys.com>,
	<linux@armlinux.org.uk>, <catalin.marinas@arm.com>,
	<will.deacon@arm.com>, <geert@linux-m68k.org>,
	<ralf@linux-mips.org>, <ysato@users.sourceforge.jp>,
	<dalias@libc.org>, <davem@davemloft.net>, <cmetcalf@mellanox.com>,
	<gxt@mprc.pku.edu.cn>, <bhelgaas@google.com>,
	<viro@zeniv.linux.org.uk>, <akpm@linux-foundation.org>,
	<linux-alpha@vger.kernel.org>, <linux-kernel@vger.kernel.org>,
	<linux-snps-arc@lists.infradead.org>,
	<linux-arm-kernel@lists.infradead.org>,
	<linux-m68k@lists.linux-m68k.org>, <linux-mips@linux-mips.org>,
	<linux-sh@vger.kernel.org>, <sparclinux@vger.kernel.org>,
	<linux-pci@vger.kernel.org>, <hch@infradead.org>
Subject: Re: [PATCH] pci:  Add and use PCI_GENERIC_SETUP Kconfig entry
Date: Fri, 23 Jun 2017 23:01:04 +0100	[thread overview]
Message-ID: <20170623220104.GE31455@jhogan-linux.le.imgtec.org> (raw)
In-Reply-To: <20170623214538.25967-1-palmer@dabbelt.com>

[-- Attachment #1: Type: text/plain, Size: 1271 bytes --]

On Fri, Jun 23, 2017 at 02:45:38PM -0700, Palmer Dabbelt wrote:
> diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
> index 4c1a35f15838..86872246951c 100644
> --- a/arch/arm/Kconfig
> +++ b/arch/arm/Kconfig
> @@ -96,6 +96,7 @@ config ARM
>  	select PERF_USE_VMALLOC
>  	select RTC_LIB
>  	select SYS_SUPPORTS_APM_EMULATION
> +	select PCI_GENERIC_SETUP
>  	# Above selects are sorted alphabetically; please add new ones
>  	# according to that.  Thanks.

This comment seems to suggest PCI_GENERIC_SETUP should be added a few
lines up to preserve the alphabetical sorting.

> diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig
> index b2024db225a9..6c684d8c8816 100644
> --- a/arch/arm64/Kconfig
> +++ b/arch/arm64/Kconfig
> @@ -115,6 +115,7 @@ config ARM64
>  	select SPARSE_IRQ
>  	select SYSCTL_EXCEPTION_TRACE
>  	select THREAD_INFO_IN_TASK
> +	select PCI_GENERIC_SETUP

Here too.

> diff --git a/arch/tile/Kconfig b/arch/tile/Kconfig
> index 4583c0320059..6679af85a882 100644
> --- a/arch/tile/Kconfig
> +++ b/arch/tile/Kconfig
> @@ -33,6 +33,7 @@ config TILE
>  	select USER_STACKTRACE_SUPPORT
>  	select USE_PMC if PERF_EVENTS
>  	select VIRT_TO_BUS
> +	select PCI_GENERIC_SETUP

and here

Otherwise
Reviewed-by: James Hogan <james.hogan@imgtec.com>

Cheers
James

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

WARNING: multiple messages have this Message-ID (diff)
From: James Hogan <james.hogan@imgtec.com>
To: Palmer Dabbelt <palmer@dabbelt.com>
Cc: linux-mips@linux-mips.org, dalias@libc.org,
	linux-sh@vger.kernel.org, catalin.marinas@arm.com,
	will.deacon@arm.com, sparclinux@vger.kernel.org,
	gxt@mprc.pku.edu.cn, ysato@users.sourceforge.jp,
	linux@armlinux.org.uk, hch@infradead.org, geert@linux-m68k.org,
	linux-pci@vger.kernel.org, mattst88@gmail.com,
	linux-snps-arc@lists.infradead.org, cmetcalf@mellanox.com,
	linux-m68k@lists.linux-m68k.org, ink@jurassic.park.msu.ru,
	viro@zeniv.linux.org.uk, bhelgaas@google.com,
	linux-arm-kernel@lists.infradead.org, rth@twiddle.net,
	vgupta@synopsys.com, linux-kernel@vger.kernel.org,
	ralf@linux-mips.org, linux-alpha@vger.kernel.org,
	akpm@linux-foundation.org, davem@davemloft.net
Subject: Re: [PATCH] pci:  Add and use PCI_GENERIC_SETUP Kconfig entry
Date: Fri, 23 Jun 2017 23:01:04 +0100	[thread overview]
Message-ID: <20170623220104.GE31455@jhogan-linux.le.imgtec.org> (raw)
In-Reply-To: <20170623214538.25967-1-palmer@dabbelt.com>


[-- Attachment #1.1: Type: text/plain, Size: 1271 bytes --]

On Fri, Jun 23, 2017 at 02:45:38PM -0700, Palmer Dabbelt wrote:
> diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
> index 4c1a35f15838..86872246951c 100644
> --- a/arch/arm/Kconfig
> +++ b/arch/arm/Kconfig
> @@ -96,6 +96,7 @@ config ARM
>  	select PERF_USE_VMALLOC
>  	select RTC_LIB
>  	select SYS_SUPPORTS_APM_EMULATION
> +	select PCI_GENERIC_SETUP
>  	# Above selects are sorted alphabetically; please add new ones
>  	# according to that.  Thanks.

This comment seems to suggest PCI_GENERIC_SETUP should be added a few
lines up to preserve the alphabetical sorting.

> diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig
> index b2024db225a9..6c684d8c8816 100644
> --- a/arch/arm64/Kconfig
> +++ b/arch/arm64/Kconfig
> @@ -115,6 +115,7 @@ config ARM64
>  	select SPARSE_IRQ
>  	select SYSCTL_EXCEPTION_TRACE
>  	select THREAD_INFO_IN_TASK
> +	select PCI_GENERIC_SETUP

Here too.

> diff --git a/arch/tile/Kconfig b/arch/tile/Kconfig
> index 4583c0320059..6679af85a882 100644
> --- a/arch/tile/Kconfig
> +++ b/arch/tile/Kconfig
> @@ -33,6 +33,7 @@ config TILE
>  	select USER_STACKTRACE_SUPPORT
>  	select USE_PMC if PERF_EVENTS
>  	select VIRT_TO_BUS
> +	select PCI_GENERIC_SETUP

and here

Otherwise
Reviewed-by: James Hogan <james.hogan@imgtec.com>

Cheers
James

[-- Attachment #1.2: Digital signature --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

[-- Attachment #2: Type: text/plain, Size: 176 bytes --]

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

WARNING: multiple messages have this Message-ID (diff)
From: james.hogan@imgtec.com (James Hogan)
To: linux-snps-arc@lists.infradead.org
Subject: [PATCH] pci:  Add and use PCI_GENERIC_SETUP Kconfig entry
Date: Fri, 23 Jun 2017 23:01:04 +0100	[thread overview]
Message-ID: <20170623220104.GE31455@jhogan-linux.le.imgtec.org> (raw)
In-Reply-To: <20170623214538.25967-1-palmer@dabbelt.com>

On Fri, Jun 23, 2017@02:45:38PM -0700, Palmer Dabbelt wrote:
> diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
> index 4c1a35f15838..86872246951c 100644
> --- a/arch/arm/Kconfig
> +++ b/arch/arm/Kconfig
> @@ -96,6 +96,7 @@ config ARM
>  	select PERF_USE_VMALLOC
>  	select RTC_LIB
>  	select SYS_SUPPORTS_APM_EMULATION
> +	select PCI_GENERIC_SETUP
>  	# Above selects are sorted alphabetically; please add new ones
>  	# according to that.  Thanks.

This comment seems to suggest PCI_GENERIC_SETUP should be added a few
lines up to preserve the alphabetical sorting.

> diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig
> index b2024db225a9..6c684d8c8816 100644
> --- a/arch/arm64/Kconfig
> +++ b/arch/arm64/Kconfig
> @@ -115,6 +115,7 @@ config ARM64
>  	select SPARSE_IRQ
>  	select SYSCTL_EXCEPTION_TRACE
>  	select THREAD_INFO_IN_TASK
> +	select PCI_GENERIC_SETUP

Here too.

> diff --git a/arch/tile/Kconfig b/arch/tile/Kconfig
> index 4583c0320059..6679af85a882 100644
> --- a/arch/tile/Kconfig
> +++ b/arch/tile/Kconfig
> @@ -33,6 +33,7 @@ config TILE
>  	select USER_STACKTRACE_SUPPORT
>  	select USE_PMC if PERF_EVENTS
>  	select VIRT_TO_BUS
> +	select PCI_GENERIC_SETUP

and here

Otherwise
Reviewed-by: James Hogan <james.hogan at imgtec.com>

Cheers
James
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: Digital signature
URL: <http://lists.infradead.org/pipermail/linux-snps-arc/attachments/20170623/def3908f/attachment.sig>

WARNING: multiple messages have this Message-ID (diff)
From: James Hogan <james.hogan@imgtec.com>
To: linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH] pci:  Add and use PCI_GENERIC_SETUP Kconfig entry
Date: Fri, 23 Jun 2017 22:01:04 +0000	[thread overview]
Message-ID: <20170623220104.GE31455@jhogan-linux.le.imgtec.org> (raw)
In-Reply-To: <20170623214538.25967-1-palmer@dabbelt.com>

[-- Attachment #1: Type: text/plain, Size: 1271 bytes --]

On Fri, Jun 23, 2017 at 02:45:38PM -0700, Palmer Dabbelt wrote:
> diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
> index 4c1a35f15838..86872246951c 100644
> --- a/arch/arm/Kconfig
> +++ b/arch/arm/Kconfig
> @@ -96,6 +96,7 @@ config ARM
>  	select PERF_USE_VMALLOC
>  	select RTC_LIB
>  	select SYS_SUPPORTS_APM_EMULATION
> +	select PCI_GENERIC_SETUP
>  	# Above selects are sorted alphabetically; please add new ones
>  	# according to that.  Thanks.

This comment seems to suggest PCI_GENERIC_SETUP should be added a few
lines up to preserve the alphabetical sorting.

> diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig
> index b2024db225a9..6c684d8c8816 100644
> --- a/arch/arm64/Kconfig
> +++ b/arch/arm64/Kconfig
> @@ -115,6 +115,7 @@ config ARM64
>  	select SPARSE_IRQ
>  	select SYSCTL_EXCEPTION_TRACE
>  	select THREAD_INFO_IN_TASK
> +	select PCI_GENERIC_SETUP

Here too.

> diff --git a/arch/tile/Kconfig b/arch/tile/Kconfig
> index 4583c0320059..6679af85a882 100644
> --- a/arch/tile/Kconfig
> +++ b/arch/tile/Kconfig
> @@ -33,6 +33,7 @@ config TILE
>  	select USER_STACKTRACE_SUPPORT
>  	select USE_PMC if PERF_EVENTS
>  	select VIRT_TO_BUS
> +	select PCI_GENERIC_SETUP

and here

Otherwise
Reviewed-by: James Hogan <james.hogan@imgtec.com>

Cheers
James

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

WARNING: multiple messages have this Message-ID (diff)
From: james.hogan@imgtec.com (James Hogan)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] pci:  Add and use PCI_GENERIC_SETUP Kconfig entry
Date: Fri, 23 Jun 2017 23:01:04 +0100	[thread overview]
Message-ID: <20170623220104.GE31455@jhogan-linux.le.imgtec.org> (raw)
In-Reply-To: <20170623214538.25967-1-palmer@dabbelt.com>

On Fri, Jun 23, 2017 at 02:45:38PM -0700, Palmer Dabbelt wrote:
> diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
> index 4c1a35f15838..86872246951c 100644
> --- a/arch/arm/Kconfig
> +++ b/arch/arm/Kconfig
> @@ -96,6 +96,7 @@ config ARM
>  	select PERF_USE_VMALLOC
>  	select RTC_LIB
>  	select SYS_SUPPORTS_APM_EMULATION
> +	select PCI_GENERIC_SETUP
>  	# Above selects are sorted alphabetically; please add new ones
>  	# according to that.  Thanks.

This comment seems to suggest PCI_GENERIC_SETUP should be added a few
lines up to preserve the alphabetical sorting.

> diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig
> index b2024db225a9..6c684d8c8816 100644
> --- a/arch/arm64/Kconfig
> +++ b/arch/arm64/Kconfig
> @@ -115,6 +115,7 @@ config ARM64
>  	select SPARSE_IRQ
>  	select SYSCTL_EXCEPTION_TRACE
>  	select THREAD_INFO_IN_TASK
> +	select PCI_GENERIC_SETUP

Here too.

> diff --git a/arch/tile/Kconfig b/arch/tile/Kconfig
> index 4583c0320059..6679af85a882 100644
> --- a/arch/tile/Kconfig
> +++ b/arch/tile/Kconfig
> @@ -33,6 +33,7 @@ config TILE
>  	select USER_STACKTRACE_SUPPORT
>  	select USE_PMC if PERF_EVENTS
>  	select VIRT_TO_BUS
> +	select PCI_GENERIC_SETUP

and here

Otherwise
Reviewed-by: James Hogan <james.hogan@imgtec.com>

Cheers
James
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: Digital signature
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20170623/def3908f/attachment.sig>

WARNING: multiple messages have this Message-ID (diff)
From: James Hogan <james.hogan@imgtec.com>
To: Palmer Dabbelt <palmer@dabbelt.com>
Cc: <rth@twiddle.net>, <ink@jurassic.park.msu.ru>,
	<mattst88@gmail.com>, <vgupta@synopsys.com>,
	<linux@armlinux.org.uk>, <catalin.marinas@arm.com>,
	<will.deacon@arm.com>, <geert@linux-m68k.org>,
	<ralf@linux-mips.org>, <ysato@users.sourceforge.jp>,
	<dalias@libc.org>, <davem@davemloft.net>, <cmetcalf@mellanox.com>,
	<gxt@mprc.pku.edu.cn>, <bhelgaas@google.com>,
	<viro@zeniv.linux.org.uk>, <akpm@linux-foundation.org>,
	<linux-alpha@vger.kernel.org>, <linux-kernel@vger.kernel.org>,
	<linux-snps-arc@lists.infradead.org>,
	<linux-arm-kernel@lists.infradead.org>,
	<linux-m68k@vger.kernel.org>, <linux-mips@linux-mips.org>,
	<linux-sh@vger.kernel.org>, <sparclinux@vger.kernel.org>,
	<linux-pci@vger.kernel.org>, <hch@infradead.org>
Subject: Re: [PATCH] pci:  Add and use PCI_GENERIC_SETUP Kconfig entry
Date: Fri, 23 Jun 2017 23:01:04 +0100	[thread overview]
Message-ID: <20170623220104.GE31455@jhogan-linux.le.imgtec.org> (raw)
In-Reply-To: <20170623214538.25967-1-palmer@dabbelt.com>

[-- Attachment #1: Type: text/plain, Size: 1271 bytes --]

On Fri, Jun 23, 2017 at 02:45:38PM -0700, Palmer Dabbelt wrote:
> diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
> index 4c1a35f15838..86872246951c 100644
> --- a/arch/arm/Kconfig
> +++ b/arch/arm/Kconfig
> @@ -96,6 +96,7 @@ config ARM
>  	select PERF_USE_VMALLOC
>  	select RTC_LIB
>  	select SYS_SUPPORTS_APM_EMULATION
> +	select PCI_GENERIC_SETUP
>  	# Above selects are sorted alphabetically; please add new ones
>  	# according to that.  Thanks.

This comment seems to suggest PCI_GENERIC_SETUP should be added a few
lines up to preserve the alphabetical sorting.

> diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig
> index b2024db225a9..6c684d8c8816 100644
> --- a/arch/arm64/Kconfig
> +++ b/arch/arm64/Kconfig
> @@ -115,6 +115,7 @@ config ARM64
>  	select SPARSE_IRQ
>  	select SYSCTL_EXCEPTION_TRACE
>  	select THREAD_INFO_IN_TASK
> +	select PCI_GENERIC_SETUP

Here too.

> diff --git a/arch/tile/Kconfig b/arch/tile/Kconfig
> index 4583c0320059..6679af85a882 100644
> --- a/arch/tile/Kconfig
> +++ b/arch/tile/Kconfig
> @@ -33,6 +33,7 @@ config TILE
>  	select USER_STACKTRACE_SUPPORT
>  	select USE_PMC if PERF_EVENTS
>  	select VIRT_TO_BUS
> +	select PCI_GENERIC_SETUP

and here

Otherwise
Reviewed-by: James Hogan <james.hogan@imgtec.com>

Cheers
James

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

  parent reply	other threads:[~2017-06-23 22:01 UTC|newest]

Thread overview: 116+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-06-23 21:45 [PATCH] pci: Add and use PCI_GENERIC_SETUP Kconfig entry Palmer Dabbelt
2017-06-23 21:45 ` Palmer Dabbelt
2017-06-23 21:45 ` Palmer Dabbelt
2017-06-23 21:45 ` Palmer Dabbelt
2017-06-23 21:45 ` Palmer Dabbelt
2017-06-23 21:45 ` Palmer Dabbelt
2017-06-23 22:01 ` James Hogan
2017-06-23 22:01 ` James Hogan [this message]
2017-06-23 22:01   ` James Hogan
2017-06-23 22:01   ` James Hogan
2017-06-23 22:01   ` James Hogan
2017-06-23 22:01   ` James Hogan
2017-06-23 22:01   ` James Hogan
2017-06-23 22:01   ` James Hogan
2017-06-23 22:08   ` Palmer Dabbelt
2017-06-23 22:08   ` Palmer Dabbelt
2017-06-23 22:08   ` Palmer Dabbelt
2017-06-23 22:08     ` Palmer Dabbelt
2017-06-23 22:08     ` Palmer Dabbelt
2017-06-23 22:08     ` Palmer Dabbelt
2017-06-23 22:08     ` Palmer Dabbelt
2017-06-23 22:08     ` Palmer Dabbelt
2017-06-23 22:08     ` Palmer Dabbelt
2017-06-23 22:08     ` Palmer Dabbelt
2017-06-23 22:08     ` Palmer Dabbelt
2017-06-23 22:08       ` Palmer Dabbelt
2017-06-23 22:08       ` Palmer Dabbelt
2017-06-23 22:08       ` Palmer Dabbelt
2017-06-23 22:08       ` Palmer Dabbelt
2017-06-23 22:08       ` Palmer Dabbelt
2017-06-24 15:08       ` Richard Henderson
2017-06-24 15:08         ` Richard Henderson
2017-06-24 15:08         ` Richard Henderson
2017-06-24 15:08         ` Richard Henderson
2017-06-24 15:08         ` Richard Henderson
2017-06-26  5:39       ` kbuild test robot
2017-06-26  5:39       ` kbuild test robot
2017-06-26  5:39         ` kbuild test robot
2017-06-26  5:39         ` kbuild test robot
2017-06-26  5:39         ` kbuild test robot
2017-06-26  5:39         ` kbuild test robot
2017-06-26  5:39         ` kbuild test robot
2017-06-26  5:39         ` kbuild test robot
2017-06-26  5:39         ` kbuild test robot
2017-06-26  7:26         ` Geert Uytterhoeven
2017-06-26  7:26           ` Geert Uytterhoeven
2017-06-26  7:26           ` Geert Uytterhoeven
2017-06-26  7:26           ` Geert Uytterhoeven
2017-06-26  7:26           ` Geert Uytterhoeven
2017-06-26  7:26           ` Geert Uytterhoeven
2017-06-26  7:26           ` Geert Uytterhoeven
2017-06-26 20:27           ` Palmer Dabbelt
2017-06-26 20:27           ` Palmer Dabbelt
2017-06-26 20:27           ` Palmer Dabbelt
2017-06-26 20:27           ` Palmer Dabbelt
2017-06-26 20:27             ` Palmer Dabbelt
2017-06-26 20:27             ` Palmer Dabbelt
2017-06-26 20:27             ` Palmer Dabbelt
2017-06-26 20:27             ` Palmer Dabbelt
2017-06-26 20:27             ` Palmer Dabbelt
2017-06-26 20:27             ` Palmer Dabbelt
2017-06-26 20:27             ` Palmer Dabbelt
2017-06-26 20:27               ` Palmer Dabbelt
2017-06-26 20:27               ` Palmer Dabbelt
2017-06-26 20:27               ` Palmer Dabbelt
2017-06-26 20:27               ` Palmer Dabbelt
2017-06-27 10:16               ` Ralf Baechle
2017-06-27 10:16               ` Ralf Baechle
2017-06-27 10:18                 ` Ralf Baechle
2017-06-27 10:18                 ` Ralf Baechle
2017-06-27 10:16                 ` Ralf Baechle
2017-06-27 10:16               ` Ralf Baechle
2017-06-27 10:18               ` Ralf Baechle
2017-06-27 10:18               ` Ralf Baechle
2017-06-27 10:18               ` Ralf Baechle
2017-06-27 10:18               ` Ralf Baechle
2017-06-27 10:18               ` Ralf Baechle
2017-06-27 10:18               ` Ralf Baechle
2017-06-26 20:27             ` Palmer Dabbelt
2017-06-26 20:27             ` Palmer Dabbelt
2017-06-26  7:26         ` Geert Uytterhoeven
2017-06-23 22:08     ` Palmer Dabbelt
2017-06-23 22:08     ` Palmer Dabbelt
2017-06-24  9:14   ` Russell King - ARM Linux
2017-06-24  9:14     ` Russell King - ARM Linux
2017-06-24  9:14     ` Russell King - ARM Linux
2017-06-24  9:14     ` Russell King - ARM Linux
2017-06-24  9:14     ` Russell King - ARM Linux
2017-06-24  9:14     ` Russell King - ARM Linux
2017-06-24  9:14   ` Russell King - ARM Linux
2017-06-24  9:13 ` Russell King - ARM Linux
2017-06-24  9:13 ` Russell King - ARM Linux
2017-06-24  9:13   ` Russell King - ARM Linux
2017-06-24  9:13   ` Russell King - ARM Linux
2017-06-24  9:13   ` Russell King - ARM Linux
2017-06-24  9:13   ` Russell King - ARM Linux
2017-06-24  9:13   ` Russell King - ARM Linux
2017-06-27 23:37 ` Bjorn Helgaas
2017-06-27 23:37   ` Bjorn Helgaas
2017-06-27 23:37   ` Bjorn Helgaas
2017-06-27 23:37   ` Bjorn Helgaas
2017-06-27 23:37   ` Bjorn Helgaas
2017-06-27 23:37   ` Bjorn Helgaas
2017-06-28  0:14   ` Palmer Dabbelt
2017-06-28  0:14     ` Palmer Dabbelt
2017-06-28  0:14     ` Palmer Dabbelt
2017-06-28  0:14     ` Palmer Dabbelt
2017-06-28  0:14     ` Palmer Dabbelt
2017-06-28  0:14     ` Palmer Dabbelt
2017-06-27 23:37 ` Bjorn Helgaas
  -- strict thread matches above, loose matches on Subject: below --
2017-06-23 21:45 Palmer Dabbelt
2017-06-23 21:45 Palmer Dabbelt
2017-06-23 21:45 Palmer Dabbelt
2017-06-23 21:45 Palmer Dabbelt
2017-06-23 21:45 Palmer Dabbelt
2017-06-23 21:45 Palmer Dabbelt

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=20170623220104.GE31455@jhogan-linux.le.imgtec.org \
    --to=james.hogan@imgtec.com \
    --cc=akpm@linux-foundation.org \
    --cc=bhelgaas@google.com \
    --cc=catalin.marinas@arm.com \
    --cc=cmetcalf@mellanox.com \
    --cc=dalias@libc.org \
    --cc=davem@davemloft.net \
    --cc=geert@linux-m68k.org \
    --cc=gxt@mprc.pku.edu.cn \
    --cc=hch@infradead.org \
    --cc=ink@jurassic.park.msu.ru \
    --cc=linux-alpha@vger.kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-m68k@lists.linux-m68k.org \
    --cc=linux-mips@linux-mips.org \
    --cc=linux-pci@vger.kernel.org \
    --cc=linux-sh@vger.kernel.org \
    --cc=linux-snps-arc@lists.infradead.org \
    --cc=linux@armlinux.org.uk \
    --cc=mattst88@gmail.com \
    --cc=palmer@dabbelt.com \
    --cc=ralf@linux-mips.org \
    --cc=rth@twiddle.net \
    --cc=sparclinux@vger.kernel.org \
    --cc=vgupta@synopsys.com \
    --cc=viro@zeniv.linux.org.uk \
    --cc=will.deacon@arm.com \
    --cc=ysato@users.sourceforge.jp \
    /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.