linux_dsm_epyc7002/arch/arm/plat-omap
Victor Kamensky 834cacfbef ARM: OMAP: dmtimer: raw read and write endian fix
All OMAP IP blocks expect LE data, but CPU may operate in BE mode.
Need to use endian neutral functions to read/write h/w registers.
I.e instead of __raw_read[lw] and __raw_write[lw] functions code
need to use read[lw]_relaxed and write[lw]_relaxed functions.
If the first simply reads/writes register, the second will byteswap
it if host operates in BE mode.

Changes are trivial sed like replacement of __raw_xxx functions
with xxx_relaxed variant.

Signed-off-by: Victor Kamensky <victor.kamensky@linaro.org>
Signed-off-by: Taras Kondratiuk <taras.kondratiuk@linaro.org>
Signed-off-by: Tony Lindgren <tony@atomide.com>
2014-05-08 07:09:54 -07:00
..
include/plat ARM: OMAP: dmtimer: raw read and write endian fix 2014-05-08 07:09:54 -07:00
counter_32k.c ARM: OMAP: Switch to sched_clock_register() 2013-11-21 15:41:01 -08:00
debug-leds.c ARM: OMAP: debug-leds: Use resource_size instead of hard coded macro 2012-11-12 13:28:28 -08:00
dma.c ARM: omap: move dma channel allocation into plat-omap code 2014-04-04 00:31:46 +01:00
dmtimer.c ARM: OMAP: dmtimer: raw read and write endian fix 2014-05-08 07:09:54 -07:00
i2c.c ARM: OMAP: Fix i2c cmdline initcall for multiplatform 2013-01-11 11:24:19 -08:00
Kconfig ARM: OMAP3: remove deprecated CONFIG_OMAP_IOMMU_IVA2 2014-03-12 09:48:00 -07:00
Makefile mailbox/omap: move the OMAP mailbox framework to drivers 2013-06-11 11:41:51 -05:00
sram.c ARM: OMAP: SRAM: resolve sparse warnings 2013-01-01 15:42:00 -07:00