linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] asm-generic/io.h overhaul
@ 2014-11-10 16:25 Thierry Reding
  2014-11-10 17:01 ` Arnd Bergmann
  0 siblings, 1 reply; 3+ messages in thread
From: Thierry Reding @ 2014-11-10 16:25 UTC (permalink / raw)
  To: Arnd Bergmann; +Cc: linux-arch, linux-kernel

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

Hi Arnd,

The following changes since commit f114040e3ea6e07372334ade75d1ee0775c355e1:

  Linux 3.18-rc1 (2014-10-19 18:08:38 -0700)

are available in the git repository at:

  https://github.com/thierryreding/linux.git asm-generic-io

for you to fetch changes up to 09a5723983e383e7d627fe3191366761722695bc:

  arm64: Use include/asm-generic/io.h (2014-11-10 15:59:23 +0100)

Thanks,
Thierry

----------------------------------------------------------------
Arnd Bergmann (1):
      ARM: ixp4xx: Fix build with IXP4XX_INDIRECT_PCI

Thierry Reding (9):
      ARC: Remove redundant PCI_IOBASE declaration
      ARM: ebsa110: Properly override I/O accessors
      ARM: ixp4xx: Properly override I/O accessors
      Change xlate_dev_{kmem,mem}_ptr() prototypes
      /dev/mem: Use more consistent data types
      asm-generic/io.h: Reconcile I/O accessor overrides
      asm-generic/io.h: Implement generic {read,write}s*()
      ARM: Use include/asm-generic/io.h
      arm64: Use include/asm-generic/io.h

 arch/arc/include/asm/io.h               |   2 -
 arch/arm/include/asm/io.h               |  89 ++++++--------
 arch/arm/include/asm/memory.h           |   4 +
 arch/arm/mach-ebsa110/include/mach/io.h |  25 ++--
 arch/arm/mach-ebsa110/io.c              |  14 +--
 arch/arm/mach-ixp4xx/common.c           |   2 +-
 arch/arm/mach-ixp4xx/include/mach/io.h  |  28 ++++-
 arch/arm64/Kconfig                      |   1 -
 arch/arm64/include/asm/io.h             | 122 ++++---------------
 arch/arm64/include/asm/memory.h         |   2 +
 arch/ia64/include/asm/uaccess.h         |  16 +--
 arch/s390/include/asm/io.h              |   5 +-
 arch/s390/mm/maccess.c                  |   4 +-
 arch/x86/include/asm/io.h               |   4 +-
 arch/x86/mm/ioremap.c                   |   4 +-
 drivers/char/mem.c                      |  13 +-
 include/asm-generic/io.h                | 716 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--------------------
 17 files changed, 730 insertions(+), 321 deletions(-)

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [GIT PULL] asm-generic/io.h overhaul
  2014-11-10 16:25 [GIT PULL] asm-generic/io.h overhaul Thierry Reding
@ 2014-11-10 17:01 ` Arnd Bergmann
  2014-11-11 11:40   ` Will Deacon
  0 siblings, 1 reply; 3+ messages in thread
From: Arnd Bergmann @ 2014-11-10 17:01 UTC (permalink / raw)
  To: Thierry Reding; +Cc: linux-arch, linux-kernel

On Monday 10 November 2014 17:25:23 Thierry Reding wrote:
> Hi Arnd,
> 
> The following changes since commit f114040e3ea6e07372334ade75d1ee0775c355e1:
> 
>   Linux 3.18-rc1 (2014-10-19 18:08:38 -0700)
> 
> are available in the git repository at:
> 
>   https://github.com/thierryreding/linux.git asm-generic-io
> 
> for you to fetch changes up to 09a5723983e383e7d627fe3191366761722695bc:
> 
>   arm64: Use include/asm-generic/io.h (2014-11-10 15:59:23 +0100)

I've pulled this into my asm-generic branch again now, let's see if
anything breaks.

	Arnd

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [GIT PULL] asm-generic/io.h overhaul
  2014-11-10 17:01 ` Arnd Bergmann
@ 2014-11-11 11:40   ` Will Deacon
  0 siblings, 0 replies; 3+ messages in thread
From: Will Deacon @ 2014-11-11 11:40 UTC (permalink / raw)
  To: Arnd Bergmann
  Cc: Thierry Reding, linux-arch@vger.kernel.org,
	linux-kernel@vger.kernel.org

Hi Arnd,

On Mon, Nov 10, 2014 at 05:01:27PM +0000, Arnd Bergmann wrote:
> On Monday 10 November 2014 17:25:23 Thierry Reding wrote:
> > The following changes since commit f114040e3ea6e07372334ade75d1ee0775c355e1:
> > 
> >   Linux 3.18-rc1 (2014-10-19 18:08:38 -0700)
> > 
> > are available in the git repository at:
> > 
> >   https://github.com/thierryreding/linux.git asm-generic-io
> > 
> > for you to fetch changes up to 09a5723983e383e7d627fe3191366761722695bc:
> > 
> >   arm64: Use include/asm-generic/io.h (2014-11-10 15:59:23 +0100)
> 
> I've pulled this into my asm-generic branch again now, let's see if
> anything breaks.

Any chance you could try merging in the relaxed accessors too, please?

Will

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-11-11 11:41 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-10 16:25 [GIT PULL] asm-generic/io.h overhaul Thierry Reding
2014-11-10 17:01 ` Arnd Bergmann
2014-11-11 11:40   ` Will Deacon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).