This is the mail archive of the gdb-cvs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

src/sim/bfin ChangeLog devices.h dv-bfin_cec.c ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	vapier@sourceware.org	2011-03-24 03:17:15

Modified files:
	sim/bfin       : ChangeLog devices.h dv-bfin_cec.c 
	                 dv-bfin_emac.c dv-bfin_eppi.c dv-bfin_gpio.c 
	                 dv-bfin_jtag.c dv-bfin_nfc.c dv-bfin_otp.c 
	                 dv-bfin_ppi.c dv-bfin_rtc.c dv-bfin_spi.c 
	                 dv-bfin_twi.c dv-bfin_uart2.c 

Log message:
	sim: bfin: fix inverted W1C logic
	
	When I originally wrote the w1c helper funcs, I used it in a few places.
	Then I forgot how it worked and when I later documented it, I described
	the 3rd arg in the exact opposite way it is actually used.  This error
	propagated to a bunch of devices registers that were not explicitly
	tested (a bunch of the devices are stubs which merely exist to say "no
	device is connected" to make device drivers happy).
	
	So once the documentation is unscrewed, fix all of the broken call sites.
	
	Signed-off-by: Mike Frysinger <vapier@gentoo.org>

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/sim/bfin/ChangeLog.diff?cvsroot=src&r1=1.18&r2=1.19
http://sourceware.org/cgi-bin/cvsweb.cgi/src/sim/bfin/devices.h.diff?cvsroot=src&r1=1.1&r2=1.2
http://sourceware.org/cgi-bin/cvsweb.cgi/src/sim/bfin/dv-bfin_cec.c.diff?cvsroot=src&r1=1.3&r2=1.4
http://sourceware.org/cgi-bin/cvsweb.cgi/src/sim/bfin/dv-bfin_emac.c.diff?cvsroot=src&r1=1.3&r2=1.4
http://sourceware.org/cgi-bin/cvsweb.cgi/src/sim/bfin/dv-bfin_eppi.c.diff?cvsroot=src&r1=1.3&r2=1.4
http://sourceware.org/cgi-bin/cvsweb.cgi/src/sim/bfin/dv-bfin_gpio.c.diff?cvsroot=src&r1=1.1&r2=1.2
http://sourceware.org/cgi-bin/cvsweb.cgi/src/sim/bfin/dv-bfin_jtag.c.diff?cvsroot=src&r1=1.3&r2=1.4
http://sourceware.org/cgi-bin/cvsweb.cgi/src/sim/bfin/dv-bfin_nfc.c.diff?cvsroot=src&r1=1.3&r2=1.4
http://sourceware.org/cgi-bin/cvsweb.cgi/src/sim/bfin/dv-bfin_otp.c.diff?cvsroot=src&r1=1.3&r2=1.4
http://sourceware.org/cgi-bin/cvsweb.cgi/src/sim/bfin/dv-bfin_ppi.c.diff?cvsroot=src&r1=1.3&r2=1.4
http://sourceware.org/cgi-bin/cvsweb.cgi/src/sim/bfin/dv-bfin_rtc.c.diff?cvsroot=src&r1=1.3&r2=1.4
http://sourceware.org/cgi-bin/cvsweb.cgi/src/sim/bfin/dv-bfin_spi.c.diff?cvsroot=src&r1=1.3&r2=1.4
http://sourceware.org/cgi-bin/cvsweb.cgi/src/sim/bfin/dv-bfin_twi.c.diff?cvsroot=src&r1=1.3&r2=1.4
http://sourceware.org/cgi-bin/cvsweb.cgi/src/sim/bfin/dv-bfin_uart2.c.diff?cvsroot=src&r1=1.3&r2=1.4


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]