[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [uClinux-dev] [Fwd: [microblaze-uclinux] Patch to include /dev/gpio node]



Hi John,

John Williams wrote:
Would you please apply the attached for including in next uClinux-dist cut?

Applied.


Any idle speculation on when that might be?

Hmm, good question :-)

I haven't had much feedback on the current test release.
I want to get another test cut out in the next week or so.
Aiming for a final release sometime in January I figure.

Regards
Greg




------------------------------------------------------------------------

Subject:
[microblaze-uclinux] Patch to include /dev/gpio node
From:
Paul Hartke <phartke@xxxxxxxxxxxx>
Date:
Mon, 31 Oct 2005 16:50:41 -0800
To:
John Williams <jwilliams@xxxxxxxxxxxxxx>, microblaze-uclinux@xxxxxxxxxxxxxx

To:
John Williams <jwilliams@xxxxxxxxxxxxxx>, microblaze-uclinux@xxxxxxxxxxxxxx


Hi John,

I've been using the included patch to automatically add a /dev/gpio node if
GPIO is configured. The patch was generated via "cvs diff -u vendors/Xilinx/uclinux-auto/Makefile". Let me know if there are any
problems with it.

More info is in the email list archives at
http://www.itee.uq.edu.au/~listarch/microblaze-uclinux/archive/2005/09/msg00117.html

Thanks.
Paul



------------------------------------------------------------------------

Index: vendors/Xilinx/uclinux-auto/Makefile
===================================================================
RCS file: /var/cvs/uClinux-dist/vendors/Xilinx/uclinux-auto/Makefile,v
retrieving revision 1.1.1.4
diff -u -r1.1.1.4 Makefile
--- vendors/Xilinx/uclinux-auto/Makefile	18 Oct 2005 01:56:33 -0000	1.1.1.4
+++ vendors/Xilinx/uclinux-auto/Makefile	1 Nov 2005 00:43:22 -0000
@@ -74,6 +74,11 @@
 	fslfifo6,c,10,198 fslfifo7,c,10,199
 endif
+ifdef CONFIG_XILINX_GPIO
+DEVICES +=      \
+        gpio,c,10,185
+endif
+
ifdef CONFIG_XILINX_SYSACE DEVICES += \
 	xsysacea,b,254,0        xsysacea1,b,254,1       xsysacea2,b,254,2  \


------------------------------------------------------------------------

_______________________________________________
uClinux-dev mailing list
uClinux-dev@xxxxxxxxxxx
http://mailman.uclinux.org/mailman/listinfo/uclinux-dev
This message was resent by uclinux-dev@xxxxxxxxxxx

--
------------------------------------------------------------------------
Greg Ungerer  --  Chief Software Dude       EMAIL:     gerg@xxxxxxxxxxxx
SnapGear -- a CyberGuard Company            PHONE:       +61 7 3435 2888
825 Stanley St,                             FAX:         +61 7 3891 3630
Woolloongabba, QLD, 4102, Australia         WEB: http://www.SnapGear.com
___________________________
microblaze-uclinux mailing list
microblaze-uclinux@xxxxxxxxxxxxxx
Project Home Page : http://www.itee.uq.edu.au/~jwilliams/mblaze-uclinux
Mailing List Archive : http://www.itee.uq.edu.au/~listarch/microblaze-uclinux/