VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   34 Branches   58 Tags
Date
Commit Message
Rev
Author
2023-02-17
Merge branch 'CR_3070_PCIe_Aqtion_Hibernation_510_Kevin.xie' into 'jh7110-5.10.y-devel'
andy.hu
2023-02-17
net: atlantic: remove aq_nic_deinit() when resume
Chia-Lin Kao (AceLan)
2023-02-17
net: atlantic: remove deep parameter on suspend/resume functions
Chia-Lin Kao (AceLan)
2023-02-17
net: atlantic: always deep reset on pm op, fixing up my null deref regression
Manuel Ullmann
2023-02-17
net: atlantic: invert deep par in pm functions, preventing null derefs
Manuel Ullmann
2023-02-17
atlantic: remove architecture depends
Léo Le Bouter
2023-02-17
Merge branch 'CR_3330_MMC_510_william.qiu' into 'CR_3152_Hibernation_porting_mason.huo'
mason.huo
2023-02-16
drivers: pci: Add PHY settings in pcie host driver.
Kevin.xie
2023-02-16
CR_3349: crypto: starfive - Remove AES key zeroization
Jia Jie Ho
2023-02-14
hibernation: mmc: change the runtime PM API
William Qiu
2023-02-13
CR_3312_TDM_KO_Not_Work
Walker Chen
2023-02-13
CR_3323_PDM_KO_Can_Work_walker.chen
Walker Chen
2023-02-13
sound: starfive: I2S: Fixed error after hibernation when building module
Xingyu Wu
2023-02-13
sound: codecs: wm8960: Add context saving and restoring when hibernation
Xingyu Wu
2023-02-13
spi-cadence-quadspi: add reset before resume
ziv.xu
2023-02-13
CR_3151_TDM_Hibernation_walker.chen
Walker Chen
2023-02-13
riscv: linux: vout: fix crash problem and register fail of dsi for 510 hibernation
shengyang.chen
2023-02-13
Revert "RISC-V: Add sscofpmf extension support"
Mason Huo
2023-02-13
riscv: mm: Memory write error workaround for kernel 5.10 hibernation
Sia Jee Heng
2023-02-13
RISCV: Support pmd_leaf() in the function
Sia Jee Heng
2023-02-13
arch, mm: make kernel_page_present() always available
Sia Jee Heng
2023-02-13
riscv: kernel: Support hibernation resume for JH7110
Sia Jee Heng
2023-02-13
riscv: kernel: Expand functionlity of swsusp_arch_suspend for JH7110
Sia Jee Heng
2023-02-13
riscv: kernel: Add support for hibernate/suspend to disk
Sia Jee Heng
2023-02-13
memblock: update initialization of reserved pages
Mike Rapoport
2023-02-13
irqchip/irq-sifive-plic: Add syscore callbacks for hibernation
mason.huo
2023-02-13
PLIC cannot EOI masked interrupts,so Re-enable the interrupt before completion if it has been masked during the handling and remask it afterwards.
ke.zhu
2023-02-13
irqchip/sifive-plic: Mark two global variables __ro_after_init
Jisheng Zhang
2023-02-13
usb: cdns3: add hibernation pm notifier to set roothub wakeup
minda.chen
2023-02-13
v4l2_driver: isp: Save & resore context regs during stream on/off.
Kevin.xie
2023-02-13
riscv: linux: vout: fix hdmi hibernation resume failure cause by pmic
shengyang.chen
2023-02-13
spi-pl022-starfive:Enable spi to be compiled into modules
ziv.xu
2023-02-13
hwmon: sfctemp: Fix the problem that cannot disable sfctemp after enabling PM
Samin Guo
2023-02-13
gpu:driver: fix up hibernation resume problem
shanlong.li
2023-02-13
pinctrl: starfive: Save all register values when suspending and restore them when resuming
Hal Feng
2023-02-13
clk: starfive: Fixed UART3-5 error after resume
Xingyu Wu
2023-02-13
clk: starfive: Add funtions of saving and restoring data about SYS, AON and STG
Xingyu Wu
2023-02-13
usb: phy: init phy in resume function
minda.chen
2023-02-13
CR_3025_Hibernation_TDM_Walker.chen
Walker Chen
2023-02-13
media: starfive: Update VIN system PM operation
Changhuang Liang
2023-02-13
media: starfive: stf_video: Multi open only set power one time
Changhuang Liang
2023-02-13
media: starfive: Delete unused USE_MEDIA_PIPELINE macro code
Changhuang Liang
2023-02-13
sound: starfive: pwmdac: Fixed playback failed after hibernation
Xingyu Wu
2023-02-13
sound: starfive: spdif: Fixed playback failed after hibernation
Xingyu Wu
2023-02-13
pinctrl: starfive: Save register values when suspending and restore them when resuming
Hal Feng
2023-02-13
pinctrl: starfive: Move pm ops to pinctrl-starfive-jh7110.c
Hal Feng
2023-02-13
riscv: starfive: sdio: modify and add sd card config
William Qiu
2023-02-13
Hibernation: canfd: Add system PM API for can/canfd
William Qiu
2023-02-13
irqchip/irq-sifive-plic: Add syscore callbacks for hibernation
mason.huo
2023-02-13
timer-starfive:add pm ops for timer
ziv.xu
2023-02-13
pwm: starfive: Use pm_runtime functions to disable clock when the device being removed
Hal Feng
2023-02-13
drm:verisilicon:hdmi-audio:Adjust when to configure registers
Xingyu Wu
2023-02-13
dma:dw:Add stg_axi clock and reset of noc_bus
Xingyu Wu
2023-02-13
riscv:linux:drm : fix vout pm bug
shengyang.chen
2023-02-13
riscv:linux:drm: fix double display bug
shengyang.chen
2023-02-13
linux:dts:starfive: remove some useless port of vout dts
shengyang.chen
2023-02-13
riscv:linux:drm: Add basic runtime and system pm support for vout
shengyang.chen
2023-02-13
linux:dts:starfive: Add pm support for vout dts
shengyang.chen
2023-02-13
clk:starfive:vout:Add runtime and system pm
Xingyu Wu
2023-02-13
media: v4l2_driver: Supplement the missing runtime pm get ops on more than once stream_on cases.
Kevin.xie
2023-02-13
CR_2517:crypto:starfive: Fix "Unbalanced pm_runtime_enable!" warning
Jia Jie Ho
2023-02-13
add device pm for spi
Ziv.Xu
2023-02-13
clk: starfive: Keep the clock apb0 enabled always
Hal Feng
2023-02-13
Revert "i2c: designware: Descend startup priority"
Hal Feng
2023-02-13
sound:dwc:i2s:Add hibernation about i2srx-3ch
Xingyu Wu
2023-02-13
sound:dwc:i2s:Add hibernation about i2stx-4ch1
Xingyu Wu
2023-02-13
sound:starfive:pwmdac:Add runtime pm operation
Xingyu Wu
2023-02-13
rtc:starfive: add pm ops for rtc
ziv.xu
2023-02-13
i2c: designware: Descend startup priority
Hal Feng
2023-02-13
i2c: designware: Uncomment and recover the pm functions
Hal Feng
2023-02-13
CR_2345_Audio_DevicePM_walker.chen
Walker Chen
2023-02-13
CR_2345_Audio_DevicePM_walker.chen
Walker Chen
2023-02-13
driver:gpu: add gpu runtime pm
shanlong.li
2023-02-13
sound:starfive:Add hibernation in I2S
Xingyu Wu
2023-02-13
rtc-starfive.c:add system pm for rtc
ziv.xu
2023-02-13
drive:mailbox:add pm ops
ys
2023-02-13
sec:starfive:add sec runtime PM ops
William Qiu
2023-02-13
SDIO:starfive:modify SDIO/EMMC runtime PM callback function
William Qiu
2023-02-13
canfd:ipms:modify runtime PM callback funciton
William Qiu
2023-02-13
clk:starfive:isp:Add runtime and system pm control
Xingyu Wu
2023-02-13
pwm: starfive: Remove macro UNIVERSAL_DEV_PM_OPS
Hal Feng
2023-02-13
drivers: temp sensor: reset execute permissions
ziv.xu
2023-02-13
add devcie pm for temp sensor
ziv.xu
2023-02-13
SDIO:starfive:add SDIO/EMMC runtime pm ops
William Qiu
2023-02-13
canfd:ipms:add canfd runtime PM ops
William Qiu
2023-02-13
sound:starfive:spdif:Add hibernation operation
Xingyu Wu
2023-02-13
pwm: starfive: Add pm handling (system/runtime pm ops)
Hal Feng
2023-02-13
pinctrl:starfive: Add system pm interface
Jianlong Huang
2023-02-13
CR_2345_Audio_DevicePM_walker.chen
Walker Chen
2023-02-13
add system pm for watchdog
Ziv.Xu
2023-02-13
add runtime pm for watchdog
Ziv.Xu
2023-02-13
usb: cdns: add pm and runtume pm ops
minda.chen
2023-02-13
drivers: pci: Support system pm no irq ops.
Kevin.xie
2023-02-13
drivers: pci: Support runtime pm & release when found empty slot in probe.
Kevin.xie
2023-02-13
media: starfive: Remove hardware operations in vin init
changhuang.liang
2023-02-13
dts: starfive: VIN delete noc bus clock
changhuang.liang
2023-02-13
media: starfive: Delete isp noc bus clock
changhuang.liang
2023-02-13
media: starfive: Vin module get reset use share
changhuang.liang
2023-02-13
v4l2: Fixed vin line stream_out not change except WR.
changhuang.liang
2023-02-13
v4l2: VIN driver use pm
changhuang.liang
2023-02-13
ov4689: Correct some code
changhuang.liang
2023-02-13
sc2235: Delete the control direct control register
changhuang.liang
2023-02-13
sc2235: Use runtime/system pm
changhuang.liang
2023-02-13
imx219: Separate set stream and runtime PM
changhuang.liang
2023-02-13
ov4689: Use runtime PM
changhuang.liang
2023-02-13
ov4689: delete read chip id in set power
changhuang.liang
2023-02-13
cpuidle: riscv-sbi: Fix code to allow a genpd governor to be used
Ulf Hansson
2023-02-13
RISC-V: Avoid using per cpu array for ordered booting
Atish Patra
2023-02-13
RISC-V: Use SBI SRST extension when available
Anup Patel
2023-02-13
rsicv: deconfig: Add hibernation and swap partition
Mason Huo
2023-02-13
riscv: deconfig: Enable system suspend and pm test
Mason Huo
2023-02-12
Merge tag 'JH7110_510_SDK_v4.2.0' into vf2-510-devel
Andy Hu
2023-02-10
Merge branch 'CR_3262_evb_510_VOUT_mipi_hdmi_dual_display_keith.zhao' into 'jh7110-5.10.y-devel'
andy.hu
2023-02-07
riscv: defconfig: Enable GT911
Changhuang Liang
2023-02-07
riscv: dts: starfive: Add goodix gt911 touchscreen support
Changhuang Liang
2023-02-07
input: touchscreen: goodix: Update irq fetch mode
Changhuang Liang
2023-02-06
Revert "input: touchscreen: Add gt9xx driver support"
Changhuang Liang
2023-02-06
Revert "riscv: dts: starfive: Add gt9xx touchscreen support"
Changhuang Liang
2023-02-06
Revert "riscv: defconfig: Enable GT9xx"
Changhuang Liang
2023-02-05
riscv:linux:vout:mipi+hdmi
keith.zhao
2023-02-05
Merge tag 'JH7110_510_SDK_v4.1.0' into vf2-510-devel
Andy Hu
2023-02-05
Merge branch 'CR_3172_RNG_510_jiajie.ho' into 'vf2-510-devel'
andy.hu
2023-02-03
Merge branch 'CR_3231_510_PWMDAC_module_Xingyu.Wu' into 'jh7110-5.10.y-devel'
andy.hu
2023-02-03
Merge branch 'CR_3157_imx219_510_changhuang.liang' into 'jh7110-5.10.y-devel'
andy.hu
2023-02-03
Merge branch 'CR_2339_usb_read_using_sysport_minda_5_10' into 'jh7110-5.10.y-devel'
andy.hu
2023-02-01
usb:xhci:To improve performance,usb using lowmem for bulk xfer.
minda.chen
2023-02-01
sound: starfive: pwmdac: Support module building
Xingyu Wu
2023-01-31
CR_3172: riscv: defconfig: Enable StarFive hwrng
Jia Jie Ho
2023-01-19
Merge branch 'CR_3031_VF2_510_disable_wifi_p2p_michael.zhu' into 'vf2-510-devel'
andy.hu
2023-01-17
net:wireless:eswin:disable p2p function
MichaelZhuxx
2023-01-17
media: starfive: Modify support imx219 compile to module
Changhuang Liang
2023-01-11
Merge tag 'JH7110_510_SDK_v4.0.0-rc2' into vf2-510-devel
Andy Hu
2023-01-11
Merge branch 'CR_2862_gt9xx_ts_510_changhuang.liang' into 'vf2-510-devel'
andy.hu
2023-01-11
Merge branch 'CR_2876_vf2_510_make_gpio_reset_priority_low_minda' into 'vf2-510-devel'
andy.hu
2023-01-11
Merge branch 'CR_3051_ts_510_changhuang.liang' into 'jh7110-5.10.y-devel'
andy.hu
2023-01-10
dts: gpio: make gpio reset priority lower than pmic reset
minda.chen
2023-01-09
input: touchscreen: tinker_ft5406: Update log show
Changhuang Liang
2023-01-09
input: touchscreen: tinker_ft5406: Enable multipoint function
Changhuang Liang
2023-01-09
input: touchscreen: tinker_ft5406: Delete unused code.
Changhuang Liang
2023-01-07
Merge tag 'JH7110_510_SDK_v4.0.0-rc1' into vf2-510-devel
Andy Hu
2023-01-07
Merge branch 'CR_2828_vf2_perf_support_minda_510' into 'vf2-510-devel'
andy.hu
2023-01-06
Merge branch 'CR_2828_perf_support_minda_510' into 'jh7110-5.10.y-devel'
andy.hu
2023-01-06
riscv: defconfig: Enable GT9xx
Changhuang Liang
2023-01-06
riscv: dts: starfive: Add gt9xx touchscreen support
Changhuang Liang
2023-01-06
input: touchscreen: Add gt9xx driver support
Changhuang Liang
2023-01-04
vf2: config: add perf events config
minda.chen
2023-01-03
dts: configs: add perf events config
minda.chen
2023-01-03
RISC-V: Added HiFive Unmatched PMU events
João Mário Domingos
2023-01-03
RISC-V: Added generic pmu-events mapfile
João Mário Domingos
2023-01-03
RISC-V: Support CPUID for risc-v in perf
João Mário Domingos
2023-01-03
RISC-V: Create unique identification for SoC PMU
João Mário Domingos
2023-01-03
riscv: Add 3 SBI wrapper functions to get cpu manufacturer information
Vincent Chen
2023-01-03
MAINTAINERS: Add entry for RISC-V PMU drivers
Atish Patra
2023-01-03
Documentation: riscv: Remove the old documentation
Atish Patra
2023-01-03
RISC-V: Add sscofpmf extension support
Atish Patra
2023-01-03
RISC-V: Improve /proc/cpuinfo output for ISA extensions
Atish Patra
2023-01-03
RISC-V: Do no continue isa string parsing without correct XLEN
Atish Patra
2023-01-03
RISC-V: Implement multi-letter ISA extension probing framework
Atish Patra
2023-01-03
RISC-V: Extract multi-letter extension names from "riscv, isa"
Tsukasa OI
2023-01-03
RISC-V: Minimal parser for "riscv, isa" strings
Tsukasa OI
2023-01-03
RISC-V: Correctly print supported extensions
Tsukasa OI
2023-01-03
RISC-V: Add perf platform driver based on SBI PMU extension
Atish Patra
2023-01-03
RISC-V: Add RISC-V SBI PMU extension definitions
Atish Patra
2023-01-03
RISC-V: Add a simple platform driver for RISC-V legacy perf
Atish Patra
2023-01-03
RISC-V: Add a perf core library for pmu drivers
Atish Patra
2023-01-03
RISC-V: Add CSR encodings for all HPMCOUNTERS
Atish Patra
2023-01-03
RISC-V: Remove the current perf implementation
Atish Patra
2022-12-30
Merge branch 'CR_2861_vf2_ts_510_changhuang.liang' into 'vf2-510-devel'
andy.hu
2022-12-30
riscv: defconfig: Enable touchscreen
Changhuang Liang
2022-12-30
riscv: dts: starfive: Add touchscreen node support
Changhuang Liang
2022-12-30
Merge tag 'JH7110_510_SDK_v3.6.0' into vf2-510-devel
Andy Hu
2022-12-30
Merge branch 'CR_2506_510_usb_wifi_jianlong' into 'vf2-510-devel'
andy.hu
2022-12-30
Merge branch 'CR_2936_MMC_510_william.qiu' into 'vf2-510-devel'
andy.hu
2022-12-30
configs:starfive:Enable usb wifi ECR6600U
Jianlong Huang
2022-12-30
net:wireless:Support eswin usb wifi ECR6600U
Jianlong Huang
2022-12-29
Merge branch 'CR_2861_ts_510_changhuang.liang' into 'jh7110-5.10.y-devel'
andy.hu
2022-12-29
Merge branch 'CR_2933_MMC_510_william.qiu' into 'jh7110-5.10.y-devel'
andy.hu
2022-12-23
input: touchscreen: tinker_ft5406: Fixed show more error log bug
Changhuang Liang
2022-12-23
riscv: defconfig: Enable touchscreen
Changhuang Liang
2022-12-22
riscv: dts: starfive: Add tinker_ft5406 touchscreen node
Changhuang Liang
2022-12-22
input: touchscreen: tinker_ft5406: Add open&close ioctl
Changhuang Liang
2022-12-22
input: touchscreen: Add tinker_ft5406 driver support
Changhuang Liang
2022-12-21
mmc: starfive: resolve warning logs
William Qiu
2022-12-20
riscv: dts: mmc: delete mmc1 config
William Qiu
2022-12-20
Merge remote-tracking branch 'sdk/jh7110-5.10.y-devel' into vf2-510-devel
Andy Hu
2022-12-20
Merge branch 'CR_2069_510_evb_cusor_keith.zhao' into 'jh7110-5.10.y-devel'
andy.hu
2022-12-19
riscv:linux:vout:mipi
keith.zhao
2022-12-19
Merge tag 'JH7110_510_SDK_v3.5.1' from sdk into vf2-510-devel
Andy Hu
2022-12-19
Merge branch 'CR_2069_510_evb_cusor_keith.zhao' into 'jh7110-5.10.y-devel'
andy.hu
2022-12-19
Merge branch 'CR_2888_510_clocktree_pll0_Xingyu.Wu' into 'jh7110-5.10.y-devel'
andy.hu
2022-12-19
Merge branch 'CR_2871_MMC_510_william.qiu' into 'jh7110-5.10.y-devel'
andy.hu
2022-12-19
Merge branch 'CR_2865_RNG_510_jiajie.ho' into 'jh7110-5.10.y-devel'
andy.hu
2022-12-19
riscv: linux: vout: fix cusor problem
shengyang.chen
2022-12-16
CR_2865: hwrng: Reworked driver for speed performance and efficiency
Jia Jie Ho
2022-12-15
riscv: dts: mmc: modify sdio1 config
William Qiu
2022-12-15
clk: starfive: pll: Remove high frequency of PLL0
Xingyu Wu
2022-12-15
clk: starfive: Change divider value of cpu_core clock
Xingyu Wu
2022-12-10
Merge remote-tracking branch 'sdk/jh7110-5.10.y-devel' into vf2-510-devel
Andy Hu
2022-12-09
Merge branch 'CR_2822_PCIe_510_Kevin.xie' into 'jh7110-5.10.y-devel'
andy.hu
2022-12-09
Merge branch 'CR_2796_510_sound_card_Xingyu.Wu' into 'jh7110-5.10.y-devel'
andy.hu