All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] eb_cpux9k2: add USB host support to board
@ 2011-04-22 13:24 Jens Scharsig
  2011-07-09  7:37 ` Albert ARIBAUD
  0 siblings, 1 reply; 14+ messages in thread
From: Jens Scharsig @ 2011-04-22 13:24 UTC (permalink / raw)
  To: u-boot

* add USB host support to eb_cpux9k2 board


Signed-off-by: Jens Scharsig <js_at_ng@scharsoft.de>
---
  include/configs/eb_cpux9k2.h |   16 +++++++++++++++-
  1 files changed, 15 insertions(+), 1 deletions(-)

diff --git a/include/configs/eb_cpux9k2.h b/include/configs/eb_cpux9k2.h
index 754fc8b..9d99f65 100644
--- a/include/configs/eb_cpux9k2.h
+++ b/include/configs/eb_cpux9k2.h
@@ -49,7 +49,6 @@
  #define CONFIG_SYS_U_BOOT_BASE		PHYS_FLASH_1
  #define CONFIG_SYS_U_BOOT_SIZE		0x60000 /* 384 KBytes */
  
-
  #define CONFIG_BOOT_RETRY_TIME		30
  #define CONFIG_CMDLINE_EDITING
  
@@ -137,6 +136,8 @@
  #define CONFIG_CMD_PING
  #define CONFIG_I2C_CMD_NO_FLAT
  #define CONFIG_I2C_CMD_TREE
+#define CONFIG_CMD_USB
+#define CONFIG_CMD_FAT
  
  #define CONFIG_SYS_LONGHELP
  
@@ -168,6 +169,19 @@
   * Hardware drivers
   */
  
+#define CONFIG_USB_ATMEL
+#define CONFIG_USB_OHCI_NEW
+#define CONFIG_USB_STORAGE
+#define CONFIG_DOS_PARTITION
+#define CONFIG_ISO_PARTITION
+#define CONFIG_EFI_PARTITION
+
+#define CONFIG_AT91C_PQFP_UHPBUG
+#define CONFIG_SYS_USB_OHCI_MAX_ROOT_PORTS	1
+#define CONFIG_SYS_USB_OHCI_CPU_INIT
+#define CONFIG_SYS_USB_OHCI_REGS_BASE		0x00300000
+#define CONFIG_SYS_USB_OHCI_SLOT_NAME		"at91rm9200"
+
  /*
   * UART/CONSOLE
   */
-- 
1.7.3.4

^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [U-Boot] [PATCH] eb_cpux9k2: add USB host support to board
  2011-04-22 13:24 [U-Boot] [PATCH] eb_cpux9k2: add USB host support to board Jens Scharsig
@ 2011-07-09  7:37 ` Albert ARIBAUD
  2011-07-10  9:14   ` [U-Boot] [PATCH V2][ARM] " Jens Scharsig
  0 siblings, 1 reply; 14+ messages in thread
From: Albert ARIBAUD @ 2011-07-09  7:37 UTC (permalink / raw)
  To: u-boot

Hi Jens,

Le 22/04/2011 15:24, Jens Scharsig a ?crit :
> * add USB host support to eb_cpux9k2 board
>
>
> Signed-off-by: Jens Scharsig<js_at_ng@scharsoft.de>
> ---
>    include/configs/eb_cpux9k2.h |   16 +++++++++++++++-
>    1 files changed, 15 insertions(+), 1 deletions(-)

This patch was left unanswered, and does not apply properly any more. At 
your convenience, please either drop it or post a rebased V2.

Amicalement,
-- 
Albert.

^ permalink raw reply	[flat|nested] 14+ messages in thread

* [U-Boot] [PATCH V2][ARM] eb_cpux9k2: add USB host support to board
  2011-07-09  7:37 ` Albert ARIBAUD
