Re: [git pull] Please pull powerpc.git next branch

2018-06-20 Thread Jiri Kosina
On Wed, 20 Jun 2018, Benjamin Herrenschmidt wrote: > > I love the alleged line removal, but there's nothing in that 'merge' > > branch. It points to an ancient powerpc commit from 2016. > > > > And please, signed tags. I know you do them, because you used to send me > > them. > > I didn't send

Re: [git pull] Please pull powerpc.git next branch

2018-06-19 Thread Benjamin Herrenschmidt
On Wed, 2018-06-20 at 07:58 +0900, Linus Torvalds wrote: > On Wed, Jun 20, 2018 at 5:23 AM Benjamin Herrenschmidt > wrote: > > > > git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git merge > > I love the alleged line removal, but there's nothing in that 'merge' > branch. It points t

Re: [git pull] Please pull powerpc.git next branch

2018-06-19 Thread Linus Torvalds
On Wed, Jun 20, 2018 at 5:23 AM Benjamin Herrenschmidt wrote: > > git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git merge I love the alleged line removal, but there's nothing in that 'merge' branch. It points to an ancient powerpc commit from 2016. And please, signed tags. I know

Re: [git pull] Please pull powerpc.git next branch

2018-06-19 Thread Grant Likely
On Sun, Aug 8, 2010 at 10:11 PM, Benjamin Herrenschmidt wrote: > Hi Linus ! > > Here's a few misc things for .36. The big bit is that I trimmed all the > defconfigs using make savedefconfig. [...] >  108 files changed, 270 insertions(+), 134609 deletions(-) And how is anyone else to make it into

Re: [git pull] Please pull powerpc.git next branch

2018-06-19 Thread Benjamin Herrenschmidt
On Mon, 2010-08-09 at 14:11 +1000, Benjamin Herrenschmidt wrote: > Hi Linus ! > > Here's a few misc things for .36. The big bit is that I trimmed all the > defconfigs using make savedefconfig. > > Then there's a revert for a change to the appletouch driver that went > in .34 but broke quite a few

Re: [git pull] Please pull powerpc.git next branch

2014-08-13 Thread Benjamin Herrenschmidt
On Thu, 2014-08-14 at 16:16 +1000, Benjamin Herrenschmidt wrote: > Another interesting one in the "OMG" category is the series from Michael > adding memory barriers to spin_is_locked(). That's also the result of many > days of debugging to figure out why the semaphore code would occasionally > cras

Re: [git pull] Please pull powerpc.git next branch

2014-06-12 Thread Benjamin Herrenschmidt
On Fri, 2014-06-13 at 10:55 +1000, Benjamin Herrenschmidt wrote: > Hi Linus ! Sending a copy via IBM just in case gmail has an issue with pull requests :-) If it goes through fine I'll stop doing it. Cheers, Ben. > Here are the remaining bits I was mentioning earlier. Mostly bug fixes > and new

Re: [git pull] Please pull powerpc.git next branch

2014-02-02 Thread Michael Ellerman
On Wed, 2014-01-29 at 13:29 +1100, Alistair Popple wrote: > Looks like I missed the dart iommu code when changing the iommu table > initialisation. The patch below should fix it, would you mind testing > it Ben? Thanks. Any reason not to add the following to save ourselves in future? diff --git a

Re: [git pull] Please pull powerpc.git next branch

2014-01-29 Thread Olaf Hering
On Wed, Jan 29, Alistair Popple wrote: > Looks like I missed the dart iommu code when changing the iommu table > initialisation. The patch below should fix it, would you mind testing it Ben? > +++ b/arch/powerpc/sysdev/dart_iommu.c > + iommu_table_dart.it_page_shift = IOMMU_PAGE_SHIFT_4K; Yes,

Re: [git pull] Please pull powerpc.git next branch

