public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot]  [PULL] : Please pull u-boot-i2c
@ 2013-01-29  7:41 Heiko Schocher
  2013-01-29 22:15 ` Tom Rini
  0 siblings, 1 reply; 9+ messages in thread
From: Heiko Schocher @ 2013-01-29  7:41 UTC (permalink / raw)
  To: u-boot

Hello Tom,

please pull from u-boot-i2c:

The following changes since commit 54b08efcf2f4ff532ce99c53f341a59c193331a5:

  README.mips: update known issues and TODOs (2013-01-16 10:52:08 +0100)

are available in the git repository at:

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

for you to fetch changes up to 019be4af642cf59df0fa97082e5d9e290d26f997:

  Remove unused CONFIG_SYS_I2C_BUS[_SELECT] (2013-01-29 06:40:01 +0100)

----------------------------------------------------------------
Marek Vasut (1):
      i2c: mxs: Staticize the functions in the driver

Michael Jones (1):
      Remove unused CONFIG_SYS_I2C_BUS[_SELECT]

 drivers/i2c/mxs_i2c.c              | 8 ++++----
 include/configs/am3517_crane.h     | 2 --
 include/configs/am3517_evm.h       | 2 --
 include/configs/cm_t35.h           | 2 --
 include/configs/devkit8000.h       | 2 --
 include/configs/dig297.h           | 2 --
 include/configs/igep00x0.h         | 2 --
 include/configs/mcx.h              | 1 -
 include/configs/omap3_beagle.h     | 2 --
 include/configs/omap3_evm_common.h | 2 --
 include/configs/omap3_logic.h      | 2 --
 include/configs/omap3_mvblx.h      | 2 --
 include/configs/omap3_pandora.h    | 2 --
 include/configs/omap3_sdp3430.h    | 2 --
 include/configs/omap3_zoom1.h      | 2 --
 include/configs/omap3_zoom2.h      | 2 --
 include/configs/omap4_common.h     | 2 --
 include/configs/tam3517-common.h   | 2 --
 include/configs/tricorder.h        | 2 --
 19 Dateien ge?ndert, 4 Zeilen hinzugef?gt(+), 39 Zeilen entfernt(-)

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] 9+ messages in thread

* [U-Boot] [PULL] : Please pull u-boot-i2c
  2013-01-29  7:41 Heiko Schocher
@ 2013-01-29 22:15 ` Tom Rini
  0 siblings, 0 replies; 9+ messages in thread
From: Tom Rini @ 2013-01-29 22:15 UTC (permalink / raw)
  To: u-boot

On Tue, Jan 29, 2013 at 08:41:26AM +0100, Heiko Schocher wrote:

> Hello Tom,
> 
> please pull from u-boot-i2c:
> 
> The following changes since commit 54b08efcf2f4ff532ce99c53f341a59c193331a5:
> 
>   README.mips: update known issues and TODOs (2013-01-16 10:52:08 +0100)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-i2c.git master
> 
> for you to fetch changes up to 019be4af642cf59df0fa97082e5d9e290d26f997:
> 
>   Remove unused CONFIG_SYS_I2C_BUS[_SELECT] (2013-01-29 06:40:01 +0100)
> 
> ----------------------------------------------------------------
> Marek Vasut (1):
>       i2c: mxs: Staticize the functions in the driver
> 
> Michael Jones (1):
>       Remove unused CONFIG_SYS_I2C_BUS[_SELECT]
> 
>  drivers/i2c/mxs_i2c.c              | 8 ++++----
>  include/configs/am3517_crane.h     | 2 --
>  include/configs/am3517_evm.h       | 2 --
>  include/configs/cm_t35.h           | 2 --
>  include/configs/devkit8000.h       | 2 --
>  include/configs/dig297.h           | 2 --
>  include/configs/igep00x0.h         | 2 --
>  include/configs/mcx.h              | 1 -
>  include/configs/omap3_beagle.h     | 2 --
>  include/configs/omap3_evm_common.h | 2 --
>  include/configs/omap3_logic.h      | 2 --
>  include/configs/omap3_mvblx.h      | 2 --
>  include/configs/omap3_pandora.h    | 2 --
>  include/configs/omap3_sdp3430.h    | 2 --
>  include/configs/omap3_zoom1.h      | 2 --
>  include/configs/omap3_zoom2.h      | 2 --
>  include/configs/omap4_common.h     | 2 --
>  include/configs/tam3517-common.h   | 2 --
>  include/configs/tricorder.h        | 2 --
>  19 Dateien ge?ndert, 4 Zeilen hinzugef?gt(+), 39 Zeilen entfernt(-)

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20130129/850c1838/attachment.pgp>

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

* [U-Boot]  [PULL] : Please pull u-boot-i2c
@ 2013-03-12 18:42 Heiko Schocher
  2013-03-13 18:25 ` Tom Rini
  0 siblings, 1 reply; 9+ messages in thread
From: Heiko Schocher @ 2013-03-12 18:42 UTC (permalink / raw)
  To: u-boot

Hello Tom,

please pull from u-boot-i2c:

The following changes since commit 68149e94053d18b54a63c9a44c87f178f59a169e:

  cmd_mem.c: Fix warning when CONFIG_CMD_MEMTEST is not set (2013-03-12 12:43:31 -0400)

are available in the git repository at:

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

for you to fetch changes up to cb466c056a878dcae27b76eb86a124e0c5203e7a:

  I2C: S3C24X0: Bug fixes in i2c_transfer (2013-03-12 19:33:11 +0100)

----------------------------------------------------------------
Rajeshwari Shinde (2):
      I2C: S3C24X0: Remove the dead code
      I2C: S3C24X0: Bug fixes in i2c_transfer

 drivers/i2c/s3c24x0_i2c.c | 21 ++++++---------------
 1 Datei ge?ndert, 6 Zeilen hinzugef?gt(+), 15 Zeilen entfernt(-)

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] 9+ messages in thread

* [U-Boot] [PULL] : Please pull u-boot-i2c
  2013-03-12 18:42 [U-Boot] [PULL] : Please pull u-boot-i2c Heiko Schocher
@ 2013-03-13 18:25 ` Tom Rini
  0 siblings, 0 replies; 9+ messages in thread
From: Tom Rini @ 2013-03-13 18:25 UTC (permalink / raw)
  To: u-boot

On Tue, Mar 12, 2013 at 07:42:26PM +0100, Heiko Schocher wrote:

> Hello Tom,
> 
> please pull from u-boot-i2c:
> 
> The following changes since commit 68149e94053d18b54a63c9a44c87f178f59a169e:
> 
>   cmd_mem.c: Fix warning when CONFIG_CMD_MEMTEST is not set (2013-03-12 12:43:31 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-i2c.git master
> 
> for you to fetch changes up to cb466c056a878dcae27b76eb86a124e0c5203e7a:
> 
>   I2C: S3C24X0: Bug fixes in i2c_transfer (2013-03-12 19:33:11 +0100)
> 
> ----------------------------------------------------------------
> Rajeshwari Shinde (2):
>       I2C: S3C24X0: Remove the dead code
>       I2C: S3C24X0: Bug fixes in i2c_transfer
> 
>  drivers/i2c/s3c24x0_i2c.c | 21 ++++++---------------
>  1 Datei ge?ndert, 6 Zeilen hinzugef?gt(+), 15 Zeilen entfernt(-)

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20130313/e4053967/attachment.pgp>

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

* [U-Boot] [PULL] : Please pull u-boot-i2c
@ 2013-04-29 14:18 Heiko Schocher
  2013-04-29 16:25 ` Tom Rini
  2013-04-29 22:58 ` [U-Boot] [PATCH] fdtdec: Add compatible string for High speed i2c Naveen Krishna Chatradhi
  0 siblings, 2 replies; 9+ messages in thread
From: Heiko Schocher @ 2013-04-29 14:18 UTC (permalink / raw)
  To: u-boot

Hello Tom,

please pull from u-boot-i2c:

The following changes since commit 500bccf84408ad71674b714cd9db3480736ad8e1:

  Merge branch 'master' of git://www.denx.de/git/u-boot-cfi-flash (2013-04-22 09:12:16 -0400)

are available in the git repository at:


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

for you to fetch changes up to 3e7611ab0bf917ac003975f6fd8a233fed04a7dc:

  post: fix I2C POST failure for devices in CONFIG_SYS_POST_I2C_IGNORES (2013-04-29 16:06:40 +0200)

----------------------------------------------------------------
Anatolij Gustschin (1):
      post: fix I2C POST failure for devices in CONFIG_SYS_POST_I2C_IGNORES

Naveen Krishna Ch (1):
      i2c: s3c24xx: add hsi2c controller support

 drivers/i2c/s3c24x0_i2c.c | 494
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++------------
 drivers/i2c/s3c24x0_i2c.h |  36 ++++++++++
 post/drivers/i2c.c        |   2 +
 3 Dateien ge?ndert, 488 Zeilen hinzugef?gt(+), 44 Zeilen entfernt(-)

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] 9+ messages in thread

