Re: [U-Boot] [PATCH 8/9] powerpc/mpc8548cds: Fix config according to system address map

2011-10-08 Thread Zhao Chenhui
On Fri, Oct 07, 2011 at 10:17:28AM -0500, Kumar Gala wrote: > > On Sep 13, 2011, at 2:15 AM, Zhao Chenhui wrote: > > > From: chenhui zhao > > > > - Fix config according to system address map in the manual. > > - Rework tlb and law tables. > > - Remove unnecessary macros. > > > > Signed-off-by:

[U-Boot] [PATCH 8/9 v2] powerpc/mpc8548cds: Fix config according to system address map

2011-10-08 Thread Zhao Chenhui
From: chenhui zhao - Fix config according to system address map in the manual. - Rework tlb and law tables. - Remove unnecessary macros. Signed-off-by: Zhao Chenhui --- Changes for v2: - Fixed typo in the comments of tlb.c board/freescale/mpc8548cds/law.c| 19 + board/free

Re: [U-Boot] [PATCH 8/9] powerpc/mpc8548cds: Fix config according to system address map

2011-10-08 Thread Zhao Chenhui
On Sat, Oct 08, 2011 at 03:02:18PM +0800, Zhao Chenhui wrote: > On Fri, Oct 07, 2011 at 10:17:28AM -0500, Kumar Gala wrote: > > > > On Sep 13, 2011, at 2:15 AM, Zhao Chenhui wrote: > > > > > From: chenhui zhao > > > > > > - Fix config according to system address map in the manual. > > > - Rewor

Re: [U-Boot] [PATCH 5/6] da850: add support to read mac address from spi flash

