summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2023-07-10dmaengine: dw-axi-dmac-starfive-misc: Fix incorrect parametersSamin Guo1-1/+1
The second parameter of wait_event_interruptible_timeout is not an address pointer Signed-off-by: Samin Guo <samin.guo@starfivetech.com>
2023-07-07dts: starfive: jh7110: Adjust the CMA start addressSamin Guo1-1/+1
In order to better comply with 1G/2G DDR, adjust the CMA start address Signed-off-by: Samin Guo <samin.guo@starfivetech.com>
2023-07-06Merge tag 'JH7110_515_SDK_v5.3.1' into vf2-515-develAndy Hu4-16/+26
2023-07-06dts:e24: update e24 dts configshanlong.li2-5/+5
update e24 dts config Signed-off-by: shanlong.li <shanlong.li@starfivetech.com>
2023-07-06Merge branch 'CR_6412_evb_515_hdmi_resolution_shengyang.chen' into ↵andy.hu1-0/+1
'jh7110-5.15.y-devel' CR_6412: riscv: linux: vout: add 1600x720 resolution for hdmi See merge request sdk/linux!902
2023-07-05riscv: linux: vout: add 1600x720 resolution for hdmishengyang.chen1-0/+1
add 1600x720 resolution for hdmi Signed-off-by: Shengyang Chen shengyang.chen@starfivetech.com
2023-07-05Merge branch 'CR_5746_imx219_changhuang.liang' into 'jh7110-5.15.y-devel'andy.hu1-0/+1
CR_5746_imx219_changhuang.liang media: starfive: imx219: Add system pm See merge request sdk/linux!899
2023-07-05Merge branch 'CR_6271_usb_fix_low_memory_515' into 'jh7110-5.15.y-devel'andy.hu2-16/+20
CR_6271 usb: xhci: using dma_alloc_noncoherent to alloc low memory pool See merge request sdk/linux!900
2023-07-05Merge branch 'CR_6131_evb_515_hdmi_resolution_shengyang.chen' into ↵andy.hu1-0/+4
'jh7110-5.15.y-devel' CR_6131: riscv: linux: vout: add 2560x1080 resolution for hdmi See merge request sdk/linux!893
2023-07-03usb: xhci: using dma_alloc_noncoherent to alloc low memory poolMinda Chen2-16/+20
For RISCV_NONCACHEHERENT is set, using dma_alloc_noncoherent to alloc cached large block low memory buffer. And set default size to 4M. (largest size of continuous memory can be supported) Signed-off-by: Minda Chen <minda.chen@starfivetech.com>
2023-07-03media: starfive: imx219: Add system pmChanghuang Liang1-0/+1
Add system pm. Signed-off-by: Changhuang Liang <changhuang.liang@starfivetech.com>
2023-06-29riscv: linux: vout: add 2560x1080 resolution for hdmishengyang.chen1-0/+4
add 2560x1080 resolution for hdmi Signed-off-by: Shengyang Chen <shengyang.chen@starfivetech.com>
2023-06-28Merge tag 'JH7110_515_SDK_v5.3.0' into vf2-515-develAndy Hu11-2/+174
2023-06-28Merge branch 'CR_5620_DMA_NONCOHERENT_samin.guo' into 'jh7110-5.15.y-devel'andy.hu6-0/+152
CR5620: Add non-coherent DMA handling See merge request sdk/linux!881
2023-06-28Merge branch 'CR_5782_CAN_515_william.qiu' into 'jh7110-5.15.y-devel'andy.hu1-1/+1
CR_5782: riscv: dts: starfive:disable CANFD func See merge request sdk/linux!889
2023-06-28Merge branch 'CR_6231_add_uart_flow_ctrl_minda_515' into 'jh7110-5.15.y-devel'andy.hu5-1/+21
CR6231 uart: 8250: Add dw auto flow ctrl support See merge request sdk/linux!878
2023-06-27riscv: dts: starfive:disable CANFD funcWilliam Qiu1-1/+1
disable CANFD func Signed-off-by: William Qiu <william.qiu@starfivetech.com>
2023-06-27soc: sifive: l2_cache: Add sifive_ccache_flush_rangeSamin Guo2-0/+7
Add sifive_ccache_flush_range to be compatible with new code Signed-off-by: Samin Guo <samin.guo@starfivetech.com>
2023-06-26riscv: starfive: jh7110: add dma-coherent for front-port-deviceSamin Guo1-0/+13
pcie/usb/gmac/sdio/dmac/audioDSP/e24/crypto is connected to front port, and the hardware maintains cache coherency. Signed-off-by: Samin Guo <samin.guo@starfivetech.com>
2023-06-26riscv: starfive: jh7110: select DMA_DIRECT_REMAPSamin Guo1-0/+1
Select DMA_DIRECT_REMAP for arch_dma_prep_coherent Signed-off-by: Samin Guo <samin.guo@starfivetech.com>
2023-06-26soc: sifive: ccache: Add non-coherent DMA handlingEmil Renner Berthing5-0/+131
Add functions to flush the caches and handle non-coherent DMA. Signed-off-by: Emil Renner Berthing <kernel@esmil.dk>
2023-06-25uart: 8250: Add dw auto flow ctrl supportMinda Chen5-1/+21
Add designeware 8250 auto flow ctrl support. Enable it by add auto-flow-control in dts. Signed-off-by: Minda Chen <minda.chen@starfivetech.com>
2023-06-21Merge tag 'JH7110_515_SDK_v5.2.1' into vf2-515-develAndy Hu8-78/+150
2023-06-21Merge branch 'CR_5859_ov4689_changhuang.liang' into 'vf2-515-devel'andy.hu2-0/+28
CR_5859_ov4689_changhuang.liang Add ov4689 configure See merge request sbc/linux!132
2023-06-20Merge branch 'CR_4977_CAN_william.qiu' into 'jh7110-5.15.y-devel'andy.hu1-1/+22
CR_4977: ipms: can: clear skb buffer after transmit See merge request sdk/linux!854
2023-06-20Merge branch 'CR_5859_ov4689_515_changhuang.liang' into 'jh7110-5.15.y-devel'andy.hu1-9/+13
CR_5859_ov4689_515_changhuang.liang media: starfive: ov4689: Add different lane num support See merge request sdk/linux!865
2023-06-20Merge branch 'CR_5520_ov5645_changhuang.liang' into 'jh7110-5.15.y-devel'andy.hu6-68/+115
CR_5520_ov5645_changhuang.liang media: starfive: Update video pipeline set fmt See merge request sdk/linux!834
2023-06-20riscv: configs: Enable ov4689Changhuang Liang1-0/+1
Enable ov4689. Signed-off-by: Changhuang Liang <changhuang.liang@starfivetech.com>
2023-06-20riscv: dts: starfive: jh7110: Add ov4689 configureChanghuang Liang1-0/+27
Add ov4689 configure. Signed-off-by: Changhuang Liang <changhuang.liang@starfivetech.com>
2023-06-20media: starfive: ov4689: Add different lane num supportChanghuang Liang1-9/+13
Add different lane num support. Signed-off-by: Changhuang Liang <changhuang.liang@starfivetech.com>
2023-06-20dts: starfive: vf2: Adjust the CMA start addressSamin Guo1-1/+1
In order to better comply with 1G/2G DDR, adjust the CMA start address Signed-off-by: Samin Guo <samin.guo@starfivetech.com>
2023-06-20ipms: can: clear skb buffer after transmitWilliam Qiu1-1/+22
clear skb buffer after transmit Signed-off-by: William Qiu <william.qiu@starfivetech.com>
2023-06-19media: starfive: Update csi pix cfgChanghuang Liang3-12/+28
Update csi pix cfg. Signed-off-by: Changhuang Liang <changhuang.liang@starfivetech.com>
2023-06-19media: starfive: Update video pipeline set fmtChanghuang Liang5-56/+87
Update video pipeline set fmt. Signed-off-by: Changhuang Liang <changhuang.liang@starfivetech.com>
2023-06-19Merge tag 'JH7110_515_SDK_v5.2.0' into vf2-515-develVF2_v3.1.5Andy Hu506-13605/+87826
Note: From this version, the IMG DDK will be upgraded to 1.19.
2023-06-19Merge branch 'CR_5924_515_turn_off_pvrsrvneedpvrassert' into ↵andy.hu1-1/+1
'jh7110-5.15.y-devel-img1.19' Turn off PVRSRV_NEED_PVR_ASSERT in imagination code See merge request sdk/linux!826
2023-06-19Merge branch 'CR_5501_515_GPU_upgrade_ddk1.19' into 'jh7110-5.15.y-devel'andy.hu506-13604/+87825
Upgrade Imagination DDK source to 1.19 See merge request sdk/linux!804
2023-06-19Turn off PVRSRV_NEED_PVR_ASSERT in imagination codeClement1-1/+1
For production use case, we should turn off PVRSRV_NEED_PVR_ASSERT Signed-off-by: Clement <clement@starfivetech.com>
2023-06-19Upgrade Imagination DDK source to 1.19Clement506-13604/+87825
Signed-off-by: Clement <clement@starfivetech.com>
2023-06-10open hci usb driver for usb dongle bluetoothxiaoyong.zhu2-2/+3
(cherry picked from commit 5ad2f61ff3359419832e7068c41d7609f284ac4e)
2023-06-10Merge tag 'JH7110_515_SDK_v5.0.5' into vf2-515-devel-v3.0.xAndy Hu22-89/+70
2023-06-07dts: starfive: Add CPU 1.25GHz opp tableMason Huo1-0/+19
To support chips that CPU can only run on 1.25GHz, add a opp table for 1.25GHz. The 1.5GHz opp table is not compatible with the 1.25GHz opp table, and one of them will be remove when before booting kernel. Signed-off-by: Mason Huo <mason.huo@starfivetech.com>
2023-06-07riscv:linux:vout:dc8200Keith Zhao1-1/+1
replace the condition to avoid kernel panic Signed-off-by: Keith Zhao <keith.zhao@starfivetech.com>
2023-06-07driver/include/sound: Normalize the copyright licensesXingyu Wu19-86/+48
Normalize the copyright licenses about clocktree/watchdog/timer/spdif/pwmdac. Signed-off-by: Xingyu Wu <xingyu.wu@starfivetech.com>
2023-06-07pinctrl: starfive: Correct the print messageHal Feng1-2/+2
Correct the message printed when registering gpio_chip successfully. Signed-off-by: Hal Feng <hal.feng@starfivetech.com>
2023-05-29Merge tag 'JH7110_515_SDK_v5.0.3' into vf2-515-devel-v3.0.xVF2_v3.0.4Andy Hu1-0/+4
2023-05-29riscv:linux:vout:hdmikeith.zhao1-0/+1
after wake up hdmi , need wait 500ms to read the hdmi connect status or it will read a error value Signed-off-by: keith <keith.zhao@starfivetech.com>
2023-05-29vout:riscv:driver fix 4k console bugshengyang.chen1-0/+3
fix 4k console bug by disabling pixclk mode larger then 297M Signed-off-by: Shengyang Chen <shengyang.chen@starfivetech.com>
2023-05-24add usb serial configMichaelZhuxx1-0/+46
Signed-off-by: MichaelZhuxx <michael.zhu@starfivetech.com>
2023-05-24add CONFIG_CIFS config to support for Windows/Samba network file protocolsMichaelZhuxx1-0/+11
Signed-off-by: MichaelZhuxx <michael.zhu@starfivetech.com>