aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/include/asm/io.h
AgeCommit message (Expand)Author
2023-11-23asm/io: remove unnecessary xlate_dev_mem_ptr() and unxlate_dev_mem_ptr()Kefeng Wang
2023-11-23arch/*/io.h: remove ioremap_uc in some architecturesBaoquan He
2023-10-25sh: machvec: Remove custom ioport_{un,}map()Arnd Bergmann
2023-08-18sh: mm: convert to GENERIC_IOREMAPBaoquan He
2023-08-18sh: add <asm-generic/io.h> includingBaoquan He
2023-07-05sh: Provide unxlate_dev_mem_ptr() in asm/io.hGuenter Roeck
2022-07-03sh: convert nommu io{re,un}map() to static inline functionsGeert Uytterhoeven
2021-05-07mm: remove xlate_dev_kmem_ptr()David Hildenbrand
2020-08-15Merge tag 'sh-for-5.9' of git://git.libc.org/linux-shLinus Torvalds
2020-08-14sh: don't include <asm/io_trapped.h> in <asm/io.h>Christoph Hellwig
2020-08-14sh: move the ioremap implementation out of lineChristoph Hellwig
2020-08-14sh: move ioremap_fixed details out of <asm/io.h>Christoph Hellwig
2020-08-14sh: remove __KERNEL__ ifdefs from non-UAPI headersChristoph Hellwig
2020-08-06locking/seqlock, headers: Untangle the spaghetti monsterPeter Zijlstra
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport
2020-06-01sh: remove sh5 supportArnd Bergmann
2020-06-01sh: Convert iounmap() macros to inline functionsKuninori Morimoto
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig
2019-11-11sh: remove __iounmapChristoph Hellwig
2019-07-12sh: prevent warnings when using iounmapSam Ravnborg
2019-04-08sh/mmiowb: Add unconditional mmiowb() to arch_spin_unlock()Will Deacon
2018-12-14arch/sh/include/asm/io.h: provide prototypes for PCI I/O mapping in asm/io.hMark Brown
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2015-09-08Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2015-08-14arch: introduce memremap()Dan Williams
2015-07-29arch/*/io.h: Add ioremap_uc() to all architecturesLuis R. Rodriguez
2014-04-07Kconfig: rename HAS_IOPORT to HAS_IOPORT_MAPUwe Kleine-König
2012-10-24/dev/mem: use phys_addr_t for physical addressesCyril Chemparathy
2012-10-06sections: fix section conflicts in arch/shAndi Kleen
2012-05-10sh: Provide stubbed I/O routines for NO_IOPORT case.Paul Mundt
2012-03-30Merge tag 'sh-for-linus' of git://github.com/pmundt/linux-shLinus Torvalds
2012-03-29sh: Support I/O space swapping where needed.Paul Mundt
2012-03-28Disintegrate asm/system.h for SHDavid Howells
2011-01-11sh: Fix up legacy PTEA space attribute mapping.Paul Mundt
2011-01-11sh: Kill off deprecated ctrl_in/out I/O routines.Paul Mundt
2010-11-01sh: machvec IO death.Paul Mundt
2010-06-02sh: support for platforms without PIO.Paul Mundt
2010-03-02sh: reworked dynamic PMB mapping.Paul Mundt
2010-02-18sh: Provide uncached I/O helpers.Paul Mundt
2010-01-28sh: Fix up the ioremap_fixed() build for nommu.Paul Mundt
2010-01-26sh: flag ctrl_in/outX as __deprecated.Paul Mundt
2010-01-20sh: Shut up noisy IOREMAP_FIXED=n build.Paul Mundt
2010-01-19sh: Limit ioremap_prot() to 32bit pgprot parts.Paul Mundt
2010-01-19sh: Convert p3_ioremap() users to ioremap_prot().Paul Mundt
2010-01-19sh: Kill off duplicate address alignment in ioremap_fixed().Paul Mundt
2010-01-19sh: Prevent 64-bit pgprot clobbering across ioremap implementations.Paul Mundt
2010-01-18sh: Make iounmap_fixed() return success/failure for iounmap() path.Paul Mundt
2010-01-18sh: Fixup the IOREMAP_FIXED=n build.Paul Mundt
2010-01-16sh: Add fixed ioremap supportMatt Fleming
2010-01-13sh: fixed PMB mode refactoring.Paul Mundt