Age | Commit message (Collapse) | Author | Files | Lines |
|
fixed imx219 date error at the first line
Signed-off-by: changhuang.liang <changhuang.liang@starfivetech.com>
|
|
Signed-off-by: Kevin.xie <kevin.xie@starfivetech.com>
|
|
update config desription and delete vic7100 description
Signed-off-by: Jianlong Huang <jianlong.huang@starfivetech.com>
|
|
delete unless function to reduce warning
Signed-off-by: keith <keith.zhao@starfivetech.com>
|
|
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>
|
|
Solve inno hdmi screen compatibility issue , include 4K display mode
Signed-off-by: keith <keith.zhao@starfivetech.com>
|
|
CR_1590: defconfig: enable GPU building
See merge request sdk/linux!320
|
|
Enable CONFIG_DRM_IMG and CONFIG_DRM_IMG_ROGUE in jh7110 defconfig
Signed-off-by: shanlong.li <shanlong.li@starfivetech.com>
|
|
'jh7110-5.15.y-devel'
CR_1584 pwmdac:sound: support 11025hz sample rate.
See merge request sdk/linux!275
|
|
'jh7110-5.15.y-devel'
CR_1649_5.15-evb_vout: fix failure problem of vout while startup
See merge request sdk/linux!299
|
|
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>
|
|
Cr 1422 v4 l2 515 mason.huo
See merge request sdk/linux!316
|
|
'jh7110-5.15.y-devel'
CR_1667_TDM_change_reset_interface
See merge request sdk/linux!304
|
|
CR_1541_PDM: support more data width and sample rate
See merge request sdk/linux!310
|
|
CR_1661 watchdog:starfive:Update reset api
See merge request sdk/linux!308
|
|
'jh7110-5.15.y-devel'
CR_1600_v4l2_reset_515_changhuang.liang
See merge request sdk/linux!282
|
|
CR_1657 clock tree api xingyu.wu
See merge request sdk/linux!305
|
|
CR_1658_I2S [Audio: I2S] Updated the reset API
See merge request sdk/linux!301
|
|
Cr 1656 rtc hal.feng
See merge request sdk/linux!292
|
|
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>
|
|
To get the v4l2 compliance test passed:
Add some v4l2 operations which are needed.
Improve the ioctl operations of sensor too.
Signed-off-by: mason.huo <mason.huo@starfivetech.com>
|
|
Add some debug log for set/get video format,
so that we can check if the v4l2 driver accepts
or not the format set by user.
Signed-off-by: mason.huo <mason.huo@starfivetech.com>
|
|
imx219 add set/get frameintervals
Signed-off-by: changhuang.liang <changhuang.liang@starfivetech.com>
|
|
SHA/HMAC fixes:
1. Updated SM3 blocksize and digestsize.
2. Fixed non 32bit-aligned key input for HMAC.
3. Removed unnecessary init sequence check from SHA/HMAC.
Signed-off-by: jiajie.ho <jiajie.ho@starfivetech.com>
|
|
PDM driver: support data width 16, 32 bits, sample rate 8000, 11025,
16000 Hz
Signed-off-by: Walker Chen <walker.chen@starfivetech.com>
|
|
changed the standard reset API
Signed-off-by: curry.zhang <curry.zhang@starfivetech.com>
|
|
riscv:linux:vout:rgb
See merge request sdk/linux!278
|
|
Use devm_reset_control_array_get_exclusive() to get reset
Signed-off-by: Hal Feng <hal.feng@starfivetech.com>
|
|
For changing reset api used in rtc driver
Signed-off-by: Hal Feng <hal.feng@starfivetech.com>
|
|
Use 'clk_bulk_get' api to replace 'clk_get' and use
'share' replace 'exclusive' about reset.
Signed-off-by: xingyu.wu <xingyu.wu@starfivetech.com>
|
|
Use 'clk_bulk_get' and 'devm_reset_control_array_get' api
to replace 'clk_get' and 'devm_reset_control_get' api.
Signed-off-by: xingyu.wu <xingyu.wu@starfivetech.com>
|
|
modify reset api
Signed-off-by: changhuang.liang <changhuang.liang@starfivetech.com>
|
|
CR 1176 clock tree pll xingyu.wu
See merge request sdk/linux!280
|
|
Use 'devm_reset_control_array_get_exclusive' api to
get reset controllers.
Signed-off-by: xingyu.wu <xingyu.wu@starfivetech.com>
|
|
Modify function format about 'jh7110_pll_data_from'
Signed-off-by: xingyu.wu <xingyu.wu@starfivetech.com>
|
|
Add CONFIG_CLK_STARFIVE_JH7110_PLL
Signed-off-by: xingyu.wu <xingyu.wu@starfivetech.com>
|
|
In the file drivers/clk/starfive/clk-starfive-jh7110-pll.h,
If set PLL2_DEFAULT_FREQ NULL of 0 , then PLL2 frequency is original.
If set PLL2_DEFAULT_FREQ one of 'starfive_pll2_freq_value', then PLL2
frequency will be set the new rate during clock tree registering.
Signed-off-by: xingyu.wu <xingyu.wu@starfivetech.com>
|
|
If enable CONFIG_CLK_STARFIVE_JH7110_PLL, also could read or set PLL1 clock's
rate by reading or setting syscon registers.
Signed-off-by: xingyu.wu <xingyu.wu@starfivetech.com>
|
|
If enable CONFIG_CLK_STARFIVE_JH7110_PLL, could read or set PLL0 clock's
rate by reading or setting syscon registers.
Signed-off-by: xingyu.wu <xingyu.wu@starfivetech.com>
|
|
Modify the clocktree files' format
Signed-off-by: xingyu.wu <xingyu.wu@starfivetech.com>
|
|
Move external clock definitions to C files that avoid illegal use.
Signed-off-by: xingyu.wu <xingyu.wu@starfivetech.com>
|
|
fix failure problem of vout while startup
Signed-off-by: shengyang.chen<shengyang.chen@starfivetech.com>
|
|
'jh7110-5.15.y-devel'
Cr 1651 7110 evb 5.15 voutrst 1 shengyang.chen
See merge request sdk/linux!285
|
|
CR_1562 spi xingyu.wu
See merge request sdk/linux!288
|
|
CR 1564 i2c hal.feng
See merge request sdk/linux!290
|
|
CR_1560_v4l2_changhuang.liang
See merge request sdk/linux!294
|
|
'jh7110-5.15.y-devel'
CR_1631-5.15 riscv:linux:drm:mipitx
See merge request sdk/linux!296
|
|
crypto:starfive: Switch CSR polling instead of interrupt for HMAC.
See merge request sdk/linux!298
|
|
Observed interrupt signal goes HIGH before HMAC calculations
has been completed. Switching to use CSR polling to check for
HMAC_DONE instead.
Signed-off-by: Jia Jie Ho <jiajie.ho@starfivetech.com>
|
|
fix mipi shifted display problem
remove useless process in vs_dc_hw.c
Signed-off-by:shengyang.chen<shengyang.chen@starfivetech.com>
|