** ATTENTION: this patch supersedes the previous '1/3' patch in
the same series. The correction is the removal of Kirkwood-inherited
device init code unused at the moment and partly inapplicable to
Orion5x anyway. This correct patch has been run through checkpatch.pl
again with the exact same resul
Add CM-T35 board support
Signed-off-by: Mike Rapoport
--
v2 changes:
- rename board config file from omap3_cm-t35.h to cm-t35.h
- remove SZ_xx references
- add MAKEALL/MAINTEINERS entries
v3 changes:
- fix whitespace and indentation
- remove eth_init from board_eth_init
- add CM-T35 entry to do
Ben,
Any chance this one can be merged as well?
Mike Rapoport wrote:
> Signed-off-by: Mike Rapoport
> ---
> drivers/net/smc911x.c |4 ++--
> 1 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/net/smc911x.c b/drivers/net/smc911x.c
> index c50758e..acc2306 100644
> ---
Tested USB host functionality on DA830 EVM.
Signed-off-by: Ajay Kumar Gupta
Signed-off-by: Swaminathan S
---
drivers/usb/musb/Makefile |1 +
drivers/usb/musb/da8xx.c | 139 +
drivers/usb/musb/da8xx.h | 103 +
in
Hi,
These patch set have been created against uboot-ti/master branch.
Fixed missing '&' in [PATCH 3/4] from previous version.
I didn't modify the alignment in include/usb.h as Nick suggested,
would wait for Remy Bohmer's comment on this.
Regards,
Ajay
Ajay Kumar Gupta (4):
DA830: Add pinmux
Adding USB configuration. Default is set for USB MSC host.
Signed-off-by: Ajay Kumar Gupta
Signed-off-by: Swaminathan S
---
include/configs/da830evm.h | 38 +-
1 files changed, 33 insertions(+), 5 deletions(-)
diff --git a/include/configs/da830evm.h b/incl
Added DA8xx GPIO base addresses in gpio_defs.h and pointers
to different BANKs which can be used to program GPIOs.
Signed-off-by: Ajay Kumar Gupta
Signed-off-by: Swaminathan S
---
include/asm-arm/arch-davinci/gpio_defs.h | 14 ++
1 files changed, 14 insertions(+), 0 deletions(-)
USB0_DRVVBUS pinmux configuration is required for USB functinality
in uboot.
Signed-off-by: Ajay Kumar Gupta
Signed-off-by: Swaminathan S
---
board/davinci/da830evm/da830evm.c |8
1 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/board/davinci/da830evm/da830evm.c
b/bo
Hi,
> -Original Message-
> From: Gupta, Ajay Kumar
> Sent: Sunday, November 15, 2009 11:04 AM
> To: u-boot@lists.denx.de
> Cc: li...@bohmer.net; tom@windriver.com; Gupta, Ajay Kumar;
> Subbrathnam, Swaminathan
> Subject: [PATCH 3/4 v4] DA8xx: Add MUSB host support
>
> Tested USB host f
Tested USB host functionality on DA830 EVM.
Signed-off-by: Ajay Kumar Gupta
Signed-off-by: Swaminathan S
---
drivers/usb/musb/Makefile |1 +
drivers/usb/musb/da8xx.c | 139 +
drivers/usb/musb/da8xx.h | 103 +
in
USB0_DRVVBUS pinmux configuration is required for USB functinality
in uboot.
Signed-off-by: Ajay Kumar Gupta
Signed-off-by: Swaminathan S
---
board/davinci/da830evm/da830evm.c |8
1 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/board/davinci/da830evm/da830evm.c
b/bo
Hi,
These patch set have been created against uboot-ti/master branch.
Changes from previous version are,
- Used C structure for DA8xx usb registers.
I didn't modify the alignment in include/usb.h as Nick suggested,
would wait for Remy Bohmer's comment on this.
Regards,
Ajay
Ajay Kumar
Added DA8xx GPIO base addresses in gpio_defs.h and pointers
to different BANKs which can be used to program GPIOs.
Signed-off-by: Ajay Kumar Gupta
Signed-off-by: Swaminathan S
---
include/asm-arm/arch-davinci/gpio_defs.h | 14 ++
1 files changed, 14 insertions(+), 0 deletions(-)
Adding USB configuration. Default is set for USB MSC host.
Signed-off-by: Ajay Kumar Gupta
Signed-off-by: Swaminathan S
---
include/configs/da830evm.h | 38 +-
1 files changed, 33 insertions(+), 5 deletions(-)
diff --git a/include/configs/da830evm.h b/incl
This patch adds support for the Marvell Orion5x SoC.
It has no use alone, and must be followed by a patch
to add Orion5x support for serial, then support for
the ED Mini V2, an Orion5x-based board from LaCie.
Signed-off-by: Albert Aribaud
---
cpu/arm926ejs/orion5x/Makefile | 52 +
This patch provides access to the 16550-compatible
serial device of the Orion5x SoC.
Signed-off-by: Albert Aribaud
---
drivers/serial/serial.c |3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/drivers/serial/serial.c b/drivers/serial/serial.c
index dd5f332..18686a2 10064
This board is based on the Marvell Orion5x SoC.
Current support is limited to console and Flash.
Flash support uses LEGACY as the Macronix 29LV400
used on ED Mini V2 is not 100% CFI compliant.
Signed-off-by: Albert Aribaud
---
MAINTAINERS |4 +
MAKEALL
This series of patches is the second attempt at introducing support
for the Marvell Orion5x SoC and the LaCie ED Mini V2 board. Initial
support includes only serial port and Flash. Additional support will
be added as Marvell devices (e.g. egiga) are made common to kirkwood
and orion5x.
All comment
Welcome to The CuteKid, the internet’s largest online child photo
contest! Judged by professional talent and casting agents.
Do you have a Cute Kid?
If so, we invite you to join our growing community of loving parents
just like you by submitting a photo of YOUR cute kid for a chance to
win a $2
Hi again Prafulla,
Prafulla Wadaskar a écrit :
>>> Break this in to basic orion5x Soc support patch
>>> And individual drivers patches like gpio, uart, etc..
>>
>> Will do. What exact criteria should I use for splitting patches?
>> Obviously some patches will never be compiled alone, e.g.
>> ba
> -Original Message-
> From: Albert ARIBAUD [mailto:albert.arib...@free.fr]
> Sent: Saturday, November 14, 2009 2:53 PM
> To: Prafulla Wadaskar
> Cc: U-Boot@lists.denx.de; Ashish Karkare; Prabhanjan Sarnaik
> Subject: Re: [U-Boot] [PATCH] Initial support for Orion5x SoC
> and EDMini bo
Hi Prafulla and all,
Prafulla Wadaskar a écrit :
>
>> -Original Message-
>> From: u-boot-boun...@lists.denx.de
>> [mailto:u-boot-boun...@lists.denx.de] On Behalf Of Albert Aribaud
>> Sent: Saturday, November 14, 2009 6:32 AM
>> To: U-Boot@lists.denx.de
>> Subject: [U-Boot] [PATCH] Initial
22 matches
Mail list logo