@ 2011-07-10  9:14   ` Jens Scharsig
  2011-07-10 12:37     ` Albert ARIBAUD
  2011-07-11 19:25     ` Jens Scharsig
  0 siblings, 2 replies; 14+ messages in thread
From: Jens Scharsig @ 2011-07-10  9:14 UTC (permalink / raw)
  To: u-boot

* add USB host support to eb_cpux9k2 board

Signed-off-by: Jens Scharsig <js_at_ng@scharsoft.de>
---
  include/configs/eb_cpux9k2.h |   14 ++++++++++++++
  1 files changed, 14 insertions(+), 0 deletions(-)

diff --git a/include/configs/eb_cpux9k2.h b/include/configs/eb_cpux9k2.h
index c4b1e65..b1fcec7 100644
--- a/include/configs/eb_cpux9k2.h
+++ b/include/configs/eb_cpux9k2.h
@@ -137,6 +137,8 @@
  #define CONFIG_CMD_PING
  #define CONFIG_I2C_CMD_NO_FLAT
  #define CONFIG_I2C_CMD_TREE
+#define CONFIG_CMD_USB
+#define CONFIG_CMD_FAT
  
  #define CONFIG_SYS_LONGHELP
  
@@ -167,6 +169,18 @@
  /*
   * Hardware drivers
   */
+#define CONFIG_USB_ATMEL
+#define CONFIG_USB_OHCI_NEW
+#define CONFIG_AT91C_PQFP_UHPBUG
+#define CONFIG_USB_STORAGE
+#define CONFIG_DOS_PARTITION
+#define CONFIG_ISO_PARTITION
+#define CONFIG_EFI_PARTITION
+
+#define CONFIG_SYS_USB_OHCI_MAX_ROOT_PORTS	1
+#define CONFIG_SYS_USB_OHCI_CPU_INIT
+#define CONFIG_SYS_USB_OHCI_REGS_BASE		0x00300000
+#define CONFIG_SYS_USB_OHCI_SLOT_NAME		"at91rm9200"
  
  /*
   * UART/CONSOLE
-- 
1.7.3.4

^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [U-Boot] [PATCH V2][ARM] eb_cpux9k2: add USB host support to board
  2011-07-10  9:14   ` [U-Boot] [PATCH V2][ARM] " Jens Scharsig
@ 2011-07-10 12:37     ` Albert ARIBAUD
  2011-07-10 16:21       ` Jens Scharsig
  2011-07-10 19:21       ` Jens Scharsig
  2011-07-11 19:25     ` Jens Scharsig
  1 sibling, 2 replies; 14+ messages in thread
From: Albert ARIBAUD @ 2011-07-10 12:37 UTC (permalink / raw)
  To: u-boot

Hi Jens,

Le 10/07/2011 11:14, Jens Scharsig a ?crit :
> * add USB host support to eb_cpux9k2 board
>
> Signed-off-by: Jens Scharsig <js_at_ng@scharsoft.de>
> ---
> include/configs/eb_cpux9k2.h | 14 ++++++++++++++
> 1 files changed, 14 insertions(+), 0 deletions(-)

This fails to apply properly on current u-boot/master or 
u-boot-arm/master or u-boot-atmel/master. Which repository/branch is it 
supposed to be applied to?

Amicalement,
-- 
Albert.

^ permalink raw reply	[flat|nested] 14+ messages in thread

