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

[git pull] Please pull powerpc.git next branch

2018-06-19 Thread Benjamin Herrenschmidt
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 powerbooks around. Since the original problem this was trying to address is fa

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

[git pull] Please pull powerpc.git next branch

2014-08-13 Thread Benjamin Herrenschmidt
Hi Linus ! Here are some more powerpc bits for 3.17, essentially fixes. The biggest series, also aimed at -stable, is from Aneesh and is the result of weeks and weeks of debugging to find out why the heck or THP implementation was occasionally triggering multi-hit errors in our level 1 TLB. It en

[git pull] Please pull powerpc.git next branch

2014-08-06 Thread Benjamin Herrenschmidt
Hi Linus ! First an apology ... a lot of the stuff in there was only very recently committed. This is not the normal process. I'm at fault here, my only excuse is having been insanely swamped with other things. That's one of the reasons for co-opting Michael as co-maintainer, to help with avoiding

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

[git pull] Please pull powerpc.git next branch

2014-06-12 Thread Benjamin Herrenschmidt
Hi Linus ! Here are the remaining bits I was mentioning earlier. Mostly bug fixes and new selftests from Michael (yay !). He also removed the WSP platform and A2 core support which were dead before release, so less clutter. One little "feature" I snuck in is the doorbell IPI support for non-virtu

[git pull] Please pull powerpc.git next branch

2014-06-06 Thread Benjamin Herrenschmidt
Hi Linus ! Here is the bulk of the powerpc changes for this merge window. It got a bit delayed in part because I wasn't paying attention, and in part because I discovered I had a core PCI change without a PCI maintainer ack in it. Bjorn eventually agreed it was ok to merge it though we'll probably

[git pull] Please pull powerpc.git next branch

2014-04-01 Thread Benjamin Herrenschmidt
Hi Linus ! This time around, the powerpc merges are going to be a little bit more complicated than usual. This is the main pull request with most of the work for this merge window. I will describe it a bit more further down. There is some additional cpuidle driver work, however I haven't include

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

[git pull] Please pull powerpc.git next branch

2014-01-29 Thread Benjamin Herrenschmidt
Hi Linus ! Here are a few more powerpc bits for this merge window. The bulk is made of two pull requests from Scott and Anatolij that I had missed previously (they arrived while I was away). Since both their branches are in -next independently, and the content has been around for a little while, t

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

[git pull] Please pull powerpc.git next branch

2014-01-27 Thread Benjamin Herrenschmidt
Hi Linus ! So here's my next branch for powerpc. A bit late as I was on vacation last week. It's mostly the same stuff that was in next already, I just added two patches today which are the wiring up of lockref for powerpc, which for some reason fell through the cracks last time and is trivial. T

[git pull] Please pull powerpc.git next branch

2013-11-11 Thread Benjamin Herrenschmidt
Hi Linus ! Now that you've proven that even a typhoon can't get you, let's start throwing code at you again ! The bulk of this is LE updates. One should now be able to build an LE kernel and even run some things in it. I'm still sitting on a handful of patches to enable the new ABI that I *might

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

[git pull] Please pull powerpc.git next branch

2013-09-05 Thread Benjamin Herrenschmidt
Hi Linus ! Here's the powerpc batch for this merge window. Some of the highlights are: * 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, e

[git pull] Please pull powerpc.git next branch

2013-07-03 Thread Benjamin Herrenschmidt
Hi Linus ! This is the powerpc changes for the 3.11 merge window. In addition to the usual bug fixes and small updates, the main highlights are: - Support for transparent huge pages by Aneesh Kumar for 64-bit server processors. This allows the use of 16M pages as transparent huge pages on kernel

[git pull] Please pull powerpc.git next branch

2013-05-02 Thread Benjamin Herrenschmidt
Hi Linus ! Here's the next pack of powerpc changes ! The main highlights this time around are: - A pile of addition POWER8 bits and nits, such as updated performance counter support (Michael Ellerman), new branch history buffer support (Anshuman Khandual), base support for the new PCI host brid

[git pull] Please pull powerpc.git next branch

2013-04-29 Thread Kumar Gala
Ben, Add support for T4 and B4 SoC families from Freescale, e6500 altivec support, some various board fixes and other minor cleanups. - k The following changes since commit 54c9b2253d34e8998e4bff9ac2d7a3ba0b861d52: powerpc: Set DSCR bit in FSCR setup (2013-03-05 16:56:30 +1100) are availabl