* [U-Boot] [PULL] : Please pull u-boot-i2c
  2013-04-29 14:18 [U-Boot] [PULL] : Please pull u-boot-i2c Heiko Schocher
@ 2013-04-29 16:25 ` Tom Rini
  2013-04-30  4:14   ` Heiko Schocher
  2013-04-29 22:58 ` [U-Boot] [PATCH] fdtdec: Add compatible string for High speed i2c Naveen Krishna Chatradhi
  1 sibling, 1 reply; 9+ messages in thread
From: Tom Rini @ 2013-04-29 16:25 UTC (permalink / raw)
  To: u-boot

On Mon, Apr 29, 2013 at 04:18:08PM +0200, Heiko Schocher wrote:

> Hello Tom,
> 
> please pull from u-boot-i2c:
> 
> The following changes since commit 500bccf84408ad71674b714cd9db3480736ad8e1:
> 
>   Merge branch 'master' of git://www.denx.de/git/u-boot-cfi-flash (2013-04-22 09:12:16 -0400)
> 
> are available in the git repository at:
> 
> 
>   git://git.denx.de/u-boot-i2c.git master
> 
> for you to fetch changes up to 3e7611ab0bf917ac003975f6fd8a233fed04a7dc:
> 
>   post: fix I2C POST failure for devices in CONFIG_SYS_POST_I2C_IGNORES (2013-04-29 16:06:40 +0200)
> 
> ----------------------------------------------------------------
> Anatolij Gustschin (1):
>       post: fix I2C POST failure for devices in CONFIG_SYS_POST_I2C_IGNORES
> 
> Naveen Krishna Ch (1):
>       i2c: s3c24xx: add hsi2c controller support
> 
>  drivers/i2c/s3c24x0_i2c.c | 494
> +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++------------
>  drivers/i2c/s3c24x0_i2c.h |  36 ++++++++++
>  post/drivers/i2c.c        |   2 +
>  3 Dateien ge?ndert, 488 Zeilen hinzugef?gt(+), 44 Zeilen entfernt(-)

NAK.  MAKEALL -a arm:
--------------------- SUMMARY ----------------------------
Boards compiled: 306
Boards with errors: 3 ( snow VCMA9 smdk5250 )
----------------------------------------------------------

And the problem is:
s3c24x0_i2c.c: In function 'board_i2c_init':
s3c24x0_i2c.c:945:3: error: 'COMPAT_SAMSUNG_EXYNOS5_I2C' undeclared
(first use in this function)

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20130429/dece3106/attachment.pgp>

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

* [U-Boot] [PATCH] fdtdec: Add compatible string for High speed i2c
  2013-04-29 14:18 [U-Boot] [PULL] : Please pull u-boot-i2c Heiko Schocher
  2013-04-29 16:25 ` Tom Rini
@ 2013-04-29 22:58 ` Naveen Krishna Chatradhi
  1 sibling, 0 replies; 9+ messages in thread
From: Naveen Krishna Chatradhi @ 2013-04-29 22:58 UTC (permalink / raw)
  To: u-boot

Adds a new COMPAT string exynos5-hsi2c for high speed i2c controller
available on exynos5 SoCs from Samsung.

Signed-off-by: Naveen Krishna Chatradhi <ch.naveen@samsung.com>
---
This patch is required for the following change
http://lists.denx.de/pipermail/u-boot/2013-April/151886.html
and fixes the following issue.
http://www.mail-archive.com/u-boot at lists.denx.de/msg112117.html
Apologies for delaying this change.

 include/fdtdec.h |    1 +
 lib/fdtdec.c     |    1 +
 2 files changed, 2 insertions(+)

diff --git a/include/fdtdec.h b/include/fdtdec.h
index 4e8032b..2bf8ae8 100644
--- a/include/fdtdec.h
+++ b/include/fdtdec.h
@@ -93,6 +93,7 @@ enum fdt_compat_id {
 	COMPAT_GENERIC_SPI_FLASH,	/* Generic SPI Flash chip */
 	COMPAT_MAXIM_98095_CODEC,	/* MAX98095 Codec */
 	COMPAT_INFINEON_SLB9635_TPM,	/* Infineon SLB9635 TPM */
+	COMPAT_SAMSUNG_EXYNOS5_I2C,	/* Exynos5 High Speed I2C Controller */
 
 	COMPAT_COUNT,
 };
diff --git a/lib/fdtdec.c b/lib/fdtdec.c
index 92fbefe..f8af561 100644
--- a/lib/fdtdec.c
+++ b/lib/fdtdec.c
@@ -66,6 +66,7 @@ static const char * const compat_names[COMPAT_COUNT] = {
 	COMPAT(GENERIC_SPI_FLASH, "spi-flash"),
 	COMPAT(MAXIM_98095_CODEC, "maxim,max98095-codec"),
 	COMPAT(INFINEON_SLB9635_TPM, "infineon,slb9635-tpm"),
+	COMPAT(SAMSUNG_EXYNOS5_I2C, "samsung,exynos5-hsi2c"),
 };
 
 const char *fdtdec_get_compatible(enum fdt_compat_id id)
-- 
1.7.9.5

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

* [U-Boot] [PULL] : Please pull u-boot-i2c
  2013-04-29 16:25 ` Tom Rini
