Age | Commit message (Collapse) | Author | Files | Lines |
|
Signed-off-by: Som Qin <som.qin@starfivetech.com>
|
|
CR 6852 media: add wave5 v4l2 driver from mail list
See merge request sdk/linux!937
|
|
CR_6414: driver:gpu: remove the condition check of fences
See merge request sdk/linux!933
|
|
run gl-marke-es2-wayland will trigger warning, to fix up it,
we remove fences check
Signed-off-by: shanlong.li <shanlong.li@starfivetech.com>
|
|
Signed-off-by: Som Qin <som.qin@starfivetech.com>
|
|
Signed-off-by: Som Qin <som.qin@starfivetech.com>
|
|
Signed-off-by: Som Qin <som.qin@starfivetech.com>
|
|
When bitstream format bitdepth > 8, stride of compressed frame map buffers shoule be recalculated.
Signed-off-by: Som Qin <som.qin@starfivetech.com>
|
|
Signed-off-by: Som Qin <som.qin@starfivetech.com>
|
|
Signed-off-by: Som Qin <som.qin@starfivetech.com>
|
|
Signed-off-by: Som Qin <som.qin@starfivetech.com>
|
|
Signed-off-by: Som Qin <som.qin@starfivetech.com>
|
|
CR_6864: riscv: dts: starfive: change sd speed mode to highspeed
See merge request sbc/linux!148
|
|
|
|
CR_6781:mmc: starfive: Unify the MMC code on evb/vf2/devkits
See merge request sdk/linux!934
|
|
change sd speed mode to highspeed
Signed-off-by: William Qiu <william.qiu@starfivetech.com>
|
|
add property to divide board
Signed-off-by: William Qiu <william.qiu@starfivetech.com>
|
|
Unify the MMC code on evb/vf2/devkits to resolve conflicts when merging
the code.
Signed-off-by: William Qiu <william.qiu@starfivetech.com>
|
|
|
|
CR_6570: mmc: starfive: change the tuning method
See merge request sbc/linux!139
|
|
CR_6570: mmc: starfive: change the tuning method
See merge request sdk/linux!928
|
|
The frequency of cclk_in is limited to 50M, so that it does not do internal
part frequency and goes by-pass mode.
Signed-off-by: William Qiu <william.qiu@starfivetech.com>
|
|
CR_6097_515: ipms: can: modify the range of tseg1/tseg2
See merge request sdk/linux!929
|
|
modify the range of tseg1/tseg2
Signed-off-by: William Qiu <william.qiu@starfivetech.com>
|
|
The frequency of cclk_in is limited to 50M, so that it does not do internal
part frequency and goes by-pass mode. And delete syscon node.
Signed-off-by: William Qiu <william.qiu@starfivetech.com>
|
|
Previously, the system controller register was used to do tuning, but it
was only useful for HS200, so now change the tuning mode to use the
UHS_REG_EXT register, and delete the previous code about syscon
Signed-off-by: William Qiu <william.qiu@starfivetech.com>
|
|
|
|
CR_6485: dts:hifi4: change hifi4 firmware memory space in jh7110-visionfive-v2.dtsi
See merge request sbc/linux!135
|
|
CR_6548: dts: e24: update e24 dts in vf2
See merge request sbc/linux!136
|
|
CR_6590 :dts:mailbox: update mailbox test dts
See merge request sdk/linux!926
|
|
CR_6523: driver:mailbox:fix up compile warning
See merge request sdk/linux!921
|
|
update e24 dts in vf2
Signed-off-by: shanlong.li <shanlong.li@starfivetech.com>
|
|
update mailbox test dts
Signed-off-by: shanlong.li <shanlong.li@starfivetech.com>
|
|
jh7110-visionfive-v2.dtsi
dts patch didn's apply fully, add this commit for other part of dts
patch.
Signed-off-by: carter.li <carter.li@starfivetech.com>
|
|
remove unused function
Signed-off-by: shanlong.li <shanlong.li@starfivetech.com>
|
|
CR5623: dts: starfive: vf2: Adjust the CMA start address
See merge request sbc/linux!134
|
|
|
|
CR_6485: dts:hifi4: change hifi4 firmware memory space
See merge request sdk/linux!916
|
|
change hifi4 firmware memory space according to 5623.
Signed-off-by: carter.li <carter.li@starfivetech.com>
|
|
CR_6469 Fix_kernel_warning
See merge request sdk/linux!910
|
|
CR_6468_vin_515_changhuang.liang media: starfive: Fix vin warning
See merge request sdk/linux!917
|
|
CR_6472_5.15: vout:riscv:driver fix vout compile warning
See merge request sdk/linux!912
|
|
CR6466: dmaengine: dw-axi-dmac-starfive-misc: Fix incorrect parameters
See merge request sdk/linux!908
|
|
CR5623:Adjust the CMA start address
See merge request sdk/linux!905
|
|
CR_6409: dts:e24: update e24 dts config
See merge request sdk/linux!904
|
|
fix vout compile warning
Signed-off-by: Shengyang Chen <shengyang.chen@starfivetech.com>
|
|
Fix vin warning.
Signed-off-by: Changhuang Liang <changhuang.liang@starfivetech.com>
|
|
With GCC 12, -Wstringop-overread was warning about an implicit cast from
char[6] to char[8]. However, the extra 2 bytes are always thrown away,
alignment doesn't matter, and the risk of hitting the edge of unallocated
memory has been accepted, so this prototype can just be converted to a
regular char *. Silences:
net/core/dev.c: In function ‘bpf_prog_run_generic_xdp’: net/core/dev.c:4618:21: warning: ‘ether_addr_equal_64bits’ reading 8 bytes from a region of size 6 [-Wstringop-overread]
4618 | orig_host = ether_addr_equal_64bits(eth->h_dest, > skb->dev->dev_addr);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
net/core/dev.c:4618:21: note: referencing argument 1 of type ‘const u8[8]’ {aka ‘const unsigned char[8]’}
net/core/dev.c:4618:21: note: referencing argument 2 of type ‘const u8[8]’ {aka ‘const unsigned char[8]’}
In file included from net/core/dev.c:91: include/linux/etherdevice.h:375:20: note: in a call to function ‘ether_addr_equal_64bits’
375 | static inline bool ether_addr_equal_64bits(const u8 addr1[6+2],
| ^~~~~~~~~~~~~~~~~~~~~~~
Reported-by: Marc Kleine-Budde <mkl@pengutronix.de>
Tested-by: Marc Kleine-Budde <mkl@pengutronix.de>
Link: https://lore.kernel.org/netdev/20220212090811.uuzk6d76agw2vv73@pengutronix.de
Cc: Jakub Kicinski <kuba@kernel.org>
Cc: "David S. Miller" <davem@davemloft.net>
Cc: netdev@vger.kernel.org
Signed-off-by: Kees Cook <keescook@chromium.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
|
|
Arthur Marsh reported we would hit the error below when building kernel
with gcc-12:
CC mm/page_alloc.o
mm/page_alloc.c: In function `mem_init_print_info':
mm/page_alloc.c:8173:27: error: comparison between two arrays [-Werror=array-compare]
8173 | if (start <= pos && pos < end && size > adj) \
|
In C++20, the comparision between arrays should be warned.
Link: https://lkml.kernel.org/r/20211125130928.32465-1-sxwjean@me.com
Signed-off-by: Xiongwei Song <sxwjean@gmail.com>
Reported-by: Arthur Marsh <arthur.marsh@internode.on.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
|
|
If DMA uses Sysport transport, the maximum burst-len is 15.
Signed-off-by: Samin Guo <samin.guo@starfivetech.com>
|