public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] asm-generic cleanups
@ 2012-12-21 20:43 Arnd Bergmann
  0 siblings, 0 replies; 2+ messages in thread
From: Arnd Bergmann @ 2012-12-21 20:43 UTC (permalink / raw)
  To: Linus Torvalds, linux-kernel, linux-arch, lars, will.deacon,
	james.hogan

The following changes since commit 6f0c0580b70c89094b3422ba81118c7b959c7556:

  Linux 3.7-rc2 (2012-10-20 12:11:32 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git tags/asm-generic

for you to fetch changes up to fb9de7ebc3a2eb7ddb83c92e288447a0c313bced:

  xtensa: Use generic asm/mmu.h for nommu (2012-12-09 23:14:19 +0100)

----------------------------------------------------------------
warning: refname 'asm-generic' is ambiguous.
These are a few cleanups for asm-generic:

* a set of patches from Lars-Peter Clausen to generalize asm/mmu.h
  and use it in the architectures that don't need any special handling.
* A patch from Will Deacon to remove the {read,write}s{b,w,l} as
  discussed during the arm64 review
* A patch from James Hogan that helps with the meta architecture
  series.

----------------------------------------------------------------
James Hogan (1):
      asm-generic/io.h: remove asm/cacheflush.h include

Lars-Peter Clausen (5):
      asm-generic/mmu.h: Remove unused vmlist field from mm_context_t
      asm-generic/mmu.h: Add support for FDPIC
      c6x: Use generic asm/mmu.h
      h8300: Use generic asm/mmu.h
      xtensa: Use generic asm/mmu.h for nommu

Will Deacon (1):
      asm-generic: io: remove {read,write} string functions

 arch/c6x/include/asm/Kbuild     |  1 +
 arch/c6x/include/asm/mmu.h      | 22 ----------------------
 arch/h8300/include/asm/Kbuild   |  1 +
 arch/h8300/include/asm/mmu.h    | 10 ----------
 arch/openrisc/include/asm/io.h  |  1 +
 arch/xtensa/include/asm/mmu.h   |  2 +-
 arch/xtensa/include/asm/nommu.h |  3 ---
 include/asm-generic/io.h        | 31 -------------------------------
 include/asm-generic/mmu.h       |  6 +++++-
 9 files changed, 9 insertions(+), 68 deletions(-)
 delete mode 100644 arch/c6x/include/asm/mmu.h
 delete mode 100644 arch/h8300/include/asm/mmu.h
 delete mode 100644 arch/xtensa/include/asm/nommu.h

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

* [GIT PULL] asm-generic cleanups
@ 2015-11-06 16:57 Arnd Bergmann
  0 siblings, 0 replies; 2+ messages in thread
From: Arnd Bergmann @ 2015-11-06 16:57 UTC (permalink / raw)
  To: torvalds, Christoph Hellwig; +Cc: linux-arch, linux-kernel

The following changes since commit 049e6dde7e57f0054fdc49102e7ef4830c698b46:

  Linux 4.3-rc4 (2015-10-04 16:57:17 +0100)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git tags/asm-generic-for-linus

for you to fetch changes up to 4008cb3ad223e39273b9cdfa578d04861b197c86:

  asm-generic: temporarily add back asm-generic/io-64-nonatomic*.h (2015-10-16 12:08:53 +0200)

----------------------------------------------------------------
asm-generic cleanups

The asm-generic changes for 4.4 are mostly a series from Christoph Hellwig
to clean up various abuses of headers in there. The patch to rename the
io-64-nonatomic-*.h headers caused some conflicts with new users, so I
added a workaround that we can remove in the next merge window.

The only other patch is a warning fix from Marek Vasut

----------------------------------------------------------------
Arnd Bergmann (1):
      asm-generic: temporarily add back asm-generic/io-64-nonatomic*.h

Christoph Hellwig (8):
      move io-64-nonatomic*.h out of asm-generic
      move count_zeroes.h out of asm-generic
      drbd: stop including <asm-generic/kmap_types.h>
      hifn_795x: stop including <asm-generic/kmap_types.h>
      mlx5: stop including <asm-generic/kmap_types.h>
      n_tracerouter: stop including <asm-generic/bug>
      n_tracesink: stop including <asm-generic/bug>
      gpio-mxc: stop including <asm-generic/bug>

Marek Vasut (1):
      asm-generic: cmpxchg: avoid warnings from macro-ized cmpxchg() implementations

 drivers/acpi/nfit.c                                |  2 +-
 drivers/acpi/osl.c                                 |  2 +-
 drivers/block/drbd/drbd_bitmap.c                   |  2 +-
 drivers/block/nvme-core.c                          |  2 +-
 drivers/crypto/hifn_795x.c                         |  2 --
 drivers/edac/i3200_edac.c                          |  2 +-
 drivers/edac/ie31200_edac.c                        |  2 +-
 drivers/edac/x38_edac.c                            |  2 +-
 drivers/gpio/gpio-mxc.c                            |  2 +-
 drivers/i2c/busses/i2c-ismt.c                      |  2 +-
 drivers/infiniband/hw/mlx5/main.c                  |  2 +-
 drivers/net/ethernet/intel/i40e/i40e_osdep.h       |  2 +-
 drivers/net/ethernet/intel/i40evf/i40e_osdep.h     |  2 +-
 drivers/net/ethernet/mellanox/mlx5/core/cmd.c      |  2 +-
 drivers/net/ethernet/mellanox/mlx5/core/main.c     |  2 +-
 .../net/ethernet/mellanox/mlx5/core/pagealloc.c    |  2 +-
 drivers/net/ethernet/rocker/rocker.c               |  2 +-
 drivers/platform/x86/ibm_rtl.c                     |  2 +-
 drivers/platform/x86/intel_ips.c                   |  2 +-
 drivers/scsi/qla4xxx/ql4_nx.c                      |  2 +-
 drivers/tty/n_tracerouter.c                        |  2 +-
 drivers/tty/n_tracesink.c                          |  2 +-
 include/asm-generic/cmpxchg.h                      | 11 ++++---
 include/asm-generic/io-64-nonatomic-hi-lo.h        | 34 ++--------------------
 include/asm-generic/io-64-nonatomic-lo-hi.h        | 34 ++--------------------
 .../{asm-generic/bitops => linux}/count_zeros.h    |  6 ++--
 include/linux/io-64-nonatomic-hi-lo.h              | 32 ++++++++++++++++++++
 include/linux/io-64-nonatomic-lo-hi.h              | 32 ++++++++++++++++++++
 lib/mpi/longlong.h                                 |  2 +-
 lib/mpi/mpicoder.c                                 |  2 +-
 30 files changed, 101 insertions(+), 96 deletions(-)
 rename include/{asm-generic/bitops => linux}/count_zeros.h (92%)
 create mode 100644 include/linux/io-64-nonatomic-hi-lo.h
 create mode 100644 include/linux/io-64-nonatomic-lo-hi.h


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

end of thread, other threads:[~2015-11-06 16:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-21 20:43 [GIT PULL] asm-generic cleanups Arnd Bergmann
  -- strict thread matches above, loose matches on Subject: below --
2015-11-06 16:57 Arnd Bergmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox