* Pull request: scottwood/linux.git next
@ 2014-03-20 4:25 Scott Wood
2014-03-23 23:16 ` Benjamin Herrenschmidt
0 siblings, 1 reply; 10+ messages in thread
From: Scott Wood @ 2014-03-20 4:25 UTC (permalink / raw)
To: benh; +Cc: linuxppc-dev
The following changes since commit c7e64b9ce04aa2e3fad7396d92b5cb92056d16ac:
powerpc/powernv Platform dump interface (2014-03-07 16:19:10 +1100)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux.git next
for you to fetch changes up to 48b16180d0d91324e5d2423c6d53d97bbe3dcc14:
fsl/pci: The new pci suspend/resume implementation (2014-03-19 22:37:44 -0500)
----------------------------------------------------------------
Luis Henriques (1):
powerpc/kconfig: Remove TSI108_BRIDGE duplicates
Minghuan Lian (1):
powerpc/pci: Fix IMMRBAR address
Prabhakar Kushwaha (1):
powerpc/config: Remove unnecssary CONFIG_FSL_IFC
Scott Wood (8):
powerpc/booke64: Fix exception numbers
powerpc/e6500: Make TLB lock recursive
powerpc/booke64: Use SPRG7 for VDSO
powerpc/booke64: Use SPRG_TLB_EXFRAME on bolted handlers
powerpc/booke64: Remove ints from EXCEPTION_COMMON
powerpc/booke64: Add crit/mc/debug support to EXCEPTION_COMMON
powerpc/booke64: Critical and machine check exception support
Revert "powerpc/watchdog: Don't enable interrupt on PPC64 BookE"
Sebastian Siewior (1):
powerpc: 85xx rdb: move np pointer to avoid builderror
Tang Yuantian (2):
powerpc/mpc85xx: Update clock nodes in device tree
powerpc: T4240: Add ina220 node in dts
Tiejun Chen (2):
powerpc/book3e: initialize crit/mc/dbg kernel stack pointers
powerpc/book3e: store crit/mc/dbg exception thread info
Wang Dongsheng (2):
powerpc/fsl: add PVR definition for E500MC and E5500
fsl/pci: The new pci suspend/resume implementation
Zhao Qiang (2):
QE: split function mpc85xx_qe_init() into two functions.
Corenet: Add QE platform support for Corenet
harninder rai (1):
powerpc/fsl: Add/update miscellaneous missing binding
.../devicetree/bindings/powerpc/fsl/l2cache.txt | 23 ++
.../devicetree/bindings/powerpc/fsl/mem-ctrlr.txt | 27 ++
Documentation/devicetree/bindings/usb/fsl-usb.txt | 4 +-
arch/powerpc/boot/dts/fsl/b4420si-post.dtsi | 36 ++
arch/powerpc/boot/dts/fsl/b4420si-pre.dtsi | 2 +
arch/powerpc/boot/dts/fsl/b4860si-post.dtsi | 36 ++
arch/powerpc/boot/dts/fsl/b4860si-pre.dtsi | 4 +
arch/powerpc/boot/dts/fsl/p2041si-post.dtsi | 60 +++
arch/powerpc/boot/dts/fsl/p2041si-pre.dtsi | 4 +
arch/powerpc/boot/dts/fsl/p3041si-post.dtsi | 61 +++
arch/powerpc/boot/dts/fsl/p3041si-pre.dtsi | 4 +
arch/powerpc/boot/dts/fsl/p4080si-post.dtsi | 113 ++++++
arch/powerpc/boot/dts/fsl/p4080si-pre.dtsi | 8 +
arch/powerpc/boot/dts/fsl/p5020si-post.dtsi | 43 ++
arch/powerpc/boot/dts/fsl/p5020si-pre.dtsi | 2 +
arch/powerpc/boot/dts/fsl/p5040si-post.dtsi | 61 +++
arch/powerpc/boot/dts/fsl/p5040si-pre.dtsi | 4 +
arch/powerpc/boot/dts/fsl/t4240si-post.dtsi | 86 ++++
arch/powerpc/boot/dts/fsl/t4240si-pre.dtsi | 12 +
arch/powerpc/boot/dts/t4240qds.dts | 42 ++
arch/powerpc/configs/corenet64_smp_defconfig | 1 -
arch/powerpc/configs/mpc85xx_defconfig | 1 -
arch/powerpc/configs/mpc85xx_smp_defconfig | 1 -
arch/powerpc/include/asm/exception-64e.h | 15 +-
arch/powerpc/include/asm/kvm_booke_hv_asm.h | 17 +-
arch/powerpc/include/asm/mmu-book3e.h | 9 +-
arch/powerpc/include/asm/paca.h | 9 +-
arch/powerpc/include/asm/reg.h | 15 +-
arch/powerpc/kernel/asm-offsets.c | 2 +-
arch/powerpc/kernel/exceptions-64e.S | 435 ++++++++++++++++-----
arch/powerpc/kernel/setup_64.c | 20 +-
arch/powerpc/kernel/vdso.c | 8 +-
arch/powerpc/kernel/vdso32/getcpu.S | 2 +-
arch/powerpc/kernel/vdso64/getcpu.S | 2 +-
arch/powerpc/kvm/book3s_hv_rmhandlers.S | 4 +-
arch/powerpc/kvm/book3s_interrupts.S | 4 +-
arch/powerpc/kvm/bookehv_interrupts.S | 21 +-
arch/powerpc/mm/tlb_low_64e.S | 63 +--
arch/powerpc/mm/tlb_nohash.c | 11 +
arch/powerpc/platforms/85xx/c293pcie.c | 1 +
arch/powerpc/platforms/85xx/common.c | 6 +
arch/powerpc/platforms/85xx/corenet_generic.c | 17 +
arch/powerpc/platforms/85xx/ge_imp3a.c | 1 +
arch/powerpc/platforms/85xx/mpc8536_ds.c | 1 +
arch/powerpc/platforms/85xx/mpc85xx.h | 2 +
arch/powerpc/platforms/85xx/mpc85xx_cds.c | 1 +
arch/powerpc/platforms/85xx/mpc85xx_ds.c | 3 +
arch/powerpc/platforms/85xx/mpc85xx_mds.c | 4 +
arch/powerpc/platforms/85xx/mpc85xx_rdb.c | 16 +-
arch/powerpc/platforms/85xx/p1010rdb.c | 1 +
arch/powerpc/platforms/85xx/p1022_ds.c | 1 +
arch/powerpc/platforms/85xx/p1022_rdk.c | 1 +
arch/powerpc/platforms/85xx/p1023_rds.c | 2 +
arch/powerpc/platforms/85xx/qemu_e500.c | 1 +
arch/powerpc/platforms/85xx/sbc8548.c | 1 +
arch/powerpc/platforms/85xx/twr_p102x.c | 1 +
arch/powerpc/platforms/85xx/xes_mpc85xx.c | 3 +
arch/powerpc/platforms/embedded6xx/Kconfig | 2 -
arch/powerpc/sysdev/fsl_pci.c | 178 +++++++--
arch/powerpc/sysdev/fsl_pci.h | 8 +
drivers/watchdog/booke_wdt.c | 8 -
61 files changed, 1312 insertions(+), 219 deletions(-)
create mode 100644 Documentation/devicetree/bindings/powerpc/fsl/l2cache.txt
create mode 100644 Documentation/devicetree/bindings/powerpc/fsl/mem-ctrlr.txt
^ permalink raw reply [flat|nested] 10+ messages in thread* Re: Pull request: scottwood/linux.git next 2014-03-20 4:25 Pull request: scottwood/linux.git next Scott Wood @ 2014-03-23 23:16 ` Benjamin Herrenschmidt 2014-03-23 23:33 ` Benjamin Herrenschmidt 0 siblings, 1 reply; 10+ messages in thread From: Benjamin Herrenschmidt @ 2014-03-23 23:16 UTC (permalink / raw) To: Scott Wood; +Cc: Stephen Rothwell, linuxppc-dev On Wed, 2014-03-19 at 23:25 -0500, Scott Wood wrote: > The following changes since commit c7e64b9ce04aa2e3fad7396d92b5cb92056d16ac: > > powerpc/powernv Platform dump interface (2014-03-07 16:19:10 +1100) > > are available in the git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux.git next > > for you to fetch changes up to 48b16180d0d91324e5d2423c6d53d97bbe3dcc14: > > fsl/pci: The new pci suspend/resume implementation (2014-03-19 22:37:44 -0500) Stephen just informed me that your tree wasn't in -next ... Kumar's still is. Can you guys fix that up ? I somewhat rely on the FSL stuff to simmer in -next on its own. Cheers, Ben. > ---------------------------------------------------------------- > Luis Henriques (1): > powerpc/kconfig: Remove TSI108_BRIDGE duplicates > > Minghuan Lian (1): > powerpc/pci: Fix IMMRBAR address > > Prabhakar Kushwaha (1): > powerpc/config: Remove unnecssary CONFIG_FSL_IFC > > Scott Wood (8): > powerpc/booke64: Fix exception numbers > powerpc/e6500: Make TLB lock recursive > powerpc/booke64: Use SPRG7 for VDSO > powerpc/booke64: Use SPRG_TLB_EXFRAME on bolted handlers > powerpc/booke64: Remove ints from EXCEPTION_COMMON > powerpc/booke64: Add crit/mc/debug support to EXCEPTION_COMMON > powerpc/booke64: Critical and machine check exception support > Revert "powerpc/watchdog: Don't enable interrupt on PPC64 BookE" > > Sebastian Siewior (1): > powerpc: 85xx rdb: move np pointer to avoid builderror > > Tang Yuantian (2): > powerpc/mpc85xx: Update clock nodes in device tree > powerpc: T4240: Add ina220 node in dts > > Tiejun Chen (2): > powerpc/book3e: initialize crit/mc/dbg kernel stack pointers > powerpc/book3e: store crit/mc/dbg exception thread info > > Wang Dongsheng (2): > powerpc/fsl: add PVR definition for E500MC and E5500 > fsl/pci: The new pci suspend/resume implementation > > Zhao Qiang (2): > QE: split function mpc85xx_qe_init() into two functions. > Corenet: Add QE platform support for Corenet > > harninder rai (1): > powerpc/fsl: Add/update miscellaneous missing binding > > .../devicetree/bindings/powerpc/fsl/l2cache.txt | 23 ++ > .../devicetree/bindings/powerpc/fsl/mem-ctrlr.txt | 27 ++ > Documentation/devicetree/bindings/usb/fsl-usb.txt | 4 +- > arch/powerpc/boot/dts/fsl/b4420si-post.dtsi | 36 ++ > arch/powerpc/boot/dts/fsl/b4420si-pre.dtsi | 2 + > arch/powerpc/boot/dts/fsl/b4860si-post.dtsi | 36 ++ > arch/powerpc/boot/dts/fsl/b4860si-pre.dtsi | 4 + > arch/powerpc/boot/dts/fsl/p2041si-post.dtsi | 60 +++ > arch/powerpc/boot/dts/fsl/p2041si-pre.dtsi | 4 + > arch/powerpc/boot/dts/fsl/p3041si-post.dtsi | 61 +++ > arch/powerpc/boot/dts/fsl/p3041si-pre.dtsi | 4 + > arch/powerpc/boot/dts/fsl/p4080si-post.dtsi | 113 ++++++ > arch/powerpc/boot/dts/fsl/p4080si-pre.dtsi | 8 + > arch/powerpc/boot/dts/fsl/p5020si-post.dtsi | 43 ++ > arch/powerpc/boot/dts/fsl/p5020si-pre.dtsi | 2 + > arch/powerpc/boot/dts/fsl/p5040si-post.dtsi | 61 +++ > arch/powerpc/boot/dts/fsl/p5040si-pre.dtsi | 4 + > arch/powerpc/boot/dts/fsl/t4240si-post.dtsi | 86 ++++ > arch/powerpc/boot/dts/fsl/t4240si-pre.dtsi | 12 + > arch/powerpc/boot/dts/t4240qds.dts | 42 ++ > arch/powerpc/configs/corenet64_smp_defconfig | 1 - > arch/powerpc/configs/mpc85xx_defconfig | 1 - > arch/powerpc/configs/mpc85xx_smp_defconfig | 1 - > arch/powerpc/include/asm/exception-64e.h | 15 +- > arch/powerpc/include/asm/kvm_booke_hv_asm.h | 17 +- > arch/powerpc/include/asm/mmu-book3e.h | 9 +- > arch/powerpc/include/asm/paca.h | 9 +- > arch/powerpc/include/asm/reg.h | 15 +- > arch/powerpc/kernel/asm-offsets.c | 2 +- > arch/powerpc/kernel/exceptions-64e.S | 435 ++++++++++++++++----- > arch/powerpc/kernel/setup_64.c | 20 +- > arch/powerpc/kernel/vdso.c | 8 +- > arch/powerpc/kernel/vdso32/getcpu.S | 2 +- > arch/powerpc/kernel/vdso64/getcpu.S | 2 +- > arch/powerpc/kvm/book3s_hv_rmhandlers.S | 4 +- > arch/powerpc/kvm/book3s_interrupts.S | 4 +- > arch/powerpc/kvm/bookehv_interrupts.S | 21 +- > arch/powerpc/mm/tlb_low_64e.S | 63 +-- > arch/powerpc/mm/tlb_nohash.c | 11 + > arch/powerpc/platforms/85xx/c293pcie.c | 1 + > arch/powerpc/platforms/85xx/common.c | 6 + > arch/powerpc/platforms/85xx/corenet_generic.c | 17 + > arch/powerpc/platforms/85xx/ge_imp3a.c | 1 + > arch/powerpc/platforms/85xx/mpc8536_ds.c | 1 + > arch/powerpc/platforms/85xx/mpc85xx.h | 2 + > arch/powerpc/platforms/85xx/mpc85xx_cds.c | 1 + > arch/powerpc/platforms/85xx/mpc85xx_ds.c | 3 + > arch/powerpc/platforms/85xx/mpc85xx_mds.c | 4 + > arch/powerpc/platforms/85xx/mpc85xx_rdb.c | 16 +- > arch/powerpc/platforms/85xx/p1010rdb.c | 1 + > arch/powerpc/platforms/85xx/p1022_ds.c | 1 + > arch/powerpc/platforms/85xx/p1022_rdk.c | 1 + > arch/powerpc/platforms/85xx/p1023_rds.c | 2 + > arch/powerpc/platforms/85xx/qemu_e500.c | 1 + > arch/powerpc/platforms/85xx/sbc8548.c | 1 + > arch/powerpc/platforms/85xx/twr_p102x.c | 1 + > arch/powerpc/platforms/85xx/xes_mpc85xx.c | 3 + > arch/powerpc/platforms/embedded6xx/Kconfig | 2 - > arch/powerpc/sysdev/fsl_pci.c | 178 +++++++-- > arch/powerpc/sysdev/fsl_pci.h | 8 + > drivers/watchdog/booke_wdt.c | 8 - > 61 files changed, 1312 insertions(+), 219 deletions(-) > create mode 100644 Documentation/devicetree/bindings/powerpc/fsl/l2cache.txt > create mode 100644 Documentation/devicetree/bindings/powerpc/fsl/mem-ctrlr.txt ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: Pull request: scottwood/linux.git next 2014-03-23 23:16 ` Benjamin Herrenschmidt @ 2014-03-23 23:33 ` Benjamin Herrenschmidt 2014-03-25 1:09 ` Scott Wood 0 siblings, 1 reply; 10+ messages in thread From: Benjamin Herrenschmidt @ 2014-03-23 23:33 UTC (permalink / raw) To: Scott Wood; +Cc: Stephen Rothwell, linuxppc-dev On Mon, 2014-03-24 at 10:16 +1100, Benjamin Herrenschmidt wrote: > On Wed, 2014-03-19 at 23:25 -0500, Scott Wood wrote: > > The following changes since commit c7e64b9ce04aa2e3fad7396d92b5cb92056d16ac: > > > > powerpc/powernv Platform dump interface (2014-03-07 16:19:10 +1100) > > > > are available in the git repository at: > > > > git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux.git next > > > > for you to fetch changes up to 48b16180d0d91324e5d2423c6d53d97bbe3dcc14: > > > > fsl/pci: The new pci suspend/resume implementation (2014-03-19 22:37:44 -0500) > > Stephen just informed me that your tree wasn't in -next ... Kumar's > still is. > > Can you guys fix that up ? I somewhat rely on the FSL stuff to simmer > in -next on its own. Oh and where is my little summary to put in the merge commit ? I made one up for this time around. Cheers, Ben. ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: Pull request: scottwood/linux.git next 2014-03-23 23:33 ` Benjamin Herrenschmidt @ 2014-03-25 1:09 ` Scott Wood 2014-05-09 21:15 ` Scott Wood 0 siblings, 1 reply; 10+ messages in thread From: Scott Wood @ 2014-03-25 1:09 UTC (permalink / raw) To: Benjamin Herrenschmidt; +Cc: Stephen Rothwell, linuxppc-dev On Mon, 2014-03-24 at 10:33 +1100, Benjamin Herrenschmidt wrote: > On Mon, 2014-03-24 at 10:16 +1100, Benjamin Herrenschmidt wrote: > > On Wed, 2014-03-19 at 23:25 -0500, Scott Wood wrote: > > > The following changes since commit c7e64b9ce04aa2e3fad7396d92b5cb92056d16ac: > > > > > > powerpc/powernv Platform dump interface (2014-03-07 16:19:10 +1100) > > > > > > are available in the git repository at: > > > > > > git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux.git next > > > > > > for you to fetch changes up to 48b16180d0d91324e5d2423c6d53d97bbe3dcc14: > > > > > > fsl/pci: The new pci suspend/resume implementation (2014-03-19 22:37:44 -0500) > > > > Stephen just informed me that your tree wasn't in -next ... Kumar's > > still is. > > > > Can you guys fix that up ? I somewhat rely on the FSL stuff to simmer > > in -next on its own. Stephen, what's the process for adding a tree? I suppose we should update MAINTAINERS while we're at it. > Oh and where is my little summary to put in the merge commit ? > > I made one up for this time around. Oops, forgot again. Now I've added something to the script I use to generate pull requests, to give me a reminder. -Scott ^ permalink raw reply [flat|nested] 10+ messages in thread
* linux-next: add scottwood/linux.git 2014-03-25 1:09 ` Scott Wood @ 2014-05-09 21:15 ` Scott Wood 0 siblings, 0 replies; 10+ messages in thread From: Scott Wood @ 2014-05-09 21:15 UTC (permalink / raw) To: Stephen Rothwell; +Cc: linuxppc-dev, galak, Benjamin Herrenschmidt, linux-next On Mon, 2014-03-24 at 20:09 -0500, Scott Wood wrote: > On Mon, 2014-03-24 at 10:33 +1100, Benjamin Herrenschmidt wrote: > > On Mon, 2014-03-24 at 10:16 +1100, Benjamin Herrenschmidt wrote: > > > On Wed, 2014-03-19 at 23:25 -0500, Scott Wood wrote: > > > > The following changes since commit c7e64b9ce04aa2e3fad7396d92b5cb92056d16ac: > > > > > > > > powerpc/powernv Platform dump interface (2014-03-07 16:19:10 +1100) > > > > > > > > are available in the git repository at: > > > > > > > > git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux.git next > > > > > > > > for you to fetch changes up to 48b16180d0d91324e5d2423c6d53d97bbe3dcc14: > > > > > > > > fsl/pci: The new pci suspend/resume implementation (2014-03-19 22:37:44 -0500) > > > > > > Stephen just informed me that your tree wasn't in -next ... Kumar's > > > still is. > > > > > > Can you guys fix that up ? I somewhat rely on the FSL stuff to simmer > > > in -next on its own. > > Stephen, what's the process for adding a tree? ping -Scott > > I suppose we should update MAINTAINERS while we're at it. > > > Oh and where is my little summary to put in the merge commit ? > > > > I made one up for this time around. > > Oops, forgot again. Now I've added something to the script I use to > generate pull requests, to give me a reminder. > > -Scott > ^ permalink raw reply [flat|nested] 10+ messages in thread
* linux-next: add scottwood/linux.git @ 2014-05-09 21:15 ` Scott Wood 0 siblings, 0 replies; 10+ messages in thread From: Scott Wood @ 2014-05-09 21:15 UTC (permalink / raw) To: Stephen Rothwell; +Cc: linux-next, linuxppc-dev On Mon, 2014-03-24 at 20:09 -0500, Scott Wood wrote: > On Mon, 2014-03-24 at 10:33 +1100, Benjamin Herrenschmidt wrote: > > On Mon, 2014-03-24 at 10:16 +1100, Benjamin Herrenschmidt wrote: > > > On Wed, 2014-03-19 at 23:25 -0500, Scott Wood wrote: > > > > The following changes since commit c7e64b9ce04aa2e3fad7396d92b5cb92056d16ac: > > > > > > > > powerpc/powernv Platform dump interface (2014-03-07 16:19:10 +1100) > > > > > > > > are available in the git repository at: > > > > > > > > git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux.git next > > > > > > > > for you to fetch changes up to 48b16180d0d91324e5d2423c6d53d97bbe3dcc14: > > > > > > > > fsl/pci: The new pci suspend/resume implementation (2014-03-19 22:37:44 -0500) > > > > > > Stephen just informed me that your tree wasn't in -next ... Kumar's > > > still is. > > > > > > Can you guys fix that up ? I somewhat rely on the FSL stuff to simmer > > > in -next on its own. > > Stephen, what's the process for adding a tree? ping -Scott > > I suppose we should update MAINTAINERS while we're at it. > > > Oh and where is my little summary to put in the merge commit ? > > > > I made one up for this time around. > > Oops, forgot again. Now I've added something to the script I use to > generate pull requests, to give me a reminder. > > -Scott > ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: linux-next: add scottwood/linux.git 2014-05-09 21:15 ` Scott Wood @ 2014-05-11 22:23 ` Stephen Rothwell -1 siblings, 0 replies; 10+ messages in thread From: Stephen Rothwell @ 2014-05-11 22:23 UTC (permalink / raw) To: Scott Wood; +Cc: linuxppc-dev, galak, Benjamin Herrenschmidt, linux-next [-- Attachment #1: Type: text/plain, Size: 1514 bytes --] Hi Scott, On Fri, 9 May 2014 16:15:33 -0500 Scott Wood <scottwood@freescale.com> wrote: > > On Mon, 2014-03-24 at 20:09 -0500, Scott Wood wrote: > > On Mon, 2014-03-24 at 10:33 +1100, Benjamin Herrenschmidt wrote: > > > On Mon, 2014-03-24 at 10:16 +1100, Benjamin Herrenschmidt wrote: > > > > On Wed, 2014-03-19 at 23:25 -0500, Scott Wood wrote: > > > > > The following changes since commit c7e64b9ce04aa2e3fad7396d92b5cb92056d16ac: > > > > > > > > > > powerpc/powernv Platform dump interface (2014-03-07 16:19:10 +1100) > > > > > > > > > > are available in the git repository at: > > > > > > > > > > git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux.git next > > > > > > > > > > for you to fetch changes up to 48b16180d0d91324e5d2423c6d53d97bbe3dcc14: > > > > > > > > > > fsl/pci: The new pci suspend/resume implementation (2014-03-19 22:37:44 -0500) > > > > > > > > Stephen just informed me that your tree wasn't in -next ... Kumar's > > > > still is. > > > > > > > > Can you guys fix that up ? I somewhat rely on the FSL stuff to simmer > > > > in -next on its own. > > > > Stephen, what's the process for adding a tree? > > ping Sorry, for the delay. Just send me a git URL for your tree, and a list of the people I should contact in case of conflicts/build/fetch problems and cc the appropriate people/lists. I also assume that this will actually replace Kumar's tree? -- Cheers, Stephen Rothwell sfr@canb.auug.org.au [-- Attachment #2: signature.asc --] [-- Type: application/pgp-signature, Size: 836 bytes --] ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: linux-next: add scottwood/linux.git @ 2014-05-11 22:23 ` Stephen Rothwell 0 siblings, 0 replies; 10+ messages in thread From: Stephen Rothwell @ 2014-05-11 22:23 UTC (permalink / raw) To: Scott Wood; +Cc: linux-next, linuxppc-dev [-- Attachment #1: Type: text/plain, Size: 1514 bytes --] Hi Scott, On Fri, 9 May 2014 16:15:33 -0500 Scott Wood <scottwood@freescale.com> wrote: > > On Mon, 2014-03-24 at 20:09 -0500, Scott Wood wrote: > > On Mon, 2014-03-24 at 10:33 +1100, Benjamin Herrenschmidt wrote: > > > On Mon, 2014-03-24 at 10:16 +1100, Benjamin Herrenschmidt wrote: > > > > On Wed, 2014-03-19 at 23:25 -0500, Scott Wood wrote: > > > > > The following changes since commit c7e64b9ce04aa2e3fad7396d92b5cb92056d16ac: > > > > > > > > > > powerpc/powernv Platform dump interface (2014-03-07 16:19:10 +1100) > > > > > > > > > > are available in the git repository at: > > > > > > > > > > git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux.git next > > > > > > > > > > for you to fetch changes up to 48b16180d0d91324e5d2423c6d53d97bbe3dcc14: > > > > > > > > > > fsl/pci: The new pci suspend/resume implementation (2014-03-19 22:37:44 -0500) > > > > > > > > Stephen just informed me that your tree wasn't in -next ... Kumar's > > > > still is. > > > > > > > > Can you guys fix that up ? I somewhat rely on the FSL stuff to simmer > > > > in -next on its own. > > > > Stephen, what's the process for adding a tree? > > ping Sorry, for the delay. Just send me a git URL for your tree, and a list of the people I should contact in case of conflicts/build/fetch problems and cc the appropriate people/lists. I also assume that this will actually replace Kumar's tree? -- Cheers, Stephen Rothwell sfr@canb.auug.org.au [-- Attachment #2: signature.asc --] [-- Type: application/pgp-signature, Size: 836 bytes --] ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: linux-next: add scottwood/linux.git 2014-05-11 22:23 ` Stephen Rothwell @ 2014-05-12 0:19 ` Stephen Rothwell -1 siblings, 0 replies; 10+ messages in thread From: Stephen Rothwell @ 2014-05-12 0:19 UTC (permalink / raw) To: Stephen Rothwell Cc: Scott Wood, linuxppc-dev, galak, Benjamin Herrenschmidt, linux-next [-- Attachment #1: Type: text/plain, Size: 2671 bytes --] Hi Scott, On Mon, 12 May 2014 08:23:36 +1000 Stephen Rothwell <sfr@canb.auug.org.au> wrote: > > On Fri, 9 May 2014 16:15:33 -0500 Scott Wood <scottwood@freescale.com> wrote: > > > > On Mon, 2014-03-24 at 20:09 -0500, Scott Wood wrote: > > > On Mon, 2014-03-24 at 10:33 +1100, Benjamin Herrenschmidt wrote: > > > > On Mon, 2014-03-24 at 10:16 +1100, Benjamin Herrenschmidt wrote: > > > > > On Wed, 2014-03-19 at 23:25 -0500, Scott Wood wrote: > > > > > > The following changes since commit c7e64b9ce04aa2e3fad7396d92b5cb92056d16ac: > > > > > > > > > > > > powerpc/powernv Platform dump interface (2014-03-07 16:19:10 +1100) > > > > > > > > > > > > are available in the git repository at: > > > > > > > > > > > > git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux.git next > > > > > > > > > > > > for you to fetch changes up to 48b16180d0d91324e5d2423c6d53d97bbe3dcc14: > > > > > > > > > > > > fsl/pci: The new pci suspend/resume implementation (2014-03-19 22:37:44 -0500) > > > > > > > > > > Stephen just informed me that your tree wasn't in -next ... Kumar's > > > > > still is. > > > > > > > > > > Can you guys fix that up ? I somewhat rely on the FSL stuff to simmer > > > > > in -next on its own. > > > > > > Stephen, what's the process for adding a tree? > > > > ping > > Sorry, for the delay. > > Just send me a git URL for your tree, and a list of the people I should > contact in case of conflicts/build/fetch problems and cc the > appropriate people/lists. > > I also assume that this will actually replace Kumar's tree? [Preempting your reply :-)] I have added the above tree from today (and called it "fsl") with you as the sole contact. Let me know if you need anything different. I have also removed the galak tree. Thanks for adding your subsystem tree as a participant of linux-next. As you may know, this is not a judgment of your code. The purpose of linux-next is for integration testing and to lower the impact of conflicts between subsystems in the next merge window. You will need to ensure that the patches/commits in your tree/series have been: * submitted under GPL v2 (or later) and include the Contributor's Signed-off-by, * posted to the relevant mailing list, * reviewed by you (or another maintainer of your subsystem tree), * successfully unit tested, and * destined for the current or next Linux merge window. Basically, this should be just what you would send to Linus (or ask him to fetch). It is allowed to be rebased if you deem it necessary. -- Cheers, Stephen Rothwell sfr@canb.auug.org.au [-- Attachment #2: signature.asc --] [-- Type: application/pgp-signature, Size: 836 bytes --] ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: linux-next: add scottwood/linux.git @ 2014-05-12 0:19 ` Stephen Rothwell 0 siblings, 0 replies; 10+ messages in thread From: Stephen Rothwell @ 2014-05-12 0:19 UTC (permalink / raw) To: Stephen Rothwell; +Cc: Scott Wood, linux-next, linuxppc-dev [-- Attachment #1: Type: text/plain, Size: 2671 bytes --] Hi Scott, On Mon, 12 May 2014 08:23:36 +1000 Stephen Rothwell <sfr@canb.auug.org.au> wrote: > > On Fri, 9 May 2014 16:15:33 -0500 Scott Wood <scottwood@freescale.com> wrote: > > > > On Mon, 2014-03-24 at 20:09 -0500, Scott Wood wrote: > > > On Mon, 2014-03-24 at 10:33 +1100, Benjamin Herrenschmidt wrote: > > > > On Mon, 2014-03-24 at 10:16 +1100, Benjamin Herrenschmidt wrote: > > > > > On Wed, 2014-03-19 at 23:25 -0500, Scott Wood wrote: > > > > > > The following changes since commit c7e64b9ce04aa2e3fad7396d92b5cb92056d16ac: > > > > > > > > > > > > powerpc/powernv Platform dump interface (2014-03-07 16:19:10 +1100) > > > > > > > > > > > > are available in the git repository at: > > > > > > > > > > > > git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux.git next > > > > > > > > > > > > for you to fetch changes up to 48b16180d0d91324e5d2423c6d53d97bbe3dcc14: > > > > > > > > > > > > fsl/pci: The new pci suspend/resume implementation (2014-03-19 22:37:44 -0500) > > > > > > > > > > Stephen just informed me that your tree wasn't in -next ... Kumar's > > > > > still is. > > > > > > > > > > Can you guys fix that up ? I somewhat rely on the FSL stuff to simmer > > > > > in -next on its own. > > > > > > Stephen, what's the process for adding a tree? > > > > ping > > Sorry, for the delay. > > Just send me a git URL for your tree, and a list of the people I should > contact in case of conflicts/build/fetch problems and cc the > appropriate people/lists. > > I also assume that this will actually replace Kumar's tree? [Preempting your reply :-)] I have added the above tree from today (and called it "fsl") with you as the sole contact. Let me know if you need anything different. I have also removed the galak tree. Thanks for adding your subsystem tree as a participant of linux-next. As you may know, this is not a judgment of your code. The purpose of linux-next is for integration testing and to lower the impact of conflicts between subsystems in the next merge window. You will need to ensure that the patches/commits in your tree/series have been: * submitted under GPL v2 (or later) and include the Contributor's Signed-off-by, * posted to the relevant mailing list, * reviewed by you (or another maintainer of your subsystem tree), * successfully unit tested, and * destined for the current or next Linux merge window. Basically, this should be just what you would send to Linus (or ask him to fetch). It is allowed to be rebased if you deem it necessary. -- Cheers, Stephen Rothwell sfr@canb.auug.org.au [-- Attachment #2: signature.asc --] [-- Type: application/pgp-signature, Size: 836 bytes --] ^ permalink raw reply [flat|nested] 10+ messages in thread
end of thread, other threads:[~2014-05-12 0:19 UTC | newest] Thread overview: 10+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2014-03-20 4:25 Pull request: scottwood/linux.git next Scott Wood 2014-03-23 23:16 ` Benjamin Herrenschmidt 2014-03-23 23:33 ` Benjamin Herrenschmidt 2014-03-25 1:09 ` Scott Wood 2014-05-09 21:15 ` linux-next: add scottwood/linux.git Scott Wood 2014-05-09 21:15 ` Scott Wood 2014-05-11 22:23 ` Stephen Rothwell 2014-05-11 22:23 ` Stephen Rothwell 2014-05-12 0:19 ` Stephen Rothwell 2014-05-12 0:19 ` Stephen Rothwell
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.