summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Collapse)AuthorFilesLines
2022-05-15clktree: jh7110: disable jh7110_clk_disable function interface.samin1-2/+2
/*do not upstram*/ The system will hang when clk_disable. need to debug. Signed-off-by: samin <samin.guo@starfivetech.com>
2022-05-15v4l2:starfive: fix compilation issue on evb boardsamin2-10/+0
HWBORD_FPGA macro is no longer used on evb, so remove it. Signed-off-by: samin <samin.guo@starfivetech.com>
2022-05-07Merge branch 'CR_858_SEC_william.qiu' into 'jh7110_fpga_dev_5.15'andy.hu1-1/+1
dma:starfive: remove warning message See merge request sdk/sft-riscvpi-linux-5.10!61
2022-05-07Merge branch 'CR_946_DRM_warning_keith.zhao' into 'jh7110_fpga_dev_5.15'andy.hu33-5790/+5764
Driver:DRM:DC8200 See merge request sdk/sft-riscvpi-linux-5.10!63
2022-05-07dmaengine:pl080: remove warning messagewilliam.qiu1-1/+1
remove warning message Signed-off-by: william.qiu <william.qiu@starfivetech.com>
2022-05-07Driver:DRM:DC8200keith.zhao33-5790/+5764
fix warning&error checked by script checkpatch.pl Signed-off-by: keith <keith.zhao@statfivetech.com>
2022-05-07V4L2: change vin module coding stylechanghuang.liang19-438/+393
Signed-off-by: changhuang.liang <changhuang.liang@starfivetech.com>
2022-05-07Merge branch 'CR_943_Timer_warning_Xingyu.Wu' into 'jh7110_fpga_dev_5.15'andy.hu1-16/+25
drivers:timer:Fix warning by checkpatch.pl See merge request sdk/sft-riscvpi-linux-5.10!59
2022-05-07drivers:watchdog:Remove warning messeage and clean up codexingyu.wu1-16/+24
Signed-off-by: xingyu.wu <xingyu.wu@starfivetech.com>
2022-05-07drivers:timer:Fix warning by checkpatch.plxingyu.wu1-16/+25
Signed-off-by: xingyu.wu <xingyu.wu@starfivetech.com>
2022-05-07Merge branch 'CR_942_SPI_warning_Xingyu.Wu' into 'jh7110_fpga_dev_5.15'andy.hu1-1/+1
dts:starfive: Fix spi and qspi compilation warning See merge request sdk/sft-riscvpi-linux-5.10!50
2022-05-07dts:starfive: Fix spi and qspi compilation warningxingyu.wu1-1/+1
Signed-off-by: xingyu.wu <xingyu.wu@starfivetech.com>
2022-05-06Merge branch 'CR_941_PWM_hal.feng' into 'jh7110_fpga_dev_5.15'andy.hu1-74/+15
pwm: pwm-starfive-ptc: Fix compiler warnings and improve coding style See merge request sdk/sft-riscvpi-linux-5.10!54
2022-05-06pwm: pwm-starfive-ptc: Fix compiler warnings and improve coding styleHal Feng1-74/+15
Signed-off-by: Hal Feng <hal.feng@starfivetech.com>
2022-05-06Merge branch 'CR_930_V4L2_changhuang.liang' into 'jh7110_fpga_dev_5.15'andy.hu14-295/+61
V4L2: fixed code warning! See merge request sdk/sft-riscvpi-linux-5.10!52
2022-05-06Merge branch 'CR_907_GPU_shanlong.li' into 'jh7110_fpga_dev_5.15'andy.hu2-9/+7
driver:GPU: fix compile warnings See merge request sdk/sft-riscvpi-linux-5.10!48
2022-05-06Merge branch 'CR_940_PCIE_mason.huo' into 'jh7110_fpga_dev_5.15'andy.hu1-18/+0
PCI: plda: Fix kernel compile warnings See merge request sdk/sft-riscvpi-linux-5.10!49
2022-05-06driver:GPU: fix compile warningsshanlong.li2-9/+7
fix compile warnings Signed-off-by: shanlong.li <shanlong.li@starfivetech.com>
2022-05-06Merge branch 'CR_935_pinctrl_warning_jianlong' into 'jh7110_fpga_dev_5.15'andy.hu3-346/+284
fix warning about pinctrl-starfive-jh7110.c See merge request sdk/sft-riscvpi-linux-5.10!47
2022-05-06modify code format base on checkpatch.pljianlonghuang3-337/+284
Signed-off-by: jianlonghuang <jianlong.huang@starfivetech.com>
2022-05-06V4L2: fixed code warning!changhuang.liang14-295/+61
V4L2: add m31 dphy reset support! dts/starfive: add m31 dphy reset configure! Signed-off-by: changhuang.liang <changhuang.liang@starfivetech.com>
2022-05-06PCI: plda: Fix kernel compile warningsmason.huo1-18/+0
Remove the unused functions. Adjust the dts configuration. Signed-off-by: mason.huo <mason.huo@starfivetech.com>
2022-05-06fix warning about pinctrl-starfive-jh7110.cjianlonghuang1-9/+0
Signed-off-by: jianlonghuang <jianlong.huang@starfivetech.com>
2022-05-06crypto:starfive:fix format problemwilliam.qiu2-82/+82
Fix the problem that some parameters in the header file are not aligned Signed-off-by: william.qiu <william.qiu@starfivetech.com>
2022-05-05Merge branch 'CR_878_SBI_Xingyu.Wu' into 'jh7110_fpga_dev_5.15'andy.hu1-0/+18
spi: Add clock, reset and pinctrl See merge request sdk/sft-riscvpi-linux-5.10!41
2022-05-05usb:cdns3:cdns3-starfive: Add StarFive wrapper driver for CDNS USB3 controlleryanhong.wang3-0/+236
Add driver to handle StarFive specific wrapper for Cadence USB3 controller present on JH7110 SoC. Signed-off-by: yanhong.wang <yanhong.wang@starfivetech.com>
2022-05-05spi: Add clock, reset and pinctrlxingyu.wu1-0/+18
driver:spi: Add reset handle. dts:starfive:dtsi: Add clock and reset node. dts:starfive:pinctrl: Modify spi gpio and Add pinctrl. Signed-off-by: Xingyu Wu <xingyu.wu@starfivetech.com>
2022-04-29pmu:starfive:jh7110: Fix some errors and standardize variable namingsamin1-27/+25
Fixed interrupt enabler logic error, fixed PMU_HARD_EVENT definition error, changed some variable names, for better code style. Note: This is an interim version of the pmu driver that provides the power_domian switch function. It can be used in modules such as VPU/JPU/GPU/ISP/VOUT. /* do not upstram */ Signed-off-by: samin <samin.guo@starfivetech.com>
2022-04-28Merge branch 'CR_907_GPU_shanlong.li' into 'jh7110_fpga_dev_5.15'andy.hu584-1/+264818
Cr 907 gpu shanlong.li See merge request sdk/sft-riscvpi-linux-5.10!37
2022-04-28Merge branch 'CR_873_HIFI4_henry.qin' into 'jh7110_fpga_dev_5.15'andy.hu2-0/+4
Cr 873 hifi4 henry.qin See merge request sdk/sft-riscvpi-linux-5.10!31
2022-04-28Merge branch 'CR_845_FPGA-V1.0-VIN_update_changhuang.liang' into ↵andy.hu7-261/+259
'jh7110_fpga_dev_5.15' Cr 845 fpga v1.0 vin update changhuang.liang See merge request sdk/sft-riscvpi-linux-5.10!35
2022-04-28Merge branch 'CR_737_CLOCK_TREE_Xingyu.Wu' into 'jh7110_fpga_dev_5.15'andy.hu7-188/+519
clk:starfive: Add isp clock tree driver See merge request sdk/sft-riscvpi-linux-5.10!32
2022-04-28driver:GPU: add gpu drivershanlong.li581-0/+264808
add gpu driver use clk/rst api and pmu api Signed-off-by: shanlong.li <shanlong.li@starfivetech.com>
2022-04-28driver:pmu : add turn off mask apishanlong.li1-1/+7
add turn off mask api Signed-off-by: shanlong.li <shanlong.li@starfivetech.com>
2022-04-28HIFI4: Add hifi4 clk and rst, del unused code, resolve code reviewhenry.qin2-0/+4
problems, change file access mode. Signed-off-by: henry.qin <henry.qin@starfivetech.com>
2022-04-28clk:starfive: Add definition instead of numbersxingyu.wu5-195/+230
Signed-off-by: Xingyu Wu <xingyu.wu@starfivetech.com>
2022-04-28clk:starfive: Add isp clock tree driverxingyu.wu4-0/+296
Clock references refer to include/dt-bindings/clock/starfive-jh7110-isp.h Enable the isp clock tree driver in dts file if use it. If the fpga is not connetted with isp board, the isp clock tree must be disabled. Signed-off-by: Xingyu Wu <xingyu.wu@starfivetech.com>
2022-04-28driver:GPU: add gpu configshanlong.li2-0/+3
add gpu config Signed-off-by: shanlong.li <shanlong.li@starfivetech.com>
2022-04-28Merge branch 'CR_846_FPGA-V1.0-VOUT_update_keith.zhao' into ↵andy.hu34-1237/+1398
'jh7110_fpga_dev_5.15' riscv:linux:driver:DC8200 See merge request sdk/sft-riscvpi-linux-5.10!33
2022-04-28crypto:starfive:jh7110: add crypto driver for starfive jh7110 soc.william.qiu15-0/+9198
add crypto driver for starfive jh7110 soc. Signed-off-by: william.qiu <william.qiu@starfivetech.com>
2022-04-28dmaengine:pl080: add support for starfive jh7110 soc sec.william.qiu3-1/+139
dd support for starfive jh7110 soc sec. Signed-off-by: william.qiu <william.qiu@starfivetech.com>
2022-04-28crypto: add patch for 5.15william.qiu1-0/+33
crypto need this patch to work. Signed-off-by: william.qiu <william.qiu@starfivetech.com>
2022-04-27v4l2: add isp clk tree supportchanghuang.liang6-226/+76
v4l2: delete isp top clk configure riscv:dts:starfive: vin add isp clk handle Signed-off-by: changhuang.liang <changhuang.liang@starfivetech.com>
2022-04-27riscv:linux:driver:DC8200keith.zhao34-1237/+1398
for DC8200 drm driver,update clk reset pinctrl and syscon api Signed-off-by: keith.zhao<keith.zhao@statfivetech.com>
2022-04-26V4L2: clk and reset use bulk getchanghuang.liang4-80/+55
Signed-off-by: changhuang.liang <changhuang.liang@starfivetech.com>
2022-04-26v4l2: mipi channel add reset control suppurtchanghuang.liang4-80/+56
2022-04-26v4l2: external modules resource use ioremapchanghuang.liang1-34/+47
2022-04-26v4l2: sc2235 sensor use pinctrl set powerchanghuang.liang1-19/+68
2022-04-26v4l2: add sys clk tree supportchanghuang.liang3-12/+62
2022-04-26v4l2: add reset control supportchanghuang.liang3-18/+102