Re: [U-Boot] [PATCH 07/18] i2c: imx: add macros to setup pads for multiple SoC types

2014-08-03 Thread Tim Harvey
On Sun, Aug 3, 2014 at 12:34 AM, Nikita Kiryanov wrote: > Add macro which defines i2c_pads_info structs for multiple SoC types, > and a macro which selects the appropriate struct based on CPU type, > thus eliminating the need to manage multiple i2c pad configurations > manually when supporting mul

[U-Boot] [PATCH 07/18] i2c: imx: add macros to setup pads for multiple SoC types

2014-08-03 Thread Nikita Kiryanov
Add macro which defines i2c_pads_info structs for multiple SoC types, and a macro which selects the appropriate struct based on CPU type, thus eliminating the need to manage multiple i2c pad configurations manually when supporting multiple SoC types. Cc: Stefano Babic Signed-off-by: Nikita Kiryan