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 v5 6/9] i2c, davinci: convert driver to new mutlibus/mutliadapter framework
Date: Wed, 02 Apr 2014 06:30:49 +0200	[thread overview]
Message-ID: <533B9279.10806@denx.de> (raw)
In-Reply-To: <1396377869-15724-7-git-send-email-m-karicheri2@ti.com>

Hello Murali,

Am 01.04.2014 20:44, 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                  |    7 +-
>   include/configs/enbw_cmc.h              |    8 +-
>   20 files changed, 306 insertions(+), 235 deletions(-)

Thanks!

Acked-by: Heiko Schocher <hs@denx.de>

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-04-02  4:30 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-04-01 18:44 [U-Boot] [PATCH v5 0/9] Add support for keystone2 SoC and K2HK EVM Murali Karicheri
2014-04-01 18:44 ` [U-Boot] [PATCH v5 1/9] fdt: call ft_board_setup_ex() at the end of image_setup_libfdt() Murali Karicheri
2014-04-01 18:44 ` [U-Boot] [PATCH v5 2/9] tools: mkimage: add support for gpimage format Murali Karicheri
2014-04-01 18:44 ` [U-Boot] [PATCH v5 3/9] arm: add support for arch timer Murali Karicheri
2014-04-03  1:46   ` Masahiro Yamada
2014-04-03 11:22     ` Andrianov, Vitaly
2014-04-04 10:12       ` FengHua
2014-04-04 17:20         ` Murali Karicheri
2014-04-01 18:44 ` [U-Boot] [PATCH v5 4/9] NAND: DaVinci: allow forced disable of subpage writes Murali Karicheri
2014-04-01 18:44 ` [U-Boot] [PATCH v5 5/9] i2c, davinci: move i2c_defs.h to the drivers/i2c directory Murali Karicheri
2014-04-01 18:44 ` [U-Boot] [PATCH v5 6/9] i2c, davinci: convert driver to new mutlibus/mutliadapter framework Murali Karicheri
2014-04-02  4:30   ` Heiko Schocher [this message]
2014-04-01 18:44 ` [U-Boot] [PATCH v5 7/9] k2hk: add support for k2hk SOC and EVM Murali Karicheri
2014-04-03 12:32   ` Ivan Khoronzhuk
2014-04-01 18:44 ` [U-Boot] [PATCH v5 8/9] spi: davinci: add support for multiple bus and chip select Murali Karicheri
2014-04-01 18:44 ` [U-Boot] [PATCH v5 9/9] k2hk-evm: add configuration for spi1 and spi2 support Murali Karicheri

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=533B9279.10806@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.