All of lore.kernel.org
 help / color / mirror / Atom feed
From: Heiko Schocher <hs@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v4 6/9] i2c, davinci: convert driver to new mutlibus/mutliadapter framework
Date: Mon, 31 Mar 2014 07:24:22 +0200	[thread overview]
Message-ID: <5338FC06.3000902@denx.de> (raw)
In-Reply-To: <1395935952-11542-7-git-send-email-m-karicheri2@ti.com>

Hello Mruali,

Am 27.03.2014 16:59, schrieb Murali Karicheri:
> From: Vitaly Andrianov<vitalya@ti.com>
>
>      - add davinci driver to new multibus/multiadpater support
>      - adapted all config files, which uses this driver
>
> Signed-off-by: Vitaly Andrianov<vitalya@ti.com>
> Signed-off-by: Murali Karicheri<m-karicheri2@ti.com>
> ---
>   arch/arm/cpu/arm926ejs/davinci/dm355.c  |    2 +-
>   arch/arm/cpu/arm926ejs/davinci/dm365.c  |    2 +-
>   arch/arm/cpu/arm926ejs/davinci/dm644x.c |    2 +-
>   arch/arm/cpu/arm926ejs/davinci/dm646x.c |    2 +-
>   drivers/i2c/Makefile                    |    2 +-
>   drivers/i2c/davinci_i2c.c               |  401 ++++++++++++++++++-------------
>   drivers/i2c/davinci_i2c.h               |   27 ++-
>   include/configs/cam_enc_4xx.h           |    8 +-
>   include/configs/da830evm.h              |    8 +-
>   include/configs/da850evm.h              |    8 +-
>   include/configs/davinci_dm355evm.h      |    8 +-
>   include/configs/davinci_dm355leopard.h  |    8 +-
>   include/configs/davinci_dm365evm.h      |    8 +-
>   include/configs/davinci_dm6467evm.h     |    8 +-
>   include/configs/davinci_dvevm.h         |    8 +-
>   include/configs/davinci_schmoogie.h     |    8 +-
>   include/configs/davinci_sffsdr.h        |    8 +-
>   include/configs/davinci_sonata.h        |    8 +-
>   include/configs/ea20.h                  |    6 +-
>   include/configs/enbw_cmc.h              |    8 +-
>   20 files changed, 305 insertions(+), 235 deletions(-)

This is your v4 post ... some sort of history, what has changed
would be nice ...

[...]
> diff --git a/drivers/i2c/Makefile b/drivers/i2c/Makefile
> index 36d5e5f..fd1cb11 100644
> --- a/drivers/i2c/Makefile
> +++ b/drivers/i2c/Makefile
> @@ -6,7 +6,7 @@
>   #
>
>   obj-$(CONFIG_BFIN_TWI_I2C) += bfin-twi_i2c.o
> -obj-$(CONFIG_DRIVER_DAVINCI_I2C) += davinci_i2c.o
> +obj-$(CONFIG_SYS_I2C_DAVINCI) += davinci_i2c.o

please keep lists sorted.

>   obj-$(CONFIG_DW_I2C) += designware_i2c.o
>   obj-$(CONFIG_I2C_MVTWSI) += mvtwsi.o
>   obj-$(CONFIG_I2C_MV) += mv_i2c.o
[...]

Rest looks Ok for me ... if checkpatch drops no errors and warnings
and MAKEALL compiles clean ;-)

bye,
Heiko
-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany

  reply	other threads:[~2014-03-31  5:24 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-03-27 15:59 [U-Boot] [PATCH v4 0/9] Add support for keystone2 SoC and K2HK EVM Murali Karicheri
2014-03-27 15:59 ` [U-Boot] [PATCH v4 1/9] fdt: call ft_board_setup_ex() at the end of image_setup_libfdt() Murali Karicheri
2014-03-27 15:59 ` [U-Boot] [PATCH v4 2/9] tools: mkimage: add support for gpimage format Murali Karicheri
2014-03-27 15:59 ` [U-Boot] [PATCH v4 3/9] arm: add support for arch timer Murali Karicheri
2014-03-27 15:59 ` [U-Boot] [PATCH v4 4/9] NAND: DaVinci: allow forced disable of subpage writes Murali Karicheri
2014-03-27 15:59 ` [U-Boot] [PATCH v4 5/9] i2c, davinci: move i2c_defs.h to the drivers/i2c directory Murali Karicheri
2014-03-27 15:59 ` [U-Boot] [PATCH v4 6/9] i2c, davinci: convert driver to new mutlibus/mutliadapter framework Murali Karicheri
2014-03-31  5:24   ` Heiko Schocher [this message]
2014-03-31 20:23     ` Karicheri, Muralidharan
2014-04-01  5:12       ` Heiko Schocher
2014-03-27 15:59 ` [U-Boot] [PATCH v4 7/9] k2hk: add support for k2hk SOC and EVM Murali Karicheri
2014-03-28 17:47   ` Tom Rini
2014-03-27 15:59 ` [U-Boot] [PATCH v4 8/9] spi: davinci: add support for multiple bus and chip select Murali Karicheri
2014-03-27 15:59 ` [U-Boot] [PATCH v4 9/9] k2hk-evm: add configuration for spi1 and spi2 support Murali Karicheri
2014-03-27 16:01 ` [U-Boot] [PATCH v4 0/9] Add support for keystone2 SoC and K2HK EVM Karicheri, Muralidharan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5338FC06.3000902@denx.de \
    --to=hs@denx.de \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.