]> git.dujemihanovic.xyz Git - u-boot.git/commit
dm: fpga: Introduce new uclass
authorAlexander Dahl <post@lespocky.de>
Fri, 30 Sep 2022 12:04:30 +0000 (14:04 +0200)
committerMichal Simek <michal.simek@amd.com>
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 <michal.simek@amd.com>
Suggested-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Alexander Dahl <post@lespocky.de>
Reviewed-by: Simon Glass <sjg@chromium.org>
Link: https://lore.kernel.org/r/20220930120430.42307-2-post@lespocky.de
Signed-off-by: Michal Simek <michal.simek@amd.com>
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]