kernel_optimize_test/drivers/soc
Dmitry Osipenko 69dfb3d4a8 soc/tegra: pmc: Remove unnecessary memory barrier
The removed barrier isn't needed because writes/reads are strictly ordered
and even if PMC had separate ports for writes, it wouldn't matter since
the hardware logic takes into effect after triggering CPU's power-gating
and at that point all CPU accesses are guaranteed to be completed. That
barrier was copied from the old arch/ code during transition to the soc/
PMC driver and even that the code structure was different back then, the
barrier didn't have a real useful purpose from the start. Lastly, the
tegra_pmc_writel() naturally inserts wmb() because it uses writel(),
and thus this change doesn't actually make any difference in terms of
interacting with hardware. Hence let's remove the barrier to clean up
code a tad.

Signed-off-by: Dmitry Osipenko <digetx@gmail.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
2019-10-29 14:36:24 +01:00
..
actions
amlogic soc: amlogic: Add support for Everything-Else power domains controller 2019-08-28 14:29:37 -07:00
aspeed
atmel
bcm
dove
fsl ARM: SoC driver updates for v5.4 2019-09-16 15:52:38 -07:00
gemini
imx soc: imx: gpcv2: Print the correct error code 2019-08-24 22:41:08 +02:00
ixp4xx soc: ixp4xx: Protect IXP4xx SoC drivers by ARCH_IXP4XX || COMPILE_TEST 2019-08-29 17:34:38 +02:00
lantiq
mediatek soc: mediatek: cmdq: change the type of input parameter 2019-08-23 14:06:48 +02:00
qcom ARM: SoC driver updates for v5.4 2019-09-16 15:52:38 -07:00
renesas soc: renesas: Enable ARM_ERRATA_754322 for affected Cortex-A9 2019-08-23 10:33:31 +02:00
rockchip ARM: SoC-related driver updates 2019-07-19 17:13:56 -07:00
samsung soc: samsung: chipid: Select missing dependency for EXYNOS_CHIPID 2019-08-22 20:16:20 +02:00
sunxi
tegra soc/tegra: pmc: Remove unnecessary memory barrier 2019-10-29 14:36:24 +01:00
ti ARM: SoC driver updates for v5.4 2019-09-16 15:52:38 -07:00
ux500 ARM: ux500: add missing of_node_put() 2019-07-23 09:49:32 +02:00
versatile
xilinx
zte
Kconfig
Makefile