2014-01-28 Thread Alistair Popple
On Wed, 29 Jan 2014 07:19:55 Benjamin Herrenschmidt wrote: > On Tue, 2014-01-28 at 16:03 +0100, Olaf Hering wrote: > > d084775738b746648d4102337163a04534a02982 is the first bad commit > > commit d084775738b746648d4102337163a04534a02982 > > Author: Alistair Popple > > Date: Mon Dec 9 18:17:03 201

Re: [git pull] Please pull powerpc.git next branch

2014-01-28 Thread Benjamin Herrenschmidt
On Tue, 2014-01-28 at 16:03 +0100, Olaf Hering wrote: > > d084775738b746648d4102337163a04534a02982 is the first bad commit > commit d084775738b746648d4102337163a04534a02982 > Author: Alistair Popple > Date: Mon Dec 9 18:17:03 2013 +1100 > > powerpc/iommu: Update the generic code to use dyn

Re: [git pull] Please pull powerpc.git next branch

2014-01-28 Thread Olaf Hering
On Tue, Jan 28, Benjamin Herrenschmidt wrote: > So here's my next branch for powerpc. A bit late as I was on vacation This breaks booting on G5 11,2, the nouveau driver prints errors and as result the kernel hangs, fans kick in. This is what I did: # Rebase 54c0a4b..b2e448e onto 54c0a4b I will

Re: [git pull] Please pull powerpc.git next branch

2013-09-07 Thread Benjamin Herrenschmidt
On Fri, 2013-09-06 at 10:56 -0700, Linus Torvalds wrote: > On Thu, Sep 5, 2013 at 7:24 PM, Benjamin Herrenschmidt > wrote: > > > > * A bunch of endian fixes ! We don't have full LE support yet in that > > release but this contains a lot of fixes all over arch/powerpc to use the > > proper accesso

Re: [git pull] Please pull powerpc.git next branch

2013-09-06 Thread Linus Torvalds
On Thu, Sep 5, 2013 at 7:24 PM, Benjamin Herrenschmidt wrote: > > * A bunch of endian fixes ! We don't have full LE support yet in that > release but this contains a lot of fixes all over arch/powerpc to use the > proper accessors, call the firmware with the right endian mode, etc... Ok, this ca

Re: [git pull] Please pull powerpc.git next branch

2012-12-19 Thread Benjamin Herrenschmidt
On Tue, 2012-12-18 at 10:02 -0800, Linus Torvalds wrote: > Anyway, I've pulled it in, but got a conflict on the kernel_thread > cleanups from Al. And since the conflict was in the powerpc assembly > code that I don't really know the details of, I did the > straightforward resolve of it, but I'd li

Re: [git pull] Please pull powerpc.git next branch

2012-12-18 Thread Linus Torvalds
On Mon, Dec 17, 2012 at 3:31 PM, Benjamin Herrenschmidt wrote: > On Sat, 2012-12-15 at 07:44 +1100, Benjamin Herrenschmidt wrote: >> Hi Linus ! >> >> Finally managed to get my head away from some other distractions >> to put this pull request together, sorry for the lateness :-) >> >> The main hig

Re: [git pull] Please pull powerpc.git next branch

2012-12-17 Thread Anatolij Gustschin
On Mon, 17 Dec 2012 21:06:25 +1100 Benjamin Herrenschmidt wrote: ... > Last week is a bit late :-) However, I think your tree was in -next > before that wasn't it ? In which case it's ok, I can include it tomorrow > and ask Linus to pick it up. yes, 5xxx tree was in -next before that. Thanks, An

Re: [git pull] Please pull powerpc.git next branch

2012-12-17 Thread Benjamin Herrenschmidt
On Mon, 2012-12-17 at 09:30 +0100, Anatolij Gustschin wrote: > > Overall it's pretty quiet, or rather I've been pretty poor at > > picking things up from patchwork and reviewing them this time > > around and Kumar no better on the FSL side it seems... > > Could you please also include some 5xxx pa