* [U-Boot] [PATCH V2][ARM] eb_cpux9k2: add USB host support to board
  2011-07-10 12:37     ` Albert ARIBAUD
@ 2011-07-10 16:21       ` Jens Scharsig
  2011-07-10 19:21       ` Jens Scharsig
  1 sibling, 0 replies; 14+ messages in thread
From: Jens Scharsig @ 2011-07-10 16:21 UTC (permalink / raw)
  To: u-boot

Am 2011-07-10 14:37, schrieb Albert ARIBAUD:
> Hi Jens,
> 
> Le 10/07/2011 11:14, Jens Scharsig a ?crit :
>> * add USB host support to eb_cpux9k2 board
>>
>> Signed-off-by: Jens Scharsig <js_at_ng@scharsoft.de>
>> ---
>> include/configs/eb_cpux9k2.h | 14 ++++++++++++++
>> 1 files changed, 14 insertions(+), 0 deletions(-)
> 
> This fails to apply properly on current u-boot/master or
> u-boot-arm/master or u-boot-atmel/master. Which repository/branch is it
> supposed to be applied to?

I used u-boot-atmel/master as base to create this V2
> 
> Amicalement,

Regards

Jens

^ permalink raw reply	[flat|nested] 14+ messages in thread

* [U-Boot] [PATCH V2][ARM] eb_cpux9k2: add USB host support to board
  2011-07-10 12:37     ` Albert ARIBAUD
  2011-07-10 16:21       ` Jens Scharsig
@ 2011-07-10 19:21       ` Jens Scharsig
  2011-07-11 11:10         ` u-boot at emk-elektronik.de
  1 sibling, 1 reply; 14+ messages in thread
From: Jens Scharsig @ 2011-07-10 19:21 UTC (permalink / raw)
  To: u-boot

Am 10.07.2011 14:37, schrieb Albert ARIBAUD:
> Hi Jens,
>
> Le 10/07/2011 11:14, Jens Scharsig a ?crit :
>> * add USB host support to eb_cpux9k2 board
>>
>> Signed-off-by: Jens Scharsig<js_at_ng@scharsoft.de>
>> ---
>> include/configs/eb_cpux9k2.h | 14 ++++++++++++++
>> 1 files changed, 14 insertions(+), 0 deletions(-)
>
> This fails to apply properly on current u-boot/master or
> u-boot-arm/master or u-boot-atmel/master. Which repository/branch is it
> supposed to be applied to?

The patch is correct but anything between me an you/list modifies the mails.
There are additional spaces in my file.

Until I found why the mta's adds. I have attache the patch as file.

Best regards

Jens Scharsig



  
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-add-USB-host-support-to-eb_cpux9k2-board.patch
Type: text/x-patch
Size: 0 bytes
Desc: not available
Url : http://lists.denx.de/pipermail/u-boot/attachments/20110710/2d5f2c68/attachment.bin 

^ permalink raw reply	[flat|nested] 14+ messages in thread

* [U-Boot] [PATCH V2][ARM] eb_cpux9k2: add USB host support to board
  2011-07-10 19:21       ` Jens Scharsig
@ 2011-07-11 11:10         ` u-boot at emk-elektronik.de
  2011-07-11 14:12           ` Wolfgang Denk
  2011-07-11 16:21           ` Jens Scharsig
  0 siblings, 2 replies; 14+ messages in thread
From: u-boot at emk-elektronik.de @ 2011-07-11 11:10 UTC (permalink / raw)
  To: u-boot

Dear Jens Scharsig,
> Am 10.07.2011 14:37, schrieb Albert ARIBAUD:
> > Hi Jens,
> >
> > Le 10/07/2011 11:14, Jens Scharsig a ?crit :
> >> * add USB host support to eb_cpux9k2 board
> >>
> >> Signed-off-by: Jens Scharsig<js_at_ng@scharsoft.de>
> >> ---
> >> include/configs/eb_cpux9k2.h | 14 ++++++++++++++
> >> 1 files changed, 14 insertions(+), 0 deletions(-)
> >
> > This fails to apply properly on current u-boot/master or
> > u-boot-arm/master or u-boot-atmel/master. Which repository/branch is it
> > supposed to be applied to?
> 
> The patch is correct but anything between me an you/list modifies the mails.
> There are additional spaces in my file.
> 
> Until I found why the mta's adds. I have attache the patch as file.

Let me guess... using Thunderbird or alikes? They have issues with
spaces.
Please simply and just use git send-email instead!

The patch you sent as an attachment does indeed apply, but I remember
its against the rules to use it; however patchworks does correctly
handle it and I could get it with "pwclient get 104091"; so IMHO it
should be fine to use it - Wolfgang?

Best Regards,
Reinhard

^ permalink raw reply	[flat|nested] 14+ messages in thread

* [U-Boot] [PATCH V2][ARM] eb_cpux9k2: add USB host support to board
  2011-07-11 11:10         ` u-boot at emk-elektronik.de
