summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2022-05-19pmu:starfive: Mask PMU_INT_PCH_FAIL interruptsamin1-1/+1
p-ch fail interrupt can be ignored. Signed-off-by: samin <samin.guo@starfivetech.com>
2022-05-19dt-bingings:gmac:jh7110: add gmac1 support.yanhong.wang2-11/+16
remove pinctrl define, Modify the default configuration parameters. Signed-off-by: yanhong.wang <yanhong.wang@starfivetech.com> Signed-off-by: samin <samin.guo@starfivetech.com>
2022-05-19riscv:defconfig: add SFCTEMP support.samin1-1/+1
SFCTEMP is a tempsensor for Starfive JH7100/7110 SOC. Signed-off-by: samin <samin.guo@starfivetech.com>
2022-05-19dt-bindings: hwmon: add starfive,jh7110-temp bindingssamin2-0/+46
Add bindings for the temperature sensor on the StarFive JH7110 SoC. Signed-off-by: samin <samin.guo@starfivetech.com>
2022-05-19hwmon:sfctemp: add starfive,jh7110-temp bindings.samin1-0/+1
jh7110 and jh7100 use the same configuration. Signed-off-by: samin <samin.guo@starfivetech.com>
2022-05-19hwmon: (sfctemp) Add StarFive JH7100 temperature sensorEmil Renner Berthing6-0/+401
Register definitions and conversion constants based on sfctemp driver by Samin in the StarFive 5.10 kernel. Signed-off-by: Emil Renner Berthing <kernel@esmil.dk> Signed-off-by: Samin Guo <samin.guo@starfivetech.com> Signed-off-by: samin <samin.guo@starfivetech.com>
2022-05-19dt-bindings: hwmon: add starfive,jh7100-temp bindingsEmil Renner Berthing1-0/+74
Add bindings for the temperature sensor on the StarFive JH7100 SoC. Signed-off-by: Emil Renner Berthing <kernel@esmil.dk> Reviewed-by: Rob Herring <robh@kernel.org> Signed-off-by: samin <samin.guo@starfivetech.com>
2022-05-19crypto:starfive:fix clock diable errorwilliam.qiu1-3/+0
Cancel the state that the encrypted clock is disabled by default Signed-off-by: william.qiu <william.qiu@starfivetech.com>
2022-05-18Merge branch 'CR_1024_PWMDAC_curry.zhang' into 'jh7110-5.15.y-devel'andy.hu2-2/+66
[Audio: PWMDAC] enable pwmdac driver on 7110 evb board See merge request sdk/linux!71
2022-05-18[Audio: PWMDAC] enable pwmdac driver on 7110 evb boardcurry.zhang2-2/+66
Signed-off-by: curry.zhang <curry.zhang@starfivetech.com>
2022-05-17Merge branch 'CR_1000_I2C_hal.feng' into 'jh7110-5.15.y-devel'andy.hu2-75/+173
riscv: dts: starfive: Add nodes for i2c2-5 See merge request sdk/linux!68
2022-05-17Merge branch 'CR_1006_CLOCK_TREE_Flag_Xingyu.Wu' into 'jh7110-5.15.y-devel'andy.hu4-17/+17
clk:starfive:Change some clocks to 'ignore-unused' See merge request sdk/linux!69
2022-05-17clk:starfive:Change some clocks to 'ignore-unused'xingyu.wu4-17/+17
Signed-off-by: Xingyu Wu <xingyu.wu@starfivetech.com>
2022-05-16riscv: dts: starfive: Add nodes for i2c2-5Hal Feng2-75/+173
Signed-off-by: Hal Feng <hal.feng@starfivetech.com>
2022-05-15Merge branch 'CR_968_bring_up_samin.guo' into 'jh7110-5.15.y-devel'andy.hu15-246/+836
Cr 968 bring up samin.guo See merge request sdk/linux!67
2022-05-15clksource:starfive-timer: Modify the default clock frequencysamin3-11/+4
timer on soc is 24M. Signed-off-by: samin <samin.guo@starfivetech.com>
2022-05-15defconfig:starfive-jh7110: update defconfigyanhong.wang1-2/+1
Add YUTAI 8521 phy to defconfig. Signed-off-by: yanhong.wang <yanhong.wang@starfivetech.com>
2022-05-15dt-bingings:gmac:jh7110: change config parameteryanhong.wang1-7/+9
Change the gamc configuration parameter for JH7110. Signed-off-by: yanhong.wang <yanhong.wang@starfivetech.com>
2022-05-15net:stmmac:dwc-qos: add JH7110_GMAC0_GTXC clk config for JH7110yanhong.wang1-0/+13
Add JH7110_GMAC0_GTXC clk configuration for JH7110. Signed-off-by: yanhong.wang <yanhong.wang@starfivetech.com>
2022-05-15net:phy: support YUTAI 8521 phyyanhong.wang2-1/+452
Add driver to support YUTAI 8521 phy. Signed-off-by: yanhong.wang <yanhong.wang@starfivetech.com>
2022-05-15dt-bindings:starfive:jh7110: simplify aliasessamin1-6/+9
simplify aliases for serial/spi/gpio etc. Signed-off-by: samin <samin.guo@starfivetech.com> Signed-off-by: yanhong.wang <yanhong.wang@starfivetech.com>
2022-05-15clk:starfive:Change PLL0 dafalut value from 1250m to 1000mxingyu.wu1-1/+1
Signed-off-by: Xingyu Wu <xingyu.wu@starfivetech.com>
2022-05-15driver:clk:Add noc clock initialization in isp clock tree driverxingyu.wu2-12/+80
Signed-off-by: Xingyu Wu <xingyu.wu@starfivetech.com>
2022-05-15clk:starfive:Modify the clock to 'CLK_IGNORE_UNUSED' flagxingyu.wu3-52/+52
Signed-off-by: Xingyu Wu <xingyu.wu@starfivetech.com>
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-15dt-bingings:riscv_timer: timebase-frequency is 4M.samin2-2/+6
JH7110 SOC riscv_timer frequency is 4M. FPGA is 2M. 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-15modify dts to fix make failjianlong.huang1-2/+1
Signed-off-by: jianlong.huang <jianlong.huang@starfivetech.com>
2022-05-15modify gpio index base evbjianlong.huang2-144/+212
Signed-off-by: jianlong.huang <jianlong.huang@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-07Merge branch 'CR_947_V4L2_changhuang.liang' into 'jh7110_fpga_dev_5.15'andy.hu19-438/+393
V4L2: change vin module coding style See merge request sdk/sft-riscvpi-linux-5.10!60
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-07Merge branch 'CR_948_dts_hal.feng' into 'jh7110_fpga_dev_5.15'andy.hu5-402/+224
riscv: dts: starfive: Delete redundant nodes and improve coding style See merge request sdk/sft-riscvpi-linux-5.10!62
2022-05-07riscv: dts: starfive: Delete redundant nodes and improve coding styleHal Feng5-402/+224
Signed-off-by: Hal Feng <hal.feng@starfivetech.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-07Merge branch 'CR_944_watchdog_warning_Xingyu.Wu' into 'jh7110_fpga_dev_5.15'andy.hu1-16/+24
drivers:watchdog:Remove warning messeage and clean up code See merge request sdk/sft-riscvpi-linux-5.10!58
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_937_DRM_keith.zhao' into 'jh7110_fpga_dev_5.15'andy.hu1-1/+1
DTS:drm:hdmi See merge request sdk/sft-riscvpi-linux-5.10!57
2022-05-07Merge branch 'CR_933_HIFI4_henry.qin' into 'jh7110_fpga_dev_5.15'andy.hu1-0/+4
HIFI4: Add xrp dts status in jh7110-common.dtsi See merge request sdk/sft-riscvpi-linux-5.10!56
2022-05-07DTS:drm:hdmikeith.zhao1-1/+1
fix hdmi node build error Signed-off-by: keith <keith.zhao@statfivetech.com>
2022-05-07HIFI4: Add xrp dts status in jh7110-common.dtsihenry.qin1-0/+4
Signed-off-by: henry.qin <henry.qin@starfivetech.com>
2022-05-07Merge branch 'CR_942_SPI_warning_Xingyu.Wu' into 'jh7110_fpga_dev_5.15'andy.hu3-5/+5
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.wu3-5/+5
Signed-off-by: xingyu.wu <xingyu.wu@starfivetech.com>
2022-05-07Merge branch 'CR_939_PWMDAC_curry.zhang' into 'jh7110_fpga_dev_5.15'andy.hu3-161/+116
[Audio: PWMDAC] Adjust code style See merge request sdk/sft-riscvpi-linux-5.10!55
2022-05-07[Audio: PWMDAC] Adjust code stylecurry.zhang3-161/+116
Signed-off-by: curry.zhang <curry.zhang@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