Re: [git pull] Please pull powerpc.git next branch

2012-12-17 Thread Anatolij Gustschin
Hi Ben, On Sat, 15 Dec 2012 07:44:57 +1100 Benjamin Herrenschmidt wrote: ... > Overall it's pretty quiet, or rather I've been pretty poor at > picking things up from patchwork and reviewing them this time > around and Kumar no better on the FSL side it seems... Could you please also include some

Re: [git pull] Please pull powerpc.git next branch

2012-12-16 Thread Benjamin Herrenschmidt
On Sat, 2012-12-15 at 07:44 +1100, Benjamin Herrenschmidt wrote: > Finally managed to get my head away from some other distractions > to put this pull request together, sorry for the lateness :-) > > The main highlight is probably some base POWER8 support. There's > more to come such as transactio

Re: [git pull] Please pull powerpc.git next branch

2012-11-25 Thread Benjamin Herrenschmidt
On Sun, 2012-11-25 at 07:27 -0600, Kumar Gala wrote: Next time, put a little message with "highlights" that I can include in the merge commit, that's how we tend to do things nowadays :-) Cheers, Ben. > The following changes since commit ce812a79a4fda3885a15711aee3de78c4a24: > > powerpc:

Re: [git pull] Please pull powerpc.git next branch

2012-04-02 Thread Tabi Timur-B04825
Ping! Kumar, you forgot to deal with this patch for 3.3. The window for 3.4 is closing rapidly. There are no objections to my patch. Could you please apply it and get it merged into 3.4? I'm tired of waiting. On Thu, Mar 29, 2012 at 4:47 PM, Tabi Timur-B04825 wrote: > On Thu, Mar 29, 2012 at

Re: [git pull] Please pull powerpc.git next branch

2012-03-29 Thread Tabi Timur-B04825
On Thu, Mar 29, 2012 at 3:44 PM, Kumar Gala wrote: > > A few minor bug fixes and missing dts updates for 3.4.  There got lost in > the mix.  Sorry for the delay What about my "don't call of_platform_bus_probe() twice" patch? That's still an important fix for the P1022DS. -- Timur Tabi Linux ker

Re: [git pull] Please pull powerpc.git next branch

2012-03-21 Thread Benjamin Herrenschmidt
On Wed, 2012-03-21 at 19:02 -0700, Linus Torvalds wrote: > On Wed, Mar 21, 2012 at 5:46 PM, Benjamin Herrenschmidt > wrote: > > > > Here's the powerpc batch for this merge window. It is going to be a bit > > more nasty than usual as in touching things outside of arch/powerpc > > mostly due to the

Re: [git pull] Please pull powerpc.git next branch

2012-03-21 Thread Kyle Moffett
On Wed, Mar 21, 2012 at 19:02, Linus Torvalds wrote: > On Wed, Mar 21, 2012 at 5:46 PM, Benjamin Herrenschmidt > wrote: >> Here's the powerpc batch for this merge window. It is going to be a bit >> more nasty than usual as in touching things outside of arch/powerpc >> mostly due to the big iSeri

Re: [git pull] Please pull powerpc.git next branch

2012-03-21 Thread Tony Breeds
On Wed, Mar 21, 2012 at 07:02:00PM -0700, Linus Torvalds wrote: > Ok, so this conflicted a bit with the generalized irq-domain stuff > from Grant Likely, and while I tried to fix it up I can't even > compile-test the end result, so you really need to verify my merge and > perhaps send me fixups. O

Re: [git pull] Please pull powerpc.git next branch

2012-03-21 Thread Benjamin Herrenschmidt
On Wed, 2012-03-21 at 19:02 -0700, Linus Torvalds wrote: > > Ok, so this conflicted a bit with the generalized irq-domain stuff > from Grant Likely, and while I tried to fix it up I can't even > compile-test the end result, so you really need to verify my merge and > perhaps send me fixups. Ok? O

