mbox

[U-Boot] Please pull u-boot-atmel/master

Message ID 1341267298-5764-1-git-send-email-andreas.devel@googlemail.com
State Superseded
Headers show

Pull-request

git://git.denx.de/u-boot-atmel.git master

Message

Andreas Bießmann July 2, 2012, 10:14 p.m. UTC
Dear Albert Aribaud,

The following changes since commit 3e0cac6b5158b22248f57cdf7769bf8d610fec5e:

  EXYNOS: SMDK5250: Enable the pinmux setup (2012-06-25 22:51:36 +0200)

are available in the git repository at:

  git://git.denx.de/u-boot-atmel.git master

for you to fetch changes up to f3f68232e709a1108b631410087d526cc23dfb55:

  AT91SAM9*: Change kernel address in dataflash to match u-boot's size (2012-07-02 22:15:05 +0200)

----------------------------------------------------------------
Alexandre Belloni (1):
      AT91SAM9*: Change kernel address in dataflash to match u-boot's size

Andreas Bießmann (1):
      ehci-atmel: fix compiler warning

Bo Shen (3):
      Atmel : usb : add EHCI driver for Atmel SoC
      AT91: at91sam9m10g45ek : Enable EHCI instead OHCI
      ATMEL/PIO: Enable new feature of PIO on Atmel device

esw@bus-elektronik.de (2):
      Fix: brocken boot message at serial line on AT91SAM9263-EK board
      Fix: AT91SAM9263 nor flash usage

 arch/arm/include/asm/arch-at91/at91_pio.h |   45 ++++++++++-
 board/atmel/at91sam9260ek/partition.c     |    6 +-
 board/atmel/at91sam9261ek/partition.c     |    6 +-
 board/atmel/at91sam9263ek/at91sam9263ek.c |    2 +-
 board/atmel/at91sam9263ek/partition.c     |    6 +-
 board/atmel/at91sam9rlek/partition.c      |    6 +-
 drivers/gpio/at91_gpio.c                  |  125 ++++++++++++++++++++++++++++-
 drivers/usb/host/Makefile                 |    1 +
 drivers/usb/host/ehci-atmel.c             |   89 ++++++++++++++++++++
 include/configs/at91sam9260ek.h           |    5 +-
 include/configs/at91sam9261ek.h           |    5 +-
 include/configs/at91sam9263ek.h           |   10 ++-
 include/configs/at91sam9m10g45ek.h        |   20 +----
 include/configs/at91sam9rlek.h            |    3 +-
 14 files changed, 288 insertions(+), 41 deletions(-)
 create mode 100644 drivers/usb/host/ehci-atmel.c

Best regards

Andreas Bießmann

Comments

Albert ARIBAUD July 5, 2012, 8:35 a.m. UTC | #1
Hi Andreas,

On Tue,  3 Jul 2012 00:14:58 +0200, Andreas Bießmann
<andreas.devel@googlemail.com> wrote:
> Dear Albert Aribaud,
> 
> The following changes since commit
> 3e0cac6b5158b22248f57cdf7769bf8d610fec5e:
> 
>   EXYNOS: SMDK5250: Enable the pinmux setup (2012-06-25 22:51:36
> +0200)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-atmel.git master
> 
> for you to fetch changes up to
> f3f68232e709a1108b631410087d526cc23dfb55:
> 
>   AT91SAM9*: Change kernel address in dataflash to match u-boot's
> size (2012-07-02 22:15:05 +0200)
> 
> ----------------------------------------------------------------
> Alexandre Belloni (1):
>       AT91SAM9*: Change kernel address in dataflash to match u-boot's
> size
> 
> Andreas Bießmann (1):
>       ehci-atmel: fix compiler warning
> 
> Bo Shen (3):
>       Atmel : usb : add EHCI driver for Atmel SoC
>       AT91: at91sam9m10g45ek : Enable EHCI instead OHCI
>       ATMEL/PIO: Enable new feature of PIO on Atmel device
> 
> esw@bus-elektronik.de (2):
>       Fix: brocken boot message at serial line on AT91SAM9263-EK board
>       Fix: AT91SAM9263 nor flash usage

Can you just fix the "brocken" typo above? (and then rebase to current
arm/master,  should be trivial, was on my side)
 
> Best regards
> 
> Andreas Bießmann

Amicalement,
Andreas Bießmann July 5, 2012, 9:30 a.m. UTC | #2
Hi Albert,

On 05.07.2012 10:35, Albert ARIBAUD wrote:
> Hi Andreas,
> 
> On Tue,  3 Jul 2012 00:14:58 +0200, Andreas Bießmann
> <andreas.devel@googlemail.com> wrote:
>> Dear Albert Aribaud,
>>
>> The following changes since commit
>> 3e0cac6b5158b22248f57cdf7769bf8d610fec5e:
>>
>>   EXYNOS: SMDK5250: Enable the pinmux setup (2012-06-25 22:51:36
>> +0200)
>>
>> are available in the git repository at:
>>
>>   git://git.denx.de/u-boot-atmel.git master
>>
>> for you to fetch changes up to
>> f3f68232e709a1108b631410087d526cc23dfb55:
>>
>>   AT91SAM9*: Change kernel address in dataflash to match u-boot's
>> size (2012-07-02 22:15:05 +0200)
>>
>> ----------------------------------------------------------------
>> Alexandre Belloni (1):
>>       AT91SAM9*: Change kernel address in dataflash to match u-boot's
>> size
>>
>> Andreas Bießmann (1):
>>       ehci-atmel: fix compiler warning
>>
>> Bo Shen (3):
>>       Atmel : usb : add EHCI driver for Atmel SoC
>>       AT91: at91sam9m10g45ek : Enable EHCI instead OHCI
>>       ATMEL/PIO: Enable new feature of PIO on Atmel device
>>
>> esw@bus-elektronik.de (2):
>>       Fix: brocken boot message at serial line on AT91SAM9263-EK board
>>       Fix: AT91SAM9263 nor flash usage
> 
> Can you just fix the "brocken" typo above? (and then rebase to current
> arm/master,  should be trivial, was on my side)

