summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2022-08-04Merge branch 'CR_1734_5.15_SPDIF_singlechannel_Xingyu.Wu' into ↵Jason Zhou4-136/+171
'jh7110-5.15.y-devel' CR_1734 & CR_1571 :5.15:spdif: Add single-channel and fix 24bit See merge request sdk/linux!335
2022-08-04[Audio: I2S] Porting I2S interface audio codec AC108curry.zhang11-246/+290
1. porting I2S interface audio codec AC108 2. change clock api in dw_i2s_hw_params function Signed-off-by: curry.zhang <curry.zhang@starfivetech.com>
2022-08-04dts: starfive: enable usb2.0 when use pcie0Jianlong Huang1-0/+21
Enable usb2.0 Signed-off-by: Jianlong Huang <jianlong.huang@starfivetech.com>
2022-08-03sound:starfive:spdif:Adjust mclk rate under 22.05k sample rateXingyu Wu1-1/+13
Change audio_root clock's rate and make spdif_core clock close to the required frequency of 22.05k. Signed-off-by: Xingyu Wu <xingyu.wu@starfivetech.com>
2022-08-03v4l2: modify enum framesize errorchanghuang.liang1-1/+1
modify enum framesize error Signed-off-by: changhuang.liang <changhuang.liang@starfivetech.com>
2022-08-03riscv:dts:jh7110: Add YT8521 phy delay_chain configurationyanhong.wang1-1/+8
Some gmac is not working with YT8521 PHY default delay configuration, so add phy node to set delay config.. Signed-off-by: yanhong.wang <yanhong.wang@starfivetech.com>
2022-08-03net:phy:YUTAI: Update YUTAI PHY driveryanhong.wang1-293/+1882
Update YUTAI phy driver to support more type, such as YT8531,YT8510 etc. Signed-off-by: yanhong.wang <yanhong.wang@starfivetech.com>
2022-08-02riscv:linux:vout:inno hdmikeith.zhao1-18/+0
1 Solve inno hdmi screen compatibility issue , roll back last commit, turn off bist mode 2 solve rgb gradient color bar issue Signed-off-by: keith <keith.zhao@starfivetech.com>
2022-08-02rgb offset issue fixedkeith.zhao2-6/+18
2022-08-02CR_1705_TDM_32bit: fix 48k not work and can support 8k sample rateWalker Chen1-25/+14
1. Fix 48k sample rate not work. 2. Support 8k sample rate when using 32bit. Signed-off-by: Walker Chen <walker.chen@starfivetech.com>
2022-08-01replace func interfacekeith.zhao1-22/+36
2022-08-01sound:starfive:spdif:Remove apb0 clock controllerXingyu Wu3-35/+6
apb0 is the parent of spdif-apb clock and it should not be got and enabled. And audio_root and mclk_inner is divider clock, they should not be enabled. Signed-off-by: Xingyu Wu <xingyu.wu@starfivetech.com>
2022-08-01sound:starfive:spdif:Add S24_3LEXingyu Wu2-2/+21
support audio files of 24 bit in 3bytes. To adapt S24_3LE and ALSA pass parameter of S24_LE. Data operation of S24_LE should be same to S24_3LE. So it would wrong when playback S24_LE file. Signed-off-by: Xingyu Wu <xingyu.wu@starfivetech.com>
2022-08-01rtc: starfive: Moves RTC_DRV_STARFIVE to Platform RTC drivers categoryLey Foon Tan1-8/+8
Moves RTC_DRV_STARFIVE to "Platform RTC drivers" category from "on-CPU RTC drivers". Signed-off-by: Ley Foon Tan <leyfoon.tan@linux.starfivetech.com>
2022-08-01rtc: starfive: Update depends on to SOC_STARFIVELey Foon Tan1-1/+1
Change depends on to SOC_STARFIVE instead of RISCV. Signed-off-by: Ley Foon Tan <leyfoon.tan@linux.starfivetech.com>
2022-08-01usb: gadget: add usb device mass storage and functinfs supportminda.chen3-1/+9
USB mass storage and functionfs activated by configfs. Support both 2.0 and 3.0. Signed-off-by: minda.chen <minda.chen@starfivetech.com>
2022-07-29Merge branch 'CR_1558_USBHost_515_mason.huo' into 'jh7110-5.15.y-devel'Jason Zhou2-9/+50
Cr 1558 usb host 515 mason.huo See merge request sdk/linux!338
2022-07-29riscv: dts: Add Naneng usb2 phy basemason.huo1-1/+2
Add the Naneng usb2 phy base config, so that driver can access the Naneng usb phy registers. Signed-off-by: mason.huo <mason.huo@starfivetech.com>
2022-07-29usb: cdns3: Enable LS keep-alive signalmason.huo1-8/+48
The default naneng phy setting of LS keep-alive is not enabled, that will cause some usb mouse (Lenovo sm8823) does not work properly. Also some usb keyboards can not enumerated. Signed-off-by: mason.huo <mason.huo@starfivetech.com>
2022-07-28sound:starfive:spdif:Modify formatXingyu Wu3-83/+71
Modify files' format and remove capture. Signed-off-by: Xingyu Wu <xingyu.wu@starfivetech.com>
2022-07-28sound:starfive:spdif:Add single-channelXingyu Wu3-26/+71
Spdif supports single-channel audio playback. Signed-off-by: Xingyu Wu <xingyu.wu@starfivetech.com>
2022-07-28Merge branch 'CR_1715_USB_515_Kevin.xie' into 'jh7110-5.15.y-devel'Jason Zhou1-1/+1
CR_1715 dts: starfive: Modified vbus enable pin function to be GPO_HIGH See merge request sdk/linux!327
2022-07-28Merge branch 'CR_1735_TDM_32bit_Compatible_walker.chen' into ↵Jason Zhou2-17/+12
'jh7110-5.15.y-devel' CR_1735_TDM: meet compatible test See merge request sdk/linux!334
2022-07-28Merge branch 'CR_1278_v4l2_515_changhuang.liang' into 'jh7110-5.15.y-devel'Jason Zhou3-41/+39
CR_1278_v4l2: fixed imx219 date error at the first line See merge request sdk/linux!330
2022-07-28Merge branch 'CR_1662_SEC_jiajie.ho' into 'jh7110-5.15.y-devel'Jason Zhou1-9/+14
CR_1662_crypto:starfive: Include bug fixes for hash/hmac found by Linux selftest. See merge request sdk/linux!312
2022-07-28CR_1735_TDM: meet compatible testWalker Chen2-17/+12
1.Meeting compatible testing. 2.Supporting playback or record with 1 channel. Signed-off-by: Walker Chen <walker.chen@starfivetech.com>
2022-07-28Merge branch 'CR_1725_v4l2_515_changhuang.liang' into 'jh7110-5.15.y-devel'Jason Zhou6-17/+85
CR_1725_v4l2: modify mipi sensor data third time run cause error See merge request sdk/linux!332
2022-07-27v4l2: modify mipi sensor data third time run cause errorchanghuang.liang6-17/+85
modify mipi sensor data third time run cause error Signed-off-by: changhuang.liang <changhuang.liang@starfivetech.com>
2022-07-27Merge branch 'CR_1703_515_pinctrl_des_jianlong' into 'jh7110-5.15.y-devel'Jason Zhou2-13/+7
CR_1703 pinctrl: starfive: update config description See merge request sdk/linux!322
2022-07-27Merge branch 'CR_1708_TDM_32bit_515_walker.chen' into 'jh7110-5.15.y-devel'Jason Zhou1-2/+8
CR_1708_TDM_515:fix 32bit only has 1 channel of data See merge request sdk/linux!324
2022-07-26v4l2: fixed imx219 date error at the first linechanghuang.liang3-41/+39
fixed imx219 date error at the first line Signed-off-by: changhuang.liang <changhuang.liang@starfivetech.com>
2022-07-26dts: starfive: Modified vbus enable pin function to be GPO_HIGHKevin.xie1-1/+1
Signed-off-by: Kevin.xie <kevin.xie@starfivetech.com>
2022-07-26pinctrl: starfive: update config descriptionJianlong Huang2-13/+7
update config desription and delete vic7100 description Signed-off-by: Jianlong Huang <jianlong.huang@starfivetech.com>
2022-07-26riscv:linux:vout:inno hdmikeith.zhao1-358/+24
delete unless function to reduce warning Signed-off-by: keith <keith.zhao@starfivetech.com>
2022-07-26TDM:fix 32bit only has 1 channel of dataWalker Chen1-2/+8
TDM: playback or record with 32bit format, only has 1 channel of data. This bug has been resolved. Signed-off-by: Walker Chen <walker.chen@starfivetech.com>
2022-07-26riscv:linux:vout:inno hdmikeith.zhao2-81/+28
Solve inno hdmi screen compatibility issue , include 4K display mode Signed-off-by: keith <keith.zhao@starfivetech.com>
2022-07-22Merge branch 'CR_1590_GPU_Enable_515_Andy.Hu' into 'jh7110-5.15.y-devel'Jason Zhou1-1/+1
CR_1590: defconfig: enable GPU building See merge request sdk/linux!320
2022-07-22defconfig: enable GPU buildingAndy Hu1-1/+1
Enable CONFIG_DRM_IMG and CONFIG_DRM_IMG_ROGUE in jh7110 defconfig Signed-off-by: shanlong.li <shanlong.li@starfivetech.com>
2022-07-22Merge branch 'CR_1584_pwmdac_11025_compatible_issue_minda' into ↵Jason Zhou1-0/+4
'jh7110-5.15.y-devel' CR_1584 pwmdac:sound: support 11025hz sample rate. See merge request sdk/linux!275
2022-07-22Merge branch 'CR_1649_7110_evb_5.15_vout_retbug_shengyang.chen' into ↵Jason Zhou4-18/+7
'jh7110-5.15.y-devel' CR_1649_5.15-evb_vout: fix failure problem of vout while startup See merge request sdk/linux!299
2022-07-21pwmdac:sound: support 11025hz play mode.minda.chen1-0/+4
1. set the correct clock rate and sample cnt. 2. using aplay 11.025kz wave file can pass. 3. fix issue redmine 1584 Signed-off-by: minda.chen <minda.chen@starfivetech.com>
2022-07-21Merge branch 'CR_1422_V4L2_515_mason.huo' into 'jh7110-5.15.y-devel'Jason Zhou7-55/+242
Cr 1422 v4 l2 515 mason.huo See merge request sdk/linux!316
2022-07-21Merge branch 'CR_1667_TDM_change_reset_interface_walker.chen' into ↵Jason Zhou3-78/+83
'jh7110-5.15.y-devel' CR_1667_TDM_change_reset_interface See merge request sdk/linux!304
2022-07-21Merge branch 'CR_1541_PDM_Increase_walker.chen' into 'jh7110-5.15.y-devel'Jason Zhou2-76/+67
CR_1541_PDM: support more data width and sample rate See merge request sdk/linux!310
2022-07-21Merge branch 'CR_1661_Watchdog_api_Xingyu.Wu' into 'jh7110-5.15.y-devel'Jason Zhou1-13/+7
CR_1661 watchdog:starfive:Update reset api See merge request sdk/linux!308
2022-07-21Merge branch 'CR_1600_v4l2_reset_515_changhuang.liang' into ↵Jason Zhou6-86/+19
'jh7110-5.15.y-devel' CR_1600_v4l2_reset_515_changhuang.liang See merge request sdk/linux!282
2022-07-21Merge branch 'CR_1657_clock_tree_api_Xingyu.Wu' into 'jh7110-5.15.y-devel'Jason Zhou2-142/+53
CR_1657 clock tree api xingyu.wu See merge request sdk/linux!305
2022-07-21Merge branch 'CR_1658_I2S_515_curry.zhang' into 'jh7110-5.15.y-devel'Jason Zhou3-62/+31
CR_1658_I2S [Audio: I2S] Updated the reset API See merge request sdk/linux!301
2022-07-21Merge branch 'CR_1656_RTC_hal.feng' into 'jh7110-5.15.y-devel'Jason Zhou2-30/+15
Cr 1656 rtc hal.feng See merge request sdk/linux!292
2022-07-21TDM:change reset interfaceWalker Chen3-78/+83
1.Modify reset interface with devm_reset_control_array_get_exclusive 2.Support more sample rate: 11025, 22050, 32000, 44100, 48000 Signed-off-by: Walker Chen <walker.chen@starfivetech.com>