Re: [git pull] Please pull powerpc.git next branch

2012-03-21 Thread Linus Torvalds
On Wed, Mar 21, 2012 at 5:46 PM, Benjamin Herrenschmidt wrote: > > Here's the powerpc batch for this merge window. It is going to be a bit > more nasty than usual as in touching things outside of arch/powerpc > mostly due to the big iSeriesectomy :-) We finally got rid of the bugger > (legacy iSer

Re: [git pull] Please pull powerpc.git next branch

2012-01-08 Thread Michael Neuling
Kumar, Can you pick up this one too. Current Linus tree breaks compiling mpc85xx_defconfig powerpc: fix compile error with 85xx/p1022_ds.c http://patchwork.ozlabs.org/patch/130620/ Mikey In message you wro te: > The following changes since commit e4f387d8db3ba3c2dae4d8bdfe7bb5f4fe1bcb0d:

Re: [git pull] Please pull powerpc.git next branch (updated)

2011-06-28 Thread Kumar Gala
[ pulled in a few additional patches, and fixed the fsl_pci change to build on ppc64 platforms as well ] The following changes since commit dc28518f7d7dfd93cd44edb44f9b8e961f5a5c1b: powerpc: Fix doorbell type shift (2011-06-20 11:21:48 +1000) are available in the git repository at: git://git

Re: [GIT PULL] Please pull powerpc.git next branch

2011-05-19 Thread Kumar Gala
On May 19, 2011, at 10:31 PM, Kumar Gala wrote: > The following changes since commit f38aa708776aefd9e3ba7ec1211c07efe9fa3227: > > powerpc: Remove last piece of GEMINI (2011-05-19 17:32:29 +1000) > > are available in the git repository at: > git://git.kernel.org/pub/scm/linux/kernel/git/galak

Re: [git pull] Please pull powerpc.git next branch

2011-03-18 Thread Hollis Blanchard
On Thu, Mar 17, 2011 at 10:44 PM, Benjamin Herrenschmidt wrote: > Hi Linus ! > > Here are the changes for this merge window for powerpc. One highlight > is irq data conversion so we can get rid of the legacy stuff. The new > Dynamic DMA windows for pSeries should also improve performances for > so

Re: [git pull] Please pull powerpc.git next branch

2011-03-18 Thread Benjamin Herrenschmidt
On Fri, 2011-03-18 at 06:34 -0700, Linus Torvalds wrote: > > Here are the changes for this merge window for powerpc. One highlight > > is irq data conversion so we can get rid of the legacy stuff. The new > > Dynamic DMA windows for pSeries should also improve performances for > > some devices nice

Re: [git pull] Please pull powerpc.git next branch

2011-03-18 Thread Linus Torvalds
On Thu, Mar 17, 2011 at 10:44 PM, Benjamin Herrenschmidt wrote: > > Here are the changes for this merge window for powerpc. One highlight > is irq data conversion so we can get rid of the legacy stuff. The new > Dynamic DMA windows for pSeries should also improve performances for > some devices ni

Re: [git pull] Please pull powerpc.git next branch

2010-10-21 Thread Linus Torvalds
On Thu, Oct 21, 2010 at 8:51 PM, Benjamin Herrenschmidt wrote: > > Here's powerpc's batch for this merge window. Ok. Please double-check that I fixed up the merge conflict (due to the irq_work changes) correctly. Linus ___ Lin

Re: [git pull] Please pull powerpc.git next branch (updated)

2010-10-13 Thread Kumar Gala
[ should fix the compile issue and pulled in 2 other minor patches ] The following changes since commit 4108d9ba9091c55cfb968d42dd7dcae9a098b876: powerpc/Makefiles: Change to new flag variables (2010-10-13 16:19:22 +1100) are available in the git repository at: git://git.kernel.org/pub/scm/l

Re: [git pull] Please pull powerpc.git next branch

