Age | Commit message (Collapse) | Author | Files | Lines |
|
According to the emmc's sepcification and VisionFive 2 circuit diagram,
it is best to keep the voltage steady at 1.8v
Signed-off-by: William Qiu <william.qiu@starfivetech.com>
|
|
version JH7110_515_SDK_v4.8.1 for JH7110 EVB board
1. linux:
Merge branch 'CR_4844_PCIe_515_Kevin.xie' into 'jh7110-5.15.y-devel'
Merge branch 'CR_4874_Copyright_515_william.qiu' into 'jh7110-5.15.y-devel'
Merge branch 'CR_4450_vout_515_changhuang.liang' into 'jh7110-5.15.y-devel'
Merge branch 'CR_4114_thermal_5.15_ziv.xu' into 'jh7110-5.15.y-devel'
Merge branch 'CR_4657_SDK_keep_the_same_host_driver_code_5.15_ziv.xu' into 'jh7110-5.15.y-devel'
|
|
YT8531 supports Pad Drive Strength configuration.
Including rx_data/rx_clk, etc.
Signed-off-by: Samin Guo <samin.guo@starfivetech.com>
|
|
CR 4844 [515] : drivers: pci: Clear compile warnings.
See merge request sdk/linux!768
|
|
CR_4874_515:starfive: copyright: modify related description
See merge request sdk/linux!770
|
|
CR_4450_vout_515_changhuang.liang riscv:linux:vout: modetest fail
See merge request sdk/linux!775
|
|
CR_4114_thermal_5.15_ziv.xu
See merge request sdk/linux!773
|
|
'jh7110-5.15.y-devel'
CR_4657_SDK_keep_the_same_host_driver_code_5.15_ziv.xu
See merge request sdk/linux!762
|
|
modify frequency limit and set the parent of qspi ref clk
Signed-off-by: ziv.xu <ziv.xu@starfive.com>
|
|
after the kernel start , run modetest to display will fail
fix this issue
Signed-off-by: keith <keith.zhao@starfivetech.com>
|
|
Signed-off-by: ziv.xu <ziv.xu@starfive.com>
|
|
update copyright description.
Signed-off-by: Changhuang Liang <changhuang.liang@starfivetech.com>
|
|
Optimizing the 128 byte align case, this will improve the
performance of large block memcpy.
Here we combine the memcpy of glibc and kernel.
Signed-off-by: Mason Huo <mason.huo@starfivetech.com>
|
|
Modify related description.
Signed-off-by: William Qiu <william.qiu@starfivetech.com>
|
|
version JH7110_515_SDK_v4.8.0 for JH7110 EVB board
1. linux: Merge branch 'CR_4802_EVB_VOUT_buildWarning_keith.zhao' into 'jh7110-5.15.y-devel'
|
|
CR_4811_imx219_515_changhuang.liang media: starfive: imx219: Use gpio configure
See merge request sbc/linux!104
|
|
CR_4822:515: Add voltage switch function for eMMC on VF2
See merge request sbc/linux!101
|
|
Removed unused variables in hw_init.
Signed-off-by: Kevin.xie <kevin.xie@starfivetech.com>
|
|
add ALDO4 and DCDC1 node, and enable item in SDIO0 node.
Signed-off-by: William Qiu <william.qiu@starfivetech.com>
|
|
enbale ALDO4 for the MMC bus IO line power and DCDC1 the card power
Signed-off-by: William Qiu <william.qiu@starfivetech.com>
|
|
Use gpio configure.
Signed-off-by: Changhuang Liang <changhuang.liang@starfivetech.com>
|
|
'jh7110-5.15.y-devel'
CR 4802 vout: build warning
See merge request sdk/linux!766
|
|
fix the warning message during the vout build
Signed-off-by: keith <keith.zhao@starfivetech.com>
|
|
CR_4617_imx708_515_vf2_changhuang.liang riscv: dts: starfive: Add imx708 support
See merge request sbc/linux!100
|
|
version JH7110_515_SDK_v4.7.0 for JH7110 EVB board
1. #4284: linux: enable cached memory for IMG GPU driver
2. #4563: linux: optimized memcpy Write a C version of memcpy function
3. #4617: linux: support sensor imx708
|
|
CR_4617_imx708_515_changhuang.liang media: i2c: Add imx708 support
See merge request sdk/linux!764
|
|
CR4563:riscv: optimized memcpy Write a C version of memcpy() which uses the biggest...
See merge request sdk/linux!760
|
|
CR_4284: gpu: drm: img: Enable cache for VisionFive v2 Boards
See merge request sdk/linux!759
|
|
Enable imx708.
Signed-off-by: Changhuang Liang <changhuang.liang@starfivetech.com>
|
|
Add imx708 support.
Signed-off-by: Changhuang Liang <changhuang.liang@starfivetech.com>
|
|
Enable imx708.
Signed-off-by: Changhuang Liang <changhuang.liang@starfivetech.com>
|
|
Add imx708 support.
Signed-off-by: Changhuang Liang <changhuang.liang@starfivetech.com>
|
|
Delete gain.
Signed-off-by: Changhuang Liang <changhuang.liang@starfivetech.com>
|
|
Add imx708 support.
Signed-off-by: Changhuang Liang <changhuang.liang@starfivetech.com>
|
|
data size allowed, without generating unaligned accesses.
The procedure is made of three steps:
First copy data one byte at time until the destination buffer is aligned
to a long boundary.
Then copy the data one long at time shifting the current and the next u8
to compose a long at every cycle.
Finally, copy the remainder one byte at time.
On a BeagleV, the TCP RX throughput increased by 45%
Signed-off-by: Matteo Croce <mcroce@microsoft.com>
Signed-off-by: Emil Renner Berthing <kernel@esmil.dk>
Signed-off-by: Samin Guo <samin.guo@starfivetech.com>
|
|
For vf2 platform, pgprot table does not support cacheable bit.
This patch worksaround the bit by allocating cacheable when pvr driver
request cacheable memory map without the pgprot table bit set.
Signed-off-by: Tien Hock Loh <tienhock.loh@starfivetech.com>
|
|
1. #4413: linux: pcie keep the same host driver code among VF2/SDK/Devkits
|
|
CR 4413 [515] drivers: pci: Modified pin control API to gpiolib consumer API.
See merge request sbc/linux!92
|
|
CR 4413 drivers: pci: Modified pin control API to gpiolib consumer API.
See merge request sdk/linux!753
|
|
CR_4369: Enable Device Mapper config
See merge request sbc/linux!91
|
|
CR_4017: wireless: add usb wifi dongle aic8800 driver
See merge request sbc/linux!86
|
|
For the consisitancy of host driver code among boards,
the difference of reset pin config will be maintained in DTS.
Signed-off-by: Kevin.xie <kevin.xie@starfivetech.com>
|
|
For the consisitancy of host driver code among boards,
the difference of reset pin config will be maintained in DTS.
Signed-off-by: Kevin.xie <kevin.xie@starfivetech.com>
|
|
For the consisitancy of host driver among devkits(ext_gpio) & vf2/evb,
the difference of power pin config will be maintained in DTS.
Signed-off-by: Kevin.xie <kevin.xie@starfivetech.com>
|
|
For the consisitancy of host driver among devkits(ext_gpio) & vf2/evb,
the difference of power pin config will be maintained in DTS.
Signed-off-by: Kevin.xie <kevin.xie@starfivetech.com>
|
|
virtual block devices
Signed-off-by: MichaelZhuxx <michael.zhu@starfivetech.com>
|
|
clear aic8800 driver warning
Signed-off-by: <skyler.zheng@starfivetech.com>
|
|
format aic8800 driver files to unix
Signed-off-by: <skyler.zheng@starfivetech.com>
|
|
add SPDX-License-Identifier: GPL-2.0-or-later for usb wifi dongle aic8800 driver
Signed-off-by: <skyler.zheng@starfivetech.com>
|
|
enable aic8800 driver
Signed-off-by: <skyler.zheng@starfivetech.com>
|