u-boot-brain/drivers/pinctrl
Simon Glass 4af0d7e870 dm: Fix up inclusion of common.h
It is good practice to include common.h as the first header. This ensures
that required features like the DECLARE_GLOBAL_DATA_PTR macro,
configuration options and common types are available.

Fix up some files which currently don't do this. This is necessary because
driver model will soon start using global data and configuration in the
dm/read.h header file, included via dm.h. The gd->fdt_blob value will be
used to access the device tree and CONFIG options will be used to
determine whether to support inline functions in the header file.

Signed-off-by: Simon Glass <sjg@chromium.org>
2017-06-01 07:03:03 -06:00
..
aspeed aspeed: AST2500 Pinctrl Driver 2017-05-08 11:57:33 -04:00
ath79 dm: Rename dev_addr..() functions 2017-06-01 07:03:01 -06:00
exynos dm: Rename dev_addr..() functions 2017-06-01 07:03:01 -06:00
meson dm: Fix up inclusion of common.h 2017-06-01 07:03:03 -06:00
mvebu dm: Rename dev_addr..() functions 2017-06-01 07:03:01 -06:00
nxp dm: Fix up inclusion of common.h 2017-06-01 07:03:03 -06:00
rockchip rockchip: pinctrl: rk3399: add support for the HDMI I2C pins 2017-05-10 13:37:21 -06:00
uniphier dm: Fix up inclusion of common.h 2017-06-01 07:03:03 -06:00
Kconfig aspeed: AST2500 Pinctrl Driver 2017-05-08 11:57:33 -04:00
Makefile pinctrl: mvebu: Enable support for the Armada 37xx pinctrl driver 2017-05-31 07:33:50 +02:00
pinctrl_pic32.c dm: core: Replace of_offset with accessor 2017-02-08 06:12:14 -07:00
pinctrl_stm32.c stm32f7: increase the max no of pin configuration to 70 2017-05-08 11:57:23 -04:00
pinctrl-at91-pio4.c dm: Rename dev_addr..() functions 2017-06-01 07:03:01 -06:00
pinctrl-at91.c dm: Rename dev_addr..() functions 2017-06-01 07:03:01 -06:00
pinctrl-generic.c dm: Use dm.h header when driver mode is used 2017-06-01 06:57:52 -06:00
pinctrl-sandbox.c dm: Use dm.h header when driver mode is used 2017-06-01 06:57:52 -06:00
pinctrl-single.c dm: Rename dev_addr..() functions 2017-06-01 07:03:01 -06:00
pinctrl-sti.c STiH410: Add STi pinctrl driver 2017-03-14 20:40:20 -04:00
pinctrl-uclass.c dm: Use dm.h header when driver mode is used 2017-06-01 06:57:52 -06:00