2010-10-13 Thread Benjamin Herrenschmidt
On Wed, 2010-10-13 at 17:08 -0500, Kumar Gala wrote: > The following changes since commit 4108d9ba9091c55cfb968d42dd7dcae9a098b876: > > powerpc/Makefiles: Change to new flag variables (2010-10-13 16:19:22 +1100) > > are available in the git repository at: > git://git.kernel.org/pub/scm/linux/

Re: [git pull] Please pull powerpc.git next branch

2010-08-09 Thread Benjamin Herrenschmidt
On Sun, 2010-08-08 at 23:18 -0600, Grant Likely wrote: > And how is anyone else to make it into the kernel statistics top > contributors by lines changed list with stuff like this going in? :-) lindent ? :-) Cheers, Ben. ___ Linuxppc-dev mailing list

Re: [git pull] Please pull powerpc.git next branch

2010-08-08 Thread Grant Likely
On Sun, Aug 8, 2010 at 10:11 PM, Benjamin Herrenschmidt wrote: > Hi Linus ! > > Here's a few misc things for .36. The big bit is that I trimmed all the > defconfigs using make savedefconfig. [...] >  108 files changed, 270 insertions(+), 134609 deletions(-) And how is anyone else to make it into

Re: [git pull] Please pull powerpc.git next branch

2010-08-08 Thread Benjamin Herrenschmidt
On Mon, 2010-08-09 at 14:11 +1000, Benjamin Herrenschmidt wrote: > Hi Linus ! > > Here's a few misc things for .36. The big bit is that I trimmed all the > defconfigs using make savedefconfig. > > Then there's a revert for a change to the appletouch driver that went > in .34 but broke quite a few

Re: [git pull] Please pull powerpc.git next branch

2010-05-26 Thread Josh Boyer
On Fri, May 21, 2010 at 10:42:34PM +1000, Benjamin Herrenschmidt wrote: >On Fri, 2010-05-21 at 06:22 -0400, Josh Boyer wrote: >> On Fri, May 21, 2010 at 07:11:28PM +1000, Benjamin Herrenschmidt wrote: >> >Hi Linus ! >> > >> >Here's the powerpc batch for this merge window. >> > >> >Most of it is in

Re: [git pull] Please pull powerpc.git next branch

2010-05-25 Thread Josh Boyer
On Mon, May 24, 2010 at 09:38:14PM -0500, Kumar Gala wrote: >The following changes since commit 99ec28f183daa450faa7bdad6f932364ae325648: > FUJITA Tomonori (1): >powerpc: Remove unused 'protect4gb' boot parameter > >are available in the git repository at: Ben, don't forget I still have so

Re: [git pull] Please pull powerpc.git next branch

2010-05-21 Thread Benjamin Herrenschmidt
On Fri, 2010-05-21 at 15:04 +0200, Wolfram Sang wrote: > > Wolfram Sang (4): > > powerpc/pmac: Fix dangling pointers > > i2c/mpc: Drop NO_IRQ > > i2c/cpm: Drop NO_IRQ > > i2c/ibm-iic: Drop NO_IRQ > > Sorry for the confusion, but the other Ben (Dooks) has pushed those > NO_I

Re: [git pull] Please pull powerpc.git next branch

2010-05-21 Thread Wolfram Sang
> Wolfram Sang (4): > powerpc/pmac: Fix dangling pointers > i2c/mpc: Drop NO_IRQ > i2c/cpm: Drop NO_IRQ > i2c/ibm-iic: Drop NO_IRQ Sorry for the confusion, but the other Ben (Dooks) has pushed those NO_IRQ-thigies meanwhile. -- Pengutronix e.K. |

Re: [git pull] Please pull powerpc.git next branch

