Hello Tom,
Tom wrote:
> I would like to add support for the twl4030, a composite i2c device,
> found on the omap3 zoom's.
> The header file will be include/twl4030.h.
> How do you want the source to be structured ?
> 1. A single large file in drivers/i2c/twl4030.c
>
> or device files added und
Hi Kim,
The bit setting did not help with our errors at
1Gbit, so the comment:
> While not making a difference on the MPC8349EMDS,
> changing the output buffer impedance on TSEC1 to
> 2.5V has negative effect on other mpc83xx based
> boards - they start dropping frame data
> consequently promptin
On Sun, 24 May 2009 22:13:27 +0200
Wolfgang Denk wrote:
> In message <1243192952.703.7.ca...@ptyser-laptop> you wrote:
> >
> > > CodingStyle Ch.12 suggests that it's the other fsl arches that are in
> > > violation here, not 83XX:
>
> Agreed...
>
> > Either way is fine with me, as long as thing
On Fri, 05 Jun 2009 14:45:38 -0400
Paul Gortmaker wrote:
> I applied the chunk below onto a checkout of v2009.06-rc2 and it
> works fine on sbc8349; tested both TSEC and at both 100 and 1GB.
>
> Tested-by: Paul Gortmaker
Thanks Paul, Ira, and Dave.
I've applied the following on u-boot-mpc83xx
Dear Utpal Parrikar,
In message <657deec70906051403x15273b22jee0b17043e8bc...@mail.gmail.com> you
wrote:
> After downloading latest u-boot, I did
...
> I get following error: Can someone tell me what I am doing wrong
...
> linux/egcs-2.91.66 -lgcc
egcs-2.91.66 ??? Seems you are using a *really*
From edb2947e95dc8dc1c91bc952002304267d02639f Mon Sep 17 00:00:00 2001
From: Richard Retanubun
Date: Fri, 5 Jun 2009 15:54:56 -0400
Subject: [PATCH] MCF5271: Added #defines for Edge Port Module (EPORT)
This patch adds #defines of EPORT registers as offsets from IPSBAR (MBAR)
---
include/asm-m6
After downloading latest u-boot, I did
make qemu_mips_config
make
after setting CROSS_COMPILE=mipsel-linux-
I get following error: Can someone tell me what I am doing wrong
mipsel-linux-ld -g -Ttext 0x8020 -T mips.lds \
-o hello_world -e hello_world hello_world.o
On 12:27 Thu 04 Jun , Daniel Mack wrote:
> This adds generic bit operations for all platforms and enables includes
> the implementations from asm-arm.
>
> Code taken from Linux kernel.
>
the __set_bit, __clear_bit, __change_bit & co generic is used on arm ok
but be aware that we use it in U-
Dear Tom,
In message <4a296b3c.1060...@windriver.com> you wrote:
>
> I would like to add support for the twl4030, a composite i2c device,
> found on the omap3 zoom's.
> The header file will be include/twl4030.h.
> How do you want the source to be structured ?
> 1. A single large file in driver
This re-formats the S3C24x0 drivers code to meet the coding style requirements
and to make it always use the proper I/O accessor functions when accessing
registers. It was done using 'Lindent -kr -i8 -l80' followed by manual
inspection of the output. checkpatch.pl reports no problems with the pa
Wolfgang,
I would like to add support for the twl4030, a composite i2c device,
found on the omap3 zoom's.
The header file will be include/twl4030.h.
How do you want the source to be structured ?
1. A single large file in drivers/i2c/twl4030.c
or device files added under a directory ?
2. driv
Paul Gortmaker wrote:
> Kim Phillips wrote:
>> On Wed, 3 Jun 2009 10:50:25 -0700
>> Ira Snyder wrote:
>
> ...
>
>>>
>>> In practice, this doesn't seem to make a difference on the MPC8349EMDS
>>> eval board. Both settings work without any errors. For people like me,
>>> who are copying an existin
Wolfgang Denk wrote:
> Dear Ben,
>
> In message <4a1b8e3f.7030...@gmail.com> you wrote:
>
>>> http://lists.denx.de/pipermail/u-boot/2009-May/052905.html
>>>
>>>
>> I've pulled this into net/next. Thanks for spinning it so many times.
>>
>
> Can you please send a pull request for
shariff Shardar wrote:
> Hi all,
>
> I have configured SMC911x ethernet driver with OMAP3EVM.
>
> When I try to download any file using tftpboot ( Timeout happens )
> and
>
> also when I try to do dhcp ( timeout happens ).
>
> Iam working with u-boot git from gi
This patch corrects the missing PLLB initialization in usb_cpu_init()
for AT91SAM9261.
Because of the missing PLLB initialization, the USB support for all
AT91SAM9261 based boards will work only if the PLLB is configured by a
precedent bootloader.
Signed-off-by: Ilko Iliev
diff --git a/driver
On Tue, Jun 02, 2009 at 05:47:09PM +0200, Herrmann Ulrich wrote:
> Rabin Vincent's fix for little endian systems fixes only the issues
> regarding responses received on the command line.
> However the SD card's SCR register is received on the DAT0 line
> - therefore it must be handled in an endi
In message <20090605122633.10fc28246...@gemini.denx.de> you wrote:
>
> The following changes since commit 4867b82efe3e6c04b44a13daef0abb7891533d2a:
> Wolfgang Denk (1):
> General help message cleanup
>
> are available in the git repository at:
>
> git://git.denx.de/u-boot-mpc5xxx.git
The following changes since commit 4867b82efe3e6c04b44a13daef0abb7891533d2a:
Wolfgang Denk (1):
General help message cleanup
are available in the git repository at:
git://git.denx.de/u-boot-mpc5xxx.git next
Stefan Roese (2):
mpc512x: Fix PSC divisor calculation for baudrate se
Dear Stefan Roese,
In message <1243954396-24775-2-git-send-email...@denx.de> you wrote:
> This patch removes the duplicated code for baudrate generator configuration
> in the PSC serial_init() implementation by calling serial_setbrg() instead
> of duplicating the code.
>
> Signed-off-by: Stefan R
Dear Stefan Roese,
In message <1243954396-24775-1-git-send-email...@denx.de> you wrote:
> The wrong input frequency was used in serial_setbrg(). This patch fixes
> this by using ips_clk as input frequency for the PSC baudrate generator.
>
> Signed-off-by: Stefan Roese
> ---
> cpu/mpc512x/serial
Is this patch ready for merge?
On Mon, Jun 1, 2009 at 2:51 PM, Jon Smirl wrote:
> Add support for the Phytec phyCORE-MPC5200B-tiny. Code originally from
> Pengutronix.de.
> Added MAKEALL and MAINTAINER entry per last posting.
>
> Signed-off-by: Jon Smirl
> ---
> MAINTAINERS
Dear Stefan,
In message <200906021112.05109...@denx.de> you wrote:
>
> On Saturday 16 May 2009 10:47:46 Wolfgang Denk wrote:
> > ARIA is a MPC5121E based COM Express module by Dave/DENX.
> >
> > Signed-off-by: Wolfgang Denk
> > Cc: John Rigby
>
> Please find some mostly nitpicking comments bel
Hi Stefan,
please leave the code as is. It is already used in a project
and so modifying the parameter type may no change.
On Friday 05 June 2009 05:39, Stefan Roese wrote:
> Hi Matthias,
>
> On Thursday 04 June 2009 19:40:19 Matthias Fuchs wrote:
> > doen't it make sense to use/extend the code
Dear "Zang Roy-R61911",
In message
<7df0af56456b8f4081e3c44ccce311de34e...@zch01exm23.fsl.freescale.net> you wrote:
>
> > > > At least the e1000 has been successfully tested not so long ago.
> > >
> > > Thanks Wolfgang. That's good news.
> > > Can you pl point me to the pci-express card/device
Dear Ben,
In message <4a1b8e3f.7030...@gmail.com> you wrote:
>
> > http://lists.denx.de/pipermail/u-boot/2009-May/052905.html
> >
> I've pulled this into net/next. Thanks for spinning it so many times.
Can you please send a pull request for next soon? Thanks in advance.
Best regards,
Wolfg
Dear Ben,
In message <4a14e0ab.7010...@googlemail.com> Dirk Behme wrote:
>
> >> If the MAX address is given by the environment, write it back to the
> >> hardware.
> >>
> >> Signed-off-by: Daniel Mack
> >> Cc: Sascha Hauer
...
> > Applied to net/next branch.
>
> Could we get this asap into main
Dear Jean-Christophe PLAGNIOL-VILLARD,
In message <1242487402-11170-1-git-send-email-plagn...@jcrosoft.com> you wrote:
> unify kgdb serial implementatin when we kgdb over the main serial
> interface (serial_{getc,putc,puts})
>
> introduce CONFIG_KGDB_ON_SERIAL for this purpose
> otherwise use as
Hello,
In message <1243185450-20518-2-git-send-email...@denx.de> you wrote:
> Many of the help messages were not really helpful; for example, many
> commands that take no arguments would not print a correct synopsis
> line, but "No additional help available." which is not exactly wrong,
> but not
28 matches
Mail list logo