All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] Pull request: u-boot-i2c
@ 2009-07-18  8:30 Heiko Schocher
  2009-07-18 22:37 ` Wolfgang Denk
  0 siblings, 1 reply; 19+ messages in thread
From: Heiko Schocher @ 2009-07-18  8:30 UTC (permalink / raw)
  To: u-boot

Hello Wolfgang,

The following changes since commit bfadb17f69c256196620c32164775f063a59c34f:
  Anton Vorontsov (1):
        mpc83xx: MPC837xEMDS: Use hwconfig instead of pci_external_arbiter variable

are available in the git repository at:

  git://git.denx.de/u-boot-i2c.git master

Alessandro Rubini (1):
      cmd_i2c: bugfix: add missing brace

 common/cmd_i2c.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

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

^ permalink raw reply	[flat|nested] 19+ messages in thread
* [U-Boot] Pull request: u-boot-i2c
@ 2011-01-27  6:37 Heiko Schocher
  2011-01-31 22:18 ` Wolfgang Denk
  0 siblings, 1 reply; 19+ messages in thread
From: Heiko Schocher @ 2011-01-27  6:37 UTC (permalink / raw)
  To: u-boot

Hello Wolfgang,

please pull from u-boot-i2c.git. This should go in actual release,
as it is a bugfix.

The following changes since commit 8aba9dceebb14144e07d19593111ee3a999c37fc:

  Divides variable of linker flags to LDFLAGS-u-boot and LDFLAGS (2011-01-25 22:22:30 +0100)

are available in the git repository at:
  git://git.denx.de/u-boot-i2c.git master

Ryan Mallon (1):
      Fix at91 includes in soft_i2c driver

 drivers/i2c/soft_i2c.c |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

Thanks!

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

^ permalink raw reply	[flat|nested] 19+ messages in thread
* [U-Boot] Pull request: u-boot-i2c
@ 2010-11-18 18:45 Heiko Schocher
  2010-11-19 21:03 ` Wolfgang Denk
  0 siblings, 1 reply; 19+ messages in thread
From: Heiko Schocher @ 2010-11-18 18:45 UTC (permalink / raw)
  To: u-boot

Hello Wolfgang,

The following changes since commit 8ad25bf8d9233eb7d0b614612108622a59069354:

  Net: clarify board/cpu_eth_init calls (2010-11-15 00:01:15 +0100)

are available in the git repository at:
  git://git.denx.de/u-boot-i2c.git master

Heiko Schocher (2):
      i2c, mpc5xxx: add multibus support
      post, i2c: add missing curly bracket in i2c_post_test

 arch/powerpc/cpu/mpc5xxx/i2c.c |   43 ++++++++++++++++++++++++++++++++++++++++
 post/drivers/i2c.c             |    3 +-
 2 files changed, 45 insertions(+), 1 deletions(-)
-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany

^ permalink raw reply	[flat|nested] 19+ messages in thread
* [U-Boot] Pull request: u-boot-i2c
@ 2010-10-25  6:08 Heiko Schocher
  2010-10-26 18:56 ` Wolfgang Denk
  0 siblings, 1 reply; 19+ messages in thread
From: Heiko Schocher @ 2010-10-25  6:08 UTC (permalink / raw)
  To: u-boot

Hello Wolfgang,

The following changes since commit fff6ec382c139eb242bd85356e66a0bc43becb63:

  Fix building for 83xx boards with USB support (2010-10-21 20:00:41 +0200)

are available in the git repository at:
  git://git.denx.de/u-boot-i2c.git master

Steve Sakoman (1):
      ARMV7: OMAP: I2C driver: Fix bug found in 37XX testing

 drivers/i2c/omap24xx_i2c.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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

^ permalink raw reply	[flat|nested] 19+ messages in thread
* [U-Boot] Pull request: u-boot-i2c
@ 2010-10-20 13:35 Heiko Schocher
  2010-10-20 19:23 ` Wolfgang Denk
  0 siblings, 1 reply; 19+ messages in thread
From: Heiko Schocher @ 2010-10-20 13:35 UTC (permalink / raw)
  To: u-boot

Hello Wolfgang,

The following changes since commit 11c8dd36edcc82564a19dbd0103302df66d66db0:

  FAT: buffer overflow with FAT12/16 (2010-10-20 09:14:38 +0200)

are available in the git repository at:
  git://git.denx.de/u-boot-i2c.git master

Steve Sakoman (4):
      ARMV7: OMAP: I2C driver: Use same timeout value as linux kernel driver
      ARMV7: OMAP: I2C driver: Restructure i2c_read_byte function
      ARMV7: OMAP: I2C driver: Restructure i2c_write_byte function
      ARMV7: OMAP: I2C driver: Restructure i2c_probe function

 drivers/i2c/omap24xx_i2c.c |  209 ++++++++++++++++++++++++-------------------
 1 files changed, 117 insertions(+), 92 deletions(-)

Thanks!

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

^ permalink raw reply	[flat|nested] 19+ messages in thread
* [U-Boot] [PATCH 0/3] omap2: i2c: minor cleanup
@ 2010-08-19  0:39 Nishanth Menon
  2010-08-19  3:28 ` Steve Sakoman
  0 siblings, 1 reply; 19+ messages in thread
