<javier__>
zombah: yes, "[PATCH V9 13/14] ARM: dts: snow: represent the connection between bridge and panel using videoport and endpoints
<javier__>
zombah: but kukjin changed ajay's subject to "ARM: dts: represent bridge and panel connection for exynos5250-snow"
<javier__>
so that is how it ended in mainline
<zombah>
javier__: thanks again, now im ready for 4.0 release 8)
<javier__>
zombah: not quite, there are a couple of issues still... you need commit 6562f3bd396a ARM: exynos_defconfig: Disable IOMMU support
<javier__>
zombah: that was merged in linux-next but not in 4.0-rc3 (I asked serval times to kukjin to pick that one but didn't do it)
<javier__>
zombah: and also you need to revert commit 2d2c9a8d0a4f ARM: dts: add display power domain for exynos5250
<javier__>
I'll post a patch today to do that and ask to make it for 4.0-rc cycle but the exynos maintainer sometimes takes weeks to merge stuff...
<javier__>
zombah: hrm, forget about the last revert, the offending commit is in linux-next but didn't make it to 4.0-rc
<javier__>
so you won't need that one
afaerber has joined #linux-exynos
<zombah>
javier__: i think previous one i also don't need, openSUSE use custom kernel config based on multi_v7_defconfig i think not exynos_defconfig
<javier__>
zombah: oh, cool
<javier__>
yeah, if you are using a custom defconfig then is just a matter of making sure that your distro has all the needed kconfig symbols enabled
<javier__>
or disabled in the case of exynos iommu
<zombah>
javier__: yes, i think i need to test linux-next right now to see it works or not
<javier__>
zombah: ok, for linux-next you will need the revert I mentioned though ^
ssvb has joined #linux-exynos
amitk has quit [Quit: leaving]
<afaerber>
javier__, zombah: which kconfig symbols?
<javier__>
afaerber: I just mentioned zombah that exynos drm iommu is broken on (at least) exynos5 so you need to disable that
<javier__>
afaerber: 6562f3bd396a ("ARM: exynos_defconfig: Disable IOMMU support") is in linux-next for exynos_defconfig
<zombah>
afaerber: this config variable is not set in current factory openSUSE kernel lpae config, so i think it is ok for now
<si1v3r>
javier__: I did not disable iommu in 4.0rc4 and it still boots.
<javier__>
si1v3r: strange, you should needed after commit 8dcc14f82f06 ("drm/exynos: IOMMU support should not be selectable by user") which made to v4.0-rc1
<javier__>
si1v3r: oh, but you are running linux-next right? you don't need to disable there because the mentioned commit ^^ already does to exynos_defconfig
<si1v3r>
yeah I thought it was broken and then fixed.
<si1v3r>
I needed to disable it in rc2 I think
<javier__>
si1v3r: nod, but zombah was asking about 4.0 not linux-next
<si1v3r>
sorry. :)
<javier__>
si1v3r: no worries :)
<javier__>
so many issues that is hard to keep track what made to each version...