Re: [PATCH v4 13/27] bus/fslmc: make driver-only headers private

2022-08-29 Thread Hemant Agrawal
Acked-by: Hemant Agrawal

[PATCH v4 13/27] bus/fslmc: make driver-only headers private

2022-08-26 Thread David Marchand
The fslmc bus interface is for drivers only. Mark as internal and move the header in the driver headers list. While at it, cleanup internal structures: - remove unneeded reference to bus specific singleton object, - remove unneeded list head structure type, - reorder the definitions and macro mani