Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-01-09 | misc: imx: scu: avoid write null pointer | Peng Fan | |
When boot_dev is true, fill boot device. However the original logic is when boot_dev is false, fill boot device, this will trigger data abort. Also fix sc_misc_get_control when using pointer val. Signed-off-by: Peng Fan <peng.fan@nxp.com> | |||
2018-10-22 | misc: imx8: add scfw api impementation | Peng Fan | |
Add clk/misc/pad/pm/rm scfw api implementaion for different drivers to invoke. The low level code is using misc_call to invoke imx8_scu driver. Signed-off-by: Peng Fan <peng.fan@nxp.com> Reviewed-by: Anatolij Gustschin <agust@denx.de> Cc: Stefano Babic <sbabic@denx.de> |