Re: [PATCH 2/5] Add legacy devices to mpc8641_hpcn.dts

2007-07-09 Thread Segher Boessenkool
>>> Yet it's kinda accepted years ago, see: > >>> http://playground.sun.com/1275/proposals/Closed/Accepted/381-it.txt > >> That's not a published recommendation or anything like that. > >There's also this document with a status of "unapproved draft": > > http://playground.sun.com/1275/binding

Re: [PATCH 2/5] Add legacy devices to mpc8641_hpcn.dts

2007-07-09 Thread Sergei Shtylyov
Hello. Segher Boessenkool wrote: > +[EMAIL PROTECTED] { > +device_type = "8042"; >>> Drop the device_type. A number as a name isn't >>> all that great, either. >> Yet it's kinda accepted years ago, see: >> http://playground.sun.com/1275/proposals/C

Re: [PATCH 2/5] Add legacy devices to mpc8641_hpcn.dts

2007-07-08 Thread Segher Boessenkool
>> + [EMAIL PROTECTED] { >> + device_type = "8042"; >>> Drop the device_type. A number as a name isn't all that great, either. >>> >>> Yet it's kinda accepted years ago, see: >>> >>> http://playground.sun.com/1275/propos

Re: [PATCH 2/5] Add legacy devices to mpc8641_hpcn.dts

2007-07-08 Thread Arnd Bergmann
On Sunday 08 July 2007, Segher Boessenkool wrote: > [EMAIL PROTECTED] { > +  device_type = "8042"; > > > >> Drop the device_type.  A number as a name isn't > >> all that great, either. > > > >   Yet it's kinda accepted years ago, see: > > > > http://playgro

Re: [PATCH 2/5] Add legacy devices to mpc8641_hpcn.dts

2007-07-08 Thread Segher Boessenkool
+ [EMAIL PROTECTED] { + device_type = "8042"; > >> Drop the device_type. A number as a name isn't >> all that great, either. > > Yet it's kinda accepted years ago, see: > > http://playground.sun.com/1275/proposals/Closed/Accepte

Re: [PATCH 2/5] Add legacy devices to mpc8641_hpcn.dts

2007-07-07 Thread Arnd Bergmann
On Saturday 07 July 2007, Sergei Shtylyov wrote: > > [EMAIL PROTECTED] { > > + device_type = "isa"; > >   #interrupt-cells = <2>; > > - built-in; > > - compatible = "chrp,iic"; > > -    

Re: [PATCH 2/5] Add legacy devices to mpc8641_hpcn.dts

2007-07-07 Thread Sergei Shtylyov
Wade Farnsworth wrote: > This adds device nodes for the ISA devices on the MPC8641 HPCN to the > dts. Additionally, it moves the node for the i8259 to the isa bus, > since the i8259 is actually on that bus. > Signed-off-by: Wade Farnsworth <[EMAIL PROTECTED]> Sorry for the belated comments..

Re: [PATCH 2/5] Add legacy devices to mpc8641_hpcn.dts

2007-07-07 Thread Arnd Bergmann
On Saturday 07 July 2007, Sergei Shtylyov wrote: >    Yet it's kinda accepted years ago, see: > > http://playground.sun.com/1275/proposals/Closed/Accepted/381-it.txt > >     Ugh, it's hard to find these documents... All "name", "device_type", and > "compatible" must all be "8042". > Right. I'v

Re: [PATCH 2/5] Add legacy devices to mpc8641_hpcn.dts

2007-07-07 Thread Sergei Shtylyov
Hello. Segher Boessenkool wrote: >>>+[EMAIL PROTECTED] { > [EMAIL PROTECTED] >>>+[EMAIL PROTECTED] { >>>+device_type = "8042"; > Drop the device_type. A number as a name isn't > all that great, either. Yet