[git pull] Please pull powerpc.git next branch

2013-02-23 Thread Benjamin Herrenschmidt
Hi Linus ! So from the depth of frozen Minnesota, here's the powerpc pull request for 3.9. It has a few interesting highlights, in addition to the usual bunch of bug fixes, minor updates, embedded device tree updates and new boards: - Hand tuned asm implementation of SHA1 (by Paulus & Michael El

[git pull] Please pull powerpc.git next branch

2013-02-19 Thread Kumar Gala
Mostly misc code cleanups in various board ports and adding support for a new MPC85xx board - ppa8548. - k The following changes since commit 2468dcf641e4f3e1b0153e3e11ca20740b2f4ce8: Ian Munsie (1): powerpc: Add support for context switching the TAR register are available in the git r

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

[git pull] Please pull powerpc.git next branch

2012-12-17 Thread Benjamin Herrenschmidt
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 highlight is probably some base POWER8 support. There's > more to come su

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

[git pull] Please pull powerpc.git next branch

2012-12-14 Thread Benjamin Herrenschmidt
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 highlight is probably some base POWER8 support. There's more to come such as transactional memory support but that will wait for the next one. Overal

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:

[git pull] Please pull powerpc.git next branch

2012-11-25 Thread Kumar Gala
The following changes since commit ce812a79a4fda3885a15711aee3de78c4a24: powerpc: Disable relocation on exceptions when kexecing (2012-11-15 15:08:08 +1100) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/galak/powerpc.git next for you to fetch cha

[git pull] Please pull powerpc.git next branch

2012-10-03 Thread Kumar Gala
Ben, A few minor patches for v3.7. The following changes since commit 7844663a31e97930e3949430573452ac245bfdd5: powerpc/eeh: Don't release eeh_mutex in eeh_phb_pe_get (2012-09-27 12:51:07 +1000) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/galak/po

[git pull] Please pull powerpc.git next branch

2012-09-19 Thread Kumar Gala
The following changes since commit caa1d631fc99940f866480c2bb88a6f5a235e7a2: Merge remote-tracking branch 'kumar/next' into next (2012-09-18 16:04:33 +1000) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/galak/powerpc.git next for you to fetch change

[git pull] Please pull powerpc.git next branch

2012-09-13 Thread Kumar Gala
The following changes since commit 6b5e7229bbd59f0cfce7015fd46736fc93d8c8c3: powerpc/mm: Match variable types to API (2012-09-10 14:37:31 +1000) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/galak/powerpc.git next for you to fetch changes up to 905e75

[git pull] Please pull powerpc.git next branch

2012-07-22 Thread Benjamin Herrenschmidt
Hi Linus ! Here's the powerpc batch for 3.6 merge window. Notable highlights: - iommu improvements from Anton removing the per-iommu global lock in favor of dividing the DMA space into pools, each with its own lock, and hashed on the CPU number. Along with making the locking more fine grained, t

[git pull] Please pull powerpc.git next branch

2012-07-12 Thread Kumar Gala
The following changes since commit db9112173b185995b80f56e136bd2ae44e4e6366: powerpc: Turn on BPF_JIT in ppc64_defconfig (2012-07-10 19:19:02 +1000) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/galak/powerpc.git next Christian Herzig (1): powerp

[git pull] Please pull powerpc.git next branch

2012-05-22 Thread Benjamin Herrenschmidt
Hi Linus ! Here are the powerpc goodies for 3.5. Main highlights are: - Support for the NX crypto engine in Power7+ - A bunch of Anton goodness, including some micro optimization of our syscall entry on Power7 - I converted a pile of our thermal control drivers to the new i2c APIs (essen

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

[git pull] Please pull powerpc.git next branch

2012-03-29 Thread Kumar Gala
Ben, A few minor bug fixes and missing dts updates for 3.4. There got lost in the mix. Sorry for the delay - k The following changes since commit 1ce447b90f3e71c81ae59e0062bc305ef267668b: powerpc/perf: Fix instruction address sampling on 970 and Power4 (2012-03-28 11:33:24 +1100) are avai

[git pull] Please pull powerpc.git next branch

2012-03-27 Thread Benjamin Herrenschmidt
Hi Linus ! Here's a few more things for powerpc this time around: - Anton's did some recent improvements to EPOW event reporting on pSeries (power supply failures and such). The patches are self contained enough and replace really nasty code so I felt it should still go in - I did the vio driv

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

[git pull] Please pull powerpc.git next branch

2012-03-21 Thread Benjamin Herrenschmidt
Hi Linus ! 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 iSeries support) which was a PITA to maintain and that nobody real

[git pull] Please pull powerpc.git next branch

2012-03-16 Thread Kumar Gala
The following changes since commit aba0eb84c87928992c021d33ef3ea59c931086b9: Merge branch 'eeh' into next (2012-03-13 10:15:35 +1100) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/galak/powerpc.git next Claudiu Manoil (2): powerpc/85xx: Fix comp

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:

[git pull] Please pull powerpc.git next branch

2012-01-05 Thread Benjamin Herrenschmidt
Hi Linus ! Here's my powerpc batch for this merge window. In addition to the usual mixed bag of small fixes & improvements, the bigger highlights are: - Reworked the freescale .dts (device-tree) files to use the new ".dtsi" include mechanism so board files just include the SoC definition rather

[git pull] Please pull powerpc.git next branch

2012-01-04 Thread Kumar Gala
The following changes since commit e4f387d8db3ba3c2dae4d8bdfe7bb5f4fe1bcb0d: powerpc: Fix unpaired probe_hcall_entry and probe_hcall_exit (2012-01-03 12:09:27 +1100) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/galak/powerpc.git next Andy Fleming (1)

[git pull] Please pull powerpc.git next branch

2011-11-24 Thread Kumar Gala
Ben, 'next' branch pull request that includes 'merge' as well. - k The following changes since commit caca6a03d365883564885f2c1da3e88dcf65d139: Linux 3.2-rc3 (2011-11-23 20:20:28 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/galak/powerpc.git

[git pull] Please pull powerpc.git next branch

2011-11-06 Thread Benjamin Herrenschmidt
Hi Linus ! Here's (finally) the powerpc stuff for this merge window. It's late, as I warned you during KS, I was on vacation & travelling around and really couldn't get to do it earlier than today. Everything in there has been in linux-next for a while anyway, the only difference from what was in

[git pull] Please pull powerpc.git next branch

2011-11-03 Thread Kumar Gala
The following changes since commit 7680057cc4c7d9caada12767831bfd9738dd7b43: powerpc: Don't try OPAL takeover on old 970 blades (2011-09-29 17:04:59 +1000) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/galak/powerpc.git next Anatolij Gustschin (1):

[git pull] Please pull powerpc.git next branch

2011-07-25 Thread Benjamin Herrenschmidt
Hi Linus ! Here's the powerpc batch for this merge window (there might still be a handful of small fixes coming later this week depending on my mood but here's the bulk at least). There's a couple of trivial merge conflicts with your tree, let me know if you prefer that I fix them myself. No big

[GIT PULL] Please pull powerpc.git next branch

2011-07-25 Thread Kumar Gala
[ a few minor fixes ] The following changes since commit 50d2a4223bb875d1e3a7ee97d40dd03bf31ce1b7: powerpc: Copy back TIF flags on return from softirq stack (2011-07-22 13:38:58 +1000) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/galak/powerpc.git ne

[git pull] Please pull powerpc.git next branch

2011-07-08 Thread Kumar Gala
The following changes since commit af9719c3062dfe216a0c3de3fa52be6d22b4456c: powerpc: Use -mtraceback=no (2011-07-01 13:49:27 +1000) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/galak/powerpc.git next Becky Bruce (1): powerpc: Create next_tlbcam

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

[git pull] Please pull powerpc.git next branch

2011-06-23 Thread Kumar Gala
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.kernel.org/pub/scm/linux/kernel/git/galak/powerpc.git next Ashish Kalra (2): powerpc/85xx: Save sc

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

[GIT PULL] Please pull powerpc.git next branch

2011-05-19 Thread Kumar Gala
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/powerpc.git next Bhaskar Upadhaya (1): powerpc: Addi

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

[git pull] Please pull powerpc.git next branch

2011-03-17 Thread Benjamin Herrenschmidt
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 some devices nicely on more recent machines/firmwares. Plus a little pack of e

[git pull] Please pull powerpc.git next branch

2011-03-15 Thread Kumar Gala
The following changes since commit 964a29962c278ddff8a199f23d7c9ef35152a0fe: powerpc/pseries: Disable MSI using new interface if possible (2011-03-11 14:18:24 +1100) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/galak/powerpc.git next Anatolij Gustsch

[git pull] Please pull powerpc.git next branch

2011-01-12 Thread Kumar Gala
[ I know I'm way way way way late, but combo of holidays and getting sick. Please push as these are pretty minor changes ] The following changes since commit 0c21e3aaf6ae85bee804a325aa29c325209180fd: Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/hfsplus (2011-0

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

[git pull] Please pull powerpc.git next branch

2010-10-21 Thread Benjamin Herrenschmidt
Hi Linus ! Here's powerpc's batch for this merge window. Mostly bits and pieces, such as Anton doing some performance tuning left and right, and the usual churn. One hilight is the support for the new Freescale e5500 core (64-bit BookE). Another one is that we now wire up the whole lot of socket c

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/

[git pull] Please pull powerpc.git next branch

2010-10-13 Thread Kumar Gala
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/kernel/git/galak/powerpc.git next Harninder Rai (1): power

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

[git pull] Please pull powerpc.git next branch

2010-08-08 Thread Benjamin Herrenschmidt
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 powerbooks around. Since the original problem this was trying to address is fa

[git pull] Please pull powerpc.git next branch

2010-08-04 Thread Benjamin Herrenschmidt
Hi Linus ! Here's the batch of powerpc stuff for this merge window. Not major highlight, some work on 64-bit Book3E (embedded) by myself, and the powerpc part of the HW breakpoint stuff by Mohan Kumar and Paulus, and the usual batch of embedded bits and pieces. This does -not- include my memblock

[git pull] Please pull powerpc.git next branch

2010-08-04 Thread Kumar Gala
The following changes since commit e8e5c2155b0035b6e04f29be67f6444bc914005b: Matt Evans (1): powerpc/kexec: Fix orphaned offline CPUs across kexec are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/galak/powerpc.git next Anton Vorontsov (3): p

[git pull] Please pull powerpc.git next branch

2010-06-14 Thread Benjamin Herrenschmidt
Hi Linus ! Here's a few powerpc fixes for 2.6.35. The diffstat is sadly bloated by a small defconfig change, I hate that too :-) We'll switch to some better mechanism as soon as the dust as settled on what that mechanism should be, hopefully real soon. Cheers, Ben. The following changes since co

[git pull] Please pull powerpc.git next branch (or not...)

2010-05-30 Thread Benjamin Herrenschmidt
Hi Linus ! So some of these you might decide are too late, in which case I'll just make this branch my -next for the next cycle and cherry pick a few bug fixes. It's some embedded changes, not all fixes, that are late mostly because I forgot to pull from Josh (the stuff was submitted and reviewed

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

[git pull] Please pull powerpc.git next branch

2010-05-24 Thread Kumar Gala
The following changes since commit 99ec28f183daa450faa7bdad6f932364ae325648: FUJITA Tomonori (1): powerpc: Remove unused 'protect4gb' boot parameter are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/galak/powerpc.git next Andy Fleming (1): po

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

[git pull] Please pull powerpc.git next branch

2010-05-21 Thread Benjamin Herrenschmidt
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 time (hdpuftrs), probably remains of a long dead platform. This time around,

[git pull] Please pull powerpc.git next branch

2010-02-26 Thread Benjamin Herrenschmidt
Hi Linus ! Here's your batch of powerpc stuff for 2.6.34. As you can see, it's reasonably small this time around. There's a pile of scalability improvements from Anton, a batch of raw_spinlock conversion from Thomas, and a few more bits and pieces. Cheers, Ben. The following changes since commit

[git pull] Please pull powerpc.git next branch

2010-02-17 Thread Kumar Gala
The following changes since commit efd0f0f385da6ee6d1a22cfe1ac94607ebe2a292: Benjamin Herrenschmidt (1): Merge commit 'jwb/next' into next are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/galak/powerpc.git next Anton Vorontsov (1): powerpc/8

[git pull] Please pull powerpc.git next branch

2009-12-15 Thread Kumar Gala
The following changes since commit e090aa80321b64c3b793f3b047e31ecf1af9538d: Benjamin Herrenschmidt (1): powerpc: Fix usage of 64-bit instruction in 32-bit altivec code are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/galak/powerpc.git next Anton

  1   2   >