@ 2013-04-30  4:14   ` Heiko Schocher
  2013-04-30 15:44     ` Tom Rini
  0 siblings, 1 reply; 9+ messages in thread
From: Heiko Schocher @ 2013-04-30  4:14 UTC (permalink / raw)
  To: u-boot

Hello Tom,

On 29.04.2013 18:25, Tom Rini wrote:
> On Mon, Apr 29, 2013 at 04:18:08PM +0200, Heiko Schocher wrote:
> 
>> Hello Tom,
>>
>> please pull from u-boot-i2c:
>>
>> The following changes since commit 500bccf84408ad71674b714cd9db3480736ad8e1:
>>
>>   Merge branch 'master' of git://www.denx.de/git/u-boot-cfi-flash (2013-04-22 09:12:16 -0400)
>>
>> are available in the git repository at:
>>
>>
>>   git://git.denx.de/u-boot-i2c.git master
>>
>> for you to fetch changes up to 3e7611ab0bf917ac003975f6fd8a233fed04a7dc:
>>
>>   post: fix I2C POST failure for devices in CONFIG_SYS_POST_I2C_IGNORES (2013-04-29 16:06:40 +0200)
>>
>> ----------------------------------------------------------------
>> Anatolij Gustschin (1):
>>       post: fix I2C POST failure for devices in CONFIG_SYS_POST_I2C_IGNORES
>>
>> Naveen Krishna Ch (1):
>>       i2c: s3c24xx: add hsi2c controller support
>>
>>  drivers/i2c/s3c24x0_i2c.c | 494
>> +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++------------
>>  drivers/i2c/s3c24x0_i2c.h |  36 ++++++++++
>>  post/drivers/i2c.c        |   2 +
>>  3 Dateien ge?ndert, 488 Zeilen hinzugef?gt(+), 44 Zeilen entfernt(-)
> 
> NAK.  MAKEALL -a arm:
> --------------------- SUMMARY ----------------------------
> Boards compiled: 306
> Boards with errors: 3 ( snow VCMA9 smdk5250 )
> ----------------------------------------------------------
> 
> And the problem is:
> s3c24x0_i2c.c: In function 'board_i2c_init':
> s3c24x0_i2c.c:945:3: error: 'COMPAT_SAMSUNG_EXYNOS5_I2C' undeclared
> (first use in this function)

Oh.. Sorry ... I am sure I did a Makeall ... but It seems, it was
for powerpc only ... so please pull:

The following changes since commit 500bccf84408ad71674b714cd9db3480736ad8e1:

  Merge branch 'master' of git://www.denx.de/git/u-boot-cfi-flash (2013-04-22 09:12:16 -0400)

are available in the git repository at:


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

for you to fetch changes up to 1ff17c85bbc9bf9da71b2980c5a8255784b216de:

  post: fix I2C POST failure for devices in CONFIG_SYS_POST_I2C_IGNORES (2013-04-30 06:08:43 +0200)

----------------------------------------------------------------
Anatolij Gustschin (1):
      post: fix I2C POST failure for devices in CONFIG_SYS_POST_I2C_IGNORES

 post/drivers/i2c.c | 2 ++
 1 Datei ge?ndert, 2 Zeilen hinzugef?gt(+)

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] 9+ messages in thread

