Age | Commit message (Collapse) | Author | Files | Lines |
|
dts/starfive: add imx219 pinctrl configure
Signed-off-by: changhuang.liang <changhuang.liang@starfivetech.com>
|
|
Add iv_out read required by Linux Self Test from hw engine
after AES encryption has been completed.
Signed-off-by: jiajie.ho <jiajie.ho@starfivetech.com>
|
|
fix tda display issue : offset , last line , colorbar
Signed-off-by: keith <keith.zhao@statfivetech.com>
|
|
Register RTC_TIME/DATE updates when bit IRQ_STATUS.IRQ_1SEC rises.
If RTC_TIME is read when IRQ_STATUS.IRQ_1SEC is low and RTC_DATE is
read when IRQ_STATUS.IRQ_1SEC is high, the mismatched problem happens.
Signed-off-by: Hal Feng <hal.feng@starfivetech.com>
|
|
Read time from register RTC_TIME/RTC_DATE (0x3C/0x40) instead
of RTC_TIME_LATCH/RTC_DATE_LATCH (0x44/0x48)
Signed-off-by: Hal Feng <hal.feng@starfivetech.com>
|
|
imx219 add 720p and delete greater than 1080p frame size
Signed-off-by: changhuang.liang <changhuang.liang@starfivetech.com>
|
|
modify flush cache opportunity
Signed-off-by: changhuang.liang <changhuang.liang@starfivetech.com>
|
|
'jh7110-5.15.y-devel'
CR_1286_1793: Add Wayland with GPU support
See merge request sdk/linux!358
|
|
ov4689 stream on dont need mdalay
Signed-off-by: changhuang.liang <changhuang.liang@starfivetech.com>
|
|
'jh7110-5.15.y-devel'
Cr 1314 drm inno screen compatibility keith.zhao
See merge request sdk/linux!357
|
|
use lws-generic to support wayland
Signed-off-by: Windsome Zeng <Windsome.Zeng@starfivetech.com>
|
|
CR_1797 riscv: configs: Disable PCIe ASPM mode
See merge request sdk/linux!355
|
|
CR_1754 usb: gadget: add usb device mass storage support
See merge request sdk/linux!341
|
|
CR_984_AC108 [Audio: I2S] Porting I2S interface audio codec AC108
See merge request sdk/linux!346
|
|
'jh7110-5.15.y-devel'
Cr 1314 drm inno screen compatibility keith.zhao
See merge request sdk/linux!339
|
|
Signed-off-by: Kevin.xie <kevin.xie@starfivetech.com>
|
|
CR_1781 dts: starfive: enable usb2.0 when use pcie0
See merge request sdk/linux!352
|
|
Cr 1687 gmac 515 yanhong.wang
See merge request sdk/linux!351
|
|
'jh7110-5.15.y-devel'
CR_1705_TDM_32bit: fix 48k not work and can support 8k sample rate
See merge request sdk/linux!347
|
|
Cr 1764 rtc hal.feng
See merge request sdk/linux!343
|
|
'jh7110-5.15.y-devel'
CR_1734 & CR_1571 :5.15:spdif: Add single-channel and fix 24bit
See merge request sdk/linux!335
|
|
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>
|
|
Enable usb2.0
Signed-off-by: Jianlong Huang <jianlong.huang@starfivetech.com>
|
|
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>
|
|
modify enum framesize error
Signed-off-by: changhuang.liang <changhuang.liang@starfivetech.com>
|
|
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>
|
|
Update YUTAI phy driver to support more type, such as YT8531,YT8510 etc.
Signed-off-by: yanhong.wang <yanhong.wang@starfivetech.com>
|
|
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>
|
|
|
|
1. Fix 48k sample rate not work.
2. Support 8k sample rate when using 32bit.
Signed-off-by: Walker Chen <walker.chen@starfivetech.com>
|
|
|
|
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>
|
|
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>
|
|
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>
|
|
Change depends on to SOC_STARFIVE instead of RISCV.
Signed-off-by: Ley Foon Tan <leyfoon.tan@linux.starfivetech.com>
|
|
USB mass storage and functionfs activated by configfs.
Support both 2.0 and 3.0.
Signed-off-by: minda.chen <minda.chen@starfivetech.com>
|
|
Cr 1558 usb host 515 mason.huo
See merge request sdk/linux!338
|
|
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>
|
|
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>
|
|
Modify files' format and remove capture.
Signed-off-by: Xingyu Wu <xingyu.wu@starfivetech.com>
|
|
Spdif supports single-channel audio playback.
Signed-off-by: Xingyu Wu <xingyu.wu@starfivetech.com>
|
|
CR_1715 dts: starfive: Modified vbus enable pin function to be GPO_HIGH
See merge request sdk/linux!327
|
|
'jh7110-5.15.y-devel'
CR_1735_TDM: meet compatible test
See merge request sdk/linux!334
|
|
CR_1278_v4l2: fixed imx219 date error at the first line
See merge request sdk/linux!330
|
|
CR_1662_crypto:starfive: Include bug fixes for hash/hmac found by Linux selftest.
See merge request sdk/linux!312
|
|
1.Meeting compatible testing.
2.Supporting playback or record with 1 channel.
Signed-off-by: Walker Chen <walker.chen@starfivetech.com>
|
|
CR_1725_v4l2: modify mipi sensor data third time run cause error
See merge request sdk/linux!332
|
|
modify mipi sensor data third time run cause error
Signed-off-by: changhuang.liang <changhuang.liang@starfivetech.com>
|
|
CR_1703 pinctrl: starfive: update config description
See merge request sdk/linux!322
|
|
CR_1708_TDM_515:fix 32bit only has 1 channel of data
See merge request sdk/linux!324
|