From: Nishanth Menon @ 2010-08-19  0:39 UTC (permalink / raw)
  To: u-boot

As reported by wolfgang [1] sdp2420 platform build is broken atm

looking at the same showed some potential cleanups possible
in addition to fixing the problem

Warning: i dont have a board around, so only build tested for omap2,
tested for omap3


Nishanth Menon (3):
  i2c: omap2+: change header guard to be generic
  omap2: i2c: add syss offset
  omap2: i2c: remove redundant header definitions

 arch/arm/include/asm/arch-omap24xx/i2c.h |  110 +-----------------------------
 drivers/i2c/omap24xx_i2c.h               |    4 +-
 2 files changed, 5 insertions(+), 109 deletions(-)

Cc: Steve Sakoman <steve@sakoman.com>
Cc: Heiko <hs@denx.de>
Cc: Sandeep Paulraj <s-paulraj@ti.com>
Cc: Wolfang Denk <wd@denx.de>

Regards,
Nishanth Menon
Ref:
[1] http://lists.denx.de/pipermail/u-boot/2010-August/075826.html

^ permalink raw reply	[flat|nested] 19+ messages in thread
* [U-Boot] Pull request: u-boot-i2c
@ 2010-07-24  5:53 Heiko Schocher
  2010-07-24 18:42 ` Wolfgang Denk
  0 siblings, 1 reply; 19+ messages in thread
From: Heiko Schocher @ 2010-07-24  5:53 UTC (permalink / raw)
  To: u-boot

Hello Wolfgang,

please pull from u-boot-i2c

The following changes since commit 1f82ff4777f360e92aa37bbbed647f7b9d9d2044:
  Wolfgang Denk (1):
        Merge branch 'master' of git://git.denx.de/u-boot-video

are available in the git repository at:

  git://git.denx.de/u-boot-i2c.git master

Mike Frysinger (1):
      i2c: soft_i2c: add simple GPIO implementation

 README                 |   10 +++++++++
 drivers/i2c/soft_i2c.c |   52 ++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 62 insertions(+), 0 deletions(-)

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

^ permalink raw reply	[flat|nested] 19+ messages in thread
* [U-Boot] [GIT PULL] Pull request: u-boot-imx
@ 2010-05-05  8:15 Stefano Babic
  2010-05-06  5:32 ` [U-Boot] Pull request: u-boot-i2c Heiko Schocher
  0 siblings, 1 reply; 19+ messages in thread
From: Stefano Babic @ 2010-05-05  8:15 UTC (permalink / raw)
  To: u-boot

Hi Tom,

please pull from u-boot-imx.

The following changes since commit b88c5988db176a0f9de5598d5167ee2498637d40:
  Kim Phillips (1):
        configs: remove unused CONFIG_COMMAND_HISTORY

are available in the git repository at:

  git://git.denx.de/u-boot-imx master

Anatolij Gustschin (1):
      tx25: fix crash while booting Linux

Fabio Estevam (1):
      MX51: Fix MX51 CPU detect message

Magnus Lilja (1):
      i.MX31: Activate NAND support for i.MX31 Litekit board.

Stefano Babic (7):
      MX51evk: Removed warnings
      MX: Added Freescale Power Management Driver
      MX: RTC13783 uses general function to access PMIC
      MX31: Add support for PMIC to the QONG module
      SPI: added support for MX51 to mxc_spi
      MX: Added definition file for MC13892
      Add SPI support to mx51evk board

 arch/arm/cpu/arm_cortexa8/mx51/soc.c |    2 +-
 board/davedenx/qong/qong.c           |   20 +++
 board/freescale/mx51evk/mx51evk.c    |  143 +++++++++++++++++++++-
 board/karo/tx25/tx25.c               |    3 +
 drivers/misc/Makefile                |    1 +
 drivers/misc/fsl_pmic.c              |  200 +++++++++++++++++++++++++++++
 drivers/rtc/mc13783-rtc.c            |   72 +++---------
 drivers/spi/mxc_spi.c                |  231
