Commit Graph

855 Commits

Author SHA1 Message Date
qinglin.li 0e32a70a27 power: porting power driver [1/2]
PD#SWPL-66014

Problem:
porting power driver

Solution:
add 1 power drivers
amlogic-power-common.ko

Verify:
s4d

Signed-off-by: qinglin.li <qinglin.li@amlogic.com>
Change-Id: I8af5b5b5eeba4686cf0c09604cd77d2a9c19650f
2021-12-10 16:09:07 +08:00
wanwei.jiang d8cfbc189b secmon: init secmon driver [1/1]
PD#SWPL-66601

Problem:
porting secmon driver

Solution:
porting secmon driver, and modify function:
dma_alloc_from_contiguous() -> dma_alloc_coherent()

Verify:
s4d

Signed-off-by: wanwei.jiang <wanwei.jiang@amlogic.com>
Change-Id: Ibe8cee8b91596dcb4caa14c254453faf37425d97
2021-12-09 15:10:33 +08:00
wanwei.jiang 6c0e6a8704 irqchip: Modify the code to meet the checkpatch requirements [1/1]
PD#SWPL-65807

Problem:
Modify the code to meet the checkpatch requirements

Solution:
git format-patch -1 --stdout | ../common/scripts/checkpatch.pl --strict -
The following items have not been repaired
1. DT compatible string

Verify:
local check

Change-Id: Ibde323f01e9daee35c521db29cefff9ffa9da2c9
Signed-off-by: wanwei.jiang <wanwei.jiang@amlogic.com>
2021-12-01 13:34:25 +08:00
wanwei.jiang 1c89d857e7 irqchip: init gpio irq driver [1/1]
PD#SWPL-65807

Problem:
init gpio irq driver

Solution:
add 1 driver
amlogic-irqchip-common.ko

Verify:
s4d

Change-Id: I589992db8235c3e335e4e444791de3f73538db63
Signed-off-by: wanwei.jiang <wanwei.jiang@amlogic.com>
2021-12-01 13:34:17 +08:00
wanwei.jiang 7bd15c52a3 clk: init clock driver [1/1]
PD#SWPL-65394

Problem:
init clock driver

Solution:
add 2 clock driver
amlogic-clk-common.ko
amlogic-clk-s4.ko

Verify:
s4d

Change-Id: Icedcea7d56026fb570c5cf305e47f1884d4aa87b
Signed-off-by: wanwei.jiang <wanwei.jiang@amlogic.com>
2021-11-29 19:00:07 +08:00