Age | Commit message (Collapse) | Author | Files | Lines |
|
remove some useless comment
Signed-off-by:shengyang.chen<shengyang.chen@starfivetech.com>
|
|
fix display problem of inno with mipi config opened
fix starup problem
Signed-off-by:shengyang.chen<shengyang.chen@starfivetech.com>
|
|
V4L2: modify syscon interface
See merge request sdk/linux!208
|
|
dts/starfive: vin add syscon node
Signed-off-by: changhuang.liang <changhuang.liang@starfivetech.com>
|
|
Signed-off-by: Xingyu Wu <xingyu.wu@starfivetech.com>
|
|
Signed-off-by: Xingyu Wu <xingyu.wu@starfivetech.com>
|
|
Modified based on spi-pl022.c
Signed-off-by: Xingyu Wu <xingyu.wu@starfivetech.com>
|
|
commit ID:
940582b82915ee234594afff1a0290cead49a290
2e334ea5dc9637799177f672f2dd5c04c1b567e4
Signed-off-by: Xingyu Wu <xingyu.wu@starfivetech.com>
|
|
Signed-off-by: changhuang.liang <changhuang.liang@starfivetech.com>
|
|
v4l2: fixed enum frame intercal error
See merge request sdk/linux!181
|
|
'jh7110-5.15.y-devel'
riscv:linux:driver:drm
See merge request sdk/linux!183
|
|
remove printk of function update_fb() in vs_dc.c
Signed-off-by:shengyang.chen<shengyang.chen@starfivetech.com>
|
|
Signed-off-by: changhuang.liang <changhuang.liang@starfivetech.com>
|
|
delete some unnecessary comments
fix bug about Dynamic switching resolution
Signed-off-by:keith.zhao <keith.zhao@statfivetech.com>
|
|
Signed-off-by:keith.zhao <keith.zhao@statfivetech.com>
|
|
1、support 1080P 720P 480P display mode
2、replace some FW interface by using system api
Signed-off-by:keith.zhao <keith.zhao@statfivetech.com>
|
|
CR_1201 dts: starfive: Add module dts and overlay dts
See merge request sdk/linux!170
|
|
Signed-off-by: Jianlong Huang <jianlong.huang@starfivetech.com>
|
|
Cr 1334 v4l2 readme changhuang.liang
See merge request sdk/linux!159
|
|
Signed-off-by: changhuang.liang <changhuang.liang@starfivetech.com>
|
|
crypto:starfive:Fix SHA-HMAC driver
See merge request sdk/linux!163
|
|
Fix HMAC setkey function and interrupt handling for SHA-HMAC
Signed-off-by: jiajie.ho <jiajie.ho@starfivetech.com>
|
|
|
|
Since the USB_125M clock is divided from pll0 clock,
and the pll0 clock changes per the cpu frequency.
So, needs to set the clock explicitly.
Signed-off-by: mason.huo <mason.huo@starfivetech.com>
|
|
|
|
Signed-off-by: Walker Chen <walker.chen@starfivetech.com>
|
|
'jh7110-5.15.y-devel'
riscv:linux:driver:drm:rgb2hdmi
See merge request sdk/linux!112
|
|
update README
Signed-off-by:shengyang.chenshengyang.chen@starfivetech.com
|
|
update rgb2hdmi driver support
Signed-off-by:shengyang.chenshengyang.chen@starfivetech.com
|
|
Signed-off-by: Jianlong Huang <jianlong.huang@starfivetech.com>
|
|
Signed-off-by: Jianlong Huang <jianlong.huang@starfivetech.com>
|
|
reset:starfive:jh7110: Delete redundant logic
See merge request sdk/linux!106
|
|
In the hardware design, the IPs RESET signal of jh7110 is divided into two groups,
one group is active high, and the other group is active low.
However, the software does not need to distinguish whether the RESET signal is active high or active low,
Write 1 to be assert, and write 0 to deassert.
Therefore, the software does not need to add additional logic to distinguish these two sets of signals.
Signed-off-by: Clivia.Cai <Clivia.Cai@starfivetech.com>
|
|
update mipi-dsi driver support
improvement after reviewing
Signed-off-by:shengyang.chen<shengyang.chen@starfivetech.com>
|
|
update mipi-dsi driver support
Signed-off-by:shengyang.chen<shengyang.chen@starfivetech.com>
|
|
Using the GPU driver release version
Signed-off-by: shanlong.li <shanlong.li@starfivetech.com>
|
|
Disable apm to resolve pvrdebug -dd suspension error
Signed-off-by: shanlong.li <shanlong.li@starfivetech.com>
|
|
Cr 1108 uart yanhong.wang
See merge request sdk/linux!101
|
|
The core_clk division register of uart3-uart5 include fractional and
integral parts,but now only use the integral part,so include shift
operation. The integral part include 8 bit,so the max value can be
configed is 255.In order to support 115200 bandrate,so limit the max
value to 10.
Signed-off-by: yanhong.wang <yanhong.wang@starfivetech.com>
|
|
Change devm_reset_control_get_optional_exclusive API to
devm_reset_control_array_get_exclusive, in order to support a list of
reset.
Signed-off-by: yanhong.wang <yanhong.wang@starfivetech.com>
|
|
Cr 1138 sec william.qiu
See merge request sdk/linux!100
|
|
Cr 1134 pmic mason.huo
See merge request sdk/linux!98
|
|
v4l2: sc2235 use 30 fps output
See merge request sdk/linux!99
|
|
Use devm_reset_control_get_shared to share a reset signal otherwise TRNG
and crypto will not work at the same time.
Signed-off-by: samin.guo <samin.guo@starfivetech.com>
|
|
Signed-off-by: changhuang.liang <changhuang.liang@starfivetech.com>
|
|
The hdmi & csi driver use the legacy pmic driver APIs to
power on/off related LDOs.
After employed regulator framework for pmic,
add the regulator APIs to control the LDOs.
Signed-off-by: mason.huo <mason.huo@starfivetech.com>
|
|
Add 7 regulators base on regulator framework for
JH7110 evb HW design.
Signed-off-by: mason.huo <mason.huo@starfivetech.com>
|
|
The pmic driver should employ regulator framework,
rather than a driver in soc.
Signed-off-by: mason.huo <mason.huo@starfivetech.com>
|
|
Cr 1131 pcie kevin.xie
See merge request sdk/linux!97
|
|
Disable the LTR message forwarding of PCIe Message Reception,
which has been enabled & set a illegal destination address by
PLDA PCIe IP core as default.
Signed-off-by: Kevin.xie <kevin.xie@starfivetech.com>
|