2010-05-21 Thread Benjamin Herrenschmidt
On Fri, 2010-05-21 at 06:22 -0400, Josh Boyer wrote: > On Fri, May 21, 2010 at 07:11:28PM +1000, Benjamin Herrenschmidt wrote: > >Hi Linus ! > > > >Here's the powerpc batch for this merge window. > > > >Most of it is in arch/powerpc, a few powerpc specific drivers are hit > >too, including removing

Re: [git pull] Please pull powerpc.git next branch

2010-05-21 Thread Anton Vorontsov
On Fri, May 21, 2010 at 07:11:28PM +1000, Benjamin Herrenschmidt wrote: [...] > Anton Vorontsov (3): > powerpc/85xx: Add eTSEC 2.0 support for P1020RDB boards > powerpc/85xx: Fix P1020RDB boot hang due USB2 > powerpc/83xx: Add MCU LEDs support for MPC837xRDB and MPC8315RDB boards

Re: [git pull] Please pull powerpc.git next branch

2010-05-21 Thread Josh Boyer
On Fri, May 21, 2010 at 07:11:28PM +1000, Benjamin Herrenschmidt wrote: >Hi Linus ! > >Here's the powerpc batch for this merge window. > >Most of it is in arch/powerpc, a few powerpc specific drivers are hit >too, including removing one that has been unused (and unselectable in >Kconfig) for a long

Re: [git pull] Please pull powerpc.git next branch

2009-09-15 Thread Michael Ellerman
On Tue, 2009-09-15 at 14:09 -0700, Geoff Levand wrote: > Hi Ben, > > On 09/11/2009 12:17 AM, Benjamin Herrenschmidt wrote: > > This is the powerpc batch for 2.6.32. > > Will we ever get this one in... > > http://lists.ozlabs.org/pipermail/linuxppc-dev/2009-June/073567.html I thought it was in

Re: [git pull] Please pull powerpc.git next branch

2009-09-15 Thread Michel Dänzer
On Wed, 2009-09-16 at 07:51 +1000, Benjamin Herrenschmidt wrote: > On Tue, 2009-09-15 at 09:53 -0700, Linus Torvalds wrote: > > It got a conflict with the AGP merge, but I fixed it up in what _seemed_ > > to be the obvious manner. But somebody should check out the resulting > > drivers/char/agp/u

Re: [git pull] Please pull powerpc.git next branch

2009-09-15 Thread Benjamin Herrenschmidt
On Tue, 2009-09-15 at 09:53 -0700, Linus Torvalds wrote: > It got a conflict with the AGP merge, but I fixed it up in what _seemed_ > to be the obvious manner. But somebody should check out the resulting > drivers/char/agp/uninorth-agp.c file. Thanks. Michel, can you dbl check it ? Cheers, Ben

Re: [git pull] Please pull powerpc.git next branch

2009-09-15 Thread Geoff Levand
Hi Ben, On 09/11/2009 12:17 AM, Benjamin Herrenschmidt wrote: > This is the powerpc batch for 2.6.32. Will we ever get this one in... http://lists.ozlabs.org/pipermail/linuxppc-dev/2009-June/073567.html -Geoff ___ Linuxppc-dev mailing list Linuxppc-

Re: [git pull] Please pull powerpc.git next branch

2009-09-15 Thread Linus Torvalds
On Tue, 15 Sep 2009, Benjamin Herrenschmidt wrote: > > So I don't know at this stage how to generate a "clean" pull request ... It's rare, for but future reference, what you can do is to just do a merge in a temporary branch, and get it that way. 'git shortlog' should have worked, though. It'

Re: [git pull] Please pull powerpc.git next branch

2009-09-15 Thread Benjamin Herrenschmidt
On Fri, 2009-09-11 at 17:18 +1000, Benjamin Herrenschmidt wrote: > Hi Linus ! > > This is the powerpc batch for 2.6.32. > > You will notice a bunch of generic swiotlb changes along with > corresponding changes to arch/sparc and arch/x86 from Fujita Tomonori. > > There are due to my tree having p