@ 2011-07-11 14:12           ` Wolfgang Denk
  2011-07-26 11:46             ` Reinhard Meyer
  2011-07-11 16:21           ` Jens Scharsig
  1 sibling, 1 reply; 14+ messages in thread
From: Wolfgang Denk @ 2011-07-11 14:12 UTC (permalink / raw)
  To: u-boot

Dear "u-boot at emk-elektronik.de",

In message <1310382637.7288.7.camel@ubuntu> you wrote:
>
> The patch you sent as an attachment does indeed apply, but I remember
> its against the rules to use it; however patchworks does correctly

Indeed patches shpuld be sent inline which makes reviewing and
commenting much easier.

> handle it and I could get it with "pwclient get 104091"; so IMHO it
> should be fine to use it - Wolfgang?

If it's OK with you, just go on and apply it.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
panic: can't find /

^ permalink raw reply	[flat|nested] 14+ messages in thread

* [U-Boot] [PATCH V2][ARM] eb_cpux9k2: add USB host support to board
  2011-07-11 11:10         ` u-boot at emk-elektronik.de
  2011-07-11 14:12           ` Wolfgang Denk
@ 2011-07-11 16:21           ` Jens Scharsig
  1 sibling, 0 replies; 14+ messages in thread
From: Jens Scharsig @ 2011-07-11 16:21 UTC (permalink / raw)
  To: u-boot

Am 2011-07-11 13:10, schrieb u-boot at emk-elektronik.de:
> Dear Jens Scharsig,
<snip>
>> The patch is correct but anything between me an you/list modifies the mails.
>> There are additional spaces in my file.
>>
>> Until I found why the mta's adds. I have attache the patch as file.
> 
> Let me guess... using Thunderbird or alikes? They have issues with
> spaces.

You are right. Since thunderbird was updated to 3.1.xx mails bad.
> Please simply and just use git send-email instead!

Thanks for suggestion,

Jens

^ permalink raw reply	[flat|nested] 14+ messages in thread

* [U-Boot] [PATCH V2][ARM] eb_cpux9k2: add USB host support to board
  2011-07-10  9:14   ` [U-Boot] [PATCH V2][ARM] " Jens Scharsig
  2011-07-10 12:37     ` Albert ARIBAUD
@ 2011-07-11 19:25     ` Jens Scharsig
  2011-07-12 15:32       ` Jens Scharsig
  1 sibling, 1 reply; 14+ messages in thread
From: Jens Scharsig @ 2011-07-11 19:25 UTC (permalink / raw)
  To: u-boot

Signed-off-by: Jens Scharsig <js_at_ng@scharsoft.de>
---
 include/configs/eb_cpux9k2.h |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)

diff --git a/include/configs/eb_cpux9k2.h b/include/configs/eb_cpux9k2.h
index c4b1e65..b1fcec7 100644
--- a/include/configs/eb_cpux9k2.h
+++ b/include/configs/eb_cpux9k2.h
@@ -137,6 +137,8 @@
 #define CONFIG_CMD_PING
 #define CONFIG_I2C_CMD_NO_FLAT
 #define CONFIG_I2C_CMD_TREE
+#define CONFIG_CMD_USB
+#define CONFIG_CMD_FAT
 
 #define CONFIG_SYS_LONGHELP
 
@@ -167,6 +169,18 @@
 /*
  * Hardware drivers
  */