Will do ASAP.

Best regards

Andreas Bießmann
Albert ARIBAUD July 5, 2012, 9:36 a.m. UTC | #3
Hi Albert,

On Thu, 5 Jul 2012 10:35:59 +0200, Albert ARIBAUD
<albert.u.boot@aribaud.net> wrote:
> Hi Andreas,
> 
> On Tue,  3 Jul 2012 00:14:58 +0200, Andreas Bießmann
> <andreas.devel@googlemail.com> wrote:
> > Dear Albert Aribaud,
> > 
> > The following changes since commit
> > 3e0cac6b5158b22248f57cdf7769bf8d610fec5e:
> > 
> >   EXYNOS: SMDK5250: Enable the pinmux setup (2012-06-25 22:51:36
> > +0200)
> > 
> > are available in the git repository at:
> > 
> >   git://git.denx.de/u-boot-atmel.git master
> > 
> > for you to fetch changes up to
> > f3f68232e709a1108b631410087d526cc23dfb55:
> > 
> >   AT91SAM9*: Change kernel address in dataflash to match u-boot's
> > size (2012-07-02 22:15:05 +0200)
> > 
> > ----------------------------------------------------------------
> > Alexandre Belloni (1):
> >       AT91SAM9*: Change kernel address in dataflash to match
> > u-boot's size
> > 
> > Andreas Bießmann (1):
> >       ehci-atmel: fix compiler warning
> > 
> > Bo Shen (3):
> >       Atmel : usb : add EHCI driver for Atmel SoC
> >       AT91: at91sam9m10g45ek : Enable EHCI instead OHCI
> >       ATMEL/PIO: Enable new feature of PIO on Atmel device
> > 
> > esw@bus-elektronik.de (2):
> >       Fix: brocken boot message at serial line on AT91SAM9263-EK
> > board Fix: AT91SAM9263 nor flash usage
> 
> Can you just fix the "brocken" typo above? (and then rebase to current
> arm/master,  should be trivial, was on my side)

Please hold on: I had a misconfigured e-mail in my new git setup, so
my current u-boot-arm tree is not ueasble. I'll send out a notice when
the tree is fixed.

Amicalement,
Albert ARIBAUD July 5, 2012, 9:44 a.m. UTC | #4
Hi Albert,

On Thu, 5 Jul 2012 11:36:55 +0200, Albert ARIBAUD
<albert.u.boot@aribaud.net> wrote:
> Hi Albert,
> 
> On Thu, 5 Jul 2012 10:35:59 +0200, Albert ARIBAUD
> <albert.u.boot@aribaud.net> wrote:
> > Hi Andreas,
> > 
> > On Tue,  3 Jul 2012 00:14:58 +0200, Andreas Bießmann
> > <andreas.devel@googlemail.com> wrote:
> > > Dear Albert Aribaud,
> > > 
> > > The following changes since commit
> > > 3e0cac6b5158b22248f57cdf7769bf8d610fec5e:
> > > 
> > >   EXYNOS: SMDK5250: Enable the pinmux setup (2012-06-25 22:51:36
> > > +0200)
> > > 
> > > are available in the git repository at:
> > > 
> > >   git://git.denx.de/u-boot-atmel.git master
> > > 
> > > for you to fetch changes up to
> > > f3f68232e709a1108b631410087d526cc23dfb55:
> > > 
> > >   AT91SAM9*: Change kernel address in dataflash to match u-boot's
> > > size (2012-07-02 22:15:05 +0200)
> > > 
> > > ----------------------------------------------------------------
> > > Alexandre Belloni (1):
> > >       AT91SAM9*: Change kernel address in dataflash to match
> > > u-boot's size
> > > 
> > > Andreas Bießmann (1):
> > >       ehci-atmel: fix compiler warning
> > > 
> > > Bo Shen (3):
> > >       Atmel : usb : add EHCI driver for Atmel SoC
> > >       AT91: at91sam9m10g45ek : Enable EHCI instead OHCI
> > >       ATMEL/PIO: Enable new feature of PIO on Atmel device
> > > 
> > > esw@bus-elektronik.de (2):
> > >       Fix: brocken boot message at serial line on AT91SAM9263-EK
> > > board Fix: AT91SAM9263 nor flash usage
> > 
> > Can you just fix the "brocken" typo above? (and then rebase to
> > current arm/master,  should be trivial, was on my side)
> 
> Please hold on: I had a misconfigured e-mail in my new git setup, so
> my current u-boot-arm tree is not ueasble. I'll send out a notice when
> the tree is fixed.

Luckily, I had not pushed any change with the wrong e-mail address on
the official ARM tree, so all is fine. Please proceed with
fixing and rebasing.
 
Amicalement,