Re: [U-Boot] [PATCH 3/4] at91: nand: switch atmel_nand to generic GPIO API

2013-12-01 Thread esw
Am 2013-11-29 12:13, schrieb Andreas Bießmann: > Signed-off-by: Andreas Bießmann > --- > board/BuS/vl_ma2sc/vl_ma2sc.c |5 +++-- > board/egnite/ethernut5/ethernut5.c |3 ++- > board/esd/meesc/meesc.c|5 +++-- > board/esd/otc570/otc570.c |5 +++-- > board

Re: [U-Boot] [PATCH v2] arm926ejs, at91: add common phy_reset function

2013-11-18 Thread esw
Am 2013-11-18 08:07, schrieb Heiko Schocher: > add common phy reset code into a common function. > > Signed-off-by: Heiko Schocher > Cc: Andreas Bießmann > Cc: Bo Shen > Cc: Jens Scharsig > Cc: Sergey Lapin > Cc: Stelian Pop > Cc: Albin Tonnerre > Cc: Eric Benard > Cc: Markus Hubig > > -

Re: [U-Boot] [PATCH V2] arm: atmel: cpux9k2: board update and enhancement

2013-08-21 Thread esw
Deer Andreas, > > sorry, but this hunk doesn't apply cleanly on top of current > u-boot-atmel/master, could you please rebase? I will send a V3 Best regards Jens Scharsig ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listin

Re: [U-Boot] [PATCH V2] M68K: eb_cpu5282: general update and enhanced board support

2012-11-14 Thread esw
Hello, I have seen this patch is marked as "Changes Requested" in patchwork. But I have never get a request or comment. Is there an real reason for this state? regards Jens Am 2012-10-30 11:46, schrieb Jens Scharsig (BuS Elektronik): > From: "Jens Scharsig (BuS Elektronik)" > > - update clock

Re: [U-Boot] [u-boot] Adding missing CONFIG_SYS_CACHELINE_SIZE to boards definitions

2012-10-04 Thread esw
Dear Lukasz, > Hi Jens and Helmut, > >> On Thu, Aug 23, 2012 at 10:13:13PM -, Lukasz Majewski wrote: >> >>> The restoration of GPT table (both primary and secondary) is now >>> possible. Simple GUID generation is supported. >>> >>> Signed-off-by: Lukasz Majewski >>> Signed-off-by: Kyungmin P

Re: [U-Boot] [PATCH] arm:at91-boards: remove console_init_f where unnecessary

2012-08-29 Thread esw
> A lot of at91 boards have the console_init_f in board_init. This is useless > cause it was called before by generic code in lib/board.c. > > Signed-off-by: Andreas Bießmann I have successfully tested this patch for eb_cpux9k2 and vl_ma2sc, so: Acked-by: Jens Scharsig (BuS Elektronik) Tested

Re: [U-Boot] [PATCH][resubmit] eb_cpux9k2: add USB host support to board

2012-04-01 Thread esw
Am 2012-04-01 18:14, schrieb Marek Vasut: > Dear Jens Scharsig, > >> * add USB host support to eb_cpux9k2 board > > Did you test this too? Of course, I've test this with/against current RC1. > > CCing Albert, Albert do you want me to push this through staging or you'll > pick > this? > >> S

Re: [U-Boot] [PATCH] Fix: AT91SAM9263 nor flash usage Fix: board doesn't boot from norflash Fix: environment can't write to flash (end address/start address not on sector boundary)

2012-03-19 Thread esw
Sorry about malformed subject regards Jens ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] [PATCH I2C] fix: error ATMEL_FIO_BASE undeclared, if use I2C_Soft on AT91

2011-12-20 Thread esw
* Since AT91 name schema was changed to ATMEL_BASE_xxx, I2C_SOFT on AT91 devices fails with 'error: ATMEL_FIO_BASE undeclared' * change ATMEL_PIO_BASE to ATMEL_BASE_PIOA will fix this Signed-off-by: Jens Scharsig --- include/i2c.h |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) d