u-boot-brain/drivers/clk/imx
Simon Glass 336d4615f8 dm: core: Create a new header file for 'compat' features
At present dm/device.h includes the linux-compatible features. This
requires including linux/compat.h which in turn includes a lot of headers.
One of these is malloc.h which we thus end up including in every file in
U-Boot. Apart from the inefficiency of this, it is problematic for sandbox
which needs to use the system malloc() in some files.

Move the compatibility features into a separate header file.

Signed-off-by: Simon Glass <sjg@chromium.org>
2020-02-05 19:33:46 -07:00
..
clk-composite-8m.c dm: core: Require users of devres to include the header 2020-02-05 19:33:46 -07:00
clk-gate2.c dm: core: Require users of devres to include the header 2020-02-05 19:33:46 -07:00
clk-imx6q.c clk: Fix error checking of dev_read_addr_ptr 2020-01-26 12:03:06 +01:00
clk-imx8.c dm: core: Create a new header file for 'compat' features 2020-02-05 19:33:46 -07:00
clk-imx8.h clk: imx8: split code into common and soc specific part 2019-04-25 17:03:25 +02:00
clk-imx8mm.c clk: Fix error checking of dev_read_addr_ptr 2020-01-26 12:03:06 +01:00
clk-imx8mn.c clk: Fix error checking of dev_read_addr_ptr 2020-01-26 12:03:06 +01:00
clk-imx8mp.c clk: imx: add i.MX8MP clk driver 2020-01-08 13:20:09 +01:00
clk-imx8qm.c clk: imx8qm: fix usdhc2 clocks 2019-06-11 10:42:48 +02:00
clk-imx8qxp.c clk: imx8qxp: extend to support getting I2C IPG clock 2020-01-14 22:48:37 +01:00
clk-imxrt1050.c clk: imx: add i.IMXRT1050 clk driver 2020-01-14 22:53:59 +01:00
clk-pfd.c dm: core: Require users of devres to include the header 2020-02-05 19:33:46 -07:00
clk-pll14xx.c dm: core: Require users of devres to include the header 2020-02-05 19:33:46 -07:00
clk-pllv3.c dm: core: Require users of devres to include the header 2020-02-05 19:33:46 -07:00
clk.h clk: imx: add imx_clk_mux2_flags 2020-01-08 13:20:09 +01:00
Kconfig clk: imx: add i.IMXRT1050 clk driver 2020-01-14 22:53:59 +01:00
Makefile clk: imx: add i.IMXRT1050 clk driver 2020-01-14 22:53:59 +01:00