2003-01-31 Marcel Telka <marcel@telka.sk>

* arm/pxa2x0/dma.h (DCSR_BUSERRINTR): Fixed typo in macro name (patch 678112).
		Thanks to Daniel Samek.


git-svn-id: https://urjtag.svn.sourceforge.net/svnroot/urjtag/trunk@326 b68d4a1b-bc3d-0410-92ed-d4ac073336b7
master
Marcel Telka 22 years ago
parent 2dbf4a2164
commit 8ff82706b2

@ -1,6 +1,11 @@
2003-01-31 Marcel Telka <marcel@telka.sk>
* arm/pxa2x0/dma.h (DCSR_BUSERRINTR): Fixed typo in macro name (patch 678112).
Thanks to Daniel Samek.
2003-01-27 Marcel Telka <marcel@telka.sk>
* arm/pxa2x0/dma.c (get_DRCMR_CHLNUM): Fixed a typo.
* arm/pxa2x0/dma.h (get_DRCMR_CHLNUM): Fixed a typo.
2003-01-27 Marcel Telka <marcel@telka.sk>

@ -11,6 +11,7 @@ $Id$
- added get_* macros for DMA register bits
- added symbolic names and offsets for DRCMR registers (suggested by Daniel
Samek, patch 675417)
- fixed typo in DCSR_BUSERRINTR macro name (patch 678112, Daniel Samek)
* Added UCB1400_ADCC_AI_* declarations for UCB1400 (suggested by Juraj Fabo)
* Moved ac97.h and ucb1400.h files to device/codec directory
* Minor fixes.

@ -203,7 +203,7 @@ typedef volatile struct DMA_registers {
#define DCSR_STOPSTATE bit(3)
#define DCSR_ENDINTR bit(2)
#define DCSR_STARTINTR bit(1)
#define DSCR_BUSERRINTR bit(0)
#define DCSR_BUSERRINTR bit(0)
/* DINT bits - see Table 5-6 in [1], Table 5-6 in [2] */

Loading…
Cancel
Save