| Commit message (Collapse) | Author | Age |
| |
|
|
|
|
|
|
|
|
|
|
|
| |
Starting commit Ie49eee9478f4657cfb2a994ba60da1ec4c356339
("msm: mdss: hide kernel addresses from unprevileged users"),
display driver removes the %p and uses %pK instead for printing kernel
pointers. This change missed some of the prints in some places.
This change fixes this by modifying the remaining pointer prints.
CRs-Fixed: 987021
Change-Id: I0d1797a4df9ff67f3b162a1b5d26320ca989f54a
Signed-off-by: Harsh Sahu <hsahu@codeaurora.org>
Signed-off-by: Abhijit Kulkarni <kabhijit@codeaurora.org>
|
| |
|
|
|
|
|
|
|
| |
for printing kernel pointers which should be hidden from unprivileged
users, use %pK which evaluates whether kptr_restrict is set.
CRs-Fixed: 987021
Change-Id: Ie49eee9478f4657cfb2a994ba60da1ec4c356339
Signed-off-by: Abhijit Kulkarni <kabhijit@codeaurora.org>
|
| |
|
|
|
|
|
|
|
| |
Add NULL checks and array bounds checks to ensure
that no dereferencing of invalid data occurs in
the MHL driver.
Change-Id: I855412b4603cbe416d901be88a24a28dc6770d2c
Signed-off-by: Casey Piper <cpiper@codeaurora.org>
|
| |
|
|
|
|
|
|
|
|
|
| |
Update makefile and Kconfig to support
compilation of driver for SiI 8620 MHL Tx
i2c device.
Change-Id: Icf87c5bc059892433bc2ed88a5266adab92402ae
Signed-off-by: Casey Piper <cpiper@codeaurora.org>
[cip@codeaurora.org: Moved updates to new file locations]
Signed-off-by: Clarence Ip <cip@codeaurora.org>
|
| |
|
|
|
|
|
|
| |
Update flag used for hardware interrupt info
with the correct enum for MSC DONE.
Change-Id: If9b74e14a974737d17abb06b1c590770a13000ec
Signed-off-by: Casey Piper <cpiper@codeaurora.org>
|
| |
|
|
|
|
|
|
| |
Update log messages to print pointers with the
correct format identifier.
Change-Id: I79cdbfacd42cf6245d13ee7a8e75be99af615205
Signed-off-by: Casey Piper <cpiper@codeaurora.org>
|
| |
|
|
|
|
|
|
|
| |
Add support for HDMI to MHL i2c bridge chip on MSM8994
FLUID and enable HDMI on MSM8994 fluid, as it is supported
in conjunction with the MHL bridge chip.
Change-Id: I47d76cc0b507330d4ba10f420d82f9aee6604824
Signed-off-by: Casey Piper <cpiper@codeaurora.org>
|
| |
|
|
|
|
|
|
|
| |
The vendor prefix for Silicon Image is sil. Update
the vendor prefix for dt references to this correct
prefix.
Change-Id: I08f74f33c1bdc44c331a3b8813ed46ccbb05ad6f
Signed-off-by: Casey Piper <cpiper@codeaurora.org>
|
|
|
Code drop from https://github.com/siliconimageinc/sii8620
taken from commit 20b4c581d705cffce422bc79c2bacf7ed5363beb
"Posting driver 1.03 release candidate.
Version 1.03.19
Signed-off-by: Mikhail Amchislavsky <Mikhail.Amchislavsky@siliconimage.com>"
Adding driver for SiI 8620 MHL transmitter.
Integrated the files into drivers/video/msm/mdss/mhl3/.
Removed unnecessary files:
apq8074_kernel_update/apq8074-dragonboard.dtsi
apq8074_kernel_update/board-8974-gpiomux.c
apq8074_kernel_update/msm8974.dtsi
apq8074_kernel_update/sii6031/msm_otg.c
apq_build.sh
build
build_num.txt
clean
Moved files relating to SiI 6031:
apq8074_kernel_update/sii6031/msm_otg.c
apq8074_kernel_update/sii6031/si_6031_switch.h
apq8074_kernel_update/sii6031/sii_6031/Kconfig
apq8074_kernel_update/sii6031/sii_6031/Makefile
apq8074_kernel_update/sii6031/sii_6031/si_6031_switch.c
into drivers/video/fbdev/msm/mhl3/sii6031/.
Change-Id: I29adf3bd4a02406bd9b47c0727d4093cdea94496
Signed-off-by: Casey Piper <cpiper@codeaurora.org>
[cip@codeaurora.org: Moved new file locations]
Signed-off-by: Clarence Ip <cip@codeaurora.org>
|