Age | Commit message (Collapse) | Author | Files | Lines |
|
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>
|
|
The second parameter of wait_event_interruptible_timeout is not an address
pointer
Signed-off-by: Samin Guo <samin.guo@starfivetech.com>
|
|
In order to better comply with 1G/2G DDR, adjust the CMA start address
Signed-off-by: Samin Guo <samin.guo@starfivetech.com>
|
|
|
|
update e24 dts config
Signed-off-by: shanlong.li <shanlong.li@starfivetech.com>
|
|
'jh7110-5.15.y-devel'
CR_6412: riscv: linux: vout: add 1600x720 resolution for hdmi
See merge request sdk/linux!902
|
|
add 1600x720 resolution for hdmi
Signed-off-by: Shengyang Chen shengyang.chen@starfivetech.com
|
|
CR_5746_imx219_changhuang.liang media: starfive: imx219: Add system pm
See merge request sdk/linux!899
|
|
CR_6271 usb: xhci: using dma_alloc_noncoherent to alloc low memory pool
See merge request sdk/linux!900
|
|
'jh7110-5.15.y-devel'
CR_6131: riscv: linux: vout: add 2560x1080 resolution for hdmi
See merge request sdk/linux!893
|
|
For RISCV_NONCACHEHERENT is set, using dma_alloc_noncoherent
to alloc cached large block low memory buffer. And set default
size to 4M. (largest size of continuous memory can be supported)
Signed-off-by: Minda Chen <minda.chen@starfivetech.com>
|
|
Add system pm.
Signed-off-by: Changhuang Liang <changhuang.liang@starfivetech.com>
|
|
add 2560x1080 resolution for hdmi
Signed-off-by: Shengyang Chen <shengyang.chen@starfivetech.com>
|
|
|
|
CR5620: Add non-coherent DMA handling
See merge request sdk/linux!881
|
|
CR_5782: riscv: dts: starfive:disable CANFD func
See merge request sdk/linux!889
|
|
CR6231 uart: 8250: Add dw auto flow ctrl support
See merge request sdk/linux!878
|
|
disable CANFD func
Signed-off-by: William Qiu <william.qiu@starfivetech.com>
|
|
Add sifive_ccache_flush_range to be compatible with new code
Signed-off-by: Samin Guo <samin.guo@starfivetech.com>
|
|
pcie/usb/gmac/sdio/dmac/audioDSP/e24/crypto is connected to front port,
and the hardware maintains cache coherency.
Signed-off-by: Samin Guo <samin.guo@starfivetech.com>
|
|
Select DMA_DIRECT_REMAP for arch_dma_prep_coherent
Signed-off-by: Samin Guo <samin.guo@starfivetech.com>
|
|
Add functions to flush the caches and handle non-coherent DMA.
Signed-off-by: Emil Renner Berthing <kernel@esmil.dk>
|
|
Add designeware 8250 auto flow ctrl support. Enable
it by add auto-flow-control in dts.
Signed-off-by: Minda Chen <minda.chen@starfivetech.com>
|
|
|
|
CR_5859_ov4689_changhuang.liang Add ov4689 configure
See merge request sbc/linux!132
|
|
CR_4977: ipms: can: clear skb buffer after transmit
See merge request sdk/linux!854
|
|
CR_5859_ov4689_515_changhuang.liang media: starfive: ov4689: Add different lane num support
See merge request sdk/linux!865
|
|
CR_5520_ov5645_changhuang.liang media: starfive: Update video pipeline set fmt
See merge request sdk/linux!834
|
|
Enable ov4689.
Signed-off-by: Changhuang Liang <changhuang.liang@starfivetech.com>
|
|
Add ov4689 configure.
Signed-off-by: Changhuang Liang <changhuang.liang@starfivetech.com>
|
|
Add different lane num support.
Signed-off-by: Changhuang Liang <changhuang.liang@starfivetech.com>
|
|
In order to better comply with 1G/2G DDR, adjust the CMA start address
Signed-off-by: Samin Guo <samin.guo@starfivetech.com>
|
|
clear skb buffer after transmit
Signed-off-by: William Qiu <william.qiu@starfivetech.com>
|
|
Update csi pix cfg.
Signed-off-by: Changhuang Liang <changhuang.liang@starfivetech.com>
|
|
Update video pipeline set fmt.
Signed-off-by: Changhuang Liang <changhuang.liang@starfivetech.com>
|
|
Note: From this version, the IMG DDK will be upgraded to 1.19.
|
|
'jh7110-5.15.y-devel-img1.19'
Turn off PVRSRV_NEED_PVR_ASSERT in imagination code
See merge request sdk/linux!826
|
|
Upgrade Imagination DDK source to 1.19
See merge request sdk/linux!804
|