lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Tue, 8 May 2007 20:18:01 +0400
From:	Vitaly Bordug <vitb@...nel.crashing.org>
To:	"Loeliger Jon-LOELIGER" <jdl@...escale.com>
Cc:	"Samuel Ortiz" <samuel@...tiz.org>, <linuxppc-dev@...abs.org>,
	<linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] [POWERPC] 8xx: PQ SoC IRDA support

On Tue, 8 May 2007 07:36:48 -0700
"Loeliger Jon-LOELIGER" <jdl@...escale.com> wrote:

> > 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 <vitb@...nel.crashing.org>
> 
> > diff --git a/arch/powerpc/boot/dts/mpc885ads.dts 
> > b/arch/powerpc/boot/dts/mpc885ads.dts
> > index 110bf61..95b280c 100644
> > --- a/arch/powerpc/boot/dts/mpc885ads.dts
> > +++ b/arch/powerpc/boot/dts/mpc885ads.dts
> > @@ -178,6 +178,16 @@
> >  				interrupt-parent = <930>;
> >  				phy-handle = <e8002>;
> >  			};
> > +
> > +			scc@a20 {
> > +				device_type = "network";
> > +				compatible = "fsl,irda";
> > +				model = "SCC";
> > +				device-id = <2>;
> > +				reg = <a20 18 3d00 80>;
> > +				interrupts = <1d 3>;
> > +				interrupt-parent = <930>;
> > +			};
> >  		};
> >  	};
> >  };
> 
> 
> Any chance we could get an update to the booting-without-of.txt
> for any of this?
> 
Yes of course. my note is that it makes sense once defines would settle down
stuff that looks OK in docs might not look such in driver...

-- 
Sincerely, 
Vitaly
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