2011-10-08 Thread Hadli, Manjunath
Mike, On Fri, Sep 30, 2011 at 21:21:34, Mike Frysinger wrote: > On Friday, September 30, 2011 07:24:26 nagabhushana.netagu...@ti.com wrote: > > + if (is_multicast_ether_addr(buff) || > > + is_zero_ether_addr(buff)) { > > NAK: use is_valid_ether_addr() Thanks.

[U-Boot] [PATCH V2 09/12] VIDEO: davinci: add framebuffer to da8xx

2011-10-08 Thread Stefano Babic
The patch is a port from the framebuffer driver of the Linux driver drivers/video/da8xx-fb.c, used on davinci da8xx and OMAP-L138 boards. As base for the port, the following commit (last changes for this driver at the moment in the Linux kernel tree) was taken: commit 1db41e032d563eb47deab40dc559

[U-Boot] [PATCH v2 4/6] da850: revert cache disable patch

2011-10-08 Thread manjunath.hadli
From: Manjunath Hadli revert commit bd65d006a6088bcb857e079447d7549e2cd7054d as the disabling of cache need not be done explicitly. Subsequent patches to new cache management framework has fixed it. EMAC issue with cache coherency still exists when cahces are enabled. Signed-off-by: Manjunath Ha

[U-Boot] [PATCH v2 6/6] da850: read MAC address from I2C EEPROM on AM18xx EVM

2011-10-08 Thread manjunath.hadli
From: Manjunath Hadli The AM18xx EVM contains MAC address in I2C EEPROM. Introduced a new macro CONFIG_MAC_ADDR_IN_EEPROM to where to look for mac address. This patch reads MAC address from I2C EEPROM and updates environment variable. Signed-off-by: Manjunathappa, Prakash Signed-off-by: Manjuna

[U-Boot] [PATCH v2 0/6] da850: add board specific functions

2011-10-08 Thread manjunath.hadli
From: Manjunath Hadli There are two boards AM18xx and L138 both of which are based on da850 SOC. AM18xx boards have mac address stored in I2C EEPROM and they have spi flash manufactured by WINBOND. L138 boards store mac address in SPI flash and they have SPI flash manufactured by ST Microelectron

[U-Boot] [PATCH v2 1/6] da850: add new config file for AM18xx

2011-10-08 Thread manjunath.hadli
From: Manjunath Hadli add new configuration file da850_am18xxevm.h for AM18xx boards which are based on da850 SOC. AM18xx has WINBOND spi flash which is indicated in the config file. And make appropriate changes in board.cfg for building. Signed-off-by: Manjunath Hadli --- boards.cfg

[U-Boot] [PATCH v2 3/6] da850: pass board revision info to kernel

2011-10-08 Thread manjunath.hadli
From: Manjunath Hadli there are two boards based on da850 SOC - OMAP-L138 and AM18xx. In order to differentiate between these two boards, revision id is passed to kernel via second byte of ATAG_REVISION. Signed-off-by: Manjunathappa, Prakash Signed-off-by: Manjunath Hadli --- board/davinci/da

[U-Boot] [PATCH v2 5/6] da850: add support to read mac address from spi flash

2011-10-08 Thread manjunath.hadli
From: Manjunath Hadli add support to read mac address from spi flash if env variable is not set. This is supported only on L138 boards based on da850 SOC. Introduced a macro CONFIG_MAC_ADDR_IN_SPIFLASH indicating where to look mac address for. Signed-off-by: Manjunathappa, Prakash Signed-off-by

[U-Boot] [PATCH v2 2/6] da850: rename config file to represent OMAP-L138

2011-10-08 Thread manjunath.hadli
From: Manjunath Hadli rename config file da850evm.h as da850_l138evm.h to represent omap l138 board based on da850 SOC. L138 boards dont have WINBOND SPI flash, corresponding config is removed. Appropriate changes are made in boards.cfg for building. Signed-off-by: Manjunath Hadli --- boards.c

[U-Boot] [PATCH v2] dm644X: revert cache disable patch

2011-10-08 Thread manjunath.hadli
From: Manjunath Hadli revert commit 913a39e9aa4d935948d41cd727d53f5878414a77 as the disabling of cache need not be done explicitly. Subsequent patches to new cache management framework has fixed it. EMAC issue with cache coherency still exists when cahces are enabled. Signed-off-by: Manjunath Ha

[U-Boot] [PATCH v2] dm36x: revert cache disable patch

2011-10-08 Thread manjunath.hadli
From: Manjunath Hadli revert commit 98c19aff9524e1d0dd6bf39bf7bde5644f121feb as the disabling of cache need not be done explicitly. Subsequent patches to new cache management framework has fixed it. EMAC issue with cache coherency still exists when cahces are enabled. Signed-off-by: Manjunath Ha

[U-Boot] [PATCH v3] da830: add support for NAND boot mode

2011-10-08 Thread manjunath.hadli
From: Manjunath Hadli Add support for enabling NAND boot mode in configuration file and add correspanding pinmux support, nand initialize function in board file. The size required for environment variables not more than 10KB the CONFIG_ENV_SIZE is set to 10KB from (512 << 10). Acked-by: Nick Tho

[U-Boot] switch to generic PMIX driver for i.MX boards

2011-10-08 Thread Stefano Babic
This patchset is based on Łukasz Majewski's patches that introduce a generic PMIC (Power Microcontroller) driver: http://patchwork.ozlabs.org/patch/117565/ http://patchwork.ozlabs.org/patch/117563/ http://patchwork.ozlabs.org/patch/117818/ http://patchwork.ozlabs.org/patch/118071/ The patchset re

[U-Boot] [PATCH 01/11] MX3: qong: use new pmic driver

2011-10-08 Thread Stefano Babic
Switch to new pmic generic driver. Signed-off-by: Stefano Babic --- board/davedenx/qong/qong.c | 11 --- include/configs/qong.h |5 - 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/board/davedenx/qong/qong.c b/board/davedenx/qong/qong.c index 9fca1f8..a9f2e

[U-Boot] [PATCH 02/11] MX5: efikamx/efikasb: use new pmic driver

2011-10-08 Thread Stefano Babic
Switch to new pmic generic driver. Signed-off-by: Stefano Babic CC: Marek Vasut --- board/efikamx/efikamx.c | 49 +++- include/configs/efikamx.h |5 +++- 2 files changed, 30 insertions(+), 24 deletions(-) diff --git a/board/efikamx/efikamx.c b/bo

[U-Boot] [PATCH 03/11] I2c: add missing i2c_set_bus_num to mxc_i2c

2011-10-08 Thread Stefano Babic
The function i2c_set_bus_num() is used on most SOCs. The driver does not support multiple I2C busses, and an empty function is added to be compatible with general code (example: PMIC driver). Signed-off-by: Stefano Babic Cc: Heiko Schocher --- drivers/i2c/mxc_i2c.c |5 + 1 files changed

[U-Boot] [PATCH 04/11] misc: pmic: addI2C support to pmic_fsl driver

2011-10-08 Thread Stefano Babic
Signed-off-by: Stefano Babic --- drivers/misc/pmic_fsl.c | 18 ++ 1 files changed, 14 insertions(+), 4 deletions(-) diff --git a/drivers/misc/pmic_fsl.c b/drivers/misc/pmic_fsl.c index 13dde47..2945dfb 100644 --- a/drivers/misc/pmic_fsl.c +++ b/drivers/misc/pmic_fsl.c @@ -26,6

[U-Boot] [PATCH 05/11] MX35: mx35pdk: use new pmic driver

2011-10-08 Thread Stefano Babic
Switch to new pmic generic driver. Signed-off-by: Stefano Babic --- board/freescale/mx35pdk/mx35pdk.c | 18 -- include/configs/mx35pdk.h |5 +++-- 2 files changed, 15 insertions(+), 8 deletions(-) diff --git a/board/freescale/mx35pdk/mx35pdk.c b/board/freescale/mx

[U-Boot] [PATCH 06/11] MX5: mx51evk: use new pmic driver

2011-10-08 Thread Stefano Babic
Switch to new pmic generic driver. Signed-off-by: Stefano Babic --- board/freescale/mx51evk/mx51evk.c | 45 +++- include/configs/mx51evk.h |6 - 2 files changed, 29 insertions(+), 22 deletions(-) diff --git a/board/freescale/mx51evk/mx51evk.c b

[U-Boot] [PATCH 07/11] MX5: mx53evk: use new pmic driver

2011-10-08 Thread Stefano Babic
Switch to new pmic generic driver. Signed-off-by: Stefano Babic CC: Jason Liu --- board/freescale/mx53evk/mx53evk.c | 15 +-- include/configs/mx53evk.h |5 +++-- 2 files changed, 12 insertions(+), 8 deletions(-) diff --git a/board/freescale/mx53evk/mx53evk.c b/board/

[U-Boot] [PATCH 08/11] MX31: mx31_litekit: use new pmic driver

2011-10-08 Thread Stefano Babic
Switch to new pmic generic driver. Signed-off-by: Stefano Babic --- include/configs/imx31_litekit.h |9 ++--- 1 files changed, 6 insertions(+), 3 deletions(-) diff --git a/include/configs/imx31_litekit.h b/include/configs/imx31_litekit.h index 5e976bc..65e301e 100644 --- a/include/confi

[U-Boot] [PATCH 09/11] MX31: mx31ads: use new pmic driver

2011-10-08 Thread Stefano Babic
Switch to new pmic generic driver. Signed-off-by: Stefano Babic CC: Fabio Estevam --- include/configs/mx31ads.h |8 ++-- 1 files changed, 6 insertions(+), 2 deletions(-) diff --git a/include/configs/mx31ads.h b/include/configs/mx31ads.h index 0bea858..fcc5316 100644 --- a/include/confi

[U-Boot] [PATCH 10/11] MX31: mx31pdk: use new pmic driver

2011-10-08 Thread Stefano Babic
Switch to new pmic generic driver. Signed-off-by: Stefano Babic CC: Fabio Estevam --- include/configs/mx31pdk.h |6 +- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/include/configs/mx31pdk.h b/include/configs/mx31pdk.h index cd156d8..08c06e1 100644 --- a/include/configs

[U-Boot] [PATCH 11/11] misc: pmic: drop old Freescale's pmic driver

2011-10-08 Thread Stefano Babic
Signed-off-by: Stefano Babic --- drivers/misc/Makefile |1 - drivers/misc/fsl_pmic.c | 235 --- 2 files changed, 0 insertions(+), 236 deletions(-) delete mode 100644 drivers/misc/fsl_pmic.c diff --git a/drivers/misc/Makefile b/drivers/misc/Make

Re: [U-Boot] [PATCH 02/11] MX5: efikamx/efikasb: use new pmic driver

2011-10-08 Thread Marek Vasut
On Saturday, October 08, 2011 12:06:59 PM Stefano Babic wrote: > Switch to new pmic generic driver. > > Signed-off-by: Stefano Babic > CC: Marek Vasut > --- [...] Hi Stefano, > @@ -674,6 +676,7 @@ int board_late_init(void) > { > setup_iomux_spi(); > > + pmic_init(); > power_

Re: [U-Boot] [PATCH V4 8/8] MX35: add support for flea3 board

2011-10-08 Thread Stefano Babic
On 10/07/2011 04:23 AM, Fabio Estevam wrote: > Hi Stefano, > > On Thu, Oct 6, 2011 at 7:38 PM, Stefano Babic wrote: > >> --- a/boards.cfg >> +++ b/boards.cfg >> @@ -39,6 +39,11 @@ integratorcp_cm1136 arm arm1136 >> integrator armltd >> qong

[U-Boot] [PATCH V5 8/8] MX35: add support for flea3 board

2011-10-08 Thread Stefano Babic
The flea3 board is a custom board by CarMediaLab used in automotive. Network (FEC), NOR, NAND and SPI are supported. Signed-off-by: Stefano Babic --- Changes since V4: - boards.cfg maust have a new entry only for flea3 (Fabio Estevam) Changes since V3: - fix checkpatch warnings

Re: [U-Boot] [PATCH v2 4/6] da850: revert cache disable patch

2011-10-08 Thread Laurence Withers
On Sat, Oct 08, 2011 at 02:58:36PM +0530, manjunath.ha...@ti.com wrote: > revert commit bd65d006a6088bcb857e079447d7549e2cd7054d as the > disabling of cache need not be done explicitly. Subsequent > patches to new cache management framework has fixed it. > EMAC issue with cache coherency still exis

Re: [U-Boot] [PATCH v2 0/6] da850: add board specific functions

2011-10-08 Thread Laurence Withers
On Sat, Oct 08, 2011 at 02:58:32PM +0530, manjunath.ha...@ti.com wrote: > There are two boards AM18xx and L138 both of which are based > on da850 SOC. AM18xx boards have mac address stored in I2C > EEPROM and they have spi flash manufactured by WINBOND. L138 > boards store mac address in SPI flash

Re: [U-Boot] [PATCH V2 1/2] mmc: change magic number to macro define

2011-10-08 Thread Lei Wen
On Fri, Oct 7, 2011 at 4:36 PM, Prafulla Wadaskar wrote: > > >> -Original Message- >> From: u-boot-boun...@lists.denx.de [mailto:u-boot-boun...@lists.denx.de] >> On Behalf Of Lei Wen >> Sent: Thursday, October 06, 2011 8:41 PM >> To: Marek Vasut >> Cc: Lei Wen; u-boot@lists.denx.de; Andy F

[U-Boot] [PATCH V3 0/5] fix and enhancement patches for sdhci

2011-10-08 Thread Lei Wen
This seris fix several issue like flush cache and build warning. And give this generic driver enhancement for timeout when transferring data and additional structure member to access in platform self driver. Changelog: V2: code style change. V3: add another fix of sdma handling bug including in t

[U-Boot] [PATCH V3 1/5] mmc: sdhci: fix cache flush

2011-10-08 Thread Lei Wen
Only flush the memory range needed. Signed-off-by: Lei Wen --- Changelog: V2: no change V3: no change drivers/mmc/sdhci.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/mmc/sdhci.c b/drivers/mmc/sdhci.c index 9ebd33d..4a92453 100644 --- a/drivers/mmc/sdhci.c +

[U-Boot] [PATCH V3 2/5] mmc: sdhci: fix build warning

2011-10-08 Thread Lei Wen
If CONFIG_MMC_SDHCI_IO_ACCESSORS is defined, the following warning would shows up: include/sdhci.h:224: warning: 'struct sdhci_host' declared inside parameter list include/sdhci.h:224: warning: its scope is only this definition or declaration, which is probably not what you want include/sdhci.h:22

[U-Boot] [PATCH V3 3/5] mmc: sdhci: add mmc structure for host

2011-10-08 Thread Lei Wen
So that sdhci host would tell in the driver that the mmc current attributes. Signed-off-by: Lei Wen --- Changelog: V2: no change V3: no change drivers/mmc/sdhci.c |1 + include/sdhci.h |2 ++ 2 files changed, 3 insertions(+), 0 deletions(-) diff --git a/drivers/mmc/sdhci.c b/driver

[U-Boot] [PATCH V3 5/5] mmc: sdhci: fix sdma bug for large file transfer

2011-10-08 Thread Lei Wen
SDHCI spec need to reset the sdma base address while the software try to accorss the 512k bytes address boundary. When meet such accross behavior, sdhci controller would generate a interrupt automatically, and software need handle this. Signed-off-by: Lei Wen --- Changelog: V2: no change V3: new

[U-Boot] [PATCH V3 4/5] mmc: sdhci: add timeout for data transfer

2011-10-08 Thread Lei Wen
Signed-off-by: Lei Wen --- Changelog: V2: no change V3: no change drivers/mmc/sdhci.c |9 - 1 files changed, 8 insertions(+), 1 deletions(-) diff --git a/drivers/mmc/sdhci.c b/drivers/mmc/sdhci.c index 31c738e..77a9e70 100644 --- a/drivers/mmc/sdhci.c +++ b/drivers/mmc/sdhci.c @@ -8

Re: [U-Boot] [PATCH V3 3/5] mmc: sdhci: add mmc structure for host

2011-10-08 Thread Sergei Shtylyov
Hello. On 08-10-2011 17:47, Lei Wen wrote: > So that sdhci host would tell in the driver that the mmc current > attributes. > Signed-off-by: Lei Wen [...] > diff --git a/include/sdhci.h b/include/sdhci.h > index e84d2dc..e4e7ebe 100644 > --- a/include/sdhci.h > +++ b/include/sdhci.h > @@ -27,6

Re: [U-Boot] [PATCH 04/11] misc: pmic: addI2C support to pmic_fsl driver

2011-10-08 Thread Sergei Shtylyov
Hello. On 08-10-2011 14:07, Stefano Babic wrote: > Signed-off-by: Stefano Babic > --- > drivers/misc/pmic_fsl.c | 18 ++ > 1 files changed, 14 insertions(+), 4 deletions(-) > diff --git a/drivers/misc/pmic_fsl.c b/drivers/misc/pmic_fsl.c > index 13dde47..2945dfb 100644 > ---

[U-Boot] [PATCH 1/3] ARM: add special dcache flush op code for 88SV331xV5

2011-10-08 Thread Lei Wen
Marvell 88SV331xV5 has its specific arm cp15 opcode, which could flush out whole dcache by only one line of asm code. Signed-off-by: Lei Wen --- arch/arm/lib/cache.c |5 + 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/arch/arm/lib/cache.c b/arch/arm/lib/cache.c index b54

[U-Boot] [PATCH 0/3] enable dcache for pantheon and armada100

2011-10-08 Thread Lei Wen
This patch seris use Marvell its own special op code to flush the dcache Lei Wen (3): ARM: add special dcache flush op code for 88SV331xV5 ARM: pantheon: enable dcache by default ARM: armada100: enable dcache by default arch/arm/cpu/arm926ejs/armada100/cpu.c |8 arch/arm/cpu/a

[U-Boot] [PATCH 3/3] ARM: armada100: enable dcache by default

2011-10-08 Thread Lei Wen
Signed-off-by: Lei Wen --- arch/arm/cpu/arm926ejs/armada100/cpu.c |8 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/arch/arm/cpu/arm926ejs/armada100/cpu.c b/arch/arm/cpu/arm926ejs/armada100/cpu.c index c21938e..47b764d 100644 --- a/arch/arm/cpu/arm926ejs/armada100/c

[U-Boot] [PATCH 2/3] ARM: pantheon: enable dcache by default

2011-10-08 Thread Lei Wen
Signed-off-by: Lei Wen --- arch/arm/cpu/arm926ejs/pantheon/cpu.c |8 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/arch/arm/cpu/arm926ejs/pantheon/cpu.c b/arch/arm/cpu/arm926ejs/pantheon/cpu.c index 8b2eafa..18da1c1 100644 --- a/arch/arm/cpu/arm926ejs/pantheon/cpu.c

Re: [U-Boot] [PATCH] ARM: pantheon: enable dcache by default

2011-10-08 Thread Lei Wen
Hi Prafulla, On Fri, Oct 7, 2011 at 11:53 AM, Prafulla Wadaskar wrote: > > >> -Original Message- >> From: Lei Wen [mailto:lei...@marvell.com] >> Sent: Wednesday, October 05, 2011 8:43 PM >> To: Prafulla Wadaskar; u-boot@lists.denx.de >> Subject: [PATCH] ARM: pantheon: enable dcache by def

Re: [U-Boot] [PATCH V3 3/5] mmc: sdhci: add mmc structure for host

2011-10-08 Thread Lei Wen
Hi Sergei, On Sat, Oct 8, 2011 at 9:52 PM, Sergei Shtylyov wrote: > Hello. > > On 08-10-2011 17:47, Lei Wen wrote: > >> So that sdhci host would tell in the driver that the mmc current >> attributes. > >> Signed-off-by: Lei Wen > [...] > >> diff --git a/include/sdhci.h b/include/sdhci.h >> index

[U-Boot] [PATCH V4 2/5] mmc: sdhci: fix build warning

2011-10-08 Thread Lei Wen
If CONFIG_MMC_SDHCI_IO_ACCESSORS is defined, the following warning would shows up: include/sdhci.h:224: warning: 'struct sdhci_host' declared inside parameter list include/sdhci.h:224: warning: its scope is only this definition or declaration, which is probably not what you want include/sdhci.h:22

[U-Boot] [PATCH V4 0/5] fix and enhancement patches for sdhci

2011-10-08 Thread Lei Wen
This seris fix several issue like flush cache and build warning. And give this generic driver enhancement for timeout when transferring data and additional structure member to access in platform self driver. Changelog: V2: code style change. V3: add another fix of sdma handling bug including in th

[U-Boot] [PATCH V4 3/5] mmc: sdhci: add mmc structure for host

2011-10-08 Thread Lei Wen
So that sdhci host would tell in the driver that the mmc current attributes. Signed-off-by: Lei Wen --- Changelog: V2: no change V3: no change V4: add empty line after mmc.h include drivers/mmc/sdhci.c |1 + include/sdhci.h |3 +++ 2 files changed, 4 insertions(+), 0 deletions(-) d

[U-Boot] [PATCH V4 1/5] mmc: sdhci: fix cache flush

2011-10-08 Thread Lei Wen
Only flush the memory range needed. Signed-off-by: Lei Wen --- Changelog: V2: no change V3: no change V4: no change drivers/mmc/sdhci.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/mmc/sdhci.c b/drivers/mmc/sdhci.c index 9ebd33d..4a92453 100644 --- a/drivers

[U-Boot] [PATCH V4 4/5] mmc: sdhci: add timeout for data transfer

2011-10-08 Thread Lei Wen
Signed-off-by: Lei Wen --- Changelog: V2: no change V3: no change V4: no change drivers/mmc/sdhci.c |9 - 1 files changed, 8 insertions(+), 1 deletions(-) diff --git a/drivers/mmc/sdhci.c b/drivers/mmc/sdhci.c index 31c738e..77a9e70 100644 --- a/drivers/mmc/sdhci.c +++ b/drivers/mmc

[U-Boot] [PATCH V4 5/5] mmc: sdhci: fix sdma bug for large file transfer

2011-10-08 Thread Lei Wen
SDHCI spec need to reset the sdma base address while the software try to accorss the 512k bytes address boundary. When meet such accross behavior, sdhci controller would generate a interrupt automatically, and software need handle this. Signed-off-by: Lei Wen --- Changelog: V2: no change V3: new

Re: [U-Boot] [PATCH 04/11] misc: pmic: addI2C support to pmic_fsl driver

2011-10-08 Thread Stefano Babic
On 10/08/2011 03:57 PM, Sergei Shtylyov wrote: > Hello. > > On 08-10-2011 14:07, Stefano Babic wrote: > >> Signed-off-by: Stefano Babic >> --- >> +#elif defined(CONFIG_PMIC_I2C) >> +p->interface = PMIC_SPI; >> +p->interface = PMIC_I2C; > >You assign one value and immediately assign t

Re: [U-Boot] [PATCH 02/11] MX5: efikamx/efikasb: use new pmic driver

2011-10-08 Thread Stefano Babic
On 10/08/2011 01:31 PM, Marek Vasut wrote: > On Saturday, October 08, 2011 12:06:59 PM Stefano Babic wrote: >> Switch to new pmic generic driver. >> >> Signed-off-by: Stefano Babic >> CC: Marek Vasut >> --- > > [...] > > Hi Stefano, > >> @@ -674,6 +676,7 @@ int board_late_init(void) >> { >>

Re: [U-Boot] [PATCH 8/9 v2] powerpc/mpc8548cds: Fix config according to system address map

2011-10-08 Thread Tabi Timur-B04825
On Sat, Oct 8, 2011 at 2:33 AM, Zhao Chenhui wrote: > > - Fix config according to system address map in the manual. > - Rework tlb and law tables. > - Remove unnecessary macros. You're making a lot of changes here. The device tree needs to match the U-Boot configuration. Are you changing U-Boot

[U-Boot] [PATCH 01/13] MX5: vision2: use new pmic driver

2011-10-08 Thread Stefano Babic
Switch to new pmic generic driver. Signed-off-by: Stefano Babic --- board/ttcontrol/vision2/vision2.c | 33 +++-- include/configs/vision2.h |5 - 2 files changed, 23 insertions(+), 15 deletions(-) diff --git a/board/ttcontrol/vision2/vision2.c b/bo

[U-Boot] switch to generic PMIC driver for i.MX boards

2011-10-08 Thread Stefano Babic
Changes from V1: please ignore V1, a couple of patches were not sent. This patchset is based on Łukasz Majewski's patches that introduce a generic PMIC (Power Microcontroller) driver: http://patchwork.ozlabs.org/patch/117565/ http://patchwork.ozlabs.org/patch/117563/ http://patchwork.ozlabs.org/p

[U-Boot] [PATCH 02/13] RTC: Switch mc13783 to generic pmic code

2011-10-08 Thread Stefano Babic
Signed-off-by: Stefano Babic --- drivers/rtc/mc13783-rtc.c | 20 1 files changed, 12 insertions(+), 8 deletions(-) diff --git a/drivers/rtc/mc13783-rtc.c b/drivers/rtc/mc13783-rtc.c index 4e18f80..70ea8a1 100644 --- a/drivers/rtc/mc13783-rtc.c +++ b/drivers/rtc/mc13783-rtc

[U-Boot] [PATCH 03/13] MX3: qong: use new pmic driver

2011-10-08 Thread Stefano Babic
Switch to new pmic generic driver. Signed-off-by: Stefano Babic --- board/davedenx/qong/qong.c | 11 --- include/configs/qong.h |5 - 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/board/davedenx/qong/qong.c b/board/davedenx/qong/qong.c index 9fca1f8..a9f2e

[U-Boot] [PATCH 05/13] I2c: add missing i2c_set_bus_num to mxc_i2c

2011-10-08 Thread Stefano Babic
The function i2c_set_bus_num() is used on most SOCs. The driver does not support multiple I2C busses, and an empty function is added to be compatible with general code (example: PMIC driver). Signed-off-by: Stefano Babic Cc: Heiko Schocher --- drivers/i2c/mxc_i2c.c |5 + 1 files changed

[U-Boot] [PATCH V2 04/13] MX5: efikamx/efikasb: use new pmic driver

2011-10-08 Thread Stefano Babic
Switch to new pmic generic driver. Signed-off-by: Stefano Babic CC: Marek Vasut --- Changes: -moved pmic_init into power_init() (Marek Vasut) board/efikamx/efikamx.c | 51 include/configs/efikamx.h |5 +++- 2 files changed, 32 insertions(

[U-Boot] [PATCH V2 06/13] misc: pmic: addI2C support to pmic_fsl driver

2011-10-08 Thread Stefano Babic
Signed-off-by: Stefano Babic --- Changes since V1: - drop wrong assignment for p->interface (Sergei Shtylyov) drivers/misc/pmic_fsl.c | 17 + 1 files changed, 13 insertions(+), 4 deletions(-) diff --git a/drivers/misc/pmic_fsl.c b/drivers/misc/pmic_fsl.c index 13dde47..b6e80

[U-Boot] [PATCH 07/13] MX35: mx35pdk: use new pmic driver

2011-10-08 Thread Stefano Babic
Switch to new pmic generic driver. Signed-off-by: Stefano Babic --- board/freescale/mx35pdk/mx35pdk.c | 18 -- include/configs/mx35pdk.h |5 +++-- 2 files changed, 15 insertions(+), 8 deletions(-) diff --git a/board/freescale/mx35pdk/mx35pdk.c b/board/freescale/mx

[U-Boot] [PATCH V2 08/13] MX5: mx51evk: use new pmic driver

2011-10-08 Thread Stefano Babic
Switch to new pmic generic driver. Signed-off-by: Stefano Babic --- Changes: -moved pmic_init into power_init() (Marek Vasut) board/freescale/mx51evk/mx51evk.c | 47 include/configs/mx51evk.h |6 - 2 files changed, 31 insertions(+), 22 de

[U-Boot] [PATCH V2 09/13] MX5: mx53evk: use new pmic driver

2011-10-08 Thread Stefano Babic
Switch to new pmic generic driver. Signed-off-by: Stefano Babic CC: Jason Liu --- Changes: -moved pmic_init into power_init() (Marek Vasut) board/freescale/mx53evk/mx53evk.c | 17 +++-- include/configs/mx53evk.h |5 +++-- 2 files changed, 14 insertions(+), 8 deletio

[U-Boot] [PATCH 10/13] MX31: mx31_litekit: use new pmic driver

2011-10-08 Thread Stefano Babic
Switch to new pmic generic driver. Signed-off-by: Stefano Babic --- include/configs/imx31_litekit.h |9 ++--- 1 files changed, 6 insertions(+), 3 deletions(-) diff --git a/include/configs/imx31_litekit.h b/include/configs/imx31_litekit.h index 5e976bc..65e301e 100644 --- a/include/confi

[U-Boot] [PATCH 11/13] MX31: mx31ads: use new pmic driver

2011-10-08 Thread Stefano Babic
Switch to new pmic generic driver. Signed-off-by: Stefano Babic CC: Fabio Estevam --- include/configs/mx31ads.h |8 ++-- 1 files changed, 6 insertions(+), 2 deletions(-) diff --git a/include/configs/mx31ads.h b/include/configs/mx31ads.h index 0bea858..fcc5316 100644 --- a/include/confi

[U-Boot] [PATCH 12/13] MX31: mx31pdk: use new pmic driver

2011-10-08 Thread Stefano Babic
Switch to new pmic generic driver. Signed-off-by: Stefano Babic CC: Fabio Estevam --- include/configs/mx31pdk.h |6 +- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/include/configs/mx31pdk.h b/include/configs/mx31pdk.h index cd156d8..08c06e1 100644 --- a/include/configs

[U-Boot] [PATCH 13/13] misc: pmic: drop old Freescale's pmic driver

2011-10-08 Thread Stefano Babic
Signed-off-by: Stefano Babic --- drivers/misc/Makefile |1 - drivers/misc/fsl_pmic.c | 235 --- 2 files changed, 0 insertions(+), 236 deletions(-) delete mode 100644 drivers/misc/fsl_pmic.c diff --git a/drivers/misc/Makefile b/drivers/misc/Make

Re: [U-Boot] [PATCH V2 04/13] MX5: efikamx/efikasb: use new pmic driver

2011-10-08 Thread Marek Vasut
On Saturday, October 08, 2011 06:36:00 PM Stefano Babic wrote: > Switch to new pmic generic driver. > > Signed-off-by: Stefano Babic > CC: Marek Vasut > --- > > Changes: > > -moved pmic_init into power_init() (Marek Vasut) > Ok, Acked-by: Marek Vasut __

Re: [U-Boot] [PATCH 1/2 V3] USB: Fix complaints about strict aliasing in OHCI-HCD

2011-10-08 Thread Remy Bohmer
Hi, 2011/10/7 Marek Vasut : > Signed-off-by: Marek Vasut > --- >  drivers/usb/host/ohci-hcd.c |   75 -- >  1 files changed, 43 insertions(+), 32 deletions(-) Applied to u-boot-usb. Thanks. > V2: Fix comment, use union > V3: Fix checkpatch warnings (btw. t

Re: [U-Boot] [PATCH 5/7] common/cmd_usb.c: fix warning: variable ... set but not used

2011-10-08 Thread Remy Bohmer
Hi, 2011/10/5 Wolfgang Denk : > Fix: > cmd_usb.c: In function 'usb_show_tree_graph': > cmd_usb.c:284:29: warning: variable 'port' set but not used > [-Wunused-but-set-variable] > > Signed-off-by: Wolfgang Denk > Cc: Remy Bohmer > --- >  common/cmd_usb.c |    3 +-- >  1 files changed, 1 insertio

Re: [U-Boot] [PATCH 6/7] drivers/usb/host/ohci-hcd.c: fix warning: variable ... set but not used

2011-10-08 Thread Remy Bohmer
Hi, 2011/10/5 Wolfgang Denk : > Fix: > ohci-hcd.c: In function 'dl_transfer_length': > ohci-hcd.c:968:8: warning: variable 'tdINFO' set but not used > [-Wunused-but-set-variable] > > Signed-off-by: Wolfgang Denk > Cc: Remy Bohmer > --- >  drivers/usb/host/ohci-hcd.c |    3 +-- >  1 files change

Re: [U-Boot] [PATCH 7/7] common/usb.c: fix warning: variable ... set but not used

2011-10-08 Thread Remy Bohmer
Hi, 2011/10/5 Wolfgang Denk : > Fix: > usb.c: In function 'usb_parse_config': > usb.c:331:17: warning: variable 'ch' set but not used > [-Wunused-but-set-variable] > usb.c: In function 'usb_hub_port_connect_change': > usb.c:1123:29: warning: variable 'portchange' set but not used > [-Wunused-but

Re: [U-Boot] [PATCH] USB: gadaget: add Marvell controller support

2011-10-08 Thread Remy Bohmer
Hi, 2011/10/5 Lei Wen : > Signed-off-by: Lei Wen > --- >  drivers/usb/gadget/Makefile       |    1 + >  drivers/usb/gadget/gadget_chips.h |    7 + >  drivers/usb/gadget/mv_udc.c       |  499 > + >  include/usb/mv_udc.h              |  151 +++ >  4 file

Re: [U-Boot] [PATCH V2] USB: Add usb_event_poll() to get keyboards working with EHCI

2011-10-08 Thread Remy Bohmer
Hi Marek, 2011/10/7 Marek Vasut : > On Friday, October 07, 2011 07:25:22 AM Wolfgang Denk wrote: >> Dear Marek Vasut, >> >> In message <201110070130.14881.marek.va...@gmail.com> you wrote: >> > > Checkpatch says: >> > > >> > > total: 0 errors, 1 warnings, 43 lines checked >> > > >> > > Please clea

Re: [U-Boot] [PATCH V2] USB: Add usb_event_poll() to get keyboards working with EHCI

2011-10-08 Thread Remy Bohmer
Hi, 2011/9/25 Marek Vasut : > Signed-off-by: Marek Vasut > Cc: Remy Bohmer > --- >  drivers/usb/host/ehci-hcd.c |   33 - >  1 files changed, 32 insertions(+), 1 deletions(-) > > V2: Drop redundant bogus header. > Applied to u-boot-usb Kind regards, Remy ___

Re: [U-Boot] [PATCH 2/2] USB: Drop dead code from usb_kbd.c

2011-10-08 Thread Remy Bohmer
Hi Marek, 2011/10/7 Marek Vasut : > Signed-off-by: Marek Vasut > Cc: Wolfgang Denk > Cc: Remy Bohmer > --- >  common/usb_kbd.c |  369 > -- >  1 files changed, 0 insertions(+), 369 deletions(-) Looks good to me, but since it is the 2/2 patch

Re: [U-Boot] [PATCH V2] USB: Add functionality to poll the USB keyboard via control EP

2011-10-08 Thread Remy Bohmer
Hi, 2011/10/7 Wolfgang Denk : > Dear Marek Vasut, > > In message <201110070131.53775.marek.va...@gmail.com> you wrote: >> >> > Checkpatch says: >> > >> > total: 5 errors, 1 warnings, 97 lines checked > ... >> Please see my previous comment about the state of usbkbd.c. The warnings are >> from orig

Re: [U-Boot] [PATCH V2] USB: Add functionality to poll the USB keyboard via control EP

2011-10-08 Thread Remy Bohmer
Hi, 2011/10/6 Wolfgang Denk : > Dear Marek Vasut, > > In message <1316977237-8709-1-git-send-email-marek.va...@gmail.com> you wrote: >> This allows the keyboard to avoid requests via Interrupt Endpoint altogether >> and >> run all requests via Control Endpoint. This uses the Get_Report request. >

Re: [U-Boot] [PATCH 1/2] USB: Rework USB keyboard driver

2011-10-08 Thread Mike Frysinger
On Friday 07 October 2011 08:30:55 Marek Vasut wrote: > +#define LEFT_CNTR (1 << 0) > +#define LEFT_SHIFT (1 << 1) > +#define LEFT_ALT(1 << 2) > +#define LEFT_GUI(1 << 3) > +#define RIGHT_CNTR (1 << 4) > +#define RIGHT_SHIFT (1 << 5)

Re: [U-Boot] [PATCH 1/2] USB: Rework USB keyboard driver

2011-10-08 Thread Mike Frysinger
On Friday 07 October 2011 16:10:11 Marek Vasut wrote: > On Friday, October 07, 2011 07:38:19 PM Mike Frysinger wrote: > > On Friday 07 October 2011 08:30:55 Marek Vasut wrote: > > > Also, fix usb drivers which use extern new. > > > > this summary/changelog is lacking in information as to what you

Re: [U-Boot] [PATCH 1/2] USB: Rework USB keyboard driver

2011-10-08 Thread Marek Vasut
On Saturday, October 08, 2011 09:05:59 PM Mike Frysinger wrote: > On Friday 07 October 2011 08:30:55 Marek Vasut wrote: > > +#defineLEFT_CNTR (1 << 0) > > +#defineLEFT_SHIFT (1 << 1) > > +#defineLEFT_ALT(1 << 2) > > +#defineLEFT_GUI(1 << 3) > > +#define

Re: [U-Boot] [PATCH 1/2] USB: Rework USB keyboard driver

2011-10-08 Thread Marek Vasut
On Saturday, October 08, 2011 09:06:30 PM Mike Frysinger wrote: > On Friday 07 October 2011 16:10:11 Marek Vasut wrote: > > On Friday, October 07, 2011 07:38:19 PM Mike Frysinger wrote: > > > On Friday 07 October 2011 08:30:55 Marek Vasut wrote: > > > > Also, fix usb drivers which use extern new. >

[U-Boot] Dear Account User

2011-10-08 Thread Mail Administrator
Dear Account User There is an emmergence on our data base we are currently carrying-out a maintainance process to your User account, to complete this process you must provide the details below. YOUR EMAIL ADDRESS: YOUR EMAIL PASSWORD: This process we help us to fight against spam mails. Failu

Re: [U-Boot] [PATCH 1/2] USB: Rework USB keyboard driver

2011-10-08 Thread Mike Frysinger
On Saturday 08 October 2011 15:21:02 Marek Vasut wrote: > On Saturday, October 08, 2011 09:05:59 PM Mike Frysinger wrote: > > On Friday 07 October 2011 08:30:55 Marek Vasut wrote: > > > +#define LEFT_CNTR (1 << 0) > > > +#define LEFT_SHIFT (1 << 1) > > > +#define LEFT_ALT(1 <<

Re: [U-Boot] [PATCH 1/2] USB: Rework USB keyboard driver

2011-10-08 Thread Mike Frysinger
On Saturday 08 October 2011 15:21:17 Marek Vasut wrote: > On Saturday, October 08, 2011 09:06:30 PM Mike Frysinger wrote: > > On Friday 07 October 2011 16:10:11 Marek Vasut wrote: > > > On Friday, October 07, 2011 07:38:19 PM Mike Frysinger wrote: > > > > On Friday 07 October 2011 08:30:55 Marek Va

[U-Boot] Dear Account User

2011-10-08 Thread Mail Administrator
Dear Account User There is an emmergence on our data base we are currently carrying-out a maintainance process to your User account, to complete this process you must provide the details below. YOUR EMAIL ADDRESS: YOUR EMAIL PASSWORD: This process we help us to fight against spam mails. Failu

Re: [U-Boot] [PATCH 1/2] USB: Rework USB keyboard driver

2011-10-08 Thread Marek Vasut
On Saturday, October 08, 2011 11:18:28 PM Mike Frysinger wrote: > On Saturday 08 October 2011 15:21:17 Marek Vasut wrote: > > On Saturday, October 08, 2011 09:06:30 PM Mike Frysinger wrote: > > > On Friday 07 October 2011 16:10:11 Marek Vasut wrote: > > > > On Friday, October 07, 2011 07:38:19 PM M

Re: [U-Boot] [PATCH 04/15] Only delay boot if keyboard open

2011-10-08 Thread Pali Rohár
On Thursday 01 September 2011 09:58:06 you wrote: > On Thursday, September 01, 2011 07:34:30 Pali Rohár wrote: > > board/nokia/rx51/rx51.c |7 +++ > > include/configs/nokia_rx51.h |1 + > > this is a new board port. why not squash all your fixes into one instead of > sending out a

Re: [U-Boot] Help: U-Boot on Nokia RX-51 (aka N900)

2011-10-08 Thread Pali Rohár
On Thursday 01 September 2011 13:53:42 you wrote: > Dear Pali =?ISO-8859-1?Q?Rohár?=, > > In message <34603899.3xsChgV26D@pali-elitebook> you wrote: > > Ok, I attached all patches which I rebased on top of master. But U-Boot > > still not working, not booting, no output on device. > > Please stick

Re: [U-Boot] [PATCH 12/15] New command bootmenu: ANSI terminal Boot Menu support

2011-10-08 Thread Pali Rohár
On Thursday 01 September 2011 09:59:05 you wrote: > NAK: someone has just posted menu support to the list. we dont want > multiple implementations getting merged. ok, if my bootmenu is not for upstream I move bootmenu support (with rx51 board) into separate patch which can be applied on top of ma

Re: [U-Boot] [PATCH 01/15] Make bootm optionally use pre-existing atags for Linux kernel boot.

2011-10-08 Thread Pali Rohár
On Thursday 01 September 2011 09:52:08 you wrote: > > +#ifdef CONFIG_CHAINLOADER > > + uintparams; > > + #define PARAMS params > > +#else > > + #define PARAMS (bd->bi_boot_params) > > +#endif > > do not indent the "#" with preprocessors ok > > also, this can be rewritten a bit. always

Re: [U-Boot] [PATCH 03/15] Nokia RX-51 aka N900 support

2011-10-08 Thread Pali Rohár
On Thursday 01 September 2011 09:57:13 you wrote: > On Thursday, September 01, 2011 07:34:29 Pali Rohár wrote: > > --- /dev/null > > +++ b/board/nokia/rx51/Makefile > > > > +LIB= $(obj)lib$(BOARD).a > > +$(LIB):$(obj).depend $(OBJS) > > + $(AR) $(ARFLAGS) $@ $(OBJS) > > your makefiles

[U-Boot] ***Michelin 112 Anniversary Awards Winner Email: michelin-uk.d...@msn.com ***

2011-10-08 Thread Kelsie Arnold
Michelin Celebrate 112th years anniversary in grand stye and you have been awarded the sum of £1,000,000.00. Kindly Contact Mr. Peter Marsh. fill out your details Full Name, Country: Age: Tel: Occupation: E-Mail: michelin-uk.d...@msn.com