* [U-Boot] [PULL] u-boot-pxa / fix
@ 2012-02-27 13:03 Marek Vasut
2012-02-27 20:16 ` Albert ARIBAUD
2012-03-05 12:19 ` Albert ARIBAUD
0 siblings, 2 replies; 10+ messages in thread
From: Marek Vasut @ 2012-02-27 13:03 UTC (permalink / raw)
To: u-boot
The following changes since commit 417c2c787e32784b5de975065a7d1dd5b3cc8ecd:
at91: modified NAND flash timing on otc570 board (2012-02-20 09:00:13 +0100)
are available in the git repository at:
git://git.denx.de/u-boot-pxa.git fix
for you to fetch changes up to 2e85d5c10f01b21ac47f9b0dd4a9dcc022ac0be6:
PXA: Fix missing get_tbclk() breaking vpac boards (2012-02-27 13:59:47 +0100)
----------------------------------------------------------------
Marek Vasut (3):
PXA: Remove PXA PCMCIA support
PXA: Fix warning in zipitz2
PXA: Fix missing get_tbclk() breaking vpac boards
Simon Glass (1):
arm: Remove jornada link script
Vasily Khoruzhick (2):
zipitz2: fix boot issue introduced by PXA low level init rework
zipitz2: use pxa_mmc_gen as MMC driver
arch/arm/cpu/pxa/timer.c | 5 ++
board/jornada/u-boot.lds | 58 ---------------------------
board/zipitz2/zipitz2.c | 9 ++++
doc/README.PXA_CF | 56 --------------------------
drivers/pcmcia/Makefile | 1 -
drivers/pcmcia/pxa_pcmcia.c | 93 -------------------------------------------
include/configs/zipitz2.h | 14 +++++-
include/pcmcia.h | 3 +-
8 files changed, 26 insertions(+), 213 deletions(-)
delete mode 100644 board/jornada/u-boot.lds
delete mode 100644 doc/README.PXA_CF
delete mode 100644 drivers/pcmcia/pxa_pcmcia.c
^ permalink raw reply [flat|nested] 10+ messages in thread* [U-Boot] [PULL] u-boot-pxa / fix 2012-02-27 13:03 [U-Boot] [PULL] u-boot-pxa / fix Marek Vasut @ 2012-02-27 20:16 ` Albert ARIBAUD 2012-02-27 20:53 ` Marek Vasut 2012-03-05 12:19 ` Albert ARIBAUD 1 sibling, 1 reply; 10+ messages in thread From: Albert ARIBAUD @ 2012-02-27 20:16 UTC (permalink / raw) To: u-boot Hi Marek, Le 27/02/2012 14:03, Marek Vasut a ?crit : > The following changes since commit 417c2c787e32784b5de975065a7d1dd5b3cc8ecd: > > at91: modified NAND flash timing on otc570 board (2012-02-20 09:00:13 +0100) > > are available in the git repository at: > > git://git.denx.de/u-boot-pxa.git fix > > for you to fetch changes up to 2e85d5c10f01b21ac47f9b0dd4a9dcc022ac0be6: > > PXA: Fix missing get_tbclk() breaking vpac boards (2012-02-27 13:59:47 +0100) > > ---------------------------------------------------------------- > Marek Vasut (3): > PXA: Remove PXA PCMCIA support > PXA: Fix warning in zipitz2 > PXA: Fix missing get_tbclk() breaking vpac boards > > Simon Glass (1): > arm: Remove jornada link script > > Vasily Khoruzhick (2): > zipitz2: fix boot issue introduced by PXA low level init rework > zipitz2: use pxa_mmc_gen as MMC driver > > arch/arm/cpu/pxa/timer.c | 5 ++ > board/jornada/u-boot.lds | 58 --------------------------- > board/zipitz2/zipitz2.c | 9 ++++ > doc/README.PXA_CF | 56 -------------------------- > drivers/pcmcia/Makefile | 1 - > drivers/pcmcia/pxa_pcmcia.c | 93 ------------------------------------------- > include/configs/zipitz2.h | 14 +++++- > include/pcmcia.h | 3 +- > 8 files changed, 26 insertions(+), 213 deletions(-) > delete mode 100644 board/jornada/u-boot.lds > delete mode 100644 doc/README.PXA_CF > delete mode 100644 drivers/pcmcia/pxa_pcmcia.c Is there a reason why this pull request is on a "fix" branch, not "master"? Amicalement, -- Albert. ^ permalink raw reply [flat|nested] 10+ messages in thread
* [U-Boot] [PULL] u-boot-pxa / fix 2012-02-27 20:16 ` Albert ARIBAUD @ 2012-02-27 20:53 ` Marek Vasut 2012-02-28 21:16 ` Albert ARIBAUD 0 siblings, 1 reply; 10+ messages in thread From: Marek Vasut @ 2012-02-27 20:53 UTC (permalink / raw) To: u-boot > Hi Marek, > > Le 27/02/2012 14:03, Marek Vasut a ?crit : > > The following changes since commit 417c2c787e32784b5de975065a7d1dd5b3cc8ecd: > > at91: modified NAND flash timing on otc570 board (2012-02-20 09:00:13 > > +0100) > > > > are available in the git repository at: > > git://git.denx.de/u-boot-pxa.git fix > > > > for you to fetch changes up to 2e85d5c10f01b21ac47f9b0dd4a9dcc022ac0be6: > > PXA: Fix missing get_tbclk() breaking vpac boards (2012-02-27 13:59:47 > > +0100) > > > > ---------------------------------------------------------------- > > > > Marek Vasut (3): > > PXA: Remove PXA PCMCIA support > > PXA: Fix warning in zipitz2 > > PXA: Fix missing get_tbclk() breaking vpac boards > > > > Simon Glass (1): > > arm: Remove jornada link script > > > > Vasily Khoruzhick (2): > > zipitz2: fix boot issue introduced by PXA low level init rework > > zipitz2: use pxa_mmc_gen as MMC driver > > > > arch/arm/cpu/pxa/timer.c | 5 ++ > > board/jornada/u-boot.lds | 58 --------------------------- > > board/zipitz2/zipitz2.c | 9 ++++ > > doc/README.PXA_CF | 56 -------------------------- > > drivers/pcmcia/Makefile | 1 - > > drivers/pcmcia/pxa_pcmcia.c | 93 > > ------------------------------------------- include/configs/zipitz2.h > > | 14 +++++- > > include/pcmcia.h | 3 +- > > 8 files changed, 26 insertions(+), 213 deletions(-) > > delete mode 100644 board/jornada/u-boot.lds > > delete mode 100644 doc/README.PXA_CF > > delete mode 100644 drivers/pcmcia/pxa_pcmcia.c > > Is there a reason why this pull request is on a "fix" branch, not "master"? > > Amicalement, Since those are mostly fixes. ^ permalink raw reply [flat|nested] 10+ messages in thread
* [U-Boot] [PULL] u-boot-pxa / fix 2012-02-27 20:53 ` Marek Vasut @ 2012-02-28 21:16 ` Albert ARIBAUD 2012-02-29 21:38 ` Marek Vasut 0 siblings, 1 reply; 10+ messages in thread From: Albert ARIBAUD @ 2012-02-28 21:16 UTC (permalink / raw) To: u-boot Hi Marek, Le 27/02/2012 21:53, Marek Vasut a ?crit : >> Hi Marek, >> >> Le 27/02/2012 14:03, Marek Vasut a ?crit : >>> The following changes since commit 417c2c787e32784b5de975065a7d1dd5b3cc8ecd: >>> at91: modified NAND flash timing on otc570 board (2012-02-20 09:00:13 >>> +0100) >>> >>> are available in the git repository at: >>> git://git.denx.de/u-boot-pxa.git fix >>> >>> for you to fetch changes up to 2e85d5c10f01b21ac47f9b0dd4a9dcc022ac0be6: >>> PXA: Fix missing get_tbclk() breaking vpac boards (2012-02-27 13:59:47 >>> +0100) >>> >>> ---------------------------------------------------------------- >>> >>> Marek Vasut (3): >>> PXA: Remove PXA PCMCIA support >>> PXA: Fix warning in zipitz2 >>> PXA: Fix missing get_tbclk() breaking vpac boards >>> >>> Simon Glass (1): >>> arm: Remove jornada link script >>> >>> Vasily Khoruzhick (2): >>> zipitz2: fix boot issue introduced by PXA low level init rework >>> zipitz2: use pxa_mmc_gen as MMC driver >>> >>> arch/arm/cpu/pxa/timer.c | 5 ++ >>> board/jornada/u-boot.lds | 58 --------------------------- >>> board/zipitz2/zipitz2.c | 9 ++++ >>> doc/README.PXA_CF | 56 -------------------------- >>> drivers/pcmcia/Makefile | 1 - >>> drivers/pcmcia/pxa_pcmcia.c | 93 >>> ------------------------------------------- include/configs/zipitz2.h >>> | 14 +++++- >>> include/pcmcia.h | 3 +- >>> 8 files changed, 26 insertions(+), 213 deletions(-) >>> delete mode 100644 board/jornada/u-boot.lds >>> delete mode 100644 doc/README.PXA_CF >>> delete mode 100644 drivers/pcmcia/pxa_pcmcia.c >> >> Is there a reason why this pull request is on a "fix" branch, not "master"? >> >> Amicalement, > > Since those are mostly fixes. My meaning was, if they are fixes, then why are they not on u-boot-pxa/master as they should be? Amicalement, -- Albert. ^ permalink raw reply [flat|nested] 10+ messages in thread
* [U-Boot] [PULL] u-boot-pxa / fix 2012-02-28 21:16 ` Albert ARIBAUD @ 2012-02-29 21:38 ` Marek Vasut 2012-03-01 22:05 ` Albert ARIBAUD 0 siblings, 1 reply; 10+ messages in thread From: Marek Vasut @ 2012-02-29 21:38 UTC (permalink / raw) To: u-boot > Hi Marek, > > Le 27/02/2012 21:53, Marek Vasut a ?crit : > >> Hi Marek, > >> > >> Le 27/02/2012 14:03, Marek Vasut a ?crit : > >>> The following changes since commit 417c2c787e32784b5de975065a7d1dd5b3cc8ecd: > >>> at91: modified NAND flash timing on otc570 board (2012-02-20 > >>> 09:00:13 +0100) > >>> > >>> are available in the git repository at: > >>> git://git.denx.de/u-boot-pxa.git fix > >>> > >>> for you to fetch changes up to 2e85d5c10f01b21ac47f9b0dd4a9dcc022ac0be6: > >>> PXA: Fix missing get_tbclk() breaking vpac boards (2012-02-27 > >>> 13:59:47 +0100) > >>> > >>> ---------------------------------------------------------------- > >>> > >>> Marek Vasut (3): > >>> PXA: Remove PXA PCMCIA support > >>> PXA: Fix warning in zipitz2 > >>> PXA: Fix missing get_tbclk() breaking vpac boards > >>> > >>> Simon Glass (1): > >>> arm: Remove jornada link script > >>> > >>> Vasily Khoruzhick (2): > >>> zipitz2: fix boot issue introduced by PXA low level init rework > >>> zipitz2: use pxa_mmc_gen as MMC driver > >>> > >>> arch/arm/cpu/pxa/timer.c | 5 ++ > >>> board/jornada/u-boot.lds | 58 --------------------------- > >>> board/zipitz2/zipitz2.c | 9 ++++ > >>> doc/README.PXA_CF | 56 -------------------------- > >>> drivers/pcmcia/Makefile | 1 - > >>> drivers/pcmcia/pxa_pcmcia.c | 93 > >>> ------------------------------------------- > >>> include/configs/zipitz2.h > >>> > >>> | 14 +++++- > >>> > >>> include/pcmcia.h | 3 +- > >>> 8 files changed, 26 insertions(+), 213 deletions(-) > >>> delete mode 100644 board/jornada/u-boot.lds > >>> delete mode 100644 doc/README.PXA_CF > >>> delete mode 100644 drivers/pcmcia/pxa_pcmcia.c > >> > >> Is there a reason why this pull request is on a "fix" branch, not > >> "master"? > >> > >> Amicalement, > > > > Since those are mostly fixes. > > My meaning was, if they are fixes, then why are they not on > u-boot-pxa/master as they should be? Because I'm an evil maintainer that is very happy if he can bring in inconsistency ! I'll put it into master next time. Cheers! M ^ permalink raw reply [flat|nested] 10+ messages in thread
* [U-Boot] [PULL] u-boot-pxa / fix 2012-02-29 21:38 ` Marek Vasut @ 2012-03-01 22:05 ` Albert ARIBAUD 2012-03-02 10:47 ` Marek Vasut 2012-03-05 6:01 ` Marek Vasut 0 siblings, 2 replies; 10+ messages in thread From: Albert ARIBAUD @ 2012-03-01 22:05 UTC (permalink / raw) To: u-boot Hi Marek, Le 29/02/2012 22:38, Marek Vasut a ?crit : >> Hi Marek, >> >> Le 27/02/2012 21:53, Marek Vasut a ?crit : >>>> Hi Marek, >>>> >>>> Le 27/02/2012 14:03, Marek Vasut a ?crit : >>>>> The following changes since commit > 417c2c787e32784b5de975065a7d1dd5b3cc8ecd: >>>>> at91: modified NAND flash timing on otc570 board (2012-02-20 >>>>> 09:00:13 +0100) >>>>> >>>>> are available in the git repository at: >>>>> git://git.denx.de/u-boot-pxa.git fix >>>>> >>>>> for you to fetch changes up to 2e85d5c10f01b21ac47f9b0dd4a9dcc022ac0be6: >>>>> PXA: Fix missing get_tbclk() breaking vpac boards (2012-02-27 >>>>> 13:59:47 +0100) >>>>> >>>>> ---------------------------------------------------------------- >>>>> >>>>> Marek Vasut (3): >>>>> PXA: Remove PXA PCMCIA support >>>>> PXA: Fix warning in zipitz2 >>>>> PXA: Fix missing get_tbclk() breaking vpac boards >>>>> >>>>> Simon Glass (1): >>>>> arm: Remove jornada link script >>>>> >>>>> Vasily Khoruzhick (2): >>>>> zipitz2: fix boot issue introduced by PXA low level init rework >>>>> zipitz2: use pxa_mmc_gen as MMC driver >>>>> >>>>> arch/arm/cpu/pxa/timer.c | 5 ++ >>>>> board/jornada/u-boot.lds | 58 --------------------------- >>>>> board/zipitz2/zipitz2.c | 9 ++++ >>>>> doc/README.PXA_CF | 56 -------------------------- >>>>> drivers/pcmcia/Makefile | 1 - >>>>> drivers/pcmcia/pxa_pcmcia.c | 93 >>>>> ------------------------------------------- >>>>> include/configs/zipitz2.h >>>>> >>>>> | 14 +++++- >>>>> >>>>> include/pcmcia.h | 3 +- >>>>> 8 files changed, 26 insertions(+), 213 deletions(-) >>>>> delete mode 100644 board/jornada/u-boot.lds >>>>> delete mode 100644 doc/README.PXA_CF >>>>> delete mode 100644 drivers/pcmcia/pxa_pcmcia.c >>>> >>>> Is there a reason why this pull request is on a "fix" branch, not >>>> "master"? >>>> >>>> Amicalement, >>> >>> Since those are mostly fixes. >> >> My meaning was, if they are fixes, then why are they not on >> u-boot-pxa/master as they should be? > > Because I'm an evil maintainer that is very happy if he can bring in > inconsistency ! I'll put it into master next time. Please meet the evil arch-custodian that is very happy if he can impose order. :) More seriously though: do you mean you are going to move these commits to master and send an updated pull req, or should take this one as being master? > Cheers! > M Amicalement, -- Albert. ^ permalink raw reply [flat|nested] 10+ messages in thread
* [U-Boot] [PULL] u-boot-pxa / fix 2012-03-01 22:05 ` Albert ARIBAUD @ 2012-03-02 10:47 ` Marek Vasut 2012-03-05 6:01 ` Marek Vasut 1 sibling, 0 replies; 10+ messages in thread From: Marek Vasut @ 2012-03-02 10:47 UTC (permalink / raw) To: u-boot > Hi Marek, > > Le 29/02/2012 22:38, Marek Vasut a ?crit : > >> Hi Marek, > >> > >> Le 27/02/2012 21:53, Marek Vasut a ?crit : > >>>> Hi Marek, > >>>> > >>>> Le 27/02/2012 14:03, Marek Vasut a ?crit : > >>>>> The following changes since commit > > > > 417c2c787e32784b5de975065a7d1dd5b3cc8ecd: > >>>>> at91: modified NAND flash timing on otc570 board (2012-02-20 > >>>>> 09:00:13 +0100) > >>>>> > >>>>> are available in the git repository at: > >>>>> git://git.denx.de/u-boot-pxa.git fix > >>>>> > >>>>> for you to fetch changes up to 2e85d5c10f01b21ac47f9b0dd4a9dcc022ac0be6: > >>>>> PXA: Fix missing get_tbclk() breaking vpac boards (2012-02-27 > >>>>> 13:59:47 +0100) > >>>>> > >>>>> ---------------------------------------------------------------- > >>>>> > >>>>> Marek Vasut (3): > >>>>> PXA: Remove PXA PCMCIA support > >>>>> PXA: Fix warning in zipitz2 > >>>>> PXA: Fix missing get_tbclk() breaking vpac boards > >>>>> > >>>>> Simon Glass (1): > >>>>> arm: Remove jornada link script > >>>>> > >>>>> Vasily Khoruzhick (2): > >>>>> zipitz2: fix boot issue introduced by PXA low level init > >>>>> rework zipitz2: use pxa_mmc_gen as MMC driver > >>>>> > >>>>> arch/arm/cpu/pxa/timer.c | 5 ++ > >>>>> board/jornada/u-boot.lds | 58 --------------------------- > >>>>> board/zipitz2/zipitz2.c | 9 ++++ > >>>>> doc/README.PXA_CF | 56 -------------------------- > >>>>> drivers/pcmcia/Makefile | 1 - > >>>>> drivers/pcmcia/pxa_pcmcia.c | 93 > >>>>> ------------------------------------------- > >>>>> include/configs/zipitz2.h > >>>>> > >>>>> | 14 +++++- > >>>>> > >>>>> include/pcmcia.h | 3 +- > >>>>> 8 files changed, 26 insertions(+), 213 deletions(-) > >>>>> delete mode 100644 board/jornada/u-boot.lds > >>>>> delete mode 100644 doc/README.PXA_CF > >>>>> delete mode 100644 drivers/pcmcia/pxa_pcmcia.c > >>>> > >>>> Is there a reason why this pull request is on a "fix" branch, not > >>>> "master"? > >>>> > >>>> Amicalement, > >>> > >>> Since those are mostly fixes. > >> > >> My meaning was, if they are fixes, then why are they not on > >> u-boot-pxa/master as they should be? > > > > Because I'm an evil maintainer that is very happy if he can bring in > > inconsistency ! I'll put it into master next time. > > Please meet the evil arch-custodian that is very happy if he can impose > order. :) Hehe :) > > More seriously though: do you mean you are going to move these commits > to master and send an updated pull req, or should take this one as being > master? I'm actually planning (you know, planning, aka. sometimes in the distant future ...) to reorganise u-boot-pxa.git, it's real mess now. Though this -fix idea is what I got from linux kernel, noone was opposed to have different branches like that there. Besides, right now, u-boot-pxa/master contains some bigger changes. Cheers! ^ permalink raw reply [flat|nested] 10+ messages in thread
* [U-Boot] [PULL] u-boot-pxa / fix 2012-03-01 22:05 ` Albert ARIBAUD 2012-03-02 10:47 ` Marek Vasut @ 2012-03-05 6:01 ` Marek Vasut 1 sibling, 0 replies; 10+ messages in thread From: Marek Vasut @ 2012-03-05 6:01 UTC (permalink / raw) To: u-boot Dear Evil Arch-Custodian, > Hi Marek, > > Le 29/02/2012 22:38, Marek Vasut a ?crit : > >> Hi Marek, > >> > >> Le 27/02/2012 21:53, Marek Vasut a ?crit : > >>>> Hi Marek, > >>>> > >>>> Le 27/02/2012 14:03, Marek Vasut a ?crit : > >>>>> The following changes since commit > > > > 417c2c787e32784b5de975065a7d1dd5b3cc8ecd: > >>>>> at91: modified NAND flash timing on otc570 board (2012-02-20 > >>>>> 09:00:13 +0100) > >>>>> > >>>>> are available in the git repository at: > >>>>> git://git.denx.de/u-boot-pxa.git fix > >>>>> > >>>>> for you to fetch changes up to 2e85d5c10f01b21ac47f9b0dd4a9dcc022ac0be6: > >>>>> PXA: Fix missing get_tbclk() breaking vpac boards (2012-02-27 > >>>>> 13:59:47 +0100) > >>>>> > >>>>> ---------------------------------------------------------------- > >>>>> > >>>>> Marek Vasut (3): > >>>>> PXA: Remove PXA PCMCIA support > >>>>> PXA: Fix warning in zipitz2 > >>>>> PXA: Fix missing get_tbclk() breaking vpac boards > >>>>> > >>>>> Simon Glass (1): > >>>>> arm: Remove jornada link script > >>>>> > >>>>> Vasily Khoruzhick (2): > >>>>> zipitz2: fix boot issue introduced by PXA low level init > >>>>> rework zipitz2: use pxa_mmc_gen as MMC driver > >>>>> > >>>>> arch/arm/cpu/pxa/timer.c | 5 ++ > >>>>> board/jornada/u-boot.lds | 58 --------------------------- > >>>>> board/zipitz2/zipitz2.c | 9 ++++ > >>>>> doc/README.PXA_CF | 56 -------------------------- > >>>>> drivers/pcmcia/Makefile | 1 - > >>>>> drivers/pcmcia/pxa_pcmcia.c | 93 > >>>>> ------------------------------------------- > >>>>> include/configs/zipitz2.h > >>>>> > >>>>> | 14 +++++- > >>>>> > >>>>> include/pcmcia.h | 3 +- > >>>>> 8 files changed, 26 insertions(+), 213 deletions(-) > >>>>> delete mode 100644 board/jornada/u-boot.lds > >>>>> delete mode 100644 doc/README.PXA_CF > >>>>> delete mode 100644 drivers/pcmcia/pxa_pcmcia.c > >>>> > >>>> Is there a reason why this pull request is on a "fix" branch, not > >>>> "master"? > >>>> > >>>> Amicalement, > >>> > >>> Since those are mostly fixes. > >> > >> My meaning was, if they are fixes, then why are they not on > >> u-boot-pxa/master as they should be? > > > > Because I'm an evil maintainer that is very happy if he can bring in > > inconsistency ! I'll put it into master next time. > > Please meet the evil arch-custodian that is very happy if he can impose > order. :) > > More seriously though: do you mean you are going to move these commits > to master and send an updated pull req, or should take this one as being > master? Can you please pull this in? It's containing fixes for PXA build issues. Thanks in advance! Best regards, Marek Vasut ^ permalink raw reply [flat|nested] 10+ messages in thread
* [U-Boot] [PULL] u-boot-pxa / fix 2012-02-27 13:03 [U-Boot] [PULL] u-boot-pxa / fix Marek Vasut 2012-02-27 20:16 ` Albert ARIBAUD @ 2012-03-05 12:19 ` Albert ARIBAUD 2012-03-05 12:39 ` Marek Vasut 1 sibling, 1 reply; 10+ messages in thread From: Albert ARIBAUD @ 2012-03-05 12:19 UTC (permalink / raw) To: u-boot Hi Marek, Le 27/02/2012 14:03, Marek Vasut a ?crit : > The following changes since commit 417c2c787e32784b5de975065a7d1dd5b3cc8ecd: > > at91: modified NAND flash timing on otc570 board (2012-02-20 09:00:13 +0100) > > are available in the git repository at: > > git://git.denx.de/u-boot-pxa.git fix > > for you to fetch changes up to 2e85d5c10f01b21ac47f9b0dd4a9dcc022ac0be6: > > PXA: Fix missing get_tbclk() breaking vpac boards (2012-02-27 13:59:47 +0100) > > ---------------------------------------------------------------- > Marek Vasut (3): > PXA: Remove PXA PCMCIA support > PXA: Fix warning in zipitz2 > PXA: Fix missing get_tbclk() breaking vpac boards > > Simon Glass (1): > arm: Remove jornada link script > > Vasily Khoruzhick (2): > zipitz2: fix boot issue introduced by PXA low level init rework > zipitz2: use pxa_mmc_gen as MMC driver > > arch/arm/cpu/pxa/timer.c | 5 ++ > board/jornada/u-boot.lds | 58 --------------------------- > board/zipitz2/zipitz2.c | 9 ++++ > doc/README.PXA_CF | 56 -------------------------- > drivers/pcmcia/Makefile | 1 - > drivers/pcmcia/pxa_pcmcia.c | 93 ------------------------------------------- > include/configs/zipitz2.h | 14 +++++- > include/pcmcia.h | 3 +- > 8 files changed, 26 insertions(+), 213 deletions(-) > delete mode 100644 board/jornada/u-boot.lds > delete mode 100644 doc/README.PXA_CF > delete mode 100644 drivers/pcmcia/pxa_pcmcia.c Rebased and applied to u-boot-arm/master, thanks. Amicalement, -- Albert. ^ permalink raw reply [flat|nested] 10+ messages in thread
* [U-Boot] [PULL] u-boot-pxa / fix 2012-03-05 12:19 ` Albert ARIBAUD @ 2012-03-05 12:39 ` Marek Vasut 0 siblings, 0 replies; 10+ messages in thread From: Marek Vasut @ 2012-03-05 12:39 UTC (permalink / raw) To: u-boot Dear Albert ARIBAUD, > Hi Marek, > > Le 27/02/2012 14:03, Marek Vasut a ?crit : > > The following changes since commit 417c2c787e32784b5de975065a7d1dd5b3cc8ecd: > > at91: modified NAND flash timing on otc570 board (2012-02-20 09:00:13 > > +0100) > > > > are available in the git repository at: > > git://git.denx.de/u-boot-pxa.git fix > > > > for you to fetch changes up to 2e85d5c10f01b21ac47f9b0dd4a9dcc022ac0be6: > > PXA: Fix missing get_tbclk() breaking vpac boards (2012-02-27 13:59:47 > > +0100) > > > > ---------------------------------------------------------------- > > > > Marek Vasut (3): > > PXA: Remove PXA PCMCIA support > > PXA: Fix warning in zipitz2 > > PXA: Fix missing get_tbclk() breaking vpac boards > > > > Simon Glass (1): > > arm: Remove jornada link script > > > > Vasily Khoruzhick (2): > > zipitz2: fix boot issue introduced by PXA low level init rework > > zipitz2: use pxa_mmc_gen as MMC driver > > > > arch/arm/cpu/pxa/timer.c | 5 ++ > > board/jornada/u-boot.lds | 58 --------------------------- > > board/zipitz2/zipitz2.c | 9 ++++ > > doc/README.PXA_CF | 56 -------------------------- > > drivers/pcmcia/Makefile | 1 - > > drivers/pcmcia/pxa_pcmcia.c | 93 > > ------------------------------------------- include/configs/zipitz2.h > > | 14 +++++- > > include/pcmcia.h | 3 +- > > 8 files changed, 26 insertions(+), 213 deletions(-) > > delete mode 100644 board/jornada/u-boot.lds > > delete mode 100644 doc/README.PXA_CF > > delete mode 100644 drivers/pcmcia/pxa_pcmcia.c > > Rebased and applied to u-boot-arm/master, thanks. > > Amicalement, Thank you! Now added the cleanup to my ToDo! Best regards, Marek Vasut ^ permalink raw reply [flat|nested] 10+ messages in thread
end of thread, other threads:[~2012-03-05 12:39 UTC | newest] Thread overview: 10+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2012-02-27 13:03 [U-Boot] [PULL] u-boot-pxa / fix Marek Vasut 2012-02-27 20:16 ` Albert ARIBAUD 2012-02-27 20:53 ` Marek Vasut 2012-02-28 21:16 ` Albert ARIBAUD 2012-02-29 21:38 ` Marek Vasut 2012-03-01 22:05 ` Albert ARIBAUD 2012-03-02 10:47 ` Marek Vasut 2012-03-05 6:01 ` Marek Vasut 2012-03-05 12:19 ` Albert ARIBAUD 2012-03-05 12:39 ` Marek Vasut
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox