Re: [U-Boot] [PATCH v2 0/7] imx6: icorem6: Add framebuffer and I2C support

2016-11-24 Thread Jagan Teki
Hi Stefano,

On Sun, Nov 6, 2016 at 9:28 PM, Jagan Teki  wrote:
> Hi Stefano,
>
> On Fri, Oct 28, 2016 at 7:27 PM, Jagan Teki  wrote:
>> From: Jagan Teki 
>>
>> This series support framebuffer and I2C on top of u-boot-imx.git with
>> latest u-boot.git merge.
>>
>> Changes for v2:
>> - Rebase on u-boot-imx.git and u-boot.git
>>
>> Jagan Teki (7):
>>   video: Kconfig: Add VIDEO_IPV3 entry
>>   imx6: icorem6: Add framebuffer support
>>   imx6: icorem6: Add custom splashscreen support
>>   i2c: Kconfig: Add SYS_I2C_MXC entry
>>   i2c: mxc: Print hex instead of decimal for bus address
>>   i2c: mxc: Make 'no gpio pinctrl state' print as debug
>>   imx6: icorem6: Add I2C support
>>
>>  arch/arm/cpu/armv7/mx6/Kconfig   |   1 +
>>  board/engicam/icorem6/icorem6.c  | 113 
>> +++
>>  configs/imx6qdl_icore_mmc_defconfig  |   5 +-
>>  configs/imx6qdl_icore_nand_defconfig |   5 +-
>>  drivers/i2c/Kconfig  |   8 +++
>>  drivers/i2c/mxc_i2c.c|   2 +-
>>  drivers/video/Kconfig|   8 +++
>>  include/configs/imx6qdl_icore.h  |  14 +
>>  tools/logos/engicam.bmp  | Bin 0 -> 60214 bytes
>>  9 files changed, 153 insertions(+), 3 deletions(-)
>>  create mode 100755 tools/logos/engicam.bmp
>
> Any comments?

Please apply if you it's OK?

thanks!
-- 
Jagan Teki
Free Software Engineer | www.openedev.com
U-Boot, Linux | Upstream Maintainer
Hyderabad, India.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [PATCH v2 0/7] imx6: icorem6: Add framebuffer and I2C support

2016-11-06 Thread Jagan Teki
Hi Stefano,

On Fri, Oct 28, 2016 at 7:27 PM, Jagan Teki  wrote:
> From: Jagan Teki 
>
> This series support framebuffer and I2C on top of u-boot-imx.git with
> latest u-boot.git merge.
>
> Changes for v2:
> - Rebase on u-boot-imx.git and u-boot.git
>
> Jagan Teki (7):
>   video: Kconfig: Add VIDEO_IPV3 entry
>   imx6: icorem6: Add framebuffer support
>   imx6: icorem6: Add custom splashscreen support
>   i2c: Kconfig: Add SYS_I2C_MXC entry
>   i2c: mxc: Print hex instead of decimal for bus address
>   i2c: mxc: Make 'no gpio pinctrl state' print as debug
>   imx6: icorem6: Add I2C support
>
>  arch/arm/cpu/armv7/mx6/Kconfig   |   1 +
>  board/engicam/icorem6/icorem6.c  | 113 
> +++
>  configs/imx6qdl_icore_mmc_defconfig  |   5 +-
>  configs/imx6qdl_icore_nand_defconfig |   5 +-
>  drivers/i2c/Kconfig  |   8 +++
>  drivers/i2c/mxc_i2c.c|   2 +-
>  drivers/video/Kconfig|   8 +++
>  include/configs/imx6qdl_icore.h  |  14 +
>  tools/logos/engicam.bmp  | Bin 0 -> 60214 bytes
>  9 files changed, 153 insertions(+), 3 deletions(-)
>  create mode 100755 tools/logos/engicam.bmp

Any comments?

thanks!
-- 
Jagan Teki
Free Software Engineer | www.openedev.com
U-Boot, Linux | Upstream Maintainer
Hyderabad, India.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] [PATCH v2 0/7] imx6: icorem6: Add framebuffer and I2C support

2016-10-28 Thread Jagan Teki
From: Jagan Teki 

This series support framebuffer and I2C on top of u-boot-imx.git with
latest u-boot.git merge.

Changes for v2:
- Rebase on u-boot-imx.git and u-boot.git

Jagan Teki (7):
  video: Kconfig: Add VIDEO_IPV3 entry
  imx6: icorem6: Add framebuffer support
  imx6: icorem6: Add custom splashscreen support
  i2c: Kconfig: Add SYS_I2C_MXC entry
  i2c: mxc: Print hex instead of decimal for bus address
  i2c: mxc: Make 'no gpio pinctrl state' print as debug
  imx6: icorem6: Add I2C support

 arch/arm/cpu/armv7/mx6/Kconfig   |   1 +
 board/engicam/icorem6/icorem6.c  | 113 +++
 configs/imx6qdl_icore_mmc_defconfig  |   5 +-
 configs/imx6qdl_icore_nand_defconfig |   5 +-
 drivers/i2c/Kconfig  |   8 +++
 drivers/i2c/mxc_i2c.c|   2 +-
 drivers/video/Kconfig|   8 +++
 include/configs/imx6qdl_icore.h  |  14 +
 tools/logos/engicam.bmp  | Bin 0 -> 60214 bytes
 9 files changed, 153 insertions(+), 3 deletions(-)
 create mode 100755 tools/logos/engicam.bmp

-- 
2.7.4

___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot