Add support for new board iConnect from Iomega.
More information about the device can be found here:
http://go.iomega.com/en/products/network-storage-desktop/wireless-data-station/network-hard-drive-iconnect/?partner=4735
Signed-off-by: Luka Perkov
Tested-by: Wojciech Dubowik
Tested-by: Tim Fl
Signed-off-by: Wolfgang Denk
Cc: Detlev Zundel
---
board/bc3450/cmd_bc3450.c | 12 +++-
1 file changed, 3 insertions(+), 9 deletions(-)
diff --git a/board/bc3450/cmd_bc3450.c b/board/bc3450/cmd_bc3450.c
index a9e4902..935769b 100644
--- a/board/bc3450/cmd_bc3450.c
+++ b/board/bc3450/c
This fixes:
cmd_bc3450.c:55:0: warning: "CONFIG_SYS_CPU" redefined [enabled by default]
Signed-off-by: Wolfgang Denk
Cc: Detlev Zundel
---
board/bc3450/cmd_bc3450.c |1 -
1 file changed, 1 deletion(-)
diff --git a/board/bc3450/cmd_bc3450.c b/board/bc3450/cmd_bc3450.c
index 935769b..fefffc3
Dear Wolfgang Denk,
In message <1342944195-23901-1-git-send-email...@denx.de> you wrote:
> Signed-off-by: Wolfgang Denk
> Cc: Detlev Zundel
> ---
> board/bc3450/cmd_bc3450.c | 12 +++-
> 1 file changed, 3 insertions(+), 9 deletions(-)
Applied, thanks.
Best regards,
Wolfgang Denk
-
Dear Wolfgang Denk,
In message <1342944195-23901-2-git-send-email...@denx.de> you wrote:
> This fixes:
> cmd_bc3450.c:55:0: warning: "CONFIG_SYS_CPU" redefined [enabled by default]
>
> Signed-off-by: Wolfgang Denk
> Cc: Detlev Zundel
> ---
> board/bc3450/cmd_bc3450.c |1 -
> 1 file changed
Hi everybody,
this is to let you know that the v2012.07-rc2 prerelease is out.
Please help testing, so we can fix any remaining issues before the
release, which I decided to shift by another week, i. e. the new
schedule for the release is July 23.
Please also note that you can now send pull req
Hi Marek,
> I just recently got the following issues when building Sparc platforms with
> debian gcc 4.7.1-5. Peter, you seems to be involved, can you please check on
> these?
I'm not involved with these boards or Sparc, so not sure if I'm much
help. I believe Dan Hellstrom is the best cantida
Hi Marek,
On Sun, Jul 22, 2012 at 12:46 AM, Marek Vasut wrote:
> Dear Graeme Russ,
>
>> Patchwork is GPL'd and, in my personal opinion, gets fairly close to what
>> we might need. Maybe we could take Patchwork and modify it to suit our
>> needs?
>
> Maybe ... where're the sources?
git clone git:
Dear Graeme Russ,
> Hi Marek,
>
> On Sun, Jul 22, 2012 at 12:46 AM, Marek Vasut wrote:
> > Dear Graeme Russ,
> >
> >> Patchwork is GPL'd and, in my personal opinion, gets fairly close to
> >> what we might need. Maybe we could take Patchwork and modify it to suit
> >> our needs?
> >
> > Maybe
Hi Marek,
On Mon, Jul 23, 2012 at 11:47 AM, Marek Vasut wrote:
> Dear Graeme Russ,
>
>> Yes - But see above. If the build infrastructure is building with all the
>> repos applied we will get instant feedback that a repo is out-of-step with
>> mainline rather than waiting for Wolfgang to pull.
>
>
Dear Graeme Russ,
> Hi Marek,
>
> On Mon, Jul 23, 2012 at 11:47 AM, Marek Vasut wrote:
> > Dear Graeme Russ,
> >
> >> Yes - But see above. If the build infrastructure is building with all
> >> the repos applied we will get instant feedback that a repo is
> >> out-of-step with mainline rather th
Hi Iwamatsu-san,
Thank for the test and Acked-by:
Today I checked remotes/origin/{master,next} in u-boot-net.git,
but, the patches have not applied yet.
Should I resend the patches?
Best regards,
Yoshihiro Shimoda
2012/06/29 10:55, Nobuhiro Iwamatsu wrote:
> Tested-off-by: Nobuhiro Iwamatsu
>
Dear Graeme,
In message
you wrote:
>
> Yes, I know. Hmmm, maybe if every 24 hours the auto build infrastructure:
> - Runs a MAKEALL on the mainline repo (if any patches have been committed)
> - Runs a MAKEALL after applying all patches meeting pre-determined
>conditions. For example:
>
Dear Marek Vasut,
In message <201207230347.31993.ma...@denx.de> you wrote:
>
> > Yes, I know. Hmmm, maybe if every 24 hours the auto build infrastructure:
> > - Runs a MAKEALL on the mainline repo (if any patches have been committed)
>
> Certainly ... it takes 16 hours to do so on my dedicated m
>-Original Message-
>From: Troy Kisky [mailto:troy.ki...@boundarydevices.com]
>Sent: Friday, July 20, 2012 2:18 AM
>To: u-boot@lists.denx.de; Heiko Schocher; sba...@denx.de
>Cc: marek.va...@gmail.com; dirk.be...@googlemail.com; Estevam Fabio-
>R49496; Liu Hui-R64343; Troy Kisky
>Subject: [P
Dear Graeme Russ,
In message
you wrote:
>
> What I am thinking is a patch tracker (not manager) which basically has an
> internal queue of unapplied (to mainline) patches. When a patch gets
> submitted, it will be sanity checked (checkpatch). If the sanity checks
> pass (or are overruled) then
Hi,
Perhaps, your patch already are in Joe' patch queue, I think.
http://patchwork.ozlabs.org/patch/167486/
Nobuhiro
2012/7/23 Shimoda, Yoshihiro :
> Hi Iwamatsu-san,
>
> Thank for the test and Acked-by:
>
> Today I checked remotes/origin/{master,next} in u-boot-net.git,
> but, the patches hav
Hi, Rajeshwari.
On 07/19/2012 08:39 PM, Rajeshwari Shinde wrote:
This patch modifies the S3C I2C driver to suppport EXYNOS5.
The cahnges made to driver are as follows:
- I2C base address is passed as a parameter to many
functions to avoid multiple #ifdef
- Channel init
On 07/19/2012 08:40 PM, Rajeshwari Shinde wrote:
This enables I2C support on smdk5250.
Pinmux setting moved to board file to avoid repeated setting of
gpio lines.
Signed-off-by: Alim Akhtar
Signed-off-by: Doug Anderson
Signed-off-by: Rajeshwari Shinde
Acked-by: Simon Glass
---
Changes in V2:
Thank you .
I applied my rmobile branch.
Best regarads,
Nobuhiro
2012/7/20 Tetsuyuki Kobayshi :
> From: Tetsuyuki Kobayashi
>
> Add dummy member to struct sh73a0_rwdt in sh73a0.h.
> Without this, initializing watch dog timer goes wrong.
>
> Signed-off-by: Tetsuyuki Kobayashi
> ---
> Changes f
>-Original Message-
>From: Troy Kisky [mailto:troy.ki...@boundarydevices.com]
>Sent: Friday, July 20, 2012 2:18 AM
>To: u-boot@lists.denx.de; Heiko Schocher; sba...@denx.de
>Cc: marek.va...@gmail.com; dirk.be...@googlemail.com; Estevam Fabio-
>R49496; Liu Hui-R64343; Troy Kisky
>Subject: [P
21 matches
Mail list logo