Re: Invitation and RFC: Linux Plumbers Device Tree track proposed

2015-05-26 Thread Jon Loeliger
So, like, Arnd Bergmann said: > On Tuesday 14 April 2015 10:36:15 Rob Herring wrote: > > > > >4) Identifying additional people who should attend the device tree > > > track. > > > > Arnd Bergmann > > Matt Porter > > Jon Loeliger > > G

Re: [PATCH] dtc: Use quotes to include header files

2014-12-16 Thread Jon Loeliger
So, like, Chris Packham said: > Hi, > > This probably should come via git://git.jdl.com/software/dtc.git however > this appears to be inaccessible at the moment. Is this still the > canonical source for the device tree compiler and libfdt or has it been > moved? How much deviation from the canonic

Re: [RFC PATCH 0/9] dt: dependencies (for deterministic driver initialization order based on the DT)

2014-08-26 Thread Jon Loeliger
> >> > >> Drivers don't provide that information (dependencies) in any usable way. > >> And > >> as you said yourself, it's already contained in phandles. So what we are > >> discussing here about? The proposal to use phandles for that is already on > >> the table since several month. ;) > >> > >>

Re: [RFC PATCH 0/9] dt: dependencies (for deterministic driver initialization order based on the DT)

2014-08-25 Thread Jon Loeliger
> > > > I believe some of the issues that need to be resolved are: > > > > 1) What constitutes a dependency? > > 2) How is that dependency expressed? > > 3) How do we add missing dependencies? > > 4) Backward compatability problems. > > > > There are other questions, of course. I

Re: [RFC PATCH 0/9] dt: dependencies (for deterministic driver initialization order based on the DT)

2014-08-25 Thread Jon Loeliger
> > Anyway, instead of going back and forth between "deferred probe is good" > and "deferred probe is bad", how about we do something useful now and > concentrate on how to make use of the information we have in DT with the > goal to reduce the number of cases where deferred probing is required?

Questions About a Semi-Soft irqchip Device

2014-07-08 Thread Jon Loeliger
Folks, I have a few questions about an interrupt controller IP block that I would like to support in an ARM SoC port. My IP block provides software-assignable interrupts. That is, I have a large pool of interrupt sources, and a large pool of interrupt bits in the controller, but they are not phy

Re: [PATCH 1/5] ARM: mm: cache-l2x0: Add base address argument to write_sec callback

2014-06-11 Thread Jon Loeliger
> diff --git a/arch/arm/include/asm/mach/arch.h > b/arch/arm/include/asm/mach/arch.h > index 060a75e..ddaebcd 100644 > --- a/arch/arm/include/asm/mach/arch.h > +++ b/arch/arm/include/asm/mach/arch.h > @@ -46,7 +46,8 @@ struct machine_desc { > enum reboot_modereboot_mode;/* defa

Re: [PATCH 3/3] MAINTAINERS: Refactor device tree maintainership

2013-07-22 Thread Jon Loeliger
> > My own selfish desire is to easily separate emails for DT bindings and > DT core code. I suppose I could do that with a suffix on my email address. And I've had the reverse problem: Sorting out the DTC and libfdt patches from the noise. :-) jdl -- To unsubscribe from this list: send the li

Re: The future of DT binding maintainership

2013-07-22 Thread Jon Loeliger
> > Is there a schema out there in the wild that exemplifies what you mean? > > Not really. The format of schemas is currently in design stage. I'm > currently rethinking some details of what I have in my mind. Give me some > more time and I will post an RFC to the ML with all that written down

Re: [PATCH 3/3] MAINTAINERS: Refactor device tree maintainership

2013-07-22 Thread Jon Loeliger
> > > Perhaps it is time to also place the official repo > > of the Device Tree Compiler on git,kernel.org as well? > > Sounds good to me. > > Now that I'm no longer at IBM, and don't have the associated > complications with their Legal department, I'd rather like to resume > having direct commi

Re: [PATCH 3/3] MAINTAINERS: Refactor device tree maintainership

2013-07-21 Thread Jon Loeliger
> On Sat, Jul 20, 2013 at 5:19 AM, Grant Likely wrote > : > > > Device tree bindings require a lot more attention than they used to. > > We've got a group of volunteers willing to take over maintaining > > bindings. This patch adds them to the MAINTAINERS file. > > > > This group still needs to w

Re: [PATCH V2] dtc: ensure #line directives don't consume data from the next line

2013-06-03 Thread Jon Loeliger
> From: Stephen Warren > > Previously, the #line parsing regex ended with ({WS}+[0-9]+)?. The {WS} > could match line-break characters. If the #line directive did not contain > the optional flags field at the end, this could cause any integer data on > the next line to be consumed as part of the

Re: DTB build failure due to preproccessing

2013-05-31 Thread Jon Loeliger
> > > > Line 374 is the "IDSEL 0x16..." line here: > > interrupt-map = < > > /* IRQ mapping for pci slots and ALI M1533 > > ... > > * management core also isn't used. > >

Re: Fix test relying in wrong behavior of is_printable

2013-01-07 Thread Jon Loeliger
> Err, > > I can rework and resubmit to remove the comment, but the test doesn't = > fail: > > > $ make check | grep 'MyBoardName.*-t s.*compatible' > > fdtget-runtest.sh MyBoardName MyBoardFamilyName -t s > > label01.dts.fdtget.test.dtb / compatible: PASS > > > > As of today's pull. My b

Re: fdtdump: properly handle multi-string properties

2013-01-06 Thread Jon Loeliger
> Device tree can store multiple strings in a single property. > We didn't handle that case properly. > > Signed-off-by: Pantelis Antoniou Applied. Thanks, jdl -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More m

Re: Fix util_is_printable_string

2013-01-06 Thread Jon Loeliger
> The method used did not account for multi-part strings. > > Signed-off-by: Pantelis Antoniou Applied. Plese consider a follow-up patch to address David's concerns. Thanks, jdl -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vg

Re: Fix test relying in wrong behavior of is_printable

2013-01-06 Thread Jon Loeliger
> Hi David > > =CE=91=CF=80=CF=8C =CF=84=CE=BF iPhone =CE=BC=CE=BF=CF=85 > > 6 =CE=99=CE=B1=CE=BD 2013, 5:58, =CE=BF/=CE=B7 David Gibson opbear.id.au> =CE=AD=CE=B3=CF=81=CE=B1=CF=88=CE=B5: > > > On Fri, Jan 04, 2013 at 09:16:08PM +0200, Pantelis Antoniou wrote: > >> After fixing the is_printabl

Re: dtc: import latest upstream dtc

2012-10-01 Thread Jon Loeliger
> > What more do you think needs discussion re: dtc+cpp? How not to abuse the ever-loving shit out of it? :-) jdl -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majord

Re: dtc: import latest upstream dtc

2012-10-01 Thread Jon Loeliger
> > Seems dtc doesn't really have a maintainer. Picking nits, let's be clear on that phraseology: Seems dtc doesn't really have a maintainer within the kernel repository. Over in git.jdl.com land, there is a well established maintainer for the upstream DTC. > Probably makes more sense

Re: [PATCH] dtc: import latest upstream dtc

2012-09-29 Thread Jon Loeliger
e filename being compiled. > * Many additions to the libfdt API. > > Signed-off-by: Stephen Warren For what it might be worth: Acked-by: Jon Loeliger jdl -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel

Re: [RFC PATCH 0/2] dtc: enable use of pre-processor

2012-09-28 Thread Jon Loeliger
> From: Stephen Warren > > I'll post a patch to update the in-kernel dtc to the upstream dtc as > soon as one final dtc patch has been applied, and this series will then > depend on that patch. And that patch, I think, has just been applied to the upstream DTC repo at git.jdl.com: commit 3

Re: [PATCH] [POWERPC] Fix initial lmb add region with a non-zero base

2008-02-13 Thread Jon Loeliger
So, like, the other day Kumar Gala mumbled: > If we add to an empty lmb region with a non-zero base we will not coalesce > the number of regions done to one. This causes problems on ppc32 for the s/done/down > memory region as its assumed to only have one region. > > We can fix this be easily s

Re: [PATCHv2 0/8] [POWERPC] 8xx cleanups

2008-01-23 Thread Jon Loeliger
Sam Ravnborg wrote: What impact do the have on boards in arch/ppc being able to build? Byt the way what are the plans for powerpc? We have: arch/ppc arch/ppc64 arch/powerpc It was my understanding that arch/powerpc was supposed to be the future unified powerpc architecture but it does not even

Re: history of extratext sections?

2007-10-26 Thread Jon Loeliger
David Woodhouse wrote: On Fri, 2007-10-26 at 05:57 -0400, Robin Getz wrote: Is this section still used on PPC, or can the entire support for extratext be removed? I think it can die. Agreed. For history, see this: http://ozlabs.org/pipermail/linuxppc-dev/2005-September/019734.html and

RE: [PATCH] [POWERPC] 8xx: PQ SoC IRDA support

2007-05-08 Thread Loeliger Jon-LOELIGER
> Adds support of IRDA transceiver residing on PowerQUICC processors and > enabling such on mpc885ads reference board. The driver is implemented > using of_device concept, hereby implies arch/powerpc support > of the target. > > Signed-off-by: Vitaly Bordug <[EMAIL PROTECTED]> > diff --git a/ar

RE: [PATCH 3/3] [POWERPC] dts: kill hardcoded phandles

2007-05-08 Thread Loeliger Jon-LOELIGER
> > - [EMAIL PROTECTED] { > > - linux,phandle = ; > > + pci_pic:[EMAIL PROTECTED] { > > I'd like to establish a convention of putting a space after the : and > using capitals for labels unless there's a strong reason not to in a > particular case. It makes them easi