+++++++++++++++++++++++++++++++---
 include/configs/imx31_litekit.h      |   19 +++-
 include/configs/mx31ads.h            |    8 +-
 include/configs/mx31pdk.h            |    9 +-
 include/configs/mx51evk.h            |   15 +++
 include/configs/qong.h               |   14 ++
 include/fsl_pmic.h                   |  128 +++++++++++++++++++
 include/mc13892.h                    |  160 +++++++++++++++++++++++
 15 files changed, 935 insertions(+), 90 deletions(-)
 create mode 100644 drivers/misc/fsl_pmic.c
 create mode 100644 include/fsl_pmic.h
 create mode 100644 include/mc13892.h


-- 
=====================================================================
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-0 Fax: +49-8142-66989-80  Email: office at denx.de
=====================================================================

^ permalink raw reply	[flat|nested] 19+ messages in thread
* [U-Boot] Pull request: u-boot-i2c
@ 2010-04-19  5:53 Heiko Schocher
  2010-04-24 19:12 ` Wolfgang Denk
  0 siblings, 1 reply; 19+ messages in thread
From: Heiko Schocher @ 2010-04-19  5:53 UTC (permalink / raw)
  To: u-boot

Hello Wolfgang,

The following changes since commit 2a72e9ed18d2164eb7fe569119342eb631b568da:
  Stefan Roese (1):
        ppc4xx: Add option for PPC440SPe ports without old Rev. A support

are available in the git repository at:

  git://git.denx.de/u-boot-i2c.git master

Richard Retanubun (1):
      fsl_i2c: Added a callpoint for i2c_board_late_init

 README                |   11 +++++++++++
 drivers/i2c/fsl_i2c.c |   16 +++++++++++++---
 include/i2c.h         |    3 +++
 3 files changed, 27 insertions(+), 3 deletions(-)

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

^ permalink raw reply	[flat|nested] 19+ messages in thread
* [U-Boot]  Pull request: u-boot-i2c
@ 2009-03-02  8:39 Heiko Schocher
  2009-03-08 23:07 ` Wolfgang Denk
  0 siblings, 1 reply; 19+ messages in thread
From: Heiko Schocher @ 2009-03-02  8:39 UTC (permalink / raw)
  To: u-boot

Hello Wolfgang,

The following changes since commit 00cc5595a7caac8066b408774383a956c2e26797:
  Anatolij Gustschin (1):
        lcd: Fix compilation warning in common/lcd.c

are available in the git repository at:

  git://git.denx.de/u-boot-i2c.git master

Heiko Schocher (1):
      i2c, dtt: move dtt_init () to board_init_r ()

 lib_ppc/board.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
[hs at pollux u-boot-i2c]$

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

^ permalink raw reply	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2011-01-31 22:18 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-07-18  8:30 [U-Boot] Pull request: u-boot-i2c Heiko Schocher
2009-07-18 22:37 ` Wolfgang Denk
  -- strict thread matches above, loose matches on Subject: below --
2011-01-27  6:37 Heiko Schocher
2011-01-31 22:18 ` Wolfgang Denk
2010-11-18 18:45 Heiko Schocher
2010-11-19 21:03 ` Wolfgang Denk
2010-10-25  6:08 Heiko Schocher
2010-10-26 18:56 ` Wolfgang Denk
2010-10-20 13:35 Heiko Schocher
2010-10-20 19:23 ` Wolfgang Denk
2010-08-19  0:39 [U-Boot] [PATCH 0/3] omap2: i2c: minor cleanup Nishanth Menon
2010-08-19  3:28 ` Steve Sakoman
2010-08-23  6:29   ` [U-Boot] Pull request: u-boot-i2c Heiko Schocher
2010-07-24  5:53 Heiko Schocher
2010-07-24 18:42 ` Wolfgang Denk
2010-05-05  8:15 [U-Boot] [GIT PULL] Pull request: u-boot-imx Stefano Babic
2010-05-06  5:32 ` [U-Boot] Pull request: u-boot-i2c Heiko Schocher
2010-05-06 21:24   ` Wolfgang Denk
2010-04-19  5:53 Heiko Schocher
2010-04-24 19:12 ` Wolfgang Denk
2009-03-02  8:39 Heiko Schocher
2009-03-08 23:07 ` Wolfgang Denk

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.