+#define CONFIG_USB_ATMEL
+#define CONFIG_USB_OHCI_NEW
+#define CONFIG_AT91C_PQFP_UHPBUG
+#define CONFIG_USB_STORAGE
+#define CONFIG_DOS_PARTITION
+#define CONFIG_ISO_PARTITION
+#define CONFIG_EFI_PARTITION
+
+#define CONFIG_SYS_USB_OHCI_MAX_ROOT_PORTS	1
+#define CONFIG_SYS_USB_OHCI_CPU_INIT
+#define CONFIG_SYS_USB_OHCI_REGS_BASE		0x00300000
+#define CONFIG_SYS_USB_OHCI_SLOT_NAME		"at91rm9200"
 
 /*
  * UART/CONSOLE
-- 
1.7.3.4

^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [U-Boot] [PATCH V2][ARM] eb_cpux9k2: add USB host support to board
  2011-07-11 19:25     ` Jens Scharsig
@ 2011-07-12 15:32       ` Jens Scharsig
  2011-07-12 16:00         ` Reinhard Meyer
  0 siblings, 1 reply; 14+ messages in thread
From: Jens Scharsig @ 2011-07-12 15:32 UTC (permalink / raw)
  To: u-boot

This is a resend without modifications by mail client

Regards

Jens

^ permalink raw reply	[flat|nested] 14+ messages in thread

* [U-Boot] [PATCH V2][ARM] eb_cpux9k2: add USB host support to board
  2011-07-12 15:32       ` Jens Scharsig
@ 2011-07-12 16:00         ` Reinhard Meyer
  2011-07-12 17:10           ` Jens Scharsig
  0 siblings, 1 reply; 14+ messages in thread
From: Reinhard Meyer @ 2011-07-12 16:00 UTC (permalink / raw)
  To: u-boot

Dear Jens Scharsig,
> This is a resend without modifications by mail client

Really? It seems the patch was completely omitted.. :)

Reinhard

^ permalink raw reply	[flat|nested] 14+ messages in thread

* [U-Boot] [PATCH V2][ARM] eb_cpux9k2: add USB host support to board
  2011-07-12 16:00         ` Reinhard Meyer
@ 2011-07-12 17:10           ` Jens Scharsig
  0 siblings, 0 replies; 14+ messages in thread
From: Jens Scharsig @ 2011-07-12 17:10 UTC (permalink / raw)
  To: u-boot

Am 2011-07-12 18:00, schrieb Reinhard Meyer:
> Dear Jens Scharsig,
>> This is a resend without modifications by mail client
Should it be better to say: The referenced email is ... ;-)
> 
> Really? It seems the patch was completely omitted.. :)
> 
> Reinhard

Jens

^ permalink raw reply	[flat|nested] 14+ messages in thread

* [U-Boot] [PATCH V2][ARM] eb_cpux9k2: add USB host support to board
  2011-07-11 14:12           ` Wolfgang Denk
@ 2011-07-26 11:46             ` Reinhard Meyer
  0 siblings, 0 replies; 14+ messages in thread
From: Reinhard Meyer @ 2011-07-26 11:46 UTC (permalink / raw)
  To: u-boot

Dear Jens Scharsig, Wolfgang Denk,
> Dear "u-boot at emk-elektronik.de",
> 
> In message <1310382637.7288.7.camel@ubuntu> you wrote:
> >
> > The patch you sent as an attachment does indeed apply, but I remember
> > its against the rules to use it; however patchworks does correctly
> 
> Indeed patches shpuld be sent inline which makes reviewing and
> commenting much easier.
> 
> > handle it and I could get it with "pwclient get 104091"; so IMHO it
> > should be fine to use it - Wolfgang?
> 
> If it's OK with you, just go on and apply it.
Applied to u-boot-atmel/next
Thanks, Reinhard

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2011-07-26 11:46 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-04-22 13:24 [U-Boot] [PATCH] eb_cpux9k2: add USB host support to board Jens Scharsig
2011-07-09  7:37 ` Albert ARIBAUD
2011-07-10  9:14   ` [U-Boot] [PATCH V2][ARM] " Jens Scharsig
2011-07-10 12:37     ` Albert ARIBAUD
2011-07-10 16:21       ` Jens Scharsig
2011-07-10 19:21       ` Jens Scharsig
2011-07-11 11:10         ` u-boot at emk-elektronik.de
2011-07-11 14:12           ` Wolfgang Denk
2011-07-26 11:46             ` Reinhard Meyer
2011-07-11 16:21           ` Jens Scharsig
2011-07-11 19:25     ` Jens Scharsig
2011-07-12 15:32       ` Jens Scharsig
2011-07-12 16:00         ` Reinhard Meyer
2011-07-12 17:10           ` Jens Scharsig

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.