* [U-Boot] [PULL] : Please pull u-boot-i2c
  2013-04-30  4:14   ` Heiko Schocher
@ 2013-04-30 15:44     ` Tom Rini
  0 siblings, 0 replies; 9+ messages in thread
From: Tom Rini @ 2013-04-30 15:44 UTC (permalink / raw)
  To: u-boot

On Tue, Apr 30, 2013 at 06:14:06AM +0200, Heiko Schocher wrote:

> Hello Tom,
> 
> On 29.04.2013 18:25, Tom Rini wrote:
> > On Mon, Apr 29, 2013 at 04:18:08PM +0200, Heiko Schocher wrote:
> > 
> >> Hello Tom,
> >>
> >> please pull from u-boot-i2c:
> >>
> >> The following changes since commit 500bccf84408ad71674b714cd9db3480736ad8e1:
> >>
> >>   Merge branch 'master' of git://www.denx.de/git/u-boot-cfi-flash (2013-04-22 09:12:16 -0400)
> >>
> >> are available in the git repository at:
> >>
> >>
> >>   git://git.denx.de/u-boot-i2c.git master
> >>
> >> for you to fetch changes up to 3e7611ab0bf917ac003975f6fd8a233fed04a7dc:
> >>
> >>   post: fix I2C POST failure for devices in CONFIG_SYS_POST_I2C_IGNORES (2013-04-29 16:06:40 +0200)
> >>
> >> ----------------------------------------------------------------
> >> Anatolij Gustschin (1):
> >>       post: fix I2C POST failure for devices in CONFIG_SYS_POST_I2C_IGNORES
> >>
> >> Naveen Krishna Ch (1):
> >>       i2c: s3c24xx: add hsi2c controller support
> >>
> >>  drivers/i2c/s3c24x0_i2c.c | 494
> >> +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++------------
> >>  drivers/i2c/s3c24x0_i2c.h |  36 ++++++++++
> >>  post/drivers/i2c.c        |   2 +
> >>  3 Dateien ge?ndert, 488 Zeilen hinzugef?gt(+), 44 Zeilen entfernt(-)
> > 
> > NAK.  MAKEALL -a arm:
> > --------------------- SUMMARY ----------------------------
> > Boards compiled: 306
> > Boards with errors: 3 ( snow VCMA9 smdk5250 )
> > ----------------------------------------------------------
> > 
> > And the problem is:
> > s3c24x0_i2c.c: In function 'board_i2c_init':
> > s3c24x0_i2c.c:945:3: error: 'COMPAT_SAMSUNG_EXYNOS5_I2C' undeclared
> > (first use in this function)
> 
> Oh.. Sorry ... I am sure I did a Makeall ... but It seems, it was
> for powerpc only ... so please pull:
> 
> The following changes since commit 500bccf84408ad71674b714cd9db3480736ad8e1:
> 
>   Merge branch 'master' of git://www.denx.de/git/u-boot-cfi-flash (2013-04-22 09:12:16 -0400)
> 
> are available in the git repository at:
> 
> 
>   git://git.denx.de/u-boot-i2c.git master
> 
> for you to fetch changes up to 1ff17c85bbc9bf9da71b2980c5a8255784b216de:
> 
>   post: fix I2C POST failure for devices in CONFIG_SYS_POST_I2C_IGNORES (2013-04-30 06:08:43 +0200)
> 
> ----------------------------------------------------------------
> Anatolij Gustschin (1):
>       post: fix I2C POST failure for devices in CONFIG_SYS_POST_I2C_IGNORES
> 
>  post/drivers/i2c.c | 2 ++
>  1 Datei ge?ndert, 2 Zeilen hinzugef?gt(+)

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20130430/84f46109/attachment.pgp>

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

end of thread, other threads:[~2013-04-30 15:44 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-29 14:18 [U-Boot] [PULL] : Please pull u-boot-i2c Heiko Schocher
2013-04-29 16:25 ` Tom Rini
2013-04-30  4:14   ` Heiko Schocher
2013-04-30 15:44     ` Tom Rini
2013-04-29 22:58 ` [U-Boot] [PATCH] fdtdec: Add compatible string for High speed i2c Naveen Krishna Chatradhi
  -- strict thread matches above, loose matches on Subject: below --
2013-03-12 18:42 [U-Boot] [PULL] : Please pull u-boot-i2c Heiko Schocher
2013-03-13 18:25 ` Tom Rini
2013-01-29  7:41 Heiko Schocher
2013-01-29 22:15 ` Tom Rini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox