summaryrefslogtreecommitdiff
path: root/sys/arm/include/bus.h
AgeCommit message (Expand)Author
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2020-11-29Remove the pre-ARMv6 and pre-INTRNG code.Michal Meloun
2020-09-20Add missing assignment forgotten in r365899Michal Meloun
2020-09-19Add NetBSD compatible bus_space_peek_N() and bus_space_poke_N() functions.Michal Meloun
2020-09-01arm: clean up empty lines in .c and .h filesMateusz Guzik
2017-11-27sys/arm: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2016-05-25Include machine/acle-compat.h in cdefs.h on arm if the compiler doesn'tIan Lepore
2015-11-21Limit arm_base_bs_tag to ARMv4 and ARMv5, we only used it in one place inAndrew Turner
2015-11-10ARM: Remove trailing whitespace from sys/arm/includeMichal Meloun
2015-01-21Micro-optimize the new arm inline bus_space implementation by grouping allIan Lepore
2015-01-21The versatile platform had two copies of a bus_space that are essentiallyIan Lepore
2015-01-21Move bs_unimplemented() to bus_space_generic.c so it can be shared.Ian Lepore
2015-01-21Revise the arm bus_space implementation to avoid dereferencing the tag onIan Lepore
2015-01-20Add inline implementations of arm bus_space_read/write_N().Ian Lepore
2013-03-18o Switch to use physical addresses in rman for FDT.Aleksandr Rybalko
2013-03-17Add a macro that gets the physical address of a memory mapped deviceIan Lepore
2010-12-03Revert r216134. This checkin broke platforms where bus_space are macros:Rebecca Cran
2010-12-02Disallow passing in a count of zero bytes to the bus_space(9) functions.Rebecca Cran
2010-04-08Add BUS_SPACE_UNRESTRICTED and define it to be ~0, just like all theWarner Losh
2010-02-16The NetBSD Foundation has granted permission to remove clauses 3 and 4.Warner Losh
2006-11-19correct bus space unmap prototypeSam Leffler
2005-04-18Break out the definition of bus_space_{tag,handle}_t and a few other typesWarner Losh
2005-03-14Refactor the bus_dma header files so that the interface is described inScott Long
2005-01-15Add the prototype for bus_dmamap_load_mbuf_sg().Olivier Houchard
2005-01-05Start all license statements with /*-Warner Losh
2004-09-23Remove bus_space_vaddr(), it does not exists in FreeBSD.Olivier Houchard
2004-06-17Nuke bus_space_mmap(), as it does not exist in FreeBSD.Olivier Houchard
2004-06-16Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp
2004-05-14Import FreeBSD/arm kernel bits.Olivier Houchard