summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2022-08-26can:ipms_can: Added return values for other casesWilliam Qiu1-0/+2
Added return values for other cases. Signed-off-by: William Qiu <william.qiu@starfivetech.com>
2022-08-26Merge branch 'CR_1874_v4l2_515_changhuang.liang' into 'jh7110-5.15.y-devel'andy.hu1-1/+2
CR_1874_v4l2_515_changhuang.liang See merge request sdk/linux!406
2022-08-26Merge branch 'CR_1850_515_I2S_play_record_Xingyu.Wu' into 'jh7110-5.15.y-devel'andy.hu1-4/+3
CR_1850_515_I2S_play_record_Xingyu.Wu See merge request sdk/linux!411
2022-08-26Merge branch 'CR_1831_SEC_jiajie.ho' into 'jh7110-5.15.y-devel'andy.hu3-305/+382
CR_1831:crypto:starfive: Add fallback algo for crypto drivers See merge request sdk/linux!414
2022-08-26Merge branch 'CR_1554_515_I2S_Xingyu.Wu' into 'jh7110-5.15.y-devel'andy.hu2-2/+20
CR_1554-5.15 i2s xingyu.wu See merge request sdk/linux!407
2022-08-26Merge branch 'CR_1900_v4l2_515_changhuang.liang' into 'jh7110-5.15.y-devel'andy.hu1-5/+1
CR_1900_v4l2_515_changhuang.liang See merge request sdk/linux!404
2022-08-25dt-bindings: pinctrl: Add bindings for StarFive JH7110 pinctrlJianlong Huang2-0/+82
Add bindings for StarFive JH7110 pinctrl Signed-off-by: Jianlong Huang <jianlong.huang@starfivetech.com>
2022-08-25pinctrl: starfive: replace sf to starfiveJianlong Huang6-997/+974
for upstream, sf in dts should replace to starfive Signed-off-by: Jianlong Huang <jianlong.huang@starfivetech.com>
2022-08-24riscv: configs: jh7110: Enable StarFive dwmacyanhong.wang1-3/+1
Enable StarFive dwmacriscv: configs: jh7110: Enable StarFive dwmac Enable StarFive dwmac. Signed-off-by: yanhong.wang <yanhong.wang@starfivetech.com>
2022-08-24riscv: dts: starfive: jh7110: Rename starfive dwmac compatible nameyanhong.wang1-2/+2
Rename the compatible name in ethernet node to adapted the StarFive dwmac driver. Signed-off-by: yanhong.wang <yanhong.wang@starfivetech.com>
2022-08-24dt-bindings: net: Add bindings for StarFive dwmacyanhong.wang1-0/+105
Add starfive,dwmac-plat.yaml for StarFive dwmac. Signed-off-by: yanhong.wang <yanhong.wang@starfivetech.com>
2022-08-24net: stmmac: Add StarFive dwmac supportyanhong.wang4-143/+162
Remove the gmac driver in dwmac-dwc-qos-eth.c for JH7110 SoC, and add StarFive dwmac driver to replace. Signed-off-by: yanhong.wang <yanhong.wang@starfivetech.com>
2022-08-24CR_1831:crypto:starfive: Add fallback algo for crypto driversjiajie.ho3-305/+382
Add software fallback for RSA driver to support key sizes > 2Kb. Add software fallback for Hash driver for smaller input data blocksize to improve overall hash module efficiency. Signed-off-by: jiajie.ho <jiajie.ho@starfivetech.com>
2022-08-23sound:wm8960:Supports simultaneous recording and playbackXingyu Wu1-4/+3
Playback would be failed by changing ADCDIV register when recording. So do not change ADCDIV register can make simultaneous recording and playback. Signed-off-by: Xingyu Wu <xingyu.wu@starfivetech.com>
2022-08-23sound:dwc:i2s:Enable 'stop_dma_first' flagXingyu Wu1-0/+3
Enable the flag and can remove the noise before playing. Signed-off-by: Xingyu Wu <xingyu.wu@starfivetech.com>
2022-08-23sound:wm8960:Supports playback at different sampling ratesXingyu Wu1-2/+17
Fixed I2S and wm8960 cannot continuous playback at different sampling rates in 5 seconds. Signed-off-by: Xingyu Wu <xingyu.wu@starfivetech.com>
2022-08-19Merge branch 'CR_1843_515_I2S_vol_Xingyu.Wu' into 'jh7110-5.15.y-devel'andy.hu5-36/+30
CR_1843 515 i2 s vol xingyu.wu See merge request sdk/linux!400
2022-08-19Merge branch 'CR_1867_V4L2_mason.huo' into 'jh7110-5.15.y-devel'andy.hu1-1/+1
CR_1867 media: starfive: Enable the ss0 & ss1 output lines See merge request sdk/linux!385
2022-08-19Merge branch 'CR_1875_5.15_evb_vout_shengyang.chen' into 'jh7110-5.15.y-devel'andy.hu1-17/+6
CR_1875_riscv:linux:drm:dc8200 See merge request sdk/linux!398
2022-08-19Merge branch 'CR_1868_V4L2_mason.huo' into 'jh7110-5.15.y-devel'andy.hu4-1/+10
CR_1868 media: starfive: Deprecated the itir & itiw output lines See merge request sdk/linux!387
2022-08-19Merge branch 'CR_1292_CPUFreq_515_mason.huo' into 'jh7110-5.15.y-devel'andy.hu7-0/+319
Cr 1292 cpu freq 515 mason.huo See merge request sdk/linux!395
2022-08-19Merge branch 'CR_1854_5.15_evb_hdmi_shengyang.chen' into 'jh7110-5.15.y-devel'andy.hu1-1/+2
CR_1854_5.15: riscv:linux:drm:hdmi See merge request sdk/linux!390
2022-08-19clk:starfive:Modify 'stg_apb' clockXingyu Wu4-28/+22
Change 'stg_apb' clock from external clock to internal clock. Signed-off-by: Xingyu Wu <xingyu.wu@starfivetech.com>
2022-08-19sound:wm8960:Fixed record bug after adjusting volumeXingyu Wu1-8/+8
Fixed a bug with adjusting the volume before recording and the volume will change back to the fixed value. Signed-off-by: Xingyu Wu <xingyu.wu@starfivetech.com>
2022-08-19riscv:linux:drm:dc8200shengyang.chen1-17/+6
fix audio noise problem caused by display module Signed-off-by: shengyang.chen<shengyang.chen@starfivetech.com>
2022-08-18Merge branch 'CR_1832_515_usbdevice_dts_jianlong' into 'jh7110-5.15.y-devel'andy.hu4-1/+76
CR_1832 dts: starfive: Add usb device dts See merge request sdk/linux!377
2022-08-18Merge branch 'CR_1662_SEC_jiajie.ho' into 'jh7110-5.15.y-devel'andy.hu1-2/+6
CR_1662:crypto:starfive: Add delay for each CPU data write to engine See merge request sdk/linux!392
2022-08-18v4l2: delete print info in interruptchanghuang.liang1-5/+1
dont use the print info in interrupt. Signed-off-by: changhuang.liang <changhuang.liang@starfivetech.com>
2022-08-18riscv: dts: Add cpufreq for JH7110mason.huo1-0/+61
Add the opps dt node based on operating-points-v2, config platfort device for the cpufreq driver. Signed-off-by: mason.huo <mason.huo@starfivetech.com>
2022-08-18cpufreq: starfive: Add cpufreq support for Starfive SOCmason.huo6-0/+258
Introduce cpufreq driver which can support CPU frequency adjust in JH7110 soc. Signed-off-by: mason.huo <mason.huo@starfivetech.com>
2022-08-17v4l2: aon_syscon use bit setchanghuang.liang1-1/+2
mipi csi just use bit 31, would not change other bit value Signed-off-by: changhuang.liang <changhuang.liang@starfivetech.com>
2022-08-17CR_1706:crypto:starfive: Add buffer alignment for AES driverjiajie.ho2-133/+184
Added data alignment functions in AES driver to handle cases with unaligned/out-of-place data buffer. Signed-off-by: jiajie.ho <jiajie.ho@starfivetech.com>
2022-08-16CR_1662:crypto:starfive: Add delay for each CPU data write to enginejiajie.ho1-2/+6
Add a short delay to allow computations for previous block of data to complete before writing the next block of data to hw engine. Signed-off-by: jiajie.ho <jiajie.ho@starfivetech.com>
2022-08-16riscv:linux:drm:hdmishengyang.chen1-1/+2
fix display resolution problem of 720P@60 and 480P@59.94FPS Signed-off-by: shengyang.chen<shengyang.chen@starfivetech.com>
2022-08-16media: starfive: Deprecated the itir & itiw output linesmason.huo4-1/+10
As the itir & itiw isp lines are just for internal debugging, and isp team don't need them to debug issue. Deprecated the two output lines from v4l2 driver. Signed-off-by: mason.huo <mason.huo@starfivetech.com>
2022-08-16media: starfive: Enable the ss0 & ss1 output linesmason.huo1-1/+1
Enable the ss0 & ss1 isp lines, which are not enabled with scaling yet. Signed-off-by: mason.huo <mason.huo@starfivetech.com>
2022-08-15Merge branch 'CR_1553_GPU_shanlong.li' into 'jh7110-5.15.y-devel'andy.hu435-20919/+63159
driver:gpu: gpu driver upgrade to 1.17 See merge request sdk/linux!384
2022-08-12driver:gpu: gpu driver upgrade to 1.17shanlong.li435-20919/+63159
gpu driver upgrade to 1.17 Signed-off-by: shanlong.li <shanlong.li@starfivetech.com>
2022-08-12Merge branch 'CR_1754_I2S_515_curry.zhang' into 'jh7110-5.15.y-devel'andy.hu4-13/+36
CR_1754_I2S [Audio: I2S] Support WM8960 one channel play and captrue See merge request sdk/linux!380
2022-08-11Merge branch 'CR_1824_v4l2_515_changhuang.liang' into 'jh7110-5.15.y-devel'andy.hu3-5/+101
CR_1824_v4l2_515_changhuang.liang See merge request sdk/linux!381
2022-08-11Merge branch 'CR_1635_v4l2_515_changhuang.liang' into 'jh7110-5.15.y-devel'andy.hu5-8/+18
CR_1635_v4l2_515_changhuang.liang See merge request sdk/linux!364
2022-08-11Merge branch 'CR_1675_SEC_jiajie.ho' into 'jh7110-5.15.y-devel'andy.hu1-0/+16
CR_1675:crypto:starfive: Add iv_out read after encryption See merge request sdk/linux!375
2022-08-11Merge branch 'CR_1582_515_evb_drm_RGB_offset_lastline_color_bar_keith.zhao' ↵andy.hu2-9/+3
into 'jh7110-5.15.y-devel' Driver:DRM:RGB See merge request sdk/linux!373
2022-08-11Merge branch 'CR_1767_v4l2_515_changhuang.liang' into 'jh7110-5.15.y-devel'andy.hu1-97/+25
CR_1767_v4l2_515_changhuang.liang See merge request sdk/linux!369
2022-08-11Merge branch 'CR_1776_RTC_hal.feng' into 'jh7110-5.15.y-devel'andy.hu1-5/+21
Cr 1776 rtc hal.feng See merge request sdk/linux!370
2022-08-11Merge branch 'CR_1779_v4l2_515_changhuang.liang' into 'jh7110-5.15.y-devel'andy.hu1-1/+1
CR_1779_v4l2_515_changhuang.liang See merge request sdk/linux!361
2022-08-11Merge branch 'CR_1789_v4l2_515_changhuang.liang' into 'jh7110-5.15.y-devel'andy.hu1-6/+1
CR_1789_v4l2_515_changhuang.liang See merge request sdk/linux!367
2022-08-11dt-bindings: riscv: Add starfive-jh7110 bindingsJianlong Huang2-0/+34
Add starfive-jh7110 bindings Signed-off-by: Jianlong Huang <jianlong.huang@starfivetech.com>
2022-08-11dts: starfive: Add usb device dtsJianlong Huang3-1/+42
Add usb device dts to test usb device function Signed-off-by: Jianlong Huang <jianlong.huang@starfivetech.com>
2022-08-11[Audio: I2S] Support WM8960 one channel play and captruecurry.zhang4-13/+36
Fixed BUG 1754 Signed-off-by: curry.zhang <curry.zhang@starfivetech.com>