Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-06-01 | dm: Use dm.h header when driver mode is used | Simon Glass | |
This header includes things that are needed to make driver build. Adjust existing users to include that always, even if other dm/ includes are present Signed-off-by: Simon Glass <sjg@chromium.org> | |||
2016-02-21 | pinctrl: imx: Support i.MX7D | Peng Fan | |
Introudce i.MX7 pinctrl driver support. For now only i.MX7D supported. There are two iomux controllers in i.MX7D, iomuxc and iomuxc_lpsr. To iomuxc_lpsr, ZERO_OFFSET_VALID is set, means offset of mux_reg and conf_reg can begin at 0. Signed-off-by: Peng Fan <van.freenix@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org> |