summaryrefslogtreecommitdiff
path: root/arch/sh/include/asm/io.h
AgeCommit message (Expand)AuthorFilesLines
2023-11-23asm/io: remove unnecessary xlate_dev_mem_ptr() and unxlate_dev_mem_ptr()Kefeng Wang1-7/+0
2023-11-23arch/*/io.h: remove ioremap_uc in some architecturesBaoquan He1-2/+0
2023-10-25sh: machvec: Remove custom ioport_{un,}map()Arnd Bergmann1-2/+2
2023-08-18sh: mm: convert to GENERIC_IOREMAPBaoquan He1-32/+8
2023-08-18sh: add <asm-generic/io.h> includingBaoquan He1-0/+49
2023-07-05sh: Provide unxlate_dev_mem_ptr() in asm/io.hGuenter Roeck1-0/+1
2022-07-03sh: convert nommu io{re,un}map() to static inline functionsGeert Uytterhoeven1-2/+6
2021-05-07mm: remove xlate_dev_kmem_ptr()David Hildenbrand1-5/+0
2020-08-15Merge tag 'sh-for-5.9' of git://git.libc.org/linux-shLinus Torvalds1-105/+14
2020-08-14sh: don't include <asm/io_trapped.h> in <asm/io.h>Christoph Hellwig1-1/+0
2020-08-14sh: move the ioremap implementation out of lineChristoph Hellwig1-86/+15
2020-08-14sh: move ioremap_fixed details out of <asm/io.h>Christoph Hellwig1-16/+0
2020-08-14sh: remove __KERNEL__ ifdefs from non-UAPI headersChristoph Hellwig1-3/+0
2020-08-06locking/seqlock, headers: Untangle the spaghetti monsterPeter Zijlstra1-0/+1
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport1-1/+1
2020-06-01sh: remove sh5 supportArnd Bergmann1-4/+0
2020-06-01sh: Convert iounmap() macros to inline functionsKuninori Morimoto1-1/+1
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig1-1/+0
2019-11-11sh: remove __iounmapChristoph Hellwig1-7/+2
2019-07-12sh: prevent warnings when using iounmapSam Ravnborg1-1/+5
2019-04-08sh/mmiowb: Add unconditional mmiowb() to arch_spin_unlock()Will Deacon1-3/+0
2018-12-14arch/sh/include/asm/io.h: provide prototypes for PCI I/O mapping in asm/io.hMark Brown1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2015-09-08Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+1
2015-08-14arch: introduce memremap()Dan Williams1-0/+1
2015-07-29arch/*/io.h: Add ioremap_uc() to all architecturesLuis R. Rodriguez1-0/+1
2014-04-07Kconfig: rename HAS_IOPORT to HAS_IOPORT_MAPUwe Kleine-König1-2/+2
2012-10-24/dev/mem: use phys_addr_t for physical addressesCyril Chemparathy1-1/+1
2012-10-06sections: fix section conflicts in arch/shAndi Kleen1-1/+1
2012-05-10sh: Provide stubbed I/O routines for NO_IOPORT case.Paul Mundt1-0/+5
2012-03-30Merge tag 'sh-for-linus' of git://github.com/pmundt/linux-shLinus Torvalds1-15/+10
2012-03-29sh: Support I/O space swapping where needed.Paul Mundt1-15/+10
2012-03-28Disintegrate asm/system.h for SHDavid Howells1-1/+0
2011-01-11sh: Fix up legacy PTEA space attribute mapping.Paul Mundt1-1/+9
2011-01-11sh: Kill off deprecated ctrl_in/out I/O routines.Paul Mundt1-51/+0
2010-11-01sh: machvec IO death.Paul Mundt1-165/+180
2010-06-02sh: support for platforms without PIO.Paul Mundt1-0/+8
2010-03-02sh: reworked dynamic PMB mapping.Paul Mundt1-13/+10
2010-02-18sh: Provide uncached I/O helpers.Paul Mundt1-0/+22
2010-01-28sh: Fix up the ioremap_fixed() build for nommu.Paul Mundt1-18/+18
2010-01-26sh: flag ctrl_in/outX as __deprecated.Paul Mundt1-10/+45
2010-01-20sh: Shut up noisy IOREMAP_FIXED=n build.Paul Mundt1-1/+2
2010-01-19sh: Limit ioremap_prot() to 32bit pgprot parts.Paul Mundt1-0/+2
2010-01-19sh: Convert p3_ioremap() users to ioremap_prot().Paul Mundt1-1/+0
2010-01-19sh: Kill off duplicate address alignment in ioremap_fixed().Paul Mundt1-2/+4
2010-01-19sh: Prevent 64-bit pgprot clobbering across ioremap implementations.Paul Mundt1-22/+31
2010-01-18sh: Make iounmap_fixed() return success/failure for iounmap() path.Paul Mundt1-2/+3
2010-01-18sh: Fixup the IOREMAP_FIXED=n build.Paul Mundt1-0/+9
2010-01-16sh: Add fixed ioremap supportMatt Fleming1-0/+6
2010-01-13sh: fixed PMB mode refactoring.Paul Mundt1-9/+18