From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rob Herring Date: Thu, 08 Mar 2012 10:07:50 -0600 Subject: [U-Boot] Any outstanding ARM pull requests? In-Reply-To: <4F585DB9.8060901@aribaud.net> References: <4F585DB9.8060901@aribaud.net> Message-ID: <4F58D956.5090505@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 03/08/2012 01:20 AM, Albert ARIBAUD wrote: > Hi all, > > On my working repo where I have all ARM subrepos as remotes, a > > git branch -r --no-merged | grep '/master' > > with HEAD set to my master branch gives the following: > > u-boot-atmel/master > u-boot-atmel/master-arm > u-boot-imx/master > u-boot-pxa/master > u-boot-samsung/master > u-boot-tegra/master > > Which means there are commmits on these repo's master branches that are > not currently in u-boot-arm. > > Are there any ARM pull requests pending that I would have missed or are > about to be sent? > > Amicalement, The highbank fixes are still not applied. You can get them off the list or here's a pull request again: The following changes since commit 2acca35ce4604dcef933f07d90aa9c9c930e1049: Merge branch 'master' of git://git.denx.de/u-boot-mmc (2012-02-17 23:54:46 +0100) are available in the git repository at: git://sources.calxeda.com/u-boot.git fixes Rob Herring (4): net: calxedaxgmac: fix build due to missing __aligned definition ARM: highbank: fix warning for calxedaxgmac_initialize ARM: highbank: add missing get_tbclk ARM: highbank: fix us_to_tick calculation arch/arm/cpu/armv7/highbank/timer.c | 9 +++++++-- board/highbank/highbank.c | 1 + drivers/net/calxedaxgmac.c | 1 + 3 files changed, 9 insertions(+), 2 deletions(-) Rob