* [GIT PULL] ARM: mvebu: soc changes for v3.11 (round 2 cumulative)
@ 2013-05-28 18:36 Jason Cooper
2013-05-29 19:36 ` [GIT PULL v2] " Jason Cooper
0 siblings, 1 reply; 5+ messages in thread
From: Jason Cooper @ 2013-05-28 18:36 UTC (permalink / raw)
To: linux-arm-kernel
Olof,
summary is cumulative.
The following changes since commit f722406faae2d073cc1d01063d1123c35425939e:
Linux 3.10-rc1 (2013-05-11 17:14:08 -0700)
are available in the git repository at:
git://git.infradead.org/users/jcooper/linux.git tags/soc-3.11-2
for you to fetch changes up to efde309297a08e32d89e4a96c4051e86dcd50b45:
arm: kirkwood: Instantiate cpufreq driver (2013-05-26 17:56:24 +0000)
----------------------------------------------------------------
mvebu soc changes for v3.11 (round 2)
- kirkwood
- use the cpufreq driver
----------------------------------------------------------------
Andrew Lunn (1):
arm: kirkwood: Instantiate cpufreq driver
Thomas Petazzoni (1):
arm: kirkwood: use the default of match table
arch/arm/Kconfig | 1 +
arch/arm/mach-kirkwood/board-dt.c | 9 +++------
arch/arm/mach-kirkwood/common.c | 23 +++++++++++++++++++++++
arch/arm/mach-kirkwood/common.h | 2 ++
arch/arm/mach-kirkwood/include/mach/bridge-regs.h | 2 ++
5 files changed, 31 insertions(+), 6 deletions(-)
^ permalink raw reply [flat|nested] 5+ messages in thread* [GIT PULL v2] ARM: mvebu: soc changes for v3.11 (round 2 cumulative) 2013-05-28 18:36 [GIT PULL] ARM: mvebu: soc changes for v3.11 (round 2 cumulative) Jason Cooper @ 2013-05-29 19:36 ` Jason Cooper 2013-06-01 5:38 ` Olof Johansson 2013-06-01 5:41 ` Olof Johansson 0 siblings, 2 replies; 5+ messages in thread From: Jason Cooper @ 2013-05-29 19:36 UTC (permalink / raw) To: linux-arm-kernel Olof, Since I have a few hours, I added a Tested-by that I thought I missed. No other changes. The following changes since commit f722406faae2d073cc1d01063d1123c35425939e: Linux 3.10-rc1 (2013-05-11 17:14:08 -0700) are available in the git repository at: git://git.infradead.org/users/jcooper/linux.git tags/soc-3.11-2 for you to fetch changes up to 0e2ee0c0610ec211a9f0ebf3088cbf4da422ebf8: arm: kirkwood: Instantiate cpufreq driver (2013-05-29 19:32:04 +0000) ---------------------------------------------------------------- mvebu soc changes for v3.11 (round 2) - kirkwood - use the cpufreq driver ---------------------------------------------------------------- Andrew Lunn (1): arm: kirkwood: Instantiate cpufreq driver Thomas Petazzoni (1): arm: kirkwood: use the default of match table arch/arm/Kconfig | 1 + arch/arm/mach-kirkwood/board-dt.c | 9 +++------ arch/arm/mach-kirkwood/common.c | 23 +++++++++++++++++++++++ arch/arm/mach-kirkwood/common.h | 2 ++ arch/arm/mach-kirkwood/include/mach/bridge-regs.h | 2 ++ 5 files changed, 31 insertions(+), 6 deletions(-) ^ permalink raw reply [flat|nested] 5+ messages in thread
* [GIT PULL v2] ARM: mvebu: soc changes for v3.11 (round 2 cumulative) 2013-05-29 19:36 ` [GIT PULL v2] " Jason Cooper @ 2013-06-01 5:38 ` Olof Johansson 2013-06-03 14:46 ` Jason Cooper 2013-06-01 5:41 ` Olof Johansson 1 sibling, 1 reply; 5+ messages in thread From: Olof Johansson @ 2013-06-01 5:38 UTC (permalink / raw) To: linux-arm-kernel On Wed, May 29, 2013 at 03:36:54PM -0400, Jason Cooper wrote: > Olof, > > Since I have a few hours, I added a Tested-by that I thought I > missed. No other changes. All these respins are making it hard to track your pull requests, by the way. Some of them are threaded, other are not. And the numbering doesn't align, some are round 2, others are around 3. Can you thread all of them, per chance? That way it's easy to tell which ones belonged in the old group and can just be discarded. -Olof ^ permalink raw reply [flat|nested] 5+ messages in thread
* [GIT PULL v2] ARM: mvebu: soc changes for v3.11 (round 2 cumulative) 2013-06-01 5:38 ` Olof Johansson @ 2013-06-03 14:46 ` Jason Cooper 0 siblings, 0 replies; 5+ messages in thread From: Jason Cooper @ 2013-06-03 14:46 UTC (permalink / raw) To: linux-arm-kernel On Fri, May 31, 2013 at 10:38:35PM -0700, Olof Johansson wrote: > On Wed, May 29, 2013 at 03:36:54PM -0400, Jason Cooper wrote: > > Olof, > > > > Since I have a few hours, I added a Tested-by that I thought I > > missed. No other changes. > > All these respins are making it hard to track your pull requests, by > the way. Some of them are threaded, other are not. And the numbering > doesn't align, some are round 2, others are around 3. > > Can you thread all of them, per chance? That way it's easy to tell which ones > belonged in the old group and can just be discarded. Sure, I was trying to only thread them if there were dependencies between the branches (of_pci, pcie, pcie_bridge, etc), but will do so in the future. thx, Jason. ^ permalink raw reply [flat|nested] 5+ messages in thread
* [GIT PULL v2] ARM: mvebu: soc changes for v3.11 (round 2 cumulative) 2013-05-29 19:36 ` [GIT PULL v2] " Jason Cooper 2013-06-01 5:38 ` Olof Johansson @ 2013-06-01 5:41 ` Olof Johansson 1 sibling, 0 replies; 5+ messages in thread From: Olof Johansson @ 2013-06-01 5:41 UTC (permalink / raw) To: linux-arm-kernel On Wed, May 29, 2013 at 03:36:54PM -0400, Jason Cooper wrote: > Olof, > > Since I have a few hours, I added a Tested-by that I thought I > missed. No other changes. > > > The following changes since commit f722406faae2d073cc1d01063d1123c35425939e: > > Linux 3.10-rc1 (2013-05-11 17:14:08 -0700) > > are available in the git repository at: > > git://git.infradead.org/users/jcooper/linux.git tags/soc-3.11-2 > > for you to fetch changes up to 0e2ee0c0610ec211a9f0ebf3088cbf4da422ebf8: > > arm: kirkwood: Instantiate cpufreq driver (2013-05-29 19:32:04 +0000) > > ---------------------------------------------------------------- > mvebu soc changes for v3.11 (round 2) > > - kirkwood > - use the cpufreq driver Btw, if the subject says cumulative, then the tag should probably also be. -Olof ^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2013-06-03 14:46 UTC | newest] Thread overview: 5+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2013-05-28 18:36 [GIT PULL] ARM: mvebu: soc changes for v3.11 (round 2 cumulative) Jason Cooper 2013-05-29 19:36 ` [GIT PULL v2] " Jason Cooper 2013-06-01 5:38 ` Olof Johansson 2013-06-03 14:46 ` Jason Cooper 2013-06-01 5:41 ` Olof Johansson
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox