Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | driver/ifc:Change accessor function to take care of endianness | Prabhakar Kushwaha | 2014-02-03 | -13/+29 |
| | | | | | | | | | | | IFC registers can be of type Little Endian or big Endian depending upon Freescale SoC. Here SoC defines the register type of IFC IP. So update acessor functions with common IFC acessor functions to take care both type of endianness. Signed-off-by: Prabhakar Kushwaha <prabhakar@freescale.com> Acked-by: York Sun <yorksun@freescale.com> | |||
* | Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx | Tom Rini | 2013-12-02 | -0/+2 |
| | ||||
* | Driver/IFC: Move Freescale IFC driver to a common driver | York Sun | 2013-11-25 | -0/+986 |
Freescale IFC controller has been used for mpc8xxx. It will be used for ARM-based SoC as well. This patch moves the driver to driver/misc and fix the header file includes. Signed-off-by: York Sun <yorksun@freescale.com> |