Age | Commit message (Collapse) | Author | Files | Lines |
|
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>
|
|
Signed-off-by: Hal Feng <hal.feng@starfivetech.com>
|
|
Signed-off-by: Xingyu Wu <xingyu.wu@starfivetech.com>
|
|
It would be error when CONFIG_PM enable and use overlay by of-platform to register.
And disable 'auto_runtime_pm' can be avoid.
And add some power manager operation in platform probe function.
Signed-off-by: Xingyu Wu <xingyu.wu@starfivetech.com>
|
|
replace some reset interfaces for vout
Signed-off-by:shengyang.chen<shengyang.chen@starfivetech.com>
|
|
reduce some useless calling in vout port
Signed-off-by:shengyang.chen<shengyang.chen@starfivetech.com>
|
|
Signed-off-by: changhuang.liang <changhuang.liang@starfivetech.com>
|
|
CR_1566: rtc hal.feng
See merge request sdk/linux!276
|
|
Solve RGB channel display offset problem
Signed-off-by: keith <keith.zhao@starfivetech.com>
|
|
1. Set initial time if rtc is never set.
2. Add timeout when clearing interrupt flag register.
3. Improve alarm function.
Signed-off-by: Hal Feng <hal.feng@starfivetech.com>
|
|
Signed-off-by: Hal Feng <hal.feng@starfivetech.com>
|
|
'jh7110-5.15.y-devel'
CR 1458 timer watchdog wording xingyu.wu
See merge request sdk/linux!269
|
|
driver: pci: Add extended reset time for better compatibility
See merge request sdk/linux!273
|
|
usb: cdns3: Configuare phy as down-spread-spectrum
See merge request sdk/linux!253
|
|
'jh7110-5.15.y-devel'
riscv:linux:drm:mipidsi
See merge request sdk/linux!265
|
|
'jh7110-5.15.y-devel'
v4l2: delete csiphy1 and csi1 subdev
See merge request sdk/linux!255
|
|
'jh7110-5.15.y-devel'
riscv:driver:drm:DC8200
See merge request sdk/linux!271
|
|
[VOUT][DRM]fix redmine #1352: disable plane overlay in close flow
See merge request sdk/linux!259
|
|
Cr 1427 i2c hal.feng
See merge request sdk/linux!263
|
|
Signed-off-by: Kevin.xie <kevin.xie@starfivetech.com>
|
|
CR_1563_v4l2_515_changhuang.liang
See merge request sdk/linux!267
|