]> Git Repo - J-u-boot.git/commit - drivers/fpga/Makefile
dm: fpga: Introduce new uclass
authorAlexander Dahl <[email protected]>
Fri, 30 Sep 2022 12:04:30 +0000 (14:04 +0200)
committerMichal Simek <[email protected]>
Wed, 5 Oct 2022 06:43:53 +0000 (08:43 +0200)
commit1323d08bdfdd76cf368de7b40ed876e336cdcb9a
tree516186906caf65457c3ef22f92fbd8a7b5bfa3fd
parent2d4591353452638132d711551fec3495b7644731
dm: fpga: Introduce new uclass

For future DM based FPGA drivers and for now to have a meaningful
logging class for old FPGA drivers.

Suggested-by: Michal Simek <[email protected]>
Suggested-by: Simon Glass <[email protected]>
Signed-off-by: Alexander Dahl <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Michal Simek <[email protected]>
MAINTAINERS
arch/sandbox/dts/test.dts
drivers/fpga/Kconfig
drivers/fpga/Makefile
drivers/fpga/fpga-uclass.c [new file with mode: 0644]
drivers/fpga/sandbox.c [new file with mode: 0644]
include/dm/uclass-id.h
test/dm/Makefile
test/dm/fpga.c [new file with mode: 0644]
This page took 0.033454 seconds and 4 git commands to generate.