aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/powerpc/include/asm/io.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-11-23asm/io: remove unnecessary xlate_dev_mem_ptr() and unxlate_dev_mem_ptr()Kefeng Wang1-6/+0
2023-11-23arch/*/io.h: remove ioremap_uc in some architecturesBaoquan He1-1/+0
2023-10-19powerpc/io: Expect immutable pointer in virt_to_phys() prototypeStanislav Kinsburskii1-1/+1
2023-08-18powerpc: mm: convert to GENERIC_IOREMAPChristophe Leroy1-5/+3
2023-08-18asm-generic/iomap.h: remove ARCH_HAS_IOREMAP_xx macrosBaoquan He1-8/+1
2023-04-20powerpc/64: Add support to build with prefixed instructionsNicholas Piggin1-0/+37
2022-08-06Merge tag 'powerpc-6.0-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-1/+0
2022-06-29powerpc: Don't include asm/ppc_asm.h in other headersChristophe Leroy1-1/+0
2022-06-28arch/*/: remove CONFIG_VIRT_TO_BUSArnd Bergmann1-2/+0
2022-04-23powerpc: Remove unused SLOW_DOWN_IO definitionBjorn Helgaas1-2/+0
2022-03-01powerpc: Fix build errors with newer binutilsAnders Roxell1-8/+32
2021-10-09powerpc/asm: Remove UPD_CONSTR after GCC 4.9 removalNick Desaulniers1-2/+2
2021-05-07mm: remove xlate_dev_kmem_ptr()David Hildenbrand1-5/+0
2020-12-04powerpc: Fix update form addressing in inline assemblyChristophe Leroy1-2/+2
2020-12-04powerpc: inline iomap accessorsChristophe Leroy1-1/+153
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport1-1/+0
2020-06-02powerpc: remove __ioremap_at and __iounmap_atChristoph Hellwig1-8/+0
2020-06-02powerpc: add an ioremap_phb helperChristoph Hellwig1-0/+2
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig1-3/+0
2019-08-27powerpc/mm: split out early ioremap path.Christophe Leroy1-1/+2
2019-08-27powerpc/mm: refactor ioremap vm area setup.Christophe Leroy1-0/+2
2019-08-27powerpc/mm: refactor ioremap_range() and use ioremap_page_range()Christophe Leroy1-0/+2
2019-08-27powerpc/mm: drop function __ioremap()Christophe Leroy1-6/+0
2019-08-27powerpc/mm: drop ppc_md.iounmap() and __iounmap()Christophe Leroy1-5/+0
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-4/+1
2019-04-08powerpc/mmiowb: Hook up mmwiob() implementation to asm-generic codeWill Deacon1-30/+3
2019-01-22iomap: introduce io{read|write}64_{lo_hi|hi_lo}Logan Gunthorpe1-0/+2
2018-12-19powerpc: implement CONFIG_DEBUG_VIRTUALChristophe Leroy1-1/+12
2018-11-12powerpc/io: Fix the IO workarounds code to work with RadixMichael Ellerman1-13/+7
2018-10-19powerpc/io: remove old GCC version implementationChristophe Leroy1-20/+0
2018-10-14powerpc: handover page flags with a pgprot_t parameterChristophe Leroy1-2/+2
2018-10-13powerpc/32: Add ioremap_wt() and ioremap_coherent()Christophe Leroy1-0/+9
2018-05-18powerpc/io: Add __raw_writeq_be() __raw_rm_writeq_be()Michael Ellerman1-0/+10
2018-04-05powerpc: io.h: move iomap.h include so that it can use readq/writeq defsLogan Gunthorpe1-2/+2
2017-04-21powerpc/mm: Wire up ioremap_cache()Oliver O'Halloran1-0/+2
2017-04-13powerpc: Drop include of linux/io.h from asm/io.hMichael Ellerman1-2/+0
2017-04-10powerpc: Consolidate variants of real-mode MMIOsBenjamin Herrenschmidt1-47/+51
2016-11-14powerpc: EX_TABLE macro for exception tablesNicholas Piggin1-12/+7
2016-09-09powerpc: Add simple cache inhibited MMIO accessorsSuresh Warrier1-0/+29
2016-03-01powerpc: Fix misspellings in comments.Adam Buchbinder1-1/+1
2015-12-17powerpc: Add __raw_rm_writeq() functionAlistair Popple1-0/+11
2015-07-29arch/*/io.h: Add ioremap_uc() to all architecturesLuis R. Rodriguez1-0/+1
2014-12-11Merge tag 'powerpc-3.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mpe/linuxLinus Torvalds1-3/+0
2014-11-10powerpc: Remove unused devm_ioremap_prot()Kyle McMartin1-3/+0
2014-10-20powerpc: io: implement dummy relaxed accessor macros for writesWill Deacon1-4/+8
2013-12-05powerpc: Add real mode cache inhibited IO accessorsMichael Ellerman1-0/+16
2013-10-11powerpc: Enable /dev/port when isa_io_special is setBenjamin Herrenschmidt1-1/+1
2013-10-11powerpc: Support endian agnostic MMIOIan Munsie1-18/+49
2013-08-14powerpc/powernv: Add PIO accessors for Power8 LPC busBenjamin Herrenschmidt1-0/+8
2013-08-14powerpc: Better split CONFIG_PPC_INDIRECT_PIO and CONFIG_PPC_INDIRECT_MMIOBenjamin Herrenschmidt1-10/+15